F_MST_0504.Designer.cs 33 KB

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