DlgStageMgr.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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.Visible = false;
  71. this.button_New.Click += new System.EventHandler(this.button_New_Click);
  72. //
  73. // button_edit
  74. //
  75. this.button_edit.Location = new System.Drawing.Point(129, 436);
  76. this.button_edit.Margin = new System.Windows.Forms.Padding(4);
  77. this.button_edit.Name = "button_edit";
  78. this.button_edit.Size = new System.Drawing.Size(99, 34);
  79. this.button_edit.TabIndex = 7;
  80. this.button_edit.Text = "编辑";
  81. this.button_edit.UseVisualStyleBackColor = true;
  82. this.button_edit.Visible = false;
  83. this.button_edit.Click += new System.EventHandler(this.button_edit_Click);
  84. //
  85. // m_ctrlBtnExport
  86. //
  87. this.m_ctrlBtnExport.Location = new System.Drawing.Point(928, 436);
  88. this.m_ctrlBtnExport.Margin = new System.Windows.Forms.Padding(4);
  89. this.m_ctrlBtnExport.Name = "m_ctrlBtnExport";
  90. this.m_ctrlBtnExport.Size = new System.Drawing.Size(112, 34);
  91. this.m_ctrlBtnExport.TabIndex = 6;
  92. this.m_ctrlBtnExport.Text = "导出";
  93. this.m_ctrlBtnExport.UseVisualStyleBackColor = true;
  94. this.m_ctrlBtnExport.Click += new System.EventHandler(this.OnClickedBtnExport);
  95. //
  96. // IDC_BTN_IMPORT
  97. //
  98. this.IDC_BTN_IMPORT.Location = new System.Drawing.Point(788, 436);
  99. this.IDC_BTN_IMPORT.Margin = new System.Windows.Forms.Padding(4);
  100. this.IDC_BTN_IMPORT.Name = "IDC_BTN_IMPORT";
  101. this.IDC_BTN_IMPORT.Size = new System.Drawing.Size(112, 34);
  102. this.IDC_BTN_IMPORT.TabIndex = 5;
  103. this.IDC_BTN_IMPORT.Text = "导入";
  104. this.IDC_BTN_IMPORT.UseVisualStyleBackColor = true;
  105. this.IDC_BTN_IMPORT.Click += new System.EventHandler(this.OnClickedBtnImport);
  106. //
  107. // m_ctrlBtnRename
  108. //
  109. this.m_ctrlBtnRename.Location = new System.Drawing.Point(339, 436);
  110. this.m_ctrlBtnRename.Margin = new System.Windows.Forms.Padding(4);
  111. this.m_ctrlBtnRename.Name = "m_ctrlBtnRename";
  112. this.m_ctrlBtnRename.Size = new System.Drawing.Size(97, 34);
  113. this.m_ctrlBtnRename.TabIndex = 4;
  114. this.m_ctrlBtnRename.Text = "重命名";
  115. this.m_ctrlBtnRename.UseVisualStyleBackColor = true;
  116. this.m_ctrlBtnRename.Click += new System.EventHandler(this.OnClickedBtnRename);
  117. //
  118. // m_ctrlBtnDelete
  119. //
  120. this.m_ctrlBtnDelete.Location = new System.Drawing.Point(236, 436);
  121. this.m_ctrlBtnDelete.Margin = new System.Windows.Forms.Padding(4);
  122. this.m_ctrlBtnDelete.Name = "m_ctrlBtnDelete";
  123. this.m_ctrlBtnDelete.Size = new System.Drawing.Size(95, 34);
  124. this.m_ctrlBtnDelete.TabIndex = 3;
  125. this.m_ctrlBtnDelete.Text = "删除";
  126. this.m_ctrlBtnDelete.UseVisualStyleBackColor = true;
  127. this.m_ctrlBtnDelete.Click += new System.EventHandler(this.OnClickedBtnDel);
  128. //
  129. // m_ctrlBtnApply
  130. //
  131. this.m_ctrlBtnApply.Location = new System.Drawing.Point(9, 436);
  132. this.m_ctrlBtnApply.Margin = new System.Windows.Forms.Padding(4);
  133. this.m_ctrlBtnApply.Name = "m_ctrlBtnApply";
  134. this.m_ctrlBtnApply.Size = new System.Drawing.Size(112, 34);
  135. this.m_ctrlBtnApply.TabIndex = 2;
  136. this.m_ctrlBtnApply.Text = "应用";
  137. this.m_ctrlBtnApply.UseVisualStyleBackColor = true;
  138. this.m_ctrlBtnApply.Click += new System.EventHandler(this.OnClickedBtnAply);
  139. //
  140. // m_ctrlStagePicture
  141. //
  142. this.m_ctrlStagePicture.BackColor = System.Drawing.Color.White;
  143. this.m_ctrlStagePicture.Location = new System.Drawing.Point(474, 26);
  144. this.m_ctrlStagePicture.Margin = new System.Windows.Forms.Padding(4);
  145. this.m_ctrlStagePicture.Name = "m_ctrlStagePicture";
  146. this.m_ctrlStagePicture.Size = new System.Drawing.Size(567, 400);
  147. this.m_ctrlStagePicture.TabIndex = 1;
  148. this.m_ctrlStagePicture.TabStop = false;
  149. //
  150. // m_ctrlListBoxStageList
  151. //
  152. this.m_ctrlListBoxStageList.FormattingEnabled = true;
  153. this.m_ctrlListBoxStageList.ItemHeight = 18;
  154. this.m_ctrlListBoxStageList.Location = new System.Drawing.Point(9, 26);
  155. this.m_ctrlListBoxStageList.Margin = new System.Windows.Forms.Padding(4);
  156. this.m_ctrlListBoxStageList.Name = "m_ctrlListBoxStageList";
  157. this.m_ctrlListBoxStageList.Size = new System.Drawing.Size(439, 400);
  158. this.m_ctrlListBoxStageList.TabIndex = 0;
  159. this.m_ctrlListBoxStageList.SelectedValueChanged += new System.EventHandler(this.OnSelchangeListStage);
  160. //
  161. // DlgStageMgr
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(1040, 454);
  166. this.Controls.Add(this.groupBox1);
  167. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  168. this.Margin = new System.Windows.Forms.Padding(4);
  169. this.MaximizeBox = false;
  170. this.MaximumSize = new System.Drawing.Size(1062, 510);
  171. this.MinimizeBox = false;
  172. this.MinimumSize = new System.Drawing.Size(1062, 510);
  173. this.Name = "DlgStageMgr";
  174. this.ShowIcon = false;
  175. this.ShowInTaskbar = false;
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  177. this.Text = "DlgStageMgr";
  178. this.Load += new System.EventHandler(this.DlgStageMgr_Load);
  179. this.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPaint);
  180. this.groupBox1.ResumeLayout(false);
  181. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).EndInit();
  182. this.ResumeLayout(false);
  183. }
  184. #endregion
  185. private System.Windows.Forms.GroupBox groupBox1;
  186. private System.Windows.Forms.Button m_ctrlBtnRename;
  187. private System.Windows.Forms.Button m_ctrlBtnDelete;
  188. private System.Windows.Forms.Button m_ctrlBtnApply;
  189. private System.Windows.Forms.PictureBox m_ctrlStagePicture;
  190. private System.Windows.Forms.ListBox m_ctrlListBoxStageList;
  191. private System.Windows.Forms.Button m_ctrlBtnExport;
  192. private System.Windows.Forms.Button IDC_BTN_IMPORT;
  193. private System.Windows.Forms.Button button_edit;
  194. private System.Windows.Forms.Button button_New;
  195. }
  196. }