frmPartSizeEditorNew.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. namespace OTSIncAReportApp
  2. {
  3. partial class frmPartSizeEditorNew
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPartSizeEditorNew));
  30. this.Gview_LJ = new System.Windows.Forms.DataGridView();
  31. this.tb_ljm = new System.Windows.Forms.TextBox();
  32. this.tb_ljz = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.button3 = new System.Windows.Forms.Button();
  38. this.button4 = new System.Windows.Forms.Button();
  39. this.tb_lj = new System.Windows.Forms.TextBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  42. this.newFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. ((System.ComponentModel.ISupportInitialize)(this.Gview_LJ)).BeginInit();
  44. this.contextMenuStrip1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // Gview_LJ
  48. //
  49. this.Gview_LJ.AllowUserToAddRows = false;
  50. this.Gview_LJ.AllowUserToDeleteRows = false;
  51. this.Gview_LJ.AllowUserToResizeColumns = false;
  52. this.Gview_LJ.AllowUserToResizeRows = false;
  53. this.Gview_LJ.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  54. this.Gview_LJ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  55. this.Gview_LJ.ContextMenuStrip = this.contextMenuStrip1;
  56. this.Gview_LJ.Location = new System.Drawing.Point(8, 8);
  57. this.Gview_LJ.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  58. this.Gview_LJ.MultiSelect = false;
  59. this.Gview_LJ.Name = "Gview_LJ";
  60. this.Gview_LJ.ReadOnly = true;
  61. this.Gview_LJ.RowHeadersVisible = false;
  62. this.Gview_LJ.RowTemplate.Height = 30;
  63. this.Gview_LJ.Size = new System.Drawing.Size(381, 174);
  64. this.Gview_LJ.TabIndex = 11;
  65. this.Gview_LJ.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gview_LJ_CellClick);
  66. //
  67. // tb_ljm
  68. //
  69. this.tb_ljm.Location = new System.Drawing.Point(59, 218);
  70. this.tb_ljm.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  71. this.tb_ljm.Name = "tb_ljm";
  72. this.tb_ljm.Size = new System.Drawing.Size(329, 21);
  73. this.tb_ljm.TabIndex = 12;
  74. //
  75. // tb_ljz
  76. //
  77. this.tb_ljz.Location = new System.Drawing.Point(59, 249);
  78. this.tb_ljz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  79. this.tb_ljz.Name = "tb_ljz";
  80. this.tb_ljz.Size = new System.Drawing.Size(329, 21);
  81. this.tb_ljz.TabIndex = 12;
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.Location = new System.Drawing.Point(10, 223);
  87. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  88. this.label1.Name = "label1";
  89. this.label1.Size = new System.Drawing.Size(41, 12);
  90. this.label1.TabIndex = 13;
  91. this.label1.Text = "粒级名";
  92. //
  93. // label2
  94. //
  95. this.label2.AutoSize = true;
  96. this.label2.Location = new System.Drawing.Point(10, 254);
  97. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(41, 12);
  100. this.label2.TabIndex = 13;
  101. this.label2.Text = "粒级值";
  102. //
  103. // button1
  104. //
  105. this.button1.Location = new System.Drawing.Point(122, 281);
  106. this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  107. this.button1.Name = "button1";
  108. this.button1.Size = new System.Drawing.Size(73, 25);
  109. this.button1.TabIndex = 14;
  110. this.button1.Text = "保 存";
  111. this.button1.UseVisualStyleBackColor = true;
  112. this.button1.Click += new System.EventHandler(this.button1_Click);
  113. //
  114. // button2
  115. //
  116. this.button2.Location = new System.Drawing.Point(218, 281);
  117. this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  118. this.button2.Name = "button2";
  119. this.button2.Size = new System.Drawing.Size(73, 25);
  120. this.button2.TabIndex = 14;
  121. this.button2.Text = "确 定";
  122. this.button2.UseVisualStyleBackColor = true;
  123. this.button2.Click += new System.EventHandler(this.button2_Click);
  124. //
  125. // button3
  126. //
  127. this.button3.Location = new System.Drawing.Point(314, 281);
  128. this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  129. this.button3.Name = "button3";
  130. this.button3.Size = new System.Drawing.Size(73, 25);
  131. this.button3.TabIndex = 14;
  132. this.button3.Text = "返 回";
  133. this.button3.UseVisualStyleBackColor = true;
  134. this.button3.Click += new System.EventHandler(this.button3_Click);
  135. //
  136. // button4
  137. //
  138. this.button4.Location = new System.Drawing.Point(19, 281);
  139. this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  140. this.button4.Name = "button4";
  141. this.button4.Size = new System.Drawing.Size(73, 25);
  142. this.button4.TabIndex = 14;
  143. this.button4.Text = "另 存";
  144. this.button4.UseVisualStyleBackColor = true;
  145. this.button4.Click += new System.EventHandler(this.button4_Click);
  146. //
  147. // tb_lj
  148. //
  149. this.tb_lj.Location = new System.Drawing.Point(59, 188);
  150. this.tb_lj.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  151. this.tb_lj.Name = "tb_lj";
  152. this.tb_lj.ReadOnly = true;
  153. this.tb_lj.Size = new System.Drawing.Size(329, 21);
  154. this.tb_lj.TabIndex = 12;
  155. //
  156. // label3
  157. //
  158. this.label3.AutoSize = true;
  159. this.label3.Location = new System.Drawing.Point(10, 193);
  160. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  161. this.label3.Name = "label3";
  162. this.label3.Size = new System.Drawing.Size(41, 12);
  163. this.label3.TabIndex = 13;
  164. this.label3.Text = "路 径";
  165. //
  166. // contextMenuStrip1
  167. //
  168. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  169. this.newFileToolStripMenuItem});
  170. this.contextMenuStrip1.Name = "contextMenuStrip1";
  171. this.contextMenuStrip1.Size = new System.Drawing.Size(181, 48);
  172. //
  173. // newFileToolStripMenuItem
  174. //
  175. this.newFileToolStripMenuItem.Name = "newFileToolStripMenuItem";
  176. this.newFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  177. this.newFileToolStripMenuItem.Text = "NewFile";
  178. this.newFileToolStripMenuItem.Click += new System.EventHandler(this.newFileToolStripMenuItem_Click);
  179. //
  180. // frmPartSizeEditorNew
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.ClientSize = new System.Drawing.Size(399, 325);
  185. this.Controls.Add(this.button3);
  186. this.Controls.Add(this.button2);
  187. this.Controls.Add(this.button4);
  188. this.Controls.Add(this.button1);
  189. this.Controls.Add(this.label2);
  190. this.Controls.Add(this.label3);
  191. this.Controls.Add(this.label1);
  192. this.Controls.Add(this.tb_ljz);
  193. this.Controls.Add(this.tb_lj);
  194. this.Controls.Add(this.tb_ljm);
  195. this.Controls.Add(this.Gview_LJ);
  196. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  197. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  198. this.MaximizeBox = false;
  199. this.MaximumSize = new System.Drawing.Size(415, 364);
  200. this.MinimizeBox = false;
  201. this.MinimumSize = new System.Drawing.Size(415, 364);
  202. this.Name = "frmPartSizeEditorNew";
  203. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  204. this.Text = "粒级文件编辑器";
  205. this.Load += new System.EventHandler(this.frmPartSizeEditorNew_Load);
  206. ((System.ComponentModel.ISupportInitialize)(this.Gview_LJ)).EndInit();
  207. this.contextMenuStrip1.ResumeLayout(false);
  208. this.ResumeLayout(false);
  209. this.PerformLayout();
  210. }
  211. #endregion
  212. public System.Windows.Forms.DataGridView Gview_LJ;
  213. public System.Windows.Forms.TextBox tb_ljm;
  214. public System.Windows.Forms.TextBox tb_ljz;
  215. private System.Windows.Forms.Label label1;
  216. private System.Windows.Forms.Label label2;
  217. private System.Windows.Forms.Button button1;
  218. private System.Windows.Forms.Button button2;
  219. private System.Windows.Forms.Button button3;
  220. private System.Windows.Forms.Button button4;
  221. public System.Windows.Forms.TextBox tb_lj;
  222. private System.Windows.Forms.Label label3;
  223. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  224. private System.Windows.Forms.ToolStripMenuItem newFileToolStripMenuItem;
  225. }
  226. }