123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- namespace OTSModelSharp.Measure.GetStageInfo
- {
- partial class DlgStageMgr
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button_New = new System.Windows.Forms.Button();
- this.button_edit = new System.Windows.Forms.Button();
- this.m_ctrlBtnExport = new System.Windows.Forms.Button();
- this.IDC_BTN_IMPORT = new System.Windows.Forms.Button();
- this.m_ctrlBtnRename = new System.Windows.Forms.Button();
- this.m_ctrlBtnDelete = new System.Windows.Forms.Button();
- this.m_ctrlBtnApply = new System.Windows.Forms.Button();
- this.m_ctrlStagePicture = new System.Windows.Forms.PictureBox();
- this.m_ctrlListBoxStageList = new System.Windows.Forms.ListBox();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.button_New);
- this.groupBox1.Controls.Add(this.button_edit);
- this.groupBox1.Controls.Add(this.m_ctrlBtnExport);
- this.groupBox1.Controls.Add(this.IDC_BTN_IMPORT);
- this.groupBox1.Controls.Add(this.m_ctrlBtnRename);
- this.groupBox1.Controls.Add(this.m_ctrlBtnDelete);
- this.groupBox1.Controls.Add(this.m_ctrlBtnApply);
- this.groupBox1.Controls.Add(this.m_ctrlStagePicture);
- this.groupBox1.Controls.Add(this.m_ctrlListBoxStageList);
- this.groupBox1.Location = new System.Drawing.Point(3, 2);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox1.Size = new System.Drawing.Size(1046, 476);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- //
- // button_New
- //
- this.button_New.Location = new System.Drawing.Point(654, 436);
- this.button_New.Margin = new System.Windows.Forms.Padding(4);
- this.button_New.Name = "button_New";
- this.button_New.Size = new System.Drawing.Size(112, 34);
- this.button_New.TabIndex = 8;
- this.button_New.Text = "新建";
- this.button_New.UseVisualStyleBackColor = true;
- this.button_New.Click += new System.EventHandler(this.button_New_Click);
- //
- // button_edit
- //
- this.button_edit.Location = new System.Drawing.Point(129, 436);
- this.button_edit.Margin = new System.Windows.Forms.Padding(4);
- this.button_edit.Name = "button_edit";
- this.button_edit.Size = new System.Drawing.Size(99, 34);
- this.button_edit.TabIndex = 7;
- this.button_edit.Text = "编辑";
- this.button_edit.UseVisualStyleBackColor = true;
- this.button_edit.Click += new System.EventHandler(this.button_edit_Click);
- //
- // m_ctrlBtnExport
- //
- this.m_ctrlBtnExport.Location = new System.Drawing.Point(928, 436);
- this.m_ctrlBtnExport.Margin = new System.Windows.Forms.Padding(4);
- this.m_ctrlBtnExport.Name = "m_ctrlBtnExport";
- this.m_ctrlBtnExport.Size = new System.Drawing.Size(112, 34);
- this.m_ctrlBtnExport.TabIndex = 6;
- this.m_ctrlBtnExport.Text = "导出";
- this.m_ctrlBtnExport.UseVisualStyleBackColor = true;
- this.m_ctrlBtnExport.Click += new System.EventHandler(this.OnClickedBtnExport);
- //
- // IDC_BTN_IMPORT
- //
- this.IDC_BTN_IMPORT.Location = new System.Drawing.Point(788, 436);
- this.IDC_BTN_IMPORT.Margin = new System.Windows.Forms.Padding(4);
- this.IDC_BTN_IMPORT.Name = "IDC_BTN_IMPORT";
- this.IDC_BTN_IMPORT.Size = new System.Drawing.Size(112, 34);
- this.IDC_BTN_IMPORT.TabIndex = 5;
- this.IDC_BTN_IMPORT.Text = "导入";
- this.IDC_BTN_IMPORT.UseVisualStyleBackColor = true;
- this.IDC_BTN_IMPORT.Click += new System.EventHandler(this.OnClickedBtnImport);
- //
- // m_ctrlBtnRename
- //
- this.m_ctrlBtnRename.Location = new System.Drawing.Point(339, 436);
- this.m_ctrlBtnRename.Margin = new System.Windows.Forms.Padding(4);
- this.m_ctrlBtnRename.Name = "m_ctrlBtnRename";
- this.m_ctrlBtnRename.Size = new System.Drawing.Size(97, 34);
- this.m_ctrlBtnRename.TabIndex = 4;
- this.m_ctrlBtnRename.Text = "重命名";
- this.m_ctrlBtnRename.UseVisualStyleBackColor = true;
- this.m_ctrlBtnRename.Click += new System.EventHandler(this.OnClickedBtnRename);
- //
- // m_ctrlBtnDelete
- //
- this.m_ctrlBtnDelete.Location = new System.Drawing.Point(236, 436);
- this.m_ctrlBtnDelete.Margin = new System.Windows.Forms.Padding(4);
- this.m_ctrlBtnDelete.Name = "m_ctrlBtnDelete";
- this.m_ctrlBtnDelete.Size = new System.Drawing.Size(95, 34);
- this.m_ctrlBtnDelete.TabIndex = 3;
- this.m_ctrlBtnDelete.Text = "删除";
- this.m_ctrlBtnDelete.UseVisualStyleBackColor = true;
- this.m_ctrlBtnDelete.Click += new System.EventHandler(this.OnClickedBtnDel);
- //
- // m_ctrlBtnApply
- //
- this.m_ctrlBtnApply.Location = new System.Drawing.Point(9, 436);
- this.m_ctrlBtnApply.Margin = new System.Windows.Forms.Padding(4);
- this.m_ctrlBtnApply.Name = "m_ctrlBtnApply";
- this.m_ctrlBtnApply.Size = new System.Drawing.Size(112, 34);
- this.m_ctrlBtnApply.TabIndex = 2;
- this.m_ctrlBtnApply.Text = "应用";
- this.m_ctrlBtnApply.UseVisualStyleBackColor = true;
- this.m_ctrlBtnApply.Click += new System.EventHandler(this.OnClickedBtnAply);
- //
- // m_ctrlStagePicture
- //
- this.m_ctrlStagePicture.BackColor = System.Drawing.Color.White;
- this.m_ctrlStagePicture.Location = new System.Drawing.Point(474, 26);
- this.m_ctrlStagePicture.Margin = new System.Windows.Forms.Padding(4);
- this.m_ctrlStagePicture.Name = "m_ctrlStagePicture";
- this.m_ctrlStagePicture.Size = new System.Drawing.Size(567, 400);
- this.m_ctrlStagePicture.TabIndex = 1;
- this.m_ctrlStagePicture.TabStop = false;
- //
- // m_ctrlListBoxStageList
- //
- this.m_ctrlListBoxStageList.FormattingEnabled = true;
- this.m_ctrlListBoxStageList.ItemHeight = 18;
- this.m_ctrlListBoxStageList.Location = new System.Drawing.Point(9, 26);
- this.m_ctrlListBoxStageList.Margin = new System.Windows.Forms.Padding(4);
- this.m_ctrlListBoxStageList.Name = "m_ctrlListBoxStageList";
- this.m_ctrlListBoxStageList.Size = new System.Drawing.Size(439, 400);
- this.m_ctrlListBoxStageList.TabIndex = 0;
- this.m_ctrlListBoxStageList.SelectedValueChanged += new System.EventHandler(this.OnSelchangeListStage);
- //
- // DlgStageMgr
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1040, 454);
- this.Controls.Add(this.groupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(1062, 510);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(1062, 510);
- this.Name = "DlgStageMgr";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "DlgStageMgr";
- this.Load += new System.EventHandler(this.DlgStageMgr_Load);
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPaint);
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button m_ctrlBtnRename;
- private System.Windows.Forms.Button m_ctrlBtnDelete;
- private System.Windows.Forms.Button m_ctrlBtnApply;
- private System.Windows.Forms.PictureBox m_ctrlStagePicture;
- private System.Windows.Forms.ListBox m_ctrlListBoxStageList;
- private System.Windows.Forms.Button m_ctrlBtnExport;
- private System.Windows.Forms.Button IDC_BTN_IMPORT;
- private System.Windows.Forms.Button button_edit;
- private System.Windows.Forms.Button button_New;
- }
- }
|