123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- 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()
- {
- this.btnClose = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- 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.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // btnClose
- //
- 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;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AllowUserToResizeColumns = false;
- this.dataGridView1.AllowUserToResizeRows = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ColCutHoleName,
- this.ColStep,
- this.ColTime,
- this.ColState});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 30);
- this.dataGridView1.MultiSelect = false;
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.ShowCellErrors = false;
- this.dataGridView1.ShowCellToolTips = false;
- this.dataGridView1.ShowEditingIcon = false;
- this.dataGridView1.ShowRowErrors = false;
- this.dataGridView1.Size = new System.Drawing.Size(718, 368);
- this.dataGridView1.TabIndex = 4;
- //
- // ColCutHoleName
- //
- this.ColCutHoleName.HeaderText = "切孔名称";
- this.ColCutHoleName.Name = "ColCutHoleName";
- this.ColCutHoleName.ReadOnly = true;
- this.ColCutHoleName.Width = 180;
- //
- // ColStep
- //
- this.ColStep.HeaderText = "步骤名称";
- this.ColStep.Name = "ColStep";
- this.ColStep.ReadOnly = true;
- this.ColStep.Width = 180;
- //
- // ColTime
- //
- this.ColTime.HeaderText = "完成时间";
- this.ColTime.Name = "ColTime";
- this.ColTime.ReadOnly = true;
- this.ColTime.Width = 180;
- //
- // ColState
- //
- this.ColState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.ColState.HeaderText = "状态";
- this.ColState.Name = "ColState";
- this.ColState.ReadOnly = true;
- //
- // 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.dataGridView1);
- 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.dataGridView1)).EndInit();
- 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.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColCutHoleName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColStep;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn ColState;
- }
- }
|