namespace LB_SmartVision.Forms.Pages.ProcessPage { partial class ProcessInputsSelectForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessInputsSelectForm)); themeForm1 = new ReaLTaiizor.Forms.ThemeForm(); 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.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.Padding = new Padding(10, 70, 10, 9); themeForm1.RoundCorners = true; themeForm1.Sizable = true; themeForm1.Size = new Size(907, 484); themeForm1.SmartBounds = true; themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation; themeForm1.TabIndex = 2; 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.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; ClientSize = new Size(907, 484); Controls.Add(themeForm1); FormBorderStyle = FormBorderStyle.None; MinimumSize = new Size(261, 61); Name = "ProcessInputsSelectForm"; Text = "ProcessInputsSelectForm"; TransparencyKey = Color.Fuchsia; FormClosing += ProcessInputsSelectForm_FormClosing; themeForm1.ResumeLayout(false); ResumeLayout(false); } #endregion private Button uiButtonOK; private ReaLTaiizor.Forms.ThemeForm themeForm1; private ReaLTaiizor.Controls.Panel panel; private ReaLTaiizor.Controls.ControlBox controlBox1; } }