C3032
3 天以前 ebcc1d53f14112363bbf539bcaf0202aadcdc9d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
using ReaLTaiizor.Controls;
 
namespace LB_SmartVision.Forms
{
    partial class CreateProductForm
    {
        /// <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()
        {
            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
            // 
            AutoScaleDimensions = new SizeF(96F, 96F);
            AutoScaleMode = AutoScaleMode.Dpi;
            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;
    }
}