F_PM_2202.Designer.cs 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2202
  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_PM_2202));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  41. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  45. this.gbxBasicInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  46. this.dropDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  47. this.lblSemiCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dkSemiCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  50. this.dropReworkProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  51. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  54. this.lblRework = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.dgvProductionData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  57. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dgvUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  68. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.ReworkProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ReworkProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.ReFine = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  72. this.SpecialRepairflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  73. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ReadOnly = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  80. this.chkdiscarde = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  81. this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.DefectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.DefectFineValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.DefectProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.DefectProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.DefectUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.DefectUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.ProductionBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.TempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.DefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.IsAllowEdit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  101. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  102. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.UjobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.SjobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  110. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  111. this.tabControl2 = new System.Windows.Forms.TabControl();
  112. this.tabPage3 = new System.Windows.Forms.TabPage();
  113. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  114. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  115. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  116. this.tsrOperate.SuspendLayout();
  117. this.gbxBasicInfo.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  121. this.tabControl2.SuspendLayout();
  122. this.tabPage3.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  124. this.splitContainer1.Panel1.SuspendLayout();
  125. this.splitContainer1.Panel2.SuspendLayout();
  126. this.splitContainer1.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  128. this.splitContainer2.Panel1.SuspendLayout();
  129. this.splitContainer2.Panel2.SuspendLayout();
  130. this.splitContainer2.SuspendLayout();
  131. this.SuspendLayout();
  132. //
  133. // tsrOperate
  134. //
  135. this.tsrOperate.AutoSize = false;
  136. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  137. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  138. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  140. this.tsbtnAdd,
  141. this.tsbtnEdit,
  142. this.toolStripSeparator1,
  143. this.tsbtnClose});
  144. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  145. this.tsrOperate.Name = "tsrOperate";
  146. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  147. this.tsrOperate.ShowItemToolTips = false;
  148. this.tsrOperate.Size = new System.Drawing.Size(1208, 35);
  149. this.tsrOperate.TabIndex = 1;
  150. this.tsrOperate.Text = "toolStrip1";
  151. //
  152. // tsbtnAdd
  153. //
  154. this.tsbtnAdd.AutoSize = false;
  155. this.tsbtnAdd.Enabled = false;
  156. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  158. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  159. this.tsbtnAdd.Name = "tsbtnAdd";
  160. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  161. this.tsbtnAdd.Text = "新建";
  162. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  163. //
  164. // tsbtnEdit
  165. //
  166. this.tsbtnEdit.AutoSize = false;
  167. this.tsbtnEdit.Enabled = false;
  168. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  170. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  171. this.tsbtnEdit.Name = "tsbtnEdit";
  172. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  173. this.tsbtnEdit.Text = "编辑";
  174. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  175. //
  176. // toolStripSeparator1
  177. //
  178. this.toolStripSeparator1.AutoSize = false;
  179. this.toolStripSeparator1.Name = "toolStripSeparator1";
  180. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  181. this.toolStripSeparator1.Visible = false;
  182. //
  183. // tsbtnClose
  184. //
  185. this.tsbtnClose.AutoSize = false;
  186. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  188. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tsbtnClose.Name = "tsbtnClose";
  190. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  191. this.tsbtnClose.Text = "关闭(&X)";
  192. this.tsbtnClose.Visible = false;
  193. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  194. //
  195. // gbxBasicInfo
  196. //
  197. this.gbxBasicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  198. | System.Windows.Forms.AnchorStyles.Right)));
  199. this.gbxBasicInfo.BackColor = System.Drawing.Color.Transparent;
  200. this.gbxBasicInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxBasicInfo.BackgroundImage")));
  201. this.gbxBasicInfo.Controls.Add(this.dropDutyUser);
  202. this.gbxBasicInfo.Controls.Add(this.lblSemiCheckType);
  203. this.gbxBasicInfo.Controls.Add(this.lblDutyUser);
  204. this.gbxBasicInfo.Controls.Add(this.dkSemiCheckType);
  205. this.gbxBasicInfo.Controls.Add(this.dropReworkProcedure);
  206. this.gbxBasicInfo.Controls.Add(this.txtUserCode);
  207. this.gbxBasicInfo.Controls.Add(this.lblUserCode);
  208. this.gbxBasicInfo.Controls.Add(this.txtBarCode);
  209. this.gbxBasicInfo.Controls.Add(this.lblRework);
  210. this.gbxBasicInfo.Controls.Add(this.lblBarCode);
  211. this.gbxBasicInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.gbxBasicInfo.ForeColor = System.Drawing.SystemColors.ControlText;
  213. this.gbxBasicInfo.IsMustInput = false;
  214. this.gbxBasicInfo.Location = new System.Drawing.Point(3, 5);
  215. this.gbxBasicInfo.Name = "gbxBasicInfo";
  216. this.gbxBasicInfo.OriginalHeight = -1;
  217. this.gbxBasicInfo.Size = new System.Drawing.Size(1208, 58);
  218. this.gbxBasicInfo.TabIndex = 1;
  219. this.gbxBasicInfo.TabStop = false;
  220. this.gbxBasicInfo.Text = "基础数据 ▼";
  221. //
  222. // dropDutyUser
  223. //
  224. this.dropDutyUser.BackColor = System.Drawing.SystemColors.Window;
  225. this.dropDutyUser.BackgroundColor = System.Drawing.SystemColors.Window;
  226. this.dropDutyUser.DataSource = null;
  227. this.dropDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.dropDutyUser.FormattingEnabled = true;
  229. //
  230. //
  231. //
  232. this.dropDutyUser.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.dropDutyUser.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.dropDutyUser.ListBox.IntegralHeight = false;
  235. this.dropDutyUser.ListBox.Location = new System.Drawing.Point(0, 0);
  236. this.dropDutyUser.ListBox.Name = "";
  237. this.dropDutyUser.ListBox.Size = new System.Drawing.Size(109, 136);
  238. this.dropDutyUser.ListBox.TabIndex = 0;
  239. this.dropDutyUser.Location = new System.Drawing.Point(798, 24);
  240. this.dropDutyUser.Name = "dropDutyUser";
  241. this.dropDutyUser.Size = new System.Drawing.Size(111, 20);
  242. this.dropDutyUser.TabIndex = 0;
  243. //
  244. // lblSemiCheckType
  245. //
  246. this.lblSemiCheckType.AutoSize = true;
  247. this.lblSemiCheckType.BackColor = System.Drawing.Color.Transparent;
  248. this.lblSemiCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.lblSemiCheckType.ForeColor = System.Drawing.SystemColors.ControlText;
  250. this.lblSemiCheckType.Location = new System.Drawing.Point(387, 28);
  251. this.lblSemiCheckType.Name = "lblSemiCheckType";
  252. this.lblSemiCheckType.Size = new System.Drawing.Size(53, 12);
  253. this.lblSemiCheckType.TabIndex = 4;
  254. this.lblSemiCheckType.Text = "半检状态";
  255. //
  256. // lblDutyUser
  257. //
  258. this.lblDutyUser.AutoSize = true;
  259. this.lblDutyUser.BackColor = System.Drawing.Color.Transparent;
  260. this.lblDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.lblDutyUser.ForeColor = System.Drawing.SystemColors.ControlText;
  262. this.lblDutyUser.Location = new System.Drawing.Point(739, 28);
  263. this.lblDutyUser.Name = "lblDutyUser";
  264. this.lblDutyUser.Size = new System.Drawing.Size(53, 12);
  265. this.lblDutyUser.TabIndex = 9;
  266. this.lblDutyUser.Text = "返工工号";
  267. //
  268. // dkSemiCheckType
  269. //
  270. this.dkSemiCheckType.BackColor = System.Drawing.SystemColors.Window;
  271. this.dkSemiCheckType.BackgroundColor = System.Drawing.SystemColors.Window;
  272. this.dkSemiCheckType.DataSource = null;
  273. this.dkSemiCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.dkSemiCheckType.FormattingEnabled = true;
  275. //
  276. //
  277. //
  278. this.dkSemiCheckType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.dkSemiCheckType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.dkSemiCheckType.ListBox.IntegralHeight = false;
  281. this.dkSemiCheckType.ListBox.Location = new System.Drawing.Point(0, 0);
  282. this.dkSemiCheckType.ListBox.Name = "";
  283. this.dkSemiCheckType.ListBox.Size = new System.Drawing.Size(109, 136);
  284. this.dkSemiCheckType.ListBox.TabIndex = 0;
  285. this.dkSemiCheckType.Location = new System.Drawing.Point(446, 24);
  286. this.dkSemiCheckType.Name = "dkSemiCheckType";
  287. this.dkSemiCheckType.Size = new System.Drawing.Size(111, 20);
  288. this.dkSemiCheckType.TabIndex = 5;
  289. //
  290. // dropReworkProcedure
  291. //
  292. this.dropReworkProcedure.BackColor = System.Drawing.SystemColors.Window;
  293. this.dropReworkProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  294. this.dropReworkProcedure.DataSource = null;
  295. this.dropReworkProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.dropReworkProcedure.FormattingEnabled = true;
  297. //
  298. //
  299. //
  300. this.dropReworkProcedure.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  301. this.dropReworkProcedure.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.dropReworkProcedure.ListBox.IntegralHeight = false;
  303. this.dropReworkProcedure.ListBox.Location = new System.Drawing.Point(0, 0);
  304. this.dropReworkProcedure.ListBox.Name = "";
  305. this.dropReworkProcedure.ListBox.Size = new System.Drawing.Size(109, 136);
  306. this.dropReworkProcedure.ListBox.TabIndex = 0;
  307. this.dropReworkProcedure.Location = new System.Drawing.Point(622, 24);
  308. this.dropReworkProcedure.Name = "dropReworkProcedure";
  309. this.dropReworkProcedure.Size = new System.Drawing.Size(111, 20);
  310. this.dropReworkProcedure.TabIndex = 8;
  311. this.dropReworkProcedure.Validating += new System.ComponentModel.CancelEventHandler(this.dropReworkProcedure_Validating);
  312. //
  313. // txtUserCode
  314. //
  315. this.txtUserCode.BackColor = System.Drawing.SystemColors.Control;
  316. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  317. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  318. this.txtUserCode.ErrorMessage = "";
  319. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.txtUserCode.Location = new System.Drawing.Point(76, 24);
  321. this.txtUserCode.MaxLength = 20;
  322. this.txtUserCode.Name = "txtUserCode";
  323. this.txtUserCode.ReadOnly = true;
  324. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  325. this.txtUserCode.TabIndex = 1;
  326. this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
  327. //
  328. // lblUserCode
  329. //
  330. this.lblUserCode.AutoSize = true;
  331. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  332. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.lblUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  334. this.lblUserCode.IsMustInput = true;
  335. this.lblUserCode.Location = new System.Drawing.Point(16, 28);
  336. this.lblUserCode.Name = "lblUserCode";
  337. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  338. this.lblUserCode.TabIndex = 0;
  339. this.lblUserCode.Text = "半检工号";
  340. //
  341. // txtBarCode
  342. //
  343. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  344. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  345. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  346. this.txtBarCode.ErrorMessage = "";
  347. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.txtBarCode.Location = new System.Drawing.Point(261, 24);
  349. this.txtBarCode.MaxLength = 11;
  350. this.txtBarCode.Name = "txtBarCode";
  351. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  352. this.txtBarCode.TabIndex = 3;
  353. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  354. //
  355. // lblRework
  356. //
  357. this.lblRework.AutoSize = true;
  358. this.lblRework.BackColor = System.Drawing.Color.Transparent;
  359. this.lblRework.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.lblRework.ForeColor = System.Drawing.SystemColors.ControlText;
  361. this.lblRework.Location = new System.Drawing.Point(563, 28);
  362. this.lblRework.Name = "lblRework";
  363. this.lblRework.Size = new System.Drawing.Size(53, 12);
  364. this.lblRework.TabIndex = 7;
  365. this.lblRework.Text = "返工工序";
  366. //
  367. // lblBarCode
  368. //
  369. this.lblBarCode.AutoSize = true;
  370. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  371. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  373. this.lblBarCode.IsMustInput = true;
  374. this.lblBarCode.Location = new System.Drawing.Point(202, 28);
  375. this.lblBarCode.Name = "lblBarCode";
  376. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  377. this.lblBarCode.TabIndex = 2;
  378. this.lblBarCode.Text = "产品条码";
  379. //
  380. // dgvProductionData
  381. //
  382. this.dgvProductionData.AllowUserToAddRows = false;
  383. this.dgvProductionData.AllowUserToModifyRows = true;
  384. this.dgvProductionData.AllowUserToOrderColumns = true;
  385. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  386. this.dgvProductionData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  387. this.dgvProductionData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  388. this.dgvProductionData.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  389. this.dgvProductionData.CellHeight = 25;
  390. this.dgvProductionData.ChildNodeColumnName = null;
  391. this.dgvProductionData.ChildNodeColumnText = null;
  392. this.dgvProductionData.ColumnDeep = 1;
  393. this.dgvProductionData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  394. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  395. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  396. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  398. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  399. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  400. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  401. this.dgvProductionData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  402. this.dgvProductionData.ColumnHeadersHeight = 25;
  403. this.dgvProductionData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  404. this.dgvProductionData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  405. this.BarCode,
  406. this.GoodsCode,
  407. this.GoodsName,
  408. this.KilnCode,
  409. this.KilnCarCode,
  410. this.Dictionaryvalue,
  411. this.dgvUserCode,
  412. this.MouldCode,
  413. this.GroutingDate,
  414. this.GroutingUserCode,
  415. this.IsPublicBody,
  416. this.GroutingNum,
  417. this.ReworkProcedureCode,
  418. this.ReworkProcedureName,
  419. this.ReFine,
  420. this.SpecialRepairflag,
  421. this.LogoCodeName,
  422. this.Remarks,
  423. this.GoodsID,
  424. this.GoodsLevelTypeID,
  425. this.ReadOnly,
  426. this.LogoID});
  427. this.dgvProductionData.ColumnTreeView = null;
  428. this.dgvProductionData.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)));
  429. this.dgvProductionData.Dock = System.Windows.Forms.DockStyle.Fill;
  430. this.dgvProductionData.DynamicColumnName = "";
  431. this.dgvProductionData.EnableHeadersVisualStyles = false;
  432. this.dgvProductionData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.dgvProductionData.FormatQuantityColumns = null;
  434. this.dgvProductionData.HorizontalMergeColumn = null;
  435. this.dgvProductionData.IsAutoCountSum = true;
  436. this.dgvProductionData.IsAutoResizeColumns = false;
  437. this.dgvProductionData.IsClickF12 = false;
  438. this.dgvProductionData.IsOpenMergeCellFlag = false;
  439. this.dgvProductionData.IsSubTotalFlag = false;
  440. this.dgvProductionData.IsTopDeep = false;
  441. this.dgvProductionData.Location = new System.Drawing.Point(0, 0);
  442. this.dgvProductionData.MergeColumnNames = null;
  443. this.dgvProductionData.MergeDetailColumnNames = null;
  444. this.dgvProductionData.MergeDetailOnlyColumn = null;
  445. this.dgvProductionData.MergeOnlyColumn = null;
  446. this.dgvProductionData.MultiSelect = false;
  447. this.dgvProductionData.Name = "dgvProductionData";
  448. this.dgvProductionData.RefreshAtHscroll = false;
  449. this.dgvProductionData.RowHeadersWidth = 50;
  450. this.dgvProductionData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  451. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  452. this.dgvProductionData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  453. this.dgvProductionData.RowTemplate.Height = 25;
  454. this.dgvProductionData.Size = new System.Drawing.Size(1208, 150);
  455. this.dgvProductionData.SortOrderColumnName = null;
  456. this.dgvProductionData.TabIndex = 0;
  457. this.dgvProductionData.Tag = true;
  458. this.dgvProductionData.TotalSumColumns = null;
  459. this.dgvProductionData.ViewRowFilter = "";
  460. this.dgvProductionData.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvProductionData_CellBeginEdit);
  461. this.dgvProductionData.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProductionData_CellValueChanged);
  462. this.dgvProductionData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvProductionData_EditingControlShowing);
  463. this.dgvProductionData.SelectionChanged += new System.EventHandler(this.dgvProductionData_SelectionChanged);
  464. this.dgvProductionData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvProductionData_UserDeletingRow);
  465. //
  466. // BarCode
  467. //
  468. this.BarCode.DataPropertyName = "BarCode";
  469. this.BarCode.HeaderText = "产品条码";
  470. this.BarCode.Name = "BarCode";
  471. this.BarCode.ReadOnly = true;
  472. //
  473. // GoodsCode
  474. //
  475. this.GoodsCode.DataPropertyName = "GoodsCode";
  476. this.GoodsCode.HeaderText = "产品编码";
  477. this.GoodsCode.Name = "GoodsCode";
  478. this.GoodsCode.ReadOnly = true;
  479. //
  480. // GoodsName
  481. //
  482. this.GoodsName.DataPropertyName = "GoodsName";
  483. this.GoodsName.HeaderText = "产品名称";
  484. this.GoodsName.Name = "GoodsName";
  485. this.GoodsName.ReadOnly = true;
  486. //
  487. // KilnCode
  488. //
  489. this.KilnCode.DataPropertyName = "KilnCode";
  490. this.KilnCode.HeaderText = "窑炉编码";
  491. this.KilnCode.Name = "KilnCode";
  492. this.KilnCode.ReadOnly = true;
  493. this.KilnCode.Visible = false;
  494. //
  495. // KilnCarCode
  496. //
  497. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  498. this.KilnCarCode.HeaderText = "窑车编码";
  499. this.KilnCarCode.Name = "KilnCarCode";
  500. this.KilnCarCode.ReadOnly = true;
  501. this.KilnCarCode.Visible = false;
  502. //
  503. // Dictionaryvalue
  504. //
  505. this.Dictionaryvalue.DataPropertyName = "Dictionaryvalue";
  506. this.Dictionaryvalue.HeaderText = "窑车位置";
  507. this.Dictionaryvalue.Name = "Dictionaryvalue";
  508. this.Dictionaryvalue.ReadOnly = true;
  509. this.Dictionaryvalue.Visible = false;
  510. //
  511. // dgvUserCode
  512. //
  513. this.dgvUserCode.DataPropertyName = "UserCode";
  514. this.dgvUserCode.HeaderText = "生产工号";
  515. this.dgvUserCode.Name = "dgvUserCode";
  516. this.dgvUserCode.ReadOnly = true;
  517. //
  518. // MouldCode
  519. //
  520. this.MouldCode.DataPropertyName = "MouldCode";
  521. this.MouldCode.HeaderText = "模具编号";
  522. this.MouldCode.Name = "MouldCode";
  523. this.MouldCode.ReadOnly = true;
  524. //
  525. // GroutingDate
  526. //
  527. this.GroutingDate.DataPropertyName = "GroutingDate";
  528. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  529. dataGridViewCellStyle3.NullValue = null;
  530. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  531. this.GroutingDate.HeaderText = "注浆日期";
  532. this.GroutingDate.Name = "GroutingDate";
  533. this.GroutingDate.ReadOnly = true;
  534. //
  535. // GroutingUserCode
  536. //
  537. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  538. this.GroutingUserCode.HeaderText = "成型工号";
  539. this.GroutingUserCode.Name = "GroutingUserCode";
  540. this.GroutingUserCode.ReadOnly = true;
  541. //
  542. // IsPublicBody
  543. //
  544. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  545. this.IsPublicBody.FalseValue = "0";
  546. this.IsPublicBody.HeaderText = "公坯标识";
  547. this.IsPublicBody.Name = "IsPublicBody";
  548. this.IsPublicBody.ReadOnly = true;
  549. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  550. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  551. this.IsPublicBody.TrueValue = "1";
  552. //
  553. // GroutingNum
  554. //
  555. this.GroutingNum.DataPropertyName = "GroutingNum";
  556. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  557. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  558. this.GroutingNum.HeaderText = "注浆次数";
  559. this.GroutingNum.Name = "GroutingNum";
  560. this.GroutingNum.ReadOnly = true;
  561. //
  562. // ReworkProcedureCode
  563. //
  564. this.ReworkProcedureCode.DataPropertyName = "ReworkProcedureCode";
  565. this.ReworkProcedureCode.HeaderText = "返工工序编码";
  566. this.ReworkProcedureCode.Name = "ReworkProcedureCode";
  567. this.ReworkProcedureCode.ReadOnly = true;
  568. this.ReworkProcedureCode.Visible = false;
  569. //
  570. // ReworkProcedureName
  571. //
  572. this.ReworkProcedureName.DataPropertyName = "ReworkProcedureName";
  573. this.ReworkProcedureName.HeaderText = "返工工序名称";
  574. this.ReworkProcedureName.Name = "ReworkProcedureName";
  575. this.ReworkProcedureName.ReadOnly = true;
  576. this.ReworkProcedureName.Visible = false;
  577. //
  578. // ReFine
  579. //
  580. this.ReFine.DataPropertyName = "ReFine";
  581. this.ReFine.FalseValue = "0";
  582. this.ReFine.HeaderText = "重烧标识";
  583. this.ReFine.Name = "ReFine";
  584. this.ReFine.ReadOnly = true;
  585. this.ReFine.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  586. this.ReFine.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  587. this.ReFine.TrueValue = "1";
  588. this.ReFine.Visible = false;
  589. //
  590. // SpecialRepairflag
  591. //
  592. this.SpecialRepairflag.DataPropertyName = "SpecialRepairflag";
  593. this.SpecialRepairflag.FalseValue = "0";
  594. this.SpecialRepairflag.HeaderText = "干补标识";
  595. this.SpecialRepairflag.Name = "SpecialRepairflag";
  596. this.SpecialRepairflag.ReadOnly = true;
  597. this.SpecialRepairflag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  598. this.SpecialRepairflag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  599. this.SpecialRepairflag.TrueValue = "1";
  600. //
  601. // LogoCodeName
  602. //
  603. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  604. this.LogoCodeName.HeaderText = "商标";
  605. this.LogoCodeName.Name = "LogoCodeName";
  606. this.LogoCodeName.ReadOnly = true;
  607. //
  608. // Remarks
  609. //
  610. this.Remarks.DataPropertyName = "Remarks";
  611. this.Remarks.HeaderText = "备注";
  612. this.Remarks.MaxInputLength = 200;
  613. this.Remarks.Name = "Remarks";
  614. this.Remarks.Width = 500;
  615. //
  616. // GoodsID
  617. //
  618. this.GoodsID.DataPropertyName = "GoodsID";
  619. this.GoodsID.HeaderText = "产品ID";
  620. this.GoodsID.Name = "GoodsID";
  621. this.GoodsID.Visible = false;
  622. //
  623. // GoodsLevelTypeID
  624. //
  625. this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
  626. this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
  627. this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
  628. this.GoodsLevelTypeID.Visible = false;
  629. //
  630. // ReadOnly
  631. //
  632. this.ReadOnly.DataPropertyName = "ReadOnly";
  633. this.ReadOnly.HeaderText = "只读标识";
  634. this.ReadOnly.Name = "ReadOnly";
  635. this.ReadOnly.Visible = false;
  636. //
  637. // LogoID
  638. //
  639. this.LogoID.DataPropertyName = "LogoID";
  640. this.LogoID.HeaderText = "LogoID";
  641. this.LogoID.Name = "LogoID";
  642. this.LogoID.Visible = false;
  643. //
  644. // dgvDefect
  645. //
  646. this.dgvDefect.AllowUserToAddRows = false;
  647. this.dgvDefect.AllowUserToModifyRows = true;
  648. this.dgvDefect.AllowUserToOrderColumns = true;
  649. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  650. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  651. this.dgvDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  652. | System.Windows.Forms.AnchorStyles.Left)
  653. | System.Windows.Forms.AnchorStyles.Right)));
  654. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  655. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  656. this.dgvDefect.CellHeight = 25;
  657. this.dgvDefect.ChildNodeColumnName = null;
  658. this.dgvDefect.ChildNodeColumnText = null;
  659. this.dgvDefect.ColumnDeep = 1;
  660. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  661. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  662. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  663. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  665. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  666. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  667. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  668. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  669. this.dgvDefect.ColumnHeadersHeight = 25;
  670. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  671. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  672. this.chkdiscarde,
  673. this.DefectID,
  674. this.DefectCode,
  675. this.DefectName,
  676. this.DefectPositionID,
  677. this.DefectPositionCode,
  678. this.DefectPositionName,
  679. this.DefectFineValue,
  680. this.DefectProcedureID,
  681. this.DefectProcedureCode,
  682. this.DefectProcedureName,
  683. this.DefectUserID,
  684. this.DefectUserCode,
  685. this.DefectUserName,
  686. this.DefectRemarks,
  687. this.ProductionBarCode,
  688. this.TempCount,
  689. this.ProductionDataID,
  690. this.DefectFineID,
  691. this.IsAllowEdit});
  692. this.dgvDefect.ColumnTreeView = null;
  693. this.dgvDefect.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)));
  694. this.dgvDefect.DynamicColumnName = "";
  695. this.dgvDefect.EnableHeadersVisualStyles = false;
  696. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  697. this.dgvDefect.FormatQuantityColumns = null;
  698. this.dgvDefect.HorizontalMergeColumn = null;
  699. this.dgvDefect.IsAutoCountSum = true;
  700. this.dgvDefect.IsAutoResizeColumns = false;
  701. this.dgvDefect.IsClickF12 = false;
  702. this.dgvDefect.IsOpenMergeCellFlag = false;
  703. this.dgvDefect.IsSubTotalFlag = false;
  704. this.dgvDefect.IsTopDeep = false;
  705. this.dgvDefect.Location = new System.Drawing.Point(0, 32);
  706. this.dgvDefect.MergeColumnNames = null;
  707. this.dgvDefect.MergeDetailColumnNames = null;
  708. this.dgvDefect.MergeDetailOnlyColumn = null;
  709. this.dgvDefect.MergeOnlyColumn = null;
  710. this.dgvDefect.MultiSelect = false;
  711. this.dgvDefect.Name = "dgvDefect";
  712. this.dgvDefect.ReadOnly = true;
  713. this.dgvDefect.RefreshAtHscroll = false;
  714. this.dgvDefect.RowHeadersWidth = 50;
  715. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  716. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  717. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle8;
  718. this.dgvDefect.RowTemplate.Height = 25;
  719. this.dgvDefect.Size = new System.Drawing.Size(1205, 197);
  720. this.dgvDefect.SortOrderColumnName = null;
  721. this.dgvDefect.TabIndex = 0;
  722. this.dgvDefect.Tag = true;
  723. this.dgvDefect.TotalSumColumns = null;
  724. this.dgvDefect.ViewRowFilter = "";
  725. this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged);
  726. this.dgvDefect.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefect_UserDeletingRow);
  727. //
  728. // chkdiscarde
  729. //
  730. this.chkdiscarde.DataPropertyName = "discarde";
  731. this.chkdiscarde.FalseValue = "0";
  732. this.chkdiscarde.FillWeight = 60F;
  733. this.chkdiscarde.HeaderText = "报废工序";
  734. this.chkdiscarde.Name = "chkdiscarde";
  735. this.chkdiscarde.ReadOnly = true;
  736. this.chkdiscarde.TrueValue = "1";
  737. this.chkdiscarde.Visible = false;
  738. this.chkdiscarde.Width = 60;
  739. //
  740. // DefectID
  741. //
  742. this.DefectID.DataPropertyName = "DefectID";
  743. this.DefectID.HeaderText = "缺陷ID";
  744. this.DefectID.Name = "DefectID";
  745. this.DefectID.ReadOnly = true;
  746. this.DefectID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  747. this.DefectID.Visible = false;
  748. //
  749. // DefectCode
  750. //
  751. this.DefectCode.DataPropertyName = "DefectCode";
  752. this.DefectCode.HeaderText = "缺陷显示编码";
  753. this.DefectCode.Name = "DefectCode";
  754. this.DefectCode.ReadOnly = true;
  755. this.DefectCode.Visible = false;
  756. //
  757. // DefectName
  758. //
  759. this.DefectName.DataPropertyName = "DefectName";
  760. this.DefectName.HeaderText = "缺陷";
  761. this.DefectName.Name = "DefectName";
  762. this.DefectName.ReadOnly = true;
  763. //
  764. // DefectPositionID
  765. //
  766. this.DefectPositionID.DataPropertyName = "DefectPositionID";
  767. this.DefectPositionID.HeaderText = "缺陷位置ID";
  768. this.DefectPositionID.Name = "DefectPositionID";
  769. this.DefectPositionID.ReadOnly = true;
  770. this.DefectPositionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  771. this.DefectPositionID.Visible = false;
  772. //
  773. // DefectPositionCode
  774. //
  775. this.DefectPositionCode.DataPropertyName = "DefectPositionCode";
  776. this.DefectPositionCode.HeaderText = "缺陷位置编码";
  777. this.DefectPositionCode.Name = "DefectPositionCode";
  778. this.DefectPositionCode.ReadOnly = true;
  779. this.DefectPositionCode.Visible = false;
  780. //
  781. // DefectPositionName
  782. //
  783. this.DefectPositionName.DataPropertyName = "DefectPositionName";
  784. this.DefectPositionName.HeaderText = "缺陷位置";
  785. this.DefectPositionName.Name = "DefectPositionName";
  786. this.DefectPositionName.ReadOnly = true;
  787. //
  788. // DefectFineValue
  789. //
  790. this.DefectFineValue.DataPropertyName = "DefectFineValue";
  791. this.DefectFineValue.HeaderText = "缺陷扣罚";
  792. this.DefectFineValue.Name = "DefectFineValue";
  793. this.DefectFineValue.ReadOnly = true;
  794. this.DefectFineValue.Visible = false;
  795. //
  796. // DefectProcedureID
  797. //
  798. this.DefectProcedureID.DataPropertyName = "DefectProcedureID";
  799. this.DefectProcedureID.HeaderText = "责任工序ID";
  800. this.DefectProcedureID.Name = "DefectProcedureID";
  801. this.DefectProcedureID.ReadOnly = true;
  802. this.DefectProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  803. this.DefectProcedureID.Visible = false;
  804. //
  805. // DefectProcedureCode
  806. //
  807. this.DefectProcedureCode.DataPropertyName = "DefectProcedureCode";
  808. this.DefectProcedureCode.HeaderText = "责任工序编码";
  809. this.DefectProcedureCode.Name = "DefectProcedureCode";
  810. this.DefectProcedureCode.ReadOnly = true;
  811. this.DefectProcedureCode.Visible = false;
  812. //
  813. // DefectProcedureName
  814. //
  815. this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
  816. this.DefectProcedureName.HeaderText = "责任工序";
  817. this.DefectProcedureName.Name = "DefectProcedureName";
  818. this.DefectProcedureName.ReadOnly = true;
  819. //
  820. // DefectUserID
  821. //
  822. this.DefectUserID.DataPropertyName = "DefectUserID";
  823. this.DefectUserID.HeaderText = "责任工号ID";
  824. this.DefectUserID.Name = "DefectUserID";
  825. this.DefectUserID.ReadOnly = true;
  826. this.DefectUserID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  827. this.DefectUserID.Visible = false;
  828. //
  829. // DefectUserCode
  830. //
  831. this.DefectUserCode.DataPropertyName = "DefectUserCode";
  832. this.DefectUserCode.HeaderText = "责任工号编码";
  833. this.DefectUserCode.Name = "DefectUserCode";
  834. this.DefectUserCode.ReadOnly = true;
  835. this.DefectUserCode.Visible = false;
  836. //
  837. // DefectUserName
  838. //
  839. this.DefectUserName.DataPropertyName = "DefectUserName";
  840. this.DefectUserName.HeaderText = "责任工号";
  841. this.DefectUserName.Name = "DefectUserName";
  842. this.DefectUserName.ReadOnly = true;
  843. //
  844. // DefectRemarks
  845. //
  846. this.DefectRemarks.DataPropertyName = "DefectRemarks";
  847. this.DefectRemarks.HeaderText = "备注";
  848. this.DefectRemarks.MaxInputLength = 200;
  849. this.DefectRemarks.Name = "DefectRemarks";
  850. this.DefectRemarks.ReadOnly = true;
  851. this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  852. this.DefectRemarks.Width = 200;
  853. //
  854. // ProductionBarCode
  855. //
  856. this.ProductionBarCode.DataPropertyName = "BarCode";
  857. this.ProductionBarCode.HeaderText = "产品条码ID";
  858. this.ProductionBarCode.Name = "ProductionBarCode";
  859. this.ProductionBarCode.ReadOnly = true;
  860. this.ProductionBarCode.Visible = false;
  861. //
  862. // TempCount
  863. //
  864. this.TempCount.DataPropertyName = "TempCount";
  865. this.TempCount.HeaderText = "唯一标识";
  866. this.TempCount.Name = "TempCount";
  867. this.TempCount.ReadOnly = true;
  868. this.TempCount.Visible = false;
  869. //
  870. // ProductionDataID
  871. //
  872. this.ProductionDataID.DataPropertyName = "ProductionDataID";
  873. this.ProductionDataID.HeaderText = "生产数据ID";
  874. this.ProductionDataID.Name = "ProductionDataID";
  875. this.ProductionDataID.ReadOnly = true;
  876. this.ProductionDataID.Visible = false;
  877. //
  878. // DefectFineID
  879. //
  880. this.DefectFineID.DataPropertyName = "DefectFineID";
  881. this.DefectFineID.HeaderText = "缺陷扣罚ID";
  882. this.DefectFineID.Name = "DefectFineID";
  883. this.DefectFineID.ReadOnly = true;
  884. this.DefectFineID.Visible = false;
  885. //
  886. // IsAllowEdit
  887. //
  888. this.IsAllowEdit.DataPropertyName = "IsAllowEdit";
  889. this.IsAllowEdit.HeaderText = "允许编辑";
  890. this.IsAllowEdit.Name = "IsAllowEdit";
  891. this.IsAllowEdit.ReadOnly = true;
  892. this.IsAllowEdit.Visible = false;
  893. //
  894. // dgvDefectStaff
  895. //
  896. this.dgvDefectStaff.AllowUserToAddRows = false;
  897. this.dgvDefectStaff.AllowUserToModifyRows = true;
  898. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  899. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  900. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  901. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  902. this.dgvDefectStaff.CellHeight = 25;
  903. this.dgvDefectStaff.ChildNodeColumnName = null;
  904. this.dgvDefectStaff.ChildNodeColumnText = null;
  905. this.dgvDefectStaff.ColumnDeep = 1;
  906. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  907. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  908. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  909. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  910. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  911. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  912. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  913. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  914. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  915. this.dgvDefectStaff.ColumnHeadersHeight = 25;
  916. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  917. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  918. this.chkSelected,
  919. this.StaffCode,
  920. this.StaffName,
  921. this.StaffID,
  922. this.StaffStatus,
  923. this.StaffTempCount,
  924. this.UjobsID,
  925. this.SjobsID});
  926. this.dgvDefectStaff.ColumnTreeView = null;
  927. this.dgvDefectStaff.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)));
  928. this.dgvDefectStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  929. this.dgvDefectStaff.DynamicColumnName = "";
  930. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  931. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  932. this.dgvDefectStaff.FormatQuantityColumns = null;
  933. this.dgvDefectStaff.HorizontalMergeColumn = null;
  934. this.dgvDefectStaff.IsAutoCountSum = true;
  935. this.dgvDefectStaff.IsAutoResizeColumns = false;
  936. this.dgvDefectStaff.IsClickF12 = false;
  937. this.dgvDefectStaff.IsOpenMergeCellFlag = false;
  938. this.dgvDefectStaff.IsSubTotalFlag = false;
  939. this.dgvDefectStaff.IsTopDeep = false;
  940. this.dgvDefectStaff.Location = new System.Drawing.Point(0, 0);
  941. this.dgvDefectStaff.MergeColumnNames = null;
  942. this.dgvDefectStaff.MergeDetailColumnNames = null;
  943. this.dgvDefectStaff.MergeDetailOnlyColumn = null;
  944. this.dgvDefectStaff.MergeOnlyColumn = null;
  945. this.dgvDefectStaff.MultiSelect = false;
  946. this.dgvDefectStaff.Name = "dgvDefectStaff";
  947. this.dgvDefectStaff.RefreshAtHscroll = false;
  948. this.dgvDefectStaff.RowHeadersWidth = 50;
  949. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  950. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  951. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle11;
  952. this.dgvDefectStaff.RowTemplate.Height = 25;
  953. this.dgvDefectStaff.Size = new System.Drawing.Size(1200, 154);
  954. this.dgvDefectStaff.SortOrderColumnName = null;
  955. this.dgvDefectStaff.TabIndex = 0;
  956. this.dgvDefectStaff.Tag = true;
  957. this.dgvDefectStaff.TotalSumColumns = null;
  958. this.dgvDefectStaff.ViewRowFilter = "";
  959. this.dgvDefectStaff.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefectStaff_UserDeletingRow);
  960. //
  961. // chkSelected
  962. //
  963. this.chkSelected.DataPropertyName = "IsSelected";
  964. this.chkSelected.FalseValue = "0";
  965. this.chkSelected.FillWeight = 60F;
  966. this.chkSelected.HeaderText = "选择";
  967. this.chkSelected.Name = "chkSelected";
  968. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  969. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  970. this.chkSelected.TrueValue = "1";
  971. this.chkSelected.Width = 60;
  972. //
  973. // StaffCode
  974. //
  975. this.StaffCode.DataPropertyName = "StaffCode";
  976. this.StaffCode.HeaderText = "员工编号";
  977. this.StaffCode.Name = "StaffCode";
  978. this.StaffCode.ReadOnly = true;
  979. //
  980. // StaffName
  981. //
  982. this.StaffName.DataPropertyName = "StaffName";
  983. this.StaffName.HeaderText = "员工名称";
  984. this.StaffName.Name = "StaffName";
  985. this.StaffName.ReadOnly = true;
  986. //
  987. // StaffID
  988. //
  989. this.StaffID.DataPropertyName = "StaffID";
  990. this.StaffID.HeaderText = "员工ID";
  991. this.StaffID.Name = "StaffID";
  992. this.StaffID.Visible = false;
  993. //
  994. // StaffStatus
  995. //
  996. this.StaffStatus.DataPropertyName = "StaffStatus";
  997. this.StaffStatus.HeaderText = "员工状态";
  998. this.StaffStatus.Name = "StaffStatus";
  999. this.StaffStatus.ReadOnly = true;
  1000. this.StaffStatus.Visible = false;
  1001. //
  1002. // StaffTempCount
  1003. //
  1004. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  1005. this.StaffTempCount.HeaderText = "唯一标识";
  1006. this.StaffTempCount.Name = "StaffTempCount";
  1007. this.StaffTempCount.Visible = false;
  1008. //
  1009. // UjobsID
  1010. //
  1011. this.UjobsID.DataPropertyName = "UjobsID";
  1012. this.UjobsID.HeaderText = "UjobsID";
  1013. this.UjobsID.Name = "UjobsID";
  1014. this.UjobsID.Visible = false;
  1015. //
  1016. // SjobsID
  1017. //
  1018. this.SjobsID.DataPropertyName = "SjobsID";
  1019. this.SjobsID.HeaderText = "SjobsID";
  1020. this.SjobsID.Name = "SjobsID";
  1021. this.SjobsID.Visible = false;
  1022. //
  1023. // btnSave
  1024. //
  1025. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1026. | System.Windows.Forms.AnchorStyles.Right)));
  1027. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  1028. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  1029. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1030. this.btnSave.ForeColor = System.Drawing.Color.White;
  1031. this.btnSave.Location = new System.Drawing.Point(1036, 645);
  1032. this.btnSave.Name = "btnSave";
  1033. this.btnSave.Size = new System.Drawing.Size(86, 25);
  1034. this.btnSave.TabIndex = 2;
  1035. this.btnSave.Tag = "保存";
  1036. this.btnSave.Text = "保存";
  1037. this.btnSave.UseVisualStyleBackColor = false;
  1038. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  1039. //
  1040. // btnCancel
  1041. //
  1042. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1043. | System.Windows.Forms.AnchorStyles.Right)));
  1044. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  1045. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  1046. this.btnCancel.CausesValidation = false;
  1047. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  1048. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1049. this.btnCancel.ForeColor = System.Drawing.Color.White;
  1050. this.btnCancel.Location = new System.Drawing.Point(1125, 645);
  1051. this.btnCancel.Name = "btnCancel";
  1052. this.btnCancel.Size = new System.Drawing.Size(86, 25);
  1053. this.btnCancel.TabIndex = 3;
  1054. this.btnCancel.Text = "关闭";
  1055. this.btnCancel.UseVisualStyleBackColor = false;
  1056. //
  1057. // tabControl2
  1058. //
  1059. this.tabControl2.Controls.Add(this.tabPage3);
  1060. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  1061. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  1062. this.tabControl2.Margin = new System.Windows.Forms.Padding(0);
  1063. this.tabControl2.Name = "tabControl2";
  1064. this.tabControl2.SelectedIndex = 0;
  1065. this.tabControl2.Size = new System.Drawing.Size(1208, 180);
  1066. this.tabControl2.TabIndex = 0;
  1067. //
  1068. // tabPage3
  1069. //
  1070. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  1071. this.tabPage3.Controls.Add(this.dgvDefectStaff);
  1072. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  1073. this.tabPage3.Margin = new System.Windows.Forms.Padding(0);
  1074. this.tabPage3.Name = "tabPage3";
  1075. this.tabPage3.Size = new System.Drawing.Size(1200, 154);
  1076. this.tabPage3.TabIndex = 0;
  1077. this.tabPage3.Text = "责任员工";
  1078. this.tabPage3.UseVisualStyleBackColor = true;
  1079. //
  1080. // odlgFile
  1081. //
  1082. this.odlgFile.FileName = "openFileDialog1";
  1083. //
  1084. // splitContainer1
  1085. //
  1086. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1087. | System.Windows.Forms.AnchorStyles.Right)));
  1088. this.splitContainer1.Location = new System.Drawing.Point(3, 69);
  1089. this.splitContainer1.Name = "splitContainer1";
  1090. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1091. //
  1092. // splitContainer1.Panel1
  1093. //
  1094. this.splitContainer1.Panel1.Controls.Add(this.dgvProductionData);
  1095. //
  1096. // splitContainer1.Panel2
  1097. //
  1098. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  1099. this.splitContainer1.Size = new System.Drawing.Size(1208, 570);
  1100. this.splitContainer1.SplitterDistance = 150;
  1101. this.splitContainer1.TabIndex = 1;
  1102. //
  1103. // splitContainer2
  1104. //
  1105. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1106. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  1107. this.splitContainer2.Margin = new System.Windows.Forms.Padding(0);
  1108. this.splitContainer2.Name = "splitContainer2";
  1109. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1110. //
  1111. // splitContainer2.Panel1
  1112. //
  1113. this.splitContainer2.Panel1.Controls.Add(this.dgvDefect);
  1114. this.splitContainer2.Panel1.Controls.Add(this.tsrOperate);
  1115. //
  1116. // splitContainer2.Panel2
  1117. //
  1118. this.splitContainer2.Panel2.Controls.Add(this.tabControl2);
  1119. this.splitContainer2.Size = new System.Drawing.Size(1208, 416);
  1120. this.splitContainer2.SplitterDistance = 232;
  1121. this.splitContainer2.TabIndex = 33;
  1122. //
  1123. // F_PM_2202
  1124. //
  1125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1127. this.CancelButton = this.btnCancel;
  1128. this.CausesValidation = false;
  1129. this.ClientSize = new System.Drawing.Size(1214, 742);
  1130. this.Controls.Add(this.splitContainer1);
  1131. this.Controls.Add(this.btnCancel);
  1132. this.Controls.Add(this.gbxBasicInfo);
  1133. this.Controls.Add(this.btnSave);
  1134. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1135. this.Name = "F_PM_2202";
  1136. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1137. this.Text = "半检登记";
  1138. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1139. this.Load += new System.EventHandler(this.F_PM_1202_Load);
  1140. this.Controls.SetChildIndex(this.btnSave, 0);
  1141. this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
  1142. this.Controls.SetChildIndex(this.btnCancel, 0);
  1143. this.Controls.SetChildIndex(this.splitContainer1, 0);
  1144. this.tsrOperate.ResumeLayout(false);
  1145. this.tsrOperate.PerformLayout();
  1146. this.gbxBasicInfo.ResumeLayout(false);
  1147. this.gbxBasicInfo.PerformLayout();
  1148. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).EndInit();
  1149. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  1150. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  1151. this.tabControl2.ResumeLayout(false);
  1152. this.tabPage3.ResumeLayout(false);
  1153. this.splitContainer1.Panel1.ResumeLayout(false);
  1154. this.splitContainer1.Panel2.ResumeLayout(false);
  1155. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1156. this.splitContainer1.ResumeLayout(false);
  1157. this.splitContainer2.Panel1.ResumeLayout(false);
  1158. this.splitContainer2.Panel2.ResumeLayout(false);
  1159. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1160. this.splitContainer2.ResumeLayout(false);
  1161. this.ResumeLayout(false);
  1162. this.PerformLayout();
  1163. }
  1164. #endregion
  1165. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1166. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1167. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1168. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1169. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1170. private Basics.BaseControls.C_GroupBox gbxBasicInfo;
  1171. private Basics.BaseControls.C_TextBox txtBarCode;
  1172. private Basics.BaseControls.C_Label lblBarCode;
  1173. private Basics.BaseControls.C_DataGridView dgvProductionData;
  1174. private Basics.BaseControls.C_DataGridView dgvDefect;
  1175. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  1176. private Basics.BaseControls.C_Button btnSave;
  1177. private Basics.BaseControls.C_Button btnCancel;
  1178. private System.Windows.Forms.TabControl tabControl2;
  1179. private System.Windows.Forms.TabPage tabPage3;
  1180. private Basics.BaseControls.C_Label lblUserCode;
  1181. private Basics.BaseControls.C_TextBox txtUserCode;
  1182. private System.Windows.Forms.OpenFileDialog odlgFile;
  1183. private System.Windows.Forms.SplitContainer splitContainer1;
  1184. private System.Windows.Forms.SplitContainer splitContainer2;
  1185. private Basics.BaseControls.C_Label lblRework;
  1186. private Basics.BaseControls.DKListBoxComboBox dropReworkProcedure;
  1187. private Basics.BaseControls.DKListBoxComboBox dropDutyUser;
  1188. private Basics.BaseControls.C_Label lblDutyUser;
  1189. private Basics.BaseControls.C_Label lblSemiCheckType;
  1190. private Basics.BaseControls.DKListBoxComboBox dkSemiCheckType;
  1191. private System.Windows.Forms.DataGridViewCheckBoxColumn chkdiscarde;
  1192. private System.Windows.Forms.DataGridViewTextBoxColumn DefectID;
  1193. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
  1194. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  1195. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionID;
  1196. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
  1197. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  1198. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineValue;
  1199. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureID;
  1200. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureCode;
  1201. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
  1202. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserID;
  1203. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserCode;
  1204. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
  1205. private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
  1206. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionBarCode;
  1207. private System.Windows.Forms.DataGridViewTextBoxColumn TempCount;
  1208. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
  1209. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID;
  1210. private System.Windows.Forms.DataGridViewTextBoxColumn IsAllowEdit;
  1211. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  1212. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  1213. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  1214. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  1215. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  1216. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  1217. private System.Windows.Forms.DataGridViewTextBoxColumn UjobsID;
  1218. private System.Windows.Forms.DataGridViewTextBoxColumn SjobsID;
  1219. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1220. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1221. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1222. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  1223. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  1224. private System.Windows.Forms.DataGridViewTextBoxColumn Dictionaryvalue;
  1225. private System.Windows.Forms.DataGridViewTextBoxColumn dgvUserCode;
  1226. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1227. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1228. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1229. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  1230. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  1231. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureCode;
  1232. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureName;
  1233. private System.Windows.Forms.DataGridViewCheckBoxColumn ReFine;
  1234. private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairflag;
  1235. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1236. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1237. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1238. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
  1239. private System.Windows.Forms.DataGridViewTextBoxColumn ReadOnly;
  1240. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  1241. }
  1242. }