|
@@ -49,17 +49,20 @@
|
|
|
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(2, 1);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(3, 2);
|
|
|
+ this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
- this.groupBox1.Size = new System.Drawing.Size(697, 317);
|
|
|
+ this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(1046, 476);
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
//
|
|
|
// m_ctrlBtnExport
|
|
|
//
|
|
|
- this.m_ctrlBtnExport.Location = new System.Drawing.Point(619, 291);
|
|
|
+ this.m_ctrlBtnExport.Location = new System.Drawing.Point(928, 436);
|
|
|
+ this.m_ctrlBtnExport.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.m_ctrlBtnExport.Name = "m_ctrlBtnExport";
|
|
|
- this.m_ctrlBtnExport.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.m_ctrlBtnExport.Size = new System.Drawing.Size(112, 34);
|
|
|
this.m_ctrlBtnExport.TabIndex = 6;
|
|
|
this.m_ctrlBtnExport.Text = "导出";
|
|
|
this.m_ctrlBtnExport.UseVisualStyleBackColor = true;
|
|
@@ -67,9 +70,10 @@
|
|
|
//
|
|
|
// IDC_BTN_IMPORT
|
|
|
//
|
|
|
- this.IDC_BTN_IMPORT.Location = new System.Drawing.Point(525, 291);
|
|
|
+ this.IDC_BTN_IMPORT.Location = new System.Drawing.Point(788, 436);
|
|
|
+ this.IDC_BTN_IMPORT.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.IDC_BTN_IMPORT.Name = "IDC_BTN_IMPORT";
|
|
|
- this.IDC_BTN_IMPORT.Size = new System.Drawing.Size(75, 23);
|
|
|
+ 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;
|
|
@@ -77,9 +81,10 @@
|
|
|
//
|
|
|
// m_ctrlBtnRename
|
|
|
//
|
|
|
- this.m_ctrlBtnRename.Location = new System.Drawing.Point(169, 291);
|
|
|
+ this.m_ctrlBtnRename.Location = new System.Drawing.Point(254, 436);
|
|
|
+ this.m_ctrlBtnRename.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.m_ctrlBtnRename.Name = "m_ctrlBtnRename";
|
|
|
- this.m_ctrlBtnRename.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.m_ctrlBtnRename.Size = new System.Drawing.Size(112, 34);
|
|
|
this.m_ctrlBtnRename.TabIndex = 4;
|
|
|
this.m_ctrlBtnRename.Text = "重命名";
|
|
|
this.m_ctrlBtnRename.UseVisualStyleBackColor = true;
|
|
@@ -87,9 +92,10 @@
|
|
|
//
|
|
|
// m_ctrlBtnDelete
|
|
|
//
|
|
|
- this.m_ctrlBtnDelete.Location = new System.Drawing.Point(87, 291);
|
|
|
+ this.m_ctrlBtnDelete.Location = new System.Drawing.Point(130, 436);
|
|
|
+ this.m_ctrlBtnDelete.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.m_ctrlBtnDelete.Name = "m_ctrlBtnDelete";
|
|
|
- this.m_ctrlBtnDelete.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.m_ctrlBtnDelete.Size = new System.Drawing.Size(112, 34);
|
|
|
this.m_ctrlBtnDelete.TabIndex = 3;
|
|
|
this.m_ctrlBtnDelete.Text = "删除";
|
|
|
this.m_ctrlBtnDelete.UseVisualStyleBackColor = true;
|
|
@@ -97,9 +103,10 @@
|
|
|
//
|
|
|
// m_ctrlBtnApply
|
|
|
//
|
|
|
- this.m_ctrlBtnApply.Location = new System.Drawing.Point(6, 291);
|
|
|
+ this.m_ctrlBtnApply.Location = new System.Drawing.Point(9, 436);
|
|
|
+ this.m_ctrlBtnApply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.m_ctrlBtnApply.Name = "m_ctrlBtnApply";
|
|
|
- this.m_ctrlBtnApply.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.m_ctrlBtnApply.Size = new System.Drawing.Size(112, 34);
|
|
|
this.m_ctrlBtnApply.TabIndex = 2;
|
|
|
this.m_ctrlBtnApply.Text = "应用";
|
|
|
this.m_ctrlBtnApply.UseVisualStyleBackColor = true;
|
|
@@ -108,33 +115,36 @@
|
|
|
// m_ctrlStagePicture
|
|
|
//
|
|
|
this.m_ctrlStagePicture.BackColor = System.Drawing.Color.White;
|
|
|
- this.m_ctrlStagePicture.Location = new System.Drawing.Point(316, 17);
|
|
|
+ this.m_ctrlStagePicture.Location = new System.Drawing.Point(474, 26);
|
|
|
+ this.m_ctrlStagePicture.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.m_ctrlStagePicture.Name = "m_ctrlStagePicture";
|
|
|
- this.m_ctrlStagePicture.Size = new System.Drawing.Size(378, 267);
|
|
|
+ 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 = 12;
|
|
|
- this.m_ctrlListBoxStageList.Location = new System.Drawing.Point(6, 17);
|
|
|
+ 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, 4, 4, 4);
|
|
|
this.m_ctrlListBoxStageList.Name = "m_ctrlListBoxStageList";
|
|
|
- this.m_ctrlListBoxStageList.Size = new System.Drawing.Size(294, 268);
|
|
|
+ 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(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(699, 320);
|
|
|
+ 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, 4, 4, 4);
|
|
|
this.MaximizeBox = false;
|
|
|
- this.MaximumSize = new System.Drawing.Size(715, 359);
|
|
|
+ this.MaximumSize = new System.Drawing.Size(1062, 510);
|
|
|
this.MinimizeBox = false;
|
|
|
- this.MinimumSize = new System.Drawing.Size(715, 359);
|
|
|
+ this.MinimumSize = new System.Drawing.Size(1062, 510);
|
|
|
this.Name = "DlgStageMgr";
|
|
|
this.ShowIcon = false;
|
|
|
this.ShowInTaskbar = false;
|