Files
1258/LargeSquareOne/CommunicationEditForm.Designer.cs
T

195 lines
11 KiB
C#
Raw Normal View History

2026-08-04 18:36:40 +08:00
namespace LargeSquareOne
{
partial class CommunicationEditForm
{
/// <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.groupTable = 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.groupTable)).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.groupTable);
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(600, 480);
this.panelExt1.TabIndex = 0;
this.panelExt1.TopGap = 0;
//
// groupTable
//
this.groupTable.AllowUserToAddRows = false;
this.groupTable.AllowUserToDeleteRows = false;
this.groupTable.AllowUserToResizeRows = false;
this.groupTable.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.groupTable.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.groupTable.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.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.groupTable.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.groupTable.ColumnHeadersHeight = 45;
this.groupTable.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.groupTable.DefaultCellStyle = dataGridViewCellStyle2;
this.groupTable.EnableHeadersVisualStyles = false;
this.groupTable.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.groupTable.Location = new System.Drawing.Point(19, 55);
this.groupTable.Name = "groupTable";
this.groupTable.ReadOnly = true;
this.groupTable.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.groupTable.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.groupTable.RowHeadersVisible = false;
this.groupTable.RowHeadersWidth = 55;
this.groupTable.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.groupTable.RowTemplate.Height = 40;
this.groupTable.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.groupTable.Size = new System.Drawing.Size(800, 580);
this.groupTable.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(1237, 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(996, 7);
this.BtnAdd.Name = "BtnAdd";
this.BtnAdd.Size = new System.Drawing.Size(105, 36);
this.BtnAdd.TabIndex = 49;
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(1189, 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, 18);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(112, 27);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "通信组配置";
//
// CommunicationEditForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
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(1237, 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 = "CommunicationEditForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmGroupConfig";
this.panelExt1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupTable)).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 groupTable;
private System.Windows.Forms.Button BtnAdd;
}
}