2024-03-07 14:03:22 +08:00
|
|
|
|
namespace LeatherApp.Page
|
|
|
|
|
{
|
|
|
|
|
partial class FHome_Defect
|
|
|
|
|
{
|
|
|
|
|
/// <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.uiPanel1 = new Sunny.UI.UIPanel();
|
2024-08-05 09:39:58 +08:00
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.btnOK = new Sunny.UI.UIButton();
|
|
|
|
|
this.btnCancel = new Sunny.UI.UIButton();
|
2024-08-05 09:39:58 +08:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiPanel1.SuspendLayout();
|
2024-08-05 09:39:58 +08:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
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)));
|
2024-08-05 09:39:58 +08:00
|
|
|
|
this.uiPanel1.Location = new System.Drawing.Point(4, 221);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
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";
|
2024-08-05 09:39:58 +08:00
|
|
|
|
this.uiPanel1.Size = new System.Drawing.Size(1242, 737);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiPanel1.TabIndex = 0;
|
|
|
|
|
this.uiPanel1.Text = "uiPanel1";
|
|
|
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
2024-08-05 09:39:58 +08:00
|
|
|
|
// 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(1236, 731);
|
|
|
|
|
this.flowLayoutPanel1.TabIndex = 0;
|
|
|
|
|
//
|
2024-03-07 14:03:22 +08:00
|
|
|
|
// 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(444, 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(656, 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);
|
|
|
|
|
//
|
2024-08-05 09:39:58 +08:00
|
|
|
|
// pictureBox1
|
2024-03-07 14:03:22 +08:00
|
|
|
|
//
|
2024-08-05 09:39:58 +08:00
|
|
|
|
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(1242, 180);
|
|
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox1.TabIndex = 2;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
//
|
|
|
|
|
// FHome_Defect
|
|
|
|
|
//
|
|
|
|
|
this.AcceptButton = this.btnOK;
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1250, 1014);
|
2024-08-05 09:39:58 +08:00
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
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);
|
2024-08-05 09:39:58 +08:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
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;
|
2024-08-05 09:39:58 +08:00
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
}
|
|
|
|
|
}
|