| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746 |
- namespace Dongke.IBOSS.PRD.Client.Public
- {
- partial class F_P_00002
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_P_00002));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.btnClose = new System.Windows.Forms.Button();
- this.dgv1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.timerShow = new System.Windows.Forms.Timer(this.components);
- this.dgv3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.g3goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3semichecktypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3defectpositionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3semicheckusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g3semichecktime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvM = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.gmcdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmgoodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmbarcodenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmspnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmnspnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmbadnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmscnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmk500 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmk200 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmk100 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmzk100 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmk50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmk25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gmSum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnG1Up = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnG1Down = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnG1Left = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnG1Right = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.gb1 = new System.Windows.Forms.GroupBox();
- this.gb3 = new System.Windows.Forms.GroupBox();
- this.gbm = new System.Windows.Forms.GroupBox();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.gb0 = new System.Windows.Forms.GroupBox();
- this.dgv0 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.g0goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g0goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g0barcodenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g0outkilnnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g0goodnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g0badnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g0refirenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.txtKey = new System.Windows.Forms.TextBox();
- this.lblUserCode = new System.Windows.Forms.Label();
- this.btnResetForm = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.pic2 = new System.Windows.Forms.PictureBox();
- this.pic1 = new System.Windows.Forms.PictureBox();
- this.pic3 = new System.Windows.Forms.PictureBox();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.splitContainer3 = new System.Windows.Forms.SplitContainer();
- this.splitContainer4 = new System.Windows.Forms.SplitContainer();
- this.gb2 = new System.Windows.Forms.GroupBox();
- this.dgv2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.g2goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2DutyProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2DutyUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2ScrapType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2Rreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2AuditDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g2UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.splitContainer5 = new System.Windows.Forms.SplitContainer();
- this.gb4 = new System.Windows.Forms.GroupBox();
- this.dgv4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.g4goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4defectpositionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4semicheckusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4semichecktime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4resemicheckusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g4resemichecktime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1goodslevelname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1defectpositionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1DefectDeductionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.g1createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgv3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvM)).BeginInit();
- this.gb1.SuspendLayout();
- this.gb3.SuspendLayout();
- this.gbm.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.gb0.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv0)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
- this.splitContainer3.Panel1.SuspendLayout();
- this.splitContainer3.Panel2.SuspendLayout();
- this.splitContainer3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
- this.splitContainer4.Panel1.SuspendLayout();
- this.splitContainer4.Panel2.SuspendLayout();
- this.splitContainer4.SuspendLayout();
- this.gb2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
- this.splitContainer5.Panel1.SuspendLayout();
- this.splitContainer5.Panel2.SuspendLayout();
- this.splitContainer5.SuspendLayout();
- this.gb4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv4)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(1048, 35);
- this.tsrOperate.TabIndex = 37;
- this.tsrOperate.Text = "toolStrip1";
- this.tsrOperate.Visible = false;
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // dropRptProcedure
- //
- this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
- this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropRptProcedure.FormattingEnabled = true;
- this.dropRptProcedure.IsMustInput = true;
- this.dropRptProcedure.Location = new System.Drawing.Point(892, 0);
- this.dropRptProcedure.Name = "dropRptProcedure";
- this.dropRptProcedure.Size = new System.Drawing.Size(156, 20);
- this.dropRptProcedure.TabIndex = 99;
- this.dropRptProcedure.Visible = false;
- //
- // btnClose
- //
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Location = new System.Drawing.Point(0, 0);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(0, 0);
- this.btnClose.TabIndex = 41;
- this.btnClose.TabStop = false;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = true;
- //
- // dgv1
- //
- this.dgv1.AllowUserToAddRows = false;
- this.dgv1.AllowUserToDeleteRows = false;
- this.dgv1.AllowUserToModifyRows = true;
- this.dgv1.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv1.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgv1.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgv1.CellHeight = 23;
- this.dgv1.ChildNodeColumnName = null;
- this.dgv1.ChildNodeColumnText = null;
- this.dgv1.ColumnDeep = 1;
- this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.g1goodscode,
- this.g1barcode,
- this.g1goodslevelname,
- this.g1defectcode,
- this.g1defectname,
- this.g1defectpositionname,
- this.g1DefectFine,
- this.g1DefectDeductionNum,
- this.g1procedurename,
- this.g1usercode,
- this.g1createtime});
- this.dgv1.ColumnTreeView = null;
- this.dgv1.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)));
- this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv1.DynamicColumnName = "";
- this.dgv1.EnableHeadersVisualStyles = false;
- this.dgv1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv1.FormatQuantityColumns = null;
- this.dgv1.HorizontalMergeColumn = null;
- this.dgv1.IsAutoCountSum = true;
- this.dgv1.IsAutoResizeColumns = false;
- this.dgv1.IsClickF12 = false;
- this.dgv1.IsOpenMergeCellFlag = false;
- this.dgv1.IsSaveDataGridViewSetting = false;
- this.dgv1.IsSubTotalFlag = false;
- this.dgv1.IsTopDeep = false;
- this.dgv1.Location = new System.Drawing.Point(3, 17);
- this.dgv1.MergeColumnNames = null;
- this.dgv1.MergeDetailColumnNames = null;
- this.dgv1.MergeDetailOnlyColumn = null;
- this.dgv1.MergeOnlyColumn = null;
- this.dgv1.MultiSelect = false;
- this.dgv1.Name = "dgv1";
- this.dgv1.ReadOnly = true;
- this.dgv1.RefreshAtHscroll = false;
- this.dgv1.RowHeadersVisible = false;
- this.dgv1.RowHeadersWidth = 50;
- this.dgv1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgv1.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgv1.RowTemplate.Height = 21;
- this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv1.Size = new System.Drawing.Size(526, 103);
- this.dgv1.SortOrderColumnName = null;
- this.dgv1.TabIndex = 12;
- this.dgv1.Tag = "";
- this.dgv1.TotalSumColumns = null;
- this.dgv1.ViewRowFilter = "";
- //
- // timerShow
- //
- this.timerShow.Interval = 1000;
- this.timerShow.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // dgv3
- //
- this.dgv3.AllowUserToAddRows = false;
- this.dgv3.AllowUserToDeleteRows = false;
- this.dgv3.AllowUserToModifyRows = true;
- this.dgv3.AllowUserToResizeRows = false;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgv3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgv3.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgv3.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgv3.CellHeight = 23;
- this.dgv3.ChildNodeColumnName = null;
- this.dgv3.ChildNodeColumnText = null;
- this.dgv3.ColumnDeep = 1;
- this.dgv3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgv3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.g3goodscode,
- this.g3barcode,
- this.g3ProcedureName,
- this.g3semichecktypename,
- this.g3defectcode,
- this.g3defectname,
- this.g3defectpositionname,
- this.g3semicheckusercode,
- this.g3semichecktime});
- this.dgv3.ColumnTreeView = null;
- this.dgv3.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)));
- this.dgv3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv3.DynamicColumnName = "";
- this.dgv3.EnableHeadersVisualStyles = false;
- this.dgv3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv3.FormatQuantityColumns = null;
- this.dgv3.HorizontalMergeColumn = null;
- this.dgv3.IsAutoCountSum = true;
- this.dgv3.IsAutoResizeColumns = false;
- this.dgv3.IsClickF12 = false;
- this.dgv3.IsOpenMergeCellFlag = false;
- this.dgv3.IsSaveDataGridViewSetting = false;
- this.dgv3.IsSubTotalFlag = false;
- this.dgv3.IsTopDeep = false;
- this.dgv3.Location = new System.Drawing.Point(3, 17);
- this.dgv3.MergeColumnNames = null;
- this.dgv3.MergeDetailColumnNames = null;
- this.dgv3.MergeDetailOnlyColumn = null;
- this.dgv3.MergeOnlyColumn = null;
- this.dgv3.MultiSelect = false;
- this.dgv3.Name = "dgv3";
- this.dgv3.ReadOnly = true;
- this.dgv3.RefreshAtHscroll = false;
- this.dgv3.RowHeadersVisible = false;
- this.dgv3.RowHeadersWidth = 50;
- this.dgv3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgv3.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgv3.RowTemplate.Height = 21;
- this.dgv3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv3.Size = new System.Drawing.Size(526, 102);
- this.dgv3.SortOrderColumnName = null;
- this.dgv3.TabIndex = 13;
- this.dgv3.Tag = "";
- this.dgv3.TotalSumColumns = null;
- this.dgv3.ViewRowFilter = "";
- //
- // g3goodscode
- //
- this.g3goodscode.DataPropertyName = "goodscode";
- this.g3goodscode.HeaderText = "产品编码";
- this.g3goodscode.Name = "g3goodscode";
- this.g3goodscode.ReadOnly = true;
- this.g3goodscode.Visible = false;
- //
- // g3barcode
- //
- this.g3barcode.DataPropertyName = "barcode";
- this.g3barcode.HeaderText = "产品条码";
- this.g3barcode.Name = "g3barcode";
- this.g3barcode.ReadOnly = true;
- //
- // g3ProcedureName
- //
- this.g3ProcedureName.DataPropertyName = "ProcedureName";
- this.g3ProcedureName.HeaderText = "完成工序";
- this.g3ProcedureName.Name = "g3ProcedureName";
- this.g3ProcedureName.ReadOnly = true;
- //
- // g3semichecktypename
- //
- this.g3semichecktypename.DataPropertyName = "semichecktypename";
- this.g3semichecktypename.HeaderText = "半检分级";
- this.g3semichecktypename.Name = "g3semichecktypename";
- this.g3semichecktypename.ReadOnly = true;
- //
- // g3defectcode
- //
- this.g3defectcode.DataPropertyName = "defectcode";
- this.g3defectcode.HeaderText = "缺陷代码";
- this.g3defectcode.Name = "g3defectcode";
- this.g3defectcode.ReadOnly = true;
- //
- // g3defectname
- //
- this.g3defectname.DataPropertyName = "defectname";
- this.g3defectname.HeaderText = "缺陷名称";
- this.g3defectname.Name = "g3defectname";
- this.g3defectname.ReadOnly = true;
- //
- // g3defectpositionname
- //
- this.g3defectpositionname.DataPropertyName = "defectpositionname";
- this.g3defectpositionname.HeaderText = "缺陷位置";
- this.g3defectpositionname.Name = "g3defectpositionname";
- this.g3defectpositionname.ReadOnly = true;
- //
- // g3semicheckusercode
- //
- this.g3semicheckusercode.DataPropertyName = "semicheckusercode";
- this.g3semicheckusercode.HeaderText = "半检工号";
- this.g3semicheckusercode.Name = "g3semicheckusercode";
- this.g3semicheckusercode.ReadOnly = true;
- //
- // g3semichecktime
- //
- this.g3semichecktime.DataPropertyName = "semichecktime";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.Format = "yyyy-MM-dd HH:mm:ss";
- this.g3semichecktime.DefaultCellStyle = dataGridViewCellStyle9;
- this.g3semichecktime.HeaderText = "半检时间";
- this.g3semichecktime.Name = "g3semichecktime";
- this.g3semichecktime.ReadOnly = true;
- this.g3semichecktime.Visible = false;
- //
- // dgvM
- //
- this.dgvM.AllowUserToAddRows = false;
- this.dgvM.AllowUserToDeleteRows = false;
- this.dgvM.AllowUserToModifyRows = true;
- this.dgvM.AllowUserToResizeRows = false;
- this.dgvM.AllowUserToSortRows = false;
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvM.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvM.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvM.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvM.CellHeight = 23;
- this.dgvM.ChildNodeColumnName = null;
- this.dgvM.ChildNodeColumnText = null;
- this.dgvM.ColumnDeep = 1;
- this.dgvM.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvM.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvM.ColumnHeadersHeight = 30;
- this.dgvM.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.gmcdate,
- this.gmgoodscode,
- this.gmbarcodenum,
- this.gmspnum,
- this.gmnspnum,
- this.gmbadnum,
- this.gmscnum,
- this.gmk500,
- this.gmk200,
- this.gmk100,
- this.gmzk100,
- this.gmk50,
- this.gmk25,
- this.gmSum});
- this.dgvM.ColumnTreeView = null;
- this.dgvM.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)));
- this.dgvM.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvM.DynamicColumnName = "";
- this.dgvM.EnableHeadersVisualStyles = false;
- this.dgvM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvM.FormatQuantityColumns = null;
- this.dgvM.HorizontalMergeColumn = null;
- this.dgvM.IsAutoCountSum = true;
- this.dgvM.IsAutoResizeColumns = false;
- this.dgvM.IsClickF12 = false;
- this.dgvM.IsOpenMergeCellFlag = false;
- this.dgvM.IsSaveDataGridViewSetting = false;
- this.dgvM.IsSubTotalFlag = false;
- this.dgvM.IsTopDeep = false;
- this.dgvM.Location = new System.Drawing.Point(3, 17);
- this.dgvM.MergeColumnNames = null;
- this.dgvM.MergeDetailColumnNames = null;
- this.dgvM.MergeDetailOnlyColumn = null;
- this.dgvM.MergeOnlyColumn = null;
- this.dgvM.MultiSelect = false;
- this.dgvM.Name = "dgvM";
- this.dgvM.ReadOnly = true;
- this.dgvM.RefreshAtHscroll = false;
- this.dgvM.RowHeadersVisible = false;
- this.dgvM.RowHeadersWidth = 50;
- this.dgvM.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle26.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvM.RowsDefaultCellStyle = dataGridViewCellStyle26;
- this.dgvM.RowTemplate.Height = 21;
- this.dgvM.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvM.Size = new System.Drawing.Size(462, 484);
- this.dgvM.SortOrderColumnName = null;
- this.dgvM.TabIndex = 14;
- this.dgvM.Tag = "";
- this.dgvM.TotalSumColumns = null;
- this.dgvM.ViewRowFilter = "";
- this.dgvM.SelectionChanged += new System.EventHandler(this.dgvM_SelectionChanged);
- //
- // gmcdate
- //
- this.gmcdate.DataPropertyName = "cdate";
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle13.Format = "yyyy-MM-dd";
- this.gmcdate.DefaultCellStyle = dataGridViewCellStyle13;
- this.gmcdate.HeaderText = "日期";
- this.gmcdate.Name = "gmcdate";
- this.gmcdate.ReadOnly = true;
- this.gmcdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // gmgoodscode
- //
- this.gmgoodscode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmgoodscode.DataPropertyName = "goodscode";
- this.gmgoodscode.HeaderText = "产品编码";
- this.gmgoodscode.MinimumWidth = 34;
- this.gmgoodscode.Name = "gmgoodscode";
- this.gmgoodscode.ReadOnly = true;
- this.gmgoodscode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmgoodscode.Width = 34;
- //
- // gmbarcodenum
- //
- this.gmbarcodenum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmbarcodenum.DataPropertyName = "barcodenum";
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.gmbarcodenum.DefaultCellStyle = dataGridViewCellStyle14;
- this.gmbarcodenum.HeaderText = "交坯量";
- this.gmbarcodenum.MinimumWidth = 34;
- this.gmbarcodenum.Name = "gmbarcodenum";
- this.gmbarcodenum.ReadOnly = true;
- this.gmbarcodenum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmbarcodenum.Width = 34;
- //
- // gmspnum
- //
- this.gmspnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmspnum.DataPropertyName = "spnum";
- dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle15.Format = "#,##0";
- this.gmspnum.DefaultCellStyle = dataGridViewCellStyle15;
- this.gmspnum.HeaderText = "损坯";
- this.gmspnum.MinimumWidth = 34;
- this.gmspnum.Name = "gmspnum";
- this.gmspnum.ReadOnly = true;
- this.gmspnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmspnum.Visible = false;
- this.gmspnum.Width = 34;
- //
- // gmnspnum
- //
- this.gmnspnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmnspnum.DataPropertyName = "nspnum";
- dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle16.Format = "#,##0";
- this.gmnspnum.DefaultCellStyle = dataGridViewCellStyle16;
- this.gmnspnum.HeaderText = "后道损坯";
- this.gmnspnum.MinimumWidth = 34;
- this.gmnspnum.Name = "gmnspnum";
- this.gmnspnum.ReadOnly = true;
- this.gmnspnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmnspnum.Width = 34;
- //
- // gmbadnum
- //
- this.gmbadnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmbadnum.DataPropertyName = "badnum";
- dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle17.Format = "#,##0";
- this.gmbadnum.DefaultCellStyle = dataGridViewCellStyle17;
- this.gmbadnum.HeaderText = "半检不合格";
- this.gmbadnum.MinimumWidth = 34;
- this.gmbadnum.Name = "gmbadnum";
- this.gmbadnum.ReadOnly = true;
- this.gmbadnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmbadnum.Width = 34;
- //
- // gmscnum
- //
- this.gmscnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmscnum.DataPropertyName = "scnum";
- dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle18.Format = "#,##0";
- this.gmscnum.DefaultCellStyle = dataGridViewCellStyle18;
- this.gmscnum.HeaderText = "返工合格";
- this.gmscnum.MinimumWidth = 34;
- this.gmscnum.Name = "gmscnum";
- this.gmscnum.ReadOnly = true;
- this.gmscnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmscnum.Width = 34;
- //
- // gmk500
- //
- this.gmk500.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmk500.DataPropertyName = "k500";
- dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle19.Format = "#,##0";
- this.gmk500.DefaultCellStyle = dataGridViewCellStyle19;
- this.gmk500.HeaderText = "扣[5]";
- this.gmk500.MinimumWidth = 34;
- this.gmk500.Name = "gmk500";
- this.gmk500.ReadOnly = true;
- this.gmk500.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmk500.Width = 34;
- //
- // gmk200
- //
- this.gmk200.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmk200.DataPropertyName = "k200";
- dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle20.Format = "#,##0";
- this.gmk200.DefaultCellStyle = dataGridViewCellStyle20;
- this.gmk200.HeaderText = "扣[2]";
- this.gmk200.MinimumWidth = 34;
- this.gmk200.Name = "gmk200";
- this.gmk200.ReadOnly = true;
- this.gmk200.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmk200.Width = 34;
- //
- // gmk100
- //
- this.gmk100.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmk100.DataPropertyName = "k100";
- dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle21.Format = "#,##0";
- this.gmk100.DefaultCellStyle = dataGridViewCellStyle21;
- this.gmk100.HeaderText = "扣[1]";
- this.gmk100.MinimumWidth = 34;
- this.gmk100.Name = "gmk100";
- this.gmk100.ReadOnly = true;
- this.gmk100.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmk100.Width = 34;
- //
- // gmzk100
- //
- this.gmzk100.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmzk100.DataPropertyName = "zk100";
- dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle22.Format = "#,##0";
- this.gmzk100.DefaultCellStyle = dataGridViewCellStyle22;
- this.gmzk100.HeaderText = "杂质扣[1]";
- this.gmzk100.MinimumWidth = 40;
- this.gmzk100.Name = "gmzk100";
- this.gmzk100.ReadOnly = true;
- this.gmzk100.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmzk100.Width = 40;
- //
- // gmk50
- //
- this.gmk50.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmk50.DataPropertyName = "k50";
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle23.Format = "#,##0";
- this.gmk50.DefaultCellStyle = dataGridViewCellStyle23;
- this.gmk50.HeaderText = "扣[0.5]";
- this.gmk50.MinimumWidth = 34;
- this.gmk50.Name = "gmk50";
- this.gmk50.ReadOnly = true;
- this.gmk50.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmk50.Width = 34;
- //
- // gmk25
- //
- this.gmk25.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
- this.gmk25.DataPropertyName = "k0";
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle24.Format = "#,##0";
- this.gmk25.DefaultCellStyle = dataGridViewCellStyle24;
- this.gmk25.HeaderText = "扣罚[0.25]";
- this.gmk25.MinimumWidth = 40;
- this.gmk25.Name = "gmk25";
- this.gmk25.ReadOnly = true;
- this.gmk25.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.gmk25.Width = 40;
- //
- // gmSum
- //
- this.gmSum.DataPropertyName = "datesum";
- dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle25.Format = "#,##0.0";
- this.gmSum.DefaultCellStyle = dataGridViewCellStyle25;
- this.gmSum.HeaderText = "结算";
- this.gmSum.Name = "gmSum";
- this.gmSum.ReadOnly = true;
- this.gmSum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // btnG1Up
- //
- this.btnG1Up.BackColor = System.Drawing.Color.Transparent;
- this.btnG1Up.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Up.BackgroundImage")));
- this.btnG1Up.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnG1Up.ForeColor = System.Drawing.Color.White;
- this.btnG1Up.Location = new System.Drawing.Point(998, 25);
- this.btnG1Up.Name = "btnG1Up";
- this.btnG1Up.Size = new System.Drawing.Size(50, 50);
- this.btnG1Up.TabIndex = 45;
- this.btnG1Up.Text = "上";
- this.btnG1Up.UseVisualStyleBackColor = true;
- this.btnG1Up.Visible = false;
- //
- // btnG1Down
- //
- this.btnG1Down.BackColor = System.Drawing.Color.Transparent;
- this.btnG1Down.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Down.BackgroundImage")));
- this.btnG1Down.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnG1Down.ForeColor = System.Drawing.Color.White;
- this.btnG1Down.Location = new System.Drawing.Point(998, 81);
- this.btnG1Down.Name = "btnG1Down";
- this.btnG1Down.Size = new System.Drawing.Size(50, 50);
- this.btnG1Down.TabIndex = 45;
- this.btnG1Down.Text = "下";
- this.btnG1Down.UseVisualStyleBackColor = true;
- this.btnG1Down.Visible = false;
- //
- // btnG1Left
- //
- this.btnG1Left.BackColor = System.Drawing.Color.Transparent;
- this.btnG1Left.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Left.BackgroundImage")));
- this.btnG1Left.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnG1Left.ForeColor = System.Drawing.Color.White;
- this.btnG1Left.Location = new System.Drawing.Point(998, 131);
- this.btnG1Left.Name = "btnG1Left";
- this.btnG1Left.Size = new System.Drawing.Size(50, 50);
- this.btnG1Left.TabIndex = 45;
- this.btnG1Left.Text = "左";
- this.btnG1Left.UseVisualStyleBackColor = true;
- this.btnG1Left.Visible = false;
- //
- // btnG1Right
- //
- this.btnG1Right.BackColor = System.Drawing.Color.Transparent;
- this.btnG1Right.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Right.BackgroundImage")));
- this.btnG1Right.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnG1Right.ForeColor = System.Drawing.Color.White;
- this.btnG1Right.Location = new System.Drawing.Point(998, 187);
- this.btnG1Right.Name = "btnG1Right";
- this.btnG1Right.Size = new System.Drawing.Size(50, 50);
- this.btnG1Right.TabIndex = 45;
- this.btnG1Right.Text = "右";
- this.btnG1Right.UseVisualStyleBackColor = true;
- this.btnG1Right.Visible = false;
- //
- // gb1
- //
- this.gb1.BackColor = System.Drawing.Color.Transparent;
- this.gb1.Controls.Add(this.dgv1);
- this.gb1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gb1.Location = new System.Drawing.Point(0, 0);
- this.gb1.Name = "gb1";
- this.gb1.Size = new System.Drawing.Size(532, 123);
- this.gb1.TabIndex = 12;
- this.gb1.TabStop = false;
- this.gb1.Text = "成检缺陷明细";
- //
- // gb3
- //
- this.gb3.BackColor = System.Drawing.Color.Transparent;
- this.gb3.Controls.Add(this.dgv3);
- this.gb3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gb3.Location = new System.Drawing.Point(0, 0);
- this.gb3.Name = "gb3";
- this.gb3.Size = new System.Drawing.Size(532, 122);
- this.gb3.TabIndex = 13;
- this.gb3.TabStop = false;
- this.gb3.Text = "半检不合格明细";
- //
- // gbm
- //
- this.gbm.BackColor = System.Drawing.Color.Transparent;
- this.gbm.Controls.Add(this.dgvM);
- this.gbm.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gbm.Location = new System.Drawing.Point(0, 0);
- this.gbm.Name = "gbm";
- this.gbm.Size = new System.Drawing.Size(468, 504);
- this.gbm.TabIndex = 14;
- this.gbm.TabStop = false;
- this.gbm.Text = "月度信息";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer1.Location = new System.Drawing.Point(5, 5);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.gb0);
- this.splitContainer1.Panel1.Controls.Add(this.lblUserCode);
- this.splitContainer1.Panel1.Controls.Add(this.btnResetForm);
- this.splitContainer1.Panel1.Controls.Add(this.pic2);
- this.splitContainer1.Panel1.Controls.Add(this.pic1);
- this.splitContainer1.Panel1.Controls.Add(this.pic3);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(1004, 601);
- this.splitContainer1.SplitterDistance = 93;
- this.splitContainer1.TabIndex = 0;
- this.splitContainer1.TabStop = false;
- //
- // gb0
- //
- this.gb0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gb0.BackColor = System.Drawing.Color.Transparent;
- this.gb0.Controls.Add(this.dgv0);
- this.gb0.Controls.Add(this.txtKey);
- this.gb0.Location = new System.Drawing.Point(0, 0);
- this.gb0.Name = "gb0";
- this.gb0.Size = new System.Drawing.Size(840, 93);
- this.gb0.TabIndex = 0;
- this.gb0.TabStop = false;
- this.gb0.Text = "总体信息";
- //
- // dgv0
- //
- this.dgv0.AllowUserToAddRows = false;
- this.dgv0.AllowUserToDeleteRows = false;
- this.dgv0.AllowUserToModifyRows = true;
- this.dgv0.AllowUserToResizeRows = false;
- this.dgv0.AllowUserToSortRows = false;
- dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgv0.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle27;
- this.dgv0.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgv0.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgv0.CellHeight = 23;
- this.dgv0.ChildNodeColumnName = null;
- this.dgv0.ChildNodeColumnText = null;
- this.dgv0.ColumnDeep = 1;
- this.dgv0.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle28.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv0.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle28;
- this.dgv0.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv0.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.g0goodstypename,
- this.g0goodscode,
- this.g0barcodenum,
- this.g0outkilnnum,
- this.g0goodnum,
- this.g0badnum,
- this.g0refirenum});
- this.dgv0.ColumnTreeView = null;
- this.dgv0.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)));
- this.dgv0.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv0.DynamicColumnName = "";
- this.dgv0.EnableHeadersVisualStyles = false;
- this.dgv0.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv0.FormatQuantityColumns = null;
- this.dgv0.HorizontalMergeColumn = null;
- this.dgv0.IsAutoCountSum = true;
- this.dgv0.IsAutoResizeColumns = false;
- this.dgv0.IsClickF12 = false;
- this.dgv0.IsOpenMergeCellFlag = false;
- this.dgv0.IsSaveDataGridViewSetting = false;
- this.dgv0.IsSubTotalFlag = false;
- this.dgv0.IsTopDeep = false;
- this.dgv0.Location = new System.Drawing.Point(3, 17);
- this.dgv0.MergeColumnNames = null;
- this.dgv0.MergeDetailColumnNames = null;
- this.dgv0.MergeDetailOnlyColumn = null;
- this.dgv0.MergeOnlyColumn = null;
- this.dgv0.MultiSelect = false;
- this.dgv0.Name = "dgv0";
- this.dgv0.ReadOnly = true;
- this.dgv0.RefreshAtHscroll = false;
- this.dgv0.RowHeadersVisible = false;
- this.dgv0.RowHeadersWidth = 20;
- this.dgv0.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgv0.RowsDefaultCellStyle = dataGridViewCellStyle34;
- this.dgv0.RowTemplate.Height = 21;
- this.dgv0.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv0.Size = new System.Drawing.Size(834, 73);
- this.dgv0.SortOrderColumnName = null;
- this.dgv0.TabIndex = 11;
- this.dgv0.Tag = "";
- this.dgv0.TotalSumColumns = null;
- this.dgv0.ViewRowFilter = "";
- //
- // g0goodstypename
- //
- this.g0goodstypename.DataPropertyName = "goodstypeName";
- this.g0goodstypename.HeaderText = "产品类别";
- this.g0goodstypename.Name = "g0goodstypename";
- this.g0goodstypename.ReadOnly = true;
- this.g0goodstypename.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.g0goodstypename.Width = 60;
- //
- // g0goodscode
- //
- this.g0goodscode.DataPropertyName = "goodscode";
- this.g0goodscode.HeaderText = "产品编码";
- this.g0goodscode.Name = "g0goodscode";
- this.g0goodscode.ReadOnly = true;
- this.g0goodscode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // g0barcodenum
- //
- this.g0barcodenum.DataPropertyName = "barcodenum";
- dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle29.Format = "#,##0";
- this.g0barcodenum.DefaultCellStyle = dataGridViewCellStyle29;
- this.g0barcodenum.HeaderText = "交坯量";
- this.g0barcodenum.Name = "g0barcodenum";
- this.g0barcodenum.ReadOnly = true;
- this.g0barcodenum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.g0barcodenum.Width = 60;
- //
- // g0outkilnnum
- //
- this.g0outkilnnum.DataPropertyName = "outkilnnum";
- dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle30.Format = "#,##0";
- this.g0outkilnnum.DefaultCellStyle = dataGridViewCellStyle30;
- this.g0outkilnnum.HeaderText = "出窑数";
- this.g0outkilnnum.Name = "g0outkilnnum";
- this.g0outkilnnum.ReadOnly = true;
- this.g0outkilnnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.g0outkilnnum.Width = 60;
- //
- // g0goodnum
- //
- this.g0goodnum.DataPropertyName = "goodnum";
- dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle31.Format = "#,##0";
- this.g0goodnum.DefaultCellStyle = dataGridViewCellStyle31;
- this.g0goodnum.HeaderText = "合格数";
- this.g0goodnum.Name = "g0goodnum";
- this.g0goodnum.ReadOnly = true;
- this.g0goodnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.g0goodnum.Width = 60;
- //
- // g0badnum
- //
- this.g0badnum.DataPropertyName = "badnum";
- dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle32.Format = "#,##0";
- this.g0badnum.DefaultCellStyle = dataGridViewCellStyle32;
- this.g0badnum.HeaderText = "次品数";
- this.g0badnum.Name = "g0badnum";
- this.g0badnum.ReadOnly = true;
- this.g0badnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.g0badnum.Width = 60;
- //
- // g0refirenum
- //
- this.g0refirenum.DataPropertyName = "refirenum";
- dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle33.Format = "#,##0";
- this.g0refirenum.DefaultCellStyle = dataGridViewCellStyle33;
- this.g0refirenum.HeaderText = "重烧数";
- this.g0refirenum.Name = "g0refirenum";
- this.g0refirenum.ReadOnly = true;
- this.g0refirenum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.g0refirenum.Width = 60;
- //
- // txtKey
- //
- this.txtKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.txtKey.Location = new System.Drawing.Point(709, -1);
- this.txtKey.Name = "txtKey";
- this.txtKey.Size = new System.Drawing.Size(100, 21);
- this.txtKey.TabIndex = 0;
- this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown);
- //
- // lblUserCode
- //
- this.lblUserCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblUserCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblUserCode.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserCode.ForeColor = System.Drawing.Color.Blue;
- this.lblUserCode.Location = new System.Drawing.Point(847, 51);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(154, 39);
- this.lblUserCode.TabIndex = 49;
- this.lblUserCode.Text = "F123456";
- this.lblUserCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // btnResetForm
- //
- this.btnResetForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnResetForm.BackColor = System.Drawing.Color.Transparent;
- this.btnResetForm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnResetForm.BackgroundImage")));
- this.btnResetForm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.btnResetForm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnResetForm.ForeColor = System.Drawing.Color.White;
- this.btnResetForm.Location = new System.Drawing.Point(846, 0);
- this.btnResetForm.Name = "btnResetForm";
- this.btnResetForm.Size = new System.Drawing.Size(50, 50);
- this.btnResetForm.TabIndex = 45;
- this.btnResetForm.Text = "退出";
- this.btnResetForm.UseVisualStyleBackColor = false;
- this.btnResetForm.Click += new System.EventHandler(this.btnResetForm_Click);
- //
- // pic2
- //
- this.pic2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pic2.Image = global::Dongke.IBOSS.PRD.Client.Public.Properties.Resources.num_0;
- this.pic2.Location = new System.Drawing.Point(932, 0);
- this.pic2.Name = "pic2";
- this.pic2.Size = new System.Drawing.Size(34, 48);
- this.pic2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic2.TabIndex = 47;
- this.pic2.TabStop = false;
- //
- // pic1
- //
- this.pic1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pic1.Image = global::Dongke.IBOSS.PRD.Client.Public.Properties.Resources.num_0;
- this.pic1.Location = new System.Drawing.Point(966, 0);
- this.pic1.Name = "pic1";
- this.pic1.Size = new System.Drawing.Size(34, 48);
- this.pic1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic1.TabIndex = 46;
- this.pic1.TabStop = false;
- //
- // pic3
- //
- this.pic3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pic3.Image = global::Dongke.IBOSS.PRD.Client.Public.Properties.Resources.num_0;
- this.pic3.Location = new System.Drawing.Point(898, 0);
- this.pic3.Name = "pic3";
- this.pic3.Size = new System.Drawing.Size(34, 48);
- this.pic3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic3.TabIndex = 48;
- this.pic3.TabStop = false;
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.gbm);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
- this.splitContainer2.Size = new System.Drawing.Size(1004, 504);
- this.splitContainer2.SplitterDistance = 468;
- this.splitContainer2.TabIndex = 1;
- this.splitContainer2.TabStop = false;
- //
- // splitContainer3
- //
- this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer3.Location = new System.Drawing.Point(0, 0);
- this.splitContainer3.Name = "splitContainer3";
- this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer3.Panel1
- //
- this.splitContainer3.Panel1.Controls.Add(this.gb1);
- //
- // splitContainer3.Panel2
- //
- this.splitContainer3.Panel2.Controls.Add(this.splitContainer4);
- this.splitContainer3.Size = new System.Drawing.Size(532, 504);
- this.splitContainer3.SplitterDistance = 123;
- this.splitContainer3.TabIndex = 1;
- this.splitContainer3.TabStop = false;
- //
- // splitContainer4
- //
- this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer4.Location = new System.Drawing.Point(0, 0);
- this.splitContainer4.Name = "splitContainer4";
- this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer4.Panel1
- //
- this.splitContainer4.Panel1.Controls.Add(this.gb2);
- //
- // splitContainer4.Panel2
- //
- this.splitContainer4.Panel2.Controls.Add(this.splitContainer5);
- this.splitContainer4.Size = new System.Drawing.Size(532, 377);
- this.splitContainer4.SplitterDistance = 123;
- this.splitContainer4.TabIndex = 14;
- //
- // gb2
- //
- this.gb2.BackColor = System.Drawing.Color.Transparent;
- this.gb2.Controls.Add(this.dgv2);
- this.gb2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gb2.Location = new System.Drawing.Point(0, 0);
- this.gb2.Name = "gb2";
- this.gb2.Size = new System.Drawing.Size(532, 123);
- this.gb2.TabIndex = 14;
- this.gb2.TabStop = false;
- this.gb2.Text = "后道损坯明细";
- //
- // dgv2
- //
- this.dgv2.AllowUserToAddRows = false;
- this.dgv2.AllowUserToDeleteRows = false;
- this.dgv2.AllowUserToModifyRows = true;
- this.dgv2.AllowUserToResizeRows = false;
- dataGridViewCellStyle35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle35;
- this.dgv2.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgv2.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgv2.CellHeight = 23;
- this.dgv2.ChildNodeColumnName = null;
- this.dgv2.ChildNodeColumnText = null;
- this.dgv2.ColumnDeep = 1;
- this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle36.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle36.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle36;
- this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.g2goodscode,
- this.g2barcode,
- this.g2ProcedureName,
- this.g2DutyProcedureName,
- this.g2DutyUserCode,
- this.g2ScrapType,
- this.g2Rreason,
- this.g2AuditDate,
- this.g2UserCode});
- this.dgv2.ColumnTreeView = null;
- this.dgv2.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)));
- this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv2.DynamicColumnName = "";
- this.dgv2.EnableHeadersVisualStyles = false;
- this.dgv2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv2.FormatQuantityColumns = null;
- this.dgv2.HorizontalMergeColumn = null;
- this.dgv2.IsAutoCountSum = true;
- this.dgv2.IsAutoResizeColumns = false;
- this.dgv2.IsClickF12 = false;
- this.dgv2.IsOpenMergeCellFlag = false;
- this.dgv2.IsSaveDataGridViewSetting = false;
- this.dgv2.IsSubTotalFlag = false;
- this.dgv2.IsTopDeep = false;
- this.dgv2.Location = new System.Drawing.Point(3, 17);
- this.dgv2.MergeColumnNames = null;
- this.dgv2.MergeDetailColumnNames = null;
- this.dgv2.MergeDetailOnlyColumn = null;
- this.dgv2.MergeOnlyColumn = null;
- this.dgv2.MultiSelect = false;
- this.dgv2.Name = "dgv2";
- this.dgv2.ReadOnly = true;
- this.dgv2.RefreshAtHscroll = false;
- this.dgv2.RowHeadersVisible = false;
- this.dgv2.RowHeadersWidth = 50;
- this.dgv2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgv2.RowsDefaultCellStyle = dataGridViewCellStyle38;
- this.dgv2.RowTemplate.Height = 21;
- this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv2.Size = new System.Drawing.Size(526, 103);
- this.dgv2.SortOrderColumnName = null;
- this.dgv2.TabIndex = 13;
- this.dgv2.Tag = "";
- this.dgv2.TotalSumColumns = null;
- this.dgv2.ViewRowFilter = "";
- //
- // g2goodscode
- //
- this.g2goodscode.DataPropertyName = "goodscode";
- this.g2goodscode.HeaderText = "产品编码";
- this.g2goodscode.Name = "g2goodscode";
- this.g2goodscode.ReadOnly = true;
- this.g2goodscode.Visible = false;
- //
- // g2barcode
- //
- this.g2barcode.DataPropertyName = "barcode";
- this.g2barcode.HeaderText = "产品条码";
- this.g2barcode.Name = "g2barcode";
- this.g2barcode.ReadOnly = true;
- //
- // g2ProcedureName
- //
- this.g2ProcedureName.DataPropertyName = "ProcedureName";
- this.g2ProcedureName.HeaderText = "报损工序";
- this.g2ProcedureName.Name = "g2ProcedureName";
- this.g2ProcedureName.ReadOnly = true;
- //
- // g2DutyProcedureName
- //
- this.g2DutyProcedureName.DataPropertyName = "DutyProcedureName";
- this.g2DutyProcedureName.HeaderText = "责任工序";
- this.g2DutyProcedureName.Name = "g2DutyProcedureName";
- this.g2DutyProcedureName.ReadOnly = true;
- //
- // g2DutyUserCode
- //
- this.g2DutyUserCode.DataPropertyName = "DutyUserCode";
- this.g2DutyUserCode.HeaderText = "责任工号";
- this.g2DutyUserCode.Name = "g2DutyUserCode";
- this.g2DutyUserCode.ReadOnly = true;
- //
- // g2ScrapType
- //
- this.g2ScrapType.DataPropertyName = "ScrapTypeName";
- this.g2ScrapType.HeaderText = "报损类型";
- this.g2ScrapType.Name = "g2ScrapType";
- this.g2ScrapType.ReadOnly = true;
- //
- // g2Rreason
- //
- this.g2Rreason.DataPropertyName = "Rreason";
- this.g2Rreason.HeaderText = "损坯原因";
- this.g2Rreason.Name = "g2Rreason";
- this.g2Rreason.ReadOnly = true;
- //
- // g2AuditDate
- //
- this.g2AuditDate.DataPropertyName = "AuditDate";
- dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle37.Format = "yyyy-MM-dd HH:mm:ss";
- this.g2AuditDate.DefaultCellStyle = dataGridViewCellStyle37;
- this.g2AuditDate.HeaderText = "损坯时间";
- this.g2AuditDate.Name = "g2AuditDate";
- this.g2AuditDate.ReadOnly = true;
- this.g2AuditDate.Visible = false;
- //
- // g2UserCode
- //
- this.g2UserCode.DataPropertyName = "UserCode";
- this.g2UserCode.HeaderText = "操作工号";
- this.g2UserCode.Name = "g2UserCode";
- this.g2UserCode.ReadOnly = true;
- //
- // splitContainer5
- //
- this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer5.Location = new System.Drawing.Point(0, 0);
- this.splitContainer5.Name = "splitContainer5";
- this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer5.Panel1
- //
- this.splitContainer5.Panel1.Controls.Add(this.gb3);
- //
- // splitContainer5.Panel2
- //
- this.splitContainer5.Panel2.Controls.Add(this.gb4);
- this.splitContainer5.Size = new System.Drawing.Size(532, 250);
- this.splitContainer5.SplitterDistance = 122;
- this.splitContainer5.TabIndex = 0;
- //
- // gb4
- //
- this.gb4.BackColor = System.Drawing.Color.Transparent;
- this.gb4.Controls.Add(this.dgv4);
- this.gb4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gb4.Location = new System.Drawing.Point(0, 0);
- this.gb4.Name = "gb4";
- this.gb4.Size = new System.Drawing.Size(532, 124);
- this.gb4.TabIndex = 14;
- this.gb4.TabStop = false;
- this.gb4.Text = "返工(合格)明细";
- //
- // dgv4
- //
- this.dgv4.AllowUserToAddRows = false;
- this.dgv4.AllowUserToDeleteRows = false;
- this.dgv4.AllowUserToModifyRows = true;
- this.dgv4.AllowUserToResizeRows = false;
- dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgv4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle39;
- this.dgv4.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgv4.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgv4.CellHeight = 23;
- this.dgv4.ChildNodeColumnName = null;
- this.dgv4.ChildNodeColumnText = null;
- this.dgv4.ColumnDeep = 1;
- this.dgv4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle40.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle40.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle40.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle40.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle40.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle40;
- this.dgv4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.g4goodscode,
- this.g4barcode,
- this.g4ProcedureName,
- this.g4defectcode,
- this.g4defectname,
- this.g4defectpositionname,
- this.g4semicheckusercode,
- this.g4semichecktime,
- this.g4resemicheckusercode,
- this.g4resemichecktime});
- this.dgv4.ColumnTreeView = null;
- this.dgv4.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)));
- this.dgv4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv4.DynamicColumnName = "";
- this.dgv4.EnableHeadersVisualStyles = false;
- this.dgv4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv4.FormatQuantityColumns = null;
- this.dgv4.HorizontalMergeColumn = null;
- this.dgv4.IsAutoCountSum = true;
- this.dgv4.IsAutoResizeColumns = false;
- this.dgv4.IsClickF12 = false;
- this.dgv4.IsOpenMergeCellFlag = false;
- this.dgv4.IsSaveDataGridViewSetting = false;
- this.dgv4.IsSubTotalFlag = false;
- this.dgv4.IsTopDeep = false;
- this.dgv4.Location = new System.Drawing.Point(3, 17);
- this.dgv4.MergeColumnNames = null;
- this.dgv4.MergeDetailColumnNames = null;
- this.dgv4.MergeDetailOnlyColumn = null;
- this.dgv4.MergeOnlyColumn = null;
- this.dgv4.MultiSelect = false;
- this.dgv4.Name = "dgv4";
- this.dgv4.ReadOnly = true;
- this.dgv4.RefreshAtHscroll = false;
- this.dgv4.RowHeadersVisible = false;
- this.dgv4.RowHeadersWidth = 50;
- this.dgv4.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle43.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgv4.RowsDefaultCellStyle = dataGridViewCellStyle43;
- this.dgv4.RowTemplate.Height = 21;
- this.dgv4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv4.Size = new System.Drawing.Size(526, 104);
- this.dgv4.SortOrderColumnName = null;
- this.dgv4.TabIndex = 13;
- this.dgv4.Tag = "";
- this.dgv4.TotalSumColumns = null;
- this.dgv4.ViewRowFilter = "";
- //
- // g4goodscode
- //
- this.g4goodscode.DataPropertyName = "goodscode";
- this.g4goodscode.HeaderText = "产品编码";
- this.g4goodscode.Name = "g4goodscode";
- this.g4goodscode.ReadOnly = true;
- this.g4goodscode.Visible = false;
- //
- // g4barcode
- //
- this.g4barcode.DataPropertyName = "barcode";
- this.g4barcode.HeaderText = "产品条码";
- this.g4barcode.Name = "g4barcode";
- this.g4barcode.ReadOnly = true;
- //
- // g4ProcedureName
- //
- this.g4ProcedureName.DataPropertyName = "ProcedureName";
- this.g4ProcedureName.HeaderText = "完成工序";
- this.g4ProcedureName.Name = "g4ProcedureName";
- this.g4ProcedureName.ReadOnly = true;
- //
- // g4defectcode
- //
- this.g4defectcode.DataPropertyName = "defectcode";
- this.g4defectcode.HeaderText = "缺陷代码";
- this.g4defectcode.Name = "g4defectcode";
- this.g4defectcode.ReadOnly = true;
- //
- // g4defectname
- //
- this.g4defectname.DataPropertyName = "defectname";
- this.g4defectname.HeaderText = "缺陷名称";
- this.g4defectname.Name = "g4defectname";
- this.g4defectname.ReadOnly = true;
- //
- // g4defectpositionname
- //
- this.g4defectpositionname.DataPropertyName = "defectpositionname";
- this.g4defectpositionname.HeaderText = "缺陷位置";
- this.g4defectpositionname.Name = "g4defectpositionname";
- this.g4defectpositionname.ReadOnly = true;
- //
- // g4semicheckusercode
- //
- this.g4semicheckusercode.DataPropertyName = "semicheckusercode";
- this.g4semicheckusercode.HeaderText = "半检工号";
- this.g4semicheckusercode.Name = "g4semicheckusercode";
- this.g4semicheckusercode.ReadOnly = true;
- //
- // g4semichecktime
- //
- this.g4semichecktime.DataPropertyName = "semichecktime";
- dataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle41.Format = "yyyy-MM-dd HH:mm:ss";
- this.g4semichecktime.DefaultCellStyle = dataGridViewCellStyle41;
- this.g4semichecktime.HeaderText = "半检时间";
- this.g4semichecktime.Name = "g4semichecktime";
- this.g4semichecktime.ReadOnly = true;
- //
- // g4resemicheckusercode
- //
- this.g4resemicheckusercode.DataPropertyName = "resemicheckusercode";
- this.g4resemicheckusercode.HeaderText = "复检工号";
- this.g4resemicheckusercode.Name = "g4resemicheckusercode";
- this.g4resemicheckusercode.ReadOnly = true;
- //
- // g4resemichecktime
- //
- this.g4resemichecktime.DataPropertyName = "resemichecktime";
- dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle42.Format = "yyyy-MM-dd HH:mm:ss";
- this.g4resemichecktime.DefaultCellStyle = dataGridViewCellStyle42;
- this.g4resemichecktime.HeaderText = "复检时间";
- this.g4resemichecktime.Name = "g4resemichecktime";
- this.g4resemichecktime.ReadOnly = true;
- this.g4resemichecktime.Visible = false;
- //
- // g1goodscode
- //
- this.g1goodscode.DataPropertyName = "goodscode";
- this.g1goodscode.HeaderText = "产品编码";
- this.g1goodscode.Name = "g1goodscode";
- this.g1goodscode.ReadOnly = true;
- this.g1goodscode.Visible = false;
- //
- // g1barcode
- //
- this.g1barcode.DataPropertyName = "barcode";
- this.g1barcode.HeaderText = "产品条码";
- this.g1barcode.Name = "g1barcode";
- this.g1barcode.ReadOnly = true;
- //
- // g1goodslevelname
- //
- this.g1goodslevelname.DataPropertyName = "goodslevelname";
- this.g1goodslevelname.HeaderText = "产品分级";
- this.g1goodslevelname.Name = "g1goodslevelname";
- this.g1goodslevelname.ReadOnly = true;
- //
- // g1defectcode
- //
- this.g1defectcode.DataPropertyName = "defectcode";
- this.g1defectcode.HeaderText = "缺陷代码";
- this.g1defectcode.Name = "g1defectcode";
- this.g1defectcode.ReadOnly = true;
- //
- // g1defectname
- //
- this.g1defectname.DataPropertyName = "defectname";
- this.g1defectname.HeaderText = "缺陷名称";
- this.g1defectname.Name = "g1defectname";
- this.g1defectname.ReadOnly = true;
- //
- // g1defectpositionname
- //
- this.g1defectpositionname.DataPropertyName = "defectpositionname";
- this.g1defectpositionname.HeaderText = "缺陷位置";
- this.g1defectpositionname.Name = "g1defectpositionname";
- this.g1defectpositionname.ReadOnly = true;
- //
- // g1DefectFine
- //
- this.g1DefectFine.DataPropertyName = "DefectFine";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.g1DefectFine.DefaultCellStyle = dataGridViewCellStyle3;
- this.g1DefectFine.HeaderText = "缺陷扣罚";
- this.g1DefectFine.Name = "g1DefectFine";
- this.g1DefectFine.ReadOnly = true;
- //
- // g1DefectDeductionNum
- //
- this.g1DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle4.Format = "#,##0.##";
- this.g1DefectDeductionNum.DefaultCellStyle = dataGridViewCellStyle4;
- this.g1DefectDeductionNum.HeaderText = "扣除数";
- this.g1DefectDeductionNum.Name = "g1DefectDeductionNum";
- this.g1DefectDeductionNum.ReadOnly = true;
- //
- // g1procedurename
- //
- this.g1procedurename.DataPropertyName = "procedurename";
- this.g1procedurename.HeaderText = "检验工序";
- this.g1procedurename.Name = "g1procedurename";
- this.g1procedurename.ReadOnly = true;
- //
- // g1usercode
- //
- this.g1usercode.DataPropertyName = "usercode";
- this.g1usercode.HeaderText = "检验工号";
- this.g1usercode.Name = "g1usercode";
- this.g1usercode.ReadOnly = true;
- //
- // g1createtime
- //
- this.g1createtime.DataPropertyName = "createtime";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
- this.g1createtime.DefaultCellStyle = dataGridViewCellStyle5;
- this.g1createtime.HeaderText = "检验时间";
- this.g1createtime.Name = "g1createtime";
- this.g1createtime.ReadOnly = true;
- this.g1createtime.Visible = false;
- //
- // F_P_00002
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(1014, 611);
- this.ControlBox = false;
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.dropRptProcedure);
- this.Controls.Add(this.btnG1Down);
- this.Controls.Add(this.btnG1Right);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnG1Left);
- this.Controls.Add(this.btnG1Up);
- this.Controls.Add(this.tsrOperate);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormLocation = false;
- this.IsSaveFormSize = false;
- this.KeyPreview = true;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_P_00002";
- this.Padding = new System.Windows.Forms.Padding(5);
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.StatusStripVisible = false;
- this.StatusTimerVisible = false;
- this.Text = "F_P_00002";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_P_00002_FormClosed);
- this.Load += new System.EventHandler(this.F_P_00002_Load);
- this.Shown += new System.EventHandler(this.F_P_00002_Shown);
- this.SizeChanged += new System.EventHandler(this.F_P_00002_SizeChanged);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.F_P_00002_KeyDown);
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgv3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvM)).EndInit();
- this.gb1.ResumeLayout(false);
- this.gb3.ResumeLayout(false);
- this.gbm.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.gb0.ResumeLayout(false);
- this.gb0.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv0)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic3)).EndInit();
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.splitContainer3.Panel1.ResumeLayout(false);
- this.splitContainer3.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
- this.splitContainer3.ResumeLayout(false);
- this.splitContainer4.Panel1.ResumeLayout(false);
- this.splitContainer4.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
- this.splitContainer4.ResumeLayout(false);
- this.gb2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
- this.splitContainer5.Panel1.ResumeLayout(false);
- this.splitContainer5.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
- this.splitContainer5.ResumeLayout(false);
- this.gb4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv4)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_ComboBox dropRptProcedure;
- private Basics.BaseControls.C_DataGridView dgv1;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Timer timerShow;
- private Basics.BaseControls.C_DataGridView dgv3;
- private Basics.BaseControls.C_DataGridView dgvM;
- private Basics.BaseControls.C_Button btnG1Up;
- private Basics.BaseControls.C_Button btnG1Down;
- private Basics.BaseControls.C_Button btnG1Left;
- private Basics.BaseControls.C_Button btnG1Right;
- private System.Windows.Forms.GroupBox gb1;
- private System.Windows.Forms.GroupBox gb3;
- private System.Windows.Forms.GroupBox gbm;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.SplitContainer splitContainer3;
- private System.Windows.Forms.GroupBox gb0;
- private Basics.BaseControls.C_DataGridView dgv0;
- private Basics.BaseControls.C_Button btnResetForm;
- private System.Windows.Forms.PictureBox pic2;
- private System.Windows.Forms.PictureBox pic1;
- private System.Windows.Forms.PictureBox pic3;
- private System.Windows.Forms.Label lblUserCode;
- private System.Windows.Forms.SplitContainer splitContainer4;
- private System.Windows.Forms.GroupBox gb2;
- private Basics.BaseControls.C_DataGridView dgv2;
- private System.Windows.Forms.SplitContainer splitContainer5;
- private System.Windows.Forms.GroupBox gb4;
- private Basics.BaseControls.C_DataGridView dgv4;
- private System.Windows.Forms.TextBox txtKey;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3semichecktypename;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3defectcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3defectname;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3defectpositionname;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3semicheckusercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g3semichecktime;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmcdate;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmgoodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmbarcodenum;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmspnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmnspnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmbadnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmscnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmk500;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmk200;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmk100;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmzk100;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmk50;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmk25;
- private System.Windows.Forms.DataGridViewTextBoxColumn gmSum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0goodstypename;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0barcodenum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0outkilnnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0goodnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0badnum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g0refirenum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2DutyProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2DutyUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2ScrapType;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2Rreason;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2AuditDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn g2UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4defectcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4defectname;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4defectpositionname;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4semicheckusercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4semichecktime;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4resemicheckusercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g4resemichecktime;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1goodslevelname;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1defectcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1defectname;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1defectpositionname;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1DefectFine;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1DefectDeductionNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1procedurename;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1usercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn g1createtime;
- }
- }
|