S_CMN_023.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class S_CMN_023
  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(S_CMN_023));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.txtKilnCode = new System.Windows.Forms.TextBox();
  35. this.txtKilnName = new System.Windows.Forms.TextBox();
  36. this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.lblKilnName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.dgvKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  40. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  41. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.kilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvKiln)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // txtKilnCode
  52. //
  53. this.txtKilnCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  54. this.txtKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.txtKilnCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  56. this.txtKilnCode.Location = new System.Drawing.Point(71, 12);
  57. this.txtKilnCode.MaxLength = 20;
  58. this.txtKilnCode.Name = "txtKilnCode";
  59. this.txtKilnCode.Size = new System.Drawing.Size(100, 21);
  60. this.txtKilnCode.TabIndex = 1;
  61. //
  62. // txtKilnName
  63. //
  64. this.txtKilnName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.txtKilnName.Location = new System.Drawing.Point(236, 12);
  66. this.txtKilnName.MaxLength = 20;
  67. this.txtKilnName.Name = "txtKilnName";
  68. this.txtKilnName.Size = new System.Drawing.Size(100, 21);
  69. this.txtKilnName.TabIndex = 3;
  70. //
  71. // lblKilnCode
  72. //
  73. this.lblKilnCode.AutoSize = true;
  74. this.lblKilnCode.BackColor = System.Drawing.Color.Transparent;
  75. this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
  77. this.lblKilnCode.Location = new System.Drawing.Point(12, 16);
  78. this.lblKilnCode.Name = "lblKilnCode";
  79. this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
  80. this.lblKilnCode.TabIndex = 0;
  81. this.lblKilnCode.Text = "窑炉编码";
  82. //
  83. // lblKilnName
  84. //
  85. this.lblKilnName.AutoSize = true;
  86. this.lblKilnName.BackColor = System.Drawing.Color.Transparent;
  87. this.lblKilnName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.lblKilnName.ForeColor = System.Drawing.SystemColors.ControlText;
  89. this.lblKilnName.Location = new System.Drawing.Point(177, 16);
  90. this.lblKilnName.Name = "lblKilnName";
  91. this.lblKilnName.Size = new System.Drawing.Size(53, 12);
  92. this.lblKilnName.TabIndex = 2;
  93. this.lblKilnName.Text = "窑炉名称";
  94. //
  95. // btnSearch
  96. //
  97. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  98. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  99. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  100. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.btnSearch.ForeColor = System.Drawing.Color.White;
  102. this.btnSearch.Location = new System.Drawing.Point(350, 7);
  103. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  104. this.btnSearch.Name = "btnSearch";
  105. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  106. this.btnSearch.TabIndex = 4;
  107. this.btnSearch.Text = "查询";
  108. this.btnSearch.UseVisualStyleBackColor = false;
  109. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  110. //
  111. // dgvKiln
  112. //
  113. this.dgvKiln.AllowUserToAddRows = false;
  114. this.dgvKiln.AllowUserToDeleteRows = false;
  115. this.dgvKiln.AllowUserToModifyRows = true;
  116. this.dgvKiln.AllowUserToOrderColumns = true;
  117. this.dgvKiln.AllowUserToResizeRows = false;
  118. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  119. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.dgvKiln.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  121. this.dgvKiln.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  122. | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.dgvKiln.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  125. this.dgvKiln.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  126. this.dgvKiln.CellHeight = 23;
  127. this.dgvKiln.ChildNodeColumnName = null;
  128. this.dgvKiln.ChildNodeColumnText = null;
  129. this.dgvKiln.ColumnDeep = 1;
  130. this.dgvKiln.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  132. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  133. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  138. this.dgvKiln.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  139. this.dgvKiln.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  140. this.dgvKiln.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  141. this.Sel,
  142. this.KilnCode,
  143. this.KilnName,
  144. this.kilnID});
  145. this.dgvKiln.ColumnTreeView = null;
  146. this.dgvKiln.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  147. this.dgvKiln.DynamicColumnName = "";
  148. this.dgvKiln.EnableHeadersVisualStyles = false;
  149. this.dgvKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.dgvKiln.HorizontalMergeColumn = null;
  151. this.dgvKiln.IsAutoCountSum = false;
  152. this.dgvKiln.IsAutoResizeColumns = false;
  153. this.dgvKiln.IsClickF12 = false;
  154. this.dgvKiln.IsOpenMergeCellFlag = false;
  155. this.dgvKiln.IsSubTotalFlag = false;
  156. this.dgvKiln.IsTopDeep = false;
  157. this.dgvKiln.Location = new System.Drawing.Point(12, 45);
  158. this.dgvKiln.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  159. this.dgvKiln.MergeColumnNames = null;
  160. this.dgvKiln.MergeDetailColumnNames = null;
  161. this.dgvKiln.MergeDetailOnlyColumn = null;
  162. this.dgvKiln.MergeOnlyColumn = null;
  163. this.dgvKiln.MultiSelect = false;
  164. this.dgvKiln.Name = "dgvKiln";
  165. this.dgvKiln.RefreshAtHscroll = false;
  166. this.dgvKiln.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  167. this.dgvKiln.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
  168. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  169. this.dgvKiln.RowsDefaultCellStyle = dataGridViewCellStyle5;
  170. this.dgvKiln.RowTemplate.Height = 21;
  171. this.dgvKiln.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  172. this.dgvKiln.Size = new System.Drawing.Size(514, 301);
  173. this.dgvKiln.SortOrderColumnName = null;
  174. this.dgvKiln.TabIndex = 6;
  175. this.dgvKiln.Tag = true;
  176. this.dgvKiln.TotalSumColumns = null;
  177. this.dgvKiln.ViewRowFilter = "";
  178. //
  179. // chkChooseAll
  180. //
  181. this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  182. this.chkChooseAll.AutoSize = true;
  183. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  184. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.chkChooseAll.Location = new System.Drawing.Point(12, 359);
  186. this.chkChooseAll.Name = "chkChooseAll";
  187. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  188. this.chkChooseAll.TabIndex = 7;
  189. this.chkChooseAll.Text = "全选";
  190. this.chkChooseAll.UseVisualStyleBackColor = false;
  191. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  192. //
  193. // btnClose
  194. //
  195. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  196. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  197. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  198. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.btnClose.ForeColor = System.Drawing.Color.White;
  200. this.btnClose.Location = new System.Drawing.Point(441, 351);
  201. this.btnClose.Name = "btnClose";
  202. this.btnClose.Size = new System.Drawing.Size(85, 30);
  203. this.btnClose.TabIndex = 9;
  204. this.btnClose.Text = "取消";
  205. this.btnClose.UseVisualStyleBackColor = false;
  206. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  207. //
  208. // btnOK
  209. //
  210. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  211. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  212. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  213. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.btnOK.ForeColor = System.Drawing.Color.White;
  215. this.btnOK.Location = new System.Drawing.Point(350, 351);
  216. this.btnOK.Name = "btnOK";
  217. this.btnOK.Size = new System.Drawing.Size(85, 30);
  218. this.btnOK.TabIndex = 8;
  219. this.btnOK.Text = "确定";
  220. this.btnOK.UseVisualStyleBackColor = false;
  221. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  222. //
  223. // btnClearCondition
  224. //
  225. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  226. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  227. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  228. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  230. this.btnClearCondition.Location = new System.Drawing.Point(441, 7);
  231. this.btnClearCondition.Name = "btnClearCondition";
  232. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  233. this.btnClearCondition.TabIndex = 5;
  234. this.btnClearCondition.Text = "清空条件";
  235. this.btnClearCondition.UseVisualStyleBackColor = false;
  236. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  237. //
  238. // Sel
  239. //
  240. this.Sel.DataPropertyName = "Sel";
  241. this.Sel.FalseValue = "0";
  242. this.Sel.FillWeight = 50F;
  243. this.Sel.HeaderText = "选择";
  244. this.Sel.IndeterminateValue = "0";
  245. this.Sel.Name = "Sel";
  246. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  247. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  248. this.Sel.TrueValue = "1";
  249. this.Sel.Width = 50;
  250. //
  251. // KilnCode
  252. //
  253. this.KilnCode.DataPropertyName = "KilnCode";
  254. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  255. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  256. this.KilnCode.DefaultCellStyle = dataGridViewCellStyle3;
  257. this.KilnCode.HeaderText = "窑炉编号";
  258. this.KilnCode.MaxInputLength = 20;
  259. this.KilnCode.Name = "KilnCode";
  260. this.KilnCode.ReadOnly = true;
  261. this.KilnCode.Width = 80;
  262. //
  263. // KilnName
  264. //
  265. this.KilnName.DataPropertyName = "KilnName";
  266. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  267. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  268. this.KilnName.DefaultCellStyle = dataGridViewCellStyle4;
  269. this.KilnName.HeaderText = "窑炉名称";
  270. this.KilnName.MaxInputLength = 20;
  271. this.KilnName.Name = "KilnName";
  272. this.KilnName.ReadOnly = true;
  273. this.KilnName.Width = 80;
  274. //
  275. // kilnID
  276. //
  277. this.kilnID.DataPropertyName = "kilnID";
  278. this.kilnID.HeaderText = "窑炉ID";
  279. this.kilnID.Name = "kilnID";
  280. this.kilnID.ReadOnly = true;
  281. this.kilnID.Visible = false;
  282. //
  283. // S_CMN_023
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.ClientSize = new System.Drawing.Size(544, 406);
  288. this.Controls.Add(this.btnClearCondition);
  289. this.Controls.Add(this.txtKilnCode);
  290. this.Controls.Add(this.btnClose);
  291. this.Controls.Add(this.btnSearch);
  292. this.Controls.Add(this.txtKilnName);
  293. this.Controls.Add(this.btnOK);
  294. this.Controls.Add(this.lblKilnName);
  295. this.Controls.Add(this.chkChooseAll);
  296. this.Controls.Add(this.lblKilnCode);
  297. this.Controls.Add(this.dgvKiln);
  298. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  299. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  300. this.IsSaveFormSize = false;
  301. this.MaximizeBox = false;
  302. this.MinimizeBox = false;
  303. this.Name = "S_CMN_023";
  304. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  305. this.StatusSizingGrip = false;
  306. this.Text = "窑炉选择";
  307. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0203_FormClosed);
  308. this.Load += new System.EventHandler(this.FrmUser_Load);
  309. this.Controls.SetChildIndex(this.dgvKiln, 0);
  310. this.Controls.SetChildIndex(this.lblKilnCode, 0);
  311. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  312. this.Controls.SetChildIndex(this.lblKilnName, 0);
  313. this.Controls.SetChildIndex(this.btnOK, 0);
  314. this.Controls.SetChildIndex(this.txtKilnName, 0);
  315. this.Controls.SetChildIndex(this.btnSearch, 0);
  316. this.Controls.SetChildIndex(this.btnClose, 0);
  317. this.Controls.SetChildIndex(this.txtKilnCode, 0);
  318. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  319. ((System.ComponentModel.ISupportInitialize)(this.dgvKiln)).EndInit();
  320. this.ResumeLayout(false);
  321. this.PerformLayout();
  322. }
  323. #endregion
  324. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  325. private System.Windows.Forms.TextBox txtKilnCode;
  326. private System.Windows.Forms.TextBox txtKilnName;
  327. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblKilnCode;
  328. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblKilnName;
  329. private Basics.BaseControls.C_DataGridView dgvKiln;
  330. private Basics.BaseControls.C_CheckBox chkChooseAll;
  331. private Basics.BaseControls.C_Button btnClose;
  332. private Basics.BaseControls.C_Button btnOK;
  333. private Basics.BaseControls.C_Button btnClearCondition;
  334. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn kilnID;
  338. }
  339. }