F_PM_3202.Designer.cs 90 KB

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