F_MST_0502.Designer.cs 82 KB

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