frmPartSizeEditorNew.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPartSizeEditorNew));
  29. this.Gview_LJ = new System.Windows.Forms.DataGridView();
  30. this.tb_ljm = new System.Windows.Forms.TextBox();
  31. this.tb_ljz = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.button4 = new System.Windows.Forms.Button();
  38. this.tb_lj = new System.Windows.Forms.TextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.Gview_LJ)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // Gview_LJ
  44. //
  45. this.Gview_LJ.AllowUserToAddRows = false;
  46. this.Gview_LJ.AllowUserToDeleteRows = false;
  47. this.Gview_LJ.AllowUserToResizeColumns = false;
  48. this.Gview_LJ.AllowUserToResizeRows = false;
  49. this.Gview_LJ.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  50. this.Gview_LJ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  51. this.Gview_LJ.Location = new System.Drawing.Point(12, 12);
  52. this.Gview_LJ.MultiSelect = false;
  53. this.Gview_LJ.Name = "Gview_LJ";
  54. this.Gview_LJ.ReadOnly = true;
  55. this.Gview_LJ.RowHeadersVisible = false;
  56. this.Gview_LJ.RowTemplate.Height = 30;
  57. this.Gview_LJ.Size = new System.Drawing.Size(571, 261);
  58. this.Gview_LJ.TabIndex = 11;
  59. this.Gview_LJ.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gview_LJ_CellClick);
  60. //
  61. // tb_ljm
  62. //
  63. this.tb_ljm.Location = new System.Drawing.Point(88, 327);
  64. this.tb_ljm.Name = "tb_ljm";
  65. this.tb_ljm.Size = new System.Drawing.Size(491, 28);
  66. this.tb_ljm.TabIndex = 12;
  67. //
  68. // tb_ljz
  69. //
  70. this.tb_ljz.Location = new System.Drawing.Point(88, 374);
  71. this.tb_ljz.Name = "tb_ljz";
  72. this.tb_ljz.Size = new System.Drawing.Size(491, 28);
  73. this.tb_ljz.TabIndex = 12;
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Location = new System.Drawing.Point(15, 334);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(62, 18);
  81. this.label1.TabIndex = 13;
  82. this.label1.Text = "粒级名";
  83. //
  84. // label2
  85. //
  86. this.label2.AutoSize = true;
  87. this.label2.Location = new System.Drawing.Point(15, 381);
  88. this.label2.Name = "label2";
  89. this.label2.Size = new System.Drawing.Size(62, 18);
  90. this.label2.TabIndex = 13;
  91. this.label2.Text = "粒级值";
  92. //
  93. // button1
  94. //
  95. this.button1.Location = new System.Drawing.Point(183, 422);
  96. this.button1.Name = "button1";
  97. this.button1.Size = new System.Drawing.Size(109, 37);
  98. this.button1.TabIndex = 14;
  99. this.button1.Text = "保 存";
  100. this.button1.UseVisualStyleBackColor = true;
  101. this.button1.Click += new System.EventHandler(this.button1_Click);
  102. //
  103. // button2
  104. //
  105. this.button2.Location = new System.Drawing.Point(327, 422);
  106. this.button2.Name = "button2";
  107. this.button2.Size = new System.Drawing.Size(109, 37);
  108. this.button2.TabIndex = 14;
  109. this.button2.Text = "确 定";
  110. this.button2.UseVisualStyleBackColor = true;
  111. this.button2.Click += new System.EventHandler(this.button2_Click);
  112. //
  113. // button3
  114. //
  115. this.button3.Location = new System.Drawing.Point(471, 422);
  116. this.button3.Name = "button3";
  117. this.button3.Size = new System.Drawing.Size(109, 37);
  118. this.button3.TabIndex = 14;
  119. this.button3.Text = "返 回";
  120. this.button3.UseVisualStyleBackColor = true;
  121. this.button3.Click += new System.EventHandler(this.button3_Click);
  122. //
  123. // button4
  124. //
  125. this.button4.Location = new System.Drawing.Point(29, 422);
  126. this.button4.Name = "button4";
  127. this.button4.Size = new System.Drawing.Size(109, 37);
  128. this.button4.TabIndex = 14;
  129. this.button4.Text = "另 存";
  130. this.button4.UseVisualStyleBackColor = true;
  131. this.button4.Click += new System.EventHandler(this.button4_Click);
  132. //
  133. // tb_lj
  134. //
  135. this.tb_lj.Location = new System.Drawing.Point(88, 282);
  136. this.tb_lj.Name = "tb_lj";
  137. this.tb_lj.ReadOnly = true;
  138. this.tb_lj.Size = new System.Drawing.Size(491, 28);
  139. this.tb_lj.TabIndex = 12;
  140. //
  141. // label3
  142. //
  143. this.label3.AutoSize = true;
  144. this.label3.Location = new System.Drawing.Point(15, 289);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(62, 18);
  147. this.label3.TabIndex = 13;
  148. this.label3.Text = "路 径";
  149. //
  150. // frmPartSizeEditorNew
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.ClientSize = new System.Drawing.Size(592, 471);
  155. this.Controls.Add(this.button3);
  156. this.Controls.Add(this.button2);
  157. this.Controls.Add(this.button4);
  158. this.Controls.Add(this.button1);
  159. this.Controls.Add(this.label2);
  160. this.Controls.Add(this.label3);
  161. this.Controls.Add(this.label1);
  162. this.Controls.Add(this.tb_ljz);
  163. this.Controls.Add(this.tb_lj);
  164. this.Controls.Add(this.tb_ljm);
  165. this.Controls.Add(this.Gview_LJ);
  166. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  167. this.MaximizeBox = false;
  168. this.MaximumSize = new System.Drawing.Size(614, 527);
  169. this.MinimizeBox = false;
  170. this.MinimumSize = new System.Drawing.Size(614, 527);
  171. this.Name = "frmPartSizeEditorNew";
  172. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  173. this.Text = "粒级文件编辑器";
  174. this.Load += new System.EventHandler(this.frmPartSizeEditorNew_Load);
  175. ((System.ComponentModel.ISupportInitialize)(this.Gview_LJ)).EndInit();
  176. this.ResumeLayout(false);
  177. this.PerformLayout();
  178. }
  179. #endregion
  180. public System.Windows.Forms.DataGridView Gview_LJ;
  181. public System.Windows.Forms.TextBox tb_ljm;
  182. public System.Windows.Forms.TextBox tb_ljz;
  183. private System.Windows.Forms.Label label1;
  184. private System.Windows.Forms.Label label2;
  185. private System.Windows.Forms.Button button1;
  186. private System.Windows.Forms.Button button2;
  187. private System.Windows.Forms.Button button3;
  188. private System.Windows.Forms.Button button4;
  189. public System.Windows.Forms.TextBox tb_lj;
  190. private System.Windows.Forms.Label label3;
  191. }
  192. }