| | |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessInputsSelectForm)); |
| | | themeForm1 = new ReaLTaiizor.Forms.ThemeForm(); |
| | | panel = new Panel(); |
| | | controlBox1 = new ReaLTaiizor.Controls.ControlBox(); |
| | | panel = new ReaLTaiizor.Controls.Panel(); |
| | | themeForm1.SuspendLayout(); |
| | | SuspendLayout(); |
| | | // |
| | | // themeForm1 |
| | | // |
| | | themeForm1.BackColor = Color.FromArgb(32, 41, 50); |
| | | themeForm1.Controls.Add(controlBox1); |
| | | themeForm1.Controls.Add(panel); |
| | | themeForm1.Controls.Add(controlBox1); |
| | | 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 = "theme_ProcessInputsSelectForm"; |
| | | themeForm1.Name = "themeForm1"; |
| | | themeForm1.Padding = new Padding(10, 70, 10, 9); |
| | | themeForm1.RoundCorners = true; |
| | | themeForm1.Sizable = true; |
| | |
| | | themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation; |
| | | themeForm1.TabIndex = 2; |
| | | themeForm1.Text = "ProcessInputsSelectForm"; |
| | | // |
| | | // panel |
| | | // |
| | | panel.AutoScroll = true; |
| | | panel.Dock = DockStyle.Fill; |
| | | panel.ForeColor = SystemColors.Control; |
| | | panel.Location = new Point(10, 70); |
| | | panel.Name = "panel"; |
| | | panel.Size = new Size(887, 405); |
| | | panel.TabIndex = 2; |
| | | panel.SizeChanged += panel_SizeChanged; |
| | | // |
| | | // controlBox1 |
| | | // |
| | |
| | | controlBox1.TabIndex = 1; |
| | | controlBox1.Text = "controlBox1"; |
| | | // |
| | | // panel |
| | | // |
| | | panel.BackColor = Color.FromArgb(39, 51, 63); |
| | | panel.Dock = DockStyle.Fill; |
| | | panel.EdgeColor = Color.FromArgb(32, 41, 50); |
| | | panel.Location = new Point(10, 70); |
| | | panel.Name = "panel"; |
| | | panel.Padding = new Padding(5); |
| | | panel.Size = new Size(887, 405); |
| | | panel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality; |
| | | panel.TabIndex = 0; |
| | | panel.Text = "panel1"; |
| | | // |
| | | // ProcessInputsSelectForm |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 17F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | AutoScaleDimensions = new SizeF(96F, 96F); |
| | | AutoScaleMode = AutoScaleMode.Dpi; |
| | | ClientSize = new Size(907, 484); |
| | | Controls.Add(themeForm1); |
| | | FormBorderStyle = FormBorderStyle.None; |
| | |
| | | #endregion |
| | | private Button uiButtonOK; |
| | | private ReaLTaiizor.Forms.ThemeForm themeForm1; |
| | | private ReaLTaiizor.Controls.Panel panel; |
| | | private ReaLTaiizor.Controls.ControlBox controlBox1; |
| | | private Panel panel; |
| | | } |
| | | } |