namespace Bro.M135.Common { partial class FrmDefectRectangleIndicatorEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.btnClose = new Sunny.UI.UIButton(); this.uiGroupBox2 = new Sunny.UI.UIGroupBox(); this.colorPickDefectColor = new Sunny.UI.UIColorPicker(); this.cboDefectName = new Sunny.UI.UIComboBox(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.uiGroupBox1 = new Sunny.UI.UIGroupBox(); this.btnNew = new Sunny.UI.UIButton(); this.btnDelete = new Sunny.UI.UIButton(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.uiGroupBox2.SuspendLayout(); this.uiGroupBox1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.btnClose); this.splitContainer1.Panel2.Controls.Add(this.uiGroupBox2); this.splitContainer1.Panel2.Controls.Add(this.uiGroupBox1); this.splitContainer1.Size = new System.Drawing.Size(637, 409); this.splitContainer1.SplitterDistance = 405; this.splitContainer1.SplitterWidth = 5; this.splitContainer1.TabIndex = 0; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40))))); this.btnClose.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86))))); this.btnClose.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43))))); this.btnClose.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43))))); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnClose.IsScaled = false; this.btnClose.Location = new System.Drawing.Point(126, 362); this.btnClose.MinimumSize = new System.Drawing.Size(1, 1); this.btnClose.Name = "btnClose"; this.btnClose.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40))))); this.btnClose.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86))))); this.btnClose.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43))))); this.btnClose.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43))))); this.btnClose.Size = new System.Drawing.Size(86, 34); this.btnClose.Style = Sunny.UI.UIStyle.Orange; this.btnClose.TabIndex = 1; this.btnClose.Text = "确 认"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // uiGroupBox2 // this.uiGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.uiGroupBox2.Controls.Add(this.colorPickDefectColor); this.uiGroupBox2.Controls.Add(this.cboDefectName); this.uiGroupBox2.Controls.Add(this.uiLabel2); this.uiGroupBox2.Controls.Add(this.uiLabel1); this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.uiGroupBox2.IsScaled = false; this.uiGroupBox2.Location = new System.Drawing.Point(4, 92); this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox2.Name = "uiGroupBox2"; this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox2.Size = new System.Drawing.Size(218, 262); this.uiGroupBox2.TabIndex = 0; this.uiGroupBox2.Text = "属性"; this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // colorPickDefectColor // this.colorPickDefectColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.colorPickDefectColor.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList; this.colorPickDefectColor.FillColor = System.Drawing.Color.White; this.colorPickDefectColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.colorPickDefectColor.IsScaled = false; this.colorPickDefectColor.Location = new System.Drawing.Point(16, 135); this.colorPickDefectColor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.colorPickDefectColor.MinimumSize = new System.Drawing.Size(63, 0); this.colorPickDefectColor.Name = "colorPickDefectColor"; this.colorPickDefectColor.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.colorPickDefectColor.Size = new System.Drawing.Size(192, 29); this.colorPickDefectColor.TabIndex = 2; this.colorPickDefectColor.Text = "uiColorPicker1"; this.colorPickDefectColor.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.colorPickDefectColor.Value = System.Drawing.Color.Red; this.colorPickDefectColor.ValueChanged += new Sunny.UI.UIColorPicker.OnColorChanged(this.colorPickDefectColor_ValueChanged); // // cboDefectName // this.cboDefectName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboDefectName.DataSource = null; this.cboDefectName.FillColor = System.Drawing.Color.White; this.cboDefectName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.cboDefectName.IsScaled = false; this.cboDefectName.Location = new System.Drawing.Point(16, 62); this.cboDefectName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cboDefectName.MinimumSize = new System.Drawing.Size(63, 0); this.cboDefectName.Name = "cboDefectName"; this.cboDefectName.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cboDefectName.Size = new System.Drawing.Size(192, 29); this.cboDefectName.TabIndex = 1; this.cboDefectName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel2 // this.uiLabel2.BackColor = System.Drawing.Color.Transparent; this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.uiLabel2.Location = new System.Drawing.Point(16, 107); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(100, 23); this.uiLabel2.TabIndex = 0; this.uiLabel2.Text = "颜 色"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel1 // this.uiLabel1.BackColor = System.Drawing.Color.Transparent; this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.uiLabel1.Location = new System.Drawing.Point(16, 34); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(100, 23); this.uiLabel1.TabIndex = 0; this.uiLabel1.Text = "名 称"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiGroupBox1 // this.uiGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.uiGroupBox1.Controls.Add(this.btnNew); this.uiGroupBox1.Controls.Add(this.btnDelete); this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.uiGroupBox1.IsScaled = false; this.uiGroupBox1.Location = new System.Drawing.Point(4, 5); this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox1.Name = "uiGroupBox1"; this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox1.Size = new System.Drawing.Size(218, 77); this.uiGroupBox1.TabIndex = 0; this.uiGroupBox1.Text = "操作"; this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // btnNew // this.btnNew.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnNew.IsScaled = false; this.btnNew.Location = new System.Drawing.Point(14, 29); this.btnNew.MinimumSize = new System.Drawing.Size(1, 1); this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(86, 34); this.btnNew.TabIndex = 1; this.btnNew.Text = "新 建"; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.btnDelete.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128))))); this.btnDelete.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89))))); this.btnDelete.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89))))); this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnDelete.IsScaled = false; this.btnDelete.Location = new System.Drawing.Point(122, 29); this.btnDelete.MinimumSize = new System.Drawing.Size(1, 1); this.btnDelete.Name = "btnDelete"; this.btnDelete.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.btnDelete.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128))))); this.btnDelete.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89))))); this.btnDelete.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89))))); this.btnDelete.Size = new System.Drawing.Size(86, 34); this.btnDelete.Style = Sunny.UI.UIStyle.Red; this.btnDelete.TabIndex = 1; this.btnDelete.Text = "删 除"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // FrmDefectRectangleIndicatorEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(637, 409); this.Controls.Add(this.splitContainer1); this.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.Name = "FrmDefectRectangleIndicatorEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "检测缺陷指示编辑界面"; this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.uiGroupBox2.ResumeLayout(false); this.uiGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SplitContainer splitContainer1; private Sunny.UI.UIButton btnClose; private Sunny.UI.UIGroupBox uiGroupBox2; private Sunny.UI.UIGroupBox uiGroupBox1; private Sunny.UI.UIButton btnNew; private Sunny.UI.UIButton btnDelete; private Sunny.UI.UIColorPicker colorPickDefectColor; private Sunny.UI.UIComboBox cboDefectName; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UILabel uiLabel1; } }