frmPartSizeEditorNew.Designer.cs 11 KB

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