namespace LeatherApp.Page { partial class FHome_Defect { /// /// 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.uiPanel1 = new Sunny.UI.UIPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.btnOK = new Sunny.UI.UIButton(); this.btnCancel = new Sunny.UI.UIButton(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnFM = new Sunny.UI.UIButton(); this.btnCut = new Sunny.UI.UIButton(); this.uiLabel1 = new Sunny.UI.UILabel(); this.numFMLen = new Sunny.UI.UINumPadTextBox(); this.btnAllWait = new Sunny.UI.UIButton(); this.uiPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.flowLayoutPanel1); this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Location = new System.Drawing.Point(4, 221); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Size = new System.Drawing.Size(1354, 737); this.uiPanel1.TabIndex = 0; this.uiPanel1.Text = "uiPanel1"; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoScroll = true; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1348, 731); this.flowLayoutPanel1.TabIndex = 0; // // btnOK // this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.Location = new System.Drawing.Point(325, 966); this.btnOK.MinimumSize = new System.Drawing.Size(1, 1); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(133, 45); this.btnOK.TabIndex = 1; this.btnOK.Text = "确认"; this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(510, 966); this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(133, 45); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "全部忽略"; this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // pictureBox1 // this.pictureBox1.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.pictureBox1.Location = new System.Drawing.Point(4, 38); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(1354, 180); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // btnFM // this.btnFM.Cursor = System.Windows.Forms.Cursors.Hand; this.btnFM.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.btnFM.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFM.Location = new System.Drawing.Point(880, 966); this.btnFM.MinimumSize = new System.Drawing.Size(1, 1); this.btnFM.Name = "btnFM"; this.btnFM.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.btnFM.Size = new System.Drawing.Size(133, 45); this.btnFM.TabIndex = 3; this.btnFM.Text = "待定让码"; this.btnFM.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFM.Click += new System.EventHandler(this.btnFM_Click); // // btnCut // this.btnCut.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCut.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.btnCut.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCut.Location = new System.Drawing.Point(1065, 966); this.btnCut.MinimumSize = new System.Drawing.Size(1, 1); this.btnCut.Name = "btnCut"; this.btnCut.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.btnCut.Size = new System.Drawing.Size(133, 45); this.btnCut.TabIndex = 4; this.btnCut.Text = "裁切"; this.btnCut.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCut.Click += new System.EventHandler(this.btnCut_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(71, 979); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(100, 23); this.uiLabel1.TabIndex = 5; 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(152, 975); 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 = 13; this.numFMLen.Text = "0.2"; this.numFMLen.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.numFMLen.Watermark = ""; // // btnAllWait // this.btnAllWait.Cursor = System.Windows.Forms.Cursors.Hand; this.btnAllWait.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnAllWait.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAllWait.Location = new System.Drawing.Point(695, 966); this.btnAllWait.MinimumSize = new System.Drawing.Size(1, 1); this.btnAllWait.Name = "btnAllWait"; this.btnAllWait.Size = new System.Drawing.Size(133, 45); this.btnAllWait.TabIndex = 14; this.btnAllWait.Text = "全部待定"; this.btnAllWait.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAllWait.Click += new System.EventHandler(this.btnAllWait_Click); // // FHome_Defect // this.AcceptButton = this.btnOK; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1362, 1014); this.Controls.Add(this.btnAllWait); this.Controls.Add(this.numFMLen); this.Controls.Add(this.uiLabel1); this.Controls.Add(this.btnCut); this.Controls.Add(this.btnFM); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.uiPanel1); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(2400, 1318); this.MinimizeBox = false; this.Name = "FHome_Defect"; this.Text = "二次确认"; this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 800, 450); this.Load += new System.EventHandler(this.FHome_Defect_Load); this.uiPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UIButton btnOK; private Sunny.UI.UIButton btnCancel; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.PictureBox pictureBox1; private Sunny.UI.UIButton btnFM; private Sunny.UI.UIButton btnCut; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UINumPadTextBox numFMLen; private Sunny.UI.UIButton btnAllWait; } }