Files
1440WGJ/JY.Inspection/Frm/FrmParaConfig.designer.cs
T
2026-07-14 13:55:17 +08:00

263 lines
16 KiB
C#

namespace JY.Inspection.Frm
{
partial class FrmParaConfig
{
/// <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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmParaConfig));
this.btnAddProductModel = new MetroFramework.Controls.MetroButton();
this.txtProductModel = new MetroFramework.Controls.MetroTextBox();
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
this.dgvEdit = new MetroFramework.Controls.MetroGrid();
this.ParaName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ParaValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnDelProductModel = new MetroFramework.Controls.MetroButton();
this.cmbProductModel = new MetroFramework.Controls.MetroComboBox();
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
this.btnOK = new MetroFramework.Controls.MetroButton();
((System.ComponentModel.ISupportInitialize)(this.dgvEdit)).BeginInit();
this.SuspendLayout();
//
// btnAddProductModel
//
this.btnAddProductModel.Location = new System.Drawing.Point(811, 420);
this.btnAddProductModel.Margin = new System.Windows.Forms.Padding(4);
this.btnAddProductModel.Name = "btnAddProductModel";
this.btnAddProductModel.Size = new System.Drawing.Size(100, 29);
this.btnAddProductModel.TabIndex = 1;
this.btnAddProductModel.Text = "添 加";
this.btnAddProductModel.UseSelectable = true;
this.btnAddProductModel.Click += new System.EventHandler(this.btnAddProductModel_Click);
//
// txtProductModel
//
//
//
//
this.txtProductModel.CustomButton.Image = null;
this.txtProductModel.CustomButton.Location = new System.Drawing.Point(185, 1);
this.txtProductModel.CustomButton.Margin = new System.Windows.Forms.Padding(4);
this.txtProductModel.CustomButton.Name = "";
this.txtProductModel.CustomButton.Size = new System.Drawing.Size(27, 27);
this.txtProductModel.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtProductModel.CustomButton.TabIndex = 1;
this.txtProductModel.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtProductModel.CustomButton.UseSelectable = true;
this.txtProductModel.CustomButton.Visible = false;
this.txtProductModel.Lines = new string[0];
this.txtProductModel.Location = new System.Drawing.Point(891, 352);
this.txtProductModel.Margin = new System.Windows.Forms.Padding(4);
this.txtProductModel.MaxLength = 32767;
this.txtProductModel.Name = "txtProductModel";
this.txtProductModel.PasswordChar = '\0';
this.txtProductModel.PromptText = "请输入新增加的产品型号";
this.txtProductModel.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtProductModel.SelectedText = "";
this.txtProductModel.SelectionLength = 0;
this.txtProductModel.SelectionStart = 0;
this.txtProductModel.ShortcutsEnabled = true;
this.txtProductModel.Size = new System.Drawing.Size(213, 29);
this.txtProductModel.TabIndex = 2;
this.txtProductModel.UseSelectable = true;
this.txtProductModel.WaterMark = "请输入新增加的产品型号";
this.txtProductModel.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtProductModel.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroLabel1
//
this.metroLabel1.AutoSize = true;
this.metroLabel1.Location = new System.Drawing.Point(757, 352);
this.metroLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.metroLabel1.Name = "metroLabel1";
this.metroLabel1.Size = new System.Drawing.Size(114, 20);
this.metroLabel1.TabIndex = 3;
this.metroLabel1.Text = "新增产品型号:";
//
// dgvEdit
//
this.dgvEdit.AllowUserToAddRows = false;
this.dgvEdit.AllowUserToDeleteRows = false;
this.dgvEdit.AllowUserToResizeRows = false;
this.dgvEdit.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvEdit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvEdit.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.dgvEdit.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvEdit.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvEdit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvEdit.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ParaName,
this.ParaValue});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvEdit.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvEdit.EnableHeadersVisualStyles = false;
this.dgvEdit.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.dgvEdit.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvEdit.Location = new System.Drawing.Point(15, 79);
this.dgvEdit.Margin = new System.Windows.Forms.Padding(4);
this.dgvEdit.Name = "dgvEdit";
this.dgvEdit.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvEdit.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvEdit.RowHeadersWidth = 51;
this.dgvEdit.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
this.dgvEdit.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvEdit.RowTemplate.Height = 23;
this.dgvEdit.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvEdit.Size = new System.Drawing.Size(731, 866);
this.dgvEdit.TabIndex = 4;
this.dgvEdit.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvEdit_RowPostPaint);
//
// ParaName
//
this.ParaName.DataPropertyName = "ParaName";
this.ParaName.HeaderText = "名称";
this.ParaName.MinimumWidth = 6;
this.ParaName.Name = "ParaName";
this.ParaName.ReadOnly = true;
this.ParaName.Width = 350;
//
// ParaValue
//
this.ParaValue.DataPropertyName = "ParaValue";
this.ParaValue.HeaderText = "值";
this.ParaValue.MinimumWidth = 6;
this.ParaValue.Name = "ParaValue";
this.ParaValue.Width = 125;
//
// btnDelProductModel
//
this.btnDelProductModel.Location = new System.Drawing.Point(941, 420);
this.btnDelProductModel.Margin = new System.Windows.Forms.Padding(4);
this.btnDelProductModel.Name = "btnDelProductModel";
this.btnDelProductModel.Size = new System.Drawing.Size(100, 29);
this.btnDelProductModel.TabIndex = 5;
this.btnDelProductModel.Text = "删 除";
this.btnDelProductModel.UseSelectable = true;
this.btnDelProductModel.Click += new System.EventHandler(this.btnDelProductModel_Click);
//
// cmbProductModel
//
this.cmbProductModel.FormattingEnabled = true;
this.cmbProductModel.ItemHeight = 24;
this.cmbProductModel.Location = new System.Drawing.Point(867, 112);
this.cmbProductModel.Margin = new System.Windows.Forms.Padding(4);
this.cmbProductModel.Name = "cmbProductModel";
this.cmbProductModel.Size = new System.Drawing.Size(228, 30);
this.cmbProductModel.TabIndex = 6;
this.cmbProductModel.UseSelectable = true;
this.cmbProductModel.SelectedIndexChanged += new System.EventHandler(this.cmbProductModel_SelectedIndexChanged);
//
// metroLabel2
//
this.metroLabel2.AutoSize = true;
this.metroLabel2.Location = new System.Drawing.Point(753, 115);
this.metroLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.metroLabel2.Name = "metroLabel2";
this.metroLabel2.Size = new System.Drawing.Size(84, 20);
this.metroLabel2.TabIndex = 8;
this.metroLabel2.Text = "产品型号:";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(811, 204);
this.btnOK.Margin = new System.Windows.Forms.Padding(4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(229, 41);
this.btnOK.TabIndex = 10;
this.btnOK.Text = "保 存";
this.btnOK.UseSelectable = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// FrmParaConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1200, 961);
this.Controls.Add(this.txtProductModel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.metroLabel2);
this.Controls.Add(this.cmbProductModel);
this.Controls.Add(this.btnDelProductModel);
this.Controls.Add(this.dgvEdit);
this.Controls.Add(this.metroLabel1);
this.Controls.Add(this.btnAddProductModel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MinimizeBox = false;
this.Movable = false;
this.Name = "FrmParaConfig";
this.Padding = new System.Windows.Forms.Padding(27, 75, 27, 25);
this.Text = "参数编辑";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmParaEdit_FormClosing);
this.Load += new System.EventHandler(this.FrmParaEdit_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvEdit)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MetroFramework.Controls.MetroButton btnAddProductModel;
private MetroFramework.Controls.MetroTextBox txtProductModel;
private MetroFramework.Controls.MetroLabel metroLabel1;
private MetroFramework.Controls.MetroGrid dgvEdit;
private MetroFramework.Controls.MetroButton btnDelProductModel;
private MetroFramework.Controls.MetroComboBox cmbProductModel;
private MetroFramework.Controls.MetroLabel metroLabel2;
private MetroFramework.Controls.MetroButton btnOK;
private System.Windows.Forms.DataGridViewTextBoxColumn ParaName;
private System.Windows.Forms.DataGridViewTextBoxColumn ParaValue;
}
}