123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- namespace HOZProject
- {
- partial class UControl_Log
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- this.btnClose = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.dgvLog = new System.Windows.Forms.DataGridView();
- this.panel2 = new System.Windows.Forms.Panel();
- this.lblLogCount = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.ColCutHoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColStep = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ColState = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // btnClose
- //
- this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnClose.Location = new System.Drawing.Point(690, 0);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(28, 30);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = "X";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10F);
- this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.Location = new System.Drawing.Point(13, 8);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(63, 14);
- this.label1.TabIndex = 0;
- this.label1.Text = "查看日志";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.Controls.Add(this.btnClose);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(718, 30);
- this.panel1.TabIndex = 3;
- //
- // dgvLog
- //
- this.dgvLog.AllowUserToAddRows = false;
- this.dgvLog.AllowUserToDeleteRows = false;
- this.dgvLog.AllowUserToResizeColumns = false;
- this.dgvLog.AllowUserToResizeRows = false;
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ColCutHoleName,
- this.ColStep,
- this.ColTime,
- this.ColState});
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvLog.DefaultCellStyle = dataGridViewCellStyle10;
- this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvLog.EnableHeadersVisualStyles = false;
- this.dgvLog.Location = new System.Drawing.Point(0, 30);
- this.dgvLog.MultiSelect = false;
- this.dgvLog.Name = "dgvLog";
- this.dgvLog.ReadOnly = true;
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvLog.RowHeadersVisible = false;
- this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
- this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvLog.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.SystemColors.WindowText;
- this.dgvLog.RowTemplate.Height = 23;
- this.dgvLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvLog.ShowCellErrors = false;
- this.dgvLog.ShowCellToolTips = false;
- this.dgvLog.ShowEditingIcon = false;
- this.dgvLog.ShowRowErrors = false;
- this.dgvLog.Size = new System.Drawing.Size(718, 368);
- this.dgvLog.TabIndex = 4;
- this.dgvLog.TabStop = false;
- this.dgvLog.SelectionChanged += new System.EventHandler(this.dgvLog_SelectionChanged);
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.White;
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.label2);
- this.panel2.Controls.Add(this.lblLogCount);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 375);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(718, 23);
- this.panel2.TabIndex = 5;
- //
- // lblLogCount
- //
- this.lblLogCount.AutoSize = true;
- this.lblLogCount.Font = new System.Drawing.Font("宋体", 10F);
- this.lblLogCount.ForeColor = System.Drawing.Color.Black;
- this.lblLogCount.Location = new System.Drawing.Point(52, 4);
- this.lblLogCount.Name = "lblLogCount";
- this.lblLogCount.Size = new System.Drawing.Size(0, 14);
- this.lblLogCount.TabIndex = 0;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 10F);
- this.label2.ForeColor = System.Drawing.Color.Black;
- this.label2.Location = new System.Drawing.Point(8, 4);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(49, 14);
- this.label2.TabIndex = 1;
- this.label2.Text = "共计:";
- //
- // ColCutHoleName
- //
- this.ColCutHoleName.DataPropertyName = "CutHoleName";
- this.ColCutHoleName.HeaderText = "切孔名称";
- this.ColCutHoleName.Name = "ColCutHoleName";
- this.ColCutHoleName.ReadOnly = true;
- this.ColCutHoleName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ColCutHoleName.Visible = false;
- this.ColCutHoleName.Width = 180;
- //
- // ColStep
- //
- this.ColStep.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.ColStep.DataPropertyName = "Name";
- this.ColStep.HeaderText = "步骤名称";
- this.ColStep.Name = "ColStep";
- this.ColStep.ReadOnly = true;
- this.ColStep.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- this.ColStep.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // ColTime
- //
- this.ColTime.DataPropertyName = "Time";
- this.ColTime.HeaderText = "完成时间";
- this.ColTime.Name = "ColTime";
- this.ColTime.ReadOnly = true;
- this.ColTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- this.ColTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ColTime.Width = 180;
- //
- // ColState
- //
- this.ColState.DataPropertyName = "state";
- this.ColState.HeaderText = "状态";
- this.ColState.Name = "ColState";
- this.ColState.ReadOnly = true;
- this.ColState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ColState.Visible = false;
- this.ColState.Width = 180;
- //
- // UControl_Log
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Black;
- this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.dgvLog);
- this.Controls.Add(this.panel1);
- this.Name = "UControl_Log";
- this.Size = new System.Drawing.Size(718, 398);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label lblLogCount;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DataGridView dgvLog;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColCutHoleName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColStep;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColState;
- }
- }
|