| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- namespace SysConfigTool
- {
- partial class XyhConfigTool
- {
- /// <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 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- }
- }
|