| | |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessInputsSelectForm)); |
| | | themeForm1 = new ReaLTaiizor.Forms.ThemeForm(); |
| | | panel = new ReaLTaiizor.Controls.Panel(); |
| | | controlBox1 = new ReaLTaiizor.Controls.ControlBox(); |
| | | panel = new ReaLTaiizor.Controls.Panel(); |
| | | themeForm1.SuspendLayout(); |
| | | SuspendLayout(); |
| | | // |
| | |
| | | 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.Name = "theme_ProcessInputsSelectForm"; |
| | | themeForm1.Padding = new Padding(10, 70, 10, 9); |
| | | themeForm1.RoundCorners = true; |
| | | themeForm1.Sizable = true; |
| | |
| | | themeForm1.SmartBounds = true; |
| | | themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation; |
| | | themeForm1.TabIndex = 2; |
| | | themeForm1.Text = "themeForm1"; |
| | | themeForm1.Text = "ProcessInputsSelectForm"; |
| | | // |
| | | // controlBox1 |
| | | // |
| | | controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right; |
| | | controlBox1.BackColor = Color.FromArgb(32, 34, 37); |
| | | controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35); |
| | | controlBox1.DefaultLocation = true; |
| | | controlBox1.EnableHoverHighlight = true; |
| | | controlBox1.EnableMaximizeButton = true; |
| | | controlBox1.EnableMinimizeButton = true; |
| | | controlBox1.ForeColor = Color.FromArgb(155, 155, 155); |
| | | controlBox1.Location = new Point(807, 18); |
| | | controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74); |
| | | controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65); |
| | | controlBox1.Name = "controlBox1"; |
| | | controlBox1.Size = new Size(90, 25); |
| | | controlBox1.TabIndex = 1; |
| | | controlBox1.Text = "controlBox1"; |
| | | // |
| | | // panel |
| | | // |
| | |
| | | panel.TabIndex = 0; |
| | | panel.Text = "panel1"; |
| | | // |
| | | // controlBox1 |
| | | // |
| | | controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right; |
| | | controlBox1.BackColor = Color.FromArgb(32, 34, 37); |
| | | controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35); |
| | | controlBox1.DefaultLocation = true; |
| | | controlBox1.EnableHoverHighlight = true; |
| | | controlBox1.EnableMaximizeButton = true; |
| | | controlBox1.EnableMinimizeButton = true; |
| | | controlBox1.ForeColor = Color.FromArgb(155, 155, 155); |
| | | controlBox1.Location = new Point(804, 12); |
| | | controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74); |
| | | controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65); |
| | | controlBox1.Name = "controlBox1"; |
| | | controlBox1.Size = new Size(90, 25); |
| | | controlBox1.TabIndex = 1; |
| | | controlBox1.Text = "controlBox1"; |
| | | // |
| | | // ProcessInputsSelectForm |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 17F); |
| | |
| | | FormBorderStyle = FormBorderStyle.None; |
| | | MinimumSize = new Size(261, 61); |
| | | Name = "ProcessInputsSelectForm"; |
| | | Text = "themeForm1"; |
| | | Text = "ProcessInputsSelectForm"; |
| | | TransparencyKey = Color.Fuchsia; |
| | | FormClosing += ProcessInputsSelectForm_FormClosing; |
| | | themeForm1.ResumeLayout(false); |