You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
6.3 KiB
137 lines
6.3 KiB
2 months ago
|
namespace PaintingPC
|
||
|
{
|
||
|
partial class FrmChooseDamnPosition
|
||
|
{
|
||
|
/// <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.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.btnBack = new System.Windows.Forms.Button();
|
||
|
this.btnSave = new System.Windows.Forms.Button();
|
||
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||
|
this.label11 = new System.Windows.Forms.Label();
|
||
|
this.label10 = new System.Windows.Forms.Label();
|
||
|
this.panel2.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.Controls.Add(this.btnBack);
|
||
|
this.panel2.Controls.Add(this.btnSave);
|
||
|
this.panel2.Location = new System.Drawing.Point(153, 483);
|
||
|
this.panel2.Name = "panel2";
|
||
|
this.panel2.Size = new System.Drawing.Size(1116, 398);
|
||
|
this.panel2.TabIndex = 46;
|
||
|
//
|
||
|
// btnBack
|
||
|
//
|
||
|
this.btnBack.BackColor = System.Drawing.Color.SpringGreen;
|
||
|
this.btnBack.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnBack.Location = new System.Drawing.Point(1034, 192);
|
||
|
this.btnBack.Name = "btnBack";
|
||
|
this.btnBack.Size = new System.Drawing.Size(73, 183);
|
||
|
this.btnBack.TabIndex = 1;
|
||
|
this.btnBack.Text = "返回";
|
||
|
this.btnBack.UseVisualStyleBackColor = false;
|
||
|
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
||
|
//
|
||
|
// btnSave
|
||
|
//
|
||
|
this.btnSave.BackColor = System.Drawing.Color.DarkGray;
|
||
|
this.btnSave.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSave.Location = new System.Drawing.Point(1034, 3);
|
||
|
this.btnSave.Name = "btnSave";
|
||
|
this.btnSave.Size = new System.Drawing.Size(73, 195);
|
||
|
this.btnSave.TabIndex = 0;
|
||
|
this.btnSave.Text = "确定";
|
||
|
this.btnSave.UseVisualStyleBackColor = false;
|
||
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||
|
//
|
||
|
// pictureBox2
|
||
|
//
|
||
|
this.pictureBox2.Location = new System.Drawing.Point(153, 134);
|
||
|
this.pictureBox2.Name = "pictureBox2";
|
||
|
this.pictureBox2.Size = new System.Drawing.Size(1116, 350);
|
||
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
|
this.pictureBox2.TabIndex = 45;
|
||
|
this.pictureBox2.TabStop = false;
|
||
|
//
|
||
|
// label11
|
||
|
//
|
||
|
this.label11.BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.label11.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label11.Location = new System.Drawing.Point(4, 483);
|
||
|
this.label11.Name = "label11";
|
||
|
this.label11.Size = new System.Drawing.Size(150, 398);
|
||
|
this.label11.TabIndex = 44;
|
||
|
this.label11.Text = "缺陷原因:";
|
||
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.BackColor = System.Drawing.Color.DeepSkyBlue;
|
||
|
this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.label10.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label10.Location = new System.Drawing.Point(4, 134);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(150, 350);
|
||
|
this.label10.TabIndex = 43;
|
||
|
this.label10.Text = "产品展示:";
|
||
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// FrmChooseDamnPosition
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(1280, 1024);
|
||
|
this.Controls.Add(this.panel2);
|
||
|
this.Controls.Add(this.pictureBox2);
|
||
|
this.Controls.Add(this.label11);
|
||
|
this.Controls.Add(this.label10);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Name = "FrmChooseDamnPosition";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "FrmChooseDamnPosition";
|
||
|
this.Load += new System.EventHandler(this.FrmChooseDamnPosition_Load);
|
||
|
this.panel2.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.Button btnBack;
|
||
|
private System.Windows.Forms.Button btnSave;
|
||
|
private System.Windows.Forms.PictureBox pictureBox2;
|
||
|
private System.Windows.Forms.Label label11;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
|
||
|
}
|
||
|
}
|