0 Star 0 Fork 0

xu / DataEdit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Form1.Designer.cs 3.11 KB
一键复制 编辑 原始数据 按行查看 历史
xtvj 提交于 2016-05-31 18:11 . 2016053102
namespace DataContextEdit
{
partial class Form1
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.uPager1 = new ZX.UControls.UPager();
this.uDataGridView1 = new ZX.UControls.UDataGridView();
((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).BeginInit();
this.SuspendLayout();
//
// uPager1
//
this.uPager1.AutoSize = true;
this.uPager1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.uPager1.Location = new System.Drawing.Point(0, 340);
this.uPager1.Name = "uPager1";
this.uPager1.nowCount = 0;
this.uPager1.PageIndex = 0;
this.uPager1.PageSize = 50;
this.uPager1.Size = new System.Drawing.Size(710, 25);
this.uPager1.TabIndex = 0;
this.uPager1.totalCount = 0;
//
// uDataGridView1
//
this.uDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.uDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uDataGridView1.Location = new System.Drawing.Point(0, 0);
this.uDataGridView1.Name = "uDataGridView1";
this.uDataGridView1.showLineIndex = true;
this.uDataGridView1.Size = new System.Drawing.Size(710, 340);
this.uDataGridView1.TabIndex = 1;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(710, 365);
this.Controls.Add(this.uDataGridView1);
this.Controls.Add(this.uPager1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
private ZX.UControls.UPager uPager1;
private ZX.UControls.UDataGridView uDataGridView1;
}
}
1
https://gitee.com/xtvj/DataEdit.git
git@gitee.com:xtvj/DataEdit.git
xtvj
DataEdit
DataEdit
master

搜索帮助