F_MST_0301.Designer.cs 20 KB

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