1 Star 3 Fork 0

神游 / RegistryGUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AddForm.Designer.cs 6.25 KB
一键复制 编辑 原始数据 按行查看 历史
神游 提交于 2021-01-11 14:42 . 修正Bug

namespace RegistryGUI
{
partial class AddForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_Var = new System.Windows.Forms.TextBox();
this.textBox_Value = new System.Windows.Forms.TextBox();
this.button_Dir = new System.Windows.Forms.Button();
this.button_File = new System.Windows.Forms.Button();
this.button_OK = new System.Windows.Forms.Button();
this.button_Cancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "变量名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "变量值:";
//
// textBox_Var
//
this.textBox_Var.Location = new System.Drawing.Point(113, 31);
this.textBox_Var.Name = "textBox_Var";
this.textBox_Var.Size = new System.Drawing.Size(427, 21);
this.textBox_Var.TabIndex = 1;
//
// textBox_Value
//
this.textBox_Value.Location = new System.Drawing.Point(113, 71);
this.textBox_Value.Name = "textBox_Value";
this.textBox_Value.Size = new System.Drawing.Size(427, 21);
this.textBox_Value.TabIndex = 2;
//
// button_Dir
//
this.button_Dir.Location = new System.Drawing.Point(14, 112);
this.button_Dir.Name = "button_Dir";
this.button_Dir.Size = new System.Drawing.Size(122, 23);
this.button_Dir.TabIndex = 3;
this.button_Dir.Text = "浏览目录";
this.button_Dir.UseVisualStyleBackColor = true;
this.button_Dir.Click += new System.EventHandler(this.Button_Dir_Click);
//
// button_File
//
this.button_File.Location = new System.Drawing.Point(157, 111);
this.button_File.Name = "button_File";
this.button_File.Size = new System.Drawing.Size(122, 23);
this.button_File.TabIndex = 4;
this.button_File.Text = "浏览文件";
this.button_File.UseVisualStyleBackColor = true;
this.button_File.Click += new System.EventHandler(this.Button_File_Click);
//
// button_OK
//
this.button_OK.Location = new System.Drawing.Point(384, 111);
this.button_OK.Name = "button_OK";
this.button_OK.Size = new System.Drawing.Size(75, 23);
this.button_OK.TabIndex = 5;
this.button_OK.Text = "确定";
this.button_OK.UseVisualStyleBackColor = true;
this.button_OK.Click += new System.EventHandler(this.Button_OK_Click);
//
// button_Cancel
//
this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button_Cancel.Location = new System.Drawing.Point(465, 111);
this.button_Cancel.Name = "button_Cancel";
this.button_Cancel.Size = new System.Drawing.Size(75, 23);
this.button_Cancel.TabIndex = 6;
this.button_Cancel.Text = "取消";
this.button_Cancel.UseVisualStyleBackColor = true;
this.button_Cancel.Click += new System.EventHandler(this.Button_Cancel_Click);
//
// AddForm
//
this.AcceptButton = this.button_OK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button_Cancel;
this.ClientSize = new System.Drawing.Size(552, 152);
this.Controls.Add(this.button_Cancel);
this.Controls.Add(this.button_OK);
this.Controls.Add(this.button_File);
this.Controls.Add(this.button_Dir);
this.Controls.Add(this.textBox_Value);
this.Controls.Add(this.textBox_Var);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AddForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "新增变量";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_Var;
private System.Windows.Forms.TextBox textBox_Value;
private System.Windows.Forms.Button button_Dir;
private System.Windows.Forms.Button button_File;
private System.Windows.Forms.Button button_OK;
private System.Windows.Forms.Button button_Cancel;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/holysheng/RegistryGUI.git
git@gitee.com:holysheng/RegistryGUI.git
holysheng
RegistryGUI
RegistryGUI
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891