| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557 |
-
- namespace Dongke.IBOSS.PRD.Client.SAPDataModule
- {
- partial class F_SAP_HEGII_0105
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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 dataGridViewCellStyle6 = 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = 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.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.dgvLog = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.logid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.logdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BeginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.EndTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DataStuts = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DataMSG = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.synusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.sapcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.datacodename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.itemname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.workshopname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.testmouldflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.zscsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dtpDatebegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpDateend = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.grpCollapsible1.SuspendLayout();
- this.tsrToolStrip1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
- this.SuspendLayout();
- //
- // grpCollapsible1
- //
- this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grpCollapsible1.Controls.Add(this.dtpDateend);
- this.grpCollapsible1.Controls.Add(this.dtpDatebegin);
- this.grpCollapsible1.Controls.Add(this.lblLabel2);
- this.grpCollapsible1.Controls.Add(this.lblLabel1);
- this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
- this.grpCollapsible1.Name = "grpCollapsible1";
- this.grpCollapsible1.Size = new System.Drawing.Size(656, 52);
- this.grpCollapsible1.TabIndex = 1;
- this.grpCollapsible1.TabStop = false;
- this.grpCollapsible1.Text = "查询条件";
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(230, 24);
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(17, 12);
- this.lblLabel2.TabIndex = 2;
- this.lblLabel2.Text = "至";
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(12, 24);
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(53, 12);
- this.lblLabel1.TabIndex = 0;
- this.lblLabel1.Text = "同步日期";
- //
- // tsrToolStrip1
- //
- this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator1,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
- this.tsrToolStrip1.Name = "tsrToolStrip1";
- this.tsrToolStrip1.Size = new System.Drawing.Size(668, 35);
- this.tsrToolStrip1.TabIndex = 0;
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.AutoSize = false;
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.AutoSize = false;
- this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_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);
- //
- // tabControl1
- //
- this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(0, 96);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(656, 261);
- this.tabControl1.TabIndex = 2;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.dgvLog);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(648, 235);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "同步日志";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // dgvLog
- //
- this.dgvLog.AllowUserToAddRows = false;
- this.dgvLog.AllowUserToDeleteRows = false;
- this.dgvLog.AllowUserToModifyRows = true;
- this.dgvLog.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvLog.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvLog.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvLog.CellHeight = 23;
- this.dgvLog.ChildNodeColumnName = null;
- this.dgvLog.ChildNodeColumnText = null;
- this.dgvLog.ColumnDeep = 1;
- this.dgvLog.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.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.logid,
- this.logdate,
- this.BeginTime,
- this.EndTime,
- this.DataStuts,
- this.DataMSG,
- this.synusercode});
- this.dgvLog.ColumnTreeView = new System.Windows.Forms.TreeView[0];
- this.dgvLog.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.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvLog.DynamicColumnName = "";
- this.dgvLog.EnableHeadersVisualStyles = false;
- this.dgvLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvLog.FormatQuantityColumns = null;
- this.dgvLog.HorizontalMergeColumn = null;
- this.dgvLog.IsAutoCountSum = true;
- this.dgvLog.IsAutoResizeColumns = false;
- this.dgvLog.IsClickF12 = false;
- this.dgvLog.IsOpenMergeCellFlag = false;
- this.dgvLog.IsSubTotalFlag = false;
- this.dgvLog.IsTopDeep = false;
- this.dgvLog.Location = new System.Drawing.Point(0, 0);
- this.dgvLog.MergeColumnNames = null;
- this.dgvLog.MergeDetailColumnNames = null;
- this.dgvLog.MergeDetailOnlyColumn = null;
- this.dgvLog.MergeOnlyColumn = null;
- this.dgvLog.MultiSelect = false;
- this.dgvLog.Name = "dgvLog";
- this.dgvLog.ReadOnly = true;
- this.dgvLog.RefreshAtHscroll = false;
- this.dgvLog.RowHeadersWidth = 50;
- this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvLog.RowTemplate.Height = 21;
- this.dgvLog.Size = new System.Drawing.Size(648, 235);
- this.dgvLog.SortOrderColumnName = null;
- this.dgvLog.TabIndex = 0;
- this.dgvLog.Tag = "";
- this.dgvLog.TotalSumColumns = null;
- this.dgvLog.ViewRowFilter = "";
- this.dgvLog.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLog_CellDoubleClick);
- //
- // logid
- //
- this.logid.DataPropertyName = "logid";
- this.logid.HeaderText = "logid";
- this.logid.Name = "logid";
- this.logid.ReadOnly = true;
- this.logid.Visible = false;
- //
- // logdate
- //
- this.logdate.DataPropertyName = "yyyymmdd";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.logdate.DefaultCellStyle = dataGridViewCellStyle3;
- this.logdate.HeaderText = "同步日期";
- this.logdate.Name = "logdate";
- this.logdate.ReadOnly = true;
- //
- // BeginTime
- //
- this.BeginTime.DataPropertyName = "BeginTime";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
- this.BeginTime.DefaultCellStyle = dataGridViewCellStyle4;
- this.BeginTime.HeaderText = "开始时间";
- this.BeginTime.Name = "BeginTime";
- this.BeginTime.ReadOnly = true;
- //
- // EndTime
- //
- this.EndTime.DataPropertyName = "EndTime";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
- this.EndTime.DefaultCellStyle = dataGridViewCellStyle5;
- this.EndTime.HeaderText = "完成时间";
- this.EndTime.Name = "EndTime";
- this.EndTime.ReadOnly = true;
- //
- // DataStuts
- //
- this.DataStuts.DataPropertyName = "DataStuts";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.DataStuts.DefaultCellStyle = dataGridViewCellStyle6;
- this.DataStuts.HeaderText = "同步状态";
- this.DataStuts.Name = "DataStuts";
- this.DataStuts.ReadOnly = true;
- //
- // DataMSG
- //
- this.DataMSG.DataPropertyName = "DataMSG";
- this.DataMSG.HeaderText = "同步消息";
- this.DataMSG.Name = "DataMSG";
- this.DataMSG.ReadOnly = true;
- //
- // synusercode
- //
- this.synusercode.DataPropertyName = "synusercode";
- this.synusercode.HeaderText = "同步工号";
- this.synusercode.Name = "synusercode";
- this.synusercode.ReadOnly = true;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.dgvSum);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(648, 235);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "同步明细";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // dgvSum
- //
- this.dgvSum.AllowUserToAddRows = false;
- this.dgvSum.AllowUserToDeleteRows = false;
- this.dgvSum.AllowUserToModifyRows = true;
- this.dgvSum.AllowUserToOrderColumns = true;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSum.CellHeight = 23;
- this.dgvSum.ChildNodeColumnName = null;
- this.dgvSum.ChildNodeColumnText = null;
- this.dgvSum.ColumnDeep = 1;
- this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.goodscode,
- this.sapcode,
- this.datacodename,
- this.itemname,
- this.workshopname,
- this.testmouldflag,
- this.zscsname,
- this.num,
- this.createtime});
- this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
- this.dgvSum.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.dgvSum.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSum.DynamicColumnName = "";
- this.dgvSum.EnableHeadersVisualStyles = false;
- this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSum.FormatQuantityColumns = null;
- this.dgvSum.HorizontalMergeColumn = null;
- this.dgvSum.IsAutoCountSum = true;
- this.dgvSum.IsAutoResizeColumns = false;
- this.dgvSum.IsClickF12 = false;
- this.dgvSum.IsOpenMergeCellFlag = false;
- this.dgvSum.IsSubTotalFlag = false;
- this.dgvSum.IsTopDeep = false;
- this.dgvSum.Location = new System.Drawing.Point(0, 0);
- this.dgvSum.MergeColumnNames = null;
- this.dgvSum.MergeDetailColumnNames = null;
- this.dgvSum.MergeDetailOnlyColumn = null;
- this.dgvSum.MergeOnlyColumn = null;
- this.dgvSum.MultiSelect = false;
- this.dgvSum.Name = "dgvSum";
- this.dgvSum.ReadOnly = true;
- this.dgvSum.RefreshAtHscroll = false;
- this.dgvSum.RowHeadersWidth = 50;
- this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvSum.RowTemplate.Height = 21;
- this.dgvSum.Size = new System.Drawing.Size(648, 235);
- this.dgvSum.SortOrderColumnName = null;
- this.dgvSum.TabIndex = 0;
- this.dgvSum.Tag = "";
- this.dgvSum.TotalSumColumns = null;
- this.dgvSum.ViewRowFilter = "";
- //
- // goodscode
- //
- this.goodscode.DataPropertyName = "goodscode";
- this.goodscode.HeaderText = "产品编码";
- this.goodscode.Name = "goodscode";
- this.goodscode.ReadOnly = true;
- //
- // sapcode
- //
- this.sapcode.DataPropertyName = "sapcode";
- this.sapcode.HeaderText = "物料编码";
- this.sapcode.Name = "sapcode";
- this.sapcode.ReadOnly = true;
- //
- // datacodename
- //
- this.datacodename.DataPropertyName = "datacodename";
- this.datacodename.HeaderText = "工序节点";
- this.datacodename.Name = "datacodename";
- this.datacodename.ReadOnly = true;
- //
- // itemname
- //
- this.itemname.DataPropertyName = "itemname";
- this.itemname.HeaderText = "报工类型";
- this.itemname.Name = "itemname";
- this.itemname.ReadOnly = true;
- //
- // workshopname
- //
- this.workshopname.DataPropertyName = "workshopname";
- this.workshopname.HeaderText = "代工车间";
- this.workshopname.Name = "workshopname";
- this.workshopname.ReadOnly = true;
- //
- // testmouldflag
- //
- this.testmouldflag.DataPropertyName = "testmouldflag";
- this.testmouldflag.FalseValue = "0";
- this.testmouldflag.HeaderText = "试验标识";
- this.testmouldflag.IndeterminateValue = "0";
- this.testmouldflag.Name = "testmouldflag";
- this.testmouldflag.ReadOnly = true;
- this.testmouldflag.TrueValue = "1";
- //
- // zscsname
- //
- this.zscsname.DataPropertyName = "zscsname";
- this.zscsname.HeaderText = "生产工艺";
- this.zscsname.Name = "zscsname";
- this.zscsname.ReadOnly = true;
- //
- // num
- //
- this.num.DataPropertyName = "num";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.num.DefaultCellStyle = dataGridViewCellStyle10;
- this.num.HeaderText = "数量";
- this.num.Name = "num";
- this.num.ReadOnly = true;
- //
- // createtime
- //
- this.createtime.DataPropertyName = "createtime";
- this.createtime.HeaderText = "创建时间";
- this.createtime.Name = "createtime";
- this.createtime.ReadOnly = true;
- //
- // dtpDatebegin
- //
- this.dtpDatebegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpDatebegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpDatebegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDatebegin.Location = new System.Drawing.Point(71, 18);
- this.dtpDatebegin.Name = "dtpDatebegin";
- this.dtpDatebegin.Size = new System.Drawing.Size(153, 21);
- this.dtpDatebegin.TabIndex = 4;
- //
- // dtpDateend
- //
- this.dtpDateend.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpDateend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpDateend.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDateend.Location = new System.Drawing.Point(253, 18);
- this.dtpDateend.Name = "dtpDateend";
- this.dtpDateend.Size = new System.Drawing.Size(151, 21);
- this.dtpDateend.TabIndex = 5;
- //
- // F_SAP_HEGII_0105
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(668, 357);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.grpCollapsible1);
- this.Controls.Add(this.tsrToolStrip1);
- this.Name = "F_SAP_HEGII_0105";
- this.Text = "跨车间作业SAP日志";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0105_FormClosed);
- this.Load += new System.EventHandler(this.F_SAP_HEGII_0105_Load);
- this.grpCollapsible1.ResumeLayout(false);
- this.grpCollapsible1.PerformLayout();
- this.tsrToolStrip1.ResumeLayout(false);
- this.tsrToolStrip1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private WinForm.Controls.GrpCollapsible grpCollapsible1;
- private WinForm.Controls.LblLabel lblLabel1;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private WinForm.Controls.LblLabel lblLabel2;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private Basics.BaseControls.C_DataGridView dgvLog;
- private Basics.BaseControls.C_DataGridView dgvSum;
- private System.Windows.Forms.DataGridViewTextBoxColumn logid;
- private System.Windows.Forms.DataGridViewTextBoxColumn logdate;
- private System.Windows.Forms.DataGridViewTextBoxColumn BeginTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn EndTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn DataStuts;
- private System.Windows.Forms.DataGridViewTextBoxColumn DataMSG;
- private System.Windows.Forms.DataGridViewTextBoxColumn synusercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn sapcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn datacodename;
- private System.Windows.Forms.DataGridViewTextBoxColumn itemname;
- private System.Windows.Forms.DataGridViewTextBoxColumn workshopname;
- private System.Windows.Forms.DataGridViewCheckBoxColumn testmouldflag;
- private System.Windows.Forms.DataGridViewTextBoxColumn zscsname;
- private System.Windows.Forms.DataGridViewTextBoxColumn num;
- private System.Windows.Forms.DataGridViewTextBoxColumn createtime;
- private Basics.BaseControls.C_DateTimePicker dtpDatebegin;
- private Basics.BaseControls.C_DateTimePicker dtpDateend;
- }
- }
|