⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 codemaker.cs

📁 通过数据库结构自动 生成三层结构代码,相当不错的一款软件
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.radbtn_F3_BLL.Location = new Point(0x156, 0x12);
            this.radbtn_F3_BLL.Name = "radbtn_F3_BLL";
            this.radbtn_F3_BLL.Size = new Size(0x29, 0x10);
            this.radbtn_F3_BLL.TabIndex = 0;
            this.radbtn_F3_BLL.Text = "BLL";
            this.radbtn_F3_BLL.UseVisualStyleBackColor = true;
            this.radbtn_F3_BLL.Click += new EventHandler(this.radbtn_F3_Click);
            this.radbtn_F3_DALFactory.AutoSize = true;
            this.radbtn_F3_DALFactory.Location = new Point(0xf4, 0x12);
            this.radbtn_F3_DALFactory.Name = "radbtn_F3_DALFactory";
            this.radbtn_F3_DALFactory.Size = new Size(0x53, 0x10);
            this.radbtn_F3_DALFactory.TabIndex = 0;
            this.radbtn_F3_DALFactory.Text = "DALFactory";
            this.radbtn_F3_DALFactory.UseVisualStyleBackColor = true;
            this.radbtn_F3_DALFactory.Click += new EventHandler(this.radbtn_F3_Click);
            this.radbtn_F3_IDAL.AutoSize = true;
            this.radbtn_F3_IDAL.Location = new Point(0xb6, 0x12);
            this.radbtn_F3_IDAL.Name = "radbtn_F3_IDAL";
            this.radbtn_F3_IDAL.Size = new Size(0x2f, 0x10);
            this.radbtn_F3_IDAL.TabIndex = 0;
            this.radbtn_F3_IDAL.Text = "IDAL";
            this.radbtn_F3_IDAL.UseVisualStyleBackColor = true;
            this.radbtn_F3_IDAL.Click += new EventHandler(this.radbtn_F3_Click);
            this.radbtn_F3_DAL.AutoSize = true;
            this.radbtn_F3_DAL.Location = new Point(0x7e, 0x12);
            this.radbtn_F3_DAL.Name = "radbtn_F3_DAL";
            this.radbtn_F3_DAL.Size = new Size(0x29, 0x10);
            this.radbtn_F3_DAL.TabIndex = 0;
            this.radbtn_F3_DAL.Text = "DAL";
            this.radbtn_F3_DAL.UseVisualStyleBackColor = true;
            this.radbtn_F3_DAL.Click += new EventHandler(this.radbtn_F3_Click);
            this.radbtn_F3_Model.AutoSize = true;
            this.radbtn_F3_Model.Checked = true;
            this.radbtn_F3_Model.Location = new Point(0x3a, 0x12);
            this.radbtn_F3_Model.Name = "radbtn_F3_Model";
            this.radbtn_F3_Model.Size = new Size(0x35, 0x10);
            this.radbtn_F3_Model.TabIndex = 0;
            this.radbtn_F3_Model.TabStop = true;
            this.radbtn_F3_Model.Text = "Model";
            this.radbtn_F3_Model.UseVisualStyleBackColor = true;
            this.radbtn_F3_Model.Click += new EventHandler(this.radbtn_F3_Click);
            this.groupBox_FrameSel.Controls.Add(this.radbtn_Frame_F3);
            this.groupBox_FrameSel.Controls.Add(this.radbtn_Frame_S3);
            this.groupBox_FrameSel.Controls.Add(this.radbtn_Frame_One);
            this.groupBox_FrameSel.Dock = DockStyle.Top;
            this.groupBox_FrameSel.Location = new Point(0, 0x112);
            this.groupBox_FrameSel.Name = "groupBox_FrameSel";
            this.groupBox_FrameSel.Size = new Size(610, 40);
            this.groupBox_FrameSel.TabIndex = 4;
            this.groupBox_FrameSel.TabStop = false;
            this.groupBox_FrameSel.Text = "架构选择";
            this.radbtn_Frame_F3.AutoSize = true;
            this.radbtn_Frame_F3.Checked = true;
            this.radbtn_Frame_F3.Location = new Point(0x107, 0x10);
            this.radbtn_Frame_F3.Name = "radbtn_Frame_F3";
            this.radbtn_Frame_F3.Size = new Size(0x5f, 0x10);
            this.radbtn_Frame_F3.TabIndex = 0;
            this.radbtn_Frame_F3.TabStop = true;
            this.radbtn_Frame_F3.Text = "工厂模式三层";
            this.radbtn_Frame_F3.UseVisualStyleBackColor = true;
            this.radbtn_Frame_F3.Click += new EventHandler(this.radbtn_Frame_Click);
            this.radbtn_Frame_S3.AutoSize = true;
            this.radbtn_Frame_S3.Location = new Point(0x9f, 0x10);
            this.radbtn_Frame_S3.Name = "radbtn_Frame_S3";
            this.radbtn_Frame_S3.Size = new Size(0x47, 0x10);
            this.radbtn_Frame_S3.TabIndex = 0;
            this.radbtn_Frame_S3.Text = "简单三层";
            this.radbtn_Frame_S3.UseVisualStyleBackColor = true;
            this.radbtn_Frame_S3.Click += new EventHandler(this.radbtn_Frame_Click);
            this.radbtn_Frame_One.AutoSize = true;
            this.radbtn_Frame_One.Location = new Point(0x3a, 0x10);
            this.radbtn_Frame_One.Name = "radbtn_Frame_One";
            this.radbtn_Frame_One.Size = new Size(0x47, 0x10);
            this.radbtn_Frame_One.TabIndex = 0;
            this.radbtn_Frame_One.Text = "单类结构";
            this.radbtn_Frame_One.UseVisualStyleBackColor = true;
            this.radbtn_Frame_One.Click += new EventHandler(this.radbtn_Frame_Click);
            this.groupBox_DB.Controls.Add(this.chk_DB_GetList);
            this.groupBox_DB.Controls.Add(this.chk_DB_GetModel);
            this.groupBox_DB.Controls.Add(this.chk_DB_Delete);
            this.groupBox_DB.Controls.Add(this.chk_DB_Update);
            this.groupBox_DB.Controls.Add(this.chk_DB_Add);
            this.groupBox_DB.Controls.Add(this.chk_DB_Exists);
            this.groupBox_DB.Controls.Add(this.chk_DB_GetMaxID);
            this.groupBox_DB.Controls.Add(this.txtTabname);
            this.groupBox_DB.Controls.Add(this.txtProcPrefix);
            this.groupBox_DB.Controls.Add(this.label6);
            this.groupBox_DB.Controls.Add(this.label7);
            this.groupBox_DB.Controls.Add(this.label5);
            this.groupBox_DB.Controls.Add(this.radbtn_DB_DDL);
            this.groupBox_DB.Controls.Add(this.radbtn_DB_Proc);
            this.groupBox_DB.Dock = DockStyle.Top;
            this.groupBox_DB.Location = new Point(0, 0xac);
            this.groupBox_DB.Name = "groupBox_DB";
            this.groupBox_DB.Size = new Size(610, 0x66);
            this.groupBox_DB.TabIndex = 3;
            this.groupBox_DB.TabStop = false;
            this.groupBox_DB.Text = "数据库脚本";
            this.chk_DB_GetList.AutoSize = true;
            this.chk_DB_GetList.Checked = true;
            this.chk_DB_GetList.CheckState = CheckState.Checked;
            this.chk_DB_GetList.Location = new Point(0x1e6, 0x4d);
            this.chk_DB_GetList.Name = "chk_DB_GetList";
            this.chk_DB_GetList.Size = new Size(0x42, 0x10);
            this.chk_DB_GetList.TabIndex = 3;
            this.chk_DB_GetList.Text = "GetList";
            this.chk_DB_GetList.UseVisualStyleBackColor = true;
            this.chk_DB_GetModel.AutoSize = true;
            this.chk_DB_GetModel.Checked = true;
            this.chk_DB_GetModel.CheckState = CheckState.Checked;
            this.chk_DB_GetModel.Location = new Point(0x19c, 0x4d);
            this.chk_DB_GetModel.Name = "chk_DB_GetModel";
            this.chk_DB_GetModel.Size = new Size(0x48, 0x10);
            this.chk_DB_GetModel.TabIndex = 3;
            this.chk_DB_GetModel.Text = "GetModel";
            this.chk_DB_GetModel.UseVisualStyleBackColor = true;
            this.chk_DB_Delete.AutoSize = true;
            this.chk_DB_Delete.Checked = true;
            this.chk_DB_Delete.CheckState = CheckState.Checked;
            this.chk_DB_Delete.Location = new Point(350, 0x4d);
            this.chk_DB_Delete.Name = "chk_DB_Delete";
            this.chk_DB_Delete.Size = new Size(60, 0x10);
            this.chk_DB_Delete.TabIndex = 3;
            this.chk_DB_Delete.Text = "Delete";
            this.chk_DB_Delete.UseVisualStyleBackColor = true;
            this.chk_DB_Update.AutoSize = true;
            this.chk_DB_Update.Checked = true;
            this.chk_DB_Update.CheckState = CheckState.Checked;
            this.chk_DB_Update.Location = new Point(0x120, 0x4d);
            this.chk_DB_Update.Name = "chk_DB_Update";
            this.chk_DB_Update.Size = new Size(60, 0x10);
            this.chk_DB_Update.TabIndex = 3;
            this.chk_DB_Update.Text = "Update";
            this.chk_DB_Update.UseVisualStyleBackColor = true;
            this.chk_DB_Add.AutoSize = true;
            this.chk_DB_Add.Checked = true;
            this.chk_DB_Add.CheckState = CheckState.Checked;
            this.chk_DB_Add.Location = new Point(0xf4, 0x4d);
            this.chk_DB_Add.Name = "chk_DB_Add";
            this.chk_DB_Add.Size = new Size(0x2a, 0x10);
            this.chk_DB_Add.TabIndex = 3;
            this.chk_DB_Add.Text = "Add";
            this.chk_DB_Add.UseVisualStyleBackColor = true;
            this.chk_DB_Exists.AutoSize = true;
            this.chk_DB_Exists.Checked = true;
            this.chk_DB_Exists.CheckState = CheckState.Checked;
            this.chk_DB_Exists.Location = new Point(0xb6, 0x4d);
            this.chk_DB_Exists.Name = "chk_DB_Exists";
            this.chk_DB_Exists.Size = new Size(60, 0x10);
            this.chk_DB_Exists.TabIndex = 3;
            this.chk_DB_Exists.Text = "Exists";
            this.chk_DB_Exists.UseVisualStyleBackColor = true;
            this.chk_DB_GetMaxID.AutoSize = true;
            this.chk_DB_GetMaxID.Checked = true;
            this.chk_DB_GetMaxID.CheckState = CheckState.Checked;
            this.chk_DB_GetMaxID.Location = new Point(0x6c, 0x4d);
            this.chk_DB_GetMaxID.Name = "chk_DB_GetMaxID";
            this.chk_DB_GetMaxID.Size = new Size(0x48, 0x10);
            this.chk_DB_GetMaxID.TabIndex = 3;
            this.chk_DB_GetMaxID.Text = "GetMaxID";
            this.chk_DB_GetMaxID.UseVisualStyleBackColor = true;
            this.txtTabname.Location = new Point(0xc9, 0x31);
            this.txtTabname.Name = "txtTabname";
            this.txtTabname.Size = new Size(0x4b, 0x15);
            this.txtTabname.TabIndex = 2;
            this.txtProcPrefix.Location = new Point(0x6c, 0x30);
            this.txtProcPrefix.Name = "txtProcPrefix";
            this.txtProcPrefix.Size = new Size(0x4b, 0x15);
            this.txtProcPrefix.TabIndex = 2;
            this.txtProcPrefix.Text = "UP_";
            this.label6.AutoSize = true;
            this.label6.Location = new Point(20, 0x4f);
            this.label6.Name = "label6";
            this.label6.Size = new Size(0x59, 12);
            this.label6.TabIndex = 1;
            this.label6.Text = "存储过程方法:";
            this.label7.AutoSize = true;
            this.label7.Location = new Point(0xbb, 0x34);
            this.label7.Name = "label7";
            this.label7.Size = new Size(11, 12);
            this.label7.TabIndex = 1;
            this.label7.Text = "+";
            this.label5.AutoSize = true;
            this.label5.Location = new Point(20, 0x34);
            this.label5.Name = "label5";
            this.label5.Size = new Size(0x59, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "存储过程前缀:";
            this.radbtn_DB_DDL.AutoSize = true;
            this.radbtn_DB_DDL.Location = new Point(0xa9, 20);
            this.radbtn_DB_DDL.Name = "radbtn_DB_DDL";
            this.radbtn_DB_DDL.Size = new Size(0x41, 0x10);
            this.radbtn_DB_DDL.TabIndex = 0;
            this.radbtn_DB_DDL.Text = "DDL数据脚本";
            this.radbtn_DB_DDL.UseVisualStyleBackColor = true;
            this.radbtn_DB_DDL.Click += new EventHandler(this.radbtn_DBSel_Click);
            this.radbtn_DB_Proc.AutoSize = true;
            this.radbtn_DB_Proc.Checked = true;
            this.radbtn_DB_Proc.Location = new Point(0x3a, 20);
            this.radbtn_DB_Proc.Name = "radbtn_DB_Proc";
            this.radbtn_DB_Proc.Size = new Size(0x47, 0x10);
            this.radbtn_DB_Proc.TabIndex = 0;
            this.radbtn_DB_Proc.TabStop = true;
            this.radbtn_DB_Proc.Text = "存储过程";
            this.radbtn_DB_Proc.UseVisualStyleBackColor = true;
            this.radbtn_DB_Proc.Click += new EventHandler(this.radbtn_DBSel_Click);
            this.groupBox_Type.Controls.Add(this.radbtn_Type_Web);
            this.groupBox_Type.Controls.Add(this.radbtn_Type_CS);
            this.groupBox_Type.Controls.Add(this.radbtn_Type_DB);
            this.groupBox_Type.Dock = DockStyle.Top;
            this.groupBox_Type.Location = new Point(0, 0x80);
            this.groupBox_Type.Name = "groupBox_Type";
            this.groupBox_Type.Size = new Size(610, 0x2c);
            this.groupBox_Type.TabIndex = 2;
            this.groupBox_Type.TabStop = false;
            this.groupBox_Type.Text = "类型";
            this.radbtn_Type_Web.AutoSize = true;
            this.radbtn_Type_Web.Location = new Point(0xf2, 20);
            this.radbtn_Type_Web.Name = "radbtn_Type_Web";
            this.radbtn_Type_Web.Size = new Size(0x41, 0x10);
            this.radbtn_Type_Web.TabIndex = 0;
            this.radbtn_Type_Web.Text = "Web页面";
            this.radbtn_Type_Web.UseVisualStyleBackColor = true;
            this.radbtn_Type_Web.Click += new EventHandler(this.radbtn_Type_Click);
            this.radbtn_Type_CS.AutoSize = true;
            this.radbtn_Type_CS.Checked = true;
            this.radbtn_Type_CS.Location = new Point(0x98, 20);
            this.radbtn_Type_CS.Name = "radbtn_Type_CS";
            this.radbtn_Type_CS.Size = new Size(0x3b, 0x10);
            this.radbtn_Type_CS.TabIndex = 0;
            this.radbtn_Type_CS.TabStop = true;
            this.radbtn_Type_CS.Text = "C#代码";
            this.radbtn_Type_CS.UseVisualStyleBackColor = true;
            this.radbtn_Type_CS.Click += new EventHandler(this.radbtn_Type_Click);
            this.radbtn_Type_DB.AutoSize = true;
            this.radbtn_Type_DB.Location = new Point(0x3a, 20);
            this.radbtn_Type_DB.Name = "radbtn_Type_DB";
            this.radbtn_Type_DB.Size = new Size(0x3b, 0x10);
            this.radbtn_Type_DB.TabIndex = 0;
            this.radbtn_Type_DB.Text = "DB脚本";
            this.radbtn_Type_DB.UseVisualStyleBackColor = true;
            this.radbtn_Type_DB.Click += new EventHandler(this.radbtn_Type_Click);
            this.groupBox_Parameter.Controls.Add(this.txtClassName);
            this.groupBox_Parameter.Controls.Add(this.txtNameSpace2);
            this.groupBox_Parameter.Controls.Add(this.txtNameSpace);
            this.groupBox_Parameter.Controls.Add(this.txtProjectName);
            this.groupBox_Parameter.Controls.Add(this.label3);
            this.groupBox_Parameter.Controls.Add(this.label4);
            this.groupBox_Parameter.Controls.Add(this.label2);
            this.groupBox_Parameter.Controls.Add(this.label1);
            this.groupBox_Parameter.Dock = DockStyle.Top;
            this.groupBox_Parameter.Location = new Point(0, 0x36);
            this.groupBox_Parameter.Name = "groupBox_Parameter";
            this.groupBox_Parameter.Size = new Size(610, 0x4a);
            this.groupBox_Parameter.TabIndex = 1;
            this.groupBox_Parameter.TabStop = false;
            this.groupBox_Parameter.Text = "参数";
            this.txtClassName.Location = new Point(0x17e, 0x2b);
            this.txtClassName.Name = "txtClassName";
            this.txtClassName.Size = new Size(100, 0x15);
            this.txtClassName.TabIndex = 1;
            this.txtNameSpace2.Location = new Point(0x17e, 20);
            this.txtNameSpace2.Name = "txt

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -