📄 frmmain.designer.cs
字号:
namespace MVC
{
partial class FrmMain
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.txtPfDeclare = new System.Windows.Forms.TextBox();
this.dgvPf = new System.Windows.Forms.DataGridView();
this.btnCreateCode = new System.Windows.Forms.Button();
this.txtPfBody = new System.Windows.Forms.TextBox();
this.cobPkg = new System.Windows.Forms.ComboBox();
this.lblPk = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtReadMe = new System.Windows.Forms.TextBox();
this.btnCopy = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvPf)).BeginInit();
this.SuspendLayout();
//
// txtPfDeclare
//
this.txtPfDeclare.Location = new System.Drawing.Point(35, 146);
this.txtPfDeclare.Name = "txtPfDeclare";
this.txtPfDeclare.Size = new System.Drawing.Size(672, 21);
this.txtPfDeclare.TabIndex = 2;
//
// dgvPf
//
this.dgvPf.AllowUserToAddRows = false;
this.dgvPf.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Silver;
this.dgvPf.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvPf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPf.Location = new System.Drawing.Point(222, 12);
this.dgvPf.Name = "dgvPf";
this.dgvPf.RowTemplate.Height = 23;
this.dgvPf.Size = new System.Drawing.Size(485, 119);
this.dgvPf.TabIndex = 3;
this.dgvPf.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPf_CellClick);
this.dgvPf.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPf_CellContentClick);
//
// btnCreateCode
//
this.btnCreateCode.Location = new System.Drawing.Point(35, 186);
this.btnCreateCode.Name = "btnCreateCode";
this.btnCreateCode.Size = new System.Drawing.Size(75, 23);
this.btnCreateCode.TabIndex = 4;
this.btnCreateCode.Text = "产生代码";
this.btnCreateCode.UseVisualStyleBackColor = true;
this.btnCreateCode.Click += new System.EventHandler(this.btnCreateCode_Click);
//
// txtPfBody
//
this.txtPfBody.Location = new System.Drawing.Point(154, 186);
this.txtPfBody.MaxLength = 327670;
this.txtPfBody.Multiline = true;
this.txtPfBody.Name = "txtPfBody";
this.txtPfBody.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtPfBody.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtPfBody.Size = new System.Drawing.Size(553, 247);
this.txtPfBody.TabIndex = 6;
//
// cobPkg
//
this.cobPkg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cobPkg.FormattingEnabled = true;
this.cobPkg.Location = new System.Drawing.Point(35, 54);
this.cobPkg.Name = "cobPkg";
this.cobPkg.Size = new System.Drawing.Size(152, 22);
this.cobPkg.TabIndex = 9;
this.cobPkg.SelectedIndexChanged += new System.EventHandler(this.cobPkg_SelectedIndexChanged);
//
// lblPk
//
this.lblPk.AutoSize = true;
this.lblPk.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPk.Location = new System.Drawing.Point(32, 25);
this.lblPk.Name = "lblPk";
this.lblPk.Size = new System.Drawing.Size(56, 16);
this.lblPk.TabIndex = 10;
this.lblPk.Text = "包名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(32, 115);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 16);
this.label1.TabIndex = 11;
this.label1.Text = "过程声明:";
//
// txtReadMe
//
this.txtReadMe.Location = new System.Drawing.Point(35, 260);
this.txtReadMe.MaxLength = 327670;
this.txtReadMe.Multiline = true;
this.txtReadMe.Name = "txtReadMe";
this.txtReadMe.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtReadMe.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtReadMe.Size = new System.Drawing.Size(110, 173);
this.txtReadMe.TabIndex = 12;
this.txtReadMe.Text = "存储过程\r\n可使用的\r\n数据类型\r\n\r\n\r\nVARCHAR2\r\nNUMBER\r\nDATE\r\nREF_CURSOR";
//
// btnCopy
//
this.btnCopy.Location = new System.Drawing.Point(35, 231);
this.btnCopy.Name = "btnCopy";
this.btnCopy.Size = new System.Drawing.Size(75, 23);
this.btnCopy.TabIndex = 13;
this.btnCopy.Text = "拷贝";
this.btnCopy.UseVisualStyleBackColor = true;
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(752, 445);
this.Controls.Add(this.btnCopy);
this.Controls.Add(this.txtReadMe);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblPk);
this.Controls.Add(this.cobPkg);
this.Controls.Add(this.txtPfBody);
this.Controls.Add(this.btnCreateCode);
this.Controls.Add(this.dgvPf);
this.Controls.Add(this.txtPfDeclare);
this.Name = "FrmMain";
this.Text = "C#数据库访问代码自动生成程序";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvPf)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtPfDeclare;
private System.Windows.Forms.DataGridView dgvPf;
private System.Windows.Forms.Button btnCreateCode;
private System.Windows.Forms.TextBox txtPfBody;
private System.Windows.Forms.ComboBox cobPkg;
private System.Windows.Forms.Label lblPk;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtReadMe;
private System.Windows.Forms.Button btnCopy;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -