F_PM_3202.Designer.cs 90 KB

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