| | |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GlobalVarForm)); |
| | | theme_GlobalVarForm = new ReaLTaiizor.Forms.ThemeForm(); |
| | | controlBox_GlobalVarForm = new ReaLTaiizor.Controls.ControlBox(); |
| | | controlsPanel = new ReaLTaiizor.Controls.Panel(); |
| | | tlp_GlobalVarForm = new Sunny.UI.UITableLayoutPanel(); |
| | | tlp_GlobalVarFormOperator = new Sunny.UI.UITableLayoutPanel(); |
| | | btn_Delete = new ReaLTaiizor.Controls.Button(); |
| | | btn_Add = new ReaLTaiizor.Controls.Button(); |
| | | controlsPanel = new ReaLTaiizor.Controls.Panel(); |
| | | controlBox_GlobalVarForm = new ReaLTaiizor.Controls.ControlBox(); |
| | | theme_GlobalVarForm.SuspendLayout(); |
| | | tlp_GlobalVarForm.SuspendLayout(); |
| | | tlp_GlobalVarFormOperator.SuspendLayout(); |
| | |
| | | theme_GlobalVarForm.StartPosition = FormStartPosition.WindowsDefaultLocation; |
| | | theme_GlobalVarForm.TabIndex = 0; |
| | | theme_GlobalVarForm.Text = "全局变量"; |
| | | // |
| | | // controlBox_GlobalVarForm |
| | | // |
| | | controlBox_GlobalVarForm.Anchor = AnchorStyles.Top | AnchorStyles.Right; |
| | | controlBox_GlobalVarForm.BackColor = Color.FromArgb(32, 34, 37); |
| | | controlBox_GlobalVarForm.CloseHoverColor = Color.FromArgb(230, 17, 35); |
| | | controlBox_GlobalVarForm.DefaultLocation = true; |
| | | controlBox_GlobalVarForm.EnableHoverHighlight = true; |
| | | controlBox_GlobalVarForm.EnableMaximizeButton = false; |
| | | controlBox_GlobalVarForm.EnableMinimizeButton = false; |
| | | controlBox_GlobalVarForm.ForeColor = Color.FromArgb(155, 155, 155); |
| | | controlBox_GlobalVarForm.Location = new Point(700, 18); |
| | | controlBox_GlobalVarForm.MaximizeHoverColor = Color.FromArgb(74, 74, 74); |
| | | controlBox_GlobalVarForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65); |
| | | controlBox_GlobalVarForm.Name = "controlBox_GlobalVarForm"; |
| | | controlBox_GlobalVarForm.Size = new Size(90, 25); |
| | | controlBox_GlobalVarForm.TabIndex = 1; |
| | | // |
| | | // controlsPanel |
| | | // |
| | | controlsPanel.BackColor = Color.FromArgb(39, 51, 63); |
| | | controlsPanel.Dock = DockStyle.Fill; |
| | | controlsPanel.EdgeColor = Color.FromArgb(32, 41, 50); |
| | | controlsPanel.Location = new Point(3, 3); |
| | | controlsPanel.Name = "controlsPanel"; |
| | | controlsPanel.Padding = new Padding(5); |
| | | controlsPanel.Size = new Size(774, 455); |
| | | controlsPanel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality; |
| | | controlsPanel.TabIndex = 0; |
| | | controlsPanel.Text = "panel1"; |
| | | controlsPanel.SizeChanged += controlsPanel_SizeChanged; |
| | | // |
| | | // tlp_GlobalVarForm |
| | | // |
| | |
| | | btn_Add.TextAlignment = StringAlignment.Center; |
| | | btn_Add.Click += btn_Add_Click; |
| | | // |
| | | // controlsPanel |
| | | // |
| | | controlsPanel.BackColor = Color.FromArgb(39, 51, 63); |
| | | controlsPanel.Dock = DockStyle.Fill; |
| | | controlsPanel.EdgeColor = Color.FromArgb(32, 41, 50); |
| | | controlsPanel.Location = new Point(3, 3); |
| | | controlsPanel.Name = "controlsPanel"; |
| | | controlsPanel.Padding = new Padding(5); |
| | | controlsPanel.Size = new Size(774, 455); |
| | | controlsPanel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality; |
| | | controlsPanel.TabIndex = 0; |
| | | controlsPanel.Text = "panel1"; |
| | | controlsPanel.SizeChanged += controlsPanel_SizeChanged; |
| | | // |
| | | // controlBox_GlobalVarForm |
| | | // |
| | | controlBox_GlobalVarForm.Anchor = AnchorStyles.Top | AnchorStyles.Right; |
| | | controlBox_GlobalVarForm.BackColor = Color.FromArgb(32, 34, 37); |
| | | controlBox_GlobalVarForm.CloseHoverColor = Color.FromArgb(230, 17, 35); |
| | | controlBox_GlobalVarForm.DefaultLocation = true; |
| | | controlBox_GlobalVarForm.EnableHoverHighlight = true; |
| | | controlBox_GlobalVarForm.EnableMaximizeButton = false; |
| | | controlBox_GlobalVarForm.EnableMinimizeButton = false; |
| | | controlBox_GlobalVarForm.ForeColor = Color.FromArgb(155, 155, 155); |
| | | controlBox_GlobalVarForm.Location = new Point(700, 18); |
| | | controlBox_GlobalVarForm.MaximizeHoverColor = Color.FromArgb(74, 74, 74); |
| | | controlBox_GlobalVarForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65); |
| | | controlBox_GlobalVarForm.Name = "controlBox_GlobalVarForm"; |
| | | controlBox_GlobalVarForm.Size = new Size(90, 25); |
| | | controlBox_GlobalVarForm.TabIndex = 1; |
| | | // |
| | | // GlobalVarForm |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 17F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | AutoScaleDimensions = new SizeF(96F, 96F); |
| | | AutoScaleMode = AutoScaleMode.Dpi; |
| | | ClientSize = new Size(800, 600); |
| | | Controls.Add(theme_GlobalVarForm); |
| | | FormBorderStyle = FormBorderStyle.None; |