196 lines
12 KiB
C#
196 lines
12 KiB
C#
namespace LargeSquareOne
|
|
{
|
|
partial class VariableEditForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panelExt1 = new JinYuan.ControlLib.PanelExt();
|
|
this.variableTable = new System.Windows.Forms.DataGridView();
|
|
this.topPanel = new System.Windows.Forms.Panel();
|
|
this.BtnAdd = new System.Windows.Forms.Button();
|
|
this.btn_Close = new System.Windows.Forms.Button();
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
this.panelExt1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.variableTable)).BeginInit();
|
|
this.topPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelExt1
|
|
//
|
|
this.panelExt1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelExt1.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(79)))), ((int)(((byte)(150)))));
|
|
this.panelExt1.BordeWidth = 2;
|
|
this.panelExt1.BottomGap = 0;
|
|
this.panelExt1.Controls.Add(this.variableTable);
|
|
this.panelExt1.Controls.Add(this.topPanel);
|
|
this.panelExt1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelExt1.LeftGap = 0;
|
|
this.panelExt1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelExt1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.panelExt1.Name = "panelExt1";
|
|
this.panelExt1.RightGap = 0;
|
|
this.panelExt1.Size = new System.Drawing.Size(1024, 636);
|
|
this.panelExt1.TabIndex = 0;
|
|
this.panelExt1.TopGap = 0;
|
|
//
|
|
// variableTable
|
|
//
|
|
this.variableTable.AllowUserToAddRows = false;
|
|
this.variableTable.AllowUserToDeleteRows = false;
|
|
this.variableTable.AllowUserToResizeRows = false;
|
|
this.variableTable.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
this.variableTable.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.variableTable.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.variableTable.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.variableTable.ColumnHeadersHeight = 45;
|
|
this.variableTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.variableTable.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.variableTable.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.variableTable.EnableHeadersVisualStyles = false;
|
|
this.variableTable.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
|
this.variableTable.Location = new System.Drawing.Point(0, 49);
|
|
this.variableTable.Name = "variableTable";
|
|
this.variableTable.ReadOnly = true;
|
|
this.variableTable.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.variableTable.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
this.variableTable.RowHeadersWidth = 45;
|
|
this.variableTable.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.variableTable.RowTemplate.Height = 40;
|
|
this.variableTable.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.variableTable.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.variableTable.Size = new System.Drawing.Size(1024, 587);
|
|
this.variableTable.TabIndex = 15;
|
|
//
|
|
// topPanel
|
|
//
|
|
this.topPanel.Controls.Add(this.BtnAdd);
|
|
this.topPanel.Controls.Add(this.btn_Close);
|
|
this.topPanel.Controls.Add(this.lblTitle);
|
|
this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.topPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.topPanel.Name = "topPanel";
|
|
this.topPanel.Size = new System.Drawing.Size(1024, 49);
|
|
this.topPanel.TabIndex = 0;
|
|
this.topPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
|
this.topPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
|
//
|
|
// BtnAdd
|
|
//
|
|
this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
|
|
this.BtnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.BtnAdd.Font = new System.Drawing.Font("微软雅黑", 11.5F);
|
|
this.BtnAdd.ForeColor = System.Drawing.Color.White;
|
|
this.BtnAdd.Location = new System.Drawing.Point(830, 7);
|
|
this.BtnAdd.Name = "BtnAdd";
|
|
this.BtnAdd.Size = new System.Drawing.Size(105, 36);
|
|
this.BtnAdd.TabIndex = 50;
|
|
this.BtnAdd.Text = "添加变量";
|
|
this.BtnAdd.UseVisualStyleBackColor = false;
|
|
this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.FlatAppearance.BorderSize = 0;
|
|
this.btn_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(29)))), ((int)(((byte)(84)))));
|
|
this.btn_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 15.5F);
|
|
this.btn_Close.ForeColor = System.Drawing.Color.White;
|
|
this.btn_Close.Location = new System.Drawing.Point(989, 7);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(32, 32);
|
|
this.btn_Close.TabIndex = 1;
|
|
this.btn_Close.Text = "X";
|
|
this.btn_Close.UseVisualStyleBackColor = true;
|
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(15, 14);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(74, 21);
|
|
this.lblTitle.TabIndex = 0;
|
|
this.lblTitle.Text = "变量配置";
|
|
//
|
|
// VariableEditForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(1024, 636);
|
|
this.Controls.Add(this.panelExt1);
|
|
this.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.Name = "VariableEditForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FrmGroupConfig";
|
|
this.panelExt1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.variableTable)).EndInit();
|
|
this.topPanel.ResumeLayout(false);
|
|
this.topPanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private JinYuan.ControlLib.PanelExt panelExt1;
|
|
private System.Windows.Forms.Panel topPanel;
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.Label lblTitle;
|
|
private System.Windows.Forms.DataGridView variableTable;
|
|
private System.Windows.Forms.Button BtnAdd;
|
|
}
|
|
} |