354 lines
18 KiB
C#
354 lines
18 KiB
C#
|
|
|
|||
|
|
namespace WinformGeneralDeveloperFrame
|
|||
|
|
{
|
|||
|
|
partial class FrmSSq
|
|||
|
|
{
|
|||
|
|
/// <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()
|
|||
|
|
{
|
|||
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|||
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|||
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
|
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
|
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|||
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|||
|
|
this.layoutControl1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|||
|
|
this.xtraTabControl1.SuspendLayout();
|
|||
|
|
this.xtraTabPage1.SuspendLayout();
|
|||
|
|
this.xtraTabPage2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
|
|||
|
|
this.layoutControl2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// simpleButton1
|
|||
|
|
//
|
|||
|
|
this.simpleButton1.Location = new System.Drawing.Point(12, 12);
|
|||
|
|
this.simpleButton1.Name = "simpleButton1";
|
|||
|
|
this.simpleButton1.Size = new System.Drawing.Size(907, 22);
|
|||
|
|
this.simpleButton1.StyleController = this.layoutControl1;
|
|||
|
|
this.simpleButton1.TabIndex = 1;
|
|||
|
|
this.simpleButton1.Text = "开始";
|
|||
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|||
|
|
//
|
|||
|
|
// layoutControl1
|
|||
|
|
//
|
|||
|
|
this.layoutControl1.Controls.Add(this.richTextBox1);
|
|||
|
|
this.layoutControl1.Controls.Add(this.simpleButton1);
|
|||
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.layoutControl1.Name = "layoutControl1";
|
|||
|
|
this.layoutControl1.Root = this.Root;
|
|||
|
|
this.layoutControl1.Size = new System.Drawing.Size(931, 546);
|
|||
|
|
this.layoutControl1.TabIndex = 2;
|
|||
|
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
|
//
|
|||
|
|
// richTextBox1
|
|||
|
|
//
|
|||
|
|
this.richTextBox1.Location = new System.Drawing.Point(12, 38);
|
|||
|
|
this.richTextBox1.Name = "richTextBox1";
|
|||
|
|
this.richTextBox1.Size = new System.Drawing.Size(907, 496);
|
|||
|
|
this.richTextBox1.TabIndex = 3;
|
|||
|
|
this.richTextBox1.Text = "";
|
|||
|
|
this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
|
|||
|
|
//
|
|||
|
|
// Root
|
|||
|
|
//
|
|||
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.Root.GroupBordersVisible = false;
|
|||
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
|
this.layoutControlItem1,
|
|||
|
|
this.layoutControlItem2});
|
|||
|
|
this.Root.Name = "Root";
|
|||
|
|
this.Root.Size = new System.Drawing.Size(931, 546);
|
|||
|
|
this.Root.TextVisible = false;
|
|||
|
|
//
|
|||
|
|
// layoutControlItem1
|
|||
|
|
//
|
|||
|
|
this.layoutControlItem1.Control = this.simpleButton1;
|
|||
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|||
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(911, 26);
|
|||
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
|
this.layoutControlItem1.TextVisible = false;
|
|||
|
|
//
|
|||
|
|
// layoutControlItem2
|
|||
|
|
//
|
|||
|
|
this.layoutControlItem2.Control = this.richTextBox1;
|
|||
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
|
|||
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(911, 500);
|
|||
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
|
this.layoutControlItem2.TextVisible = false;
|
|||
|
|
//
|
|||
|
|
// xtraTabControl1
|
|||
|
|
//
|
|||
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 34);
|
|||
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|||
|
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
|||
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(937, 575);
|
|||
|
|
this.xtraTabControl1.TabIndex = 3;
|
|||
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|||
|
|
this.xtraTabPage1,
|
|||
|
|
this.xtraTabPage2});
|
|||
|
|
//
|
|||
|
|
// xtraTabPage1
|
|||
|
|
//
|
|||
|
|
this.xtraTabPage1.Controls.Add(this.layoutControl1);
|
|||
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|||
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(931, 546);
|
|||
|
|
this.xtraTabPage1.Text = "xtraTabPage1";
|
|||
|
|
//
|
|||
|
|
// xtraTabPage2
|
|||
|
|
//
|
|||
|
|
this.xtraTabPage2.Controls.Add(this.layoutControl2);
|
|||
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|||
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(931, 546);
|
|||
|
|
this.xtraTabPage2.Text = "xtraTabPage2";
|
|||
|
|
//
|
|||
|
|
// layoutControl2
|
|||
|
|
//
|
|||
|
|
this.layoutControl2.Controls.Add(this.simpleButton3);
|
|||
|
|
this.layoutControl2.Controls.Add(this.gridControl1);
|
|||
|
|
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.layoutControl2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.layoutControl2.Name = "layoutControl2";
|
|||
|
|
this.layoutControl2.Root = this.layoutControlGroup1;
|
|||
|
|
this.layoutControl2.Size = new System.Drawing.Size(931, 546);
|
|||
|
|
this.layoutControl2.TabIndex = 1;
|
|||
|
|
this.layoutControl2.Text = "layoutControl2";
|
|||
|
|
//
|
|||
|
|
// simpleButton3
|
|||
|
|
//
|
|||
|
|
this.simpleButton3.Location = new System.Drawing.Point(12, 12);
|
|||
|
|
this.simpleButton3.Name = "simpleButton3";
|
|||
|
|
this.simpleButton3.Size = new System.Drawing.Size(907, 22);
|
|||
|
|
this.simpleButton3.StyleController = this.layoutControl2;
|
|||
|
|
this.simpleButton3.TabIndex = 5;
|
|||
|
|
this.simpleButton3.Text = "刷新";
|
|||
|
|
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
|
|||
|
|
//
|
|||
|
|
// gridControl1
|
|||
|
|
//
|
|||
|
|
this.gridControl1.Location = new System.Drawing.Point(12, 38);
|
|||
|
|
this.gridControl1.MainView = this.gridView1;
|
|||
|
|
this.gridControl1.Name = "gridControl1";
|
|||
|
|
this.gridControl1.Size = new System.Drawing.Size(907, 496);
|
|||
|
|
this.gridControl1.TabIndex = 0;
|
|||
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gridView1});
|
|||
|
|
//
|
|||
|
|
// gridView1
|
|||
|
|
//
|
|||
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.gridColumn1,
|
|||
|
|
this.gridColumn2,
|
|||
|
|
this.gridColumn3,
|
|||
|
|
this.gridColumn4,
|
|||
|
|
this.gridColumn5,
|
|||
|
|
this.gridColumn6,
|
|||
|
|
this.gridColumn7,
|
|||
|
|
this.gridColumn8});
|
|||
|
|
this.gridView1.GridControl = this.gridControl1;
|
|||
|
|
this.gridView1.Name = "gridView1";
|
|||
|
|
//
|
|||
|
|
// gridColumn1
|
|||
|
|
//
|
|||
|
|
this.gridColumn1.Caption = "gridColumn1";
|
|||
|
|
this.gridColumn1.FieldName = "id";
|
|||
|
|
this.gridColumn1.Name = "gridColumn1";
|
|||
|
|
//
|
|||
|
|
// gridColumn2
|
|||
|
|
//
|
|||
|
|
this.gridColumn2.Caption = "红1";
|
|||
|
|
this.gridColumn2.FieldName = "red1";
|
|||
|
|
this.gridColumn2.Name = "gridColumn2";
|
|||
|
|
this.gridColumn2.Visible = true;
|
|||
|
|
this.gridColumn2.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// gridColumn3
|
|||
|
|
//
|
|||
|
|
this.gridColumn3.Caption = "红2";
|
|||
|
|
this.gridColumn3.FieldName = "red2";
|
|||
|
|
this.gridColumn3.Name = "gridColumn3";
|
|||
|
|
this.gridColumn3.Visible = true;
|
|||
|
|
this.gridColumn3.VisibleIndex = 1;
|
|||
|
|
//
|
|||
|
|
// gridColumn4
|
|||
|
|
//
|
|||
|
|
this.gridColumn4.Caption = "红3";
|
|||
|
|
this.gridColumn4.FieldName = "red3";
|
|||
|
|
this.gridColumn4.Name = "gridColumn4";
|
|||
|
|
this.gridColumn4.Visible = true;
|
|||
|
|
this.gridColumn4.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// gridColumn5
|
|||
|
|
//
|
|||
|
|
this.gridColumn5.Caption = "红4";
|
|||
|
|
this.gridColumn5.FieldName = "red4";
|
|||
|
|
this.gridColumn5.Name = "gridColumn5";
|
|||
|
|
this.gridColumn5.Visible = true;
|
|||
|
|
this.gridColumn5.VisibleIndex = 3;
|
|||
|
|
//
|
|||
|
|
// gridColumn6
|
|||
|
|
//
|
|||
|
|
this.gridColumn6.Caption = "红5";
|
|||
|
|
this.gridColumn6.FieldName = "red5";
|
|||
|
|
this.gridColumn6.Name = "gridColumn6";
|
|||
|
|
this.gridColumn6.Visible = true;
|
|||
|
|
this.gridColumn6.VisibleIndex = 4;
|
|||
|
|
//
|
|||
|
|
// gridColumn7
|
|||
|
|
//
|
|||
|
|
this.gridColumn7.Caption = "红6";
|
|||
|
|
this.gridColumn7.FieldName = "red6";
|
|||
|
|
this.gridColumn7.Name = "gridColumn7";
|
|||
|
|
this.gridColumn7.Visible = true;
|
|||
|
|
this.gridColumn7.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// gridColumn8
|
|||
|
|
//
|
|||
|
|
this.gridColumn8.Caption = "蓝";
|
|||
|
|
this.gridColumn8.FieldName = "blue";
|
|||
|
|
this.gridColumn8.Name = "gridColumn8";
|
|||
|
|
this.gridColumn8.Visible = true;
|
|||
|
|
this.gridColumn8.VisibleIndex = 6;
|
|||
|
|
//
|
|||
|
|
// layoutControlGroup1
|
|||
|
|
//
|
|||
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|||
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
|
this.layoutControlItem3,
|
|||
|
|
this.layoutControlItem5});
|
|||
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|||
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(931, 546);
|
|||
|
|
this.layoutControlGroup1.TextVisible = false;
|
|||
|
|
//
|
|||
|
|
// layoutControlItem3
|
|||
|
|
//
|
|||
|
|
this.layoutControlItem3.Control = this.gridControl1;
|
|||
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
|
|||
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|||
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(911, 500);
|
|||
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
|
this.layoutControlItem3.TextVisible = false;
|
|||
|
|
//
|
|||
|
|
// layoutControlItem5
|
|||
|
|
//
|
|||
|
|
this.layoutControlItem5.Control = this.simpleButton3;
|
|||
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|||
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(911, 26);
|
|||
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
|
this.layoutControlItem5.TextVisible = false;
|
|||
|
|
//
|
|||
|
|
// FrmSSq
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(937, 609);
|
|||
|
|
this.Controls.Add(this.xtraTabControl1);
|
|||
|
|
this.Name = "FrmSSq";
|
|||
|
|
this.Text = "FrmSSq";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmSSq_Load);
|
|||
|
|
this.Controls.SetChildIndex(this.xtraTabControl1, 0);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|||
|
|
this.layoutControl1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|||
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|||
|
|
this.xtraTabPage1.ResumeLayout(false);
|
|||
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
|
|||
|
|
this.layoutControl2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|||
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|||
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|||
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|||
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton3;
|
|||
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
|||
|
|
}
|
|||
|
|
}
|