geboshi_V1/LeatherProject/LeatherApp/Page/WaitFMFrm.Designer.cs

275 lines
16 KiB
C#
Raw Normal View History

2024-12-18 10:44:17 +08:00
namespace LeatherApp.Page
{
partial class WaitFMFrm
{
/// <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 dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
this.uiLabel1 = new Sunny.UI.UILabel();
this.numFMLen = new Sunny.UI.UINumPadTextBox();
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
this.ChkCol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.colIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colW = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colH = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colArea = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pnlBtm.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
this.SuspendLayout();
//
// pnlBtm
//
this.pnlBtm.Controls.Add(this.numFMLen);
this.pnlBtm.Controls.Add(this.uiLabel1);
this.pnlBtm.Location = new System.Drawing.Point(1, 571);
this.pnlBtm.Size = new System.Drawing.Size(640, 55);
this.pnlBtm.Controls.SetChildIndex(this.btnOK, 0);
this.pnlBtm.Controls.SetChildIndex(this.btnCancel, 0);
this.pnlBtm.Controls.SetChildIndex(this.uiLabel1, 0);
this.pnlBtm.Controls.SetChildIndex(this.numFMLen, 0);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(512, 12);
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(397, 12);
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel1.Location = new System.Drawing.Point(95, 19);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(121, 23);
this.uiLabel1.TabIndex = 2;
this.uiLabel1.Text = "让码长度(m):";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// numFMLen
//
this.numFMLen.FillColor = System.Drawing.Color.White;
this.numFMLen.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numFMLen.Location = new System.Drawing.Point(223, 14);
this.numFMLen.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.numFMLen.Minimum = 0D;
this.numFMLen.MinimumSize = new System.Drawing.Size(63, 0);
this.numFMLen.Name = "numFMLen";
this.numFMLen.NumPadType = Sunny.UI.NumPadType.Double;
this.numFMLen.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.numFMLen.Size = new System.Drawing.Size(109, 29);
this.numFMLen.Style = Sunny.UI.UIStyle.Custom;
this.numFMLen.TabIndex = 14;
this.numFMLen.Text = "0.2";
this.numFMLen.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.numFMLen.Watermark = "";
//
// uiDataGridView1
//
dataGridViewCellStyle25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle25;
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle26.BackColor = System.Drawing.Color.Blue;
dataGridViewCellStyle26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle26.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle26.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
dataGridViewCellStyle26.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle26;
this.uiDataGridView1.ColumnHeadersHeight = 32;
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ChkCol,
this.colIndex,
this.colDefectName,
this.colX,
this.colY,
this.colW,
this.colH,
this.colArea});
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(242)))), ((int)(((byte)(238)))));
dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle30;
this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiDataGridView1.EnableHeadersVisualStyles = false;
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDataGridView1.GridColor = System.Drawing.Color.CornflowerBlue;
this.uiDataGridView1.Location = new System.Drawing.Point(1, 35);
this.uiDataGridView1.MultiSelect = false;
this.uiDataGridView1.Name = "uiDataGridView1";
this.uiDataGridView1.RectColor = System.Drawing.Color.DodgerBlue;
dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
dataGridViewCellStyle31.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle31.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
dataGridViewCellStyle31.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle31;
this.uiDataGridView1.RowHeadersWidth = 62;
dataGridViewCellStyle32.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle32.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle32.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(242)))), ((int)(((byte)(238)))));
dataGridViewCellStyle32.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle32;
this.uiDataGridView1.RowTemplate.Height = 30;
this.uiDataGridView1.ScrollBarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiDataGridView1.ScrollBarColor = System.Drawing.Color.DodgerBlue;
this.uiDataGridView1.ScrollBarRectColor = System.Drawing.Color.DodgerBlue;
this.uiDataGridView1.ScrollBarStyleInherited = false;
this.uiDataGridView1.SelectedIndex = -1;
this.uiDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.uiDataGridView1.Size = new System.Drawing.Size(640, 536);
this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiDataGridView1.Style = Sunny.UI.UIStyle.Custom;
this.uiDataGridView1.StyleCustomMode = true;
this.uiDataGridView1.TabIndex = 2;
//
// ChkCol
//
this.ChkCol.HeaderText = "选择";
this.ChkCol.Name = "ChkCol";
this.ChkCol.Width = 50;
//
// colIndex
//
this.colIndex.DataPropertyName = "Index";
this.colIndex.HeaderText = "图号";
this.colIndex.MinimumWidth = 8;
this.colIndex.Name = "colIndex";
this.colIndex.Width = 50;
//
// colDefectName
//
this.colDefectName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.colDefectName.DataPropertyName = "Name";
this.colDefectName.HeaderText = "名称";
this.colDefectName.MinimumWidth = 50;
this.colDefectName.Name = "colDefectName";
this.colDefectName.ReadOnly = true;
//
// colX
//
this.colX.DataPropertyName = "X";
dataGridViewCellStyle27.Format = "N1";
dataGridViewCellStyle27.NullValue = null;
this.colX.DefaultCellStyle = dataGridViewCellStyle27;
this.colX.HeaderText = "X(cm)";
this.colX.MinimumWidth = 8;
this.colX.Name = "colX";
this.colX.ReadOnly = true;
this.colX.Width = 75;
//
// colY
//
this.colY.DataPropertyName = "Y";
dataGridViewCellStyle28.Format = "N2";
dataGridViewCellStyle28.NullValue = null;
this.colY.DefaultCellStyle = dataGridViewCellStyle28;
this.colY.HeaderText = "Y(米)";
this.colY.MinimumWidth = 8;
this.colY.Name = "colY";
this.colY.ReadOnly = true;
this.colY.Width = 75;
//
// colW
//
this.colW.HeaderText = "宽(mm)";
this.colW.MinimumWidth = 8;
this.colW.Name = "colW";
this.colW.Width = 75;
//
// colH
//
this.colH.HeaderText = "高(mm)";
this.colH.MinimumWidth = 8;
this.colH.Name = "colH";
this.colH.Width = 75;
//
// colArea
//
dataGridViewCellStyle29.Format = "N2";
dataGridViewCellStyle29.NullValue = null;
this.colArea.DefaultCellStyle = dataGridViewCellStyle29;
this.colArea.HeaderText = "面积(mm²)";
this.colArea.MinimumWidth = 8;
this.colArea.Name = "colArea";
this.colArea.ReadOnly = true;
this.colArea.Width = 95;
//
// WaitFMFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(642, 629);
this.Controls.Add(this.uiDataGridView1);
this.Name = "WaitFMFrm";
this.Text = "待定缺陷让码";
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
this.Controls.SetChildIndex(this.pnlBtm, 0);
this.Controls.SetChildIndex(this.uiDataGridView1, 0);
this.pnlBtm.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UINumPadTextBox numFMLen;
private Sunny.UI.UIDataGridView uiDataGridView1;
private System.Windows.Forms.DataGridViewCheckBoxColumn ChkCol;
private System.Windows.Forms.DataGridViewTextBoxColumn colIndex;
private System.Windows.Forms.DataGridViewTextBoxColumn colDefectName;
private System.Windows.Forms.DataGridViewTextBoxColumn colX;
private System.Windows.Forms.DataGridViewTextBoxColumn colY;
private System.Windows.Forms.DataGridViewTextBoxColumn colW;
private System.Windows.Forms.DataGridViewTextBoxColumn colH;
private System.Windows.Forms.DataGridViewTextBoxColumn colArea;
}
}