F_MST_0301.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0301
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0301));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.dgvDataTonnage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.KilnType = new System.Windows.Forms.DataGridViewComboBoxColumn();
  42. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  43. this.TurnoverInterval = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  44. this.colInOut = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  45. this.colOut = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  46. this.SK_Date = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.SK_BatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.KilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.btnTKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvDataTonnage)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // dgvDataTonnage
  55. //
  56. this.dgvDataTonnage.AllowUserToDeleteRows = false;
  57. this.dgvDataTonnage.AllowUserToModifyRows = true;
  58. this.dgvDataTonnage.AllowUserToOrderColumns = true;
  59. this.dgvDataTonnage.AllowUserToResizeRows = false;
  60. this.dgvDataTonnage.AllowUserToSortRows = false;
  61. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  62. this.dgvDataTonnage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
  63. this.dgvDataTonnage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  64. | System.Windows.Forms.AnchorStyles.Left)
  65. | System.Windows.Forms.AnchorStyles.Right)));
  66. this.dgvDataTonnage.BorderStyle = System.Windows.Forms.BorderStyle.None;
  67. this.dgvDataTonnage.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  68. this.dgvDataTonnage.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  69. this.dgvDataTonnage.CellHeight = 23;
  70. this.dgvDataTonnage.ChildNodeColumnName = null;
  71. this.dgvDataTonnage.ChildNodeColumnText = null;
  72. this.dgvDataTonnage.ColumnDeep = 1;
  73. this.dgvDataTonnage.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  74. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  75. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  76. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
  78. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  79. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  80. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  81. this.dgvDataTonnage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
  82. this.dgvDataTonnage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  83. this.dgvDataTonnage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  84. this.KilnCode,
  85. this.KilnName,
  86. this.KilnType,
  87. this.ValueFlag,
  88. this.TurnoverInterval,
  89. this.colInOut,
  90. this.colOut,
  91. this.SK_Date,
  92. this.SK_BatchNo,
  93. this.Remarks,
  94. this.KilnID});
  95. this.dgvDataTonnage.ColumnTreeView = null;
  96. this.dgvDataTonnage.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)));
  97. this.dgvDataTonnage.DynamicColumnName = "";
  98. this.dgvDataTonnage.EnableHeadersVisualStyles = false;
  99. this.dgvDataTonnage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.dgvDataTonnage.FormatQuantityColumns = null;
  101. this.dgvDataTonnage.HorizontalMergeColumn = null;
  102. this.dgvDataTonnage.IsAutoCountSum = true;
  103. this.dgvDataTonnage.IsAutoResizeColumns = false;
  104. this.dgvDataTonnage.IsClickF12 = false;
  105. this.dgvDataTonnage.IsOpenMergeCellFlag = false;
  106. this.dgvDataTonnage.IsSubTotalFlag = false;
  107. this.dgvDataTonnage.IsTopDeep = false;
  108. this.dgvDataTonnage.Location = new System.Drawing.Point(12, 12);
  109. this.dgvDataTonnage.MergeColumnNames = null;
  110. this.dgvDataTonnage.MergeDetailColumnNames = null;
  111. this.dgvDataTonnage.MergeDetailOnlyColumn = null;
  112. this.dgvDataTonnage.MergeOnlyColumn = null;
  113. this.dgvDataTonnage.MultiSelect = false;
  114. this.dgvDataTonnage.Name = "dgvDataTonnage";
  115. this.dgvDataTonnage.RefreshAtHscroll = false;
  116. this.dgvDataTonnage.RowHeadersWidth = 50;
  117. this.dgvDataTonnage.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  118. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  119. this.dgvDataTonnage.RowsDefaultCellStyle = dataGridViewCellStyle18;
  120. this.dgvDataTonnage.RowTemplate.Height = 21;
  121. this.dgvDataTonnage.Size = new System.Drawing.Size(703, 287);
  122. this.dgvDataTonnage.SortOrderColumnName = null;
  123. this.dgvDataTonnage.TabIndex = 0;
  124. this.dgvDataTonnage.Tag = true;
  125. this.dgvDataTonnage.TotalSumColumns = null;
  126. this.dgvDataTonnage.ViewRowFilter = "";
  127. this.dgvDataTonnage.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataTonnage_CellValidated);
  128. this.dgvDataTonnage.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataTonnage_CellValidating);
  129. this.dgvDataTonnage.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataTonnage_DefaultValuesNeeded);
  130. this.dgvDataTonnage.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataTonnage_EditingControlShowing);
  131. this.dgvDataTonnage.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataTonnage_RowValidated);
  132. this.dgvDataTonnage.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataTonnage_RowValidating);
  133. this.dgvDataTonnage.Sorted += new System.EventHandler(this.dgvDataTonnage_Sorted);
  134. this.dgvDataTonnage.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataTonnage_UserAddedRow);
  135. //
  136. // btnCancel
  137. //
  138. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  139. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  140. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  141. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  142. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.btnCancel.ForeColor = System.Drawing.Color.White;
  144. this.btnCancel.Location = new System.Drawing.Point(630, 304);
  145. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  146. this.btnCancel.Name = "btnCancel";
  147. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  148. this.btnCancel.TabIndex = 3;
  149. this.btnCancel.Text = "关闭";
  150. this.btnCancel.UseVisualStyleBackColor = true;
  151. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  152. //
  153. // btnSave
  154. //
  155. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  156. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  157. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  158. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.btnSave.ForeColor = System.Drawing.Color.White;
  160. this.btnSave.Location = new System.Drawing.Point(539, 304);
  161. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.btnSave.Name = "btnSave";
  163. this.btnSave.Size = new System.Drawing.Size(85, 30);
  164. this.btnSave.TabIndex = 2;
  165. this.btnSave.Text = "保存";
  166. this.btnSave.UseVisualStyleBackColor = true;
  167. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  168. //
  169. // chkDisplayDisabledData
  170. //
  171. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  172. this.chkDisplayDisabledData.AutoSize = true;
  173. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  174. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 304);
  176. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  177. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  178. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  179. this.chkDisplayDisabledData.TabIndex = 1;
  180. this.chkDisplayDisabledData.Text = "显示停用记录";
  181. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  182. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  183. //
  184. // KilnCode
  185. //
  186. this.KilnCode.DataPropertyName = "KilnCode";
  187. this.KilnCode.HeaderText = "窑炉编码";
  188. this.KilnCode.MaxInputLength = 10;
  189. this.KilnCode.Name = "KilnCode";
  190. //
  191. // KilnName
  192. //
  193. this.KilnName.DataPropertyName = "KilnName";
  194. this.KilnName.HeaderText = "窑炉名称";
  195. this.KilnName.MaxInputLength = 50;
  196. this.KilnName.Name = "KilnName";
  197. this.KilnName.Width = 170;
  198. //
  199. // KilnType
  200. //
  201. this.KilnType.DataPropertyName = "KilnType";
  202. this.KilnType.HeaderText = "窑炉类别";
  203. this.KilnType.Name = "KilnType";
  204. this.KilnType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  205. this.KilnType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  206. //
  207. // ValueFlag
  208. //
  209. this.ValueFlag.DataPropertyName = "ValueFlag";
  210. this.ValueFlag.FalseValue = "0";
  211. this.ValueFlag.HeaderText = "正常";
  212. this.ValueFlag.Name = "ValueFlag";
  213. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  214. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  215. this.ValueFlag.TrueValue = "1";
  216. this.ValueFlag.Width = 60;
  217. //
  218. // TurnoverInterval
  219. //
  220. this.TurnoverInterval.DataPropertyName = "TurnoverInterval";
  221. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  222. this.TurnoverInterval.DefaultCellStyle = dataGridViewCellStyle15;
  223. this.TurnoverInterval.HeaderText = "周转率(分钟)";
  224. this.TurnoverInterval.MaxValue = new decimal(new int[] {
  225. 99999,
  226. 0,
  227. 0,
  228. 0});
  229. this.TurnoverInterval.MinValue = new decimal(new int[] {
  230. 0,
  231. 0,
  232. 0,
  233. 0});
  234. this.TurnoverInterval.Name = "TurnoverInterval";
  235. this.TurnoverInterval.Number = new System.Drawing.Point(5, 0);
  236. this.TurnoverInterval.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  237. this.TurnoverInterval.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  238. //
  239. // colInOut
  240. //
  241. this.colInOut.DataPropertyName = "INOUTMINTIMEIINTERVAL";
  242. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  243. this.colInOut.DefaultCellStyle = dataGridViewCellStyle16;
  244. this.colInOut.HeaderText = "入卸窑间隔(分钟)";
  245. this.colInOut.MaxValue = new decimal(new int[] {
  246. 99999,
  247. 0,
  248. 0,
  249. 0});
  250. this.colInOut.MinValue = new decimal(new int[] {
  251. 0,
  252. 0,
  253. 0,
  254. 0});
  255. this.colInOut.Name = "colInOut";
  256. this.colInOut.Number = new System.Drawing.Point(5, 0);
  257. this.colInOut.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  258. this.colInOut.Width = 120;
  259. //
  260. // colOut
  261. //
  262. this.colOut.DataPropertyName = "OUTMINTIMEIINTERVAL";
  263. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  264. this.colOut.DefaultCellStyle = dataGridViewCellStyle17;
  265. this.colOut.HeaderText = "卸窑间隔(分钟)";
  266. this.colOut.MaxValue = new decimal(new int[] {
  267. 99999,
  268. 0,
  269. 0,
  270. 0});
  271. this.colOut.MinValue = new decimal(new int[] {
  272. 0,
  273. 0,
  274. 0,
  275. 0});
  276. this.colOut.Name = "colOut";
  277. this.colOut.Number = new System.Drawing.Point(5, 0);
  278. this.colOut.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  279. //
  280. // SK_Date
  281. //
  282. this.SK_Date.DataPropertyName = "SK_Date";
  283. this.SK_Date.HeaderText = "财年";
  284. this.SK_Date.Name = "SK_Date";
  285. this.SK_Date.ReadOnly = true;
  286. //
  287. // SK_BatchNo
  288. //
  289. this.SK_BatchNo.DataPropertyName = "SK_BatchNo";
  290. this.SK_BatchNo.HeaderText = "窑号";
  291. this.SK_BatchNo.Name = "SK_BatchNo";
  292. this.SK_BatchNo.ReadOnly = true;
  293. //
  294. // Remarks
  295. //
  296. this.Remarks.DataPropertyName = "Remarks";
  297. this.Remarks.HeaderText = "备注";
  298. this.Remarks.MaxInputLength = 500;
  299. this.Remarks.Name = "Remarks";
  300. this.Remarks.Width = 170;
  301. //
  302. // KilnID
  303. //
  304. this.KilnID.DataPropertyName = "KilnID";
  305. this.KilnID.HeaderText = "窑炉ID";
  306. this.KilnID.Name = "KilnID";
  307. this.KilnID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  308. this.KilnID.Visible = false;
  309. //
  310. // btnTKDate
  311. //
  312. this.btnTKDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  313. this.btnTKDate.BackColor = System.Drawing.Color.Transparent;
  314. this.btnTKDate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnTKDate.BackgroundImage")));
  315. this.btnTKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.btnTKDate.ForeColor = System.Drawing.Color.White;
  317. this.btnTKDate.Location = new System.Drawing.Point(448, 304);
  318. this.btnTKDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  319. this.btnTKDate.Name = "btnTKDate";
  320. this.btnTKDate.Size = new System.Drawing.Size(85, 30);
  321. this.btnTKDate.TabIndex = 4;
  322. this.btnTKDate.Text = "更新财年(&N)";
  323. this.btnTKDate.UseVisualStyleBackColor = true;
  324. this.btnTKDate.Click += new System.EventHandler(this.btnTKDate_Click);
  325. //
  326. // F_MST_0301
  327. //
  328. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  329. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  330. this.BackColor = System.Drawing.SystemColors.Window;
  331. this.CancelButton = this.btnCancel;
  332. this.ClientSize = new System.Drawing.Size(727, 358);
  333. this.Controls.Add(this.btnTKDate);
  334. this.Controls.Add(this.chkDisplayDisabledData);
  335. this.Controls.Add(this.btnCancel);
  336. this.Controls.Add(this.btnSave);
  337. this.Controls.Add(this.dgvDataTonnage);
  338. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  339. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  340. this.IsSaveFormSize = false;
  341. this.MaximizeBox = false;
  342. this.MinimizeBox = false;
  343. this.Name = "F_MST_0301";
  344. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  345. this.StatusBackColor = System.Drawing.SystemColors.Window;
  346. this.StatusSizingGrip = false;
  347. this.Text = "窑炉管理";
  348. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0301_FormClosing);
  349. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0301_FormClosed);
  350. this.Load += new System.EventHandler(this.F_MST_0301_Load);
  351. this.Controls.SetChildIndex(this.dgvDataTonnage, 0);
  352. this.Controls.SetChildIndex(this.btnSave, 0);
  353. this.Controls.SetChildIndex(this.btnCancel, 0);
  354. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  355. this.Controls.SetChildIndex(this.btnTKDate, 0);
  356. ((System.ComponentModel.ISupportInitialize)(this.dgvDataTonnage)).EndInit();
  357. this.ResumeLayout(false);
  358. this.PerformLayout();
  359. }
  360. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDataTonnage;
  361. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  362. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  363. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  364. #endregion
  365. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
  367. private System.Windows.Forms.DataGridViewComboBoxColumn KilnType;
  368. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  369. private Basics.BaseControls.C_DGV_Column_Digital TurnoverInterval;
  370. private Basics.BaseControls.C_DGV_Column_Digital colInOut;
  371. private Basics.BaseControls.C_DGV_Column_Digital colOut;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn SK_Date;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn SK_BatchNo;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
  376. private Basics.BaseControls.C_Button btnTKDate;
  377. }
  378. }