F_PC_0102_1_1.Designer.cs 70 KB

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