F_MST_0501.Designer.cs 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0501
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0501));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  48. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  49. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  50. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  51. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  52. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  53. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  54. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  56. this.tsbtnAttachment = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  58. this.tsbtnSet = new System.Windows.Forms.ToolStripButton();
  59. this.tsbtnUndo = new System.Windows.Forms.ToolStripButton();
  60. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  61. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  62. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  63. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  65. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  67. this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  69. this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  71. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  72. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  73. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  74. this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.chkCeaseFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  76. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  77. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  79. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  80. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  81. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  82. this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  83. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  84. this.dgvGoodsSap = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  85. this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.lmaterialcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.lmaterialremark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.lWaterLabelCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.glazeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.MudWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.GlazeWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.LusterwareWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.ProductionCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.UnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.ScrapSumFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  102. this.goods_line_type = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  103. this.colStartingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.PlateLimitNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.AutoLossCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.DeliverLimitCycle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.ReservedDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.PackageNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.OutletDistance = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.MaterialRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.printcopies = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.MouldWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.MouldCost = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.CeaseFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  116. this.WaterLabelCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.SEATCOVERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.StandardGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.StandardGroutingSum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.MouldMaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.MouldOutputCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.colLogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.valueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  126. this.tsrOperate.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  128. this.gbxCondition.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  130. this.splitContainer1.Panel1.SuspendLayout();
  131. this.splitContainer1.Panel2.SuspendLayout();
  132. this.splitContainer1.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).BeginInit();
  134. this.SuspendLayout();
  135. //
  136. // tsrOperate
  137. //
  138. this.tsrOperate.AutoSize = false;
  139. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  140. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  141. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  143. this.tsbtnAdd,
  144. this.tsbtnEdit,
  145. this.tsbtnAttachment,
  146. this.toolStripSeparator1,
  147. this.tsbtnSet,
  148. this.tsbtnUndo,
  149. this.toolStripSeparator3,
  150. this.tsbtnAdaptive,
  151. this.tsbtnClose});
  152. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  153. this.tsrOperate.Name = "tsrOperate";
  154. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  155. this.tsrOperate.ShowItemToolTips = false;
  156. this.tsrOperate.Size = new System.Drawing.Size(1037, 35);
  157. this.tsrOperate.TabIndex = 1;
  158. //
  159. // tsbtnAdd
  160. //
  161. this.tsbtnAdd.AutoSize = false;
  162. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  164. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  165. this.tsbtnAdd.Name = "tsbtnAdd";
  166. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  167. this.tsbtnAdd.Text = "新建(&N)";
  168. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddGoods_Click);
  169. //
  170. // tsbtnEdit
  171. //
  172. this.tsbtnEdit.AutoSize = false;
  173. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  175. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  176. this.tsbtnEdit.Name = "tsbtnEdit";
  177. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  178. this.tsbtnEdit.Text = "编辑(&E)";
  179. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditGoods_Click);
  180. //
  181. // tsbtnAttachment
  182. //
  183. this.tsbtnAttachment.AutoSize = false;
  184. this.tsbtnAttachment.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.tsbtnAttachment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  186. this.tsbtnAttachment.ImageTransparentColor = System.Drawing.Color.Magenta;
  187. this.tsbtnAttachment.Name = "tsbtnAttachment";
  188. this.tsbtnAttachment.Size = new System.Drawing.Size(60, 25);
  189. this.tsbtnAttachment.Text = "附件(&F)";
  190. this.tsbtnAttachment.Click += new System.EventHandler(this.tsbtnAttachment_Click);
  191. //
  192. // toolStripSeparator1
  193. //
  194. this.toolStripSeparator1.AutoSize = false;
  195. this.toolStripSeparator1.Name = "toolStripSeparator1";
  196. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  197. //
  198. // tsbtnSet
  199. //
  200. this.tsbtnSet.AutoSize = false;
  201. this.tsbtnSet.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.tsbtnSet.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  203. this.tsbtnSet.ImageTransparentColor = System.Drawing.Color.Magenta;
  204. this.tsbtnSet.Name = "tsbtnSet";
  205. this.tsbtnSet.Size = new System.Drawing.Size(90, 25);
  206. this.tsbtnSet.Text = "配置到工序(&S)";
  207. this.tsbtnSet.Click += new System.EventHandler(this.tsbtnSet_Click);
  208. //
  209. // tsbtnUndo
  210. //
  211. this.tsbtnUndo.AutoSize = false;
  212. this.tsbtnUndo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.tsbtnUndo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  214. this.tsbtnUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
  215. this.tsbtnUndo.Name = "tsbtnUndo";
  216. this.tsbtnUndo.Size = new System.Drawing.Size(90, 25);
  217. this.tsbtnUndo.Text = "从工序撤销(&U)";
  218. this.tsbtnUndo.Click += new System.EventHandler(this.tsbtnUndo_Click);
  219. //
  220. // toolStripSeparator3
  221. //
  222. this.toolStripSeparator3.AutoSize = false;
  223. this.toolStripSeparator3.Name = "toolStripSeparator3";
  224. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  225. //
  226. // tsbtnAdaptive
  227. //
  228. this.tsbtnAdaptive.AutoSize = false;
  229. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  231. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  232. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  233. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  234. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  235. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  236. //
  237. // tsbtnClose
  238. //
  239. this.tsbtnClose.AutoSize = false;
  240. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  242. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  243. this.tsbtnClose.Name = "tsbtnClose";
  244. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  245. this.tsbtnClose.Text = "关闭(&X)";
  246. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  247. //
  248. // lblGoodsCode
  249. //
  250. this.lblGoodsCode.AutoSize = true;
  251. this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control;
  252. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  254. this.lblGoodsCode.Location = new System.Drawing.Point(16, 24);
  255. this.lblGoodsCode.Name = "lblGoodsCode";
  256. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  257. this.lblGoodsCode.TabIndex = 3;
  258. this.lblGoodsCode.Text = "产品编码";
  259. //
  260. // txtGoodsCode
  261. //
  262. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  263. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  264. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  265. this.txtGoodsCode.ErrorMessage = "";
  266. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  268. this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
  269. this.txtGoodsCode.MaxLength = 10;
  270. this.txtGoodsCode.Name = "txtGoodsCode";
  271. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  272. this.txtGoodsCode.TabIndex = 1;
  273. //
  274. // lblGoodsName
  275. //
  276. this.lblGoodsName.AutoSize = true;
  277. this.lblGoodsName.BackColor = System.Drawing.SystemColors.Control;
  278. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  280. this.lblGoodsName.Location = new System.Drawing.Point(198, 24);
  281. this.lblGoodsName.Name = "lblGoodsName";
  282. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  283. this.lblGoodsName.TabIndex = 5;
  284. this.lblGoodsName.Text = "产品名称";
  285. //
  286. // txtGoodsName
  287. //
  288. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  289. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  290. this.txtGoodsName.ErrorMessage = "";
  291. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.txtGoodsName.Location = new System.Drawing.Point(256, 20);
  293. this.txtGoodsName.MaxLength = 20;
  294. this.txtGoodsName.Name = "txtGoodsName";
  295. this.txtGoodsName.Size = new System.Drawing.Size(120, 21);
  296. this.txtGoodsName.TabIndex = 2;
  297. //
  298. // lblGoodsSpecification
  299. //
  300. this.lblGoodsSpecification.AutoSize = true;
  301. this.lblGoodsSpecification.BackColor = System.Drawing.SystemColors.Control;
  302. this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
  304. this.lblGoodsSpecification.Location = new System.Drawing.Point(384, 24);
  305. this.lblGoodsSpecification.Name = "lblGoodsSpecification";
  306. this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
  307. this.lblGoodsSpecification.TabIndex = 7;
  308. this.lblGoodsSpecification.Text = "产品规格";
  309. //
  310. // txtGoodsSpecification
  311. //
  312. this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
  313. this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
  314. this.txtGoodsSpecification.ErrorMessage = "";
  315. this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.txtGoodsSpecification.Location = new System.Drawing.Point(441, 20);
  317. this.txtGoodsSpecification.MaxLength = 50;
  318. this.txtGoodsSpecification.Name = "txtGoodsSpecification";
  319. this.txtGoodsSpecification.Size = new System.Drawing.Size(120, 21);
  320. this.txtGoodsSpecification.TabIndex = 3;
  321. //
  322. // lblGoodsModel
  323. //
  324. this.lblGoodsModel.AutoSize = true;
  325. this.lblGoodsModel.BackColor = System.Drawing.SystemColors.Control;
  326. this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
  328. this.lblGoodsModel.Location = new System.Drawing.Point(568, 24);
  329. this.lblGoodsModel.Name = "lblGoodsModel";
  330. this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
  331. this.lblGoodsModel.TabIndex = 9;
  332. this.lblGoodsModel.Text = "产品型号";
  333. //
  334. // txtGoodsModel
  335. //
  336. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  337. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  338. this.txtGoodsModel.ErrorMessage = "";
  339. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.txtGoodsModel.Location = new System.Drawing.Point(626, 20);
  341. this.txtGoodsModel.MaxLength = 50;
  342. this.txtGoodsModel.Name = "txtGoodsModel";
  343. this.txtGoodsModel.Size = new System.Drawing.Size(120, 21);
  344. this.txtGoodsModel.TabIndex = 4;
  345. //
  346. // btnSearch
  347. //
  348. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  349. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  350. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  351. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.btnSearch.ForeColor = System.Drawing.Color.White;
  353. this.btnSearch.Location = new System.Drawing.Point(843, 41);
  354. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  355. this.btnSearch.Name = "btnSearch";
  356. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  357. this.btnSearch.TabIndex = 10;
  358. this.btnSearch.Text = "查询(&Q)";
  359. this.btnSearch.UseVisualStyleBackColor = false;
  360. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  361. //
  362. // btnClearCondition
  363. //
  364. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  365. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  366. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  367. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  369. this.btnClearCondition.Location = new System.Drawing.Point(934, 41);
  370. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  371. this.btnClearCondition.Name = "btnClearCondition";
  372. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  373. this.btnClearCondition.TabIndex = 11;
  374. this.btnClearCondition.Text = "清空条件(&C)";
  375. this.btnClearCondition.UseVisualStyleBackColor = false;
  376. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  377. //
  378. // dgvGoods
  379. //
  380. this.dgvGoods.AllowUserToAddRows = false;
  381. this.dgvGoods.AllowUserToDeleteRows = false;
  382. this.dgvGoods.AllowUserToModifyRows = true;
  383. this.dgvGoods.AllowUserToOrderColumns = true;
  384. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  385. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  386. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  387. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  388. this.dgvGoods.CellHeight = 23;
  389. this.dgvGoods.ChildNodeColumnName = null;
  390. this.dgvGoods.ChildNodeColumnText = null;
  391. this.dgvGoods.ColumnDeep = 1;
  392. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  393. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  394. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  395. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  397. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  398. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  399. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  400. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  401. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  402. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  403. this.GoodsID,
  404. this.GoodsCode,
  405. this.GoodsName,
  406. this.GoodsSpecification,
  407. this.GoodsModel,
  408. this.GoodsTypeName,
  409. this.glazeTypeName,
  410. this.MudWeight,
  411. this.GlazeWeight,
  412. this.LusterwareWeight,
  413. this.ProductionCycle,
  414. this.UnitPrice,
  415. this.ScrapSumFlag,
  416. this.goods_line_type,
  417. this.colStartingDate,
  418. this.PlateLimitNum,
  419. this.AutoLossCycle,
  420. this.DeliverLimitCycle,
  421. this.ReservedDays,
  422. this.PackageNum,
  423. this.OutletDistance,
  424. this.MaterialCode,
  425. this.MaterialRemark,
  426. this.printcopies,
  427. this.MouldWeight,
  428. this.MouldCost,
  429. this.CeaseFlag,
  430. this.WaterLabelCode,
  431. this.SEATCOVERCODE,
  432. this.StandardGroutingNum,
  433. this.StandardGroutingSum,
  434. this.MouldMaterialCode,
  435. this.MouldOutputCount,
  436. this.Remarks,
  437. this.colLogoName,
  438. this.AccountID,
  439. this.valueFlag});
  440. this.dgvGoods.ColumnTreeView = null;
  441. 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)));
  442. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  443. dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window;
  444. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText;
  446. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  447. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  448. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  449. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle19;
  450. this.dgvGoods.Dock = System.Windows.Forms.DockStyle.Fill;
  451. this.dgvGoods.DynamicColumnName = "";
  452. this.dgvGoods.EnableHeadersVisualStyles = false;
  453. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.dgvGoods.FormatQuantityColumns = null;
  455. this.dgvGoods.HorizontalMergeColumn = null;
  456. this.dgvGoods.IsAutoCountSum = true;
  457. this.dgvGoods.IsAutoResizeColumns = false;
  458. this.dgvGoods.IsClickF12 = false;
  459. this.dgvGoods.IsOpenMergeCellFlag = false;
  460. this.dgvGoods.IsSubTotalFlag = false;
  461. this.dgvGoods.IsTopDeep = false;
  462. this.dgvGoods.Location = new System.Drawing.Point(0, 0);
  463. this.dgvGoods.MergeColumnNames = null;
  464. this.dgvGoods.MergeDetailColumnNames = null;
  465. this.dgvGoods.MergeDetailOnlyColumn = null;
  466. this.dgvGoods.MergeOnlyColumn = null;
  467. this.dgvGoods.Name = "dgvGoods";
  468. this.dgvGoods.ReadOnly = true;
  469. this.dgvGoods.RefreshAtHscroll = false;
  470. this.dgvGoods.RowHeadersWidth = 50;
  471. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  472. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  473. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle20;
  474. this.dgvGoods.RowTemplate.Height = 21;
  475. this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  476. this.dgvGoods.Size = new System.Drawing.Size(659, 335);
  477. this.dgvGoods.SortOrderColumnName = null;
  478. this.dgvGoods.TabIndex = 12;
  479. this.dgvGoods.Tag = true;
  480. this.dgvGoods.TotalSumColumns = null;
  481. this.dgvGoods.ViewRowFilter = "";
  482. this.dgvGoods.VirtualMode = true;
  483. this.dgvGoods.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellDoubleClick);
  484. this.dgvGoods.SelectionChanged += new System.EventHandler(this.dgvGoods_SelectionChanged);
  485. //
  486. // lblGlazeTypeID
  487. //
  488. this.lblGlazeTypeID.AutoSize = true;
  489. this.lblGlazeTypeID.BackColor = System.Drawing.SystemColors.Control;
  490. this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.lblGlazeTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
  492. this.lblGlazeTypeID.Location = new System.Drawing.Point(16, 51);
  493. this.lblGlazeTypeID.Name = "lblGlazeTypeID";
  494. this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
  495. this.lblGlazeTypeID.TabIndex = 15;
  496. this.lblGlazeTypeID.Text = "釉料类别";
  497. //
  498. // chkCeaseFlag
  499. //
  500. this.chkCeaseFlag.BackColor = System.Drawing.SystemColors.Control;
  501. this.chkCeaseFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkCeaseFlag.BackgroundImage")));
  502. this.chkCeaseFlag.FalseText = "否";
  503. this.chkCeaseFlag.Location = new System.Drawing.Point(570, 51);
  504. this.chkCeaseFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  505. this.chkCeaseFlag.Name = "chkCeaseFlag";
  506. this.chkCeaseFlag.Size = new System.Drawing.Size(136, 20);
  507. this.chkCeaseFlag.TabIndex = 7;
  508. this.chkCeaseFlag.Title = "在产";
  509. this.chkCeaseFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  510. this.chkCeaseFlag.TrueText = "是";
  511. //
  512. // chkValueFlag
  513. //
  514. this.chkValueFlag.BackColor = System.Drawing.SystemColors.Control;
  515. this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
  516. this.chkValueFlag.FalseText = "否";
  517. this.chkValueFlag.Location = new System.Drawing.Point(684, 51);
  518. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  519. this.chkValueFlag.Name = "chkValueFlag";
  520. this.chkValueFlag.Size = new System.Drawing.Size(136, 20);
  521. this.chkValueFlag.TabIndex = 8;
  522. this.chkValueFlag.Title = "有效";
  523. this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  524. this.chkValueFlag.TrueText = "是";
  525. //
  526. // lblRemarks
  527. //
  528. this.lblRemarks.AutoSize = true;
  529. this.lblRemarks.BackColor = System.Drawing.SystemColors.Control;
  530. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  531. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  532. this.lblRemarks.Location = new System.Drawing.Point(222, 51);
  533. this.lblRemarks.Name = "lblRemarks";
  534. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  535. this.lblRemarks.TabIndex = 19;
  536. this.lblRemarks.Text = "备注";
  537. //
  538. // txtRemarks
  539. //
  540. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  541. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  542. this.txtRemarks.ErrorMessage = "";
  543. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  544. this.txtRemarks.Location = new System.Drawing.Point(256, 47);
  545. this.txtRemarks.MaxLength = 500;
  546. this.txtRemarks.Name = "txtRemarks";
  547. this.txtRemarks.Size = new System.Drawing.Size(120, 21);
  548. this.txtRemarks.TabIndex = 6;
  549. //
  550. // gbxCondition
  551. //
  552. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  553. | System.Windows.Forms.AnchorStyles.Right)));
  554. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  555. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  556. this.gbxCondition.Controls.Add(this.lblGoodsType);
  557. this.gbxCondition.Controls.Add(this.scbGoodsType);
  558. this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
  559. this.gbxCondition.Controls.Add(this.btnClearCondition);
  560. this.gbxCondition.Controls.Add(this.btnSearch);
  561. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  562. this.gbxCondition.Controls.Add(this.txtRemarks);
  563. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  564. this.gbxCondition.Controls.Add(this.lblRemarks);
  565. this.gbxCondition.Controls.Add(this.lblGoodsName);
  566. this.gbxCondition.Controls.Add(this.chkValueFlag);
  567. this.gbxCondition.Controls.Add(this.txtGoodsName);
  568. this.gbxCondition.Controls.Add(this.chkCeaseFlag);
  569. this.gbxCondition.Controls.Add(this.lblGoodsSpecification);
  570. this.gbxCondition.Controls.Add(this.lblGlazeTypeID);
  571. this.gbxCondition.Controls.Add(this.txtGoodsSpecification);
  572. this.gbxCondition.Controls.Add(this.lblGoodsModel);
  573. this.gbxCondition.Controls.Add(this.txtGoodsModel);
  574. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  576. this.gbxCondition.IsMustInput = false;
  577. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  578. this.gbxCondition.Name = "gbxCondition";
  579. this.gbxCondition.OriginalHeight = -1;
  580. this.gbxCondition.Size = new System.Drawing.Size(1025, 82);
  581. this.gbxCondition.TabIndex = 23;
  582. this.gbxCondition.TabStop = false;
  583. this.gbxCondition.Text = "查询条件 ▼";
  584. //
  585. // lblGoodsType
  586. //
  587. this.lblGoodsType.AutoSize = true;
  588. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  589. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  591. this.lblGoodsType.Location = new System.Drawing.Point(384, 51);
  592. this.lblGoodsType.Name = "lblGoodsType";
  593. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  594. this.lblGoodsType.TabIndex = 21;
  595. this.lblGoodsType.Text = "产品类别";
  596. //
  597. // scbGoodsType
  598. //
  599. this.scbGoodsType.CheckedData = null;
  600. this.scbGoodsType.IsOnlyDisplayEnd = false;
  601. this.scbGoodsType.Location = new System.Drawing.Point(441, 47);
  602. this.scbGoodsType.Name = "scbGoodsType";
  603. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  604. this.scbGoodsType.TabIndex = 20;
  605. //
  606. // ddlGlazeTypeID
  607. //
  608. this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
  609. this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
  610. this.ddlGlazeTypeID.DataSource = null;
  611. this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.ddlGlazeTypeID.FormattingEnabled = true;
  613. //
  614. //
  615. //
  616. this.ddlGlazeTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  617. this.ddlGlazeTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. this.ddlGlazeTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
  619. this.ddlGlazeTypeID.ListBox.Name = "";
  620. this.ddlGlazeTypeID.ListBox.Size = new System.Drawing.Size(118, 136);
  621. this.ddlGlazeTypeID.ListBox.TabIndex = 0;
  622. this.ddlGlazeTypeID.Location = new System.Drawing.Point(75, 47);
  623. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  624. this.ddlGlazeTypeID.Size = new System.Drawing.Size(120, 20);
  625. this.ddlGlazeTypeID.TabIndex = 5;
  626. //
  627. // splitContainer1
  628. //
  629. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  630. | System.Windows.Forms.AnchorStyles.Left)
  631. | System.Windows.Forms.AnchorStyles.Right)));
  632. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  633. this.splitContainer1.Location = new System.Drawing.Point(0, 126);
  634. this.splitContainer1.Name = "splitContainer1";
  635. //
  636. // splitContainer1.Panel1
  637. //
  638. this.splitContainer1.Panel1.Controls.Add(this.dgvGoods);
  639. //
  640. // splitContainer1.Panel2
  641. //
  642. this.splitContainer1.Panel2.Controls.Add(this.dgvGoodsSap);
  643. this.splitContainer1.Size = new System.Drawing.Size(1025, 335);
  644. this.splitContainer1.SplitterDistance = 659;
  645. this.splitContainer1.TabIndex = 2;
  646. //
  647. // dgvGoodsSap
  648. //
  649. this.dgvGoodsSap.AllowUserToAddRows = false;
  650. this.dgvGoodsSap.AllowUserToDeleteRows = false;
  651. this.dgvGoodsSap.AllowUserToModifyRows = true;
  652. this.dgvGoodsSap.AllowUserToOrderColumns = true;
  653. dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  654. this.dgvGoodsSap.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
  655. this.dgvGoodsSap.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  656. this.dgvGoodsSap.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  657. this.dgvGoodsSap.CellHeight = 23;
  658. this.dgvGoodsSap.ChildNodeColumnName = null;
  659. this.dgvGoodsSap.ChildNodeColumnText = null;
  660. this.dgvGoodsSap.ColumnDeep = 1;
  661. this.dgvGoodsSap.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  662. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  663. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  664. dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
  666. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  667. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  668. dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  669. this.dgvGoodsSap.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
  670. this.dgvGoodsSap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  671. this.dgvGoodsSap.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  672. this.logoName,
  673. this.lmaterialcode,
  674. this.lmaterialremark,
  675. this.lWaterLabelCode});
  676. this.dgvGoodsSap.ColumnTreeView = null;
  677. this.dgvGoodsSap.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)));
  678. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  679. dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
  680. dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  681. dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
  682. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  683. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  684. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  685. this.dgvGoodsSap.DefaultCellStyle = dataGridViewCellStyle23;
  686. this.dgvGoodsSap.Dock = System.Windows.Forms.DockStyle.Fill;
  687. this.dgvGoodsSap.DynamicColumnName = "";
  688. this.dgvGoodsSap.EnableHeadersVisualStyles = false;
  689. this.dgvGoodsSap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  690. this.dgvGoodsSap.FormatQuantityColumns = null;
  691. this.dgvGoodsSap.HorizontalMergeColumn = null;
  692. this.dgvGoodsSap.IsAutoCountSum = true;
  693. this.dgvGoodsSap.IsAutoResizeColumns = false;
  694. this.dgvGoodsSap.IsClickF12 = false;
  695. this.dgvGoodsSap.IsOpenMergeCellFlag = false;
  696. this.dgvGoodsSap.IsSubTotalFlag = false;
  697. this.dgvGoodsSap.IsTopDeep = false;
  698. this.dgvGoodsSap.Location = new System.Drawing.Point(0, 0);
  699. this.dgvGoodsSap.MergeColumnNames = null;
  700. this.dgvGoodsSap.MergeDetailColumnNames = null;
  701. this.dgvGoodsSap.MergeDetailOnlyColumn = null;
  702. this.dgvGoodsSap.MergeOnlyColumn = null;
  703. this.dgvGoodsSap.Name = "dgvGoodsSap";
  704. this.dgvGoodsSap.ReadOnly = true;
  705. this.dgvGoodsSap.RefreshAtHscroll = false;
  706. this.dgvGoodsSap.RowHeadersWidth = 50;
  707. this.dgvGoodsSap.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  708. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  709. this.dgvGoodsSap.RowsDefaultCellStyle = dataGridViewCellStyle24;
  710. this.dgvGoodsSap.RowTemplate.Height = 21;
  711. this.dgvGoodsSap.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  712. this.dgvGoodsSap.Size = new System.Drawing.Size(362, 335);
  713. this.dgvGoodsSap.SortOrderColumnName = null;
  714. this.dgvGoodsSap.TabIndex = 13;
  715. this.dgvGoodsSap.Tag = true;
  716. this.dgvGoodsSap.TotalSumColumns = null;
  717. this.dgvGoodsSap.ViewRowFilter = "";
  718. this.dgvGoodsSap.VirtualMode = true;
  719. //
  720. // logoName
  721. //
  722. this.logoName.DataPropertyName = "logoName";
  723. this.logoName.HeaderText = "商标";
  724. this.logoName.Name = "logoName";
  725. this.logoName.ReadOnly = true;
  726. //
  727. // lmaterialcode
  728. //
  729. this.lmaterialcode.DataPropertyName = "materialcode";
  730. this.lmaterialcode.HeaderText = "物料编码";
  731. this.lmaterialcode.Name = "lmaterialcode";
  732. this.lmaterialcode.ReadOnly = true;
  733. //
  734. // lmaterialremark
  735. //
  736. this.lmaterialremark.DataPropertyName = "materialremark";
  737. this.lmaterialremark.HeaderText = "物料描述";
  738. this.lmaterialremark.Name = "lmaterialremark";
  739. this.lmaterialremark.ReadOnly = true;
  740. //
  741. // lWaterLabelCode
  742. //
  743. this.lWaterLabelCode.DataPropertyName = "WaterLabelCode";
  744. this.lWaterLabelCode.HeaderText = "水效标识";
  745. this.lWaterLabelCode.Name = "lWaterLabelCode";
  746. this.lWaterLabelCode.ReadOnly = true;
  747. //
  748. // GoodsID
  749. //
  750. this.GoodsID.DataPropertyName = "GoodsID";
  751. this.GoodsID.HeaderText = "产品ID";
  752. this.GoodsID.Name = "GoodsID";
  753. this.GoodsID.ReadOnly = true;
  754. this.GoodsID.Visible = false;
  755. //
  756. // GoodsCode
  757. //
  758. this.GoodsCode.DataPropertyName = "GoodsCode";
  759. this.GoodsCode.HeaderText = "产品编码";
  760. this.GoodsCode.Name = "GoodsCode";
  761. this.GoodsCode.ReadOnly = true;
  762. //
  763. // GoodsName
  764. //
  765. this.GoodsName.DataPropertyName = "GoodsName";
  766. this.GoodsName.HeaderText = "产品名称";
  767. this.GoodsName.Name = "GoodsName";
  768. this.GoodsName.ReadOnly = true;
  769. //
  770. // GoodsSpecification
  771. //
  772. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  773. this.GoodsSpecification.HeaderText = "产品规格";
  774. this.GoodsSpecification.Name = "GoodsSpecification";
  775. this.GoodsSpecification.ReadOnly = true;
  776. //
  777. // GoodsModel
  778. //
  779. this.GoodsModel.DataPropertyName = "GoodsModel";
  780. this.GoodsModel.HeaderText = "产品型号";
  781. this.GoodsModel.Name = "GoodsModel";
  782. this.GoodsModel.ReadOnly = true;
  783. //
  784. // GoodsTypeName
  785. //
  786. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  787. this.GoodsTypeName.HeaderText = "产品类别";
  788. this.GoodsTypeName.Name = "GoodsTypeName";
  789. this.GoodsTypeName.ReadOnly = true;
  790. //
  791. // glazeTypeName
  792. //
  793. this.glazeTypeName.DataPropertyName = "glazeTypeName";
  794. this.glazeTypeName.HeaderText = "釉料类别";
  795. this.glazeTypeName.Name = "glazeTypeName";
  796. this.glazeTypeName.ReadOnly = true;
  797. //
  798. // MudWeight
  799. //
  800. this.MudWeight.DataPropertyName = "MudWeight";
  801. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  802. dataGridViewCellStyle3.Format = "N2";
  803. this.MudWeight.DefaultCellStyle = dataGridViewCellStyle3;
  804. this.MudWeight.HeaderText = "泥浆用量(KG)";
  805. this.MudWeight.Name = "MudWeight";
  806. this.MudWeight.ReadOnly = true;
  807. //
  808. // GlazeWeight
  809. //
  810. this.GlazeWeight.DataPropertyName = "GlazeWeight";
  811. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  812. dataGridViewCellStyle4.Format = "N2";
  813. this.GlazeWeight.DefaultCellStyle = dataGridViewCellStyle4;
  814. this.GlazeWeight.HeaderText = "釉浆用量(KG)";
  815. this.GlazeWeight.Name = "GlazeWeight";
  816. this.GlazeWeight.ReadOnly = true;
  817. //
  818. // LusterwareWeight
  819. //
  820. this.LusterwareWeight.DataPropertyName = "LusterwareWeight";
  821. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  822. dataGridViewCellStyle5.Format = "N2";
  823. this.LusterwareWeight.DefaultCellStyle = dataGridViewCellStyle5;
  824. this.LusterwareWeight.HeaderText = "光瓷重量(KG)";
  825. this.LusterwareWeight.Name = "LusterwareWeight";
  826. this.LusterwareWeight.ReadOnly = true;
  827. //
  828. // ProductionCycle
  829. //
  830. this.ProductionCycle.DataPropertyName = "ProductionCycle";
  831. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  832. dataGridViewCellStyle6.Format = "N0";
  833. this.ProductionCycle.DefaultCellStyle = dataGridViewCellStyle6;
  834. this.ProductionCycle.HeaderText = "生产周期(天)";
  835. this.ProductionCycle.Name = "ProductionCycle";
  836. this.ProductionCycle.ReadOnly = true;
  837. //
  838. // UnitPrice
  839. //
  840. this.UnitPrice.DataPropertyName = "UnitPrice";
  841. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  842. dataGridViewCellStyle7.Format = "N4";
  843. this.UnitPrice.DefaultCellStyle = dataGridViewCellStyle7;
  844. this.UnitPrice.HeaderText = "单值";
  845. this.UnitPrice.Name = "UnitPrice";
  846. this.UnitPrice.ReadOnly = true;
  847. //
  848. // ScrapSumFlag
  849. //
  850. this.ScrapSumFlag.DataPropertyName = "ScrapSumFlag";
  851. this.ScrapSumFlag.FalseValue = "0";
  852. this.ScrapSumFlag.HeaderText = "损失统计";
  853. this.ScrapSumFlag.Name = "ScrapSumFlag";
  854. this.ScrapSumFlag.ReadOnly = true;
  855. this.ScrapSumFlag.TrueValue = "1";
  856. //
  857. // goods_line_type
  858. //
  859. this.goods_line_type.DataPropertyName = "goods_line_type";
  860. this.goods_line_type.FalseValue = "0";
  861. this.goods_line_type.HeaderText = "高压标识";
  862. this.goods_line_type.Name = "goods_line_type";
  863. this.goods_line_type.ReadOnly = true;
  864. this.goods_line_type.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  865. this.goods_line_type.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  866. this.goods_line_type.TrueValue = "1";
  867. //
  868. // colStartingDate
  869. //
  870. this.colStartingDate.DataPropertyName = "StartingDate";
  871. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  872. dataGridViewCellStyle8.Format = "yyyy-MM-dd";
  873. this.colStartingDate.DefaultCellStyle = dataGridViewCellStyle8;
  874. this.colStartingDate.HeaderText = "投产日期";
  875. this.colStartingDate.Name = "colStartingDate";
  876. this.colStartingDate.ReadOnly = true;
  877. //
  878. // PlateLimitNum
  879. //
  880. this.PlateLimitNum.DataPropertyName = "PlateLimitNum";
  881. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  882. dataGridViewCellStyle9.Format = "N0";
  883. this.PlateLimitNum.DefaultCellStyle = dataGridViewCellStyle9;
  884. this.PlateLimitNum.HeaderText = "装板限制数量";
  885. this.PlateLimitNum.Name = "PlateLimitNum";
  886. this.PlateLimitNum.ReadOnly = true;
  887. //
  888. // AutoLossCycle
  889. //
  890. this.AutoLossCycle.DataPropertyName = "AutoLossCycle";
  891. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  892. dataGridViewCellStyle10.Format = "N0";
  893. this.AutoLossCycle.DefaultCellStyle = dataGridViewCellStyle10;
  894. this.AutoLossCycle.HeaderText = "自动报损天数";
  895. this.AutoLossCycle.Name = "AutoLossCycle";
  896. this.AutoLossCycle.ReadOnly = true;
  897. //
  898. // DeliverLimitCycle
  899. //
  900. this.DeliverLimitCycle.DataPropertyName = "DeliverLimitCycle";
  901. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  902. dataGridViewCellStyle11.Format = "N0";
  903. this.DeliverLimitCycle.DefaultCellStyle = dataGridViewCellStyle11;
  904. this.DeliverLimitCycle.HeaderText = "交坯限制天数";
  905. this.DeliverLimitCycle.Name = "DeliverLimitCycle";
  906. this.DeliverLimitCycle.ReadOnly = true;
  907. //
  908. // ReservedDays
  909. //
  910. this.ReservedDays.DataPropertyName = "ReservedDays";
  911. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  912. this.ReservedDays.DefaultCellStyle = dataGridViewCellStyle12;
  913. this.ReservedDays.HeaderText = "成型存坯天数";
  914. this.ReservedDays.Name = "ReservedDays";
  915. this.ReservedDays.ReadOnly = true;
  916. //
  917. // PackageNum
  918. //
  919. this.PackageNum.DataPropertyName = "PackageNum";
  920. this.PackageNum.HeaderText = "包装数量";
  921. this.PackageNum.Name = "PackageNum";
  922. this.PackageNum.ReadOnly = true;
  923. //
  924. // OutletDistance
  925. //
  926. this.OutletDistance.DataPropertyName = "OutletDistance";
  927. this.OutletDistance.HeaderText = "出水距";
  928. this.OutletDistance.Name = "OutletDistance";
  929. this.OutletDistance.ReadOnly = true;
  930. //
  931. // MaterialCode
  932. //
  933. this.MaterialCode.DataPropertyName = "MaterialCode";
  934. this.MaterialCode.HeaderText = "物料编码";
  935. this.MaterialCode.Name = "MaterialCode";
  936. this.MaterialCode.ReadOnly = true;
  937. //
  938. // MaterialRemark
  939. //
  940. this.MaterialRemark.DataPropertyName = "MaterialRemark";
  941. this.MaterialRemark.HeaderText = "物料描述";
  942. this.MaterialRemark.Name = "MaterialRemark";
  943. this.MaterialRemark.ReadOnly = true;
  944. //
  945. // printcopies
  946. //
  947. this.printcopies.DataPropertyName = "printcopies";
  948. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  949. dataGridViewCellStyle13.Format = "N0";
  950. this.printcopies.DefaultCellStyle = dataGridViewCellStyle13;
  951. this.printcopies.HeaderText = "打印份数";
  952. this.printcopies.Name = "printcopies";
  953. this.printcopies.ReadOnly = true;
  954. this.printcopies.Visible = false;
  955. //
  956. // MouldWeight
  957. //
  958. this.MouldWeight.DataPropertyName = "MouldWeight";
  959. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  960. dataGridViewCellStyle14.Format = "N2";
  961. this.MouldWeight.DefaultCellStyle = dataGridViewCellStyle14;
  962. this.MouldWeight.HeaderText = "模具重量(KG)";
  963. this.MouldWeight.Name = "MouldWeight";
  964. this.MouldWeight.ReadOnly = true;
  965. //
  966. // MouldCost
  967. //
  968. this.MouldCost.DataPropertyName = "MouldCost";
  969. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  970. dataGridViewCellStyle15.Format = "N2";
  971. this.MouldCost.DefaultCellStyle = dataGridViewCellStyle15;
  972. this.MouldCost.HeaderText = "模具成本(元)";
  973. this.MouldCost.Name = "MouldCost";
  974. this.MouldCost.ReadOnly = true;
  975. //
  976. // CeaseFlag
  977. //
  978. this.CeaseFlag.DataPropertyName = "CeaseFlag";
  979. this.CeaseFlag.FalseValue = "0";
  980. this.CeaseFlag.HeaderText = "在产";
  981. this.CeaseFlag.IndeterminateValue = "";
  982. this.CeaseFlag.Name = "CeaseFlag";
  983. this.CeaseFlag.ReadOnly = true;
  984. this.CeaseFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  985. this.CeaseFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  986. this.CeaseFlag.TrueValue = "1";
  987. //
  988. // WaterLabelCode
  989. //
  990. this.WaterLabelCode.DataPropertyName = "WaterLabelCode";
  991. this.WaterLabelCode.HeaderText = "水效标识码";
  992. this.WaterLabelCode.Name = "WaterLabelCode";
  993. this.WaterLabelCode.ReadOnly = true;
  994. //
  995. // SEATCOVERCODE
  996. //
  997. this.SEATCOVERCODE.DataPropertyName = "SEATCOVERCODE";
  998. this.SEATCOVERCODE.HeaderText = "盖板标识码";
  999. this.SEATCOVERCODE.Name = "SEATCOVERCODE";
  1000. this.SEATCOVERCODE.ReadOnly = true;
  1001. //
  1002. // StandardGroutingNum
  1003. //
  1004. this.StandardGroutingNum.DataPropertyName = "StandardGroutingNum";
  1005. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1006. dataGridViewCellStyle16.Format = "N0";
  1007. this.StandardGroutingNum.DefaultCellStyle = dataGridViewCellStyle16;
  1008. this.StandardGroutingNum.HeaderText = "模具标准次数";
  1009. this.StandardGroutingNum.Name = "StandardGroutingNum";
  1010. this.StandardGroutingNum.ReadOnly = true;
  1011. //
  1012. // StandardGroutingSum
  1013. //
  1014. this.StandardGroutingSum.DataPropertyName = "StandardGroutingSum";
  1015. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1016. dataGridViewCellStyle17.Format = "N0";
  1017. this.StandardGroutingSum.DefaultCellStyle = dataGridViewCellStyle17;
  1018. this.StandardGroutingSum.HeaderText = "模具标准总数";
  1019. this.StandardGroutingSum.Name = "StandardGroutingSum";
  1020. this.StandardGroutingSum.ReadOnly = true;
  1021. //
  1022. // MouldMaterialCode
  1023. //
  1024. this.MouldMaterialCode.DataPropertyName = "MouldMaterialCode";
  1025. this.MouldMaterialCode.HeaderText = "模具物料编码";
  1026. this.MouldMaterialCode.Name = "MouldMaterialCode";
  1027. this.MouldMaterialCode.ReadOnly = true;
  1028. //
  1029. // MouldOutputCount
  1030. //
  1031. this.MouldOutputCount.DataPropertyName = "MouldOutputCount";
  1032. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1033. dataGridViewCellStyle18.Format = "N0";
  1034. this.MouldOutputCount.DefaultCellStyle = dataGridViewCellStyle18;
  1035. this.MouldOutputCount.HeaderText = "模具产出数量";
  1036. this.MouldOutputCount.Name = "MouldOutputCount";
  1037. this.MouldOutputCount.ReadOnly = true;
  1038. //
  1039. // Remarks
  1040. //
  1041. this.Remarks.DataPropertyName = "Remarks";
  1042. this.Remarks.HeaderText = "备注";
  1043. this.Remarks.Name = "Remarks";
  1044. this.Remarks.ReadOnly = true;
  1045. //
  1046. // colLogoName
  1047. //
  1048. this.colLogoName.DataPropertyName = "LogoName";
  1049. this.colLogoName.HeaderText = "注浆商标";
  1050. this.colLogoName.Name = "colLogoName";
  1051. this.colLogoName.ReadOnly = true;
  1052. //
  1053. // AccountID
  1054. //
  1055. this.AccountID.DataPropertyName = "AccountID";
  1056. this.AccountID.HeaderText = "帐套ID";
  1057. this.AccountID.Name = "AccountID";
  1058. this.AccountID.ReadOnly = true;
  1059. this.AccountID.Visible = false;
  1060. //
  1061. // valueFlag
  1062. //
  1063. this.valueFlag.DataPropertyName = "valueFlag";
  1064. this.valueFlag.FalseValue = "0";
  1065. this.valueFlag.HeaderText = "有效";
  1066. this.valueFlag.IndeterminateValue = "";
  1067. this.valueFlag.Name = "valueFlag";
  1068. this.valueFlag.ReadOnly = true;
  1069. this.valueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1070. this.valueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1071. this.valueFlag.TrueValue = "1";
  1072. //
  1073. // F_MST_0501
  1074. //
  1075. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1076. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1077. this.ClientSize = new System.Drawing.Size(1037, 461);
  1078. this.Controls.Add(this.splitContainer1);
  1079. this.Controls.Add(this.gbxCondition);
  1080. this.Controls.Add(this.tsrOperate);
  1081. this.Name = "F_MST_0501";
  1082. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1083. this.Text = "产品档案";
  1084. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0501_FormClosed);
  1085. this.Load += new System.EventHandler(this.F_MST_0501_Load);
  1086. this.tsrOperate.ResumeLayout(false);
  1087. this.tsrOperate.PerformLayout();
  1088. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  1089. this.gbxCondition.ResumeLayout(false);
  1090. this.gbxCondition.PerformLayout();
  1091. this.splitContainer1.Panel1.ResumeLayout(false);
  1092. this.splitContainer1.Panel2.ResumeLayout(false);
  1093. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1094. this.splitContainer1.ResumeLayout(false);
  1095. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).EndInit();
  1096. this.ResumeLayout(false);
  1097. }
  1098. #endregion
  1099. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1100. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1101. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1102. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1103. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1104. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1105. private Basics.BaseControls.C_Label lblGoodsCode;
  1106. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1107. private Basics.BaseControls.C_Label lblGoodsName;
  1108. private Basics.BaseControls.C_TextBox txtGoodsName;
  1109. private Basics.BaseControls.C_Label lblGoodsSpecification;
  1110. private Basics.BaseControls.C_TextBox txtGoodsSpecification;
  1111. private Basics.BaseControls.C_Label lblGoodsModel;
  1112. private Basics.BaseControls.C_TextBox txtGoodsModel;
  1113. private Basics.BaseControls.C_Button btnSearch;
  1114. private Basics.BaseControls.C_Button btnClearCondition;
  1115. private Basics.BaseControls.C_DataGridView dgvGoods;
  1116. private Basics.BaseControls.C_Label lblGlazeTypeID;
  1117. private Basics.BaseControls.C_StatusCheckBox chkCeaseFlag;
  1118. private Basics.BaseControls.C_StatusCheckBox chkValueFlag;
  1119. private Basics.BaseControls.C_Label lblRemarks;
  1120. private Basics.BaseControls.C_TextBox txtRemarks;
  1121. private Basics.BaseControls.C_GroupBox gbxCondition;
  1122. private Basics.BaseControls.DKListBoxComboBox ddlGlazeTypeID;
  1123. private System.Windows.Forms.ToolStripButton tsbtnAttachment;
  1124. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1125. private System.Windows.Forms.ToolStripButton tsbtnSet;
  1126. private System.Windows.Forms.ToolStripButton tsbtnUndo;
  1127. private Basics.BaseControls.C_Label lblGoodsType;
  1128. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1129. private System.Windows.Forms.SplitContainer splitContainer1;
  1130. private Basics.BaseControls.C_DataGridView dgvGoodsSap;
  1131. private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
  1132. private System.Windows.Forms.DataGridViewTextBoxColumn lmaterialcode;
  1133. private System.Windows.Forms.DataGridViewTextBoxColumn lmaterialremark;
  1134. private System.Windows.Forms.DataGridViewTextBoxColumn lWaterLabelCode;
  1135. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1136. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1137. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1138. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  1139. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  1140. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  1141. private System.Windows.Forms.DataGridViewTextBoxColumn glazeTypeName;
  1142. private System.Windows.Forms.DataGridViewTextBoxColumn MudWeight;
  1143. private System.Windows.Forms.DataGridViewTextBoxColumn GlazeWeight;
  1144. private System.Windows.Forms.DataGridViewTextBoxColumn LusterwareWeight;
  1145. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionCycle;
  1146. private System.Windows.Forms.DataGridViewTextBoxColumn UnitPrice;
  1147. private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapSumFlag;
  1148. private System.Windows.Forms.DataGridViewCheckBoxColumn goods_line_type;
  1149. private System.Windows.Forms.DataGridViewTextBoxColumn colStartingDate;
  1150. private System.Windows.Forms.DataGridViewTextBoxColumn PlateLimitNum;
  1151. private System.Windows.Forms.DataGridViewTextBoxColumn AutoLossCycle;
  1152. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverLimitCycle;
  1153. private System.Windows.Forms.DataGridViewTextBoxColumn ReservedDays;
  1154. private System.Windows.Forms.DataGridViewTextBoxColumn PackageNum;
  1155. private System.Windows.Forms.DataGridViewTextBoxColumn OutletDistance;
  1156. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
  1157. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialRemark;
  1158. private System.Windows.Forms.DataGridViewTextBoxColumn printcopies;
  1159. private System.Windows.Forms.DataGridViewTextBoxColumn MouldWeight;
  1160. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCost;
  1161. private System.Windows.Forms.DataGridViewCheckBoxColumn CeaseFlag;
  1162. private System.Windows.Forms.DataGridViewTextBoxColumn WaterLabelCode;
  1163. private System.Windows.Forms.DataGridViewTextBoxColumn SEATCOVERCODE;
  1164. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingNum;
  1165. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingSum;
  1166. private System.Windows.Forms.DataGridViewTextBoxColumn MouldMaterialCode;
  1167. private System.Windows.Forms.DataGridViewTextBoxColumn MouldOutputCount;
  1168. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1169. private System.Windows.Forms.DataGridViewTextBoxColumn colLogoName;
  1170. private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
  1171. private System.Windows.Forms.DataGridViewCheckBoxColumn valueFlag;
  1172. }
  1173. }