using ReaLTaiizor.Controls;
namespace LB_SmartVision.Forms
{
partial class CreateProductForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateProductForm));
uiLabel1 = new Label();
uiLabel2 = new Label();
uiButtonCancel = new AirButton();
uiButtonCreate = new AirButton();
uiButtonTest = new AirButton();
uiTextBoxProductName = new TextBox();
uiComboBoxProducts = new ComboBox();
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
SuspendLayout();
//
// uiLabel1
//
uiLabel1.Font = new Font("宋体", 12F);
uiLabel1.ForeColor = SystemColors.Control;
uiLabel1.Location = new Point(120, 97);
uiLabel1.Name = "uiLabel1";
uiLabel1.Size = new Size(100, 23);
uiLabel1.TabIndex = 1;
uiLabel1.Text = "复制源";
//
// uiLabel2
//
uiLabel2.Font = new Font("宋体", 12F);
uiLabel2.ForeColor = SystemColors.Control;
uiLabel2.Location = new Point(120, 163);
uiLabel2.Name = "uiLabel2";
uiLabel2.Size = new Size(100, 23);
uiLabel2.TabIndex = 2;
uiLabel2.Text = "产品名";
//
// uiButtonCancel
//
uiButtonCancel.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
uiButtonCancel.Font = new Font("宋体", 12F);
uiButtonCancel.Image = null;
uiButtonCancel.Location = new Point(343, 234);
uiButtonCancel.MinimumSize = new Size(1, 1);
uiButtonCancel.Name = "uiButtonCancel";
uiButtonCancel.NoRounding = false;
uiButtonCancel.Size = new Size(100, 35);
uiButtonCancel.TabIndex = 4;
uiButtonCancel.Text = "取消";
uiButtonCancel.Transparent = false;
uiButtonCancel.Click += uiButtonCancel_Click;
//
// uiButtonCreate
//
uiButtonCreate.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
uiButtonCreate.Enabled = false;
uiButtonCreate.Font = new Font("宋体", 12F);
uiButtonCreate.Image = null;
uiButtonCreate.Location = new Point(187, 234);
uiButtonCreate.MinimumSize = new Size(1, 1);
uiButtonCreate.Name = "uiButtonCreate";
uiButtonCreate.NoRounding = false;
uiButtonCreate.Size = new Size(100, 35);
uiButtonCreate.TabIndex = 9;
uiButtonCreate.Text = "创建";
uiButtonCreate.Transparent = false;
uiButtonCreate.Click += uiButtonCreate_Click;
//
// uiButtonTest
//
uiButtonTest.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
uiButtonTest.Font = new Font("宋体", 12F);
uiButtonTest.Image = null;
uiButtonTest.Location = new Point(31, 234);
uiButtonTest.MinimumSize = new Size(1, 1);
uiButtonTest.Name = "uiButtonTest";
uiButtonTest.NoRounding = false;
uiButtonTest.Size = new Size(100, 35);
uiButtonTest.TabIndex = 10;
uiButtonTest.Text = "测试";
uiButtonTest.Transparent = false;
uiButtonTest.Click += uiButtonTest_Click;
//
// uiTextBoxProductName
//
uiTextBoxProductName.Font = new Font("宋体", 12F);
uiTextBoxProductName.ForeColor = Color.Black;
uiTextBoxProductName.Location = new Point(227, 157);
uiTextBoxProductName.Margin = new Padding(4, 5, 4, 5);
uiTextBoxProductName.MinimumSize = new Size(1, 16);
uiTextBoxProductName.Name = "uiTextBoxProductName";
uiTextBoxProductName.Size = new Size(150, 26);
uiTextBoxProductName.TabIndex = 12;
uiTextBoxProductName.Text = "新产品";
uiTextBoxProductName.TextChanged += uiTextBoxProductName_TextChanged;
//
// uiComboBoxProducts
//
uiComboBoxProducts.FormattingEnabled = true;
uiComboBoxProducts.Location = new Point(226, 95);
uiComboBoxProducts.Name = "uiComboBoxProducts";
uiComboBoxProducts.Size = new Size(151, 25);
uiComboBoxProducts.TabIndex = 13;
uiComboBoxProducts.MouseClick += uiComboBoxProducts_MouseClick;
//
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft Sans Serif", 9F);
themeForm1.Image = (Image)resources.GetObject("themeForm1.Image");
themeForm1.Location = new Point(0, 0);
themeForm1.Name = "themeForm1";
themeForm1.Padding = new Padding(10, 70, 10, 9);
themeForm1.RoundCorners = true;
themeForm1.Sizable = true;
themeForm1.Size = new Size(507, 309);
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 14;
themeForm1.Text = "创建产品";
//
// CreateProductForm
//
AutoScaleMode = AutoScaleMode.None;
BackColor = Color.FromArgb(32, 41, 50);
ClientSize = new Size(507, 309);
ControlBox = false;
Controls.Add(uiComboBoxProducts);
Controls.Add(uiTextBoxProductName);
Controls.Add(uiButtonTest);
Controls.Add(uiButtonCreate);
Controls.Add(uiButtonCancel);
Controls.Add(uiLabel2);
Controls.Add(uiLabel1);
Controls.Add(themeForm1);
ForeColor = SystemColors.Control;
FormBorderStyle = FormBorderStyle.None;
MaximizeBox = false;
MinimizeBox = false;
MinimumSize = new Size(261, 61);
Name = "CreateProductForm";
Text = "创建产品";
TransparencyKey = Color.Fuchsia;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label uiLabel1;
private Label uiLabel2;
private ReaLTaiizor.Controls.AirButton uiButtonCancel;
private ReaLTaiizor.Controls.AirButton uiButtonCreate;
private ReaLTaiizor.Controls.AirButton uiButtonTest;
private TextBox uiTextBoxProductName;
private ComboBox uiComboBoxProducts;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
}
}