📄 newprojectset.cs
字号:
this.label1.TabIndex = 1;
this.label1.Text = "检查存在性";
this.chkGetList.AutoSize = true;
this.chkGetList.Checked = true;
this.chkGetList.CheckState = CheckState.Checked;
this.chkGetList.Location = new Point(0x19, 130);
this.chkGetList.Name = "chkGetList";
this.chkGetList.Size = new Size(0x42, 0x10);
this.chkGetList.TabIndex = 0;
this.chkGetList.Text = "GetList";
this.chkGetList.UseVisualStyleBackColor = true;
this.chkGetModel.AutoSize = true;
this.chkGetModel.Checked = true;
this.chkGetModel.CheckState = CheckState.Checked;
this.chkGetModel.Location = new Point(0x19, 0x6c);
this.chkGetModel.Name = "chkGetModel";
this.chkGetModel.Size = new Size(0x48, 0x10);
this.chkGetModel.TabIndex = 0;
this.chkGetModel.Text = "GetModel";
this.chkGetModel.UseVisualStyleBackColor = true;
this.chkDelete.AutoSize = true;
this.chkDelete.Checked = true;
this.chkDelete.CheckState = CheckState.Checked;
this.chkDelete.Location = new Point(0x19, 0x56);
this.chkDelete.Name = "chkDelete";
this.chkDelete.Size = new Size(60, 0x10);
this.chkDelete.TabIndex = 0;
this.chkDelete.Text = "Delete";
this.chkDelete.UseVisualStyleBackColor = true;
this.chkUpdate.AutoSize = true;
this.chkUpdate.Checked = true;
this.chkUpdate.CheckState = CheckState.Checked;
this.chkUpdate.Location = new Point(0x19, 0x40);
this.chkUpdate.Name = "chkUpdate";
this.chkUpdate.Size = new Size(60, 0x10);
this.chkUpdate.TabIndex = 0;
this.chkUpdate.Text = "Update";
this.chkUpdate.UseVisualStyleBackColor = true;
this.chkAdd.AutoSize = true;
this.chkAdd.Checked = true;
this.chkAdd.CheckState = CheckState.Checked;
this.chkAdd.Location = new Point(0x19, 0x2a);
this.chkAdd.Name = "chkAdd";
this.chkAdd.Size = new Size(0x2a, 0x10);
this.chkAdd.TabIndex = 0;
this.chkAdd.Text = "Add";
this.chkAdd.UseVisualStyleBackColor = true;
this.checkBox8.AutoSize = true;
this.checkBox8.Location = new Point(0x116, 0x2a);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new Size(180, 0x10);
this.checkBox8.TabIndex = 0;
this.checkBox8.Text = "GetMaxID()手工得到最大编号";
this.checkBox8.UseVisualStyleBackColor = true;
this.checkBox7.AutoSize = true;
this.checkBox7.Location = new Point(0xb1, 0x2a);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new Size(0x60, 0x10);
this.checkBox7.TabIndex = 0;
this.checkBox7.Text = "是否有返回值";
this.checkBox7.UseVisualStyleBackColor = true;
this.chkExists.AutoSize = true;
this.chkExists.Checked = true;
this.chkExists.CheckState = CheckState.Checked;
this.chkExists.Location = new Point(0x19, 20);
this.chkExists.Name = "chkExists";
this.chkExists.Size = new Size(60, 0x10);
this.chkExists.TabIndex = 0;
this.chkExists.Text = "Exists";
this.chkExists.UseVisualStyleBackColor = true;
this.groupBox3.Controls.Add(this.checkBox9);
this.groupBox3.Controls.Add(this.textBox1);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.radbtn_DAL_SQL);
this.groupBox3.Controls.Add(this.radbtn_DAL_Param);
this.groupBox3.Controls.Add(this.radbtn_DAL_Proc);
this.groupBox3.Location = new Point(8, 0x100);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new Size(0x1d0, 0x4e);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "数据访问层类型";
this.checkBox9.AutoSize = true;
this.checkBox9.Enabled = false;
this.checkBox9.Location = new Point(0x103, 50);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new Size(0x6c, 0x10);
this.checkBox9.TabIndex = 6;
this.checkBox9.Text = "使用企业库方式";
this.checkBox9.UseVisualStyleBackColor = true;
this.textBox1.Location = new Point(0x8b, 0x30);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new Size(100, 0x15);
this.textBox1.TabIndex = 5;
this.textBox1.Text = "DbHelperSQL";
this.label6.AutoSize = true;
this.label6.Location = new Point(0x1b, 0x34);
this.label6.Name = "label6";
this.label6.Size = new Size(0x71, 12);
this.label6.TabIndex = 4;
this.label6.Text = "数据访问基础类名:";
this.radbtn_DAL_SQL.Location = new Point(0x1d, 0x12);
this.radbtn_DAL_SQL.Name = "radbtn_DAL_SQL";
this.radbtn_DAL_SQL.Size = new Size(0x60, 0x18);
this.radbtn_DAL_SQL.TabIndex = 3;
this.radbtn_DAL_SQL.Text = "基于SQL语句";
this.radbtn_DAL_Param.Checked = true;
this.radbtn_DAL_Param.Location = new Point(130, 0x12);
this.radbtn_DAL_Param.Name = "radbtn_DAL_Param";
this.radbtn_DAL_Param.Size = new Size(0x80, 0x18);
this.radbtn_DAL_Param.TabIndex = 2;
this.radbtn_DAL_Param.TabStop = true;
this.radbtn_DAL_Param.Text = "基于Parameter参数";
this.radbtn_DAL_Proc.Location = new Point(0x107, 0x12);
this.radbtn_DAL_Proc.Name = "radbtn_DAL_Proc";
this.radbtn_DAL_Proc.Size = new Size(0x68, 0x18);
this.radbtn_DAL_Proc.TabIndex = 1;
this.radbtn_DAL_Proc.Text = "基于存储过程";
this.groupBox4.Location = new Point(13, 0x156);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new Size(450, 4);
this.groupBox4.TabIndex = 10;
this.groupBox4.TabStop = false;
this.btn_Build.Location = new Point(0x129, 0x164);
this.btn_Build.Name = "btn_Build";
this.btn_Build.Size = new Size(0x4b, 0x17);
this.btn_Build.TabIndex = 11;
this.btn_Build.Text = "开始生成";
this.btn_Build.UseVisualStyleBackColor = true;
this.btn_Build.Click += new EventHandler(this.btn_Build_Click);
this.btn_Pri.Location = new Point(0xd8, 0x164);
this.btn_Pri.Name = "btn_Pri";
this.btn_Pri.Size = new Size(0x4b, 0x17);
this.btn_Pri.TabIndex = 11;
this.btn_Pri.Text = "上一步";
this.btn_Pri.UseVisualStyleBackColor = true;
this.btn_Pri.Click += new EventHandler(this.btn_Pri_Click);
this.btn_Cancel.Location = new Point(0x17a, 0x164);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new Size(0x4b, 0x17);
this.btn_Cancel.TabIndex = 11;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new EventHandler(this.btn_Cancel_Click);
base.AutoScaleDimensions = new SizeF(6f, 12f);
base.AutoScaleMode = AutoScaleMode.Font;
base.ClientSize = new Size(480, 0x185);
base.Controls.Add(this.btn_Pri);
base.Controls.Add(this.btn_Cancel);
base.Controls.Add(this.btn_Build);
base.Controls.Add(this.groupBox4);
base.Controls.Add(this.groupBox3);
base.Controls.Add(this.groupBox2);
base.Controls.Add(this.groupBox1);
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "NewProjectSet";
base.ShowIcon = false;
this.Text = "代码生成设置";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
base.ResumeLayout(false);
}
public string FrameWork
{
get
{
return this._framework;
}
set
{
this._framework = value;
}
}
public string OutPath
{
get
{
return this._outpath;
}
set
{
this._outpath = value;
}
}
public string ProName
{
get
{
return this._proname;
}
set
{
this._proname = value;
}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -