DlgStageMgr.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. namespace OTSModelSharp.Measure.GetStageInfo
  2. {
  3. partial class DlgStageMgr
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.button_New = new System.Windows.Forms.Button();
  30. this.button_edit = new System.Windows.Forms.Button();
  31. this.m_ctrlBtnExport = new System.Windows.Forms.Button();
  32. this.IDC_BTN_IMPORT = new System.Windows.Forms.Button();
  33. this.m_ctrlBtnRename = new System.Windows.Forms.Button();
  34. this.m_ctrlBtnDelete = new System.Windows.Forms.Button();
  35. this.m_ctrlBtnApply = new System.Windows.Forms.Button();
  36. this.m_ctrlStagePicture = new System.Windows.Forms.PictureBox();
  37. this.m_ctrlListBoxStageList = new System.Windows.Forms.ListBox();
  38. this.groupBox1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // groupBox1
  43. //
  44. this.groupBox1.Controls.Add(this.button_New);
  45. this.groupBox1.Controls.Add(this.button_edit);
  46. this.groupBox1.Controls.Add(this.m_ctrlBtnExport);
  47. this.groupBox1.Controls.Add(this.IDC_BTN_IMPORT);
  48. this.groupBox1.Controls.Add(this.m_ctrlBtnRename);
  49. this.groupBox1.Controls.Add(this.m_ctrlBtnDelete);
  50. this.groupBox1.Controls.Add(this.m_ctrlBtnApply);
  51. this.groupBox1.Controls.Add(this.m_ctrlStagePicture);
  52. this.groupBox1.Controls.Add(this.m_ctrlListBoxStageList);
  53. this.groupBox1.Location = new System.Drawing.Point(3, 2);
  54. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  55. this.groupBox1.Name = "groupBox1";
  56. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  57. this.groupBox1.Size = new System.Drawing.Size(1046, 476);
  58. this.groupBox1.TabIndex = 0;
  59. this.groupBox1.TabStop = false;
  60. //
  61. // button_New
  62. //
  63. this.button_New.Location = new System.Drawing.Point(654, 436);
  64. this.button_New.Margin = new System.Windows.Forms.Padding(4);
  65. this.button_New.Name = "button_New";
  66. this.button_New.Size = new System.Drawing.Size(112, 34);
  67. this.button_New.TabIndex = 8;
  68. this.button_New.Text = "新建";
  69. this.button_New.UseVisualStyleBackColor = true;
  70. this.button_New.Click += new System.EventHandler(this.button_New_Click);
  71. //
  72. // button_edit
  73. //
  74. this.button_edit.Location = new System.Drawing.Point(129, 436);
  75. this.button_edit.Margin = new System.Windows.Forms.Padding(4);
  76. this.button_edit.Name = "button_edit";
  77. this.button_edit.Size = new System.Drawing.Size(99, 34);
  78. this.button_edit.TabIndex = 7;
  79. this.button_edit.Text = "编辑";
  80. this.button_edit.UseVisualStyleBackColor = true;
  81. this.button_edit.Click += new System.EventHandler(this.button_edit_Click);
  82. //
  83. // m_ctrlBtnExport
  84. //
  85. this.m_ctrlBtnExport.Location = new System.Drawing.Point(928, 436);
  86. this.m_ctrlBtnExport.Margin = new System.Windows.Forms.Padding(4);
  87. this.m_ctrlBtnExport.Name = "m_ctrlBtnExport";
  88. this.m_ctrlBtnExport.Size = new System.Drawing.Size(112, 34);
  89. this.m_ctrlBtnExport.TabIndex = 6;
  90. this.m_ctrlBtnExport.Text = "导出";
  91. this.m_ctrlBtnExport.UseVisualStyleBackColor = true;
  92. this.m_ctrlBtnExport.Click += new System.EventHandler(this.OnClickedBtnExport);
  93. //
  94. // IDC_BTN_IMPORT
  95. //
  96. this.IDC_BTN_IMPORT.Location = new System.Drawing.Point(788, 436);
  97. this.IDC_BTN_IMPORT.Margin = new System.Windows.Forms.Padding(4);
  98. this.IDC_BTN_IMPORT.Name = "IDC_BTN_IMPORT";
  99. this.IDC_BTN_IMPORT.Size = new System.Drawing.Size(112, 34);
  100. this.IDC_BTN_IMPORT.TabIndex = 5;
  101. this.IDC_BTN_IMPORT.Text = "导入";
  102. this.IDC_BTN_IMPORT.UseVisualStyleBackColor = true;
  103. this.IDC_BTN_IMPORT.Click += new System.EventHandler(this.OnClickedBtnImport);
  104. //
  105. // m_ctrlBtnRename
  106. //
  107. this.m_ctrlBtnRename.Location = new System.Drawing.Point(339, 436);
  108. this.m_ctrlBtnRename.Margin = new System.Windows.Forms.Padding(4);
  109. this.m_ctrlBtnRename.Name = "m_ctrlBtnRename";
  110. this.m_ctrlBtnRename.Size = new System.Drawing.Size(97, 34);
  111. this.m_ctrlBtnRename.TabIndex = 4;
  112. this.m_ctrlBtnRename.Text = "重命名";
  113. this.m_ctrlBtnRename.UseVisualStyleBackColor = true;
  114. this.m_ctrlBtnRename.Click += new System.EventHandler(this.OnClickedBtnRename);
  115. //
  116. // m_ctrlBtnDelete
  117. //
  118. this.m_ctrlBtnDelete.Location = new System.Drawing.Point(236, 436);
  119. this.m_ctrlBtnDelete.Margin = new System.Windows.Forms.Padding(4);
  120. this.m_ctrlBtnDelete.Name = "m_ctrlBtnDelete";
  121. this.m_ctrlBtnDelete.Size = new System.Drawing.Size(95, 34);
  122. this.m_ctrlBtnDelete.TabIndex = 3;
  123. this.m_ctrlBtnDelete.Text = "删除";
  124. this.m_ctrlBtnDelete.UseVisualStyleBackColor = true;
  125. this.m_ctrlBtnDelete.Click += new System.EventHandler(this.OnClickedBtnDel);
  126. //
  127. // m_ctrlBtnApply
  128. //
  129. this.m_ctrlBtnApply.Location = new System.Drawing.Point(9, 436);
  130. this.m_ctrlBtnApply.Margin = new System.Windows.Forms.Padding(4);
  131. this.m_ctrlBtnApply.Name = "m_ctrlBtnApply";
  132. this.m_ctrlBtnApply.Size = new System.Drawing.Size(112, 34);
  133. this.m_ctrlBtnApply.TabIndex = 2;
  134. this.m_ctrlBtnApply.Text = "应用";
  135. this.m_ctrlBtnApply.UseVisualStyleBackColor = true;
  136. this.m_ctrlBtnApply.Click += new System.EventHandler(this.OnClickedBtnAply);
  137. //
  138. // m_ctrlStagePicture
  139. //
  140. this.m_ctrlStagePicture.BackColor = System.Drawing.Color.White;
  141. this.m_ctrlStagePicture.Location = new System.Drawing.Point(474, 26);
  142. this.m_ctrlStagePicture.Margin = new System.Windows.Forms.Padding(4);
  143. this.m_ctrlStagePicture.Name = "m_ctrlStagePicture";
  144. this.m_ctrlStagePicture.Size = new System.Drawing.Size(567, 400);
  145. this.m_ctrlStagePicture.TabIndex = 1;
  146. this.m_ctrlStagePicture.TabStop = false;
  147. //
  148. // m_ctrlListBoxStageList
  149. //
  150. this.m_ctrlListBoxStageList.FormattingEnabled = true;
  151. this.m_ctrlListBoxStageList.ItemHeight = 18;
  152. this.m_ctrlListBoxStageList.Location = new System.Drawing.Point(9, 26);
  153. this.m_ctrlListBoxStageList.Margin = new System.Windows.Forms.Padding(4);
  154. this.m_ctrlListBoxStageList.Name = "m_ctrlListBoxStageList";
  155. this.m_ctrlListBoxStageList.Size = new System.Drawing.Size(439, 400);
  156. this.m_ctrlListBoxStageList.TabIndex = 0;
  157. this.m_ctrlListBoxStageList.SelectedValueChanged += new System.EventHandler(this.OnSelchangeListStage);
  158. //
  159. // DlgStageMgr
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(1040, 454);
  164. this.Controls.Add(this.groupBox1);
  165. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  166. this.Margin = new System.Windows.Forms.Padding(4);
  167. this.MaximizeBox = false;
  168. this.MaximumSize = new System.Drawing.Size(1062, 510);
  169. this.MinimizeBox = false;
  170. this.MinimumSize = new System.Drawing.Size(1062, 510);
  171. this.Name = "DlgStageMgr";
  172. this.ShowIcon = false;
  173. this.ShowInTaskbar = false;
  174. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  175. this.Text = "DlgStageMgr";
  176. this.Load += new System.EventHandler(this.DlgStageMgr_Load);
  177. this.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPaint);
  178. this.groupBox1.ResumeLayout(false);
  179. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).EndInit();
  180. this.ResumeLayout(false);
  181. }
  182. #endregion
  183. private System.Windows.Forms.GroupBox groupBox1;
  184. private System.Windows.Forms.Button m_ctrlBtnRename;
  185. private System.Windows.Forms.Button m_ctrlBtnDelete;
  186. private System.Windows.Forms.Button m_ctrlBtnApply;
  187. private System.Windows.Forms.PictureBox m_ctrlStagePicture;
  188. private System.Windows.Forms.ListBox m_ctrlListBoxStageList;
  189. private System.Windows.Forms.Button m_ctrlBtnExport;
  190. private System.Windows.Forms.Button IDC_BTN_IMPORT;
  191. private System.Windows.Forms.Button button_edit;
  192. private System.Windows.Forms.Button button_New;
  193. }
  194. }