DlgStageMgr.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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(2, 1);
  54. this.groupBox1.Name = "groupBox1";
  55. this.groupBox1.Size = new System.Drawing.Size(614, 352);
  56. this.groupBox1.TabIndex = 0;
  57. this.groupBox1.TabStop = false;
  58. //
  59. // button_New
  60. //
  61. this.button_New.Location = new System.Drawing.Point(358, 323);
  62. this.button_New.Name = "button_New";
  63. this.button_New.Size = new System.Drawing.Size(75, 23);
  64. this.button_New.TabIndex = 8;
  65. this.button_New.Text = "新建";
  66. this.button_New.UseVisualStyleBackColor = true;
  67. this.button_New.Click += new System.EventHandler(this.button_New_Click);
  68. //
  69. // button_edit
  70. //
  71. this.button_edit.Location = new System.Drawing.Point(85, 323);
  72. this.button_edit.Name = "button_edit";
  73. this.button_edit.Size = new System.Drawing.Size(66, 23);
  74. this.button_edit.TabIndex = 7;
  75. this.button_edit.Text = "编辑";
  76. this.button_edit.UseVisualStyleBackColor = true;
  77. this.button_edit.Click += new System.EventHandler(this.button_edit_Click);
  78. //
  79. // m_ctrlBtnExport
  80. //
  81. this.m_ctrlBtnExport.Location = new System.Drawing.Point(533, 323);
  82. this.m_ctrlBtnExport.Name = "m_ctrlBtnExport";
  83. this.m_ctrlBtnExport.Size = new System.Drawing.Size(75, 23);
  84. this.m_ctrlBtnExport.TabIndex = 6;
  85. this.m_ctrlBtnExport.Text = "导出";
  86. this.m_ctrlBtnExport.UseVisualStyleBackColor = true;
  87. this.m_ctrlBtnExport.Click += new System.EventHandler(this.OnClickedBtnExport);
  88. //
  89. // IDC_BTN_IMPORT
  90. //
  91. this.IDC_BTN_IMPORT.Location = new System.Drawing.Point(439, 323);
  92. this.IDC_BTN_IMPORT.Name = "IDC_BTN_IMPORT";
  93. this.IDC_BTN_IMPORT.Size = new System.Drawing.Size(75, 23);
  94. this.IDC_BTN_IMPORT.TabIndex = 5;
  95. this.IDC_BTN_IMPORT.Text = "导入";
  96. this.IDC_BTN_IMPORT.UseVisualStyleBackColor = true;
  97. this.IDC_BTN_IMPORT.Click += new System.EventHandler(this.OnClickedBtnImport);
  98. //
  99. // m_ctrlBtnRename
  100. //
  101. this.m_ctrlBtnRename.Location = new System.Drawing.Point(225, 323);
  102. this.m_ctrlBtnRename.Name = "m_ctrlBtnRename";
  103. this.m_ctrlBtnRename.Size = new System.Drawing.Size(65, 23);
  104. this.m_ctrlBtnRename.TabIndex = 4;
  105. this.m_ctrlBtnRename.Text = "重命名";
  106. this.m_ctrlBtnRename.UseVisualStyleBackColor = true;
  107. this.m_ctrlBtnRename.Click += new System.EventHandler(this.OnClickedBtnRename);
  108. //
  109. // m_ctrlBtnDelete
  110. //
  111. this.m_ctrlBtnDelete.Location = new System.Drawing.Point(156, 323);
  112. this.m_ctrlBtnDelete.Name = "m_ctrlBtnDelete";
  113. this.m_ctrlBtnDelete.Size = new System.Drawing.Size(63, 23);
  114. this.m_ctrlBtnDelete.TabIndex = 3;
  115. this.m_ctrlBtnDelete.Text = "删除";
  116. this.m_ctrlBtnDelete.UseVisualStyleBackColor = true;
  117. this.m_ctrlBtnDelete.Click += new System.EventHandler(this.OnClickedBtnDel);
  118. //
  119. // m_ctrlBtnApply
  120. //
  121. this.m_ctrlBtnApply.Location = new System.Drawing.Point(4, 323);
  122. this.m_ctrlBtnApply.Name = "m_ctrlBtnApply";
  123. this.m_ctrlBtnApply.Size = new System.Drawing.Size(75, 23);
  124. this.m_ctrlBtnApply.TabIndex = 2;
  125. this.m_ctrlBtnApply.Text = "应用";
  126. this.m_ctrlBtnApply.UseVisualStyleBackColor = true;
  127. this.m_ctrlBtnApply.Click += new System.EventHandler(this.OnClickedBtnAply);
  128. //
  129. // m_ctrlStagePicture
  130. //
  131. this.m_ctrlStagePicture.BackColor = System.Drawing.Color.White;
  132. this.m_ctrlStagePicture.Location = new System.Drawing.Point(316, 17);
  133. this.m_ctrlStagePicture.Name = "m_ctrlStagePicture";
  134. this.m_ctrlStagePicture.Size = new System.Drawing.Size(292, 292);
  135. this.m_ctrlStagePicture.TabIndex = 1;
  136. this.m_ctrlStagePicture.TabStop = false;
  137. //
  138. // m_ctrlListBoxStageList
  139. //
  140. this.m_ctrlListBoxStageList.FormattingEnabled = true;
  141. this.m_ctrlListBoxStageList.ItemHeight = 12;
  142. this.m_ctrlListBoxStageList.Location = new System.Drawing.Point(6, 17);
  143. this.m_ctrlListBoxStageList.Name = "m_ctrlListBoxStageList";
  144. this.m_ctrlListBoxStageList.Size = new System.Drawing.Size(294, 292);
  145. this.m_ctrlListBoxStageList.TabIndex = 0;
  146. this.m_ctrlListBoxStageList.SelectedValueChanged += new System.EventHandler(this.OnSelchangeListStage);
  147. //
  148. // DlgStageMgr
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.ClientSize = new System.Drawing.Size(619, 357);
  153. this.Controls.Add(this.groupBox1);
  154. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  155. this.MaximizeBox = false;
  156. this.MaximumSize = new System.Drawing.Size(635, 396);
  157. this.MinimizeBox = false;
  158. this.MinimumSize = new System.Drawing.Size(635, 396);
  159. this.Name = "DlgStageMgr";
  160. this.ShowIcon = false;
  161. this.ShowInTaskbar = false;
  162. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  163. this.Text = "DlgStageMgr";
  164. this.Load += new System.EventHandler(this.DlgStageMgr_Load);
  165. this.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPaint);
  166. this.groupBox1.ResumeLayout(false);
  167. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).EndInit();
  168. this.ResumeLayout(false);
  169. }
  170. #endregion
  171. private System.Windows.Forms.GroupBox groupBox1;
  172. private System.Windows.Forms.Button m_ctrlBtnRename;
  173. private System.Windows.Forms.Button m_ctrlBtnDelete;
  174. private System.Windows.Forms.Button m_ctrlBtnApply;
  175. private System.Windows.Forms.PictureBox m_ctrlStagePicture;
  176. private System.Windows.Forms.ListBox m_ctrlListBoxStageList;
  177. private System.Windows.Forms.Button m_ctrlBtnExport;
  178. private System.Windows.Forms.Button IDC_BTN_IMPORT;
  179. private System.Windows.Forms.Button button_edit;
  180. private System.Windows.Forms.Button button_New;
  181. }
  182. }