F_MST_0503.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0503
  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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  43. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  44. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  46. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.tsbtnAllCheck = new System.Windows.Forms.ToolStripButton();
  49. this.tsbtnUnCheck = new System.Windows.Forms.ToolStripButton();
  50. this.tsbtnNoCheck = new System.Windows.Forms.ToolStripButton();
  51. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  52. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  53. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  54. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  55. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.glazeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.MudWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GlazeWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.LusterwareWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ProductionCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.UnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.colStartingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.PlateLimitNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.AutoLossCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.DeliverLimitCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.PackageNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.OutletDistance = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.MaterialRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.printcopies = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.CeaseFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  77. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.valueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  80. this.pnlBack.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  82. this.tsrOperate.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // pnlBack
  86. //
  87. this.pnlBack.Controls.Add(this.dgvGoods);
  88. this.pnlBack.Controls.Add(this.dkProcedureSearchBox);
  89. this.pnlBack.Controls.Add(this.dkproductionLineSearchBox);
  90. this.pnlBack.Location = new System.Drawing.Point(0, 35);
  91. this.pnlBack.Size = new System.Drawing.Size(812, 392);
  92. //
  93. // dkproductionLineSearchBox
  94. //
  95. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  96. this.dkproductionLineSearchBox.DataSource = null;
  97. this.dkproductionLineSearchBox.Enabled = true;
  98. this.dkproductionLineSearchBox.IsEnablePurview = false;
  99. this.dkproductionLineSearchBox.IsMustInput = false;
  100. this.dkproductionLineSearchBox.Ispurview = true;
  101. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 12);
  102. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  103. this.dkproductionLineSearchBox.ProductionLineCode = "";
  104. this.dkproductionLineSearchBox.ProductionLineID = null;
  105. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  106. this.dkproductionLineSearchBox.ProductionLineName = null;
  107. this.dkproductionLineSearchBox.Purview = null;
  108. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  109. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(194, 21);
  110. this.dkproductionLineSearchBox.TabIndex = 1;
  111. this.dkproductionLineSearchBox.Title = "生产线";
  112. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  113. //
  114. // dkProcedureSearchBox
  115. //
  116. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  117. this.dkProcedureSearchBox.DataSource = null;
  118. this.dkProcedureSearchBox.Enabled = true;
  119. this.dkProcedureSearchBox.IsEnablePurview = false;
  120. this.dkProcedureSearchBox.IsMustInput = false;
  121. this.dkProcedureSearchBox.Location = new System.Drawing.Point(212, 12);
  122. this.dkProcedureSearchBox.ModelType = null;
  123. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  124. this.dkProcedureSearchBox.ProcedureCode = "";
  125. this.dkProcedureSearchBox.ProcedureID = null;
  126. this.dkProcedureSearchBox.ProcedureIDS = null;
  127. this.dkProcedureSearchBox.ProcedureName = null;
  128. this.dkProcedureSearchBox.Purview = null;
  129. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  130. this.dkProcedureSearchBox.SelectMore = true;
  131. this.dkProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
  132. this.dkProcedureSearchBox.TabIndex = 2;
  133. this.dkProcedureSearchBox.Title = "生产工序";
  134. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  135. //
  136. // dgvGoods
  137. //
  138. this.dgvGoods.AllowUserToAddRows = false;
  139. this.dgvGoods.AllowUserToDeleteRows = false;
  140. this.dgvGoods.AllowUserToModifyRows = true;
  141. this.dgvGoods.AllowUserToOrderColumns = true;
  142. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  143. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  144. this.dgvGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  145. | System.Windows.Forms.AnchorStyles.Left)
  146. | System.Windows.Forms.AnchorStyles.Right)));
  147. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  148. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  149. this.dgvGoods.CellHeight = 23;
  150. this.dgvGoods.ChildNodeColumnName = null;
  151. this.dgvGoods.ChildNodeColumnText = null;
  152. this.dgvGoods.ColumnDeep = 1;
  153. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  154. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  155. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  156. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  158. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  161. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  162. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  163. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  164. this.Sel,
  165. this.GoodsID,
  166. this.GoodsCode,
  167. this.GoodsName,
  168. this.GoodsSpecification,
  169. this.GoodsModel,
  170. this.GoodsTypeName,
  171. this.glazeTypeName,
  172. this.MudWeight,
  173. this.GlazeWeight,
  174. this.LusterwareWeight,
  175. this.ProductionCycle,
  176. this.UnitPrice,
  177. this.colStartingDate,
  178. this.PlateLimitNum,
  179. this.AutoLossCycle,
  180. this.DeliverLimitCycle,
  181. this.PackageNum,
  182. this.OutletDistance,
  183. this.MaterialCode,
  184. this.MaterialRemark,
  185. this.printcopies,
  186. this.CeaseFlag,
  187. this.Remarks,
  188. this.AccountID,
  189. this.valueFlag});
  190. this.dgvGoods.ColumnTreeView = null;
  191. this.dgvGoods.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)));
  192. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  193. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  194. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  196. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  197. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  198. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  199. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle13;
  200. this.dgvGoods.DynamicColumnName = "";
  201. this.dgvGoods.EnableHeadersVisualStyles = false;
  202. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.dgvGoods.HorizontalMergeColumn = null;
  204. this.dgvGoods.IsAutoCountSum = true;
  205. this.dgvGoods.IsAutoResizeColumns = false;
  206. this.dgvGoods.IsClickF12 = false;
  207. this.dgvGoods.IsOpenMergeCellFlag = false;
  208. this.dgvGoods.IsSubTotalFlag = false;
  209. this.dgvGoods.IsTopDeep = false;
  210. this.dgvGoods.Location = new System.Drawing.Point(12, 42);
  211. this.dgvGoods.MergeColumnNames = null;
  212. this.dgvGoods.MergeDetailColumnNames = null;
  213. this.dgvGoods.MergeDetailOnlyColumn = null;
  214. this.dgvGoods.MergeOnlyColumn = null;
  215. this.dgvGoods.Name = "dgvGoods";
  216. this.dgvGoods.RefreshAtHscroll = false;
  217. this.dgvGoods.RowHeadersWidth = 50;
  218. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  219. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  220. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle14;
  221. this.dgvGoods.RowTemplate.Height = 21;
  222. this.dgvGoods.Size = new System.Drawing.Size(788, 347);
  223. this.dgvGoods.SortOrderColumnName = null;
  224. this.dgvGoods.TabIndex = 13;
  225. this.dgvGoods.Tag = true;
  226. this.dgvGoods.TotalSumColumns = null;
  227. this.dgvGoods.ViewRowFilter = "";
  228. this.dgvGoods.VirtualMode = true;
  229. //
  230. // tsrOperate
  231. //
  232. this.tsrOperate.AutoSize = false;
  233. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  234. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  235. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  237. this.tsbtnSave,
  238. this.toolStripSeparator1,
  239. this.tsbtnAllCheck,
  240. this.tsbtnUnCheck,
  241. this.tsbtnNoCheck,
  242. this.toolStripSeparator3,
  243. this.tsbtnAdaptive,
  244. this.tsbtnClose});
  245. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  246. this.tsrOperate.Name = "tsrOperate";
  247. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  248. this.tsrOperate.ShowItemToolTips = false;
  249. this.tsrOperate.Size = new System.Drawing.Size(812, 35);
  250. this.tsrOperate.TabIndex = 1000;
  251. //
  252. // tsbtnSave
  253. //
  254. this.tsbtnSave.AutoSize = false;
  255. this.tsbtnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  257. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  258. this.tsbtnSave.Name = "tsbtnSave";
  259. this.tsbtnSave.Size = new System.Drawing.Size(60, 25);
  260. this.tsbtnSave.Text = "保存(&S)";
  261. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  262. //
  263. // toolStripSeparator1
  264. //
  265. this.toolStripSeparator1.AutoSize = false;
  266. this.toolStripSeparator1.Name = "toolStripSeparator1";
  267. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  268. //
  269. // tsbtnAllCheck
  270. //
  271. this.tsbtnAllCheck.AutoSize = false;
  272. this.tsbtnAllCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.tsbtnAllCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  274. this.tsbtnAllCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
  275. this.tsbtnAllCheck.Name = "tsbtnAllCheck";
  276. this.tsbtnAllCheck.Size = new System.Drawing.Size(60, 25);
  277. this.tsbtnAllCheck.Text = "全选(&C)";
  278. this.tsbtnAllCheck.Click += new System.EventHandler(this.tsbtnAllCheck_Click);
  279. //
  280. // tsbtnUnCheck
  281. //
  282. this.tsbtnUnCheck.AutoSize = false;
  283. this.tsbtnUnCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.tsbtnUnCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  285. this.tsbtnUnCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
  286. this.tsbtnUnCheck.Name = "tsbtnUnCheck";
  287. this.tsbtnUnCheck.Size = new System.Drawing.Size(60, 25);
  288. this.tsbtnUnCheck.Text = "反选(&U)";
  289. this.tsbtnUnCheck.Click += new System.EventHandler(this.tsbtnUnCheck_Click);
  290. //
  291. // tsbtnNoCheck
  292. //
  293. this.tsbtnNoCheck.AutoSize = false;
  294. this.tsbtnNoCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.tsbtnNoCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  296. this.tsbtnNoCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
  297. this.tsbtnNoCheck.Name = "tsbtnNoCheck";
  298. this.tsbtnNoCheck.Size = new System.Drawing.Size(60, 25);
  299. this.tsbtnNoCheck.Text = "不选(&N)";
  300. this.tsbtnNoCheck.Click += new System.EventHandler(this.tsbtnNoCheck_Click);
  301. //
  302. // toolStripSeparator3
  303. //
  304. this.toolStripSeparator3.AutoSize = false;
  305. this.toolStripSeparator3.Name = "toolStripSeparator3";
  306. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  307. //
  308. // tsbtnAdaptive
  309. //
  310. this.tsbtnAdaptive.AutoSize = false;
  311. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  313. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  314. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  315. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  316. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  317. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  318. //
  319. // tsbtnClose
  320. //
  321. this.tsbtnClose.AutoSize = false;
  322. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  324. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  325. this.tsbtnClose.Name = "tsbtnClose";
  326. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  327. this.tsbtnClose.Text = "关闭(&X)";
  328. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  329. //
  330. // Sel
  331. //
  332. this.Sel.DataPropertyName = "Sel";
  333. this.Sel.FalseValue = "0";
  334. this.Sel.HeaderText = "选择";
  335. this.Sel.Name = "Sel";
  336. this.Sel.TrueValue = "1";
  337. //
  338. // GoodsID
  339. //
  340. this.GoodsID.DataPropertyName = "GoodsID";
  341. this.GoodsID.HeaderText = "产品ID";
  342. this.GoodsID.Name = "GoodsID";
  343. this.GoodsID.Visible = false;
  344. //
  345. // GoodsCode
  346. //
  347. this.GoodsCode.DataPropertyName = "GoodsCode";
  348. this.GoodsCode.HeaderText = "产品编码";
  349. this.GoodsCode.Name = "GoodsCode";
  350. //
  351. // GoodsName
  352. //
  353. this.GoodsName.DataPropertyName = "GoodsName";
  354. this.GoodsName.HeaderText = "产品名称";
  355. this.GoodsName.Name = "GoodsName";
  356. //
  357. // GoodsSpecification
  358. //
  359. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  360. this.GoodsSpecification.HeaderText = "产品规格";
  361. this.GoodsSpecification.Name = "GoodsSpecification";
  362. //
  363. // GoodsModel
  364. //
  365. this.GoodsModel.DataPropertyName = "GoodsModel";
  366. this.GoodsModel.HeaderText = "产品型号";
  367. this.GoodsModel.Name = "GoodsModel";
  368. //
  369. // GoodsTypeName
  370. //
  371. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  372. this.GoodsTypeName.HeaderText = "产品类别";
  373. this.GoodsTypeName.Name = "GoodsTypeName";
  374. //
  375. // glazeTypeName
  376. //
  377. this.glazeTypeName.DataPropertyName = "glazeTypeName";
  378. this.glazeTypeName.HeaderText = "釉料类别";
  379. this.glazeTypeName.Name = "glazeTypeName";
  380. //
  381. // MudWeight
  382. //
  383. this.MudWeight.DataPropertyName = "MudWeight";
  384. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  385. dataGridViewCellStyle3.Format = "N2";
  386. this.MudWeight.DefaultCellStyle = dataGridViewCellStyle3;
  387. this.MudWeight.HeaderText = "泥浆用量(KG)";
  388. this.MudWeight.Name = "MudWeight";
  389. //
  390. // GlazeWeight
  391. //
  392. this.GlazeWeight.DataPropertyName = "GlazeWeight";
  393. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  394. dataGridViewCellStyle4.Format = "N2";
  395. this.GlazeWeight.DefaultCellStyle = dataGridViewCellStyle4;
  396. this.GlazeWeight.HeaderText = "釉浆用量(KG)";
  397. this.GlazeWeight.Name = "GlazeWeight";
  398. //
  399. // LusterwareWeight
  400. //
  401. this.LusterwareWeight.DataPropertyName = "LusterwareWeight";
  402. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  403. dataGridViewCellStyle5.Format = "N2";
  404. this.LusterwareWeight.DefaultCellStyle = dataGridViewCellStyle5;
  405. this.LusterwareWeight.HeaderText = "光瓷重量(KG)";
  406. this.LusterwareWeight.Name = "LusterwareWeight";
  407. //
  408. // ProductionCycle
  409. //
  410. this.ProductionCycle.DataPropertyName = "ProductionCycle";
  411. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  412. dataGridViewCellStyle6.Format = "N0";
  413. this.ProductionCycle.DefaultCellStyle = dataGridViewCellStyle6;
  414. this.ProductionCycle.HeaderText = "生产周期(天)";
  415. this.ProductionCycle.Name = "ProductionCycle";
  416. //
  417. // UnitPrice
  418. //
  419. this.UnitPrice.DataPropertyName = "UnitPrice";
  420. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  421. dataGridViewCellStyle7.Format = "N2";
  422. this.UnitPrice.DefaultCellStyle = dataGridViewCellStyle7;
  423. this.UnitPrice.HeaderText = "单值";
  424. this.UnitPrice.Name = "UnitPrice";
  425. //
  426. // colStartingDate
  427. //
  428. this.colStartingDate.DataPropertyName = "StartingDate";
  429. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  430. this.colStartingDate.DefaultCellStyle = dataGridViewCellStyle8;
  431. this.colStartingDate.HeaderText = "投产日期";
  432. this.colStartingDate.Name = "colStartingDate";
  433. //
  434. // PlateLimitNum
  435. //
  436. this.PlateLimitNum.DataPropertyName = "PlateLimitNum";
  437. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  438. dataGridViewCellStyle9.Format = "N0";
  439. this.PlateLimitNum.DefaultCellStyle = dataGridViewCellStyle9;
  440. this.PlateLimitNum.HeaderText = "装板限制数量";
  441. this.PlateLimitNum.Name = "PlateLimitNum";
  442. //
  443. // AutoLossCycle
  444. //
  445. this.AutoLossCycle.DataPropertyName = "AutoLossCycle";
  446. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  447. dataGridViewCellStyle10.Format = "N0";
  448. this.AutoLossCycle.DefaultCellStyle = dataGridViewCellStyle10;
  449. this.AutoLossCycle.HeaderText = "未交坯自动报损周期(天)";
  450. this.AutoLossCycle.Name = "AutoLossCycle";
  451. //
  452. // DeliverLimitCycle
  453. //
  454. this.DeliverLimitCycle.DataPropertyName = "DeliverLimitCycle";
  455. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  456. dataGridViewCellStyle11.Format = "N0";
  457. this.DeliverLimitCycle.DefaultCellStyle = dataGridViewCellStyle11;
  458. this.DeliverLimitCycle.HeaderText = "交坯限制周期(天)";
  459. this.DeliverLimitCycle.Name = "DeliverLimitCycle";
  460. //
  461. // PackageNum
  462. //
  463. this.PackageNum.DataPropertyName = "PackageNum";
  464. this.PackageNum.HeaderText = "包装数量";
  465. this.PackageNum.Name = "PackageNum";
  466. //
  467. // OutletDistance
  468. //
  469. this.OutletDistance.DataPropertyName = "OutletDistance";
  470. this.OutletDistance.HeaderText = "出水距";
  471. this.OutletDistance.Name = "OutletDistance";
  472. //
  473. // MaterialCode
  474. //
  475. this.MaterialCode.DataPropertyName = "MaterialCode";
  476. this.MaterialCode.HeaderText = "物料编码";
  477. this.MaterialCode.Name = "MaterialCode";
  478. //
  479. // MaterialRemark
  480. //
  481. this.MaterialRemark.DataPropertyName = "MaterialRemark";
  482. this.MaterialRemark.HeaderText = "物料描述";
  483. this.MaterialRemark.Name = "MaterialRemark";
  484. //
  485. // printcopies
  486. //
  487. this.printcopies.DataPropertyName = "printcopies";
  488. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  489. dataGridViewCellStyle12.Format = "N0";
  490. this.printcopies.DefaultCellStyle = dataGridViewCellStyle12;
  491. this.printcopies.HeaderText = "打印份数";
  492. this.printcopies.Name = "printcopies";
  493. this.printcopies.Visible = false;
  494. //
  495. // CeaseFlag
  496. //
  497. this.CeaseFlag.DataPropertyName = "CeaseFlag";
  498. this.CeaseFlag.FalseValue = "0";
  499. this.CeaseFlag.HeaderText = "正常生产";
  500. this.CeaseFlag.IndeterminateValue = "";
  501. this.CeaseFlag.Name = "CeaseFlag";
  502. this.CeaseFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  503. this.CeaseFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  504. this.CeaseFlag.TrueValue = "1";
  505. //
  506. // Remarks
  507. //
  508. this.Remarks.DataPropertyName = "Remarks";
  509. this.Remarks.HeaderText = "备注";
  510. this.Remarks.Name = "Remarks";
  511. //
  512. // AccountID
  513. //
  514. this.AccountID.DataPropertyName = "AccountID";
  515. this.AccountID.HeaderText = "帐套ID";
  516. this.AccountID.Name = "AccountID";
  517. this.AccountID.Visible = false;
  518. //
  519. // valueFlag
  520. //
  521. this.valueFlag.DataPropertyName = "valueFlag";
  522. this.valueFlag.FalseValue = "0";
  523. this.valueFlag.HeaderText = "正常使用";
  524. this.valueFlag.IndeterminateValue = "";
  525. this.valueFlag.Name = "valueFlag";
  526. this.valueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  527. this.valueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  528. this.valueFlag.TrueValue = "1";
  529. //
  530. // F_MST_0503
  531. //
  532. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  533. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  534. this.ClientSize = new System.Drawing.Size(812, 449);
  535. this.Controls.Add(this.tsrOperate);
  536. this.Name = "F_MST_0503";
  537. this.Text = "F_MST_0503";
  538. this.Load += new System.EventHandler(this.F_MST_0503_Load);
  539. this.Controls.SetChildIndex(this.tsrOperate, 0);
  540. this.Controls.SetChildIndex(this.pnlBack, 0);
  541. this.pnlBack.ResumeLayout(false);
  542. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  543. this.tsrOperate.ResumeLayout(false);
  544. this.tsrOperate.PerformLayout();
  545. this.ResumeLayout(false);
  546. this.PerformLayout();
  547. }
  548. #endregion
  549. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  550. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  551. private Basics.BaseControls.C_DataGridView dgvGoods;
  552. private Basics.BaseControls.C_ToolStrip tsrOperate;
  553. private System.Windows.Forms.ToolStripButton tsbtnSave;
  554. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  555. private System.Windows.Forms.ToolStripButton tsbtnAllCheck;
  556. private System.Windows.Forms.ToolStripButton tsbtnNoCheck;
  557. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  558. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  559. private System.Windows.Forms.ToolStripButton tsbtnClose;
  560. private System.Windows.Forms.ToolStripButton tsbtnUnCheck;
  561. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn glazeTypeName;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn MudWeight;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn GlazeWeight;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn LusterwareWeight;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionCycle;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn UnitPrice;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn colStartingDate;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn PlateLimitNum;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn AutoLossCycle;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverLimitCycle;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn PackageNum;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn OutletDistance;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialRemark;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn printcopies;
  583. private System.Windows.Forms.DataGridViewCheckBoxColumn CeaseFlag;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
  586. private System.Windows.Forms.DataGridViewCheckBoxColumn valueFlag;
  587. }
  588. }