DlgStageMgr.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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.m_ctrlBtnExport = new System.Windows.Forms.Button();
  30. this.IDC_BTN_IMPORT = new System.Windows.Forms.Button();
  31. this.m_ctrlBtnRename = new System.Windows.Forms.Button();
  32. this.m_ctrlBtnDelete = new System.Windows.Forms.Button();
  33. this.m_ctrlBtnApply = new System.Windows.Forms.Button();
  34. this.m_ctrlStagePicture = new System.Windows.Forms.PictureBox();
  35. this.m_ctrlListBoxStageList = new System.Windows.Forms.ListBox();
  36. this.groupBox1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // groupBox1
  41. //
  42. this.groupBox1.Controls.Add(this.m_ctrlBtnExport);
  43. this.groupBox1.Controls.Add(this.IDC_BTN_IMPORT);
  44. this.groupBox1.Controls.Add(this.m_ctrlBtnRename);
  45. this.groupBox1.Controls.Add(this.m_ctrlBtnDelete);
  46. this.groupBox1.Controls.Add(this.m_ctrlBtnApply);
  47. this.groupBox1.Controls.Add(this.m_ctrlStagePicture);
  48. this.groupBox1.Controls.Add(this.m_ctrlListBoxStageList);
  49. this.groupBox1.Location = new System.Drawing.Point(3, 2);
  50. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  51. this.groupBox1.Name = "groupBox1";
  52. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  53. this.groupBox1.Size = new System.Drawing.Size(1046, 476);
  54. this.groupBox1.TabIndex = 0;
  55. this.groupBox1.TabStop = false;
  56. //
  57. // m_ctrlBtnExport
  58. //
  59. this.m_ctrlBtnExport.Location = new System.Drawing.Point(928, 436);
  60. this.m_ctrlBtnExport.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  61. this.m_ctrlBtnExport.Name = "m_ctrlBtnExport";
  62. this.m_ctrlBtnExport.Size = new System.Drawing.Size(112, 34);
  63. this.m_ctrlBtnExport.TabIndex = 6;
  64. this.m_ctrlBtnExport.Text = "导出";
  65. this.m_ctrlBtnExport.UseVisualStyleBackColor = true;
  66. this.m_ctrlBtnExport.Click += new System.EventHandler(this.OnClickedBtnExport);
  67. //
  68. // IDC_BTN_IMPORT
  69. //
  70. this.IDC_BTN_IMPORT.Location = new System.Drawing.Point(788, 436);
  71. this.IDC_BTN_IMPORT.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  72. this.IDC_BTN_IMPORT.Name = "IDC_BTN_IMPORT";
  73. this.IDC_BTN_IMPORT.Size = new System.Drawing.Size(112, 34);
  74. this.IDC_BTN_IMPORT.TabIndex = 5;
  75. this.IDC_BTN_IMPORT.Text = "导入";
  76. this.IDC_BTN_IMPORT.UseVisualStyleBackColor = true;
  77. this.IDC_BTN_IMPORT.Click += new System.EventHandler(this.OnClickedBtnImport);
  78. //
  79. // m_ctrlBtnRename
  80. //
  81. this.m_ctrlBtnRename.Location = new System.Drawing.Point(254, 436);
  82. this.m_ctrlBtnRename.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  83. this.m_ctrlBtnRename.Name = "m_ctrlBtnRename";
  84. this.m_ctrlBtnRename.Size = new System.Drawing.Size(112, 34);
  85. this.m_ctrlBtnRename.TabIndex = 4;
  86. this.m_ctrlBtnRename.Text = "重命名";
  87. this.m_ctrlBtnRename.UseVisualStyleBackColor = true;
  88. this.m_ctrlBtnRename.Click += new System.EventHandler(this.OnClickedBtnRename);
  89. //
  90. // m_ctrlBtnDelete
  91. //
  92. this.m_ctrlBtnDelete.Location = new System.Drawing.Point(130, 436);
  93. this.m_ctrlBtnDelete.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  94. this.m_ctrlBtnDelete.Name = "m_ctrlBtnDelete";
  95. this.m_ctrlBtnDelete.Size = new System.Drawing.Size(112, 34);
  96. this.m_ctrlBtnDelete.TabIndex = 3;
  97. this.m_ctrlBtnDelete.Text = "删除";
  98. this.m_ctrlBtnDelete.UseVisualStyleBackColor = true;
  99. this.m_ctrlBtnDelete.Click += new System.EventHandler(this.OnClickedBtnDel);
  100. //
  101. // m_ctrlBtnApply
  102. //
  103. this.m_ctrlBtnApply.Location = new System.Drawing.Point(9, 436);
  104. this.m_ctrlBtnApply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  105. this.m_ctrlBtnApply.Name = "m_ctrlBtnApply";
  106. this.m_ctrlBtnApply.Size = new System.Drawing.Size(112, 34);
  107. this.m_ctrlBtnApply.TabIndex = 2;
  108. this.m_ctrlBtnApply.Text = "应用";
  109. this.m_ctrlBtnApply.UseVisualStyleBackColor = true;
  110. this.m_ctrlBtnApply.Click += new System.EventHandler(this.OnClickedBtnAply);
  111. //
  112. // m_ctrlStagePicture
  113. //
  114. this.m_ctrlStagePicture.BackColor = System.Drawing.Color.White;
  115. this.m_ctrlStagePicture.Location = new System.Drawing.Point(474, 26);
  116. this.m_ctrlStagePicture.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  117. this.m_ctrlStagePicture.Name = "m_ctrlStagePicture";
  118. this.m_ctrlStagePicture.Size = new System.Drawing.Size(567, 400);
  119. this.m_ctrlStagePicture.TabIndex = 1;
  120. this.m_ctrlStagePicture.TabStop = false;
  121. //
  122. // m_ctrlListBoxStageList
  123. //
  124. this.m_ctrlListBoxStageList.FormattingEnabled = true;
  125. this.m_ctrlListBoxStageList.ItemHeight = 18;
  126. this.m_ctrlListBoxStageList.Location = new System.Drawing.Point(9, 26);
  127. this.m_ctrlListBoxStageList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  128. this.m_ctrlListBoxStageList.Name = "m_ctrlListBoxStageList";
  129. this.m_ctrlListBoxStageList.Size = new System.Drawing.Size(439, 400);
  130. this.m_ctrlListBoxStageList.TabIndex = 0;
  131. this.m_ctrlListBoxStageList.SelectedValueChanged += new System.EventHandler(this.OnSelchangeListStage);
  132. //
  133. // DlgStageMgr
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.ClientSize = new System.Drawing.Size(1040, 454);
  138. this.Controls.Add(this.groupBox1);
  139. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  140. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  141. this.MaximizeBox = false;
  142. this.MaximumSize = new System.Drawing.Size(1062, 510);
  143. this.MinimizeBox = false;
  144. this.MinimumSize = new System.Drawing.Size(1062, 510);
  145. this.Name = "DlgStageMgr";
  146. this.ShowIcon = false;
  147. this.ShowInTaskbar = false;
  148. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  149. this.Text = "DlgStageMgr";
  150. this.Load += new System.EventHandler(this.DlgStageMgr_Load);
  151. this.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPaint);
  152. this.groupBox1.ResumeLayout(false);
  153. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).EndInit();
  154. this.ResumeLayout(false);
  155. }
  156. #endregion
  157. private System.Windows.Forms.GroupBox groupBox1;
  158. private System.Windows.Forms.Button m_ctrlBtnRename;
  159. private System.Windows.Forms.Button m_ctrlBtnDelete;
  160. private System.Windows.Forms.Button m_ctrlBtnApply;
  161. private System.Windows.Forms.PictureBox m_ctrlStagePicture;
  162. private System.Windows.Forms.ListBox m_ctrlListBoxStageList;
  163. private System.Windows.Forms.Button m_ctrlBtnExport;
  164. private System.Windows.Forms.Button IDC_BTN_IMPORT;
  165. }
  166. }