4 Star 11 Fork 8

鸣飞/BuildH框架代码开发辅助工具

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FrmTableInfo.designer.cs 14.43 KB
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 2019-02-12 16:31 +08:00 . xxx
namespace CodeGenerator.UI
{
partial class FrmTableInfo
{
/// <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();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Comments = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MaxLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsPrimaryKey = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AutoIncrement = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AllowDBNull = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DefaultValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DecimalNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.NetType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.NetJDBC = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JavaType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JavaJDBC = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsNumeric = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsBoolean = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UIControlType = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Id,
this.Comments,
this.Name1,
this.DataType,
this.MaxLength,
this.IsPrimaryKey,
this.AutoIncrement,
this.AllowDBNull,
this.DefaultValue,
this.DecimalNum,
this.NetType,
this.NetJDBC,
this.JavaType,
this.JavaJDBC,
this.IsNumeric,
this.IsDateTime,
this.IsBoolean,
this.UIControlType});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(901, 543);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter);
this.dataGridView1.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowLeave);
this.dataGridView1.MouseHover += new System.EventHandler(this.dataGridView1_MouseHover);
//
// Id
//
this.Id.DataPropertyName = "Id";
this.Id.HeaderText = "编号";
this.Id.Name = "Id";
this.Id.ReadOnly = true;
this.Id.Width = 95;
//
// Comments
//
this.Comments.DataPropertyName = "Comments";
this.Comments.HeaderText = "字段描述";
this.Comments.Name = "Comments";
this.Comments.ReadOnly = true;
this.Comments.Width = 95;
//
// Name1
//
this.Name1.DataPropertyName = "Name";
this.Name1.HeaderText = "名称";
this.Name1.Name = "Name1";
this.Name1.ReadOnly = true;
this.Name1.Width = 95;
//
// DataType
//
this.DataType.DataPropertyName = "DataType";
this.DataType.HeaderText = "字段类型";
this.DataType.Name = "DataType";
this.DataType.ReadOnly = true;
this.DataType.Width = 95;
//
// MaxLength
//
this.MaxLength.DataPropertyName = "MaxLength";
this.MaxLength.HeaderText = "长度";
this.MaxLength.Name = "MaxLength";
this.MaxLength.ReadOnly = true;
this.MaxLength.Width = 95;
//
// IsPrimaryKey
//
this.IsPrimaryKey.DataPropertyName = "IsPrimaryKey";
this.IsPrimaryKey.HeaderText = "主键";
this.IsPrimaryKey.Name = "IsPrimaryKey";
this.IsPrimaryKey.ReadOnly = true;
this.IsPrimaryKey.Width = 94;
//
// AutoIncrement
//
this.AutoIncrement.DataPropertyName = "AutoIncrement";
this.AutoIncrement.HeaderText = "自增";
this.AutoIncrement.Name = "AutoIncrement";
this.AutoIncrement.ReadOnly = true;
this.AutoIncrement.Width = 95;
//
// AllowDBNull
//
this.AllowDBNull.DataPropertyName = "AllowDBNull";
this.AllowDBNull.HeaderText = "可空";
this.AllowDBNull.Name = "AllowDBNull";
this.AllowDBNull.ReadOnly = true;
this.AllowDBNull.Width = 95;
//
// DefaultValue
//
this.DefaultValue.DataPropertyName = "DefaultValue";
this.DefaultValue.HeaderText = "默认值";
this.DefaultValue.Name = "DefaultValue";
this.DefaultValue.ReadOnly = true;
this.DefaultValue.Width = 95;
//
// DecimalNum
//
this.DecimalNum.DataPropertyName = "DecimalNum";
this.DecimalNum.HeaderText = "小数位";
this.DecimalNum.Name = "DecimalNum";
this.DecimalNum.ReadOnly = true;
this.DecimalNum.Visible = false;
//
// NetType
//
this.NetType.DataPropertyName = "NetType";
this.NetType.HeaderText = "Net对象类型";
this.NetType.Name = "NetType";
this.NetType.ReadOnly = true;
this.NetType.Width = 150;
//
// NetJDBC
//
this.NetJDBC.DataPropertyName = "NetJDBC";
this.NetJDBC.HeaderText = "NetJdbc";
this.NetJDBC.Name = "NetJDBC";
this.NetJDBC.ReadOnly = true;
//
// JavaType
//
this.JavaType.DataPropertyName = "JavaType";
this.JavaType.HeaderText = "Java对象类型";
this.JavaType.Name = "JavaType";
this.JavaType.ReadOnly = true;
this.JavaType.Width = 150;
//
// JavaJDBC
//
this.JavaJDBC.DataPropertyName = "JavaJDBC";
this.JavaJDBC.HeaderText = "JavaJdbc";
this.JavaJDBC.Name = "JavaJDBC";
this.JavaJDBC.ReadOnly = true;
//
// IsNumeric
//
this.IsNumeric.DataPropertyName = "IsNumeric";
this.IsNumeric.HeaderText = "数值类型";
this.IsNumeric.Name = "IsNumeric";
this.IsNumeric.ReadOnly = true;
//
// IsDateTime
//
this.IsDateTime.DataPropertyName = "IsDateTime";
this.IsDateTime.HeaderText = "日期类型";
this.IsDateTime.Name = "IsDateTime";
this.IsDateTime.ReadOnly = true;
//
// IsBoolean
//
this.IsBoolean.DataPropertyName = "IsBoolean";
this.IsBoolean.HeaderText = " 布尔类型";
this.IsBoolean.Name = "IsBoolean";
this.IsBoolean.ReadOnly = true;
//
// UIControlType
//
this.UIControlType.DataPropertyName = "UIControlType";
this.UIControlType.HeaderText = "UI控件类型";
this.UIControlType.Name = "UIControlType";
this.UIControlType.ReadOnly = true;
//
// FrmTableInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(901, 543);
this.Controls.Add(this.dataGridView1);
this.Name = "FrmTableInfo";
this.Text = "表基本信息";
this.Load += new System.EventHandler(this.FrmTableInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
private System.Windows.Forms.DataGridViewTextBoxColumn Comments;
private System.Windows.Forms.DataGridViewTextBoxColumn Name1;
private System.Windows.Forms.DataGridViewTextBoxColumn DataType;
private System.Windows.Forms.DataGridViewTextBoxColumn MaxLength;
private System.Windows.Forms.DataGridViewTextBoxColumn IsPrimaryKey;
private System.Windows.Forms.DataGridViewTextBoxColumn AutoIncrement;
private System.Windows.Forms.DataGridViewTextBoxColumn AllowDBNull;
private System.Windows.Forms.DataGridViewTextBoxColumn DefaultValue;
private System.Windows.Forms.DataGridViewTextBoxColumn DecimalNum;
private System.Windows.Forms.DataGridViewTextBoxColumn NetType;
private System.Windows.Forms.DataGridViewTextBoxColumn NetJDBC;
private System.Windows.Forms.DataGridViewTextBoxColumn JavaType;
private System.Windows.Forms.DataGridViewTextBoxColumn JavaJDBC;
private System.Windows.Forms.DataGridViewTextBoxColumn IsNumeric;
private System.Windows.Forms.DataGridViewTextBoxColumn IsDateTime;
private System.Windows.Forms.DataGridViewTextBoxColumn IsBoolean;
private System.Windows.Forms.DataGridViewTextBoxColumn UIControlType;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助