namespace LB_VisionProcesses { partial class ProcessEditForm { /// /// 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(ProcessEditForm)); theme_AlgorithmForm = new ReaLTaiizor.Forms.ThemeForm(); pnl_ProcessEditForm = new ReaLTaiizor.Controls.Panel(); controlB_ProcessEditForm = new ReaLTaiizor.Controls.ControlBox(); theme_AlgorithmForm.SuspendLayout(); SuspendLayout(); // // theme_AlgorithmForm // theme_AlgorithmForm.BackColor = Color.FromArgb(32, 41, 50); theme_AlgorithmForm.Controls.Add(pnl_ProcessEditForm); theme_AlgorithmForm.Controls.Add(controlB_ProcessEditForm); theme_AlgorithmForm.Dock = DockStyle.Fill; theme_AlgorithmForm.Font = new Font("Microsoft Sans Serif", 9F); theme_AlgorithmForm.Image = (Image)resources.GetObject("theme_AlgorithmForm.Image"); theme_AlgorithmForm.Location = new Point(0, 0); theme_AlgorithmForm.Name = "theme_AlgorithmForm"; theme_AlgorithmForm.Padding = new Padding(10, 70, 10, 9); theme_AlgorithmForm.RoundCorners = true; theme_AlgorithmForm.Sizable = true; theme_AlgorithmForm.Size = new Size(944, 601); theme_AlgorithmForm.SmartBounds = true; theme_AlgorithmForm.StartPosition = FormStartPosition.WindowsDefaultLocation; theme_AlgorithmForm.TabIndex = 0; theme_AlgorithmForm.Text = "AlgorithmForm"; // // pnl_ProcessEditForm // pnl_ProcessEditForm.BackColor = Color.FromArgb(39, 51, 63); pnl_ProcessEditForm.Dock = DockStyle.Fill; pnl_ProcessEditForm.EdgeColor = Color.FromArgb(32, 41, 50); pnl_ProcessEditForm.Location = new Point(10, 70); pnl_ProcessEditForm.Name = "pnl_ProcessEditForm"; pnl_ProcessEditForm.Padding = new Padding(5); pnl_ProcessEditForm.Size = new Size(924, 522); pnl_ProcessEditForm.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality; pnl_ProcessEditForm.TabIndex = 1; // // controlB_ProcessEditForm // controlB_ProcessEditForm.Anchor = AnchorStyles.Top | AnchorStyles.Right; controlB_ProcessEditForm.BackColor = Color.FromArgb(32, 34, 37); controlB_ProcessEditForm.CloseHoverColor = Color.FromArgb(230, 17, 35); controlB_ProcessEditForm.DefaultLocation = true; controlB_ProcessEditForm.EnableHoverHighlight = true; controlB_ProcessEditForm.EnableMaximizeButton = false; controlB_ProcessEditForm.EnableMinimizeButton = false; controlB_ProcessEditForm.ForeColor = Color.FromArgb(155, 155, 155); controlB_ProcessEditForm.Location = new Point(844, 18); controlB_ProcessEditForm.MaximizeHoverColor = Color.FromArgb(74, 74, 74); controlB_ProcessEditForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65); controlB_ProcessEditForm.Name = "controlB_ProcessEditForm"; controlB_ProcessEditForm.Size = new Size(90, 25); controlB_ProcessEditForm.TabIndex = 0; // // ProcessEditForm // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(944, 601); Controls.Add(theme_AlgorithmForm); FormBorderStyle = FormBorderStyle.None; MinimumSize = new Size(261, 61); Name = "ProcessEditForm"; Text = "AlgorithmForm"; TransparencyKey = Color.Fuchsia; FormClosing += ProcessEditForm_FormClosing; Load += ProcessEditForm_Load; theme_AlgorithmForm.ResumeLayout(false); ResumeLayout(false); } #endregion public TextBox textBox = new TextBox(); private ReaLTaiizor.Forms.ThemeForm theme_AlgorithmForm; private ReaLTaiizor.Controls.Panel pnl_ProcessEditForm; private ReaLTaiizor.Controls.ControlBox controlB_ProcessEditForm; } }