F_MST_0502.Designer.cs 93 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0502
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0502));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  35. this.ilPic = new System.Windows.Forms.ImageList(this.components);
  36. this.lvPic = new System.Windows.Forms.ListView();
  37. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.lblPhoto = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.cbValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.cbCeaseFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  43. this.txtProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  44. this.txtGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  45. this.txtMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  46. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.lblLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.txtLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  61. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.dtpStartingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  64. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtMouldWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  67. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.txtMouldCost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  70. this.chkScrapSumFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  71. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.lblMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  73. this.lblWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  74. this.lblMouldOutputCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.lblStandardGroutingNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  76. this.txtWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  77. this.txtMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  78. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  79. this.tabControl1 = new System.Windows.Forms.TabControl();
  80. this.tabPage1 = new System.Windows.Forms.TabPage();
  81. this.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox();
  82. this.groupBox2 = new System.Windows.Forms.GroupBox();
  83. this.txtMouldOutputCount = new Dongke.WinForm.Controls.TxtNumerical();
  84. this.txtStandardGroutingSum = new Dongke.WinForm.Controls.TxtNumerical();
  85. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  86. this.txtStandardGroutingNum = new Dongke.WinForm.Controls.TxtNumerical();
  87. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  88. this.txtSEATCOVERCODE = new Dongke.WinForm.Controls.TxtNumerical();
  89. this.txtReservedDays = new Dongke.WinForm.Controls.TxtNumerical();
  90. this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
  91. this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
  92. this.txtUnitPrice = new Dongke.WinForm.Controls.TxtNumerical();
  93. this.txtPlateLimitNum = new Dongke.WinForm.Controls.TxtNumerical();
  94. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  95. this.txtSPM002 = new Dongke.WinForm.Controls.TxtNumerical();
  96. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  97. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  98. this.txtSPM001 = new Dongke.WinForm.Controls.TxtNumerical();
  99. this.tabPage2 = new System.Windows.Forms.TabPage();
  100. this.dgvGoodsSap = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  101. this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.colmaterialcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.colmaterialremark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.colWaterLabelCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.colValueflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  107. this.panel1 = new System.Windows.Forms.Panel();
  108. this.scbSAPCode2 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
  109. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  110. this.lblLabel12 = new Dongke.WinForm.Controls.LblLabel();
  111. this.lblLabel11 = new Dongke.WinForm.Controls.LblLabel();
  112. this.txtSAPRemark = new Dongke.WinForm.Controls.TxtTextBox();
  113. this.txtSAPWaterLabelCode = new Dongke.WinForm.Controls.TxtTextBox();
  114. this.label1 = new System.Windows.Forms.Label();
  115. this.groupBox1 = new System.Windows.Forms.GroupBox();
  116. this.scbSAPCode1 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
  117. this.ftcLogo = new Dongke.WinForm.Controls.FtcFilterComboBox();
  118. this.lblLabel13 = new Dongke.WinForm.Controls.LblLabel();
  119. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  120. this.txtCopies = new Dongke.WinForm.Controls.TxtNumerical();
  121. this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
  122. this.txtPackageNum = new Dongke.WinForm.Controls.TxtTextBox();
  123. this.txtMaterialRemark = new Dongke.WinForm.Controls.TxtTextBox();
  124. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  125. this.txtOutletDistance = new Dongke.WinForm.Controls.TxtCodeNo();
  126. this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
  127. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  128. this.txtSAPCode = new Dongke.WinForm.Controls.TxtCodeNo();
  129. this.txtMaterialCode = new Dongke.WinForm.Controls.TxtCodeNo();
  130. this.chkGLT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  131. this.cbGLTDetail = new System.Windows.Forms.ComboBox();
  132. this.tabControl1.SuspendLayout();
  133. this.tabPage1.SuspendLayout();
  134. this.groupBox2.SuspendLayout();
  135. this.tabPage2.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).BeginInit();
  137. this.panel1.SuspendLayout();
  138. this.groupBox1.SuspendLayout();
  139. this.SuspendLayout();
  140. //
  141. // odlgFile
  142. //
  143. this.odlgFile.FileName = "openFileDialog1";
  144. //
  145. // ilPic
  146. //
  147. this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  148. this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
  149. this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
  150. //
  151. // lvPic
  152. //
  153. this.lvPic.HideSelection = false;
  154. this.lvPic.Location = new System.Drawing.Point(64, 214);
  155. this.lvPic.Name = "lvPic";
  156. this.lvPic.Size = new System.Drawing.Size(454, 99);
  157. this.lvPic.TabIndex = 41;
  158. this.lvPic.UseCompatibleStateImageBehavior = false;
  159. this.lvPic.DoubleClick += new System.EventHandler(this.lvPic_DoubleClick);
  160. //
  161. // btnCancel
  162. //
  163. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  164. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  165. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  166. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  167. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.btnCancel.ForeColor = System.Drawing.Color.White;
  169. this.btnCancel.Location = new System.Drawing.Point(687, 354);
  170. this.btnCancel.Name = "btnCancel";
  171. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  172. this.btnCancel.TabIndex = 5;
  173. this.btnCancel.Text = "关闭";
  174. this.btnCancel.UseVisualStyleBackColor = false;
  175. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  176. //
  177. // btnSave
  178. //
  179. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  180. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  181. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  182. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btnSave.ForeColor = System.Drawing.Color.White;
  184. this.btnSave.Location = new System.Drawing.Point(596, 354);
  185. this.btnSave.Name = "btnSave";
  186. this.btnSave.Size = new System.Drawing.Size(85, 30);
  187. this.btnSave.TabIndex = 4;
  188. this.btnSave.Text = "保存(&S)";
  189. this.btnSave.UseVisualStyleBackColor = false;
  190. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  191. //
  192. // lblPhoto
  193. //
  194. this.lblPhoto.AutoSize = true;
  195. this.lblPhoto.BackColor = System.Drawing.Color.Transparent;
  196. this.lblPhoto.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.lblPhoto.ForeColor = System.Drawing.SystemColors.ControlText;
  198. this.lblPhoto.Location = new System.Drawing.Point(5, 214);
  199. this.lblPhoto.Name = "lblPhoto";
  200. this.lblPhoto.Size = new System.Drawing.Size(53, 12);
  201. this.lblPhoto.TabIndex = 40;
  202. this.lblPhoto.Text = "产品图片";
  203. //
  204. // txtRemarks
  205. //
  206. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  207. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  208. this.txtRemarks.ErrorMessage = "";
  209. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.txtRemarks.Location = new System.Drawing.Point(64, 142);
  211. this.txtRemarks.MaxLength = 500;
  212. this.txtRemarks.Multiline = true;
  213. this.txtRemarks.Name = "txtRemarks";
  214. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  215. this.txtRemarks.Size = new System.Drawing.Size(454, 66);
  216. this.txtRemarks.TabIndex = 29;
  217. //
  218. // cbValueFlag
  219. //
  220. this.cbValueFlag.AutoSize = true;
  221. this.cbValueFlag.Checked = true;
  222. this.cbValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  223. this.cbValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.cbValueFlag.Location = new System.Drawing.Point(68, 354);
  225. this.cbValueFlag.Name = "cbValueFlag";
  226. this.cbValueFlag.Size = new System.Drawing.Size(48, 16);
  227. this.cbValueFlag.TabIndex = 2;
  228. this.cbValueFlag.Text = "有效";
  229. this.cbValueFlag.UseVisualStyleBackColor = true;
  230. //
  231. // cbCeaseFlag
  232. //
  233. this.cbCeaseFlag.AutoSize = true;
  234. this.cbCeaseFlag.Checked = true;
  235. this.cbCeaseFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  236. this.cbCeaseFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.cbCeaseFlag.Location = new System.Drawing.Point(14, 354);
  238. this.cbCeaseFlag.Name = "cbCeaseFlag";
  239. this.cbCeaseFlag.Size = new System.Drawing.Size(48, 16);
  240. this.cbCeaseFlag.TabIndex = 1;
  241. this.cbCeaseFlag.Text = "在产";
  242. this.cbCeaseFlag.UseVisualStyleBackColor = true;
  243. //
  244. // txtProductionCycle
  245. //
  246. this.txtProductionCycle.AllowNegative = false;
  247. this.txtProductionCycle.BackColor = System.Drawing.SystemColors.Window;
  248. this.txtProductionCycle.BackgroundColor = System.Drawing.SystemColors.Window;
  249. this.txtProductionCycle.ErrorMessage = "";
  250. this.txtProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.txtProductionCycle.ImeMode = System.Windows.Forms.ImeMode.Off;
  252. this.txtProductionCycle.Location = new System.Drawing.Point(418, 7);
  253. this.txtProductionCycle.MaxLength = 10;
  254. this.txtProductionCycle.MaxValue = new decimal(new int[] {
  255. 999,
  256. 0,
  257. 0,
  258. 0});
  259. this.txtProductionCycle.MinValue = new decimal(new int[] {
  260. 0,
  261. 0,
  262. 0,
  263. 0});
  264. this.txtProductionCycle.Name = "txtProductionCycle";
  265. this.txtProductionCycle.Size = new System.Drawing.Size(100, 21);
  266. this.txtProductionCycle.TabIndex = 5;
  267. this.txtProductionCycle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  268. this.txtProductionCycle.TextValue = "";
  269. //
  270. // txtGlazeWeight
  271. //
  272. this.txtGlazeWeight.AllowNegative = false;
  273. this.txtGlazeWeight.BackColor = System.Drawing.SystemColors.Window;
  274. this.txtGlazeWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  275. this.txtGlazeWeight.ErrorMessage = "";
  276. this.txtGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.txtGlazeWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  278. this.txtGlazeWeight.Location = new System.Drawing.Point(418, 34);
  279. this.txtGlazeWeight.MaxLength = 10;
  280. this.txtGlazeWeight.MaxValue = new decimal(new int[] {
  281. 100000,
  282. 0,
  283. 0,
  284. 0});
  285. this.txtGlazeWeight.MinValue = new decimal(new int[] {
  286. 0,
  287. 0,
  288. 0,
  289. 0});
  290. this.txtGlazeWeight.Name = "txtGlazeWeight";
  291. this.txtGlazeWeight.Number = new System.Drawing.Point(5, 2);
  292. this.txtGlazeWeight.Size = new System.Drawing.Size(100, 21);
  293. this.txtGlazeWeight.TabIndex = 11;
  294. this.txtGlazeWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  295. this.txtGlazeWeight.TextValue = "";
  296. //
  297. // txtMudWeight
  298. //
  299. this.txtMudWeight.AllowNegative = false;
  300. this.txtMudWeight.BackColor = System.Drawing.SystemColors.Window;
  301. this.txtMudWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  302. this.txtMudWeight.ErrorMessage = "";
  303. this.txtMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.txtMudWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  305. this.txtMudWeight.Location = new System.Drawing.Point(418, 88);
  306. this.txtMudWeight.MaxLength = 10;
  307. this.txtMudWeight.MaxValue = new decimal(new int[] {
  308. 100000,
  309. 0,
  310. 0,
  311. 0});
  312. this.txtMudWeight.MinValue = new decimal(new int[] {
  313. 0,
  314. 0,
  315. 0,
  316. 0});
  317. this.txtMudWeight.Name = "txtMudWeight";
  318. this.txtMudWeight.Number = new System.Drawing.Point(5, 2);
  319. this.txtMudWeight.Size = new System.Drawing.Size(100, 21);
  320. this.txtMudWeight.TabIndex = 23;
  321. this.txtMudWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  322. this.txtMudWeight.TextValue = "";
  323. //
  324. // txtGoodsModel
  325. //
  326. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  327. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  328. this.txtGoodsModel.ErrorMessage = "";
  329. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.txtGoodsModel.Location = new System.Drawing.Point(229, 34);
  331. this.txtGoodsModel.MaxLength = 50;
  332. this.txtGoodsModel.Name = "txtGoodsModel";
  333. this.txtGoodsModel.Size = new System.Drawing.Size(100, 21);
  334. this.txtGoodsModel.TabIndex = 9;
  335. //
  336. // txtGoodsSpecification
  337. //
  338. this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
  339. this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
  340. this.txtGoodsSpecification.ErrorMessage = "";
  341. this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.txtGoodsSpecification.Location = new System.Drawing.Point(229, 61);
  343. this.txtGoodsSpecification.MaxLength = 50;
  344. this.txtGoodsSpecification.Name = "txtGoodsSpecification";
  345. this.txtGoodsSpecification.Size = new System.Drawing.Size(100, 21);
  346. this.txtGoodsSpecification.TabIndex = 15;
  347. //
  348. // txtGoodsName
  349. //
  350. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  351. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  352. this.txtGoodsName.ErrorMessage = "必须输入项目";
  353. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.txtGoodsName.Location = new System.Drawing.Point(229, 7);
  355. this.txtGoodsName.MaxLength = 20;
  356. this.txtGoodsName.Name = "txtGoodsName";
  357. this.txtGoodsName.Size = new System.Drawing.Size(100, 21);
  358. this.txtGoodsName.TabIndex = 3;
  359. //
  360. // txtGoodsCode
  361. //
  362. this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow;
  363. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  364. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  365. this.txtGoodsCode.ErrorMessage = "必须输入项目";
  366. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.txtGoodsCode.HasError = true;
  368. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  369. this.txtGoodsCode.IsMustInput = true;
  370. this.txtGoodsCode.Location = new System.Drawing.Point(64, 7);
  371. this.txtGoodsCode.MaxLength = 50;
  372. this.txtGoodsCode.Name = "txtGoodsCode";
  373. this.txtGoodsCode.Size = new System.Drawing.Size(100, 21);
  374. this.txtGoodsCode.TabIndex = 1;
  375. //
  376. // lblRemarks
  377. //
  378. this.lblRemarks.AutoSize = true;
  379. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  380. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  382. this.lblRemarks.Location = new System.Drawing.Point(29, 142);
  383. this.lblRemarks.Name = "lblRemarks";
  384. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  385. this.lblRemarks.TabIndex = 28;
  386. this.lblRemarks.Text = "备注";
  387. //
  388. // lblProductionCycle
  389. //
  390. this.lblProductionCycle.AutoSize = true;
  391. this.lblProductionCycle.BackColor = System.Drawing.Color.Transparent;
  392. this.lblProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.lblProductionCycle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  394. this.lblProductionCycle.IsMustInput = true;
  395. this.lblProductionCycle.Location = new System.Drawing.Point(335, 11);
  396. this.lblProductionCycle.Name = "lblProductionCycle";
  397. this.lblProductionCycle.Size = new System.Drawing.Size(77, 12);
  398. this.lblProductionCycle.TabIndex = 4;
  399. this.lblProductionCycle.Text = "生产周期(天)";
  400. //
  401. // lblGlazeWeight
  402. //
  403. this.lblGlazeWeight.AutoSize = true;
  404. this.lblGlazeWeight.BackColor = System.Drawing.Color.Transparent;
  405. this.lblGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.lblGlazeWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  407. this.lblGlazeWeight.Location = new System.Drawing.Point(335, 38);
  408. this.lblGlazeWeight.Name = "lblGlazeWeight";
  409. this.lblGlazeWeight.Size = new System.Drawing.Size(77, 12);
  410. this.lblGlazeWeight.TabIndex = 10;
  411. this.lblGlazeWeight.Text = "釉浆用量(KG)";
  412. //
  413. // lblMudWeight
  414. //
  415. this.lblMudWeight.AutoSize = true;
  416. this.lblMudWeight.BackColor = System.Drawing.Color.Transparent;
  417. this.lblMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.lblMudWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  419. this.lblMudWeight.Location = new System.Drawing.Point(335, 92);
  420. this.lblMudWeight.Name = "lblMudWeight";
  421. this.lblMudWeight.Size = new System.Drawing.Size(77, 12);
  422. this.lblMudWeight.TabIndex = 22;
  423. this.lblMudWeight.Text = "泥浆用量(KG)";
  424. //
  425. // lblGlazeTypeID
  426. //
  427. this.lblGlazeTypeID.AutoSize = true;
  428. this.lblGlazeTypeID.BackColor = System.Drawing.Color.Transparent;
  429. this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.lblGlazeTypeID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  431. this.lblGlazeTypeID.IsMustInput = true;
  432. this.lblGlazeTypeID.Location = new System.Drawing.Point(5, 65);
  433. this.lblGlazeTypeID.Name = "lblGlazeTypeID";
  434. this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
  435. this.lblGlazeTypeID.TabIndex = 12;
  436. this.lblGlazeTypeID.Text = "釉料类别";
  437. //
  438. // lblGoodsModel
  439. //
  440. this.lblGoodsModel.AutoSize = true;
  441. this.lblGoodsModel.BackColor = System.Drawing.Color.Transparent;
  442. this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
  444. this.lblGoodsModel.Location = new System.Drawing.Point(170, 38);
  445. this.lblGoodsModel.Name = "lblGoodsModel";
  446. this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
  447. this.lblGoodsModel.TabIndex = 8;
  448. this.lblGoodsModel.Text = "产品型号";
  449. //
  450. // lblGoodsSpecification
  451. //
  452. this.lblGoodsSpecification.AutoSize = true;
  453. this.lblGoodsSpecification.BackColor = System.Drawing.Color.Transparent;
  454. this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
  456. this.lblGoodsSpecification.Location = new System.Drawing.Point(170, 65);
  457. this.lblGoodsSpecification.Name = "lblGoodsSpecification";
  458. this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
  459. this.lblGoodsSpecification.TabIndex = 14;
  460. this.lblGoodsSpecification.Text = "产品规格";
  461. //
  462. // lblGoodsName
  463. //
  464. this.lblGoodsName.AutoSize = true;
  465. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  466. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.lblGoodsName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  468. this.lblGoodsName.IsMustInput = true;
  469. this.lblGoodsName.Location = new System.Drawing.Point(170, 11);
  470. this.lblGoodsName.Name = "lblGoodsName";
  471. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  472. this.lblGoodsName.TabIndex = 2;
  473. this.lblGoodsName.Text = "产品名称";
  474. //
  475. // lblGoodsCode
  476. //
  477. this.lblGoodsCode.AutoSize = true;
  478. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  479. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.lblGoodsCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  481. this.lblGoodsCode.IsMustInput = true;
  482. this.lblGoodsCode.Location = new System.Drawing.Point(5, 11);
  483. this.lblGoodsCode.Name = "lblGoodsCode";
  484. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  485. this.lblGoodsCode.TabIndex = 0;
  486. this.lblGoodsCode.Text = "产品编码";
  487. //
  488. // lblLusterwareWeight
  489. //
  490. this.lblLusterwareWeight.AutoSize = true;
  491. this.lblLusterwareWeight.BackColor = System.Drawing.Color.Transparent;
  492. this.lblLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  493. this.lblLusterwareWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  494. this.lblLusterwareWeight.Location = new System.Drawing.Point(335, 65);
  495. this.lblLusterwareWeight.Name = "lblLusterwareWeight";
  496. this.lblLusterwareWeight.Size = new System.Drawing.Size(77, 12);
  497. this.lblLusterwareWeight.TabIndex = 16;
  498. this.lblLusterwareWeight.Text = "光瓷重量(KG)";
  499. //
  500. // txtLusterwareWeight
  501. //
  502. this.txtLusterwareWeight.AllowNegative = false;
  503. this.txtLusterwareWeight.BackColor = System.Drawing.SystemColors.Window;
  504. this.txtLusterwareWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  505. this.txtLusterwareWeight.ErrorMessage = "";
  506. this.txtLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.txtLusterwareWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  508. this.txtLusterwareWeight.Location = new System.Drawing.Point(418, 61);
  509. this.txtLusterwareWeight.MaxLength = 10;
  510. this.txtLusterwareWeight.MaxValue = new decimal(new int[] {
  511. 100000,
  512. 0,
  513. 0,
  514. 0});
  515. this.txtLusterwareWeight.MinValue = new decimal(new int[] {
  516. 0,
  517. 0,
  518. 0,
  519. 0});
  520. this.txtLusterwareWeight.Name = "txtLusterwareWeight";
  521. this.txtLusterwareWeight.Number = new System.Drawing.Point(5, 2);
  522. this.txtLusterwareWeight.Size = new System.Drawing.Size(100, 21);
  523. this.txtLusterwareWeight.TabIndex = 17;
  524. this.txtLusterwareWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  525. this.txtLusterwareWeight.TextValue = "";
  526. //
  527. // btnDelete
  528. //
  529. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  530. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  531. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.btnDelete.ForeColor = System.Drawing.Color.White;
  533. this.btnDelete.Location = new System.Drawing.Point(3, 283);
  534. this.btnDelete.Name = "btnDelete";
  535. this.btnDelete.Size = new System.Drawing.Size(55, 30);
  536. this.btnDelete.TabIndex = 43;
  537. this.btnDelete.Text = "删除(&E)";
  538. this.btnDelete.UseVisualStyleBackColor = false;
  539. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  540. //
  541. // btnUpload
  542. //
  543. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  544. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  545. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. this.btnUpload.ForeColor = System.Drawing.Color.White;
  547. this.btnUpload.Location = new System.Drawing.Point(3, 247);
  548. this.btnUpload.Name = "btnUpload";
  549. this.btnUpload.Size = new System.Drawing.Size(55, 30);
  550. this.btnUpload.TabIndex = 42;
  551. this.btnUpload.Text = "上传(&U)";
  552. this.btnUpload.UseVisualStyleBackColor = false;
  553. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  554. //
  555. // dtpStartingDate
  556. //
  557. this.dtpStartingDate.CustomFormat = "yyyy-MM-dd";
  558. this.dtpStartingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.dtpStartingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  560. this.dtpStartingDate.Location = new System.Drawing.Point(64, 88);
  561. this.dtpStartingDate.Name = "dtpStartingDate";
  562. this.dtpStartingDate.Size = new System.Drawing.Size(100, 21);
  563. this.dtpStartingDate.TabIndex = 19;
  564. //
  565. // c_Label1
  566. //
  567. this.c_Label1.AutoSize = true;
  568. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  569. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  571. this.c_Label1.IsMustInput = true;
  572. this.c_Label1.Location = new System.Drawing.Point(5, 92);
  573. this.c_Label1.Name = "c_Label1";
  574. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  575. this.c_Label1.TabIndex = 18;
  576. this.c_Label1.Text = "投产日期";
  577. //
  578. // c_Label2
  579. //
  580. this.c_Label2.AutoSize = true;
  581. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  582. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  583. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  584. this.c_Label2.Location = new System.Drawing.Point(170, 92);
  585. this.c_Label2.Name = "c_Label2";
  586. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  587. this.c_Label2.TabIndex = 20;
  588. this.c_Label2.Text = "产品单值";
  589. //
  590. // txtMouldWeight
  591. //
  592. this.txtMouldWeight.AllowNegative = false;
  593. this.txtMouldWeight.BackColor = System.Drawing.SystemColors.Window;
  594. this.txtMouldWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  595. this.txtMouldWeight.ErrorMessage = "";
  596. this.txtMouldWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.txtMouldWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  598. this.txtMouldWeight.Location = new System.Drawing.Point(62, 128);
  599. this.txtMouldWeight.MaxLength = 10;
  600. this.txtMouldWeight.MaxValue = new decimal(new int[] {
  601. 100000,
  602. 0,
  603. 0,
  604. 0});
  605. this.txtMouldWeight.MinValue = new decimal(new int[] {
  606. 0,
  607. 0,
  608. 0,
  609. 0});
  610. this.txtMouldWeight.Name = "txtMouldWeight";
  611. this.txtMouldWeight.Number = new System.Drawing.Point(5, 2);
  612. this.txtMouldWeight.Size = new System.Drawing.Size(100, 21);
  613. this.txtMouldWeight.TabIndex = 7;
  614. this.txtMouldWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  615. this.txtMouldWeight.TextValue = "";
  616. //
  617. // c_Label3
  618. //
  619. this.c_Label3.AutoSize = true;
  620. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  621. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  623. this.c_Label3.Location = new System.Drawing.Point(6, 132);
  624. this.c_Label3.Name = "c_Label3";
  625. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  626. this.c_Label3.TabIndex = 6;
  627. this.c_Label3.Text = "重量(KG)";
  628. //
  629. // c_Label4
  630. //
  631. this.c_Label4.AutoSize = true;
  632. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  633. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  635. this.c_Label4.Location = new System.Drawing.Point(6, 159);
  636. this.c_Label4.Name = "c_Label4";
  637. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  638. this.c_Label4.TabIndex = 8;
  639. this.c_Label4.Text = "成本(元)";
  640. //
  641. // txtMouldCost
  642. //
  643. this.txtMouldCost.AllowNegative = false;
  644. this.txtMouldCost.BackColor = System.Drawing.SystemColors.Window;
  645. this.txtMouldCost.BackgroundColor = System.Drawing.SystemColors.Window;
  646. this.txtMouldCost.ErrorMessage = "";
  647. this.txtMouldCost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.txtMouldCost.ImeMode = System.Windows.Forms.ImeMode.Off;
  649. this.txtMouldCost.Location = new System.Drawing.Point(62, 155);
  650. this.txtMouldCost.MaxLength = 10;
  651. this.txtMouldCost.MaxValue = new decimal(new int[] {
  652. 100000,
  653. 0,
  654. 0,
  655. 0});
  656. this.txtMouldCost.MinValue = new decimal(new int[] {
  657. 0,
  658. 0,
  659. 0,
  660. 0});
  661. this.txtMouldCost.Name = "txtMouldCost";
  662. this.txtMouldCost.Number = new System.Drawing.Point(5, 2);
  663. this.txtMouldCost.Size = new System.Drawing.Size(100, 21);
  664. this.txtMouldCost.TabIndex = 9;
  665. this.txtMouldCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  666. this.txtMouldCost.TextValue = "";
  667. //
  668. // chkScrapSumFlag
  669. //
  670. this.chkScrapSumFlag.AutoSize = true;
  671. this.chkScrapSumFlag.Checked = true;
  672. this.chkScrapSumFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  673. this.chkScrapSumFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.chkScrapSumFlag.Location = new System.Drawing.Point(122, 354);
  675. this.chkScrapSumFlag.Name = "chkScrapSumFlag";
  676. this.chkScrapSumFlag.Size = new System.Drawing.Size(156, 16);
  677. this.chkScrapSumFlag.TabIndex = 3;
  678. this.chkScrapSumFlag.Text = "损失统计(废品损失表用)";
  679. this.chkScrapSumFlag.UseVisualStyleBackColor = true;
  680. //
  681. // lblGoodsType
  682. //
  683. this.lblGoodsType.AutoSize = true;
  684. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  685. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  686. this.lblGoodsType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  687. this.lblGoodsType.IsMustInput = true;
  688. this.lblGoodsType.Location = new System.Drawing.Point(5, 38);
  689. this.lblGoodsType.Name = "lblGoodsType";
  690. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  691. this.lblGoodsType.TabIndex = 6;
  692. this.lblGoodsType.Text = "产品类别";
  693. //
  694. // lblMouldMaterialCode
  695. //
  696. this.lblMouldMaterialCode.AutoSize = true;
  697. this.lblMouldMaterialCode.BackColor = System.Drawing.Color.Transparent;
  698. this.lblMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  699. this.lblMouldMaterialCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  700. this.lblMouldMaterialCode.IsMustInput = true;
  701. this.lblMouldMaterialCode.Location = new System.Drawing.Point(6, 24);
  702. this.lblMouldMaterialCode.Name = "lblMouldMaterialCode";
  703. this.lblMouldMaterialCode.Size = new System.Drawing.Size(53, 12);
  704. this.lblMouldMaterialCode.TabIndex = 0;
  705. this.lblMouldMaterialCode.Text = "物料编码";
  706. //
  707. // lblWaterLabelCode
  708. //
  709. this.lblWaterLabelCode.AutoSize = true;
  710. this.lblWaterLabelCode.BackColor = System.Drawing.Color.Transparent;
  711. this.lblWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  712. this.lblWaterLabelCode.ForeColor = System.Drawing.SystemColors.ControlText;
  713. this.lblWaterLabelCode.Location = new System.Drawing.Point(5, 119);
  714. this.lblWaterLabelCode.Name = "lblWaterLabelCode";
  715. this.lblWaterLabelCode.Size = new System.Drawing.Size(53, 12);
  716. this.lblWaterLabelCode.TabIndex = 24;
  717. this.lblWaterLabelCode.Text = "水效标识";
  718. //
  719. // lblMouldOutputCount
  720. //
  721. this.lblMouldOutputCount.AutoSize = true;
  722. this.lblMouldOutputCount.BackColor = System.Drawing.Color.Transparent;
  723. this.lblMouldOutputCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.lblMouldOutputCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  725. this.lblMouldOutputCount.IsMustInput = true;
  726. this.lblMouldOutputCount.Location = new System.Drawing.Point(6, 51);
  727. this.lblMouldOutputCount.Name = "lblMouldOutputCount";
  728. this.lblMouldOutputCount.Size = new System.Drawing.Size(53, 12);
  729. this.lblMouldOutputCount.TabIndex = 2;
  730. this.lblMouldOutputCount.Text = "产出数量";
  731. //
  732. // lblStandardGroutingNum
  733. //
  734. this.lblStandardGroutingNum.AutoSize = true;
  735. this.lblStandardGroutingNum.BackColor = System.Drawing.Color.Transparent;
  736. this.lblStandardGroutingNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  737. this.lblStandardGroutingNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  738. this.lblStandardGroutingNum.IsMustInput = true;
  739. this.lblStandardGroutingNum.Location = new System.Drawing.Point(6, 78);
  740. this.lblStandardGroutingNum.Name = "lblStandardGroutingNum";
  741. this.lblStandardGroutingNum.Size = new System.Drawing.Size(53, 12);
  742. this.lblStandardGroutingNum.TabIndex = 4;
  743. this.lblStandardGroutingNum.Text = "标准次数";
  744. //
  745. // txtWaterLabelCode
  746. //
  747. this.txtWaterLabelCode.BackColor = System.Drawing.SystemColors.Window;
  748. this.txtWaterLabelCode.BackgroundColor = System.Drawing.SystemColors.Window;
  749. this.txtWaterLabelCode.ErrorMessage = "";
  750. this.txtWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  751. this.txtWaterLabelCode.Location = new System.Drawing.Point(64, 115);
  752. this.txtWaterLabelCode.MaxLength = 100;
  753. this.txtWaterLabelCode.Name = "txtWaterLabelCode";
  754. this.txtWaterLabelCode.Size = new System.Drawing.Size(265, 21);
  755. this.txtWaterLabelCode.TabIndex = 25;
  756. //
  757. // txtMouldMaterialCode
  758. //
  759. this.txtMouldMaterialCode.BackColor = System.Drawing.SystemColors.Window;
  760. this.txtMouldMaterialCode.BackgroundColor = System.Drawing.SystemColors.Window;
  761. this.txtMouldMaterialCode.ErrorMessage = "";
  762. this.txtMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  763. this.txtMouldMaterialCode.Location = new System.Drawing.Point(62, 20);
  764. this.txtMouldMaterialCode.MaxLength = 50;
  765. this.txtMouldMaterialCode.Name = "txtMouldMaterialCode";
  766. this.txtMouldMaterialCode.Size = new System.Drawing.Size(100, 21);
  767. this.txtMouldMaterialCode.TabIndex = 1;
  768. //
  769. // c_Label5
  770. //
  771. this.c_Label5.AutoSize = true;
  772. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  773. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  774. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  775. this.c_Label5.Location = new System.Drawing.Point(347, 119);
  776. this.c_Label5.Name = "c_Label5";
  777. this.c_Label5.Size = new System.Drawing.Size(65, 12);
  778. this.c_Label5.TabIndex = 26;
  779. this.c_Label5.Text = "盖板标识码";
  780. //
  781. // tabControl1
  782. //
  783. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  784. | System.Windows.Forms.AnchorStyles.Left)
  785. | System.Windows.Forms.AnchorStyles.Right)));
  786. this.tabControl1.Controls.Add(this.tabPage1);
  787. this.tabControl1.Controls.Add(this.tabPage2);
  788. this.tabControl1.Location = new System.Drawing.Point(3, 3);
  789. this.tabControl1.Name = "tabControl1";
  790. this.tabControl1.SelectedIndex = 0;
  791. this.tabControl1.Size = new System.Drawing.Size(769, 345);
  792. this.tabControl1.TabIndex = 0;
  793. //
  794. // tabPage1
  795. //
  796. this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  797. this.tabPage1.Controls.Add(this.ddlGlazeTypeID);
  798. this.tabPage1.Controls.Add(this.btnUpload);
  799. this.tabPage1.Controls.Add(this.btnDelete);
  800. this.tabPage1.Controls.Add(this.groupBox2);
  801. this.tabPage1.Controls.Add(this.lvPic);
  802. this.tabPage1.Controls.Add(this.lblGoodsType);
  803. this.tabPage1.Controls.Add(this.scbGoodsType);
  804. this.tabPage1.Controls.Add(this.lblPhoto);
  805. this.tabPage1.Controls.Add(this.txtGoodsCode);
  806. this.tabPage1.Controls.Add(this.lblGoodsCode);
  807. this.tabPage1.Controls.Add(this.txtSEATCOVERCODE);
  808. this.tabPage1.Controls.Add(this.lblGoodsName);
  809. this.tabPage1.Controls.Add(this.c_Label5);
  810. this.tabPage1.Controls.Add(this.lblGoodsSpecification);
  811. this.tabPage1.Controls.Add(this.lblGoodsModel);
  812. this.tabPage1.Controls.Add(this.lblGlazeTypeID);
  813. this.tabPage1.Controls.Add(this.txtWaterLabelCode);
  814. this.tabPage1.Controls.Add(this.c_Label1);
  815. this.tabPage1.Controls.Add(this.lblMudWeight);
  816. this.tabPage1.Controls.Add(this.lblGlazeWeight);
  817. this.tabPage1.Controls.Add(this.lblProductionCycle);
  818. this.tabPage1.Controls.Add(this.lblWaterLabelCode);
  819. this.tabPage1.Controls.Add(this.lblRemarks);
  820. this.tabPage1.Controls.Add(this.txtGoodsName);
  821. this.tabPage1.Controls.Add(this.txtGoodsSpecification);
  822. this.tabPage1.Controls.Add(this.txtGoodsModel);
  823. this.tabPage1.Controls.Add(this.txtReservedDays);
  824. this.tabPage1.Controls.Add(this.txtMudWeight);
  825. this.tabPage1.Controls.Add(this.lblLabel10);
  826. this.tabPage1.Controls.Add(this.lblLabel9);
  827. this.tabPage1.Controls.Add(this.txtGlazeWeight);
  828. this.tabPage1.Controls.Add(this.txtProductionCycle);
  829. this.tabPage1.Controls.Add(this.c_Label2);
  830. this.tabPage1.Controls.Add(this.txtRemarks);
  831. this.tabPage1.Controls.Add(this.txtUnitPrice);
  832. this.tabPage1.Controls.Add(this.lblLusterwareWeight);
  833. this.tabPage1.Controls.Add(this.txtPlateLimitNum);
  834. this.tabPage1.Controls.Add(this.txtLusterwareWeight);
  835. this.tabPage1.Controls.Add(this.lblLabel3);
  836. this.tabPage1.Controls.Add(this.dtpStartingDate);
  837. this.tabPage1.Controls.Add(this.txtSPM002);
  838. this.tabPage1.Controls.Add(this.lblLabel1);
  839. this.tabPage1.Controls.Add(this.lblLabel2);
  840. this.tabPage1.Controls.Add(this.txtSPM001);
  841. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  842. this.tabPage1.Name = "tabPage1";
  843. this.tabPage1.Size = new System.Drawing.Size(761, 319);
  844. this.tabPage1.TabIndex = 0;
  845. this.tabPage1.Text = "基础信息";
  846. //
  847. // ddlGlazeTypeID
  848. //
  849. this.ddlGlazeTypeID.FormattingEnabled = true;
  850. this.ddlGlazeTypeID.Location = new System.Drawing.Point(64, 61);
  851. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  852. this.ddlGlazeTypeID.ShowMustInputAlert = false;
  853. this.ddlGlazeTypeID.Size = new System.Drawing.Size(100, 20);
  854. this.ddlGlazeTypeID.TabIndex = 58;
  855. //
  856. // groupBox2
  857. //
  858. this.groupBox2.Controls.Add(this.txtMouldMaterialCode);
  859. this.groupBox2.Controls.Add(this.lblMouldMaterialCode);
  860. this.groupBox2.Controls.Add(this.txtMouldOutputCount);
  861. this.groupBox2.Controls.Add(this.lblMouldOutputCount);
  862. this.groupBox2.Controls.Add(this.txtStandardGroutingSum);
  863. this.groupBox2.Controls.Add(this.c_Label7);
  864. this.groupBox2.Controls.Add(this.txtStandardGroutingNum);
  865. this.groupBox2.Controls.Add(this.lblStandardGroutingNum);
  866. this.groupBox2.Controls.Add(this.txtMouldWeight);
  867. this.groupBox2.Controls.Add(this.c_Label3);
  868. this.groupBox2.Controls.Add(this.c_Label4);
  869. this.groupBox2.Controls.Add(this.txtMouldCost);
  870. this.groupBox2.Location = new System.Drawing.Point(526, 127);
  871. this.groupBox2.Name = "groupBox2";
  872. this.groupBox2.Size = new System.Drawing.Size(169, 186);
  873. this.groupBox2.TabIndex = 39;
  874. this.groupBox2.TabStop = false;
  875. this.groupBox2.Text = "模具属性";
  876. //
  877. // txtMouldOutputCount
  878. //
  879. this.txtMouldOutputCount.CanLostFocusOnError = false;
  880. this.txtMouldOutputCount.DataValue = new decimal(new int[] {
  881. 1,
  882. 0,
  883. 0,
  884. 0});
  885. this.txtMouldOutputCount.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  886. this.txtMouldOutputCount.Location = new System.Drawing.Point(62, 47);
  887. this.txtMouldOutputCount.MaxValue = new decimal(new int[] {
  888. 999,
  889. 0,
  890. 0,
  891. 0});
  892. this.txtMouldOutputCount.MinValue = new decimal(new int[] {
  893. 1,
  894. 0,
  895. 0,
  896. 0});
  897. this.txtMouldOutputCount.MustInput = true;
  898. this.txtMouldOutputCount.Name = "txtMouldOutputCount";
  899. this.txtMouldOutputCount.ShowMustInputAlert = false;
  900. this.txtMouldOutputCount.Size = new System.Drawing.Size(100, 21);
  901. this.txtMouldOutputCount.TabIndex = 3;
  902. this.txtMouldOutputCount.TextChanged += new System.EventHandler(this.txtMouldOutputCount_TextChanged);
  903. //
  904. // txtStandardGroutingSum
  905. //
  906. this.txtStandardGroutingSum.DataValue = new decimal(new int[] {
  907. 1,
  908. 0,
  909. 0,
  910. 0});
  911. this.txtStandardGroutingSum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  912. this.txtStandardGroutingSum.Location = new System.Drawing.Point(62, 101);
  913. this.txtStandardGroutingSum.MaxValue = new decimal(new int[] {
  914. 999999,
  915. 0,
  916. 0,
  917. 0});
  918. this.txtStandardGroutingSum.MinValue = new decimal(new int[] {
  919. 1,
  920. 0,
  921. 0,
  922. 0});
  923. this.txtStandardGroutingSum.Name = "txtStandardGroutingSum";
  924. this.txtStandardGroutingSum.ReadOnly = true;
  925. this.txtStandardGroutingSum.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  926. this.txtStandardGroutingSum.ShowMustInputAlert = false;
  927. this.txtStandardGroutingSum.Size = new System.Drawing.Size(100, 21);
  928. this.txtStandardGroutingSum.TabIndex = 5;
  929. //
  930. // c_Label7
  931. //
  932. this.c_Label7.AutoSize = true;
  933. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  934. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  935. this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
  936. this.c_Label7.Location = new System.Drawing.Point(6, 105);
  937. this.c_Label7.Name = "c_Label7";
  938. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  939. this.c_Label7.TabIndex = 4;
  940. this.c_Label7.Text = "标准总数";
  941. //
  942. // txtStandardGroutingNum
  943. //
  944. this.txtStandardGroutingNum.DataValue = new decimal(new int[] {
  945. 1,
  946. 0,
  947. 0,
  948. 0});
  949. this.txtStandardGroutingNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  950. this.txtStandardGroutingNum.Location = new System.Drawing.Point(62, 74);
  951. this.txtStandardGroutingNum.MaxValue = new decimal(new int[] {
  952. 999999,
  953. 0,
  954. 0,
  955. 0});
  956. this.txtStandardGroutingNum.MinValue = new decimal(new int[] {
  957. 1,
  958. 0,
  959. 0,
  960. 0});
  961. this.txtStandardGroutingNum.MustInput = true;
  962. this.txtStandardGroutingNum.Name = "txtStandardGroutingNum";
  963. this.txtStandardGroutingNum.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  964. this.txtStandardGroutingNum.ShowMustInputAlert = false;
  965. this.txtStandardGroutingNum.Size = new System.Drawing.Size(100, 21);
  966. this.txtStandardGroutingNum.TabIndex = 5;
  967. this.txtStandardGroutingNum.TextChanged += new System.EventHandler(this.txtMouldOutputCount_TextChanged);
  968. //
  969. // scbGoodsType
  970. //
  971. this.scbGoodsType.CheckedData = null;
  972. this.scbGoodsType.IsOnlyDisplayEnd = false;
  973. this.scbGoodsType.Location = new System.Drawing.Point(64, 34);
  974. this.scbGoodsType.Name = "scbGoodsType";
  975. this.scbGoodsType.Size = new System.Drawing.Size(100, 21);
  976. this.scbGoodsType.TabIndex = 7;
  977. //
  978. // txtSEATCOVERCODE
  979. //
  980. this.txtSEATCOVERCODE.CanLostFocusOnError = false;
  981. this.txtSEATCOVERCODE.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.None;
  982. this.txtSEATCOVERCODE.Location = new System.Drawing.Point(418, 115);
  983. this.txtSEATCOVERCODE.MaxValue = new decimal(new int[] {
  984. 999,
  985. 0,
  986. 0,
  987. 0});
  988. this.txtSEATCOVERCODE.MinValue = new decimal(new int[] {
  989. 0,
  990. 0,
  991. 0,
  992. 0});
  993. this.txtSEATCOVERCODE.Name = "txtSEATCOVERCODE";
  994. this.txtSEATCOVERCODE.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  995. this.txtSEATCOVERCODE.ShowMustInputAlert = false;
  996. this.txtSEATCOVERCODE.Size = new System.Drawing.Size(100, 21);
  997. this.txtSEATCOVERCODE.TabIndex = 27;
  998. //
  999. // txtReservedDays
  1000. //
  1001. this.txtReservedDays.CanLostFocusOnError = false;
  1002. this.txtReservedDays.DataValue = new decimal(new int[] {
  1003. 0,
  1004. 0,
  1005. 0,
  1006. 0});
  1007. this.txtReservedDays.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1008. this.txtReservedDays.Location = new System.Drawing.Point(607, 89);
  1009. this.txtReservedDays.MaxValue = new decimal(new int[] {
  1010. 999,
  1011. 0,
  1012. 0,
  1013. 0});
  1014. this.txtReservedDays.MinValue = new decimal(new int[] {
  1015. 0,
  1016. 0,
  1017. 0,
  1018. 0});
  1019. this.txtReservedDays.MustInput = true;
  1020. this.txtReservedDays.Name = "txtReservedDays";
  1021. this.txtReservedDays.ShowMustInputAlert = false;
  1022. this.txtReservedDays.Size = new System.Drawing.Size(49, 21);
  1023. this.txtReservedDays.TabIndex = 37;
  1024. //
  1025. // lblLabel10
  1026. //
  1027. this.lblLabel10.Location = new System.Drawing.Point(524, 112);
  1028. this.lblLabel10.Name = "lblLabel10";
  1029. this.lblLabel10.Size = new System.Drawing.Size(113, 12);
  1030. this.lblLabel10.TabIndex = 38;
  1031. this.lblLabel10.Text = "(成型存坯汇总表用)";
  1032. //
  1033. // lblLabel9
  1034. //
  1035. this.lblLabel9.Location = new System.Drawing.Point(524, 92);
  1036. this.lblLabel9.MustInput = true;
  1037. this.lblLabel9.Name = "lblLabel9";
  1038. this.lblLabel9.Size = new System.Drawing.Size(77, 12);
  1039. this.lblLabel9.TabIndex = 36;
  1040. this.lblLabel9.Text = "成型存坯天数";
  1041. //
  1042. // txtUnitPrice
  1043. //
  1044. this.txtUnitPrice.CanLostFocusOnError = false;
  1045. this.txtUnitPrice.DataValue = new decimal(new int[] {
  1046. 0,
  1047. 0,
  1048. 0,
  1049. 0});
  1050. this.txtUnitPrice.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1051. this.txtUnitPrice.Location = new System.Drawing.Point(229, 88);
  1052. this.txtUnitPrice.MaxValue = new decimal(new int[] {
  1053. 1000000,
  1054. 0,
  1055. 0,
  1056. 0});
  1057. this.txtUnitPrice.MinValue = new decimal(new int[] {
  1058. 0,
  1059. 0,
  1060. 0,
  1061. 0});
  1062. this.txtUnitPrice.Name = "txtUnitPrice";
  1063. this.txtUnitPrice.Number = new System.Drawing.Point(6, 6);
  1064. this.txtUnitPrice.ShowMustInputAlert = false;
  1065. this.txtUnitPrice.Size = new System.Drawing.Size(100, 21);
  1066. this.txtUnitPrice.TabIndex = 21;
  1067. //
  1068. // txtPlateLimitNum
  1069. //
  1070. this.txtPlateLimitNum.CanLostFocusOnError = false;
  1071. this.txtPlateLimitNum.DataValue = new decimal(new int[] {
  1072. 0,
  1073. 0,
  1074. 0,
  1075. 0});
  1076. this.txtPlateLimitNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1077. this.txtPlateLimitNum.Location = new System.Drawing.Point(607, 61);
  1078. this.txtPlateLimitNum.MaxValue = new decimal(new int[] {
  1079. 999,
  1080. 0,
  1081. 0,
  1082. 0});
  1083. this.txtPlateLimitNum.MinValue = new decimal(new int[] {
  1084. 0,
  1085. 0,
  1086. 0,
  1087. 0});
  1088. this.txtPlateLimitNum.MustInput = true;
  1089. this.txtPlateLimitNum.Name = "txtPlateLimitNum";
  1090. this.txtPlateLimitNum.ShowMustInputAlert = false;
  1091. this.txtPlateLimitNum.Size = new System.Drawing.Size(49, 21);
  1092. this.txtPlateLimitNum.TabIndex = 35;
  1093. //
  1094. // lblLabel3
  1095. //
  1096. this.lblLabel3.Location = new System.Drawing.Point(524, 65);
  1097. this.lblLabel3.MustInput = true;
  1098. this.lblLabel3.Name = "lblLabel3";
  1099. this.lblLabel3.Size = new System.Drawing.Size(77, 12);
  1100. this.lblLabel3.TabIndex = 34;
  1101. this.lblLabel3.Text = "装板限制数量";
  1102. //
  1103. // txtSPM002
  1104. //
  1105. this.txtSPM002.CanLostFocusOnError = false;
  1106. this.txtSPM002.DataValue = new decimal(new int[] {
  1107. 0,
  1108. 0,
  1109. 0,
  1110. 0});
  1111. this.txtSPM002.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1112. this.txtSPM002.Location = new System.Drawing.Point(607, 35);
  1113. this.txtSPM002.MaxValue = new decimal(new int[] {
  1114. 999,
  1115. 0,
  1116. 0,
  1117. 0});
  1118. this.txtSPM002.MinValue = new decimal(new int[] {
  1119. 0,
  1120. 0,
  1121. 0,
  1122. 0});
  1123. this.txtSPM002.MustInput = true;
  1124. this.txtSPM002.Name = "txtSPM002";
  1125. this.txtSPM002.ShowMustInputAlert = false;
  1126. this.txtSPM002.Size = new System.Drawing.Size(49, 21);
  1127. this.txtSPM002.TabIndex = 33;
  1128. //
  1129. // lblLabel1
  1130. //
  1131. this.lblLabel1.Location = new System.Drawing.Point(524, 11);
  1132. this.lblLabel1.MustInput = true;
  1133. this.lblLabel1.Name = "lblLabel1";
  1134. this.lblLabel1.Size = new System.Drawing.Size(77, 12);
  1135. this.lblLabel1.TabIndex = 30;
  1136. this.lblLabel1.Text = "自动报损天数";
  1137. this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1138. //
  1139. // lblLabel2
  1140. //
  1141. this.lblLabel2.Location = new System.Drawing.Point(524, 38);
  1142. this.lblLabel2.MustInput = true;
  1143. this.lblLabel2.Name = "lblLabel2";
  1144. this.lblLabel2.Size = new System.Drawing.Size(77, 12);
  1145. this.lblLabel2.TabIndex = 32;
  1146. this.lblLabel2.Text = "交坯限制天数";
  1147. this.lblLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1148. //
  1149. // txtSPM001
  1150. //
  1151. this.txtSPM001.CanLostFocusOnError = false;
  1152. this.txtSPM001.DataValue = new decimal(new int[] {
  1153. 0,
  1154. 0,
  1155. 0,
  1156. 0});
  1157. this.txtSPM001.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1158. this.txtSPM001.Location = new System.Drawing.Point(607, 8);
  1159. this.txtSPM001.MaxValue = new decimal(new int[] {
  1160. 999,
  1161. 0,
  1162. 0,
  1163. 0});
  1164. this.txtSPM001.MinValue = new decimal(new int[] {
  1165. 0,
  1166. 0,
  1167. 0,
  1168. 0});
  1169. this.txtSPM001.MustInput = true;
  1170. this.txtSPM001.Name = "txtSPM001";
  1171. this.txtSPM001.ShowMustInputAlert = false;
  1172. this.txtSPM001.Size = new System.Drawing.Size(49, 21);
  1173. this.txtSPM001.TabIndex = 31;
  1174. //
  1175. // tabPage2
  1176. //
  1177. this.tabPage2.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  1178. this.tabPage2.Controls.Add(this.dgvGoodsSap);
  1179. this.tabPage2.Controls.Add(this.panel1);
  1180. this.tabPage2.Controls.Add(this.label1);
  1181. this.tabPage2.Controls.Add(this.groupBox1);
  1182. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  1183. this.tabPage2.Name = "tabPage2";
  1184. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  1185. this.tabPage2.Size = new System.Drawing.Size(761, 319);
  1186. this.tabPage2.TabIndex = 1;
  1187. this.tabPage2.Text = "物料信息";
  1188. //
  1189. // dgvGoodsSap
  1190. //
  1191. this.dgvGoodsSap.AllowUserToAddRows = false;
  1192. this.dgvGoodsSap.AllowUserToDeleteRows = false;
  1193. this.dgvGoodsSap.AllowUserToModifyRows = true;
  1194. this.dgvGoodsSap.AllowUserToOrderColumns = true;
  1195. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  1196. this.dgvGoodsSap.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  1197. this.dgvGoodsSap.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1198. this.dgvGoodsSap.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  1199. this.dgvGoodsSap.CellHeight = 23;
  1200. this.dgvGoodsSap.ChildNodeColumnName = null;
  1201. this.dgvGoodsSap.ChildNodeColumnText = null;
  1202. this.dgvGoodsSap.ColumnDeep = 1;
  1203. this.dgvGoodsSap.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1204. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1205. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  1206. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1207. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  1208. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1209. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1210. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1211. this.dgvGoodsSap.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  1212. this.dgvGoodsSap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1213. this.dgvGoodsSap.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1214. this.LogoID,
  1215. this.logoName,
  1216. this.colmaterialcode,
  1217. this.colmaterialremark,
  1218. this.colWaterLabelCode,
  1219. this.colValueflag});
  1220. this.dgvGoodsSap.ColumnTreeView = null;
  1221. 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)));
  1222. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1223. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  1224. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1225. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  1226. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1227. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1228. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1229. this.dgvGoodsSap.DefaultCellStyle = dataGridViewCellStyle3;
  1230. this.dgvGoodsSap.Dock = System.Windows.Forms.DockStyle.Fill;
  1231. this.dgvGoodsSap.DynamicColumnName = "";
  1232. this.dgvGoodsSap.EnableHeadersVisualStyles = false;
  1233. this.dgvGoodsSap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1234. this.dgvGoodsSap.FormatQuantityColumns = null;
  1235. this.dgvGoodsSap.HorizontalMergeColumn = null;
  1236. this.dgvGoodsSap.IsAutoCountSum = true;
  1237. this.dgvGoodsSap.IsAutoResizeColumns = false;
  1238. this.dgvGoodsSap.IsClickF12 = false;
  1239. this.dgvGoodsSap.IsOpenMergeCellFlag = false;
  1240. this.dgvGoodsSap.IsSubTotalFlag = false;
  1241. this.dgvGoodsSap.IsTopDeep = false;
  1242. this.dgvGoodsSap.Location = new System.Drawing.Point(198, 3);
  1243. this.dgvGoodsSap.MergeColumnNames = null;
  1244. this.dgvGoodsSap.MergeDetailColumnNames = null;
  1245. this.dgvGoodsSap.MergeDetailOnlyColumn = null;
  1246. this.dgvGoodsSap.MergeOnlyColumn = null;
  1247. this.dgvGoodsSap.Name = "dgvGoodsSap";
  1248. this.dgvGoodsSap.ReadOnly = true;
  1249. this.dgvGoodsSap.RefreshAtHscroll = false;
  1250. this.dgvGoodsSap.RowHeadersWidth = 50;
  1251. this.dgvGoodsSap.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  1252. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1253. this.dgvGoodsSap.RowsDefaultCellStyle = dataGridViewCellStyle4;
  1254. this.dgvGoodsSap.RowTemplate.Height = 21;
  1255. this.dgvGoodsSap.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1256. this.dgvGoodsSap.Size = new System.Drawing.Size(560, 227);
  1257. this.dgvGoodsSap.SortOrderColumnName = null;
  1258. this.dgvGoodsSap.TabIndex = 1;
  1259. this.dgvGoodsSap.Tag = "";
  1260. this.dgvGoodsSap.TotalSumColumns = null;
  1261. this.dgvGoodsSap.ViewRowFilter = "";
  1262. this.dgvGoodsSap.VirtualMode = true;
  1263. this.dgvGoodsSap.SelectionChanged += new System.EventHandler(this.dgvGoodsSap_SelectionChanged);
  1264. //
  1265. // LogoID
  1266. //
  1267. this.LogoID.HeaderText = "LogoID";
  1268. this.LogoID.Name = "LogoID";
  1269. this.LogoID.ReadOnly = true;
  1270. this.LogoID.Visible = false;
  1271. //
  1272. // logoName
  1273. //
  1274. this.logoName.DataPropertyName = "logoName";
  1275. this.logoName.HeaderText = "产品商标";
  1276. this.logoName.Name = "logoName";
  1277. this.logoName.ReadOnly = true;
  1278. //
  1279. // colmaterialcode
  1280. //
  1281. this.colmaterialcode.DataPropertyName = "materialcode";
  1282. this.colmaterialcode.HeaderText = "物料编码";
  1283. this.colmaterialcode.Name = "colmaterialcode";
  1284. this.colmaterialcode.ReadOnly = true;
  1285. //
  1286. // colmaterialremark
  1287. //
  1288. this.colmaterialremark.DataPropertyName = "materialremark";
  1289. this.colmaterialremark.HeaderText = "物料描述";
  1290. this.colmaterialremark.Name = "colmaterialremark";
  1291. this.colmaterialremark.ReadOnly = true;
  1292. //
  1293. // colWaterLabelCode
  1294. //
  1295. this.colWaterLabelCode.DataPropertyName = "WaterLabelCode";
  1296. this.colWaterLabelCode.HeaderText = "水效标识";
  1297. this.colWaterLabelCode.Name = "colWaterLabelCode";
  1298. this.colWaterLabelCode.ReadOnly = true;
  1299. //
  1300. // colValueflag
  1301. //
  1302. this.colValueflag.DataPropertyName = "Valueflag";
  1303. this.colValueflag.FalseValue = "0";
  1304. this.colValueflag.HeaderText = "有效标识";
  1305. this.colValueflag.Name = "colValueflag";
  1306. this.colValueflag.ReadOnly = true;
  1307. this.colValueflag.TrueValue = "1";
  1308. //
  1309. // panel1
  1310. //
  1311. this.panel1.Controls.Add(this.scbSAPCode2);
  1312. this.panel1.Controls.Add(this.c_Label6);
  1313. this.panel1.Controls.Add(this.lblLabel12);
  1314. this.panel1.Controls.Add(this.lblLabel11);
  1315. this.panel1.Controls.Add(this.txtSAPRemark);
  1316. this.panel1.Controls.Add(this.txtSAPWaterLabelCode);
  1317. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  1318. this.panel1.Location = new System.Drawing.Point(198, 230);
  1319. this.panel1.Name = "panel1";
  1320. this.panel1.Size = new System.Drawing.Size(560, 86);
  1321. this.panel1.TabIndex = 2;
  1322. //
  1323. // scbSAPCode2
  1324. //
  1325. this.scbSAPCode2.CheckedData = null;
  1326. this.scbSAPCode2.EditReadOnly = false;
  1327. this.scbSAPCode2.Location = new System.Drawing.Point(65, 6);
  1328. this.scbSAPCode2.Name = "scbSAPCode2";
  1329. this.scbSAPCode2.Size = new System.Drawing.Size(125, 21);
  1330. this.scbSAPCode2.TabIndex = 14;
  1331. this.scbSAPCode2.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbSAPCode2_TextValueChanged);
  1332. //
  1333. // c_Label6
  1334. //
  1335. this.c_Label6.AutoSize = true;
  1336. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  1337. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1338. this.c_Label6.ForeColor = System.Drawing.SystemColors.ControlText;
  1339. this.c_Label6.Location = new System.Drawing.Point(196, 10);
  1340. this.c_Label6.Name = "c_Label6";
  1341. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  1342. this.c_Label6.TabIndex = 4;
  1343. this.c_Label6.Text = "水效标识";
  1344. //
  1345. // lblLabel12
  1346. //
  1347. this.lblLabel12.AutoSize = false;
  1348. this.lblLabel12.Location = new System.Drawing.Point(6, 33);
  1349. this.lblLabel12.Name = "lblLabel12";
  1350. this.lblLabel12.Size = new System.Drawing.Size(15, 50);
  1351. this.lblLabel12.TabIndex = 2;
  1352. this.lblLabel12.Text = "物料描述";
  1353. //
  1354. // lblLabel11
  1355. //
  1356. this.lblLabel11.Location = new System.Drawing.Point(6, 10);
  1357. this.lblLabel11.Name = "lblLabel11";
  1358. this.lblLabel11.Size = new System.Drawing.Size(53, 12);
  1359. this.lblLabel11.TabIndex = 0;
  1360. this.lblLabel11.Text = "物料编码";
  1361. //
  1362. // txtSAPRemark
  1363. //
  1364. this.txtSAPRemark.Location = new System.Drawing.Point(27, 33);
  1365. this.txtSAPRemark.MaxLength = 100;
  1366. this.txtSAPRemark.Multiline = true;
  1367. this.txtSAPRemark.Name = "txtSAPRemark";
  1368. this.txtSAPRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  1369. this.txtSAPRemark.Size = new System.Drawing.Size(530, 50);
  1370. this.txtSAPRemark.TabIndex = 3;
  1371. this.txtSAPRemark.TextChanged += new System.EventHandler(this.txtSAPRemark_TextChanged);
  1372. this.txtSAPRemark.Validated += new System.EventHandler(this.txtSAPRemark_Validated);
  1373. //
  1374. // txtSAPWaterLabelCode
  1375. //
  1376. this.txtSAPWaterLabelCode.Location = new System.Drawing.Point(255, 6);
  1377. this.txtSAPWaterLabelCode.MaxLength = 100;
  1378. this.txtSAPWaterLabelCode.Name = "txtSAPWaterLabelCode";
  1379. this.txtSAPWaterLabelCode.Size = new System.Drawing.Size(302, 21);
  1380. this.txtSAPWaterLabelCode.TabIndex = 5;
  1381. this.txtSAPWaterLabelCode.Validated += new System.EventHandler(this.txtSAPWaterLabelCode_Validated);
  1382. //
  1383. // label1
  1384. //
  1385. this.label1.Dock = System.Windows.Forms.DockStyle.Left;
  1386. this.label1.Location = new System.Drawing.Point(195, 3);
  1387. this.label1.Name = "label1";
  1388. this.label1.Size = new System.Drawing.Size(3, 313);
  1389. this.label1.TabIndex = 1;
  1390. //
  1391. // groupBox1
  1392. //
  1393. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  1394. this.groupBox1.Controls.Add(this.scbSAPCode1);
  1395. this.groupBox1.Controls.Add(this.ftcLogo);
  1396. this.groupBox1.Controls.Add(this.lblLabel13);
  1397. this.groupBox1.Controls.Add(this.lblLabel8);
  1398. this.groupBox1.Controls.Add(this.txtCopies);
  1399. this.groupBox1.Controls.Add(this.lblLabel7);
  1400. this.groupBox1.Controls.Add(this.txtPackageNum);
  1401. this.groupBox1.Controls.Add(this.txtMaterialRemark);
  1402. this.groupBox1.Controls.Add(this.lblLabel6);
  1403. this.groupBox1.Controls.Add(this.txtOutletDistance);
  1404. this.groupBox1.Controls.Add(this.lblLabel5);
  1405. this.groupBox1.Controls.Add(this.lblLabel4);
  1406. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  1407. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  1408. this.groupBox1.Name = "groupBox1";
  1409. this.groupBox1.Size = new System.Drawing.Size(192, 313);
  1410. this.groupBox1.TabIndex = 0;
  1411. this.groupBox1.TabStop = false;
  1412. this.groupBox1.Text = "默认信息";
  1413. //
  1414. // scbSAPCode1
  1415. //
  1416. this.scbSAPCode1.CheckedData = null;
  1417. this.scbSAPCode1.EditReadOnly = false;
  1418. this.scbSAPCode1.Location = new System.Drawing.Point(62, 74);
  1419. this.scbSAPCode1.Name = "scbSAPCode1";
  1420. this.scbSAPCode1.Size = new System.Drawing.Size(125, 21);
  1421. this.scbSAPCode1.TabIndex = 13;
  1422. //
  1423. // ftcLogo
  1424. //
  1425. this.ftcLogo.FormattingEnabled = true;
  1426. this.ftcLogo.Location = new System.Drawing.Point(62, 285);
  1427. this.ftcLogo.Name = "ftcLogo";
  1428. this.ftcLogo.ShowMustInputAlert = false;
  1429. this.ftcLogo.Size = new System.Drawing.Size(124, 20);
  1430. this.ftcLogo.TabIndex = 11;
  1431. //
  1432. // lblLabel13
  1433. //
  1434. this.lblLabel13.Location = new System.Drawing.Point(3, 289);
  1435. this.lblLabel13.MustInput = true;
  1436. this.lblLabel13.Name = "lblLabel13";
  1437. this.lblLabel13.Size = new System.Drawing.Size(53, 12);
  1438. this.lblLabel13.TabIndex = 10;
  1439. this.lblLabel13.Text = "注浆商标";
  1440. //
  1441. // lblLabel8
  1442. //
  1443. this.lblLabel8.Location = new System.Drawing.Point(3, 247);
  1444. this.lblLabel8.MustInput = true;
  1445. this.lblLabel8.Name = "lblLabel8";
  1446. this.lblLabel8.Size = new System.Drawing.Size(53, 12);
  1447. this.lblLabel8.TabIndex = 8;
  1448. this.lblLabel8.Text = "打印份数";
  1449. this.lblLabel8.Visible = false;
  1450. //
  1451. // txtCopies
  1452. //
  1453. this.txtCopies.CanLostFocusOnError = false;
  1454. this.txtCopies.DataValue = new decimal(new int[] {
  1455. 0,
  1456. 0,
  1457. 0,
  1458. 0});
  1459. this.txtCopies.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1460. this.txtCopies.Location = new System.Drawing.Point(62, 243);
  1461. this.txtCopies.MaxValue = new decimal(new int[] {
  1462. 99,
  1463. 0,
  1464. 0,
  1465. 0});
  1466. this.txtCopies.MinValue = new decimal(new int[] {
  1467. 0,
  1468. 0,
  1469. 0,
  1470. 0});
  1471. this.txtCopies.MustInput = true;
  1472. this.txtCopies.Name = "txtCopies";
  1473. this.txtCopies.ShowMustInputAlert = false;
  1474. this.txtCopies.Size = new System.Drawing.Size(100, 21);
  1475. this.txtCopies.TabIndex = 9;
  1476. this.txtCopies.Visible = false;
  1477. //
  1478. // lblLabel7
  1479. //
  1480. this.lblLabel7.Location = new System.Drawing.Point(3, 105);
  1481. this.lblLabel7.MustInput = true;
  1482. this.lblLabel7.Name = "lblLabel7";
  1483. this.lblLabel7.Size = new System.Drawing.Size(53, 12);
  1484. this.lblLabel7.TabIndex = 6;
  1485. this.lblLabel7.Text = "物料描述";
  1486. //
  1487. // txtPackageNum
  1488. //
  1489. this.txtPackageNum.Location = new System.Drawing.Point(62, 20);
  1490. this.txtPackageNum.MaxLength = 10;
  1491. this.txtPackageNum.Name = "txtPackageNum";
  1492. this.txtPackageNum.Size = new System.Drawing.Size(124, 21);
  1493. this.txtPackageNum.TabIndex = 1;
  1494. //
  1495. // txtMaterialRemark
  1496. //
  1497. this.txtMaterialRemark.Location = new System.Drawing.Point(5, 128);
  1498. this.txtMaterialRemark.MaxLength = 100;
  1499. this.txtMaterialRemark.Multiline = true;
  1500. this.txtMaterialRemark.Name = "txtMaterialRemark";
  1501. this.txtMaterialRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  1502. this.txtMaterialRemark.Size = new System.Drawing.Size(181, 151);
  1503. this.txtMaterialRemark.TabIndex = 7;
  1504. //
  1505. // lblLabel6
  1506. //
  1507. this.lblLabel6.Location = new System.Drawing.Point(3, 78);
  1508. this.lblLabel6.MustInput = true;
  1509. this.lblLabel6.Name = "lblLabel6";
  1510. this.lblLabel6.Size = new System.Drawing.Size(53, 12);
  1511. this.lblLabel6.TabIndex = 4;
  1512. this.lblLabel6.Text = "物料编码";
  1513. //
  1514. // txtOutletDistance
  1515. //
  1516. this.txtOutletDistance.Location = new System.Drawing.Point(62, 47);
  1517. this.txtOutletDistance.MaxLength = 3;
  1518. this.txtOutletDistance.Name = "txtOutletDistance";
  1519. this.txtOutletDistance.Size = new System.Drawing.Size(124, 21);
  1520. this.txtOutletDistance.TabIndex = 3;
  1521. //
  1522. // lblLabel5
  1523. //
  1524. this.lblLabel5.Location = new System.Drawing.Point(15, 51);
  1525. this.lblLabel5.MustInput = true;
  1526. this.lblLabel5.Name = "lblLabel5";
  1527. this.lblLabel5.Size = new System.Drawing.Size(41, 12);
  1528. this.lblLabel5.TabIndex = 2;
  1529. this.lblLabel5.Text = "出水距";
  1530. //
  1531. // lblLabel4
  1532. //
  1533. this.lblLabel4.Location = new System.Drawing.Point(3, 24);
  1534. this.lblLabel4.MustInput = true;
  1535. this.lblLabel4.Name = "lblLabel4";
  1536. this.lblLabel4.Size = new System.Drawing.Size(53, 12);
  1537. this.lblLabel4.TabIndex = 0;
  1538. this.lblLabel4.Text = "包装数量";
  1539. //
  1540. // txtSAPCode
  1541. //
  1542. this.txtSAPCode.Location = new System.Drawing.Point(236, 376);
  1543. this.txtSAPCode.MaxLength = 20;
  1544. this.txtSAPCode.Name = "txtSAPCode";
  1545. this.txtSAPCode.Size = new System.Drawing.Size(100, 21);
  1546. this.txtSAPCode.TabIndex = 1;
  1547. this.txtSAPCode.Visible = false;
  1548. this.txtSAPCode.Validated += new System.EventHandler(this.txtSAPCode_Validated);
  1549. //
  1550. // txtMaterialCode
  1551. //
  1552. this.txtMaterialCode.Location = new System.Drawing.Point(130, 376);
  1553. this.txtMaterialCode.MaxLength = 20;
  1554. this.txtMaterialCode.Name = "txtMaterialCode";
  1555. this.txtMaterialCode.Size = new System.Drawing.Size(100, 21);
  1556. this.txtMaterialCode.TabIndex = 5;
  1557. this.txtMaterialCode.Visible = false;
  1558. //
  1559. // chkGLT
  1560. //
  1561. this.chkGLT.AutoSize = true;
  1562. this.chkGLT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1563. this.chkGLT.Location = new System.Drawing.Point(284, 354);
  1564. this.chkGLT.Name = "chkGLT";
  1565. this.chkGLT.Size = new System.Drawing.Size(96, 16);
  1566. this.chkGLT.TabIndex = 2;
  1567. this.chkGLT.Text = "高压型号标识";
  1568. this.chkGLT.UseVisualStyleBackColor = true;
  1569. this.chkGLT.Click += new System.EventHandler(this.chkGLT_Click);
  1570. //
  1571. // cbGLTDetail
  1572. //
  1573. this.cbGLTDetail.FormattingEnabled = true;
  1574. this.cbGLTDetail.Location = new System.Drawing.Point(386, 352);
  1575. this.cbGLTDetail.Name = "cbGLTDetail";
  1576. this.cbGLTDetail.Size = new System.Drawing.Size(121, 20);
  1577. this.cbGLTDetail.TabIndex = 6;
  1578. //
  1579. // F_MST_0502
  1580. //
  1581. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1582. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1583. this.CancelButton = this.btnCancel;
  1584. this.ClientSize = new System.Drawing.Size(784, 409);
  1585. this.Controls.Add(this.cbGLTDetail);
  1586. this.Controls.Add(this.btnCancel);
  1587. this.Controls.Add(this.txtSAPCode);
  1588. this.Controls.Add(this.btnSave);
  1589. this.Controls.Add(this.tabControl1);
  1590. this.Controls.Add(this.chkScrapSumFlag);
  1591. this.Controls.Add(this.chkGLT);
  1592. this.Controls.Add(this.cbValueFlag);
  1593. this.Controls.Add(this.cbCeaseFlag);
  1594. this.Controls.Add(this.txtMaterialCode);
  1595. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1596. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1597. this.IsSaveFormSize = false;
  1598. this.MaximizeBox = false;
  1599. this.MinimizeBox = false;
  1600. this.Name = "F_MST_0502";
  1601. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1602. this.StatusSizingGrip = false;
  1603. this.Text = "新建商品档案";
  1604. this.Load += new System.EventHandler(this.F_MST_0702_Load);
  1605. this.Controls.SetChildIndex(this.txtMaterialCode, 0);
  1606. this.Controls.SetChildIndex(this.cbCeaseFlag, 0);
  1607. this.Controls.SetChildIndex(this.cbValueFlag, 0);
  1608. this.Controls.SetChildIndex(this.chkGLT, 0);
  1609. this.Controls.SetChildIndex(this.chkScrapSumFlag, 0);
  1610. this.Controls.SetChildIndex(this.tabControl1, 0);
  1611. this.Controls.SetChildIndex(this.btnSave, 0);
  1612. this.Controls.SetChildIndex(this.txtSAPCode, 0);
  1613. this.Controls.SetChildIndex(this.btnCancel, 0);
  1614. this.Controls.SetChildIndex(this.cbGLTDetail, 0);
  1615. this.tabControl1.ResumeLayout(false);
  1616. this.tabPage1.ResumeLayout(false);
  1617. this.tabPage1.PerformLayout();
  1618. this.groupBox2.ResumeLayout(false);
  1619. this.groupBox2.PerformLayout();
  1620. this.tabPage2.ResumeLayout(false);
  1621. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).EndInit();
  1622. this.panel1.ResumeLayout(false);
  1623. this.panel1.PerformLayout();
  1624. this.groupBox1.ResumeLayout(false);
  1625. this.groupBox1.PerformLayout();
  1626. this.ResumeLayout(false);
  1627. this.PerformLayout();
  1628. }
  1629. #endregion
  1630. private Basics.BaseControls.C_Label lblGoodsCode;
  1631. private Basics.BaseControls.C_Label lblGoodsName;
  1632. private Basics.BaseControls.C_Label lblGoodsSpecification;
  1633. private Basics.BaseControls.C_Label lblGoodsModel;
  1634. private Basics.BaseControls.C_Label lblGlazeTypeID;
  1635. private Basics.BaseControls.C_Label lblMudWeight;
  1636. private Basics.BaseControls.C_Label lblGlazeWeight;
  1637. private Basics.BaseControls.C_Label lblProductionCycle;
  1638. private Basics.BaseControls.C_Label lblRemarks;
  1639. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1640. private Basics.BaseControls.C_TextBox txtGoodsName;
  1641. private Basics.BaseControls.C_TextBox txtGoodsSpecification;
  1642. private Basics.BaseControls.C_TextBox txtGoodsModel;
  1643. private Basics.BaseControls.C_TXT_Digital txtMudWeight;
  1644. private Basics.BaseControls.C_TXT_Digital txtGlazeWeight;
  1645. private Basics.BaseControls.C_TXT_Digital txtProductionCycle;
  1646. private Basics.BaseControls.C_CheckBox cbCeaseFlag;
  1647. private Basics.BaseControls.C_CheckBox cbValueFlag;
  1648. private Basics.BaseControls.C_TextBox txtRemarks;
  1649. private Basics.BaseControls.C_Button btnSave;
  1650. private Basics.BaseControls.C_Button btnCancel;
  1651. private System.Windows.Forms.OpenFileDialog odlgFile;
  1652. private Basics.BaseControls.C_Label lblPhoto;
  1653. private System.Windows.Forms.ImageList ilPic;
  1654. private System.Windows.Forms.ListView lvPic;
  1655. private Basics.BaseControls.C_Label lblLusterwareWeight;
  1656. private Basics.BaseControls.C_TXT_Digital txtLusterwareWeight;
  1657. private Basics.BaseControls.C_Button btnDelete;
  1658. private Basics.BaseControls.C_Button btnUpload;
  1659. private Basics.BaseControls.C_DateTimePicker dtpStartingDate;
  1660. private Basics.BaseControls.C_Label c_Label1;
  1661. private WinForm.Controls.TxtNumerical txtSPM002;
  1662. private WinForm.Controls.LblLabel lblLabel2;
  1663. private WinForm.Controls.TxtNumerical txtSPM001;
  1664. private WinForm.Controls.LblLabel lblLabel1;
  1665. private WinForm.Controls.LblLabel lblLabel3;
  1666. private WinForm.Controls.TxtNumerical txtPlateLimitNum;
  1667. private Basics.BaseControls.C_Label c_Label2;
  1668. private WinForm.Controls.TxtNumerical txtUnitPrice;
  1669. private Basics.BaseControls.C_TXT_Digital txtMouldWeight;
  1670. private Basics.BaseControls.C_Label c_Label3;
  1671. private Basics.BaseControls.C_Label c_Label4;
  1672. private Basics.BaseControls.C_TXT_Digital txtMouldCost;
  1673. private Basics.BaseControls.C_CheckBox chkScrapSumFlag;
  1674. private WinForm.Controls.TxtNumerical txtReservedDays;
  1675. private WinForm.Controls.LblLabel lblLabel9;
  1676. private Basics.BaseControls.C_Label lblGoodsType;
  1677. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1678. private Basics.BaseControls.C_Label lblMouldMaterialCode;
  1679. private Basics.BaseControls.C_Label lblWaterLabelCode;
  1680. private Basics.BaseControls.C_Label lblMouldOutputCount;
  1681. private Basics.BaseControls.C_Label lblStandardGroutingNum;
  1682. private WinForm.Controls.TxtNumerical txtMouldOutputCount;
  1683. private Basics.BaseControls.C_TextBox txtWaterLabelCode;
  1684. private Basics.BaseControls.C_TextBox txtMouldMaterialCode;
  1685. private WinForm.Controls.TxtNumerical txtStandardGroutingNum;
  1686. private WinForm.Controls.TxtNumerical txtSEATCOVERCODE;
  1687. private Basics.BaseControls.C_Label c_Label5;
  1688. private System.Windows.Forms.TabControl tabControl1;
  1689. private System.Windows.Forms.TabPage tabPage1;
  1690. private System.Windows.Forms.TabPage tabPage2;
  1691. private System.Windows.Forms.GroupBox groupBox1;
  1692. private WinForm.Controls.LblLabel lblLabel8;
  1693. private WinForm.Controls.LblLabel lblLabel7;
  1694. private WinForm.Controls.TxtTextBox txtPackageNum;
  1695. private WinForm.Controls.TxtTextBox txtMaterialRemark;
  1696. private WinForm.Controls.LblLabel lblLabel6;
  1697. private WinForm.Controls.TxtNumerical txtCopies;
  1698. private WinForm.Controls.TxtCodeNo txtMaterialCode;
  1699. private WinForm.Controls.TxtCodeNo txtOutletDistance;
  1700. private WinForm.Controls.LblLabel lblLabel5;
  1701. private WinForm.Controls.LblLabel lblLabel4;
  1702. private System.Windows.Forms.GroupBox groupBox2;
  1703. private WinForm.Controls.LblLabel lblLabel10;
  1704. private Basics.BaseControls.C_DataGridView dgvGoodsSap;
  1705. private System.Windows.Forms.Label label1;
  1706. private System.Windows.Forms.Panel panel1;
  1707. private WinForm.Controls.TxtCodeNo txtSAPCode;
  1708. private WinForm.Controls.LblLabel lblLabel12;
  1709. private WinForm.Controls.LblLabel lblLabel11;
  1710. private WinForm.Controls.TxtTextBox txtSAPRemark;
  1711. private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
  1712. private WinForm.Controls.LblLabel lblLabel13;
  1713. private WinForm.Controls.FtcFilterComboBox ftcLogo;
  1714. private Basics.BaseControls.C_Label c_Label6;
  1715. private WinForm.Controls.TxtTextBox txtSAPWaterLabelCode;
  1716. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  1717. private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
  1718. private System.Windows.Forms.DataGridViewTextBoxColumn colmaterialcode;
  1719. private System.Windows.Forms.DataGridViewTextBoxColumn colmaterialremark;
  1720. private System.Windows.Forms.DataGridViewTextBoxColumn colWaterLabelCode;
  1721. private System.Windows.Forms.DataGridViewCheckBoxColumn colValueflag;
  1722. private WinForm.Controls.TxtNumerical txtStandardGroutingSum;
  1723. private Basics.BaseControls.C_Label c_Label7;
  1724. private Basics.BaseControls.C_CheckBox chkGLT;
  1725. private Controls.SearchBox.ScbSAPCode scbSAPCode2;
  1726. private Controls.SearchBox.ScbSAPCode scbSAPCode1;
  1727. private System.Windows.Forms.ComboBox cbGLTDetail;
  1728. }
  1729. }