| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0501
- {
- /// <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_0501));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.cblEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.txtGoodsCodeA = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGoodsCodeA = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.dtpEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.cblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblGoodsCodeB = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGoodsCodeB = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.dgvChangeInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.begindate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.enddate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goodsCodeB = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goodsCodeA = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbxCondition.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvChangeInfo)).BeginInit();
- this.SuspendLayout();
- //
- // 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.cblEndTime);
- this.gbxCondition.Controls.Add(this.txtGoodsCodeA);
- this.gbxCondition.Controls.Add(this.lblGoodsCodeA);
- 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.txtGroutingLineCode);
- this.gbxCondition.Controls.Add(this.txtFloorNo);
- this.gbxCondition.Controls.Add(this.lblFloorNo);
- this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
- this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
- this.gbxCondition.Controls.Add(this.dtpEndTime);
- this.gbxCondition.Controls.Add(this.dtpStartTime);
- this.gbxCondition.Controls.Add(this.cblStartTime);
- this.gbxCondition.Controls.Add(this.lblGoodsCodeB);
- this.gbxCondition.Controls.Add(this.txtGoodsCodeB);
- 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(12, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(992, 112);
- this.gbxCondition.TabIndex = 2;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // cblEndTime
- //
- this.cblEndTime.AutoSize = true;
- this.cblEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cblEndTime.Location = new System.Drawing.Point(643, 49);
- this.cblEndTime.Name = "cblEndTime";
- this.cblEndTime.Size = new System.Drawing.Size(96, 16);
- this.cblEndTime.TabIndex = 11;
- this.cblEndTime.Text = "变产结束日期";
- this.cblEndTime.UseVisualStyleBackColor = true;
- this.cblEndTime.CheckedChanged += new System.EventHandler(this.cblEndTime_CheckedChanged);
- //
- // txtGoodsCodeA
- //
- this.txtGoodsCodeA.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCodeA.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCodeA.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCodeA.ErrorMessage = "";
- this.txtGoodsCodeA.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCodeA.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCodeA.Location = new System.Drawing.Point(519, 47);
- this.txtGoodsCodeA.MaxLength = 50;
- this.txtGoodsCodeA.Name = "txtGoodsCodeA";
- this.txtGoodsCodeA.Size = new System.Drawing.Size(120, 21);
- this.txtGoodsCodeA.TabIndex = 10;
- //
- // lblGoodsCodeA
- //
- this.lblGoodsCodeA.AutoSize = true;
- this.lblGoodsCodeA.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsCodeA.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsCodeA.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsCodeA.Location = new System.Drawing.Point(424, 50);
- this.lblGoodsCodeA.Name = "lblGoodsCodeA";
- this.lblGoodsCodeA.Size = new System.Drawing.Size(89, 12);
- this.lblGoodsCodeA.TabIndex = 26;
- this.lblGoodsCodeA.Text = "变产后产品编码";
- //
- // 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(42, 23);
- this.lblBuildingNo.Name = "lblBuildingNo";
- this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
- this.lblBuildingNo.TabIndex = 0;
- this.lblBuildingNo.Text = "楼号";
- //
- // 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(6, 50);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineCode.TabIndex = 10;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // 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(901, 77);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 15;
- 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(810, 77);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 13;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // 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(77, 20);
- this.txtBuildingNo.MaxLength = 20;
- this.txtBuildingNo.Name = "txtBuildingNo";
- this.txtBuildingNo.Size = new System.Drawing.Size(120, 21);
- this.txtBuildingNo.TabIndex = 1;
- //
- // 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(77, 47);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(120, 21);
- this.txtGroutingLineCode.TabIndex = 8;
- this.txtGroutingLineCode.TextValue = "";
- //
- // txtFloorNo
- //
- this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtFloorNo.ErrorMessage = "";
- this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFloorNo.Location = new System.Drawing.Point(298, 20);
- this.txtFloorNo.MaxLength = 5;
- this.txtFloorNo.Name = "txtFloorNo";
- this.txtFloorNo.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtFloorNo.Size = new System.Drawing.Size(120, 21);
- this.txtFloorNo.TabIndex = 3;
- this.txtFloorNo.TextValue = "";
- //
- // 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(263, 22);
- this.lblFloorNo.Name = "lblFloorNo";
- this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
- this.lblFloorNo.TabIndex = 2;
- this.lblFloorNo.Text = "楼层";
- //
- // 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(484, 22);
- this.lblGroutingLineNo.Name = "lblGroutingLineNo";
- this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
- this.lblGroutingLineNo.TabIndex = 4;
- this.lblGroutingLineNo.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(519, 18);
- this.txtGroutingLineNo.MaxLength = 5;
- this.txtGroutingLineNo.Name = "txtGroutingLineNo";
- this.txtGroutingLineNo.Size = new System.Drawing.Size(120, 21);
- this.txtGroutingLineNo.TabIndex = 5;
- //
- // dtpEndTime
- //
- this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
- this.dtpEndTime.Enabled = false;
- this.dtpEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEndTime.Location = new System.Drawing.Point(745, 47);
- this.dtpEndTime.Name = "dtpEndTime";
- this.dtpEndTime.Size = new System.Drawing.Size(105, 21);
- this.dtpEndTime.TabIndex = 12;
- //
- // dtpStartTime
- //
- this.dtpStartTime.CustomFormat = "yyyy-MM-dd";
- this.dtpStartTime.Enabled = false;
- this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStartTime.Location = new System.Drawing.Point(747, 18);
- this.dtpStartTime.Name = "dtpStartTime";
- this.dtpStartTime.Size = new System.Drawing.Size(103, 21);
- this.dtpStartTime.TabIndex = 7;
- //
- // cblStartTime
- //
- this.cblStartTime.AutoSize = true;
- this.cblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cblStartTime.Location = new System.Drawing.Point(645, 21);
- this.cblStartTime.Name = "cblStartTime";
- this.cblStartTime.Size = new System.Drawing.Size(96, 16);
- this.cblStartTime.TabIndex = 6;
- this.cblStartTime.Text = "变产开始日期";
- this.cblStartTime.UseVisualStyleBackColor = true;
- this.cblStartTime.CheckedChanged += new System.EventHandler(this.cblStartTime_CheckedChanged);
- //
- // lblGoodsCodeB
- //
- this.lblGoodsCodeB.AutoSize = true;
- this.lblGoodsCodeB.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsCodeB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsCodeB.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsCodeB.Location = new System.Drawing.Point(203, 50);
- this.lblGoodsCodeB.Name = "lblGoodsCodeB";
- this.lblGoodsCodeB.Size = new System.Drawing.Size(89, 12);
- this.lblGoodsCodeB.TabIndex = 12;
- this.lblGoodsCodeB.Text = "变产前产品编码";
- //
- // txtGoodsCodeB
- //
- this.txtGoodsCodeB.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCodeB.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCodeB.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCodeB.ErrorMessage = "";
- this.txtGoodsCodeB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCodeB.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCodeB.Location = new System.Drawing.Point(298, 47);
- this.txtGoodsCodeB.MaxLength = 50;
- this.txtGoodsCodeB.Name = "txtGoodsCodeB";
- this.txtGoodsCodeB.Size = new System.Drawing.Size(120, 21);
- this.txtGoodsCodeB.TabIndex = 9;
- //
- // 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.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- 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(1016, 35);
- this.tsrOperate.TabIndex = 3;
- //
- // 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);
- //
- // dgvChangeInfo
- //
- this.dgvChangeInfo.AllowUserToAddRows = false;
- this.dgvChangeInfo.AllowUserToDeleteRows = false;
- this.dgvChangeInfo.AllowUserToModifyRows = true;
- this.dgvChangeInfo.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvChangeInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvChangeInfo.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.dgvChangeInfo.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvChangeInfo.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvChangeInfo.CellHeight = 23;
- this.dgvChangeInfo.ChildNodeColumnName = null;
- this.dgvChangeInfo.ChildNodeColumnText = null;
- this.dgvChangeInfo.ColumnDeep = 1;
- this.dgvChangeInfo.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.dgvChangeInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvChangeInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvChangeInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingLineID,
- this.GroutingLineCode,
- this.BuildingNo,
- this.FloorNo,
- this.GroutingLineNo,
- this.begindate,
- this.enddate,
- this.goodsCodeB,
- this.goodsCodeA});
- this.dgvChangeInfo.ColumnTreeView = null;
- this.dgvChangeInfo.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)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvChangeInfo.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvChangeInfo.DynamicColumnName = "";
- this.dgvChangeInfo.EnableHeadersVisualStyles = false;
- this.dgvChangeInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvChangeInfo.IsAutoCountSum = true;
- this.dgvChangeInfo.IsAutoResizeColumns = false;
- this.dgvChangeInfo.IsClickF12 = false;
- this.dgvChangeInfo.IsSubTotalFlag = false;
- this.dgvChangeInfo.Location = new System.Drawing.Point(12, 156);
- this.dgvChangeInfo.MultiSelect = false;
- this.dgvChangeInfo.Name = "dgvChangeInfo";
- this.dgvChangeInfo.ReadOnly = true;
- this.dgvChangeInfo.RefreshAtHscroll = false;
- this.dgvChangeInfo.RowHeadersWidth = 50;
- this.dgvChangeInfo.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvChangeInfo.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvChangeInfo.RowTemplate.Height = 21;
- this.dgvChangeInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvChangeInfo.ShowEditingIcon = false;
- this.dgvChangeInfo.Size = new System.Drawing.Size(986, 318);
- this.dgvChangeInfo.SortOrderColumnName = null;
- this.dgvChangeInfo.TabIndex = 16;
- this.dgvChangeInfo.Tag = true;
- this.dgvChangeInfo.TotalSumColumns = null;
- this.dgvChangeInfo.ViewRowFilter = "";
- this.dgvChangeInfo.VirtualMode = true;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型生产线ID";
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.ReadOnly = true;
- this.GroutingLineID.Visible = false;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- //
- // BuildingNo
- //
- this.BuildingNo.DataPropertyName = "BuildingNo";
- this.BuildingNo.HeaderText = "楼号";
- this.BuildingNo.Name = "BuildingNo";
- this.BuildingNo.ReadOnly = true;
- //
- // FloorNo
- //
- this.FloorNo.DataPropertyName = "FloorNo";
- this.FloorNo.HeaderText = "楼层";
- this.FloorNo.Name = "FloorNo";
- this.FloorNo.ReadOnly = true;
- //
- // GroutingLineNo
- //
- this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
- this.GroutingLineNo.HeaderText = "线号";
- this.GroutingLineNo.Name = "GroutingLineNo";
- this.GroutingLineNo.ReadOnly = true;
- //
- // begindate
- //
- this.begindate.DataPropertyName = "begindate";
- this.begindate.HeaderText = "变产开始日期";
- this.begindate.Name = "begindate";
- this.begindate.ReadOnly = true;
- //
- // enddate
- //
- this.enddate.DataPropertyName = "enddate";
- this.enddate.HeaderText = "变产结束日期";
- this.enddate.Name = "enddate";
- this.enddate.ReadOnly = true;
- //
- // goodsCodeB
- //
- this.goodsCodeB.DataPropertyName = "goodsCodeB";
- this.goodsCodeB.HeaderText = "变产前产品编码";
- this.goodsCodeB.Name = "goodsCodeB";
- this.goodsCodeB.ReadOnly = true;
- this.goodsCodeB.Width = 120;
- //
- // goodsCodeA
- //
- this.goodsCodeA.DataPropertyName = "goodsCodeA";
- this.goodsCodeA.HeaderText = "变产后产品编码";
- this.goodsCodeA.Name = "goodsCodeA";
- this.goodsCodeA.ReadOnly = true;
- this.goodsCodeA.Width = 120;
- //
- // F_PC_0501
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1016, 486);
- this.Controls.Add(this.dgvChangeInfo);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.gbxCondition);
- this.Name = "F_PC_0501";
- this.Text = "F_PC_0501";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0501_FormClosed);
- this.Load += new System.EventHandler(this.F_PC_0501_Load);
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvChangeInfo)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Label lblBuildingNo;
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_TextBox txtBuildingNo;
- private Basics.BaseControls.C_TextBox txtGroutingLineCode;
- private Basics.BaseControls.C_TextBox txtFloorNo;
- private Basics.BaseControls.C_Label lblFloorNo;
- private Basics.BaseControls.C_Label lblGroutingLineNo;
- private Basics.BaseControls.C_TextBox txtGroutingLineNo;
- private Basics.BaseControls.C_DateTimePicker dtpEndTime;
- private Basics.BaseControls.C_DateTimePicker dtpStartTime;
- private Basics.BaseControls.C_CheckBox cblStartTime;
- private Basics.BaseControls.C_Label lblGoodsCodeB;
- private Basics.BaseControls.C_TextBox txtGoodsCodeB;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_TextBox txtGoodsCodeA;
- private Basics.BaseControls.C_Label lblGoodsCodeA;
- private Basics.BaseControls.C_DataGridView dgvChangeInfo;
- private Basics.BaseControls.C_CheckBox cblEndTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn begindate;
- private System.Windows.Forms.DataGridViewTextBoxColumn enddate;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodsCodeB;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodsCodeA;
- }
- }
|