1 Star 0 Fork 0

zcy / DesPasswordManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Main.Designer.cs 24.50 KB
一键复制 编辑 原始数据 按行查看 历史
sn78039 提交于 2022-08-21 12:24 . init

namespace PassWordManager
{
partial class Main
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.button2 = new System.Windows.Forms.Button();
this.add = new System.Windows.Forms.Button();
this.delete = new System.Windows.Forms.Button();
this.save = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.saltBox = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panel3 = new System.Windows.Forms.Panel();
this.path_dg = new System.Windows.Forms.DataGridView();
this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.path = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel4 = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.path_dg)).BeginInit();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// button2
//
this.button2.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.button2.BackColor = System.Drawing.Color.Transparent;
this.button2.BackgroundImage = global::PassWordManager.Properties.Resources.预览_打开_preview_open;
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(307, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(82, 36);
this.button2.TabIndex = 6;
this.toolTip1.SetToolTip(this.button2, "查看密码");
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// add
//
this.add.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.add.BackgroundImage = global::PassWordManager.Properties.Resources.文件添加_file_addition;
this.add.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.add.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.add.FlatAppearance.BorderSize = 0;
this.add.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.add.Location = new System.Drawing.Point(28, 3);
this.add.Name = "add";
this.add.Size = new System.Drawing.Size(87, 36);
this.add.TabIndex = 3;
this.toolTip1.SetToolTip(this.add, "点击新增一行");
this.add.UseVisualStyleBackColor = false;
this.add.Click += new System.EventHandler(this.add_Click);
//
// delete
//
this.delete.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.delete.BackColor = System.Drawing.Color.Transparent;
this.delete.BackgroundImage = global::PassWordManager.Properties.Resources.删除4_delete_four;
this.delete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.delete.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.delete.FlatAppearance.BorderSize = 0;
this.delete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.delete.Location = new System.Drawing.Point(121, 3);
this.delete.Name = "delete";
this.delete.Size = new System.Drawing.Size(87, 36);
this.delete.TabIndex = 2;
this.toolTip1.SetToolTip(this.delete, "点击删除一行");
this.delete.UseVisualStyleBackColor = false;
this.delete.Click += new System.EventHandler(this.delete_Click);
//
// save
//
this.save.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.save.BackColor = System.Drawing.Color.Transparent;
this.save.BackgroundImage = global::PassWordManager.Properties.Resources.保存硬盘_save_one;
this.save.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.save.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.save.FlatAppearance.BorderSize = 0;
this.save.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.save.Location = new System.Drawing.Point(214, 3);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(87, 36);
this.save.TabIndex = 1;
this.toolTip1.SetToolTip(this.save, "点击保存表中数据");
this.save.UseVisualStyleBackColor = false;
this.save.Click += new System.EventHandler(this.save_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.390411F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.60959F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1001, 634);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.saltBox);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.add);
this.panel1.Controls.Add(this.delete);
this.panel1.Controls.Add(this.save);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 36);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(995, 42);
this.panel1.TabIndex = 0;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(459, 14);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(39, 14);
this.label6.TabIndex = 9;
this.label6.Text = "Salt";
//
// saltBox
//
this.saltBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.saltBox.Location = new System.Drawing.Point(504, 9);
this.saltBox.Name = "saltBox";
this.saltBox.Size = new System.Drawing.Size(458, 23);
this.saltBox.TabIndex = 8;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(995, 27);
this.panel2.TabIndex = 2;
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FrmMain_MouseDown);
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label4.Location = new System.Drawing.Point(10, 7);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(159, 14);
this.label4.TabIndex = 3;
this.label4.Text = "DES PasswordManager";
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(918, 7);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(22, 14);
this.label3.TabIndex = 2;
this.label3.Text = "口";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(887, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(23, 14);
this.label2.TabIndex = 1;
this.label2.Text = "--";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(950, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(22, 14);
this.label1.TabIndex = 0;
this.label1.Text = "✖";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 3;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 1.01626F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 98.98374F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
this.tableLayoutPanel2.Controls.Add(this.panel3, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 84);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(995, 519);
this.tableLayoutPanel2.TabIndex = 3;
//
// panel3
//
this.panel3.Controls.Add(this.path_dg);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(12, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(945, 513);
this.panel3.TabIndex = 0;
//
// path_dg
//
this.path_dg.AllowUserToAddRows = false;
this.path_dg.AllowUserToDeleteRows = false;
this.path_dg.AllowUserToResizeRows = false;
this.path_dg.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.path_dg.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.path_dg.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.path_dg.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.path_dg.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.path_dg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.path_dg.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.name,
this.path});
this.path_dg.Dock = System.Windows.Forms.DockStyle.Fill;
this.path_dg.GridColor = System.Drawing.Color.White;
this.path_dg.Location = new System.Drawing.Point(0, 0);
this.path_dg.Name = "path_dg";
this.path_dg.ReadOnly = true;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.path_dg.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.path_dg.RowHeadersVisible = false;
this.path_dg.RowHeadersWidth = 10;
this.path_dg.RowTemplate.Height = 23;
this.path_dg.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.path_dg.Size = new System.Drawing.Size(945, 513);
this.path_dg.TabIndex = 2;
this.path_dg.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.path_dg_MouseDoubleClick);
//
// name
//
dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
this.name.DefaultCellStyle = dataGridViewCellStyle2;
this.name.FillWeight = 20F;
this.name.HeaderText = "Title";
this.name.Name = "name";
this.name.ReadOnly = true;
//
// path
//
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(213)))), ((int)(((byte)(240)))));
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.DimGray;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.LightGray;
this.path.DefaultCellStyle = dataGridViewCellStyle3;
this.path.FillWeight = 80F;
this.path.HeaderText = "Encoded";
this.path.Name = "path";
this.path.ReadOnly = true;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.panel4.Controls.Add(this.label5);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 609);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(995, 22);
this.panel4.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(931, 2);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(42, 14);
this.label5.TabIndex = 0;
this.label5.Text = "--zcy";
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(213)))), ((int)(((byte)(240)))));
this.ClientSize = new System.Drawing.Size(1001, 634);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "StartTools";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.Load += new System.EventHandler(this.Main_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.path_dg)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button delete;
private System.Windows.Forms.Button save;
private System.Windows.Forms.Button add;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.DataGridView path_dg;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.DataGridViewTextBoxColumn name;
private System.Windows.Forms.DataGridViewTextBoxColumn path;
private System.Windows.Forms.TextBox saltBox;
private System.Windows.Forms.Label label6;
}
}
C#
1
https://gitee.com/zcy_wxy/des-password-manager.git
git@gitee.com:zcy_wxy/des-password-manager.git
zcy_wxy
des-password-manager
DesPasswordManager
master

搜索帮助