|
@@ -29,6 +29,8 @@
|
|
|
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();
|
|
@@ -36,8 +38,6 @@
|
|
|
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.button_edit = new System.Windows.Forms.Button();
|
|
|
- this.button_New = new System.Windows.Forms.Button();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -61,6 +61,30 @@
|
|
|
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.Visible = false;
|
|
|
+ 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.Visible = false;
|
|
|
+ this.button_edit.Click += new System.EventHandler(this.button_edit_Click);
|
|
|
+ //
|
|
|
// m_ctrlBtnExport
|
|
|
//
|
|
|
this.m_ctrlBtnExport.Location = new System.Drawing.Point(928, 436);
|
|
@@ -137,28 +161,6 @@
|
|
|
this.m_ctrlListBoxStageList.TabIndex = 0;
|
|
|
this.m_ctrlListBoxStageList.SelectedValueChanged += new System.EventHandler(this.OnSelchangeListStage);
|
|
|
//
|
|
|
- // 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);
|
|
|
- //
|
|
|
- // 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);
|
|
|
- //
|
|
|
// DlgStageMgr
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|