namespace SysConfigTool { partial class XyhConfigTool { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txt = new System.Windows.Forms.TextBox(); this.btn_read = new System.Windows.Forms.Button(); this.btn_save = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txt // this.txt.Location = new System.Drawing.Point(3, 27); this.txt.Multiline = true; this.txt.Name = "txt"; this.txt.Size = new System.Drawing.Size(794, 300); this.txt.TabIndex = 0; // // btn_read // this.btn_read.Location = new System.Drawing.Point(139, 377); this.btn_read.Name = "btn_read"; this.btn_read.Size = new System.Drawing.Size(75, 30); this.btn_read.TabIndex = 1; this.btn_read.Text = "读取"; this.btn_read.UseVisualStyleBackColor = true; this.btn_read.Click += new System.EventHandler(this.btn_read_Click); // // btn_save // this.btn_save.Location = new System.Drawing.Point(481, 377); this.btn_save.Name = "btn_save"; this.btn_save.Size = new System.Drawing.Size(75, 30); this.btn_save.TabIndex = 2; this.btn_save.Text = "保存"; this.btn_save.UseVisualStyleBackColor = true; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // XYHConfigTool // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btn_save); this.Controls.Add(this.btn_read); this.Controls.Add(this.txt); this.Name = "XyhConfigTool"; this.Size = new System.Drawing.Size(800, 450); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txt; private System.Windows.Forms.Button btn_read; private System.Windows.Forms.Button btn_save; } }