| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0104_1
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0104_1));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
- this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
- this.tsbtnManager = new System.Windows.Forms.ToolStripButton();
- this.tsbtnQueryRecord = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtEndUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label12 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtEndUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBeginUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label11 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBeginUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
- this.chkDisable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkEnable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lstcbxGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
- this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StandardGroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.EndUsedDate2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.splLine = new System.Windows.Forms.SplitContainer();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.HIGHPRESSUREFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.monitorcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.staffCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goosCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.valueflag2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
- this.splLine.Panel1.SuspendLayout();
- this.splLine.Panel2.SuspendLayout();
- this.splLine.SuspendLayout();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.toolStripSeparator1,
- this.tsbtnDisable,
- this.tsbtnStart,
- this.tsbtnManager,
- this.tsbtnQueryRecord,
- this.toolStripSeparator3,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- 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(1575, 44);
- this.tsrOperate.TabIndex = 0;
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建(&N)";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑(&E)";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnDisable
- //
- this.tsbtnDisable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image")));
- this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDisable.Name = "tsbtnDisable";
- this.tsbtnDisable.Size = new System.Drawing.Size(65, 41);
- this.tsbtnDisable.Text = "停用(&S)";
- this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
- //
- // tsbtnStart
- //
- this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
- this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnStart.Name = "tsbtnStart";
- this.tsbtnStart.Size = new System.Drawing.Size(65, 41);
- this.tsbtnStart.Text = "启用(&B)";
- this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
- //
- // tsbtnManager
- //
- this.tsbtnManager.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnManager.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnManager.Image")));
- this.tsbtnManager.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnManager.Name = "tsbtnManager";
- this.tsbtnManager.Size = new System.Drawing.Size(95, 41);
- this.tsbtnManager.Text = "模具管理(&M)";
- this.tsbtnManager.Click += new System.EventHandler(this.tsbtnManager_Click);
- //
- // tsbtnQueryRecord
- //
- this.tsbtnQueryRecord.AutoSize = false;
- this.tsbtnQueryRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnQueryRecord.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnQueryRecord.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnQueryRecord.Name = "tsbtnQueryRecord";
- this.tsbtnQueryRecord.Size = new System.Drawing.Size(80, 25);
- this.tsbtnQueryRecord.Text = "模具履历(&L)";
- this.tsbtnQueryRecord.Click += new System.EventHandler(this.tsbtnQueryRecord_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // 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)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // 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);
- //
- // dgvGroutingLine
- //
- this.dgvGroutingLine.AllowUserToAddRows = false;
- this.dgvGroutingLine.AllowUserToDeleteRows = false;
- this.dgvGroutingLine.AllowUserToModifyRows = true;
- this.dgvGroutingLine.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGroutingLine.CellHeight = 23;
- this.dgvGroutingLine.ChildNodeColumnName = null;
- this.dgvGroutingLine.ChildNodeColumnText = null;
- this.dgvGroutingLine.ColumnDeep = 1;
- this.dgvGroutingLine.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.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGroutingLine.ColumnHeadersHeight = 29;
- this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingLineID,
- this.GroutingLineCode,
- this.GroutingLineName,
- this.ValueFlag,
- this.BuildingNo,
- this.FloorNo,
- this.GroutingLineNo,
- this.MouldQuantity,
- this.GMouldTypeName,
- this.HIGHPRESSUREFLAG,
- this.monitorcode,
- this.UserCode,
- this.staffCodeList,
- this.goosCodeList,
- this.BeginUsedDate,
- this.EndUsedDate,
- this.GMOULDSTATUSNAME,
- this.valueflag2,
- this.Remarks,
- this.GMouldStatus});
- this.dgvGroutingLine.ColumnTreeView = null;
- this.dgvGroutingLine.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)));
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle5;
- this.dgvGroutingLine.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvGroutingLine.DynamicColumnName = "";
- this.dgvGroutingLine.EnableHeadersVisualStyles = false;
- this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGroutingLine.FormatQuantityColumns = null;
- this.dgvGroutingLine.HorizontalMergeColumn = null;
- this.dgvGroutingLine.IsAutoCountSum = true;
- this.dgvGroutingLine.IsAutoResizeColumns = false;
- this.dgvGroutingLine.IsClickF12 = false;
- this.dgvGroutingLine.IsOpenMergeCellFlag = false;
- this.dgvGroutingLine.IsSubTotalFlag = false;
- this.dgvGroutingLine.IsTopDeep = false;
- this.dgvGroutingLine.Location = new System.Drawing.Point(0, 0);
- this.dgvGroutingLine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.dgvGroutingLine.MergeColumnNames = null;
- this.dgvGroutingLine.MergeDetailColumnNames = null;
- this.dgvGroutingLine.MergeDetailOnlyColumn = null;
- this.dgvGroutingLine.MergeOnlyColumn = null;
- this.dgvGroutingLine.MultiSelect = false;
- this.dgvGroutingLine.Name = "dgvGroutingLine";
- this.dgvGroutingLine.ReadOnly = true;
- this.dgvGroutingLine.RefreshAtHscroll = false;
- this.dgvGroutingLine.RowHeadersWidth = 50;
- this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvGroutingLine.RowTemplate.Height = 21;
- this.dgvGroutingLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGroutingLine.ShowEditingIcon = false;
- this.dgvGroutingLine.Size = new System.Drawing.Size(1559, 220);
- this.dgvGroutingLine.SortOrderColumnName = null;
- this.dgvGroutingLine.TabIndex = 0;
- this.dgvGroutingLine.Tag = true;
- this.dgvGroutingLine.TotalSumColumns = null;
- this.dgvGroutingLine.ViewRowFilter = "";
- this.dgvGroutingLine.VirtualMode = true;
- this.dgvGroutingLine.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLine_ColumnHeaderMouseClick);
- this.dgvGroutingLine.SelectionChanged += new System.EventHandler(this.dgvGroutingLine_SelectionChanged);
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(1437, 85);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
- this.btnClearCondition.TabIndex = 28;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(1316, 85);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(113, 38);
- this.btnSearch.TabIndex = 27;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // txtEndUsedDateEnd
- //
- this.txtEndUsedDateEnd.CustomFormat = "yyyy-MM-dd";
- this.txtEndUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtEndUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtEndUsedDateEnd.Location = new System.Drawing.Point(1071, 59);
- this.txtEndUsedDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtEndUsedDateEnd.Name = "txtEndUsedDateEnd";
- this.txtEndUsedDateEnd.Size = new System.Drawing.Size(139, 25);
- this.txtEndUsedDateEnd.TabIndex = 18;
- //
- // c_Label12
- //
- this.c_Label12.AutoSize = true;
- this.c_Label12.BackColor = System.Drawing.Color.Transparent;
- this.c_Label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label12.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label12.Location = new System.Drawing.Point(1040, 62);
- this.c_Label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.c_Label12.Name = "c_Label12";
- this.c_Label12.Size = new System.Drawing.Size(22, 15);
- this.c_Label12.TabIndex = 17;
- this.c_Label12.Text = "至";
- //
- // txtEndUsedDateStart
- //
- this.txtEndUsedDateStart.CustomFormat = "yyyy-MM-dd";
- this.txtEndUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtEndUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtEndUsedDateStart.Location = new System.Drawing.Point(895, 59);
- this.txtEndUsedDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtEndUsedDateStart.Name = "txtEndUsedDateStart";
- this.txtEndUsedDateStart.Size = new System.Drawing.Size(136, 25);
- this.txtEndUsedDateStart.TabIndex = 16;
- //
- // cbEndTime
- //
- this.cbEndTime.AutoSize = true;
- this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbEndTime.Location = new System.Drawing.Point(795, 61);
- this.cbEndTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.cbEndTime.Name = "cbEndTime";
- this.cbEndTime.Size = new System.Drawing.Size(89, 19);
- this.cbEndTime.TabIndex = 15;
- this.cbEndTime.Text = "结束日期";
- this.cbEndTime.UseVisualStyleBackColor = true;
- this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(103, 92);
- this.txtRemarks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(421, 25);
- this.txtRemarks.TabIndex = 20;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(56, 94);
- this.lblRemarks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(37, 15);
- this.lblRemarks.TabIndex = 19;
- this.lblRemarks.Text = "备注";
- //
- // txtBeginUsedDateEnd
- //
- this.txtBeginUsedDateEnd.CustomFormat = "yyyy-MM-dd";
- this.txtBeginUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBeginUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtBeginUsedDateEnd.Location = new System.Drawing.Point(1071, 25);
- this.txtBeginUsedDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtBeginUsedDateEnd.Name = "txtBeginUsedDateEnd";
- this.txtBeginUsedDateEnd.Size = new System.Drawing.Size(139, 25);
- this.txtBeginUsedDateEnd.TabIndex = 9;
- //
- // c_Label11
- //
- this.c_Label11.AutoSize = true;
- this.c_Label11.BackColor = System.Drawing.Color.Transparent;
- this.c_Label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label11.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label11.Location = new System.Drawing.Point(1040, 30);
- this.c_Label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.c_Label11.Name = "c_Label11";
- this.c_Label11.Size = new System.Drawing.Size(22, 15);
- this.c_Label11.TabIndex = 8;
- this.c_Label11.Text = "至";
- //
- // txtBeginUsedDateStart
- //
- this.txtBeginUsedDateStart.CustomFormat = "yyyy-MM-dd";
- this.txtBeginUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBeginUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtBeginUsedDateStart.Location = new System.Drawing.Point(895, 25);
- this.txtBeginUsedDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtBeginUsedDateStart.Name = "txtBeginUsedDateStart";
- this.txtBeginUsedDateStart.Size = new System.Drawing.Size(136, 25);
- this.txtBeginUsedDateStart.TabIndex = 7;
- //
- // cbStartTime
- //
- this.cbStartTime.AutoSize = true;
- this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbStartTime.Location = new System.Drawing.Point(795, 28);
- this.cbStartTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.cbStartTime.Name = "cbStartTime";
- this.cbStartTime.Size = new System.Drawing.Size(89, 19);
- this.cbStartTime.TabIndex = 6;
- this.cbStartTime.Text = "开始日期";
- this.cbStartTime.UseVisualStyleBackColor = true;
- this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
- //
- // txtGroutingLineName
- //
- this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.ErrorMessage = "";
- this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineName.Location = new System.Drawing.Point(365, 59);
- this.txtGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtGroutingLineName.MaxLength = 50;
- this.txtGroutingLineName.Name = "txtGroutingLineName";
- this.txtGroutingLineName.Size = new System.Drawing.Size(159, 25);
- this.txtGroutingLineName.TabIndex = 13;
- //
- // lblGroutingLineName
- //
- this.lblGroutingLineName.AutoSize = true;
- this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineName.Location = new System.Drawing.Point(271, 62);
- this.lblGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGroutingLineName.Name = "lblGroutingLineName";
- this.lblGroutingLineName.Size = new System.Drawing.Size(82, 15);
- this.lblGroutingLineName.TabIndex = 12;
- this.lblGroutingLineName.Text = "成型线名称";
- //
- // txtGroutingLineCode
- //
- this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingLineCode.ErrorMessage = "";
- this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingLineCode.Location = new System.Drawing.Point(103, 59);
- this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(159, 25);
- this.txtGroutingLineCode.TabIndex = 11;
- this.txtGroutingLineCode.TextValue = "";
- //
- // lblGroutingLineCode
- //
- this.lblGroutingLineCode.AutoSize = true;
- this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineCode.Location = new System.Drawing.Point(8, 62);
- this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(82, 15);
- this.lblGroutingLineCode.TabIndex = 10;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // lblGMouldStatus
- //
- this.lblGMouldStatus.AutoSize = true;
- this.lblGMouldStatus.BackColor = System.Drawing.Color.Transparent;
- this.lblGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGMouldStatus.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGMouldStatus.Location = new System.Drawing.Point(533, 98);
- this.lblGMouldStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGMouldStatus.Name = "lblGMouldStatus";
- this.lblGMouldStatus.Size = new System.Drawing.Size(82, 15);
- this.lblGMouldStatus.TabIndex = 21;
- this.lblGMouldStatus.Text = "成型线状态";
- //
- // txtGroutingLineNo
- //
- this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingLineNo.ErrorMessage = "";
- this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineNo.Location = new System.Drawing.Point(628, 25);
- this.txtGroutingLineNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtGroutingLineNo.MaxLength = 10;
- this.txtGroutingLineNo.Name = "txtGroutingLineNo";
- this.txtGroutingLineNo.Size = new System.Drawing.Size(159, 25);
- this.txtGroutingLineNo.TabIndex = 5;
- //
- // lblGroutingLineNo
- //
- this.lblGroutingLineNo.AutoSize = true;
- this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineNo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineNo.Location = new System.Drawing.Point(581, 29);
- this.lblGroutingLineNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGroutingLineNo.Name = "lblGroutingLineNo";
- this.lblGroutingLineNo.Size = new System.Drawing.Size(37, 15);
- this.lblGroutingLineNo.TabIndex = 4;
- this.lblGroutingLineNo.Text = "线号";
- //
- // lblFloorNo
- //
- this.lblFloorNo.AutoSize = true;
- this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
- this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblFloorNo.Location = new System.Drawing.Point(319, 29);
- this.lblFloorNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblFloorNo.Name = "lblFloorNo";
- this.lblFloorNo.Size = new System.Drawing.Size(37, 15);
- this.lblFloorNo.TabIndex = 2;
- this.lblFloorNo.Text = "楼层";
- //
- // txtBuildingNo
- //
- this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtBuildingNo.ErrorMessage = "";
- this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBuildingNo.Location = new System.Drawing.Point(103, 25);
- this.txtBuildingNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtBuildingNo.MaxLength = 10;
- this.txtBuildingNo.Name = "txtBuildingNo";
- this.txtBuildingNo.Size = new System.Drawing.Size(159, 25);
- this.txtBuildingNo.TabIndex = 1;
- //
- // lblBuildingNo
- //
- this.lblBuildingNo.AutoSize = true;
- this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
- this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblBuildingNo.Location = new System.Drawing.Point(56, 29);
- this.lblBuildingNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblBuildingNo.Name = "lblBuildingNo";
- this.lblBuildingNo.Size = new System.Drawing.Size(37, 15);
- this.lblBuildingNo.TabIndex = 0;
- this.lblBuildingNo.Text = "楼号";
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.lblGMouldType);
- this.gbxCondition.Controls.Add(this.scbGMouldType);
- this.gbxCondition.Controls.Add(this.chkDisable);
- this.gbxCondition.Controls.Add(this.chkEnable);
- this.gbxCondition.Controls.Add(this.lstcbxGMouldStatus);
- this.gbxCondition.Controls.Add(this.txtFloorNo);
- this.gbxCondition.Controls.Add(this.lblBuildingNo);
- this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.txtBuildingNo);
- this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
- this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
- this.gbxCondition.Controls.Add(this.txtEndUsedDateEnd);
- this.gbxCondition.Controls.Add(this.c_Label12);
- this.gbxCondition.Controls.Add(this.txtEndUsedDateStart);
- this.gbxCondition.Controls.Add(this.lblFloorNo);
- this.gbxCondition.Controls.Add(this.cbEndTime);
- this.gbxCondition.Controls.Add(this.lblGroutingUserCode);
- this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
- this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
- this.gbxCondition.Controls.Add(this.txtBeginUsedDateEnd);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.c_Label11);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.txtBeginUsedDateStart);
- this.gbxCondition.Controls.Add(this.lblGMouldStatus);
- this.gbxCondition.Controls.Add(this.cbStartTime);
- this.gbxCondition.Controls.Add(this.lblGroutingLineName);
- this.gbxCondition.Controls.Add(this.txtGroutingLineName);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(0, 48);
- this.gbxCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.gbxCondition.Size = new System.Drawing.Size(1559, 129);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // lblGMouldType
- //
- this.lblGMouldType.AutoSize = true;
- this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
- this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGMouldType.Location = new System.Drawing.Point(533, 62);
- this.lblGMouldType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGMouldType.Name = "lblGMouldType";
- this.lblGMouldType.Size = new System.Drawing.Size(82, 15);
- this.lblGMouldType.TabIndex = 30;
- this.lblGMouldType.Text = "成型线类型";
- //
- // scbGMouldType
- //
- this.scbGMouldType.CheckedData = null;
- this.scbGMouldType.Location = new System.Drawing.Point(628, 59);
- this.scbGMouldType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.scbGMouldType.Name = "scbGMouldType";
- this.scbGMouldType.Size = new System.Drawing.Size(161, 26);
- this.scbGMouldType.TabIndex = 29;
- //
- // chkDisable
- //
- this.chkDisable.AutoSize = true;
- this.chkDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDisable.Location = new System.Drawing.Point(1147, 95);
- this.chkDisable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.chkDisable.Name = "chkDisable";
- this.chkDisable.Size = new System.Drawing.Size(59, 19);
- this.chkDisable.TabIndex = 26;
- this.chkDisable.Text = "无效";
- this.chkDisable.UseVisualStyleBackColor = true;
- //
- // chkEnable
- //
- this.chkEnable.AutoSize = true;
- this.chkEnable.Checked = true;
- this.chkEnable.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkEnable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkEnable.Location = new System.Drawing.Point(1071, 95);
- this.chkEnable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.chkEnable.Name = "chkEnable";
- this.chkEnable.Size = new System.Drawing.Size(59, 19);
- this.chkEnable.TabIndex = 25;
- this.chkEnable.Text = "有效";
- this.chkEnable.UseVisualStyleBackColor = true;
- //
- // lstcbxGMouldStatus
- //
- this.lstcbxGMouldStatus.BackColor = System.Drawing.SystemColors.Window;
- this.lstcbxGMouldStatus.BackgroundColor = System.Drawing.SystemColors.Window;
- this.lstcbxGMouldStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.lstcbxGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lstcbxGMouldStatus.FormattingEnabled = true;
- this.lstcbxGMouldStatus.Location = new System.Drawing.Point(628, 92);
- this.lstcbxGMouldStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.lstcbxGMouldStatus.Name = "lstcbxGMouldStatus";
- this.lstcbxGMouldStatus.Size = new System.Drawing.Size(160, 23);
- this.lstcbxGMouldStatus.TabIndex = 22;
- //
- // txtFloorNo
- //
- this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtFloorNo.EditingControlFormattedValue = "";
- this.txtFloorNo.ErrorMessage = "";
- this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtFloorNo.Location = new System.Drawing.Point(365, 26);
- this.txtFloorNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtFloorNo.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtFloorNo.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtFloorNo.Name = "txtFloorNo";
- this.txtFloorNo.Number = new System.Drawing.Point(2, 0);
- this.txtFloorNo.ShowDecimal = false;
- this.txtFloorNo.Size = new System.Drawing.Size(159, 25);
- this.txtFloorNo.TabIndex = 3;
- this.txtFloorNo.TextValue = "";
- //
- // txtGroutingUserCode
- //
- this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingUserCode.ErrorMessage = "";
- this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingUserCode.Location = new System.Drawing.Point(876, 92);
- this.txtGroutingUserCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtGroutingUserCode.MaxLength = 20;
- this.txtGroutingUserCode.Name = "txtGroutingUserCode";
- this.txtGroutingUserCode.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtGroutingUserCode.Size = new System.Drawing.Size(159, 25);
- this.txtGroutingUserCode.TabIndex = 24;
- this.txtGroutingUserCode.TextValue = "";
- //
- // lblGroutingUserCode
- //
- this.lblGroutingUserCode.AutoSize = true;
- this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingUserCode.Location = new System.Drawing.Point(797, 98);
- this.lblGroutingUserCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGroutingUserCode.Name = "lblGroutingUserCode";
- this.lblGroutingUserCode.Size = new System.Drawing.Size(67, 15);
- this.lblGroutingUserCode.TabIndex = 23;
- this.lblGroutingUserCode.Text = "成型工号";
- //
- // dgvGroutingLineDetail
- //
- this.dgvGroutingLineDetail.AllowUserToAddRows = false;
- this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
- this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
- this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGroutingLineDetail.CellHeight = 23;
- this.dgvGroutingLineDetail.ChildNodeColumnName = null;
- this.dgvGroutingLineDetail.ChildNodeColumnText = null;
- this.dgvGroutingLineDetail.ColumnDeep = 1;
- this.dgvGroutingLineDetail.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.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvGroutingLineDetail.ColumnHeadersHeight = 29;
- this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingLineDetailID,
- this.GroutingLineIDM,
- this.GroutingMouldCode,
- this.MouldBarcode,
- this.MouldID,
- this.MouldCode,
- this.GoodsID,
- this.GOODSCODE,
- this.GoodsName,
- this.GoodsSpecification,
- this.StandardGroutingCount,
- this.GroutingCount,
- this.GMouldStatusM,
- this.BeginUsedDateM,
- this.EndUsedDate2,
- this.Remarks1,
- this.RecordRemarks});
- this.dgvGroutingLineDetail.ColumnTreeView = null;
- this.dgvGroutingLineDetail.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)));
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle13;
- this.dgvGroutingLineDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvGroutingLineDetail.DynamicColumnName = "";
- this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
- this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGroutingLineDetail.FormatQuantityColumns = null;
- this.dgvGroutingLineDetail.HorizontalMergeColumn = null;
- this.dgvGroutingLineDetail.IsAutoCountSum = true;
- this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
- this.dgvGroutingLineDetail.IsClickF12 = false;
- this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false;
- this.dgvGroutingLineDetail.IsSubTotalFlag = false;
- this.dgvGroutingLineDetail.IsTopDeep = false;
- this.dgvGroutingLineDetail.Location = new System.Drawing.Point(0, 0);
- this.dgvGroutingLineDetail.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.dgvGroutingLineDetail.MergeColumnNames = null;
- this.dgvGroutingLineDetail.MergeDetailColumnNames = null;
- this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null;
- this.dgvGroutingLineDetail.MergeOnlyColumn = null;
- this.dgvGroutingLineDetail.MultiSelect = false;
- this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
- this.dgvGroutingLineDetail.ReadOnly = true;
- this.dgvGroutingLineDetail.RefreshAtHscroll = false;
- this.dgvGroutingLineDetail.RowHeadersWidth = 50;
- this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle14;
- this.dgvGroutingLineDetail.RowTemplate.Height = 21;
- this.dgvGroutingLineDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGroutingLineDetail.Size = new System.Drawing.Size(1559, 197);
- this.dgvGroutingLineDetail.SortOrderColumnName = null;
- this.dgvGroutingLineDetail.TabIndex = 0;
- this.dgvGroutingLineDetail.Tag = true;
- this.dgvGroutingLineDetail.TotalSumColumns = null;
- this.dgvGroutingLineDetail.ViewRowFilter = "";
- this.dgvGroutingLineDetail.VirtualMode = true;
- //
- // GroutingLineDetailID
- //
- this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
- this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
- this.GroutingLineDetailID.MinimumWidth = 6;
- this.GroutingLineDetailID.Name = "GroutingLineDetailID";
- this.GroutingLineDetailID.ReadOnly = true;
- this.GroutingLineDetailID.Visible = false;
- this.GroutingLineDetailID.Width = 125;
- //
- // GroutingLineIDM
- //
- this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
- this.GroutingLineIDM.HeaderText = "成型生产线ID";
- this.GroutingLineIDM.MinimumWidth = 6;
- this.GroutingLineIDM.Name = "GroutingLineIDM";
- this.GroutingLineIDM.ReadOnly = true;
- this.GroutingLineIDM.Visible = false;
- this.GroutingLineIDM.Width = 125;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.MinimumWidth = 6;
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- this.GroutingMouldCode.Width = 120;
- //
- // MouldBarcode
- //
- this.MouldBarcode.DataPropertyName = "MouldBarcode";
- this.MouldBarcode.HeaderText = "模具条码";
- this.MouldBarcode.MinimumWidth = 6;
- this.MouldBarcode.Name = "MouldBarcode";
- this.MouldBarcode.ReadOnly = true;
- this.MouldBarcode.Width = 125;
- //
- // MouldID
- //
- this.MouldID.DataPropertyName = "MouldID";
- this.MouldID.HeaderText = "MouldID";
- this.MouldID.MinimumWidth = 6;
- this.MouldID.Name = "MouldID";
- this.MouldID.ReadOnly = true;
- this.MouldID.Visible = false;
- this.MouldID.Width = 125;
- //
- // MouldCode
- //
- this.MouldCode.DataPropertyName = "MouldCode";
- this.MouldCode.HeaderText = "MouldCode";
- this.MouldCode.MinimumWidth = 6;
- this.MouldCode.Name = "MouldCode";
- this.MouldCode.ReadOnly = true;
- this.MouldCode.Visible = false;
- this.MouldCode.Width = 125;
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsID";
- this.GoodsID.HeaderText = "产品ID";
- this.GoodsID.MinimumWidth = 6;
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.ReadOnly = true;
- this.GoodsID.Visible = false;
- this.GoodsID.Width = 125;
- //
- // GOODSCODE
- //
- this.GOODSCODE.DataPropertyName = "GOODSCODE";
- this.GOODSCODE.HeaderText = "产品编码";
- this.GOODSCODE.MinimumWidth = 6;
- this.GOODSCODE.Name = "GOODSCODE";
- this.GOODSCODE.ReadOnly = true;
- this.GOODSCODE.Width = 125;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.MinimumWidth = 6;
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- this.GoodsName.Width = 125;
- //
- // GoodsSpecification
- //
- this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
- this.GoodsSpecification.HeaderText = "产品规格";
- this.GoodsSpecification.MinimumWidth = 6;
- this.GoodsSpecification.Name = "GoodsSpecification";
- this.GoodsSpecification.ReadOnly = true;
- this.GoodsSpecification.Width = 125;
- //
- // StandardGroutingCount
- //
- this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle9;
- this.StandardGroutingCount.HeaderText = "标准注浆次数";
- this.StandardGroutingCount.MinimumWidth = 6;
- this.StandardGroutingCount.Name = "StandardGroutingCount";
- this.StandardGroutingCount.ReadOnly = true;
- this.StandardGroutingCount.Width = 125;
- //
- // GroutingCount
- //
- this.GroutingCount.DataPropertyName = "GroutingCount";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle10;
- this.GroutingCount.HeaderText = "注浆次数";
- this.GroutingCount.MinimumWidth = 6;
- this.GroutingCount.Name = "GroutingCount";
- this.GroutingCount.ReadOnly = true;
- this.GroutingCount.Width = 125;
- //
- // GMouldStatusM
- //
- this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
- this.GMouldStatusM.HeaderText = "模具状态";
- this.GMouldStatusM.MinimumWidth = 6;
- this.GMouldStatusM.Name = "GMouldStatusM";
- this.GMouldStatusM.ReadOnly = true;
- this.GMouldStatusM.Width = 120;
- //
- // BeginUsedDateM
- //
- this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
- dataGridViewCellStyle11.Format = "yyyy-MM-dd";
- dataGridViewCellStyle11.NullValue = null;
- this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle11;
- this.BeginUsedDateM.HeaderText = "开始使用日期";
- this.BeginUsedDateM.MinimumWidth = 6;
- this.BeginUsedDateM.Name = "BeginUsedDateM";
- this.BeginUsedDateM.ReadOnly = true;
- this.BeginUsedDateM.Width = 120;
- //
- // EndUsedDate2
- //
- this.EndUsedDate2.DataPropertyName = "EndUsedDate";
- dataGridViewCellStyle12.Format = "yyyy-MM-dd";
- this.EndUsedDate2.DefaultCellStyle = dataGridViewCellStyle12;
- this.EndUsedDate2.HeaderText = "结束使用日期";
- this.EndUsedDate2.MinimumWidth = 6;
- this.EndUsedDate2.Name = "EndUsedDate2";
- this.EndUsedDate2.ReadOnly = true;
- this.EndUsedDate2.Width = 125;
- //
- // Remarks1
- //
- this.Remarks1.DataPropertyName = "RreasonRemarks";
- this.Remarks1.HeaderText = "备注";
- this.Remarks1.MinimumWidth = 6;
- this.Remarks1.Name = "Remarks1";
- this.Remarks1.ReadOnly = true;
- this.Remarks1.Width = 200;
- //
- // RecordRemarks
- //
- this.RecordRemarks.DataPropertyName = "RecordRemarks";
- this.RecordRemarks.HeaderText = "操作备注";
- this.RecordRemarks.MinimumWidth = 6;
- this.RecordRemarks.Name = "RecordRemarks";
- this.RecordRemarks.ReadOnly = true;
- this.RecordRemarks.Width = 125;
- //
- // splLine
- //
- this.splLine.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.splLine.Location = new System.Drawing.Point(0, 184);
- this.splLine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.splLine.Name = "splLine";
- this.splLine.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splLine.Panel1
- //
- this.splLine.Panel1.Controls.Add(this.dgvGroutingLine);
- //
- // splLine.Panel2
- //
- this.splLine.Panel2.Controls.Add(this.dgvGroutingLineDetail);
- this.splLine.Size = new System.Drawing.Size(1559, 422);
- this.splLine.SplitterDistance = 220;
- this.splLine.SplitterWidth = 5;
- this.splLine.TabIndex = 105;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "GroutingLineID";
- this.dataGridViewTextBoxColumn1.HeaderText = "成型生产线ID";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.Visible = false;
- this.dataGridViewTextBoxColumn1.Width = 125;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "GroutingLineCode";
- this.dataGridViewTextBoxColumn2.HeaderText = "成型线编码";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.Width = 125;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "GroutingLineName";
- this.dataGridViewTextBoxColumn3.HeaderText = "成型线名称";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.Width = 125;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "BuildingNo";
- this.dataGridViewTextBoxColumn4.HeaderText = "楼号";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.Width = 125;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "FloorNo";
- this.dataGridViewTextBoxColumn5.HeaderText = "楼层";
- this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.Width = 125;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "GroutingLineNo";
- this.dataGridViewTextBoxColumn6.HeaderText = "线号";
- this.dataGridViewTextBoxColumn6.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.Width = 125;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "MouldQuantity";
- this.dataGridViewTextBoxColumn7.HeaderText = "模具个数";
- this.dataGridViewTextBoxColumn7.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.Width = 125;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "GMouldTypeName";
- this.dataGridViewTextBoxColumn8.HeaderText = "成型线类型";
- this.dataGridViewTextBoxColumn8.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.Width = 125;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.DataPropertyName = "UserCode";
- this.dataGridViewTextBoxColumn9.HeaderText = "成型工号";
- this.dataGridViewTextBoxColumn9.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.Width = 125;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.DataPropertyName = "BeginUsedDate";
- dataGridViewCellStyle15.Format = "yyyy-MM-dd";
- dataGridViewCellStyle15.NullValue = null;
- this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle15;
- this.dataGridViewTextBoxColumn10.HeaderText = "开始使用日期";
- this.dataGridViewTextBoxColumn10.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.Width = 120;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.DataPropertyName = "EndUsedDate";
- dataGridViewCellStyle16.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle16.NullValue = null;
- this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle16;
- this.dataGridViewTextBoxColumn11.HeaderText = "结束使用日期";
- this.dataGridViewTextBoxColumn11.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.Width = 120;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.DataPropertyName = "GMOULDSTATUSNAME";
- this.dataGridViewTextBoxColumn12.HeaderText = "成型线状态";
- this.dataGridViewTextBoxColumn12.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.Width = 120;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.DataPropertyName = "Remarks";
- this.dataGridViewTextBoxColumn13.HeaderText = "备注";
- this.dataGridViewTextBoxColumn13.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.Width = 125;
- //
- // dataGridViewTextBoxColumn14
- //
- this.dataGridViewTextBoxColumn14.DataPropertyName = "GroutingLineDetailID";
- this.dataGridViewTextBoxColumn14.HeaderText = "成型生产线明细ID";
- this.dataGridViewTextBoxColumn14.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
- this.dataGridViewTextBoxColumn14.Visible = false;
- this.dataGridViewTextBoxColumn14.Width = 125;
- //
- // dataGridViewTextBoxColumn15
- //
- this.dataGridViewTextBoxColumn15.DataPropertyName = "GroutingLineID";
- this.dataGridViewTextBoxColumn15.HeaderText = "成型生产线ID";
- this.dataGridViewTextBoxColumn15.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
- this.dataGridViewTextBoxColumn15.Visible = false;
- this.dataGridViewTextBoxColumn15.Width = 125;
- //
- // dataGridViewTextBoxColumn16
- //
- this.dataGridViewTextBoxColumn16.DataPropertyName = "GroutingMouldCode";
- this.dataGridViewTextBoxColumn16.HeaderText = "注浆模具编号";
- this.dataGridViewTextBoxColumn16.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
- this.dataGridViewTextBoxColumn16.Width = 120;
- //
- // dataGridViewTextBoxColumn17
- //
- this.dataGridViewTextBoxColumn17.DataPropertyName = "MouldCode";
- this.dataGridViewTextBoxColumn17.HeaderText = "模具编号";
- this.dataGridViewTextBoxColumn17.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
- this.dataGridViewTextBoxColumn17.Visible = false;
- this.dataGridViewTextBoxColumn17.Width = 125;
- //
- // dataGridViewTextBoxColumn18
- //
- this.dataGridViewTextBoxColumn18.DataPropertyName = "GoodsID";
- this.dataGridViewTextBoxColumn18.HeaderText = "产品ID";
- this.dataGridViewTextBoxColumn18.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
- this.dataGridViewTextBoxColumn18.Visible = false;
- this.dataGridViewTextBoxColumn18.Width = 125;
- //
- // dataGridViewTextBoxColumn19
- //
- this.dataGridViewTextBoxColumn19.DataPropertyName = "GOODSCODE";
- this.dataGridViewTextBoxColumn19.HeaderText = "产品编码";
- this.dataGridViewTextBoxColumn19.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
- this.dataGridViewTextBoxColumn19.Width = 125;
- //
- // dataGridViewTextBoxColumn20
- //
- this.dataGridViewTextBoxColumn20.DataPropertyName = "GoodsName";
- this.dataGridViewTextBoxColumn20.HeaderText = "产品名称";
- this.dataGridViewTextBoxColumn20.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
- this.dataGridViewTextBoxColumn20.Width = 125;
- //
- // dataGridViewTextBoxColumn21
- //
- this.dataGridViewTextBoxColumn21.DataPropertyName = "GoodsSpecification";
- this.dataGridViewTextBoxColumn21.HeaderText = "产品规格";
- this.dataGridViewTextBoxColumn21.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
- this.dataGridViewTextBoxColumn21.Width = 125;
- //
- // dataGridViewTextBoxColumn22
- //
- this.dataGridViewTextBoxColumn22.DataPropertyName = "GroutingCount";
- this.dataGridViewTextBoxColumn22.HeaderText = "当前注浆次数";
- this.dataGridViewTextBoxColumn22.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
- this.dataGridViewTextBoxColumn22.Width = 125;
- //
- // dataGridViewTextBoxColumn23
- //
- this.dataGridViewTextBoxColumn23.DataPropertyName = "GMOULDSTATUSNAME";
- this.dataGridViewTextBoxColumn23.HeaderText = "注浆模具状态";
- this.dataGridViewTextBoxColumn23.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
- this.dataGridViewTextBoxColumn23.Width = 120;
- //
- // dataGridViewTextBoxColumn24
- //
- this.dataGridViewTextBoxColumn24.DataPropertyName = "BeginUsedDate";
- dataGridViewCellStyle17.Format = "yyyy-MM-dd";
- dataGridViewCellStyle17.NullValue = null;
- this.dataGridViewTextBoxColumn24.DefaultCellStyle = dataGridViewCellStyle17;
- this.dataGridViewTextBoxColumn24.HeaderText = "开始使用日期";
- this.dataGridViewTextBoxColumn24.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
- this.dataGridViewTextBoxColumn24.Width = 120;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型生产线ID";
- this.GroutingLineID.MinimumWidth = 6;
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.ReadOnly = true;
- this.GroutingLineID.Visible = false;
- this.GroutingLineID.Width = 125;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.MinimumWidth = 6;
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- this.GroutingLineCode.Width = 125;
- //
- // GroutingLineName
- //
- this.GroutingLineName.DataPropertyName = "GroutingLineName";
- this.GroutingLineName.HeaderText = "成型线名称";
- this.GroutingLineName.MinimumWidth = 6;
- this.GroutingLineName.Name = "GroutingLineName";
- this.GroutingLineName.ReadOnly = true;
- this.GroutingLineName.Width = 125;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "有效标识";
- this.ValueFlag.MinimumWidth = 6;
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.ReadOnly = true;
- this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- this.ValueFlag.Visible = false;
- this.ValueFlag.Width = 125;
- //
- // BuildingNo
- //
- this.BuildingNo.DataPropertyName = "BuildingNo";
- this.BuildingNo.HeaderText = "楼号";
- this.BuildingNo.MinimumWidth = 6;
- this.BuildingNo.Name = "BuildingNo";
- this.BuildingNo.ReadOnly = true;
- this.BuildingNo.Width = 125;
- //
- // FloorNo
- //
- this.FloorNo.DataPropertyName = "FloorNo";
- this.FloorNo.HeaderText = "楼层";
- this.FloorNo.MinimumWidth = 6;
- this.FloorNo.Name = "FloorNo";
- this.FloorNo.ReadOnly = true;
- this.FloorNo.Width = 125;
- //
- // GroutingLineNo
- //
- this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
- this.GroutingLineNo.HeaderText = "线号";
- this.GroutingLineNo.MinimumWidth = 6;
- this.GroutingLineNo.Name = "GroutingLineNo";
- this.GroutingLineNo.ReadOnly = true;
- this.GroutingLineNo.Width = 125;
- //
- // MouldQuantity
- //
- this.MouldQuantity.DataPropertyName = "MouldQuantity";
- this.MouldQuantity.HeaderText = "模具个数";
- this.MouldQuantity.MinimumWidth = 6;
- this.MouldQuantity.Name = "MouldQuantity";
- this.MouldQuantity.ReadOnly = true;
- this.MouldQuantity.Width = 125;
- //
- // GMouldTypeName
- //
- this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
- this.GMouldTypeName.HeaderText = "成型线类型";
- this.GMouldTypeName.MinimumWidth = 6;
- this.GMouldTypeName.Name = "GMouldTypeName";
- this.GMouldTypeName.ReadOnly = true;
- this.GMouldTypeName.Width = 125;
- //
- // HIGHPRESSUREFLAG
- //
- this.HIGHPRESSUREFLAG.DataPropertyName = "HIGHPRESSUREFLAG";
- this.HIGHPRESSUREFLAG.HeaderText = "高压注浆";
- this.HIGHPRESSUREFLAG.MinimumWidth = 6;
- this.HIGHPRESSUREFLAG.Name = "HIGHPRESSUREFLAG";
- this.HIGHPRESSUREFLAG.ReadOnly = true;
- this.HIGHPRESSUREFLAG.Width = 125;
- //
- // monitorcode
- //
- this.monitorcode.DataPropertyName = "monitorcode";
- this.monitorcode.HeaderText = "成型班长";
- this.monitorcode.MinimumWidth = 6;
- this.monitorcode.Name = "monitorcode";
- this.monitorcode.ReadOnly = true;
- this.monitorcode.Width = 125;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "userCodeList";
- this.UserCode.HeaderText = "成型工号";
- this.UserCode.MinimumWidth = 6;
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- this.UserCode.Width = 125;
- //
- // staffCodeList
- //
- this.staffCodeList.DataPropertyName = "staffCodeList";
- this.staffCodeList.HeaderText = "员工姓名";
- this.staffCodeList.MinimumWidth = 6;
- this.staffCodeList.Name = "staffCodeList";
- this.staffCodeList.ReadOnly = true;
- this.staffCodeList.Width = 125;
- //
- // goosCodeList
- //
- this.goosCodeList.DataPropertyName = "goosCodeList";
- this.goosCodeList.HeaderText = "产品编码";
- this.goosCodeList.MinimumWidth = 6;
- this.goosCodeList.Name = "goosCodeList";
- this.goosCodeList.ReadOnly = true;
- this.goosCodeList.Width = 125;
- //
- // BeginUsedDate
- //
- this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- dataGridViewCellStyle3.NullValue = null;
- this.BeginUsedDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.BeginUsedDate.HeaderText = "开始使用日期";
- this.BeginUsedDate.MinimumWidth = 6;
- this.BeginUsedDate.Name = "BeginUsedDate";
- this.BeginUsedDate.ReadOnly = true;
- this.BeginUsedDate.Width = 120;
- //
- // EndUsedDate
- //
- this.EndUsedDate.DataPropertyName = "EndUsedDate";
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
- dataGridViewCellStyle4.NullValue = null;
- this.EndUsedDate.DefaultCellStyle = dataGridViewCellStyle4;
- this.EndUsedDate.HeaderText = "结束使用日期";
- this.EndUsedDate.MinimumWidth = 6;
- this.EndUsedDate.Name = "EndUsedDate";
- this.EndUsedDate.ReadOnly = true;
- this.EndUsedDate.Width = 120;
- //
- // GMOULDSTATUSNAME
- //
- this.GMOULDSTATUSNAME.DataPropertyName = "GMOULDSTATUSNAME";
- this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
- this.GMOULDSTATUSNAME.MinimumWidth = 6;
- this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
- this.GMOULDSTATUSNAME.ReadOnly = true;
- this.GMOULDSTATUSNAME.Width = 120;
- //
- // valueflag2
- //
- this.valueflag2.DataPropertyName = "valueflag2";
- this.valueflag2.FalseValue = "2";
- this.valueflag2.HeaderText = "有效标识";
- this.valueflag2.MinimumWidth = 6;
- this.valueflag2.Name = "valueflag2";
- this.valueflag2.ReadOnly = true;
- this.valueflag2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.valueflag2.TrueValue = "1";
- this.valueflag2.Width = 125;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MinimumWidth = 6;
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 125;
- //
- // GMouldStatus
- //
- this.GMouldStatus.DataPropertyName = "GMouldStatus";
- this.GMouldStatus.HeaderText = "GMouldStatus";
- this.GMouldStatus.MinimumWidth = 6;
- this.GMouldStatus.Name = "GMouldStatus";
- this.GMouldStatus.ReadOnly = true;
- this.GMouldStatus.Visible = false;
- this.GMouldStatus.Width = 125;
- //
- // F_PC_0104_1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1575, 608);
- this.Controls.Add(this.splLine);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
- this.Name = "F_PC_0104_1";
- this.Text = "F_PC_0104";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0104_FormClosed);
- this.Load += new System.EventHandler(this.F_PC_0104_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
- this.splLine.Panel1.ResumeLayout(false);
- this.splLine.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
- this.splLine.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_DataGridView dgvGroutingLine;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DateTimePicker txtEndUsedDateEnd;
- private Basics.BaseControls.C_Label c_Label12;
- private Basics.BaseControls.C_DateTimePicker txtEndUsedDateStart;
- private Basics.BaseControls.C_CheckBox cbEndTime;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateEnd;
- private Basics.BaseControls.C_Label c_Label11;
- private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateStart;
- private Basics.BaseControls.C_CheckBox cbStartTime;
- private Basics.BaseControls.C_TextBox txtGroutingLineName;
- private Basics.BaseControls.C_Label lblGroutingLineName;
- private Basics.BaseControls.C_TextBox txtGroutingLineCode;
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private Basics.BaseControls.C_Label lblGMouldStatus;
- private Basics.BaseControls.C_TextBox txtGroutingLineNo;
- private Basics.BaseControls.C_Label lblGroutingLineNo;
- private Basics.BaseControls.C_Label lblFloorNo;
- private Basics.BaseControls.C_TextBox txtBuildingNo;
- private Basics.BaseControls.C_Label lblBuildingNo;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
- private System.Windows.Forms.SplitContainer splLine;
- private System.Windows.Forms.ToolStripButton tsbtnQueryRecord;
- private Basics.BaseControls.C_Label lblGroutingUserCode;
- private Basics.BaseControls.C_TextBox txtGroutingUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
- private Basics.BaseControls.C_DGV_Digital txtFloorNo;
- private System.Windows.Forms.ToolStripButton tsbtnDisable;
- private System.Windows.Forms.ToolStripButton tsbtnStart;
- private System.Windows.Forms.ToolStripButton tsbtnManager;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private Basics.BaseControls.C_ComboBox lstcbxGMouldStatus;
- private Basics.BaseControls.C_CheckBox chkDisable;
- private Basics.BaseControls.C_CheckBox chkEnable;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
- private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
- private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
- private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks1;
- private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks;
- private Basics.BaseControls.C_Label lblGMouldType;
- private Controls.SearchBox.ScbGMouldType scbGMouldType;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn HIGHPRESSUREFLAG;
- private System.Windows.Forms.DataGridViewTextBoxColumn monitorcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn staffCodeList;
- private System.Windows.Forms.DataGridViewTextBoxColumn goosCodeList;
- private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
- private System.Windows.Forms.DataGridViewCheckBoxColumn valueflag2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
- }
- }
|