157 lines
11 KiB
C#
157 lines
11 KiB
C#
|
|
namespace Sunny.UI.Demo
|
|
{
|
|
partial class FDataGridView
|
|
{
|
|
/// <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();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.uiDataGridViewFooter1 = new Sunny.UI.UIDataGridViewFooter();
|
|
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
|
|
this.uiPagination1 = new Sunny.UI.UIPagination();
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// uiDataGridViewFooter1
|
|
//
|
|
this.uiDataGridViewFooter1.DataGridView = this.uiDataGridView1;
|
|
this.uiDataGridViewFooter1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.uiDataGridViewFooter1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.uiDataGridViewFooter1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiDataGridViewFooter1.Location = new System.Drawing.Point(0, 386);
|
|
this.uiDataGridViewFooter1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiDataGridViewFooter1.Name = "uiDataGridViewFooter1";
|
|
this.uiDataGridViewFooter1.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
|
|
this.uiDataGridViewFooter1.RectSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.uiDataGridViewFooter1.Size = new System.Drawing.Size(800, 29);
|
|
this.uiDataGridViewFooter1.TabIndex = 5;
|
|
this.uiDataGridViewFooter1.Text = "uiDataGridViewFooter1";
|
|
//
|
|
// uiDataGridView1
|
|
//
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiDataGridView1.EnableHeadersVisualStyles = false;
|
|
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
this.uiDataGridView1.Location = new System.Drawing.Point(0, 35);
|
|
this.uiDataGridView1.Name = "uiDataGridView1";
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
this.uiDataGridView1.RowTemplate.Height = 23;
|
|
this.uiDataGridView1.SelectedIndex = -1;
|
|
this.uiDataGridView1.ShowGridLine = true;
|
|
this.uiDataGridView1.Size = new System.Drawing.Size(800, 351);
|
|
this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.uiDataGridView1.TabIndex = 6;
|
|
//
|
|
// uiPagination1
|
|
//
|
|
this.uiPagination1.ActivePage = 20;
|
|
this.uiPagination1.CausesValidation = false;
|
|
this.uiPagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.uiPagination1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.uiPagination1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiPagination1.Location = new System.Drawing.Point(0, 415);
|
|
this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPagination1.Name = "uiPagination1";
|
|
this.uiPagination1.PagerCount = 11;
|
|
this.uiPagination1.PageSize = 50;
|
|
this.uiPagination1.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
|
|
this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
|
|
this.uiPagination1.Size = new System.Drawing.Size(800, 35);
|
|
this.uiPagination1.TabIndex = 4;
|
|
this.uiPagination1.Text = "uiDataGridPage1";
|
|
this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiPagination1.TotalCount = 40000;
|
|
this.uiPagination1.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.uiPagination1_PageChanged);
|
|
//
|
|
// FDataGridView
|
|
//
|
|
this.AllowShowTitle = true;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.uiDataGridView1);
|
|
this.Controls.Add(this.uiDataGridViewFooter1);
|
|
this.Controls.Add(this.uiPagination1);
|
|
this.Name = "FDataGridView";
|
|
this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
|
|
this.ShowTitle = true;
|
|
this.Symbol = 61646;
|
|
this.Text = "DataGridView";
|
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private UIDataGridViewFooter uiDataGridViewFooter1;
|
|
private UIPagination uiPagination1;
|
|
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
private UIDataGridView uiDataGridView1;
|
|
}
|
|
} |