using System; using System.Windows.Forms; namespace SmartCoalApplication.Setup { partial class BasicInformationSettings { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.listBoxLeixing = new System.Windows.Forms.ListBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.buttonClose = new System.Windows.Forms.Button(); this.buttonDelete = new System.Windows.Forms.Button(); this.buttonEdit = new System.Windows.Forms.Button(); this.buttonAdd = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.listBoxMingcheng = new System.Windows.Forms.ListBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // groupBox1 // this.groupBox1.Controls.Add(this.listBoxLeixing); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(209, 408); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "類型"; // // listBoxLeixing // this.listBoxLeixing.FormattingEnabled = true; this.listBoxLeixing.ItemHeight = 12; this.listBoxLeixing.Location = new System.Drawing.Point(6, 20); this.listBoxLeixing.Name = "listBoxLeixing"; this.listBoxLeixing.Size = new System.Drawing.Size(197, 376); this.listBoxLeixing.TabIndex = 1; this.listBoxLeixing.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxLeixing_MouseDown); // // groupBox2 // this.groupBox2.Controls.Add(this.buttonClose); this.groupBox2.Controls.Add(this.buttonDelete); this.groupBox2.Controls.Add(this.buttonEdit); this.groupBox2.Controls.Add(this.buttonAdd); this.groupBox2.Location = new System.Drawing.Point(227, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(561, 55); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "操作"; // // buttonClose // this.buttonClose.Location = new System.Drawing.Point(480, 20); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 3; this.buttonClose.Text = "關閉"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // buttonDelete // this.buttonDelete.Location = new System.Drawing.Point(399, 20); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(75, 23); this.buttonDelete.TabIndex = 2; this.buttonDelete.Text = "刪除"; this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click); // // buttonEdit // this.buttonEdit.Location = new System.Drawing.Point(318, 20); this.buttonEdit.Name = "buttonEdit"; this.buttonEdit.Size = new System.Drawing.Size(75, 23); this.buttonEdit.TabIndex = 1; this.buttonEdit.Text = "編輯"; this.buttonEdit.UseVisualStyleBackColor = true; this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click); // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(237, 20); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(75, 23); this.buttonAdd.TabIndex = 0; this.buttonAdd.Text = "新增"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.listBoxMingcheng); this.groupBox3.Location = new System.Drawing.Point(227, 73); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(571, 347); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "名稱"; // // listBoxMingcheng // this.listBoxMingcheng.FormattingEnabled = true; this.listBoxMingcheng.ItemHeight = 12; this.listBoxMingcheng.Location = new System.Drawing.Point(6, 13); this.listBoxMingcheng.Name = "listBoxMingcheng"; this.listBoxMingcheng.Size = new System.Drawing.Size(559, 328); this.listBoxMingcheng.TabIndex = 0; this.listBoxMingcheng.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxMingcheng_MouseDown); // // BasicInformationSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 424); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.MinimizeBox = false; this.Name = "BasicInformationSettings"; this.Text = "基础信息设置"; this.Load += new System.EventHandler(this.BasicInformationSettings_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(beforeClosing); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ListBox listBoxLeixing; private System.Windows.Forms.ListBox listBoxMingcheng; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.Button buttonDelete; private System.Windows.Forms.Button buttonEdit; private System.Windows.Forms.Button buttonAdd; } }