F_MST_0302.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0302
  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(F_MST_0302));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.dgvKilnCar = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  43. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  44. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.splSplit = new System.Windows.Forms.SplitContainer();
  46. this.tvwkiln = new System.Windows.Forms.TreeView();
  47. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.KilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.MaxGoodsNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  51. this.KilnCarNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  52. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.KilnCarID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCar)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.splSplit)).BeginInit();
  57. this.splSplit.Panel1.SuspendLayout();
  58. this.splSplit.Panel2.SuspendLayout();
  59. this.splSplit.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // btnCancel
  63. //
  64. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  65. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  66. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  67. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  68. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  69. this.btnCancel.ForeColor = System.Drawing.Color.White;
  70. this.btnCancel.Location = new System.Drawing.Point(612, 462);
  71. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  72. this.btnCancel.Name = "btnCancel";
  73. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  74. this.btnCancel.TabIndex = 3;
  75. this.btnCancel.Text = "关闭";
  76. this.btnCancel.UseVisualStyleBackColor = true;
  77. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  78. //
  79. // btnSave
  80. //
  81. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  82. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  83. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  84. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  85. this.btnSave.ForeColor = System.Drawing.Color.White;
  86. this.btnSave.Location = new System.Drawing.Point(521, 462);
  87. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  88. this.btnSave.Name = "btnSave";
  89. this.btnSave.Size = new System.Drawing.Size(85, 30);
  90. this.btnSave.TabIndex = 2;
  91. this.btnSave.Text = "保存";
  92. this.btnSave.UseVisualStyleBackColor = true;
  93. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  94. //
  95. // dgvKilnCar
  96. //
  97. this.dgvKilnCar.AllowUserToDeleteRows = false;
  98. this.dgvKilnCar.AllowUserToModifyRows = true;
  99. this.dgvKilnCar.AllowUserToOrderColumns = true;
  100. this.dgvKilnCar.AllowUserToResizeRows = false;
  101. this.dgvKilnCar.AllowUserToSortRows = false;
  102. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  103. this.dgvKilnCar.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  104. this.dgvKilnCar.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  105. this.dgvKilnCar.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  106. this.dgvKilnCar.CellHeight = 23;
  107. this.dgvKilnCar.ChildNodeColumnName = null;
  108. this.dgvKilnCar.ChildNodeColumnText = null;
  109. this.dgvKilnCar.ColumnDeep = 1;
  110. this.dgvKilnCar.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  111. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  112. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  113. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  115. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  116. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  117. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  118. this.dgvKilnCar.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  119. this.dgvKilnCar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  120. this.dgvKilnCar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  121. this.KilnCarCode,
  122. this.KilnID,
  123. this.KilnCarName,
  124. this.MaxGoodsNum,
  125. this.KilnCarNum,
  126. this.Remarks,
  127. this.ValueFlag,
  128. this.KilnCarID});
  129. this.dgvKilnCar.ColumnTreeView = null;
  130. this.dgvKilnCar.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)));
  131. this.dgvKilnCar.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.dgvKilnCar.DynamicColumnName = "";
  133. this.dgvKilnCar.EnableHeadersVisualStyles = false;
  134. this.dgvKilnCar.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.dgvKilnCar.IsAutoCountSum = true;
  136. this.dgvKilnCar.IsAutoResizeColumns = false;
  137. this.dgvKilnCar.IsClickF12 = false;
  138. this.dgvKilnCar.IsSubTotalFlag = false;
  139. this.dgvKilnCar.Location = new System.Drawing.Point(0, 0);
  140. this.dgvKilnCar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.dgvKilnCar.MultiSelect = false;
  142. this.dgvKilnCar.Name = "dgvKilnCar";
  143. this.dgvKilnCar.RefreshAtHscroll = false;
  144. this.dgvKilnCar.RowHeadersWidth = 50;
  145. this.dgvKilnCar.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  146. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  147. this.dgvKilnCar.RowsDefaultCellStyle = dataGridViewCellStyle10;
  148. this.dgvKilnCar.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  149. this.dgvKilnCar.RowTemplate.Height = 21;
  150. this.dgvKilnCar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  151. this.dgvKilnCar.Size = new System.Drawing.Size(498, 443);
  152. this.dgvKilnCar.SortOrderColumnName = null;
  153. this.dgvKilnCar.TabIndex = 1;
  154. this.dgvKilnCar.Tag = true;
  155. this.dgvKilnCar.TotalSumColumns = null;
  156. this.dgvKilnCar.ViewRowFilter = "";
  157. this.dgvKilnCar.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvKilnCar_CellValidated);
  158. this.dgvKilnCar.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvKilnCar_CellValidating);
  159. this.dgvKilnCar.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvKiln_DefaultValuesNeeded);
  160. this.dgvKilnCar.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvKilnCar_EditingControlShowing);
  161. this.dgvKilnCar.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvKilnCar_RowValidated);
  162. this.dgvKilnCar.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvKilnCar_RowValidating);
  163. this.dgvKilnCar.Sorted += new System.EventHandler(this.dgvKilnCar_Sorted);
  164. this.dgvKilnCar.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvKilnCar_UserAddedRow);
  165. //
  166. // imglstNavigation
  167. //
  168. this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  169. this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
  170. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  171. //
  172. // chkDisplayDisabledData
  173. //
  174. this.chkDisplayDisabledData.AutoSize = true;
  175. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  176. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 461);
  178. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  179. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  180. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  181. this.chkDisplayDisabledData.TabIndex = 1;
  182. this.chkDisplayDisabledData.Text = "显示停用记录";
  183. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  184. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  185. //
  186. // splSplit
  187. //
  188. this.splSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  189. | System.Windows.Forms.AnchorStyles.Left)
  190. | System.Windows.Forms.AnchorStyles.Right)));
  191. this.splSplit.BackColor = System.Drawing.SystemColors.Control;
  192. this.splSplit.Location = new System.Drawing.Point(12, 12);
  193. this.splSplit.Name = "splSplit";
  194. //
  195. // splSplit.Panel1
  196. //
  197. this.splSplit.Panel1.Controls.Add(this.tvwkiln);
  198. //
  199. // splSplit.Panel2
  200. //
  201. this.splSplit.Panel2.Controls.Add(this.dgvKilnCar);
  202. this.splSplit.Size = new System.Drawing.Size(685, 443);
  203. this.splSplit.SplitterDistance = 185;
  204. this.splSplit.SplitterWidth = 2;
  205. this.splSplit.TabIndex = 0;
  206. //
  207. // tvwkiln
  208. //
  209. this.tvwkiln.HideSelection = false;
  210. this.tvwkiln.Location = new System.Drawing.Point(0, 0);
  211. this.tvwkiln.Name = "tvwkiln";
  212. this.tvwkiln.Size = new System.Drawing.Size(182, 442);
  213. this.tvwkiln.TabIndex = 0;
  214. this.tvwkiln.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwKiln_AfterCollapse);
  215. this.tvwkiln.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwKiln_AfterExpand);
  216. this.tvwkiln.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwKiln_BeforeSelect);
  217. this.tvwkiln.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwkiln_AfterSelect);
  218. //
  219. // KilnCarCode
  220. //
  221. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  222. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  223. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.KilnCarCode.DefaultCellStyle = dataGridViewCellStyle3;
  225. this.KilnCarCode.HeaderText = "窑车编码";
  226. this.KilnCarCode.MaxInputLength = 10;
  227. this.KilnCarCode.Name = "KilnCarCode";
  228. //
  229. // KilnID
  230. //
  231. this.KilnID.DataPropertyName = "KilnID";
  232. this.KilnID.HeaderText = "窑炉ID";
  233. this.KilnID.Name = "KilnID";
  234. this.KilnID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  235. this.KilnID.Visible = false;
  236. //
  237. // KilnCarName
  238. //
  239. this.KilnCarName.DataPropertyName = "KilnCarName";
  240. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  241. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
  242. this.KilnCarName.DefaultCellStyle = dataGridViewCellStyle4;
  243. this.KilnCarName.HeaderText = "窑车名称";
  244. this.KilnCarName.MaxInputLength = 50;
  245. this.KilnCarName.Name = "KilnCarName";
  246. this.KilnCarName.Width = 113;
  247. //
  248. // MaxGoodsNum
  249. //
  250. this.MaxGoodsNum.AllowNegative = false;
  251. this.MaxGoodsNum.DataPropertyName = "MaxGoodsNum";
  252. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  253. this.MaxGoodsNum.DefaultCellStyle = dataGridViewCellStyle5;
  254. this.MaxGoodsNum.HasComma = false;
  255. this.MaxGoodsNum.HeaderText = "最大产品数量";
  256. this.MaxGoodsNum.MaxValue = new decimal(new int[] {
  257. 999,
  258. 0,
  259. 0,
  260. 0});
  261. this.MaxGoodsNum.MinValue = new decimal(new int[] {
  262. 0,
  263. 0,
  264. 0,
  265. 0});
  266. this.MaxGoodsNum.Name = "MaxGoodsNum";
  267. this.MaxGoodsNum.Number = new System.Drawing.Point(3, 0);
  268. this.MaxGoodsNum.ShowDecimal = false;
  269. this.MaxGoodsNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  270. //
  271. // KilnCarNum
  272. //
  273. this.KilnCarNum.AllowNegative = false;
  274. this.KilnCarNum.DataPropertyName = "KilnCarNum";
  275. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  276. this.KilnCarNum.DefaultCellStyle = dataGridViewCellStyle6;
  277. this.KilnCarNum.HasComma = false;
  278. this.KilnCarNum.HeaderText = "窑车序号";
  279. this.KilnCarNum.MaxValue = new decimal(new int[] {
  280. 1410065407,
  281. 2,
  282. 0,
  283. 0});
  284. this.KilnCarNum.MinValue = new decimal(new int[] {
  285. 0,
  286. 0,
  287. 0,
  288. 0});
  289. this.KilnCarNum.Name = "KilnCarNum";
  290. this.KilnCarNum.Number = new System.Drawing.Point(10, 0);
  291. this.KilnCarNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  292. //
  293. // Remarks
  294. //
  295. this.Remarks.DataPropertyName = "Remarks";
  296. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  297. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F);
  298. this.Remarks.DefaultCellStyle = dataGridViewCellStyle7;
  299. this.Remarks.HeaderText = "备注";
  300. this.Remarks.MaxInputLength = 500;
  301. this.Remarks.Name = "Remarks";
  302. this.Remarks.Width = 150;
  303. //
  304. // ValueFlag
  305. //
  306. this.ValueFlag.DataPropertyName = "ValueFlag";
  307. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  308. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
  309. dataGridViewCellStyle8.NullValue = false;
  310. this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle8;
  311. this.ValueFlag.FalseValue = "0";
  312. this.ValueFlag.HeaderText = "正常";
  313. this.ValueFlag.IndeterminateValue = "0";
  314. this.ValueFlag.Name = "ValueFlag";
  315. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  316. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  317. this.ValueFlag.TrueValue = "1";
  318. this.ValueFlag.Width = 50;
  319. //
  320. // KilnCarID
  321. //
  322. this.KilnCarID.DataPropertyName = "KilnCarID";
  323. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.KilnCarID.DefaultCellStyle = dataGridViewCellStyle9;
  325. this.KilnCarID.HeaderText = "窑车ID";
  326. this.KilnCarID.Name = "KilnCarID";
  327. this.KilnCarID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  328. this.KilnCarID.Visible = false;
  329. this.KilnCarID.Width = 80;
  330. //
  331. // F_MST_0302
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.CancelButton = this.btnCancel;
  336. this.ClientSize = new System.Drawing.Size(709, 518);
  337. this.Controls.Add(this.splSplit);
  338. this.Controls.Add(this.chkDisplayDisabledData);
  339. this.Controls.Add(this.btnSave);
  340. this.Controls.Add(this.btnCancel);
  341. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  342. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  343. this.IsSaveFormSize = false;
  344. this.MaximizeBox = false;
  345. this.MinimizeBox = false;
  346. this.Name = "F_MST_0302";
  347. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  348. this.StatusBackColor = System.Drawing.SystemColors.Window;
  349. this.StatusSizingGrip = false;
  350. this.Text = "窑车管理";
  351. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmGoodsKind_FormClosing);
  352. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmGoodsKind_FormClosed);
  353. this.Load += new System.EventHandler(this.F_MST_0302_Load);
  354. this.Controls.SetChildIndex(this.btnCancel, 0);
  355. this.Controls.SetChildIndex(this.btnSave, 0);
  356. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  357. this.Controls.SetChildIndex(this.splSplit, 0);
  358. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCar)).EndInit();
  359. this.splSplit.Panel1.ResumeLayout(false);
  360. this.splSplit.Panel2.ResumeLayout(false);
  361. ((System.ComponentModel.ISupportInitialize)(this.splSplit)).EndInit();
  362. this.splSplit.ResumeLayout(false);
  363. this.ResumeLayout(false);
  364. this.PerformLayout();
  365. }
  366. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  367. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  368. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvKilnCar;
  369. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  370. private System.Windows.Forms.SplitContainer splSplit;
  371. private System.Windows.Forms.ImageList imglstNavigation;
  372. #endregion
  373. private System.Windows.Forms.TreeView tvwkiln;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
  377. private Basics.BaseControls.C_DGV_Column_Digital MaxGoodsNum;
  378. private Basics.BaseControls.C_DGV_Column_Digital KilnCarNum;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  380. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarID;
  382. }
  383. }