F_PC_0103_1.Designer.cs 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0103_1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0103_1));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.btnAddMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnDeleteSelected = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  51. this.scbUser1 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
  52. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
  55. this.chkEnable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  56. this.tabControl1 = new System.Windows.Forms.TabControl();
  57. this.tabPage1 = new System.Windows.Forms.TabPage();
  58. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  59. this.UserID_NO = new System.Windows.Forms.DataGridViewComboBoxColumn();
  60. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.StaffNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Remarks1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.tabPage2 = new System.Windows.Forms.TabPage();
  66. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  67. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.MOULDSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GROUTINGCOUNT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  76. this.StandardGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  77. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.NewFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.lblGStatus = new System.Windows.Forms.Label();
  80. this.panel1 = new System.Windows.Forms.Panel();
  81. this.pnlAuto = new System.Windows.Forms.Panel();
  82. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  83. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  84. this.lblstart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  85. this.txtBeginNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  86. this.lblCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  87. this.txtStandardGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  88. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  89. this.txtCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  90. this.pnlBinding = new System.Windows.Forms.Panel();
  91. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  92. this.btnAddMouldBarcode = new Dongke.WinForm.Controls.BtnButton();
  93. this.txtBarcode = new Dongke.WinForm.Controls.TxtCode();
  94. this.txtGMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  95. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  96. this.rabBinding = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  97. this.rabAuto = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  98. this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  99. this.HighPressureFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  100. this.c_GroupBox1.SuspendLayout();
  101. this.tabControl1.SuspendLayout();
  102. this.tabPage1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  104. this.tabPage2.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  106. this.panel1.SuspendLayout();
  107. this.pnlAuto.SuspendLayout();
  108. this.pnlBinding.SuspendLayout();
  109. this.SuspendLayout();
  110. //
  111. // lblGroutingLineCode
  112. //
  113. this.lblGroutingLineCode.AutoSize = true;
  114. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  115. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.lblGroutingLineCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  117. this.lblGroutingLineCode.IsMustInput = true;
  118. this.lblGroutingLineCode.Location = new System.Drawing.Point(8, 30);
  119. this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  120. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  121. this.lblGroutingLineCode.Size = new System.Drawing.Size(37, 15);
  122. this.lblGroutingLineCode.TabIndex = 6;
  123. this.lblGroutingLineCode.Text = "编码";
  124. //
  125. // txtGroutingLineCode
  126. //
  127. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control;
  128. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  129. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  130. this.txtGroutingLineCode.ErrorMessage = "必须输入项目";
  131. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.txtGroutingLineCode.HasError = true;
  133. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  134. this.txtGroutingLineCode.IsMustInput = true;
  135. this.txtGroutingLineCode.Location = new System.Drawing.Point(55, 25);
  136. this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  137. this.txtGroutingLineCode.MaxLength = 30;
  138. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  139. this.txtGroutingLineCode.ReadOnly = true;
  140. this.txtGroutingLineCode.Size = new System.Drawing.Size(132, 25);
  141. this.txtGroutingLineCode.TabIndex = 7;
  142. //
  143. // lblGroutingLineName
  144. //
  145. this.lblGroutingLineName.AutoSize = true;
  146. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  147. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblGroutingLineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  149. this.lblGroutingLineName.IsMustInput = true;
  150. this.lblGroutingLineName.Location = new System.Drawing.Point(196, 30);
  151. this.lblGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  152. this.lblGroutingLineName.Name = "lblGroutingLineName";
  153. this.lblGroutingLineName.Size = new System.Drawing.Size(37, 15);
  154. this.lblGroutingLineName.TabIndex = 8;
  155. this.lblGroutingLineName.Text = "名称";
  156. //
  157. // txtGroutingLineName
  158. //
  159. this.txtGroutingLineName.BackColor = System.Drawing.Color.Yellow;
  160. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  161. this.txtGroutingLineName.ErrorMessage = "必须输入项目";
  162. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.txtGroutingLineName.HasError = true;
  164. this.txtGroutingLineName.IsMustInput = true;
  165. this.txtGroutingLineName.Location = new System.Drawing.Point(243, 25);
  166. this.txtGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  167. this.txtGroutingLineName.MaxLength = 50;
  168. this.txtGroutingLineName.Name = "txtGroutingLineName";
  169. this.txtGroutingLineName.Size = new System.Drawing.Size(132, 25);
  170. this.txtGroutingLineName.TabIndex = 9;
  171. //
  172. // lblRemarks
  173. //
  174. this.lblRemarks.AutoSize = true;
  175. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  176. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  178. this.lblRemarks.Location = new System.Drawing.Point(8, 64);
  179. this.lblRemarks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.lblRemarks.Name = "lblRemarks";
  181. this.lblRemarks.Size = new System.Drawing.Size(37, 15);
  182. this.lblRemarks.TabIndex = 11;
  183. this.lblRemarks.Text = "备注";
  184. //
  185. // txtRemarks
  186. //
  187. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  188. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  189. this.txtRemarks.ErrorMessage = "";
  190. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.txtRemarks.Location = new System.Drawing.Point(55, 59);
  192. this.txtRemarks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  193. this.txtRemarks.MaxLength = 500;
  194. this.txtRemarks.Name = "txtRemarks";
  195. this.txtRemarks.Size = new System.Drawing.Size(723, 25);
  196. this.txtRemarks.TabIndex = 12;
  197. //
  198. // btnAddMould
  199. //
  200. this.btnAddMould.BackColor = System.Drawing.Color.Transparent;
  201. this.btnAddMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddMould.BackgroundImage")));
  202. this.btnAddMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.btnAddMould.ForeColor = System.Drawing.Color.White;
  204. this.btnAddMould.Location = new System.Drawing.Point(700, 0);
  205. this.btnAddMould.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  206. this.btnAddMould.Name = "btnAddMould";
  207. this.btnAddMould.Size = new System.Drawing.Size(113, 38);
  208. this.btnAddMould.TabIndex = 5;
  209. this.btnAddMould.Text = "添加模具(&A)";
  210. this.btnAddMould.UseVisualStyleBackColor = false;
  211. this.btnAddMould.Click += new System.EventHandler(this.btnAddMould_Click);
  212. //
  213. // btnSave
  214. //
  215. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  217. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  218. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.btnSave.ForeColor = System.Drawing.Color.White;
  220. this.btnSave.Location = new System.Drawing.Point(745, 571);
  221. this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  222. this.btnSave.Name = "btnSave";
  223. this.btnSave.Size = new System.Drawing.Size(113, 38);
  224. this.btnSave.TabIndex = 15;
  225. this.btnSave.Text = "保存(&S)";
  226. this.btnSave.UseVisualStyleBackColor = false;
  227. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  228. //
  229. // btnCancel
  230. //
  231. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  232. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  233. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  234. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  235. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.btnCancel.ForeColor = System.Drawing.Color.White;
  237. this.btnCancel.Location = new System.Drawing.Point(863, 571);
  238. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  239. this.btnCancel.Name = "btnCancel";
  240. this.btnCancel.Size = new System.Drawing.Size(113, 38);
  241. this.btnCancel.TabIndex = 16;
  242. this.btnCancel.Text = "关闭";
  243. this.btnCancel.UseVisualStyleBackColor = false;
  244. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  245. //
  246. // btnDeleteSelected
  247. //
  248. this.btnDeleteSelected.BackColor = System.Drawing.Color.Transparent;
  249. this.btnDeleteSelected.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteSelected.BackgroundImage")));
  250. this.btnDeleteSelected.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.btnDeleteSelected.ForeColor = System.Drawing.Color.White;
  252. this.btnDeleteSelected.Location = new System.Drawing.Point(683, 39);
  253. this.btnDeleteSelected.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  254. this.btnDeleteSelected.Name = "btnDeleteSelected";
  255. this.btnDeleteSelected.Size = new System.Drawing.Size(113, 38);
  256. this.btnDeleteSelected.TabIndex = 6;
  257. this.btnDeleteSelected.Text = "删除新建(&D)";
  258. this.btnDeleteSelected.UseVisualStyleBackColor = false;
  259. this.btnDeleteSelected.Click += new System.EventHandler(this.btnDeleteSelected_Click);
  260. //
  261. // c_GroupBox1
  262. //
  263. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  264. | System.Windows.Forms.AnchorStyles.Right)));
  265. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  266. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  267. this.c_GroupBox1.CanExpand = false;
  268. this.c_GroupBox1.Controls.Add(this.HighPressureFlag);
  269. this.c_GroupBox1.Controls.Add(this.scbUser1);
  270. this.c_GroupBox1.Controls.Add(this.c_Label3);
  271. this.c_GroupBox1.Controls.Add(this.lblGMouldType);
  272. this.c_GroupBox1.Controls.Add(this.scbGMouldType);
  273. this.c_GroupBox1.Controls.Add(this.lblGroutingLineCode);
  274. this.c_GroupBox1.Controls.Add(this.chkEnable);
  275. this.c_GroupBox1.Controls.Add(this.txtGroutingLineCode);
  276. this.c_GroupBox1.Controls.Add(this.lblGroutingLineName);
  277. this.c_GroupBox1.Controls.Add(this.txtGroutingLineName);
  278. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  279. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  280. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  282. this.c_GroupBox1.IsMustInput = false;
  283. this.c_GroupBox1.Location = new System.Drawing.Point(16, 15);
  284. this.c_GroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  285. this.c_GroupBox1.Name = "c_GroupBox1";
  286. this.c_GroupBox1.OpeningMark = "";
  287. this.c_GroupBox1.OriginalHeight = -1;
  288. this.c_GroupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  289. this.c_GroupBox1.Size = new System.Drawing.Size(960, 94);
  290. this.c_GroupBox1.TabIndex = 0;
  291. this.c_GroupBox1.TabStop = false;
  292. this.c_GroupBox1.Text = "成型线信息 ";
  293. //
  294. // scbUser1
  295. //
  296. this.scbUser1.CheckedData = null;
  297. this.scbUser1.IsWorker = false;
  298. this.scbUser1.Location = new System.Drawing.Point(645, 25);
  299. this.scbUser1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  300. this.scbUser1.Name = "scbUser1";
  301. this.scbUser1.ShowBorderColor = false;
  302. this.scbUser1.ShowMustInputAlert = false;
  303. this.scbUser1.Size = new System.Drawing.Size(133, 26);
  304. this.scbUser1.TabIndex = 23;
  305. //
  306. // c_Label3
  307. //
  308. this.c_Label3.AutoSize = true;
  309. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  310. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  312. this.c_Label3.Location = new System.Drawing.Point(599, 30);
  313. this.c_Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  314. this.c_Label3.Name = "c_Label3";
  315. this.c_Label3.Size = new System.Drawing.Size(37, 15);
  316. this.c_Label3.TabIndex = 22;
  317. this.c_Label3.Text = "班长";
  318. //
  319. // lblGMouldType
  320. //
  321. this.lblGMouldType.AutoSize = true;
  322. this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
  323. this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.lblGMouldType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  325. this.lblGMouldType.IsMustInput = true;
  326. this.lblGMouldType.Location = new System.Drawing.Point(384, 30);
  327. this.lblGMouldType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  328. this.lblGMouldType.Name = "lblGMouldType";
  329. this.lblGMouldType.Size = new System.Drawing.Size(37, 15);
  330. this.lblGMouldType.TabIndex = 21;
  331. this.lblGMouldType.Text = "类型";
  332. //
  333. // scbGMouldType
  334. //
  335. this.scbGMouldType.CheckedData = null;
  336. this.scbGMouldType.Location = new System.Drawing.Point(431, 25);
  337. this.scbGMouldType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  338. this.scbGMouldType.Name = "scbGMouldType";
  339. this.scbGMouldType.Size = new System.Drawing.Size(160, 26);
  340. this.scbGMouldType.TabIndex = 20;
  341. //
  342. // chkEnable
  343. //
  344. this.chkEnable.AutoSize = true;
  345. this.chkEnable.Checked = true;
  346. this.chkEnable.CheckState = System.Windows.Forms.CheckState.Checked;
  347. this.chkEnable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.chkEnable.Location = new System.Drawing.Point(787, 28);
  349. this.chkEnable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  350. this.chkEnable.Name = "chkEnable";
  351. this.chkEnable.Size = new System.Drawing.Size(59, 19);
  352. this.chkEnable.TabIndex = 2;
  353. this.chkEnable.Text = "有效";
  354. this.chkEnable.UseVisualStyleBackColor = true;
  355. //
  356. // tabControl1
  357. //
  358. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  359. | System.Windows.Forms.AnchorStyles.Left)
  360. | System.Windows.Forms.AnchorStyles.Right)));
  361. this.tabControl1.Controls.Add(this.tabPage1);
  362. this.tabControl1.Controls.Add(this.tabPage2);
  363. this.tabControl1.Location = new System.Drawing.Point(16, 116);
  364. this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  365. this.tabControl1.Name = "tabControl1";
  366. this.tabControl1.SelectedIndex = 0;
  367. this.tabControl1.Size = new System.Drawing.Size(960, 448);
  368. this.tabControl1.TabIndex = 1;
  369. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  370. //
  371. // tabPage1
  372. //
  373. this.tabPage1.Controls.Add(this.dgvUser);
  374. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  375. this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  376. this.tabPage1.Name = "tabPage1";
  377. this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  378. this.tabPage1.Size = new System.Drawing.Size(952, 419);
  379. this.tabPage1.TabIndex = 0;
  380. this.tabPage1.Text = "成型工号";
  381. this.tabPage1.UseVisualStyleBackColor = true;
  382. //
  383. // dgvUser
  384. //
  385. this.dgvUser.AllowUserToModifyRows = true;
  386. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  387. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  388. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  389. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  390. this.dgvUser.CellHeight = 23;
  391. this.dgvUser.ChildNodeColumnName = null;
  392. this.dgvUser.ChildNodeColumnText = null;
  393. this.dgvUser.ColumnDeep = 1;
  394. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  395. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  396. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  397. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  399. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  400. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  401. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  402. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  403. this.dgvUser.ColumnHeadersHeight = 29;
  404. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  405. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  406. this.UserID_NO,
  407. this.UserID,
  408. this.UserCode,
  409. this.UserName,
  410. this.StaffNames,
  411. this.Remarks1});
  412. this.dgvUser.ColumnTreeView = null;
  413. this.dgvUser.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)));
  414. this.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.dgvUser.DynamicColumnName = "";
  416. this.dgvUser.EnableHeadersVisualStyles = false;
  417. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.dgvUser.FormatQuantityColumns = null;
  419. this.dgvUser.HorizontalMergeColumn = null;
  420. this.dgvUser.IsAutoCountSum = true;
  421. this.dgvUser.IsAutoResizeColumns = false;
  422. this.dgvUser.IsClickF12 = false;
  423. this.dgvUser.IsOpenMergeCellFlag = false;
  424. this.dgvUser.IsSubTotalFlag = false;
  425. this.dgvUser.IsTopDeep = false;
  426. this.dgvUser.Location = new System.Drawing.Point(4, 4);
  427. this.dgvUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  428. this.dgvUser.MergeColumnNames = null;
  429. this.dgvUser.MergeDetailColumnNames = null;
  430. this.dgvUser.MergeDetailOnlyColumn = null;
  431. this.dgvUser.MergeOnlyColumn = null;
  432. this.dgvUser.Name = "dgvUser";
  433. this.dgvUser.RefreshAtHscroll = false;
  434. this.dgvUser.RowHeadersWidth = 50;
  435. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  436. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  437. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle3;
  438. this.dgvUser.RowTemplate.Height = 21;
  439. this.dgvUser.Size = new System.Drawing.Size(944, 411);
  440. this.dgvUser.SortOrderColumnName = null;
  441. this.dgvUser.TabIndex = 0;
  442. this.dgvUser.Tag = true;
  443. this.dgvUser.TotalSumColumns = null;
  444. this.dgvUser.ViewRowFilter = "";
  445. this.dgvUser.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvUser_CellBeginEdit);
  446. this.dgvUser.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUser_CellValueChanged);
  447. this.dgvUser.Sorted += new System.EventHandler(this.dgvUser_Sorted);
  448. //
  449. // UserID_NO
  450. //
  451. this.UserID_NO.FillWeight = 200F;
  452. this.UserID_NO.HeaderText = "工号";
  453. this.UserID_NO.MinimumWidth = 6;
  454. this.UserID_NO.Name = "UserID_NO";
  455. this.UserID_NO.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  456. this.UserID_NO.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  457. this.UserID_NO.Visible = false;
  458. this.UserID_NO.Width = 200;
  459. //
  460. // UserID
  461. //
  462. this.UserID.DataPropertyName = "UserID";
  463. this.UserID.HeaderText = "UserID";
  464. this.UserID.MinimumWidth = 6;
  465. this.UserID.Name = "UserID";
  466. this.UserID.ReadOnly = true;
  467. this.UserID.Visible = false;
  468. this.UserID.Width = 125;
  469. //
  470. // UserCode
  471. //
  472. this.UserCode.DataPropertyName = "UserCode";
  473. this.UserCode.HeaderText = "工号";
  474. this.UserCode.MinimumWidth = 6;
  475. this.UserCode.Name = "UserCode";
  476. this.UserCode.Width = 125;
  477. //
  478. // UserName
  479. //
  480. this.UserName.DataPropertyName = "UserName";
  481. this.UserName.HeaderText = "工号名称";
  482. this.UserName.MinimumWidth = 6;
  483. this.UserName.Name = "UserName";
  484. this.UserName.ReadOnly = true;
  485. this.UserName.Width = 125;
  486. //
  487. // StaffNames
  488. //
  489. this.StaffNames.DataPropertyName = "StaffNames";
  490. this.StaffNames.HeaderText = "关联员工";
  491. this.StaffNames.MinimumWidth = 6;
  492. this.StaffNames.Name = "StaffNames";
  493. this.StaffNames.ReadOnly = true;
  494. this.StaffNames.Width = 125;
  495. //
  496. // Remarks1
  497. //
  498. this.Remarks1.DataPropertyName = "REMARK";
  499. this.Remarks1.HeaderText = "备注";
  500. this.Remarks1.MinimumWidth = 6;
  501. this.Remarks1.Name = "Remarks1";
  502. this.Remarks1.Width = 200;
  503. //
  504. // tabPage2
  505. //
  506. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  507. this.tabPage2.Controls.Add(this.dgvDetail);
  508. this.tabPage2.Controls.Add(this.lblGStatus);
  509. this.tabPage2.Controls.Add(this.panel1);
  510. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  511. this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  512. this.tabPage2.Name = "tabPage2";
  513. this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  514. this.tabPage2.Size = new System.Drawing.Size(952, 419);
  515. this.tabPage2.TabIndex = 1;
  516. this.tabPage2.Text = "模具产品";
  517. //
  518. // dgvDetail
  519. //
  520. this.dgvDetail.AllowUserToAddRows = false;
  521. this.dgvDetail.AllowUserToDeleteRows = false;
  522. this.dgvDetail.AllowUserToModifyRows = true;
  523. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  524. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  525. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  526. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.HighlightText;
  527. this.dgvDetail.CellHeight = 23;
  528. this.dgvDetail.ChildNodeColumnName = null;
  529. this.dgvDetail.ChildNodeColumnText = null;
  530. this.dgvDetail.ColumnDeep = 1;
  531. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  532. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  533. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  534. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  536. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  537. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  538. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  539. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  540. this.dgvDetail.ColumnHeadersHeight = 29;
  541. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  542. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  543. this.GroutingMouldCode,
  544. this.MouldID,
  545. this.MouldCode,
  546. this.MouldBarcode,
  547. this.GoodsName,
  548. this.GoodsCode,
  549. this.GoodsSpecification,
  550. this.MOULDSTATUS,
  551. this.GROUTINGCOUNT,
  552. this.StandardGroutingCount,
  553. this.Remarks,
  554. this.NewFlag});
  555. this.dgvDetail.ColumnTreeView = null;
  556. this.dgvDetail.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)));
  557. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  558. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
  559. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
  561. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  562. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  563. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  564. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle10;
  565. this.dgvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.dgvDetail.DynamicColumnName = "";
  567. this.dgvDetail.EnableHeadersVisualStyles = false;
  568. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.dgvDetail.FormatQuantityColumns = null;
  570. this.dgvDetail.HorizontalMergeColumn = null;
  571. this.dgvDetail.IsAutoCountSum = true;
  572. this.dgvDetail.IsAutoResizeColumns = false;
  573. this.dgvDetail.IsClickF12 = false;
  574. this.dgvDetail.IsOpenMergeCellFlag = false;
  575. this.dgvDetail.IsSubTotalFlag = false;
  576. this.dgvDetail.IsTopDeep = false;
  577. this.dgvDetail.Location = new System.Drawing.Point(4, 100);
  578. this.dgvDetail.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  579. this.dgvDetail.MergeColumnNames = null;
  580. this.dgvDetail.MergeDetailColumnNames = null;
  581. this.dgvDetail.MergeDetailOnlyColumn = null;
  582. this.dgvDetail.MergeOnlyColumn = null;
  583. this.dgvDetail.Name = "dgvDetail";
  584. this.dgvDetail.RefreshAtHscroll = false;
  585. this.dgvDetail.RowHeadersWidth = 50;
  586. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  587. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  588. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle11;
  589. this.dgvDetail.RowTemplate.Height = 21;
  590. this.dgvDetail.Size = new System.Drawing.Size(944, 315);
  591. this.dgvDetail.SortOrderColumnName = null;
  592. this.dgvDetail.TabIndex = 7;
  593. this.dgvDetail.Tag = true;
  594. this.dgvDetail.TotalSumColumns = null;
  595. this.dgvDetail.ViewRowFilter = "";
  596. this.dgvDetail.VirtualMode = true;
  597. this.dgvDetail.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvDetail1_RowPrePaint);
  598. //
  599. // GroutingMouldCode
  600. //
  601. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  602. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  603. this.GroutingMouldCode.DefaultCellStyle = dataGridViewCellStyle6;
  604. this.GroutingMouldCode.HeaderText = "模具编号";
  605. this.GroutingMouldCode.MinimumWidth = 6;
  606. this.GroutingMouldCode.Name = "GroutingMouldCode";
  607. this.GroutingMouldCode.ReadOnly = true;
  608. this.GroutingMouldCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  609. this.GroutingMouldCode.Width = 120;
  610. //
  611. // MouldID
  612. //
  613. this.MouldID.DataPropertyName = "MouldID";
  614. this.MouldID.HeaderText = "MouldID";
  615. this.MouldID.MinimumWidth = 6;
  616. this.MouldID.Name = "MouldID";
  617. this.MouldID.Visible = false;
  618. this.MouldID.Width = 125;
  619. //
  620. // MouldCode
  621. //
  622. this.MouldCode.DataPropertyName = "MouldCode";
  623. this.MouldCode.HeaderText = "MouldCode";
  624. this.MouldCode.MinimumWidth = 6;
  625. this.MouldCode.Name = "MouldCode";
  626. this.MouldCode.Visible = false;
  627. this.MouldCode.Width = 125;
  628. //
  629. // MouldBarcode
  630. //
  631. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  632. this.MouldBarcode.HeaderText = "模具条码";
  633. this.MouldBarcode.MinimumWidth = 6;
  634. this.MouldBarcode.Name = "MouldBarcode";
  635. this.MouldBarcode.ReadOnly = true;
  636. this.MouldBarcode.Width = 125;
  637. //
  638. // GoodsName
  639. //
  640. this.GoodsName.DataPropertyName = "GoodsName";
  641. this.GoodsName.HeaderText = "产品名称";
  642. this.GoodsName.MinimumWidth = 6;
  643. this.GoodsName.Name = "GoodsName";
  644. this.GoodsName.ReadOnly = true;
  645. this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  646. this.GoodsName.Visible = false;
  647. this.GoodsName.Width = 125;
  648. //
  649. // GoodsCode
  650. //
  651. this.GoodsCode.DataPropertyName = "GoodsCode";
  652. this.GoodsCode.HeaderText = "产品编码";
  653. this.GoodsCode.MinimumWidth = 6;
  654. this.GoodsCode.Name = "GoodsCode";
  655. this.GoodsCode.ReadOnly = true;
  656. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  657. this.GoodsCode.Width = 125;
  658. //
  659. // GoodsSpecification
  660. //
  661. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  662. this.GoodsSpecification.HeaderText = "产品规格";
  663. this.GoodsSpecification.MinimumWidth = 6;
  664. this.GoodsSpecification.Name = "GoodsSpecification";
  665. this.GoodsSpecification.ReadOnly = true;
  666. this.GoodsSpecification.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  667. this.GoodsSpecification.Width = 125;
  668. //
  669. // MOULDSTATUS
  670. //
  671. this.MOULDSTATUS.DataPropertyName = "GMOULDSTATUSNAME";
  672. this.MOULDSTATUS.HeaderText = "模具状态";
  673. this.MOULDSTATUS.MinimumWidth = 6;
  674. this.MOULDSTATUS.Name = "MOULDSTATUS";
  675. this.MOULDSTATUS.ReadOnly = true;
  676. this.MOULDSTATUS.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  677. this.MOULDSTATUS.Width = 125;
  678. //
  679. // GROUTINGCOUNT
  680. //
  681. this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
  682. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  683. this.GROUTINGCOUNT.DefaultCellStyle = dataGridViewCellStyle7;
  684. this.GROUTINGCOUNT.HeaderText = "注浆次数";
  685. this.GROUTINGCOUNT.MaxValue = new decimal(new int[] {
  686. 999999,
  687. 0,
  688. 0,
  689. 0});
  690. this.GROUTINGCOUNT.MinimumWidth = 6;
  691. this.GROUTINGCOUNT.MinValue = new decimal(new int[] {
  692. 0,
  693. 0,
  694. 0,
  695. 0});
  696. this.GROUTINGCOUNT.Name = "GROUTINGCOUNT";
  697. this.GROUTINGCOUNT.Number = new System.Drawing.Point(0, 0);
  698. this.GROUTINGCOUNT.ReadOnly = true;
  699. this.GROUTINGCOUNT.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  700. this.GROUTINGCOUNT.Width = 125;
  701. //
  702. // StandardGroutingCount
  703. //
  704. this.StandardGroutingCount.AllowNegative = false;
  705. this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
  706. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  707. this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle8;
  708. this.StandardGroutingCount.HeaderText = "标准注浆次数";
  709. this.StandardGroutingCount.MaxValue = new decimal(new int[] {
  710. 999999,
  711. 0,
  712. 0,
  713. 0});
  714. this.StandardGroutingCount.MinimumWidth = 6;
  715. this.StandardGroutingCount.MinValue = new decimal(new int[] {
  716. 0,
  717. 0,
  718. 0,
  719. 0});
  720. this.StandardGroutingCount.Name = "StandardGroutingCount";
  721. this.StandardGroutingCount.Number = new System.Drawing.Point(0, 0);
  722. this.StandardGroutingCount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  723. this.StandardGroutingCount.Width = 125;
  724. //
  725. // Remarks
  726. //
  727. this.Remarks.DataPropertyName = "Remarks";
  728. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(233)))), ((int)(((byte)(217)))));
  729. this.Remarks.DefaultCellStyle = dataGridViewCellStyle9;
  730. this.Remarks.HeaderText = "备注";
  731. this.Remarks.MinimumWidth = 6;
  732. this.Remarks.Name = "Remarks";
  733. this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  734. this.Remarks.Width = 200;
  735. //
  736. // NewFlag
  737. //
  738. this.NewFlag.DataPropertyName = "NewFlag";
  739. this.NewFlag.HeaderText = "NewFlag";
  740. this.NewFlag.MinimumWidth = 6;
  741. this.NewFlag.Name = "NewFlag";
  742. this.NewFlag.Visible = false;
  743. this.NewFlag.Width = 125;
  744. //
  745. // lblGStatus
  746. //
  747. this.lblGStatus.AutoSize = true;
  748. this.lblGStatus.Dock = System.Windows.Forms.DockStyle.Top;
  749. this.lblGStatus.ForeColor = System.Drawing.Color.Red;
  750. this.lblGStatus.Location = new System.Drawing.Point(4, 85);
  751. this.lblGStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  752. this.lblGStatus.Name = "lblGStatus";
  753. this.lblGStatus.Size = new System.Drawing.Size(292, 15);
  754. this.lblGStatus.TabIndex = 10;
  755. this.lblGStatus.Text = "此成型线状态为【整线变产】不能添加模具";
  756. this.lblGStatus.Visible = false;
  757. //
  758. // panel1
  759. //
  760. this.panel1.Controls.Add(this.pnlAuto);
  761. this.panel1.Controls.Add(this.pnlBinding);
  762. this.panel1.Controls.Add(this.rabBinding);
  763. this.panel1.Controls.Add(this.rabAuto);
  764. this.panel1.Controls.Add(this.btnDeleteSelected);
  765. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  766. this.panel1.Location = new System.Drawing.Point(4, 4);
  767. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  768. this.panel1.Name = "panel1";
  769. this.panel1.Size = new System.Drawing.Size(944, 81);
  770. this.panel1.TabIndex = 0;
  771. //
  772. // pnlAuto
  773. //
  774. this.pnlAuto.Controls.Add(this.scbGoods);
  775. this.pnlAuto.Controls.Add(this.lblGoods);
  776. this.pnlAuto.Controls.Add(this.lblstart);
  777. this.pnlAuto.Controls.Add(this.txtBeginNum);
  778. this.pnlAuto.Controls.Add(this.lblCount);
  779. this.pnlAuto.Controls.Add(this.txtStandardGroutingCount);
  780. this.pnlAuto.Controls.Add(this.btnAddMould);
  781. this.pnlAuto.Controls.Add(this.c_Label1);
  782. this.pnlAuto.Controls.Add(this.txtCount);
  783. this.pnlAuto.Enabled = false;
  784. this.pnlAuto.Location = new System.Drawing.Point(112, 0);
  785. this.pnlAuto.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  786. this.pnlAuto.Name = "pnlAuto";
  787. this.pnlAuto.Size = new System.Drawing.Size(829, 38);
  788. this.pnlAuto.TabIndex = 13;
  789. //
  790. // scbGoods
  791. //
  792. this.scbGoods.CheckedData = null;
  793. this.scbGoods.DisplayMember = "GoodsCode";
  794. this.scbGoods.Location = new System.Drawing.Point(92, 6);
  795. this.scbGoods.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  796. this.scbGoods.Name = "scbGoods";
  797. this.scbGoods.Size = new System.Drawing.Size(148, 26);
  798. this.scbGoods.TabIndex = 41;
  799. //
  800. // lblGoods
  801. //
  802. this.lblGoods.AutoSize = true;
  803. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  804. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  805. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  806. this.lblGoods.Location = new System.Drawing.Point(13, 11);
  807. this.lblGoods.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  808. this.lblGoods.Name = "lblGoods";
  809. this.lblGoods.Size = new System.Drawing.Size(67, 15);
  810. this.lblGoods.TabIndex = 40;
  811. this.lblGoods.Text = "产品编码";
  812. //
  813. // lblstart
  814. //
  815. this.lblstart.AutoSize = true;
  816. this.lblstart.BackColor = System.Drawing.Color.Transparent;
  817. this.lblstart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  818. this.lblstart.ForeColor = System.Drawing.SystemColors.ControlText;
  819. this.lblstart.Location = new System.Drawing.Point(248, 11);
  820. this.lblstart.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  821. this.lblstart.Name = "lblstart";
  822. this.lblstart.Size = new System.Drawing.Size(82, 15);
  823. this.lblstart.TabIndex = 1;
  824. this.lblstart.Text = "起始模具号";
  825. //
  826. // txtBeginNum
  827. //
  828. this.txtBeginNum.BackColor = System.Drawing.SystemColors.Window;
  829. this.txtBeginNum.BackgroundColor = System.Drawing.SystemColors.Window;
  830. this.txtBeginNum.ErrorMessage = "";
  831. this.txtBeginNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  832. this.txtBeginNum.ImeMode = System.Windows.Forms.ImeMode.Off;
  833. this.txtBeginNum.Location = new System.Drawing.Point(343, 6);
  834. this.txtBeginNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  835. this.txtBeginNum.MaxLength = 3;
  836. this.txtBeginNum.MaxValue = new decimal(new int[] {
  837. 999,
  838. 0,
  839. 0,
  840. 0});
  841. this.txtBeginNum.MinValue = new decimal(new int[] {
  842. 1,
  843. 0,
  844. 0,
  845. 0});
  846. this.txtBeginNum.Name = "txtBeginNum";
  847. this.txtBeginNum.Size = new System.Drawing.Size(47, 25);
  848. this.txtBeginNum.TabIndex = 2;
  849. this.txtBeginNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  850. this.txtBeginNum.TextValue = "";
  851. //
  852. // lblCount
  853. //
  854. this.lblCount.AutoSize = true;
  855. this.lblCount.BackColor = System.Drawing.Color.Transparent;
  856. this.lblCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  857. this.lblCount.ForeColor = System.Drawing.SystemColors.ControlText;
  858. this.lblCount.Location = new System.Drawing.Point(399, 11);
  859. this.lblCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  860. this.lblCount.Name = "lblCount";
  861. this.lblCount.Size = new System.Drawing.Size(67, 15);
  862. this.lblCount.TabIndex = 3;
  863. this.lblCount.Text = "模具数量";
  864. //
  865. // txtStandardGroutingCount
  866. //
  867. this.txtStandardGroutingCount.AllowNegative = false;
  868. this.txtStandardGroutingCount.BackColor = System.Drawing.SystemColors.Window;
  869. this.txtStandardGroutingCount.BackgroundColor = System.Drawing.SystemColors.Window;
  870. this.txtStandardGroutingCount.ErrorMessage = "";
  871. this.txtStandardGroutingCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  872. this.txtStandardGroutingCount.ImeMode = System.Windows.Forms.ImeMode.Off;
  873. this.txtStandardGroutingCount.Location = new System.Drawing.Point(644, 6);
  874. this.txtStandardGroutingCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  875. this.txtStandardGroutingCount.MaxLength = 0;
  876. this.txtStandardGroutingCount.MaxValue = new decimal(new int[] {
  877. 999999,
  878. 0,
  879. 0,
  880. 0});
  881. this.txtStandardGroutingCount.MinValue = new decimal(new int[] {
  882. 0,
  883. 0,
  884. 0,
  885. 0});
  886. this.txtStandardGroutingCount.Name = "txtStandardGroutingCount";
  887. this.txtStandardGroutingCount.Size = new System.Drawing.Size(47, 25);
  888. this.txtStandardGroutingCount.TabIndex = 9;
  889. this.txtStandardGroutingCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  890. this.txtStandardGroutingCount.TextValue = "";
  891. //
  892. // c_Label1
  893. //
  894. this.c_Label1.AutoSize = true;
  895. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  896. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  897. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  898. this.c_Label1.Location = new System.Drawing.Point(533, 11);
  899. this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  900. this.c_Label1.Name = "c_Label1";
  901. this.c_Label1.Size = new System.Drawing.Size(97, 15);
  902. this.c_Label1.TabIndex = 8;
  903. this.c_Label1.Text = "标准注浆次数";
  904. //
  905. // txtCount
  906. //
  907. this.txtCount.BackColor = System.Drawing.SystemColors.Window;
  908. this.txtCount.BackgroundColor = System.Drawing.SystemColors.Window;
  909. this.txtCount.ErrorMessage = "";
  910. this.txtCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  911. this.txtCount.ImeMode = System.Windows.Forms.ImeMode.Off;
  912. this.txtCount.Location = new System.Drawing.Point(477, 6);
  913. this.txtCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  914. this.txtCount.MaxLength = 3;
  915. this.txtCount.MaxValue = new decimal(new int[] {
  916. 999,
  917. 0,
  918. 0,
  919. 0});
  920. this.txtCount.MinValue = new decimal(new int[] {
  921. 0,
  922. 0,
  923. 0,
  924. 0});
  925. this.txtCount.Name = "txtCount";
  926. this.txtCount.Size = new System.Drawing.Size(47, 25);
  927. this.txtCount.TabIndex = 4;
  928. this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  929. this.txtCount.TextValue = "";
  930. //
  931. // pnlBinding
  932. //
  933. this.pnlBinding.Controls.Add(this.lblLabel1);
  934. this.pnlBinding.Controls.Add(this.btnAddMouldBarcode);
  935. this.pnlBinding.Controls.Add(this.txtBarcode);
  936. this.pnlBinding.Controls.Add(this.txtGMouldCode);
  937. this.pnlBinding.Controls.Add(this.c_Label2);
  938. this.pnlBinding.Location = new System.Drawing.Point(112, 39);
  939. this.pnlBinding.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  940. this.pnlBinding.Name = "pnlBinding";
  941. this.pnlBinding.Size = new System.Drawing.Size(569, 38);
  942. this.pnlBinding.TabIndex = 12;
  943. //
  944. // lblLabel1
  945. //
  946. this.lblLabel1.Location = new System.Drawing.Point(159, 11);
  947. this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  948. this.lblLabel1.Name = "lblLabel1";
  949. this.lblLabel1.Size = new System.Drawing.Size(67, 15);
  950. this.lblLabel1.TabIndex = 2;
  951. this.lblLabel1.Text = "模具条码";
  952. //
  953. // btnAddMouldBarcode
  954. //
  955. this.btnAddMouldBarcode.Location = new System.Drawing.Point(401, 0);
  956. this.btnAddMouldBarcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  957. this.btnAddMouldBarcode.Name = "btnAddMouldBarcode";
  958. this.btnAddMouldBarcode.Size = new System.Drawing.Size(160, 38);
  959. this.btnAddMouldBarcode.TabIndex = 4;
  960. this.btnAddMouldBarcode.Text = "添加模具(条码)(&M)";
  961. this.btnAddMouldBarcode.UseVisualStyleBackColor = true;
  962. this.btnAddMouldBarcode.Click += new System.EventHandler(this.btnAddMouldBarcode_Click);
  963. //
  964. // txtBarcode
  965. //
  966. this.txtBarcode.Location = new System.Drawing.Point(233, 6);
  967. this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  968. this.txtBarcode.MaxLength = 50;
  969. this.txtBarcode.Name = "txtBarcode";
  970. this.txtBarcode.Size = new System.Drawing.Size(159, 25);
  971. this.txtBarcode.TabIndex = 3;
  972. this.txtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarcode_KeyDown);
  973. //
  974. // txtGMouldCode
  975. //
  976. this.txtGMouldCode.BackColor = System.Drawing.SystemColors.Window;
  977. this.txtGMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  978. this.txtGMouldCode.ErrorMessage = "";
  979. this.txtGMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  980. this.txtGMouldCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  981. this.txtGMouldCode.Location = new System.Drawing.Point(79, 6);
  982. this.txtGMouldCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  983. this.txtGMouldCode.MaxLength = 3;
  984. this.txtGMouldCode.MaxValue = new decimal(new int[] {
  985. 999,
  986. 0,
  987. 0,
  988. 0});
  989. this.txtGMouldCode.MinValue = new decimal(new int[] {
  990. 1,
  991. 0,
  992. 0,
  993. 0});
  994. this.txtGMouldCode.Name = "txtGMouldCode";
  995. this.txtGMouldCode.Size = new System.Drawing.Size(72, 25);
  996. this.txtGMouldCode.TabIndex = 1;
  997. this.txtGMouldCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  998. this.txtGMouldCode.TextValue = "";
  999. this.txtGMouldCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtGMouldCode_Validating);
  1000. //
  1001. // c_Label2
  1002. //
  1003. this.c_Label2.AutoSize = true;
  1004. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  1005. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1006. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  1007. this.c_Label2.Location = new System.Drawing.Point(17, 11);
  1008. this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1009. this.c_Label2.Name = "c_Label2";
  1010. this.c_Label2.Size = new System.Drawing.Size(52, 15);
  1011. this.c_Label2.TabIndex = 0;
  1012. this.c_Label2.Text = "模具号";
  1013. //
  1014. // rabBinding
  1015. //
  1016. this.rabBinding.AutoSize = true;
  1017. this.rabBinding.Checked = true;
  1018. this.rabBinding.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1019. this.rabBinding.Location = new System.Drawing.Point(9, 48);
  1020. this.rabBinding.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1021. this.rabBinding.Name = "rabBinding";
  1022. this.rabBinding.Size = new System.Drawing.Size(88, 19);
  1023. this.rabBinding.TabIndex = 11;
  1024. this.rabBinding.TabStop = true;
  1025. this.rabBinding.Text = "条码模具";
  1026. this.rabBinding.UseVisualStyleBackColor = true;
  1027. this.rabBinding.CheckedChanged += new System.EventHandler(this.rabAuto_CheckedChanged);
  1028. //
  1029. // rabAuto
  1030. //
  1031. this.rabAuto.AutoSize = true;
  1032. this.rabAuto.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1033. this.rabAuto.Location = new System.Drawing.Point(9, 9);
  1034. this.rabAuto.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1035. this.rabAuto.Name = "rabAuto";
  1036. this.rabAuto.Size = new System.Drawing.Size(88, 19);
  1037. this.rabAuto.TabIndex = 10;
  1038. this.rabAuto.Text = "自动模具";
  1039. this.rabAuto.UseVisualStyleBackColor = true;
  1040. this.rabAuto.CheckedChanged += new System.EventHandler(this.rabAuto_CheckedChanged);
  1041. //
  1042. // btnAdaptive
  1043. //
  1044. this.btnAdaptive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1045. this.btnAdaptive.BackColor = System.Drawing.Color.Transparent;
  1046. this.btnAdaptive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdaptive.BackgroundImage")));
  1047. this.btnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1048. this.btnAdaptive.ForeColor = System.Drawing.Color.White;
  1049. this.btnAdaptive.Location = new System.Drawing.Point(16, 571);
  1050. this.btnAdaptive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1051. this.btnAdaptive.Name = "btnAdaptive";
  1052. this.btnAdaptive.Size = new System.Drawing.Size(113, 38);
  1053. this.btnAdaptive.TabIndex = 17;
  1054. this.btnAdaptive.Text = "自适应列宽";
  1055. this.btnAdaptive.UseVisualStyleBackColor = false;
  1056. this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click);
  1057. //
  1058. // HighPressureFlag
  1059. //
  1060. this.HighPressureFlag.AutoSize = true;
  1061. this.HighPressureFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1062. this.HighPressureFlag.Location = new System.Drawing.Point(853, 29);
  1063. this.HighPressureFlag.Name = "HighPressureFlag";
  1064. this.HighPressureFlag.Size = new System.Drawing.Size(89, 19);
  1065. this.HighPressureFlag.TabIndex = 24;
  1066. this.HighPressureFlag.Text = "高压注浆";
  1067. this.HighPressureFlag.UseVisualStyleBackColor = true;
  1068. //
  1069. // F_PC_0103_1
  1070. //
  1071. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1072. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1073. this.CancelButton = this.btnCancel;
  1074. this.ClientSize = new System.Drawing.Size(992, 640);
  1075. this.Controls.Add(this.btnAdaptive);
  1076. this.Controls.Add(this.tabControl1);
  1077. this.Controls.Add(this.c_GroupBox1);
  1078. this.Controls.Add(this.btnCancel);
  1079. this.Controls.Add(this.btnSave);
  1080. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1081. this.IsSaveFormSize = false;
  1082. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  1083. this.Name = "F_PC_0103_1";
  1084. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1085. this.Text = "编辑成型线(上模)";
  1086. this.Load += new System.EventHandler(this.F_PC_0103_Load);
  1087. this.Shown += new System.EventHandler(this.F_PC_0103_1_Shown);
  1088. this.Controls.SetChildIndex(this.btnSave, 0);
  1089. this.Controls.SetChildIndex(this.btnCancel, 0);
  1090. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  1091. this.Controls.SetChildIndex(this.tabControl1, 0);
  1092. this.Controls.SetChildIndex(this.btnAdaptive, 0);
  1093. this.c_GroupBox1.ResumeLayout(false);
  1094. this.c_GroupBox1.PerformLayout();
  1095. this.tabControl1.ResumeLayout(false);
  1096. this.tabPage1.ResumeLayout(false);
  1097. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  1098. this.tabPage2.ResumeLayout(false);
  1099. this.tabPage2.PerformLayout();
  1100. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  1101. this.panel1.ResumeLayout(false);
  1102. this.panel1.PerformLayout();
  1103. this.pnlAuto.ResumeLayout(false);
  1104. this.pnlAuto.PerformLayout();
  1105. this.pnlBinding.ResumeLayout(false);
  1106. this.pnlBinding.PerformLayout();
  1107. this.ResumeLayout(false);
  1108. this.PerformLayout();
  1109. }
  1110. #endregion
  1111. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1112. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  1113. private Basics.BaseControls.C_Label lblGroutingLineName;
  1114. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  1115. private Basics.BaseControls.C_Label lblRemarks;
  1116. private Basics.BaseControls.C_TextBox txtRemarks;
  1117. private Basics.BaseControls.C_Button btnAddMould;
  1118. private Basics.BaseControls.C_Button btnSave;
  1119. private Basics.BaseControls.C_Button btnCancel;
  1120. private Basics.BaseControls.C_Button btnDeleteSelected;
  1121. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  1122. private Basics.BaseControls.C_Label lblstart;
  1123. private Basics.BaseControls.C_TXT_Digital txtBeginNum;
  1124. private Basics.BaseControls.C_Label lblCount;
  1125. private Basics.BaseControls.C_TXT_Digital txtCount;
  1126. private System.Windows.Forms.TabControl tabControl1;
  1127. private System.Windows.Forms.TabPage tabPage1;
  1128. private Basics.BaseControls.C_DataGridView dgvUser;
  1129. private System.Windows.Forms.TabPage tabPage2;
  1130. private Basics.BaseControls.C_DataGridView dgvDetail;
  1131. private Basics.BaseControls.C_CheckBox chkEnable;
  1132. private Basics.BaseControls.C_Label c_Label1;
  1133. private Basics.BaseControls.C_TXT_Digital txtStandardGroutingCount;
  1134. private System.Windows.Forms.Panel panel1;
  1135. private System.Windows.Forms.Label lblGStatus;
  1136. private System.Windows.Forms.DataGridViewComboBoxColumn UserID_NO;
  1137. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  1138. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1139. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  1140. private System.Windows.Forms.DataGridViewTextBoxColumn StaffNames;
  1141. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks1;
  1142. private Basics.BaseControls.C_Button btnAdaptive;
  1143. private System.Windows.Forms.Panel pnlBinding;
  1144. private WinForm.Controls.LblLabel lblLabel1;
  1145. private WinForm.Controls.BtnButton btnAddMouldBarcode;
  1146. private WinForm.Controls.TxtCode txtBarcode;
  1147. private Basics.BaseControls.C_TXT_Digital txtGMouldCode;
  1148. private Basics.BaseControls.C_Label c_Label2;
  1149. private Basics.BaseControls.C_RadioButton rabBinding;
  1150. private Basics.BaseControls.C_RadioButton rabAuto;
  1151. private System.Windows.Forms.Panel pnlAuto;
  1152. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1153. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  1154. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1155. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  1156. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1157. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1158. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  1159. private System.Windows.Forms.DataGridViewTextBoxColumn MOULDSTATUS;
  1160. private Basics.BaseControls.C_DGV_Column_Digital GROUTINGCOUNT;
  1161. private Basics.BaseControls.C_DGV_Column_Digital StandardGroutingCount;
  1162. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1163. private System.Windows.Forms.DataGridViewTextBoxColumn NewFlag;
  1164. private Controls.SearchBox.ScbGoods scbGoods;
  1165. private Basics.BaseControls.C_Label lblGoods;
  1166. private Basics.BaseControls.C_Label lblGMouldType;
  1167. private Controls.SearchBox.ScbGMouldType scbGMouldType;
  1168. private Controls.SearchBox.ScbUser scbUser1;
  1169. private Basics.BaseControls.C_Label c_Label3;
  1170. private Basics.BaseControls.C_CheckBox HighPressureFlag;
  1171. }
  1172. }