|
@@ -29,240 +29,252 @@
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010301_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 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();
|
|
|
|
|
- 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
|
|
|
|
|
- this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
|
|
- this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_BarCode();
|
|
|
|
|
- this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
|
|
- this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
|
|
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
|
|
- this.lblAccountDateStart = 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.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
|
|
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.NewBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.Gmouldtypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.MONITORName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.tsrOperate.SuspendLayout();
|
|
|
|
|
- this.gbxCondition.SuspendLayout();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
|
|
|
|
|
- this.SuspendLayout();
|
|
|
|
|
- //
|
|
|
|
|
- // tsrOperate
|
|
|
|
|
- //
|
|
|
|
|
- this.tsrOperate.AutoSize = false;
|
|
|
|
|
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
- 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[] {
|
|
|
|
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010301_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 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();
|
|
|
|
|
+ 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
|
|
|
|
|
+ this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
|
|
+ this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_BarCode();
|
|
|
|
|
+ this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
|
|
+ this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
|
|
+ this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
|
|
+ this.lblAccountDateStart = 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.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
|
|
+ this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.NewBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.Gmouldtypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.MONITORName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.tsrOperate.SuspendLayout();
|
|
|
|
|
+ this.gbxCondition.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
|
|
|
|
|
+ this.SuspendLayout();
|
|
|
|
|
+ //
|
|
|
|
|
+ // tsrOperate
|
|
|
|
|
+ //
|
|
|
|
|
+ this.tsrOperate.AutoSize = false;
|
|
|
|
|
+ this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ 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.tsbtnAdaptive,
|
|
this.tsbtnAdaptive,
|
|
|
this.tsbtnClose});
|
|
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(1131, 35);
|
|
|
|
|
- this.tsrOperate.TabIndex = 0;
|
|
|
|
|
- this.tsrOperate.Text = "toolStrip1";
|
|
|
|
|
- //
|
|
|
|
|
- // 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.ToolTipText = "关闭";
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
+ 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(1508, 44);
|
|
|
|
|
+ this.tsrOperate.TabIndex = 0;
|
|
|
|
|
+ this.tsrOperate.Text = "toolStrip1";
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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.ToolTipText = "关闭";
|
|
|
|
|
+ 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)));
|
|
| 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.lblBarcode);
|
|
|
|
|
- this.gbxCondition.Controls.Add(this.txtBarcode);
|
|
|
|
|
- this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
|
|
|
|
|
- this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
|
|
|
|
|
- this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
|
|
|
|
|
- this.gbxCondition.Controls.Add(this.lblAccountDateStart);
|
|
|
|
|
- this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
|
|
- this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
|
|
- 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, 38);
|
|
|
|
|
- this.gbxCondition.Name = "gbxCondition";
|
|
|
|
|
- this.gbxCondition.OriginalHeight = -1;
|
|
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(1119, 45);
|
|
|
|
|
- this.gbxCondition.TabIndex = 1;
|
|
|
|
|
- this.gbxCondition.TabStop = false;
|
|
|
|
|
- this.gbxCondition.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(15, 20);
|
|
|
|
|
- this.lblBarcode.Name = "lblBarcode";
|
|
|
|
|
- this.lblBarcode.Size = new System.Drawing.Size(65, 12);
|
|
|
|
|
- this.lblBarcode.TabIndex = 12;
|
|
|
|
|
- this.lblBarcode.Text = "产品条码:";
|
|
|
|
|
- //
|
|
|
|
|
- // 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.EditingControlFormattedValue = "";
|
|
|
|
|
- this.txtBarcode.ErrorMessage = "";
|
|
|
|
|
- this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
|
|
- this.txtBarcode.Location = new System.Drawing.Point(87, 16);
|
|
|
|
|
- this.txtBarcode.Name = "txtBarcode";
|
|
|
|
|
- this.txtBarcode.Size = new System.Drawing.Size(128, 21);
|
|
|
|
|
- this.txtBarcode.TabIndex = 0;
|
|
|
|
|
- this.txtBarcode.TextValue = "";
|
|
|
|
|
- //
|
|
|
|
|
- // dtpAccountDateEnd
|
|
|
|
|
- //
|
|
|
|
|
- this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd";
|
|
|
|
|
- this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
- this.dtpAccountDateEnd.Location = new System.Drawing.Point(453, 16);
|
|
|
|
|
- this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
|
|
|
|
|
- this.dtpAccountDateEnd.Size = new System.Drawing.Size(102, 21);
|
|
|
|
|
- this.dtpAccountDateEnd.TabIndex = 2;
|
|
|
|
|
- //
|
|
|
|
|
- // dtpAccountDateStart
|
|
|
|
|
- //
|
|
|
|
|
- this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
|
|
|
|
|
- this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
- this.dtpAccountDateStart.Location = new System.Drawing.Point(302, 16);
|
|
|
|
|
- this.dtpAccountDateStart.Name = "dtpAccountDateStart";
|
|
|
|
|
- this.dtpAccountDateStart.Size = new System.Drawing.Size(102, 21);
|
|
|
|
|
- this.dtpAccountDateStart.TabIndex = 1;
|
|
|
|
|
- //
|
|
|
|
|
- // lblAccountDateEnd
|
|
|
|
|
- //
|
|
|
|
|
- this.lblAccountDateEnd.AutoSize = true;
|
|
|
|
|
- this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
- this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
- this.lblAccountDateEnd.Location = new System.Drawing.Point(423, 20);
|
|
|
|
|
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
|
|
|
|
|
- this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
- this.lblAccountDateEnd.TabIndex = 6;
|
|
|
|
|
- this.lblAccountDateEnd.Text = "至";
|
|
|
|
|
- //
|
|
|
|
|
- // lblAccountDateStart
|
|
|
|
|
- //
|
|
|
|
|
- this.lblAccountDateStart.AutoSize = true;
|
|
|
|
|
- this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
- this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
- this.lblAccountDateStart.Location = new System.Drawing.Point(231, 20);
|
|
|
|
|
- this.lblAccountDateStart.Name = "lblAccountDateStart";
|
|
|
|
|
- this.lblAccountDateStart.Size = new System.Drawing.Size(65, 12);
|
|
|
|
|
- this.lblAccountDateStart.TabIndex = 4;
|
|
|
|
|
- this.lblAccountDateStart.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.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(1018, 11);
|
|
|
|
|
- this.btnClearCondition.Name = "btnClearCondition";
|
|
|
|
|
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
|
|
- this.btnClearCondition.TabIndex = 13;
|
|
|
|
|
- this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
|
|
- 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(927, 11);
|
|
|
|
|
- this.btnSearch.Name = "btnSearch";
|
|
|
|
|
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
|
|
- this.btnSearch.TabIndex = 12;
|
|
|
|
|
- this.btnSearch.Text = "查询(&Q)";
|
|
|
|
|
- this.btnSearch.UseVisualStyleBackColor = true;
|
|
|
|
|
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
|
|
|
- //
|
|
|
|
|
- // dgvReportModule
|
|
|
|
|
- //
|
|
|
|
|
- this.dgvReportModule.AllowUserToAddRows = false;
|
|
|
|
|
- this.dgvReportModule.AllowUserToDeleteRows = false;
|
|
|
|
|
- this.dgvReportModule.AllowUserToModifyRows = true;
|
|
|
|
|
- this.dgvReportModule.AllowUserToOrderColumns = true;
|
|
|
|
|
- this.dgvReportModule.AllowUserToSortRows = false;
|
|
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
|
|
- this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
- this.dgvReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
|
|
+ this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.lblBarcode);
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.txtBarcode);
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.lblAccountDateStart);
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
|
|
+ this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
|
|
+ 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(1492, 56);
|
|
|
|
|
+ this.gbxCondition.TabIndex = 1;
|
|
|
|
|
+ this.gbxCondition.TabStop = false;
|
|
|
|
|
+ this.gbxCondition.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(20, 25);
|
|
|
|
|
+ this.lblBarcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
+ this.lblBarcode.Name = "lblBarcode";
|
|
|
|
|
+ this.lblBarcode.Size = new System.Drawing.Size(82, 15);
|
|
|
|
|
+ this.lblBarcode.TabIndex = 12;
|
|
|
|
|
+ this.lblBarcode.Text = "产品条码:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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.EditingControlFormattedValue = "";
|
|
|
|
|
+ this.txtBarcode.ErrorMessage = "";
|
|
|
|
|
+ this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
|
|
+ this.txtBarcode.Location = new System.Drawing.Point(116, 20);
|
|
|
|
|
+ this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.txtBarcode.Name = "txtBarcode";
|
|
|
|
|
+ this.txtBarcode.Size = new System.Drawing.Size(169, 25);
|
|
|
|
|
+ this.txtBarcode.TabIndex = 0;
|
|
|
|
|
+ this.txtBarcode.TextValue = "";
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpAccountDateEnd
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd";
|
|
|
|
|
+ this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
+ this.dtpAccountDateEnd.Location = new System.Drawing.Point(604, 20);
|
|
|
|
|
+ this.dtpAccountDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
|
|
|
|
|
+ this.dtpAccountDateEnd.Size = new System.Drawing.Size(135, 25);
|
|
|
|
|
+ this.dtpAccountDateEnd.TabIndex = 2;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpAccountDateStart
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
|
|
|
|
|
+ this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
|
|
+ this.dtpAccountDateStart.Location = new System.Drawing.Point(403, 20);
|
|
|
|
|
+ this.dtpAccountDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.dtpAccountDateStart.Name = "dtpAccountDateStart";
|
|
|
|
|
+ this.dtpAccountDateStart.Size = new System.Drawing.Size(135, 25);
|
|
|
|
|
+ this.dtpAccountDateStart.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblAccountDateEnd
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblAccountDateEnd.AutoSize = true;
|
|
|
|
|
+ this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
+ this.lblAccountDateEnd.Location = new System.Drawing.Point(564, 25);
|
|
|
|
|
+ this.lblAccountDateEnd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
+ this.lblAccountDateEnd.Name = "lblAccountDateEnd";
|
|
|
|
|
+ this.lblAccountDateEnd.Size = new System.Drawing.Size(22, 15);
|
|
|
|
|
+ this.lblAccountDateEnd.TabIndex = 6;
|
|
|
|
|
+ this.lblAccountDateEnd.Text = "至";
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblAccountDateStart
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblAccountDateStart.AutoSize = true;
|
|
|
|
|
+ this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
+ this.lblAccountDateStart.Location = new System.Drawing.Point(308, 25);
|
|
|
|
|
+ this.lblAccountDateStart.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
+ this.lblAccountDateStart.Name = "lblAccountDateStart";
|
|
|
|
|
+ this.lblAccountDateStart.Size = new System.Drawing.Size(82, 15);
|
|
|
|
|
+ this.lblAccountDateStart.TabIndex = 4;
|
|
|
|
|
+ this.lblAccountDateStart.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.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(1357, 14);
|
|
|
|
|
+ this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.btnClearCondition.Name = "btnClearCondition";
|
|
|
|
|
+ this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
|
|
|
|
|
+ this.btnClearCondition.TabIndex = 13;
|
|
|
|
|
+ this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
|
|
+ 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(1236, 14);
|
|
|
|
|
+ this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.btnSearch.Name = "btnSearch";
|
|
|
|
|
+ this.btnSearch.Size = new System.Drawing.Size(113, 38);
|
|
|
|
|
+ this.btnSearch.TabIndex = 12;
|
|
|
|
|
+ this.btnSearch.Text = "查询(&Q)";
|
|
|
|
|
+ this.btnSearch.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // dgvReportModule
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dgvReportModule.AllowUserToAddRows = false;
|
|
|
|
|
+ this.dgvReportModule.AllowUserToDeleteRows = false;
|
|
|
|
|
+ this.dgvReportModule.AllowUserToModifyRows = true;
|
|
|
|
|
+ this.dgvReportModule.AllowUserToOrderColumns = true;
|
|
|
|
|
+ this.dgvReportModule.AllowUserToSortRows = false;
|
|
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
|
|
+ this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
+ this.dgvReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
|
|
- this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
|
|
- this.dgvReportModule.CellHeight = 23;
|
|
|
|
|
- this.dgvReportModule.ChildNodeColumnName = null;
|
|
|
|
|
- this.dgvReportModule.ChildNodeColumnText = null;
|
|
|
|
|
- this.dgvReportModule.ColumnDeep = 1;
|
|
|
|
|
- this.dgvReportModule.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.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
- this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
|
|
- this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
|
|
+ this.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
|
|
+ this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
|
|
+ this.dgvReportModule.CellHeight = 23;
|
|
|
|
|
+ this.dgvReportModule.ChildNodeColumnName = null;
|
|
|
|
|
+ this.dgvReportModule.ChildNodeColumnText = null;
|
|
|
|
|
+ this.dgvReportModule.ColumnDeep = 1;
|
|
|
|
|
+ this.dgvReportModule.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.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
+ this.dgvReportModule.ColumnHeadersHeight = 29;
|
|
|
|
|
+ this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
|
|
+ this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.BarCode,
|
|
this.BarCode,
|
|
|
this.NewBarCode,
|
|
this.NewBarCode,
|
|
|
this.LogoCodeName,
|
|
this.LogoCodeName,
|
|
@@ -278,183 +290,203 @@
|
|
|
this.GroutingCount,
|
|
this.GroutingCount,
|
|
|
this.GroutingUserCode,
|
|
this.GroutingUserCode,
|
|
|
this.MONITORName});
|
|
this.MONITORName});
|
|
|
- this.dgvReportModule.ColumnTreeView = null;
|
|
|
|
|
- this.dgvReportModule.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.dgvReportModule.DynamicColumnName = "";
|
|
|
|
|
- this.dgvReportModule.EnableHeadersVisualStyles = false;
|
|
|
|
|
- this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.dgvReportModule.FormatQuantityColumns = null;
|
|
|
|
|
- this.dgvReportModule.HorizontalMergeColumn = null;
|
|
|
|
|
- this.dgvReportModule.IsAutoCountSum = true;
|
|
|
|
|
- this.dgvReportModule.IsAutoResizeColumns = false;
|
|
|
|
|
- this.dgvReportModule.IsClickF12 = false;
|
|
|
|
|
- this.dgvReportModule.IsOpenMergeCellFlag = false;
|
|
|
|
|
- this.dgvReportModule.IsSubTotalFlag = false;
|
|
|
|
|
- this.dgvReportModule.IsTopDeep = false;
|
|
|
|
|
- this.dgvReportModule.Location = new System.Drawing.Point(0, 90);
|
|
|
|
|
- this.dgvReportModule.MergeColumnNames = null;
|
|
|
|
|
- this.dgvReportModule.MergeDetailColumnNames = null;
|
|
|
|
|
- this.dgvReportModule.MergeDetailOnlyColumn = null;
|
|
|
|
|
- this.dgvReportModule.MergeOnlyColumn = null;
|
|
|
|
|
- this.dgvReportModule.MultiSelect = false;
|
|
|
|
|
- this.dgvReportModule.Name = "dgvReportModule";
|
|
|
|
|
- this.dgvReportModule.ReadOnly = true;
|
|
|
|
|
- this.dgvReportModule.RefreshAtHscroll = false;
|
|
|
|
|
- this.dgvReportModule.RowHeadersWidth = 50;
|
|
|
|
|
- this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
|
|
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
|
|
- this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
|
|
- this.dgvReportModule.RowTemplate.Height = 21;
|
|
|
|
|
- this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
- this.dgvReportModule.Size = new System.Drawing.Size(1119, 391);
|
|
|
|
|
- this.dgvReportModule.SortOrderColumnName = null;
|
|
|
|
|
- this.dgvReportModule.TabIndex = 28;
|
|
|
|
|
- this.dgvReportModule.Tag = true;
|
|
|
|
|
- this.dgvReportModule.TotalSumColumns = null;
|
|
|
|
|
- this.dgvReportModule.ViewRowFilter = "";
|
|
|
|
|
- //
|
|
|
|
|
- // BarCode
|
|
|
|
|
- //
|
|
|
|
|
- this.BarCode.DataPropertyName = "BarCode";
|
|
|
|
|
- this.BarCode.HeaderText = "原产品条码";
|
|
|
|
|
- this.BarCode.Name = "BarCode";
|
|
|
|
|
- this.BarCode.ReadOnly = true;
|
|
|
|
|
- this.BarCode.Width = 80;
|
|
|
|
|
- //
|
|
|
|
|
- // NewBarCode
|
|
|
|
|
- //
|
|
|
|
|
- this.NewBarCode.DataPropertyName = "NewBarCode";
|
|
|
|
|
- this.NewBarCode.HeaderText = "新产品条码";
|
|
|
|
|
- this.NewBarCode.Name = "NewBarCode";
|
|
|
|
|
- this.NewBarCode.ReadOnly = true;
|
|
|
|
|
- this.NewBarCode.Width = 80;
|
|
|
|
|
- //
|
|
|
|
|
- // LogoCodeName
|
|
|
|
|
- //
|
|
|
|
|
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
|
|
- this.LogoCodeName.HeaderText = "商标";
|
|
|
|
|
- this.LogoCodeName.Name = "LogoCodeName";
|
|
|
|
|
- this.LogoCodeName.ReadOnly = true;
|
|
|
|
|
- //
|
|
|
|
|
- // PROCEDURENAME
|
|
|
|
|
- //
|
|
|
|
|
- this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
|
|
|
|
|
- this.PROCEDURENAME.HeaderText = "变更工序";
|
|
|
|
|
- this.PROCEDURENAME.Name = "PROCEDURENAME";
|
|
|
|
|
- this.PROCEDURENAME.ReadOnly = true;
|
|
|
|
|
- this.PROCEDURENAME.Width = 90;
|
|
|
|
|
- //
|
|
|
|
|
- // USERNAME
|
|
|
|
|
- //
|
|
|
|
|
- this.USERNAME.DataPropertyName = "USERNAME";
|
|
|
|
|
- this.USERNAME.HeaderText = "变更者";
|
|
|
|
|
- this.USERNAME.Name = "USERNAME";
|
|
|
|
|
- this.USERNAME.ReadOnly = true;
|
|
|
|
|
- this.USERNAME.Width = 50;
|
|
|
|
|
- //
|
|
|
|
|
- // CreateTime
|
|
|
|
|
- //
|
|
|
|
|
- this.CreateTime.DataPropertyName = "CreateTime";
|
|
|
|
|
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
|
|
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
- this.CreateTime.HeaderText = "变更时间";
|
|
|
|
|
- this.CreateTime.Name = "CreateTime";
|
|
|
|
|
- this.CreateTime.ReadOnly = true;
|
|
|
|
|
- this.CreateTime.Width = 120;
|
|
|
|
|
- //
|
|
|
|
|
- // GoodsCode
|
|
|
|
|
- //
|
|
|
|
|
- this.GoodsCode.DataPropertyName = "GoodsCode";
|
|
|
|
|
- this.GoodsCode.HeaderText = "产品编码";
|
|
|
|
|
- this.GoodsCode.Name = "GoodsCode";
|
|
|
|
|
- this.GoodsCode.ReadOnly = true;
|
|
|
|
|
- this.GoodsCode.Width = 60;
|
|
|
|
|
- //
|
|
|
|
|
- // GoodsName
|
|
|
|
|
- //
|
|
|
|
|
- this.GoodsName.DataPropertyName = "GoodsName";
|
|
|
|
|
- this.GoodsName.HeaderText = "产品名称";
|
|
|
|
|
- this.GoodsName.Name = "GoodsName";
|
|
|
|
|
- this.GoodsName.ReadOnly = true;
|
|
|
|
|
- this.GoodsName.Width = 90;
|
|
|
|
|
- //
|
|
|
|
|
- // GroutingLineCode
|
|
|
|
|
- //
|
|
|
|
|
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
|
|
|
|
|
- this.GroutingLineCode.HeaderText = "成型线编码";
|
|
|
|
|
- this.GroutingLineCode.Name = "GroutingLineCode";
|
|
|
|
|
- this.GroutingLineCode.ReadOnly = true;
|
|
|
|
|
- this.GroutingLineCode.Width = 90;
|
|
|
|
|
- //
|
|
|
|
|
- // Gmouldtypename
|
|
|
|
|
- //
|
|
|
|
|
- this.Gmouldtypename.DataPropertyName = "Gmouldtypename";
|
|
|
|
|
- this.Gmouldtypename.HeaderText = "成型线类别";
|
|
|
|
|
- this.Gmouldtypename.Name = "Gmouldtypename";
|
|
|
|
|
- this.Gmouldtypename.ReadOnly = true;
|
|
|
|
|
- //
|
|
|
|
|
- // GroutingMouldCode
|
|
|
|
|
- //
|
|
|
|
|
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
|
|
|
|
|
- this.GroutingMouldCode.HeaderText = "模具编号";
|
|
|
|
|
- this.GroutingMouldCode.Name = "GroutingMouldCode";
|
|
|
|
|
- this.GroutingMouldCode.ReadOnly = true;
|
|
|
|
|
- this.GroutingMouldCode.Width = 80;
|
|
|
|
|
- //
|
|
|
|
|
- // GroutingDate
|
|
|
|
|
- //
|
|
|
|
|
- this.GroutingDate.DataPropertyName = "GroutingDate";
|
|
|
|
|
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
|
|
|
|
|
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
|
- this.GroutingDate.HeaderText = "注浆日期";
|
|
|
|
|
- this.GroutingDate.Name = "GroutingDate";
|
|
|
|
|
- this.GroutingDate.ReadOnly = true;
|
|
|
|
|
- this.GroutingDate.Width = 90;
|
|
|
|
|
- //
|
|
|
|
|
- // GroutingCount
|
|
|
|
|
- //
|
|
|
|
|
- this.GroutingCount.DataPropertyName = "GroutingCount";
|
|
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
|
|
- this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
|
- this.GroutingCount.HeaderText = "注浆次数";
|
|
|
|
|
- this.GroutingCount.Name = "GroutingCount";
|
|
|
|
|
- this.GroutingCount.ReadOnly = true;
|
|
|
|
|
- this.GroutingCount.Width = 70;
|
|
|
|
|
- //
|
|
|
|
|
- // GroutingUserCode
|
|
|
|
|
- //
|
|
|
|
|
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
|
|
|
|
|
- this.GroutingUserCode.HeaderText = "成型工号";
|
|
|
|
|
- this.GroutingUserCode.Name = "GroutingUserCode";
|
|
|
|
|
- this.GroutingUserCode.ReadOnly = true;
|
|
|
|
|
- this.GroutingUserCode.Width = 60;
|
|
|
|
|
- //
|
|
|
|
|
- // MONITORName
|
|
|
|
|
- //
|
|
|
|
|
- this.MONITORName.DataPropertyName = "MONITORName";
|
|
|
|
|
- this.MONITORName.HeaderText = "成型班长";
|
|
|
|
|
- this.MONITORName.Name = "MONITORName";
|
|
|
|
|
- this.MONITORName.ReadOnly = true;
|
|
|
|
|
- //
|
|
|
|
|
- // F_RPT_010301_1
|
|
|
|
|
- //
|
|
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
- this.ClientSize = new System.Drawing.Size(1131, 481);
|
|
|
|
|
- this.Controls.Add(this.dgvReportModule);
|
|
|
|
|
- this.Controls.Add(this.gbxCondition);
|
|
|
|
|
- this.Controls.Add(this.tsrOperate);
|
|
|
|
|
- this.Name = "F_RPT_010301_1";
|
|
|
|
|
- this.RightToLeftLayout = true;
|
|
|
|
|
- this.Text = "条码变更明细表";
|
|
|
|
|
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010301_1_FormClosed);
|
|
|
|
|
- this.Load += new System.EventHandler(this.F_RPT_010301_1_Load);
|
|
|
|
|
- this.tsrOperate.ResumeLayout(false);
|
|
|
|
|
- this.tsrOperate.PerformLayout();
|
|
|
|
|
- this.gbxCondition.ResumeLayout(false);
|
|
|
|
|
- this.gbxCondition.PerformLayout();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
|
|
|
|
|
- this.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.dgvReportModule.ColumnTreeView = null;
|
|
|
|
|
+ this.dgvReportModule.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.dgvReportModule.DynamicColumnName = "";
|
|
|
|
|
+ this.dgvReportModule.EnableHeadersVisualStyles = false;
|
|
|
|
|
+ this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.dgvReportModule.FormatQuantityColumns = null;
|
|
|
|
|
+ this.dgvReportModule.HorizontalMergeColumn = null;
|
|
|
|
|
+ this.dgvReportModule.IsAutoCountSum = true;
|
|
|
|
|
+ this.dgvReportModule.IsAutoResizeColumns = false;
|
|
|
|
|
+ this.dgvReportModule.IsClickF12 = false;
|
|
|
|
|
+ this.dgvReportModule.IsOpenMergeCellFlag = false;
|
|
|
|
|
+ this.dgvReportModule.IsSubTotalFlag = false;
|
|
|
|
|
+ this.dgvReportModule.IsTopDeep = false;
|
|
|
|
|
+ this.dgvReportModule.Location = new System.Drawing.Point(0, 112);
|
|
|
|
|
+ this.dgvReportModule.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
+ this.dgvReportModule.MergeColumnNames = null;
|
|
|
|
|
+ this.dgvReportModule.MergeDetailColumnNames = null;
|
|
|
|
|
+ this.dgvReportModule.MergeDetailOnlyColumn = null;
|
|
|
|
|
+ this.dgvReportModule.MergeOnlyColumn = null;
|
|
|
|
|
+ this.dgvReportModule.MultiSelect = false;
|
|
|
|
|
+ this.dgvReportModule.Name = "dgvReportModule";
|
|
|
|
|
+ this.dgvReportModule.ReadOnly = true;
|
|
|
|
|
+ this.dgvReportModule.RefreshAtHscroll = false;
|
|
|
|
|
+ this.dgvReportModule.RowHeadersWidth = 50;
|
|
|
|
|
+ this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
|
|
+ dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
|
|
+ this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
|
|
+ this.dgvReportModule.RowTemplate.Height = 21;
|
|
|
|
|
+ this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
+ this.dgvReportModule.Size = new System.Drawing.Size(1492, 489);
|
|
|
|
|
+ this.dgvReportModule.SortOrderColumnName = null;
|
|
|
|
|
+ this.dgvReportModule.TabIndex = 28;
|
|
|
|
|
+ this.dgvReportModule.Tag = true;
|
|
|
|
|
+ this.dgvReportModule.TotalSumColumns = null;
|
|
|
|
|
+ this.dgvReportModule.ViewRowFilter = "";
|
|
|
|
|
+ //
|
|
|
|
|
+ // BarCode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.BarCode.DataPropertyName = "BarCode";
|
|
|
|
|
+ this.BarCode.HeaderText = "原产品条码";
|
|
|
|
|
+ this.BarCode.MinimumWidth = 6;
|
|
|
|
|
+ this.BarCode.Name = "BarCode";
|
|
|
|
|
+ this.BarCode.ReadOnly = true;
|
|
|
|
|
+ this.BarCode.Width = 80;
|
|
|
|
|
+ //
|
|
|
|
|
+ // NewBarCode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.NewBarCode.DataPropertyName = "NewBarCode";
|
|
|
|
|
+ this.NewBarCode.HeaderText = "新产品条码";
|
|
|
|
|
+ this.NewBarCode.MinimumWidth = 6;
|
|
|
|
|
+ this.NewBarCode.Name = "NewBarCode";
|
|
|
|
|
+ this.NewBarCode.ReadOnly = true;
|
|
|
|
|
+ this.NewBarCode.Width = 80;
|
|
|
|
|
+ //
|
|
|
|
|
+ // LogoCodeName
|
|
|
|
|
+ //
|
|
|
|
|
+ this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
|
|
+ this.LogoCodeName.HeaderText = "商标";
|
|
|
|
|
+ this.LogoCodeName.MinimumWidth = 6;
|
|
|
|
|
+ this.LogoCodeName.Name = "LogoCodeName";
|
|
|
|
|
+ this.LogoCodeName.ReadOnly = true;
|
|
|
|
|
+ this.LogoCodeName.Width = 125;
|
|
|
|
|
+ //
|
|
|
|
|
+ // PROCEDURENAME
|
|
|
|
|
+ //
|
|
|
|
|
+ this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
|
|
|
|
|
+ this.PROCEDURENAME.HeaderText = "变更工序";
|
|
|
|
|
+ this.PROCEDURENAME.MinimumWidth = 6;
|
|
|
|
|
+ this.PROCEDURENAME.Name = "PROCEDURENAME";
|
|
|
|
|
+ this.PROCEDURENAME.ReadOnly = true;
|
|
|
|
|
+ this.PROCEDURENAME.Width = 90;
|
|
|
|
|
+ //
|
|
|
|
|
+ // USERNAME
|
|
|
|
|
+ //
|
|
|
|
|
+ this.USERNAME.DataPropertyName = "USERNAME";
|
|
|
|
|
+ this.USERNAME.HeaderText = "变更者";
|
|
|
|
|
+ this.USERNAME.MinimumWidth = 6;
|
|
|
|
|
+ this.USERNAME.Name = "USERNAME";
|
|
|
|
|
+ this.USERNAME.ReadOnly = true;
|
|
|
|
|
+ this.USERNAME.Width = 50;
|
|
|
|
|
+ //
|
|
|
|
|
+ // CreateTime
|
|
|
|
|
+ //
|
|
|
|
|
+ this.CreateTime.DataPropertyName = "CreateTime";
|
|
|
|
|
+ dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
|
|
+ this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
+ this.CreateTime.HeaderText = "变更时间";
|
|
|
|
|
+ this.CreateTime.MinimumWidth = 6;
|
|
|
|
|
+ this.CreateTime.Name = "CreateTime";
|
|
|
|
|
+ this.CreateTime.ReadOnly = true;
|
|
|
|
|
+ this.CreateTime.Width = 120;
|
|
|
|
|
+ //
|
|
|
|
|
+ // GoodsCode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.GoodsCode.DataPropertyName = "GoodsCode";
|
|
|
|
|
+ this.GoodsCode.HeaderText = "产品编码";
|
|
|
|
|
+ this.GoodsCode.MinimumWidth = 6;
|
|
|
|
|
+ this.GoodsCode.Name = "GoodsCode";
|
|
|
|
|
+ this.GoodsCode.ReadOnly = true;
|
|
|
|
|
+ this.GoodsCode.Width = 60;
|
|
|
|
|
+ //
|
|
|
|
|
+ // GoodsName
|
|
|
|
|
+ //
|
|
|
|
|
+ this.GoodsName.DataPropertyName = "GoodsName";
|
|
|
|
|
+ this.GoodsName.HeaderText = "产品名称";
|
|
|
|
|
+ this.GoodsName.MinimumWidth = 6;
|
|
|
|
|
+ this.GoodsName.Name = "GoodsName";
|
|
|
|
|
+ this.GoodsName.ReadOnly = true;
|
|
|
|
|
+ this.GoodsName.Width = 90;
|
|
|
|
|
+ //
|
|
|
|
|
+ // GroutingLineCode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
|
|
|
|
|
+ this.GroutingLineCode.HeaderText = "成型线编码";
|
|
|
|
|
+ this.GroutingLineCode.MinimumWidth = 6;
|
|
|
|
|
+ this.GroutingLineCode.Name = "GroutingLineCode";
|
|
|
|
|
+ this.GroutingLineCode.ReadOnly = true;
|
|
|
|
|
+ this.GroutingLineCode.Width = 90;
|
|
|
|
|
+ //
|
|
|
|
|
+ // Gmouldtypename
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Gmouldtypename.DataPropertyName = "Gmouldtypename";
|
|
|
|
|
+ this.Gmouldtypename.HeaderText = "成型线类别";
|
|
|
|
|
+ this.Gmouldtypename.MinimumWidth = 6;
|
|
|
|
|
+ this.Gmouldtypename.Name = "Gmouldtypename";
|
|
|
|
|
+ this.Gmouldtypename.ReadOnly = true;
|
|
|
|
|
+ this.Gmouldtypename.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 = 80;
|
|
|
|
|
+ //
|
|
|
|
|
+ // GroutingDate
|
|
|
|
|
+ //
|
|
|
|
|
+ this.GroutingDate.DataPropertyName = "GroutingDate";
|
|
|
|
|
+ dataGridViewCellStyle4.Format = "yyyy-MM-dd";
|
|
|
|
|
+ this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
|
+ this.GroutingDate.HeaderText = "注浆日期";
|
|
|
|
|
+ this.GroutingDate.MinimumWidth = 6;
|
|
|
|
|
+ this.GroutingDate.Name = "GroutingDate";
|
|
|
|
|
+ this.GroutingDate.ReadOnly = true;
|
|
|
|
|
+ this.GroutingDate.Width = 90;
|
|
|
|
|
+ //
|
|
|
|
|
+ // GroutingCount
|
|
|
|
|
+ //
|
|
|
|
|
+ this.GroutingCount.DataPropertyName = "GroutingCount";
|
|
|
|
|
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
|
|
+ this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
|
+ this.GroutingCount.HeaderText = "注浆次数";
|
|
|
|
|
+ this.GroutingCount.MinimumWidth = 6;
|
|
|
|
|
+ this.GroutingCount.Name = "GroutingCount";
|
|
|
|
|
+ this.GroutingCount.ReadOnly = true;
|
|
|
|
|
+ this.GroutingCount.Width = 70;
|
|
|
|
|
+ //
|
|
|
|
|
+ // GroutingUserCode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
|
|
|
|
|
+ this.GroutingUserCode.HeaderText = "成型工位号";
|
|
|
|
|
+ this.GroutingUserCode.MinimumWidth = 6;
|
|
|
|
|
+ this.GroutingUserCode.Name = "GroutingUserCode";
|
|
|
|
|
+ this.GroutingUserCode.ReadOnly = true;
|
|
|
|
|
+ this.GroutingUserCode.Width = 60;
|
|
|
|
|
+ //
|
|
|
|
|
+ // MONITORName
|
|
|
|
|
+ //
|
|
|
|
|
+ this.MONITORName.DataPropertyName = "MONITORName";
|
|
|
|
|
+ this.MONITORName.HeaderText = "成型班长";
|
|
|
|
|
+ this.MONITORName.MinimumWidth = 6;
|
|
|
|
|
+ this.MONITORName.Name = "MONITORName";
|
|
|
|
|
+ this.MONITORName.ReadOnly = true;
|
|
|
|
|
+ this.MONITORName.Width = 125;
|
|
|
|
|
+ //
|
|
|
|
|
+ // F_RPT_010301_1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1508, 601);
|
|
|
|
|
+ this.Controls.Add(this.dgvReportModule);
|
|
|
|
|
+ this.Controls.Add(this.gbxCondition);
|
|
|
|
|
+ this.Controls.Add(this.tsrOperate);
|
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
|
|
+ this.Name = "F_RPT_010301_1";
|
|
|
|
|
+ this.RightToLeftLayout = true;
|
|
|
|
|
+ this.Text = "条码变更明细表";
|
|
|
|
|
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010301_1_FormClosed);
|
|
|
|
|
+ this.Load += new System.EventHandler(this.F_RPT_010301_1_Load);
|
|
|
|
|
+ this.tsrOperate.ResumeLayout(false);
|
|
|
|
|
+ this.tsrOperate.PerformLayout();
|
|
|
|
|
+ this.gbxCondition.ResumeLayout(false);
|
|
|
|
|
+ this.gbxCondition.PerformLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
|
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -473,20 +505,20 @@
|
|
|
private Basics.BaseControls.C_DataGridView dgvReportModule;
|
|
private Basics.BaseControls.C_DataGridView dgvReportModule;
|
|
|
private Basics.BaseControls.C_Label lblBarcode;
|
|
private Basics.BaseControls.C_Label lblBarcode;
|
|
|
private Basics.BaseControls.C_DGV_BarCode txtBarcode;
|
|
private Basics.BaseControls.C_DGV_BarCode txtBarcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn NewBarCode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Gmouldtypename;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn MONITORName;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn NewBarCode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Gmouldtypename;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn MONITORName;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|