285 lines
13 KiB
C#
285 lines
13 KiB
C#
namespace AntdUIDemo.Views
|
||
{
|
||
partial class TableDemo
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.stackPanel1 = new AntdUI.StackPanel();
|
||
this.table_base = new AntdUI.Table();
|
||
this.flowPanel1 = new AntdUI.FlowPanel();
|
||
this.checkbox5 = new AntdUI.Checkbox();
|
||
this.checkbox4 = new AntdUI.Checkbox();
|
||
this.checkbox3 = new AntdUI.Checkbox();
|
||
this.checkbox2 = new AntdUI.Checkbox();
|
||
this.checkbox6 = new AntdUI.Checkbox();
|
||
this.checkbox1 = new AntdUI.Checkbox();
|
||
this.flowPanel3 = new AntdUI.FlowPanel();
|
||
this.buttonDEL = new AntdUI.Button();
|
||
this.buttonADD = new AntdUI.Button();
|
||
this.label3 = new AntdUI.Label();
|
||
this.divider1 = new AntdUI.Divider();
|
||
this.label2 = new AntdUI.Label();
|
||
this.label1 = new AntdUI.Label();
|
||
this.label4 = new AntdUI.Label();
|
||
this.buttonCZ = new AntdUI.Button();
|
||
this.stackPanel1.SuspendLayout();
|
||
this.flowPanel1.SuspendLayout();
|
||
this.flowPanel3.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// stackPanel1
|
||
//
|
||
this.stackPanel1.Controls.Add(this.label4);
|
||
this.stackPanel1.Controls.Add(this.table_base);
|
||
this.stackPanel1.Controls.Add(this.flowPanel1);
|
||
this.stackPanel1.Controls.Add(this.flowPanel3);
|
||
this.stackPanel1.Controls.Add(this.label3);
|
||
this.stackPanel1.Controls.Add(this.divider1);
|
||
this.stackPanel1.Controls.Add(this.label2);
|
||
this.stackPanel1.Controls.Add(this.label1);
|
||
this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.stackPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.stackPanel1.Name = "stackPanel1";
|
||
this.stackPanel1.Size = new System.Drawing.Size(700, 770);
|
||
this.stackPanel1.TabIndex = 0;
|
||
this.stackPanel1.Text = "stackPanel1";
|
||
this.stackPanel1.Vertical = true;
|
||
//
|
||
// table_base
|
||
//
|
||
this.table_base.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.table_base.Location = new System.Drawing.Point(3, 199);
|
||
this.table_base.Name = "table_base";
|
||
this.table_base.Size = new System.Drawing.Size(694, 304);
|
||
this.table_base.TabIndex = 30;
|
||
this.table_base.Text = "table1";
|
||
//
|
||
// flowPanel1
|
||
//
|
||
this.flowPanel1.Controls.Add(this.checkbox5);
|
||
this.flowPanel1.Controls.Add(this.checkbox4);
|
||
this.flowPanel1.Controls.Add(this.checkbox3);
|
||
this.flowPanel1.Controls.Add(this.checkbox2);
|
||
this.flowPanel1.Controls.Add(this.checkbox6);
|
||
this.flowPanel1.Controls.Add(this.checkbox1);
|
||
this.flowPanel1.Location = new System.Drawing.Point(3, 171);
|
||
this.flowPanel1.Name = "flowPanel1";
|
||
this.flowPanel1.Size = new System.Drawing.Size(694, 22);
|
||
this.flowPanel1.TabIndex = 29;
|
||
this.flowPanel1.Text = "flowPanel1";
|
||
//
|
||
// checkbox5
|
||
//
|
||
this.checkbox5.AutoCheck = true;
|
||
this.checkbox5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.checkbox5.Location = new System.Drawing.Point(466, 0);
|
||
this.checkbox5.Margin = new System.Windows.Forms.Padding(0);
|
||
this.checkbox5.Name = "checkbox5";
|
||
this.checkbox5.Size = new System.Drawing.Size(66, 20);
|
||
this.checkbox5.TabIndex = 21;
|
||
this.checkbox5.Text = "排序";
|
||
//
|
||
// checkbox4
|
||
//
|
||
this.checkbox4.AutoCheck = true;
|
||
this.checkbox4.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.checkbox4.Location = new System.Drawing.Point(388, 0);
|
||
this.checkbox4.Margin = new System.Windows.Forms.Padding(0);
|
||
this.checkbox4.Name = "checkbox4";
|
||
this.checkbox4.Size = new System.Drawing.Size(78, 20);
|
||
this.checkbox4.TabIndex = 20;
|
||
this.checkbox4.Text = "奇偶列";
|
||
//
|
||
// checkbox3
|
||
//
|
||
this.checkbox3.AutoCheck = true;
|
||
this.checkbox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.checkbox3.Location = new System.Drawing.Point(285, 0);
|
||
this.checkbox3.Margin = new System.Windows.Forms.Padding(0);
|
||
this.checkbox3.Name = "checkbox3";
|
||
this.checkbox3.Size = new System.Drawing.Size(103, 20);
|
||
this.checkbox3.TabIndex = 19;
|
||
this.checkbox3.Text = "显示列边框";
|
||
//
|
||
// checkbox2
|
||
//
|
||
this.checkbox2.AutoCheck = true;
|
||
this.checkbox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.checkbox2.Location = new System.Drawing.Point(182, 0);
|
||
this.checkbox2.Margin = new System.Windows.Forms.Padding(0);
|
||
this.checkbox2.Name = "checkbox2";
|
||
this.checkbox2.Size = new System.Drawing.Size(103, 20);
|
||
this.checkbox2.TabIndex = 18;
|
||
this.checkbox2.Text = "列拖拽排序";
|
||
//
|
||
// checkbox6
|
||
//
|
||
this.checkbox6.AutoCheck = true;
|
||
this.checkbox6.Checked = true;
|
||
this.checkbox6.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.checkbox6.Location = new System.Drawing.Point(91, 0);
|
||
this.checkbox6.Margin = new System.Windows.Forms.Padding(0);
|
||
this.checkbox6.Name = "checkbox6";
|
||
this.checkbox6.Size = new System.Drawing.Size(91, 20);
|
||
this.checkbox6.TabIndex = 17;
|
||
this.checkbox6.Text = "显示表头";
|
||
//
|
||
// checkbox1
|
||
//
|
||
this.checkbox1.AutoCheck = true;
|
||
this.checkbox1.Checked = true;
|
||
this.checkbox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
||
this.checkbox1.Location = new System.Drawing.Point(0, 0);
|
||
this.checkbox1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.checkbox1.Name = "checkbox1";
|
||
this.checkbox1.Size = new System.Drawing.Size(91, 20);
|
||
this.checkbox1.TabIndex = 12;
|
||
this.checkbox1.Text = "固定表头";
|
||
//
|
||
// flowPanel3
|
||
//
|
||
this.flowPanel3.Controls.Add(this.buttonCZ);
|
||
this.flowPanel3.Controls.Add(this.buttonDEL);
|
||
this.flowPanel3.Controls.Add(this.buttonADD);
|
||
this.flowPanel3.Location = new System.Drawing.Point(3, 127);
|
||
this.flowPanel3.Name = "flowPanel3";
|
||
this.flowPanel3.Size = new System.Drawing.Size(694, 38);
|
||
this.flowPanel3.TabIndex = 27;
|
||
this.flowPanel3.Text = "flowPanel3";
|
||
//
|
||
// buttonDEL
|
||
//
|
||
this.buttonDEL.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.buttonDEL.Location = new System.Drawing.Point(89, 3);
|
||
this.buttonDEL.Name = "buttonDEL";
|
||
this.buttonDEL.Size = new System.Drawing.Size(80, 32);
|
||
this.buttonDEL.TabIndex = 5;
|
||
this.buttonDEL.Text = "删除";
|
||
this.buttonDEL.Type = AntdUI.TTypeMini.Error;
|
||
this.buttonDEL.WaveSize = 0;
|
||
//
|
||
// buttonADD
|
||
//
|
||
this.buttonADD.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.buttonADD.Location = new System.Drawing.Point(3, 3);
|
||
this.buttonADD.Name = "buttonADD";
|
||
this.buttonADD.Size = new System.Drawing.Size(80, 32);
|
||
this.buttonADD.TabIndex = 2;
|
||
this.buttonADD.Text = "新增";
|
||
this.buttonADD.Type = AntdUI.TTypeMini.Primary;
|
||
this.buttonADD.WaveSize = 0;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.Location = new System.Drawing.Point(3, 97);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(694, 24);
|
||
this.label3.TabIndex = 24;
|
||
this.label3.Text = "基本用法";
|
||
//
|
||
// divider1
|
||
//
|
||
this.divider1.Location = new System.Drawing.Point(3, 79);
|
||
this.divider1.Name = "divider1";
|
||
this.divider1.Size = new System.Drawing.Size(694, 12);
|
||
this.divider1.TabIndex = 23;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.Location = new System.Drawing.Point(3, 49);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(694, 24);
|
||
this.label2.TabIndex = 22;
|
||
this.label2.Text = "展示行列数据。";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(3, 3);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(694, 40);
|
||
this.label1.TabIndex = 21;
|
||
this.label1.Text = "Table 表格";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(3, 509);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(694, 24);
|
||
this.label4.TabIndex = 31;
|
||
this.label4.Text = "分页";
|
||
//
|
||
// buttonCZ
|
||
//
|
||
this.buttonCZ.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.buttonCZ.Location = new System.Drawing.Point(175, 3);
|
||
this.buttonCZ.Name = "buttonCZ";
|
||
this.buttonCZ.Size = new System.Drawing.Size(80, 32);
|
||
this.buttonCZ.TabIndex = 6;
|
||
this.buttonCZ.Text = "重置";
|
||
this.buttonCZ.Type = AntdUI.TTypeMini.Warn;
|
||
this.buttonCZ.WaveSize = 0;
|
||
//
|
||
// TableDemo
|
||
//
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||
this.Controls.Add(this.stackPanel1);
|
||
this.Name = "TableDemo";
|
||
this.Size = new System.Drawing.Size(700, 770);
|
||
this.stackPanel1.ResumeLayout(false);
|
||
this.flowPanel1.ResumeLayout(false);
|
||
this.flowPanel3.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AntdUI.StackPanel stackPanel1;
|
||
private AntdUI.Divider divider1;
|
||
private AntdUI.Label label2;
|
||
private AntdUI.Label label1;
|
||
private AntdUI.Label label3;
|
||
private AntdUI.FlowPanel flowPanel3;
|
||
private AntdUI.Button buttonADD;
|
||
private AntdUI.Button buttonDEL;
|
||
private AntdUI.Table table_base;
|
||
private AntdUI.FlowPanel flowPanel1;
|
||
private AntdUI.Checkbox checkbox6;
|
||
private AntdUI.Checkbox checkbox1;
|
||
private AntdUI.Checkbox checkbox5;
|
||
private AntdUI.Checkbox checkbox4;
|
||
private AntdUI.Checkbox checkbox3;
|
||
private AntdUI.Checkbox checkbox2;
|
||
private AntdUI.Label label4;
|
||
private AntdUI.Button buttonCZ;
|
||
}
|
||
}
|