| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0901
- {
- /// <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_PM_0901));
- 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 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
- this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
- this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCarPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.SpecialRepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCarPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.toolStripSeparator1,
- 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(1102, 35);
- this.tsrOperate.TabIndex = 25;
- this.tsrOperate.Text = "toolStrip1";
- //
- // 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.Enabled = 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);
- //
- // 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);
- //
- // 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.lblOrganization);
- this.gbxCondition.Controls.Add(this.scbOrganization);
- this.gbxCondition.Controls.Add(this.lblGoodsType);
- this.gbxCondition.Controls.Add(this.scbGoodsType);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.lblTo);
- this.gbxCondition.Controls.Add(this.dtpEndTime);
- this.gbxCondition.Controls.Add(this.dtpStartTime);
- this.gbxCondition.Controls.Add(this.lblCreateTime);
- this.gbxCondition.Controls.Add(this.lblUserCode);
- this.gbxCondition.Controls.Add(this.lblGoodsName);
- this.gbxCondition.Controls.Add(this.lblGoodsCode);
- this.gbxCondition.Controls.Add(this.lblBarCode);
- this.gbxCondition.Controls.Add(this.txtUserCode);
- this.gbxCondition.Controls.Add(this.txtGoodsName);
- this.gbxCondition.Controls.Add(this.txtGoodsCode);
- this.gbxCondition.Controls.Add(this.txtBarCode);
- 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, 39);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1090, 83);
- this.gbxCondition.TabIndex = 28;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // lblOrganization
- //
- this.lblOrganization.AutoSize = true;
- this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
- this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOrganization.Location = new System.Drawing.Point(205, 49);
- this.lblOrganization.Name = "lblOrganization";
- this.lblOrganization.Size = new System.Drawing.Size(53, 12);
- this.lblOrganization.TabIndex = 51;
- this.lblOrganization.Text = "组织机构";
- //
- // scbOrganization
- //
- this.scbOrganization.CheckedData = null;
- this.scbOrganization.IsOnlyDisplayEnd = false;
- this.scbOrganization.Location = new System.Drawing.Point(264, 46);
- this.scbOrganization.Name = "scbOrganization";
- this.scbOrganization.Size = new System.Drawing.Size(134, 21);
- this.scbOrganization.TabIndex = 50;
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsType.Location = new System.Drawing.Point(649, 22);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 37;
- this.lblGoodsType.Text = "产品类别";
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(706, 18);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
- this.scbGoodsType.TabIndex = 36;
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- 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(999, 45);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 12;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- 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.Transparent;
- 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(908, 45);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 11;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // lblTo
- //
- this.lblTo.AutoSize = true;
- this.lblTo.BackColor = System.Drawing.Color.Transparent;
- this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblTo.Location = new System.Drawing.Point(627, 50);
- this.lblTo.Name = "lblTo";
- this.lblTo.Size = new System.Drawing.Size(77, 12);
- this.lblTo.TabIndex = 35;
- this.lblTo.Text = "操作时间结束";
- //
- // dtpEndTime
- //
- this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEndTime.Location = new System.Drawing.Point(706, 46);
- this.dtpEndTime.Name = "dtpEndTime";
- this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
- this.dtpEndTime.TabIndex = 7;
- this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
- //
- // dtpStartTime
- //
- this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
- this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStartTime.Location = new System.Drawing.Point(487, 46);
- this.dtpStartTime.Name = "dtpStartTime";
- this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
- this.dtpStartTime.TabIndex = 6;
- this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
- //
- // lblCreateTime
- //
- this.lblCreateTime.AutoSize = true;
- this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
- this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblCreateTime.Location = new System.Drawing.Point(406, 50);
- this.lblCreateTime.Name = "lblCreateTime";
- this.lblCreateTime.Size = new System.Drawing.Size(77, 12);
- this.lblCreateTime.TabIndex = 29;
- this.lblCreateTime.Text = "操作时间开始";
- //
- // lblUserCode
- //
- this.lblUserCode.AutoSize = true;
- this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblUserCode.Location = new System.Drawing.Point(6, 50);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 20;
- this.lblUserCode.Text = "生产工号";
- //
- // lblGoodsName
- //
- this.lblGoodsName.AutoSize = true;
- this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsName.Location = new System.Drawing.Point(428, 22);
- this.lblGoodsName.Name = "lblGoodsName";
- this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsName.TabIndex = 21;
- this.lblGoodsName.Text = "产品名称";
- //
- // lblGoodsCode
- //
- this.lblGoodsCode.AutoSize = true;
- this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsCode.Location = new System.Drawing.Point(205, 22);
- this.lblGoodsCode.Name = "lblGoodsCode";
- this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsCode.TabIndex = 22;
- this.lblGoodsCode.Text = "产品编码";
- //
- // lblBarCode
- //
- this.lblBarCode.AutoSize = true;
- this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
- this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblBarCode.Location = new System.Drawing.Point(6, 22);
- this.lblBarCode.Name = "lblBarCode";
- this.lblBarCode.Size = new System.Drawing.Size(53, 12);
- this.lblBarCode.TabIndex = 23;
- this.lblBarCode.Text = "产品条码";
- //
- // txtUserCode
- //
- this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtUserCode.ErrorMessage = "";
- this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtUserCode.Location = new System.Drawing.Point(65, 46);
- this.txtUserCode.MaxLength = 20;
- this.txtUserCode.Name = "txtUserCode";
- this.txtUserCode.Size = new System.Drawing.Size(134, 21);
- this.txtUserCode.TabIndex = 4;
- //
- // txtGoodsName
- //
- this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsName.ErrorMessage = "";
- this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsName.Location = new System.Drawing.Point(487, 18);
- this.txtGoodsName.MaxLength = 20;
- this.txtGoodsName.Name = "txtGoodsName";
- this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
- this.txtGoodsName.TabIndex = 3;
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCode.ErrorMessage = "";
- this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCode.Location = new System.Drawing.Point(264, 18);
- this.txtGoodsCode.MaxLength = 10;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
- this.txtGoodsCode.TabIndex = 2;
- //
- // txtBarCode
- //
- this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtBarCode.ErrorMessage = "";
- this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBarCode.Location = new System.Drawing.Point(65, 18);
- this.txtBarCode.MaxLength = 50;
- this.txtBarCode.Name = "txtBarCode";
- this.txtBarCode.Size = new System.Drawing.Size(134, 21);
- this.txtBarCode.TabIndex = 1;
- //
- // splitContainer1
- //
- this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 128);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvProduction);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvDefect);
- this.splitContainer1.Size = new System.Drawing.Size(1090, 433);
- this.splitContainer1.SplitterDistance = 268;
- this.splitContainer1.TabIndex = 36;
- //
- // dgvProduction
- //
- this.dgvProduction.AllowUserToAddRows = false;
- this.dgvProduction.AllowUserToDeleteRows = false;
- this.dgvProduction.AllowUserToModifyRows = true;
- this.dgvProduction.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvProduction.CellHeight = 23;
- this.dgvProduction.ChildNodeColumnName = null;
- this.dgvProduction.ChildNodeColumnText = null;
- this.dgvProduction.ColumnDeep = 1;
- this.dgvProduction.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.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.BarCode,
- this.KilnCode,
- this.KilnCarCode,
- this.KilnCarPositionName,
- this.ProductionDataID,
- this.GoodsCode,
- this.GoodsName,
- this.GoodsTypeName,
- this.UserCode,
- this.OrganizationID,
- this.GroutingMouldCode,
- this.GroutingDate,
- this.GroutingUserCode,
- this.IsPublicBody,
- this.SpecialRepairFlag,
- this.GroutingNum,
- this.CreateTime,
- this.ProcedureModel,
- this.ModelType,
- this.PieceType,
- this.CreateUserID,
- this.Remarks,
- this.KilnName,
- this.KilnCarName,
- this.KilnCarPosition,
- this.LogoCodeName});
- this.dgvProduction.ColumnTreeView = null;
- this.dgvProduction.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.dgvProduction.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvProduction.DynamicColumnName = "";
- this.dgvProduction.EnableHeadersVisualStyles = false;
- this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvProduction.FormatQuantityColumns = null;
- this.dgvProduction.HorizontalMergeColumn = null;
- this.dgvProduction.IsAutoCountSum = true;
- this.dgvProduction.IsAutoResizeColumns = false;
- this.dgvProduction.IsClickF12 = false;
- this.dgvProduction.IsOpenMergeCellFlag = false;
- this.dgvProduction.IsSubTotalFlag = false;
- this.dgvProduction.IsTopDeep = false;
- this.dgvProduction.Location = new System.Drawing.Point(0, 0);
- this.dgvProduction.Margin = new System.Windows.Forms.Padding(0);
- this.dgvProduction.MergeColumnNames = null;
- this.dgvProduction.MergeDetailColumnNames = null;
- this.dgvProduction.MergeDetailOnlyColumn = null;
- this.dgvProduction.MergeOnlyColumn = null;
- this.dgvProduction.MultiSelect = false;
- this.dgvProduction.Name = "dgvProduction";
- this.dgvProduction.ReadOnly = true;
- this.dgvProduction.RefreshAtHscroll = false;
- this.dgvProduction.RowHeadersWidth = 50;
- this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvProduction.RowTemplate.Height = 21;
- this.dgvProduction.Size = new System.Drawing.Size(1090, 268);
- this.dgvProduction.SortOrderColumnName = null;
- this.dgvProduction.TabIndex = 34;
- this.dgvProduction.Tag = true;
- this.dgvProduction.TotalSumColumns = null;
- this.dgvProduction.ViewRowFilter = "";
- this.dgvProduction.SelectionChanged += new System.EventHandler(this.dgvProduction_SelectionChanged);
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.Name = "BarCode";
- this.BarCode.ReadOnly = true;
- //
- // KilnCode
- //
- this.KilnCode.DataPropertyName = "KilnCode";
- this.KilnCode.HeaderText = "窑炉编码";
- this.KilnCode.Name = "KilnCode";
- this.KilnCode.ReadOnly = true;
- //
- // KilnCarCode
- //
- this.KilnCarCode.DataPropertyName = "KilnCarCode";
- this.KilnCarCode.HeaderText = "窑车编码";
- this.KilnCarCode.Name = "KilnCarCode";
- this.KilnCarCode.ReadOnly = true;
- //
- // KilnCarPositionName
- //
- this.KilnCarPositionName.DataPropertyName = "KilnCarPositionName";
- this.KilnCarPositionName.HeaderText = "窑车位置";
- this.KilnCarPositionName.Name = "KilnCarPositionName";
- this.KilnCarPositionName.ReadOnly = true;
- //
- // ProductionDataID
- //
- this.ProductionDataID.DataPropertyName = "ProductionDataID";
- this.ProductionDataID.HeaderText = "生产数据ID";
- this.ProductionDataID.Name = "ProductionDataID";
- this.ProductionDataID.ReadOnly = true;
- this.ProductionDataID.Visible = false;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // GoodsTypeName
- //
- this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
- this.GoodsTypeName.HeaderText = "产品类别";
- this.GoodsTypeName.Name = "GoodsTypeName";
- this.GoodsTypeName.ReadOnly = true;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "UserCode";
- this.UserCode.HeaderText = "生产工号";
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- //
- // OrganizationID
- //
- this.OrganizationID.DataPropertyName = "OrganizationName";
- this.OrganizationID.HeaderText = "所属部门";
- this.OrganizationID.Name = "OrganizationID";
- this.OrganizationID.ReadOnly = true;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GroutingDate";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd";
- dataGridViewCellStyle3.NullValue = null;
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
- this.GroutingDate.HeaderText = "注浆日期";
- this.GroutingDate.Name = "GroutingDate";
- this.GroutingDate.ReadOnly = true;
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
- this.GroutingUserCode.HeaderText = "成型工号";
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.ReadOnly = true;
- //
- // IsPublicBody
- //
- this.IsPublicBody.DataPropertyName = "IsPublicBody";
- this.IsPublicBody.FalseValue = "0";
- this.IsPublicBody.HeaderText = "公坯标识";
- this.IsPublicBody.Name = "IsPublicBody";
- this.IsPublicBody.ReadOnly = true;
- this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsPublicBody.TrueValue = "1";
- //
- // SpecialRepairFlag
- //
- this.SpecialRepairFlag.DataPropertyName = "SpecialRepairFlag";
- this.SpecialRepairFlag.FalseValue = "0";
- this.SpecialRepairFlag.HeaderText = "干补标识";
- this.SpecialRepairFlag.Name = "SpecialRepairFlag";
- this.SpecialRepairFlag.ReadOnly = true;
- this.SpecialRepairFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.SpecialRepairFlag.TrueValue = "1";
- //
- // GroutingNum
- //
- this.GroutingNum.DataPropertyName = "GroutingNum";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
- this.GroutingNum.HeaderText = "注浆次数";
- this.GroutingNum.Name = "GroutingNum";
- this.GroutingNum.ReadOnly = true;
- //
- // CreateTime
- //
- this.CreateTime.DataPropertyName = "CreateTime";
- dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle5.NullValue = null;
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle5;
- this.CreateTime.HeaderText = "操作时间";
- this.CreateTime.Name = "CreateTime";
- this.CreateTime.ReadOnly = true;
- this.CreateTime.Width = 120;
- //
- // ProcedureModel
- //
- this.ProcedureModel.DataPropertyName = "ProcedureModel";
- this.ProcedureModel.HeaderText = "工序模型";
- this.ProcedureModel.Name = "ProcedureModel";
- this.ProcedureModel.ReadOnly = true;
- this.ProcedureModel.Visible = false;
- //
- // ModelType
- //
- this.ModelType.DataPropertyName = "rocedureModelTypeName";
- this.ModelType.HeaderText = "工序类别";
- this.ModelType.Name = "ModelType";
- this.ModelType.ReadOnly = true;
- this.ModelType.Visible = false;
- //
- // PieceType
- //
- this.PieceType.DataPropertyName = "PieceType";
- this.PieceType.HeaderText = "计件模式";
- this.PieceType.Name = "PieceType";
- this.PieceType.ReadOnly = true;
- this.PieceType.Visible = false;
- //
- // CreateUserID
- //
- this.CreateUserID.DataPropertyName = "barusername";
- this.CreateUserID.HeaderText = "操作者";
- this.CreateUserID.Name = "CreateUserID";
- this.CreateUserID.ReadOnly = true;
- this.CreateUserID.Width = 60;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Visible = false;
- //
- // KilnName
- //
- this.KilnName.DataPropertyName = "KilnName";
- this.KilnName.HeaderText = "窑炉名称";
- this.KilnName.Name = "KilnName";
- this.KilnName.ReadOnly = true;
- this.KilnName.Visible = false;
- //
- // KilnCarName
- //
- this.KilnCarName.DataPropertyName = "KilnCarName";
- this.KilnCarName.HeaderText = "窑车名称";
- this.KilnCarName.Name = "KilnCarName";
- this.KilnCarName.ReadOnly = true;
- this.KilnCarName.Visible = false;
- //
- // KilnCarPosition
- //
- this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
- this.KilnCarPosition.HeaderText = "窑车位置";
- this.KilnCarPosition.Name = "KilnCarPosition";
- this.KilnCarPosition.ReadOnly = true;
- this.KilnCarPosition.Visible = false;
- //
- // LogoCodeName
- //
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
- this.LogoCodeName.HeaderText = "商标";
- this.LogoCodeName.Name = "LogoCodeName";
- this.LogoCodeName.ReadOnly = true;
- //
- // dgvDefect
- //
- this.dgvDefect.AllowUserToAddRows = false;
- this.dgvDefect.AllowUserToModifyRows = true;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDefect.CellHeight = 23;
- this.dgvDefect.ChildNodeColumnName = null;
- this.dgvDefect.ChildNodeColumnText = null;
- this.dgvDefect.ColumnDeep = 1;
- this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- 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.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.DefectName,
- this.DefectPositionName,
- this.DefectProcedureName,
- this.DefectFine,
- this.DefectUserName,
- this.JobsName,
- this.DefectRemarks});
- this.dgvDefect.ColumnTreeView = null;
- this.dgvDefect.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvDefect.DynamicColumnName = "";
- this.dgvDefect.EnableHeadersVisualStyles = false;
- this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDefect.FormatQuantityColumns = null;
- this.dgvDefect.HorizontalMergeColumn = null;
- this.dgvDefect.IsAutoCountSum = true;
- this.dgvDefect.IsAutoResizeColumns = false;
- this.dgvDefect.IsClickF12 = false;
- this.dgvDefect.IsOpenMergeCellFlag = false;
- this.dgvDefect.IsSubTotalFlag = false;
- this.dgvDefect.IsTopDeep = false;
- this.dgvDefect.Location = new System.Drawing.Point(0, 0);
- this.dgvDefect.Margin = new System.Windows.Forms.Padding(0);
- this.dgvDefect.MergeColumnNames = null;
- this.dgvDefect.MergeDetailColumnNames = null;
- this.dgvDefect.MergeDetailOnlyColumn = null;
- this.dgvDefect.MergeOnlyColumn = null;
- this.dgvDefect.MultiSelect = false;
- this.dgvDefect.Name = "dgvDefect";
- this.dgvDefect.ReadOnly = true;
- this.dgvDefect.RefreshAtHscroll = false;
- this.dgvDefect.RowHeadersWidth = 50;
- this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvDefect.RowTemplate.Height = 25;
- this.dgvDefect.Size = new System.Drawing.Size(1090, 161);
- this.dgvDefect.SortOrderColumnName = null;
- this.dgvDefect.TabIndex = 0;
- this.dgvDefect.Tag = true;
- this.dgvDefect.TotalSumColumns = null;
- this.dgvDefect.ViewRowFilter = "";
- //
- // DefectName
- //
- this.DefectName.DataPropertyName = "DefectName";
- this.DefectName.HeaderText = "缺陷";
- this.DefectName.Name = "DefectName";
- this.DefectName.ReadOnly = true;
- //
- // DefectPositionName
- //
- this.DefectPositionName.DataPropertyName = "DefectPositionName";
- this.DefectPositionName.HeaderText = "缺陷位置";
- this.DefectPositionName.Name = "DefectPositionName";
- this.DefectPositionName.ReadOnly = true;
- //
- // DefectProcedureName
- //
- this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
- this.DefectProcedureName.HeaderText = "责任工序";
- this.DefectProcedureName.Name = "DefectProcedureName";
- this.DefectProcedureName.ReadOnly = true;
- //
- // DefectFine
- //
- this.DefectFine.DataPropertyName = "DefectFine";
- this.DefectFine.HeaderText = "缺陷扣罚";
- this.DefectFine.Name = "DefectFine";
- this.DefectFine.ReadOnly = true;
- //
- // DefectUserName
- //
- this.DefectUserName.DataPropertyName = "DefectUserCode";
- this.DefectUserName.HeaderText = "责任工号";
- this.DefectUserName.Name = "DefectUserName";
- this.DefectUserName.ReadOnly = true;
- //
- // JobsName
- //
- this.JobsName.DataPropertyName = "JobsName";
- this.JobsName.HeaderText = "责任工种";
- this.JobsName.Name = "JobsName";
- this.JobsName.ReadOnly = true;
- //
- // DefectRemarks
- //
- this.DefectRemarks.DataPropertyName = "Remarks";
- this.DefectRemarks.HeaderText = "备注";
- this.DefectRemarks.MaxInputLength = 200;
- this.DefectRemarks.Name = "DefectRemarks";
- this.DefectRemarks.ReadOnly = true;
- this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.DefectRemarks.Width = 200;
- //
- // F_PM_0901
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1102, 562);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "F_PM_0901";
- this.Text = "F_PM_0901";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0901_FormClosed);
- this.Load += new System.EventHandler(this.F_PM_0901_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
- 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 toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Label lblTo;
- private System.Windows.Forms.DateTimePicker dtpEndTime;
- private System.Windows.Forms.DateTimePicker dtpStartTime;
- private Basics.BaseControls.C_Label lblCreateTime;
- private Basics.BaseControls.C_Label lblUserCode;
- private Basics.BaseControls.C_Label lblGoodsName;
- private Basics.BaseControls.C_Label lblGoodsCode;
- private Basics.BaseControls.C_Label lblBarCode;
- private Basics.BaseControls.C_TextBox txtUserCode;
- private Basics.BaseControls.C_TextBox txtGoodsName;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_TextBox txtBarCode;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvProduction;
- private Basics.BaseControls.C_DataGridView dgvDefect;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectFine;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPositionName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
- private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
- private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
- private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
- private Basics.BaseControls.C_Label lblGoodsType;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private Basics.BaseControls.C_Label lblOrganization;
- private Controls.SearchBox.ScbOrganization scbOrganization;
- }
- }
|