Files
1440WGJ/JY.Inspection/Frm/FrmAbnormalVoice.Designer.cs
T

225 lines
11 KiB
C#
Raw Normal View History

2026-07-14 13:55:17 +08:00
namespace JY.Inspection.Frm
{
partial class FrmAbnormalVoice
{
/// <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()
{
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.grdData = new System.Windows.Forms.DataGridView();
this.metroLabel7 = new MetroFramework.Controls.MetroLabel();
this.btnEdit = new MetroFramework.Controls.MetroButton();
this.txtCode = new MetroFramework.Controls.MetroTextBox();
this.btnDelete = new MetroFramework.Controls.MetroButton();
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
this.btnAdd = new MetroFramework.Controls.MetroButton();
this.txtRemark = new MetroFramework.Controls.MetroTextBox();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdData)).BeginInit();
this.SuspendLayout();
//
// groupBox3
//
this.groupBox3.Controls.Add(this.grdData);
this.groupBox3.Controls.Add(this.metroLabel7);
this.groupBox3.Controls.Add(this.btnEdit);
this.groupBox3.Controls.Add(this.txtCode);
this.groupBox3.Controls.Add(this.btnDelete);
this.groupBox3.Controls.Add(this.metroLabel1);
this.groupBox3.Controls.Add(this.btnAdd);
this.groupBox3.Controls.Add(this.txtRemark);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(20, 30);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.groupBox3.Size = new System.Drawing.Size(1039, 543);
this.groupBox3.TabIndex = 21;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "异常播报设置";
//
// grdData
//
this.grdData.AllowUserToAddRows = false;
this.grdData.AllowUserToDeleteRows = false;
this.grdData.BackgroundColor = System.Drawing.Color.White;
this.grdData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdData.Location = new System.Drawing.Point(9, 25);
this.grdData.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.grdData.Name = "grdData";
this.grdData.ReadOnly = true;
this.grdData.RowHeadersWidth = 51;
this.grdData.RowTemplate.Height = 23;
this.grdData.Size = new System.Drawing.Size(679, 500);
this.grdData.TabIndex = 5;
//
// metroLabel7
//
this.metroLabel7.AutoSize = true;
this.metroLabel7.Location = new System.Drawing.Point(696, 40);
this.metroLabel7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.metroLabel7.Name = "metroLabel7";
this.metroLabel7.Size = new System.Drawing.Size(84, 20);
this.metroLabel7.TabIndex = 16;
this.metroLabel7.Text = "工位编码:";
//
// btnEdit
//
this.btnEdit.Location = new System.Drawing.Point(813, 231);
this.btnEdit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(100, 28);
this.btnEdit.TabIndex = 4;
this.btnEdit.Text = "编 辑";
this.btnEdit.UseSelectable = true;
//
// txtCode
//
//
//
//
this.txtCode.CustomButton.Image = null;
this.txtCode.CustomButton.Location = new System.Drawing.Point(192, 2);
this.txtCode.CustomButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtCode.CustomButton.Name = "";
this.txtCode.CustomButton.Size = new System.Drawing.Size(23, 23);
this.txtCode.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtCode.CustomButton.TabIndex = 1;
this.txtCode.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtCode.CustomButton.UseSelectable = true;
this.txtCode.CustomButton.Visible = false;
this.txtCode.Lines = new string[0];
this.txtCode.Location = new System.Drawing.Point(803, 36);
this.txtCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtCode.MaxLength = 10;
this.txtCode.Name = "txtCode";
this.txtCode.PasswordChar = '\0';
this.txtCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtCode.SelectedText = "";
this.txtCode.SelectionLength = 0;
this.txtCode.SelectionStart = 0;
this.txtCode.ShortcutsEnabled = true;
this.txtCode.Size = new System.Drawing.Size(218, 28);
this.txtCode.TabIndex = 1;
this.txtCode.UseSelectable = true;
this.txtCode.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtCode.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(921, 231);
this.btnDelete.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(100, 28);
this.btnDelete.TabIndex = 5;
this.btnDelete.Text = "删 除";
this.btnDelete.UseSelectable = true;
//
// metroLabel1
//
this.metroLabel1.AutoSize = true;
this.metroLabel1.Location = new System.Drawing.Point(696, 76);
this.metroLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.metroLabel1.Name = "metroLabel1";
this.metroLabel1.Size = new System.Drawing.Size(84, 20);
this.metroLabel1.TabIndex = 4;
this.metroLabel1.Text = "播报内容:";
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(706, 231);
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(100, 28);
this.btnAdd.TabIndex = 3;
this.btnAdd.Text = "添 加";
this.btnAdd.UseSelectable = true;
//
// txtRemark
//
//
//
//
this.txtRemark.CustomButton.Image = null;
this.txtRemark.CustomButton.Location = new System.Drawing.Point(80, 1);
this.txtRemark.CustomButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtRemark.CustomButton.Name = "";
this.txtRemark.CustomButton.Size = new System.Drawing.Size(137, 137);
this.txtRemark.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtRemark.CustomButton.TabIndex = 1;
this.txtRemark.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtRemark.CustomButton.UseSelectable = true;
this.txtRemark.CustomButton.Visible = false;
this.txtRemark.Lines = new string[0];
this.txtRemark.Location = new System.Drawing.Point(803, 76);
this.txtRemark.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtRemark.MaxLength = 100;
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.PasswordChar = '\0';
this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtRemark.SelectedText = "";
this.txtRemark.SelectionLength = 0;
this.txtRemark.SelectionStart = 0;
this.txtRemark.ShortcutsEnabled = true;
this.txtRemark.Size = new System.Drawing.Size(218, 139);
this.txtRemark.TabIndex = 2;
this.txtRemark.UseSelectable = true;
this.txtRemark.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtRemark.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// FrmAbnormalVoice
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1079, 593);
this.Controls.Add(this.groupBox3);
this.DisplayHeader = false;
this.MaximizeBox = false;
this.Name = "FrmAbnormalVoice";
this.Padding = new System.Windows.Forms.Padding(20, 30, 20, 20);
this.Resizable = false;
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdData)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView grdData;
private MetroFramework.Controls.MetroLabel metroLabel7;
private MetroFramework.Controls.MetroButton btnEdit;
private MetroFramework.Controls.MetroTextBox txtCode;
private MetroFramework.Controls.MetroButton btnDelete;
private MetroFramework.Controls.MetroLabel metroLabel1;
private MetroFramework.Controls.MetroButton btnAdd;
private MetroFramework.Controls.MetroTextBox txtRemark;
}
}