namespace AntdUIDemo.Views
{
partial class TableDemo
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
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.button5 = new AntdUI.Button();
this.button2 = 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.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.button5);
this.flowPanel3.Controls.Add(this.button2);
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";
//
// button5
//
this.button5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.Location = new System.Drawing.Point(89, 3);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(80, 32);
this.button5.TabIndex = 5;
this.button5.Text = "删除";
this.button5.Type = AntdUI.TTypeMini.Error;
this.button5.WaveSize = 0;
//
// button2
//
this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(3, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(80, 32);
this.button2.TabIndex = 2;
this.button2.Text = "新增";
this.button2.Type = AntdUI.TTypeMini.Primary;
this.button2.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 = "分页";
//
// 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 button2;
private AntdUI.Button button5;
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;
}
}