F_PC_0103_1.Designer.cs 73 KB

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