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

📄 codemaker.cs

📁 通过数据库结构自动 生成三层结构代码,相当不错的一款软件
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.btn_SetKey = new Button();
            this.list_KeyField = new ListBox();
            this.btn_SelClear = new Button();
            this.btn_SelI = new Button();
            this.btn_SelAll = new Button();
            this.splitter1 = new Splitter();
            this.panel1 = new Panel();
            this.listView1 = new ListView();
            this.tabPage2 = new TabPage();
            this.imgListTabpage = new ImageList(this.components);
            this.imglistDB = new ImageList(this.components);
            this.imglistView = new ImageList(this.components);
            this.toolStripButton2 = new ToolStripButton();
            this.toolStripSeparator1 = new ToolStripSeparator();
            this.toolStripSplitButton1 = new ToolStripSplitButton();
            this.列表ToolStripMenuItem = new ToolStripMenuItem();
            this.详细信息ToolStripMenuItem = new ToolStripMenuItem();
            this.chk_CS_GetModelByCache = new CheckBox();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox_Web.SuspendLayout();
            this.groupBox_AppType.SuspendLayout();
            this.groupBox_Method.SuspendLayout();
            this.groupBox_DALType.SuspendLayout();
            this.groupBox_F3.SuspendLayout();
            this.groupBox_FrameSel.SuspendLayout();
            this.groupBox_DB.SuspendLayout();
            this.groupBox_Type.SuspendLayout();
            this.groupBox_Parameter.SuspendLayout();
            this.groupBox_Select.SuspendLayout();
            this.panel1.SuspendLayout();
            base.SuspendLayout();
            this.tabControl1.Alignment = TabAlignment.Bottom;
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = DockStyle.Fill;
            this.tabControl1.ImageList = this.imgListTabpage;
            this.tabControl1.Location = new Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new Size(0x270, 0x281);
            this.tabControl1.TabIndex = 0;
            this.tabPage1.Controls.Add(this.panel2);
            this.tabPage1.Controls.Add(this.splitter1);
            this.tabPage1.Controls.Add(this.panel1);
            this.tabPage1.Cursor = Cursors.Default;
            this.tabPage1.ImageIndex = 0;
            this.tabPage1.Location = new Point(4, 4);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new Padding(3);
            this.tabPage1.Size = new Size(0x268, 0x266);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "生成设置";
            this.tabPage1.UseVisualStyleBackColor = true;
            this.panel2.Controls.Add(this.btn_Ok);
            this.panel2.Controls.Add(this.groupBox_Web);
            this.panel2.Controls.Add(this.groupBox_AppType);
            this.panel2.Controls.Add(this.groupBox_Method);
            this.panel2.Controls.Add(this.groupBox_DALType);
            this.panel2.Controls.Add(this.groupBox_F3);
            this.panel2.Controls.Add(this.groupBox_FrameSel);
            this.panel2.Controls.Add(this.groupBox_DB);
            this.panel2.Controls.Add(this.groupBox_Type);
            this.panel2.Controls.Add(this.groupBox_Parameter);
            this.panel2.Controls.Add(this.groupBox_Select);
            this.panel2.Dock = DockStyle.Fill;
            this.panel2.Location = new Point(3, 0x38);
            this.panel2.Name = "panel2";
            this.panel2.Size = new Size(610, 0x22b);
            this.panel2.TabIndex = 2;
            this.btn_Ok.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
            this.btn_Ok.Location = new Point(0x202, 0x1ef);
            this.btn_Ok.Name = "btn_Ok";
            this.btn_Ok.Size = new Size(0x4b, 0x17);
            this.btn_Ok.TabIndex = 7;
            this.btn_Ok.Text = "生成类代码";
            this.btn_Ok.UseVisualStyleBackColor = true;
            this.btn_Ok.Click += new EventHandler(this.btn_Ok_Click);
            this.groupBox_Web.Controls.Add(this.chk_Web_Show);
            this.groupBox_Web.Controls.Add(this.chk_Web_Update);
            this.groupBox_Web.Controls.Add(this.chk_Web_HasKey);
            this.groupBox_Web.Controls.Add(this.chk_Web_Add);
            this.groupBox_Web.Controls.Add(this.radbtn_Web_AspxCS);
            this.groupBox_Web.Controls.Add(this.radbtn_Web_Aspx);
            this.groupBox_Web.Dock = DockStyle.Top;
            this.groupBox_Web.Location = new Point(0, 0x1de);
            this.groupBox_Web.Name = "groupBox_Web";
            this.groupBox_Web.Size = new Size(610, 0x43);
            this.groupBox_Web.TabIndex = 6;
            this.groupBox_Web.TabStop = false;
            this.groupBox_Web.Text = "Web页面";
            this.chk_Web_Show.AutoSize = true;
            this.chk_Web_Show.Checked = true;
            this.chk_Web_Show.CheckState = CheckState.Checked;
            this.chk_Web_Show.Location = new Point(0x124, 0x2d);
            this.chk_Web_Show.Name = "chk_Web_Show";
            this.chk_Web_Show.Size = new Size(60, 0x10);
            this.chk_Web_Show.TabIndex = 3;
            this.chk_Web_Show.Text = "显示页";
            this.chk_Web_Show.UseVisualStyleBackColor = true;
            this.chk_Web_Update.AutoSize = true;
            this.chk_Web_Update.Checked = true;
            this.chk_Web_Update.CheckState = CheckState.Checked;
            this.chk_Web_Update.Location = new Point(0xd9, 0x2d);
            this.chk_Web_Update.Name = "chk_Web_Update";
            this.chk_Web_Update.Size = new Size(60, 0x10);
            this.chk_Web_Update.TabIndex = 3;
            this.chk_Web_Update.Text = "修改页";
            this.chk_Web_Update.UseVisualStyleBackColor = true;
            this.chk_Web_HasKey.AutoSize = true;
            this.chk_Web_HasKey.Checked = true;
            this.chk_Web_HasKey.CheckState = CheckState.Checked;
            this.chk_Web_HasKey.Location = new Point(0x37, 0x2d);
            this.chk_Web_HasKey.Name = "chk_Web_HasKey";
            this.chk_Web_HasKey.Size = new Size(0x48, 0x10);
            this.chk_Web_HasKey.TabIndex = 3;
            this.chk_Web_HasKey.Text = "包括主键";
            this.chk_Web_HasKey.UseVisualStyleBackColor = true;
            this.chk_Web_Add.AutoSize = true;
            this.chk_Web_Add.Checked = true;
            this.chk_Web_Add.CheckState = CheckState.Checked;
            this.chk_Web_Add.Location = new Point(0x8e, 0x2d);
            this.chk_Web_Add.Name = "chk_Web_Add";
            this.chk_Web_Add.Size = new Size(60, 0x10);
            this.chk_Web_Add.TabIndex = 3;
            this.chk_Web_Add.Text = "增加页";
            this.chk_Web_Add.UseVisualStyleBackColor = true;
            this.radbtn_Web_AspxCS.AutoSize = true;
            this.radbtn_Web_AspxCS.Location = new Point(0x9e, 20);
            this.radbtn_Web_AspxCS.Name = "radbtn_Web_AspxCS";
            this.radbtn_Web_AspxCS.Size = new Size(0x59, 0x10);
            this.radbtn_Web_AspxCS.TabIndex = 2;
            this.radbtn_Web_AspxCS.Text = "Aspx.CS代码";
            this.radbtn_Web_AspxCS.UseVisualStyleBackColor = true;
            this.radbtn_Web_Aspx.AutoSize = true;
            this.radbtn_Web_Aspx.Checked = true;
            this.radbtn_Web_Aspx.Location = new Point(0x38, 20);
            this.radbtn_Web_Aspx.Name = "radbtn_Web_Aspx";
            this.radbtn_Web_Aspx.Size = new Size(0x47, 0x10);
            this.radbtn_Web_Aspx.TabIndex = 1;
            this.radbtn_Web_Aspx.TabStop = true;
            this.radbtn_Web_Aspx.Text = "Aspx页面";
            this.radbtn_Web_Aspx.UseVisualStyleBackColor = true;
            this.groupBox_AppType.Controls.Add(this.radbtn_AppType_Winform);
            this.groupBox_AppType.Controls.Add(this.radbtn_AppType_Web);
            this.groupBox_AppType.Dock = DockStyle.Top;
            this.groupBox_AppType.Location = new Point(0, 0x1b6);
            this.groupBox_AppType.Name = "groupBox_AppType";
            this.groupBox_AppType.Size = new Size(610, 40);
            this.groupBox_AppType.TabIndex = 6;
            this.groupBox_AppType.TabStop = false;
            this.groupBox_AppType.Text = "应用系统类型";
            this.radbtn_AppType_Winform.AutoSize = true;
            this.radbtn_AppType_Winform.Location = new Point(0xba, 0x11);
            this.radbtn_AppType_Winform.Name = "radbtn_AppType_Winform";
            this.radbtn_AppType_Winform.Size = new Size(0x59, 0x10);
            this.radbtn_AppType_Winform.TabIndex = 2;
            this.radbtn_AppType_Winform.Text = "WinForm系统";
            this.radbtn_AppType_Winform.UseVisualStyleBackColor = true;
            this.radbtn_AppType_Web.AutoSize = true;
            this.radbtn_AppType_Web.Checked = true;
            this.radbtn_AppType_Web.Location = new Point(0x54, 0x11);
            this.radbtn_AppType_Web.Name = "radbtn_AppType_Web";
            this.radbtn_AppType_Web.Size = new Size(0x41, 0x10);
            this.radbtn_AppType_Web.TabIndex = 1;
            this.radbtn_AppType_Web.TabStop = true;
            this.radbtn_AppType_Web.Text = "Web系统";
            this.radbtn_AppType_Web.UseVisualStyleBackColor = true;
            this.groupBox_Method.Controls.Add(this.chk_CS_GetList);
            this.groupBox_Method.Controls.Add(this.chk_CS_GetModelByCache);
            this.groupBox_Method.Controls.Add(this.chk_CS_GetModel);
            this.groupBox_Method.Controls.Add(this.chk_CS_Delete);
            this.groupBox_Method.Controls.Add(this.chk_CS_Update);
            this.groupBox_Method.Controls.Add(this.chk_CS_Add);
            this.groupBox_Method.Controls.Add(this.chk_CS_Exists);
            this.groupBox_Method.Controls.Add(this.chk_CS_GetMaxID);
            this.groupBox_Method.Dock = DockStyle.Top;
            this.groupBox_Method.Location = new Point(0, 0x18c);
            this.groupBox_Method.Name = "groupBox_Method";
            this.groupBox_Method.Size = new Size(610, 0x2a);
            this.groupBox_Method.TabIndex = 5;
            this.groupBox_Method.TabStop = false;
            this.groupBox_Method.Text = "方法选择";
            this.chk_CS_GetList.AutoSize = true;
            this.chk_CS_GetList.Checked = true;
            this.chk_CS_GetList.CheckState = CheckState.Checked;
            this.chk_CS_GetList.Location = new Point(0x216, 0x12);
            this.chk_CS_GetList.Name = "chk_CS_GetList";
            this.chk_CS_GetList.Size = new Size(0x42, 0x10);
            this.chk_CS_GetList.TabIndex = 8;
            this.chk_CS_GetList.Text = "GetList";
            this.chk_CS_GetList.UseVisualStyleBackColor = true;
            this.chk_CS_GetModel.AutoSize = true;
            this.chk_CS_GetModel.Checked = true;
            this.chk_CS_GetModel.CheckState = CheckState.Checked;
            this.chk_CS_GetModel.Location = new Point(0x15c, 0x12);
            this.chk_CS_GetModel.Name = "chk_CS_GetModel";
            this.chk_CS_GetModel.Size = new Size(0x48, 0x10);
            this.chk_CS_GetModel.TabIndex = 9;
            this.chk_CS_GetModel.Text = "GetModel";
            this.chk_CS_GetModel.UseVisualStyleBackColor = true;
            this.chk_CS_Delete.AutoSize = true;
            this.chk_CS_Delete.Checked = true;
            this.chk_CS_Delete.CheckState = CheckState.Checked;
            this.chk_CS_Delete.Location = new Point(0x120, 0x12);
            this.chk_CS_Delete.Name = "chk_CS_Delete";
            this.chk_CS_Delete.Size = new Size(60, 0x10);
            this.chk_CS_Delete.TabIndex = 10;
            this.chk_CS_Delete.Text = "Delete";
            this.chk_CS_Delete.UseVisualStyleBackColor = true;
            this.chk_CS_Update.AutoSize = true;
            this.chk_CS_Update.Checked = true;
            this.chk_CS_Update.CheckState = CheckState.Checked;
            this.chk_CS_Update.Location = new Point(0xe4, 0x12);
            this.chk_CS_Update.Name = "chk_CS_Update";
            this.chk_CS_Update.Size = new Size(60, 0x10);
            this.chk_CS_Update.TabIndex = 7;
            this.chk_CS_Update.Text = "Update";
            this.chk_CS_Update.UseVisualStyleBackColor = true;
            this.chk_CS_Add.AutoSize = true;
            this.chk_CS_Add.Checked = true;
            this.chk_CS_Add.CheckState = CheckState.Checked;
            this.chk_CS_Add.Location = new Point(0xba, 0x12);
            this.chk_CS_Add.Name = "chk_CS_Add";
            this.chk_CS_Add.Size = new Size(0x2a, 0x10);
            this.chk_CS_Add.TabIndex = 4;
            this.chk_CS_Add.Text = "Add";
            this.chk_CS_Add.UseVisualStyleBackColor = true;
            this.chk_CS_Exists.AutoSize = true;
            this.chk_CS_Exists.Checked = true;
            this.chk_CS_Exists.CheckState = CheckState.Checked;
            this.chk_CS_Exists.Location = new Point(0x7d, 0x12);
            this.chk_CS_Exists.Name = "chk_CS_Exists";
            this.chk_CS_Exists.Size = new Size(60, 0x10);
            this.chk_CS_Exists.TabIndex = 5;
            this.chk_CS_Exists.Text = "Exists";
            this.chk_CS_Exists.UseVisualStyleBackColor = true;
            this.chk_CS_GetMaxID.AutoSize = true;
            this.chk_CS_GetMaxID.Checked = true;
            this.chk_CS_GetMaxID.CheckState = CheckState.Checked;
            this.chk_CS_GetMaxID.Location = new Point(0x38, 0x12);
            this.chk_CS_GetMaxID.Name = "chk_CS_GetMaxID";
            this.chk_CS_GetMaxID.Size = new Size(0x48, 0x10);
            this.chk_CS_GetMaxID.TabIndex = 6;
            this.chk_CS_GetMaxID.Text = "GetMaxID";
            this.chk_CS_GetMaxID.UseVisualStyleBackColor = true;
            this.groupBox_DALType.Dock = DockStyle.Top;
            this.groupBox_DALType.Location = new Point(0, 0x162);
            this.groupBox_DALType.Name = "groupBox_DALType";
            this.groupBox_DALType.Size = new Size(610, 0x2a);
            this.groupBox_DALType.TabIndex = 4;
            this.groupBox_DALType.TabStop = false;
            this.groupBox_DALType.Text = "代码模板组件类型";
            this.groupBox_F3.Controls.Add(this.radbtn_F3_BLL);
            this.groupBox_F3.Controls.Add(this.radbtn_F3_DALFactory);
            this.groupBox_F3.Controls.Add(this.radbtn_F3_IDAL);
            this.groupBox_F3.Controls.Add(this.radbtn_F3_DAL);
            this.groupBox_F3.Controls.Add(this.radbtn_F3_Model);
            this.groupBox_F3.Dock = DockStyle.Top;
            this.groupBox_F3.Location = new Point(0, 0x13a);
            this.groupBox_F3.Name = "groupBox_F3";
            this.groupBox_F3.Size = new Size(610, 40);
            this.groupBox_F3.TabIndex = 4;
            this.groupBox_F3.TabStop = false;
            this.groupBox_F3.Text = "代码类型";
            this.radbtn_F3_BLL.AutoSize = true;

⌨️ 快捷键说明

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