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

📄 frmmain.designer.cs

📁 oracle dal gen,生成.NET ORACLE DAL层代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(187, 41);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(61, 13);
            this.label4.TabIndex = 12;
            this.label4.Text = "Password";
            // 
            // btnChangeConn
            // 
            this.btnChangeConn.Location = new System.Drawing.Point(383, 10);
            this.btnChangeConn.Name = "btnChangeConn";
            this.btnChangeConn.Size = new System.Drawing.Size(75, 48);
            this.btnChangeConn.TabIndex = 14;
            this.btnChangeConn.Text = "Change connection";
            this.btnChangeConn.UseVisualStyleBackColor = true;
            this.btnChangeConn.Click += new System.EventHandler(this.btnChangeConn_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(12, 89);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(154, 13);
            this.label5.TabIndex = 15;
            this.label5.Text = "PL/SQL Generator status:";
            // 
            // btnInstallPLGen
            // 
            this.btnInstallPLGen.Location = new System.Drawing.Point(486, 73);
            this.btnInstallPLGen.Name = "btnInstallPLGen";
            this.btnInstallPLGen.Size = new System.Drawing.Size(97, 45);
            this.btnInstallPLGen.TabIndex = 16;
            this.btnInstallPLGen.Text = "&Install PL/SQL Generator";
            this.btnInstallPLGen.UseVisualStyleBackColor = true;
            this.btnInstallPLGen.Click += new System.EventHandler(this.btnInstallPLGen_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(375, 73);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(97, 45);
            this.button1.TabIndex = 17;
            this.button1.Text = "&Check PL/SQL Generator status";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // lblPLStatus
            // 
            this.lblPLStatus.AutoSize = true;
            this.lblPLStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPLStatus.Location = new System.Drawing.Point(172, 89);
            this.lblPLStatus.Name = "lblPLStatus";
            this.lblPLStatus.Size = new System.Drawing.Size(127, 13);
            this.lblPLStatus.TabIndex = 18;
            this.lblPLStatus.Text = "pkg_gen status unknown";
            // 
            // lblViewStatus
            // 
            this.lblViewStatus.AutoSize = true;
            this.lblViewStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblViewStatus.Location = new System.Drawing.Point(172, 105);
            this.lblViewStatus.Name = "lblViewStatus";
            this.lblViewStatus.Size = new System.Drawing.Size(156, 13);
            this.lblViewStatus.TabIndex = 19;
            this.lblViewStatus.Text = "table_info view status unknown";
            // 
            // cbGeneratePkg
            // 
            this.cbGeneratePkg.AutoSize = true;
            this.cbGeneratePkg.Checked = true;
            this.cbGeneratePkg.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbGeneratePkg.Location = new System.Drawing.Point(15, 156);
            this.cbGeneratePkg.Name = "cbGeneratePkg";
            this.cbGeneratePkg.Size = new System.Drawing.Size(178, 17);
            this.cbGeneratePkg.TabIndex = 20;
            this.cbGeneratePkg.Text = "Generate maintenace packages";
            this.cbGeneratePkg.UseVisualStyleBackColor = true;
            // 
            // cbSaveAsFiles
            // 
            this.cbSaveAsFiles.AutoSize = true;
            this.cbSaveAsFiles.Checked = true;
            this.cbSaveAsFiles.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbSaveAsFiles.Location = new System.Drawing.Point(15, 206);
            this.cbSaveAsFiles.Name = "cbSaveAsFiles";
            this.cbSaveAsFiles.Size = new System.Drawing.Size(86, 17);
            this.cbSaveAsFiles.TabIndex = 21;
            this.cbSaveAsFiles.Text = "Save as files";
            this.cbSaveAsFiles.UseVisualStyleBackColor = true;
            // 
            // txtOutputDir
            // 
            this.txtOutputDir.Location = new System.Drawing.Point(15, 229);
            this.txtOutputDir.Name = "txtOutputDir";
            this.txtOutputDir.Size = new System.Drawing.Size(298, 20);
            this.txtOutputDir.TabIndex = 22;
            this.txtOutputDir.Text = "c:\\temp\\genout";
            // 
            // btnRegisterNotification
            // 
            this.btnRegisterNotification.Location = new System.Drawing.Point(481, 177);
            this.btnRegisterNotification.Name = "btnRegisterNotification";
            this.btnRegisterNotification.Size = new System.Drawing.Size(116, 23);
            this.btnRegisterNotification.TabIndex = 23;
            this.btnRegisterNotification.Text = "Register notification";
            this.btnRegisterNotification.UseVisualStyleBackColor = true;
            this.btnRegisterNotification.Click += new System.EventHandler(this.btnRegisterNotification_Click);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(661, 533);
            this.Controls.Add(this.btnRegisterNotification);
            this.Controls.Add(this.txtOutputDir);
            this.Controls.Add(this.cbSaveAsFiles);
            this.Controls.Add(this.cbGeneratePkg);
            this.Controls.Add(this.lblViewStatus);
            this.Controls.Add(this.lblPLStatus);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.btnInstallPLGen);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.btnChangeConn);
            this.Controls.Add(this.txtPassword);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.txtServiceName);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txtUsername);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.txtHost);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.rbQuery);
            this.Controls.Add(this.rbTable);
            this.Controls.Add(this.btnCheckClass);
            this.Controls.Add(this.txtCode);
            this.Controls.Add(this.txtSQL);
            this.Controls.Add(this.btnGenerate);
            this.Name = "frmMain";
            this.Text = "Form1";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnGenerate;
        private System.Windows.Forms.TextBox txtSQL;
        private System.Windows.Forms.RichTextBox txtCode;
        private System.Windows.Forms.Button btnCheckClass;
        private System.Windows.Forms.RadioButton rbTable;
        private System.Windows.Forms.RadioButton rbQuery;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtHost;
        private System.Windows.Forms.TextBox txtUsername;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtServiceName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button btnChangeConn;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button btnInstallPLGen;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label lblPLStatus;
        private System.Windows.Forms.Label lblViewStatus;
        private System.Windows.Forms.CheckBox cbGeneratePkg;
        private System.Windows.Forms.CheckBox cbSaveAsFiles;
        private System.Windows.Forms.TextBox txtOutputDir;
        private System.Windows.Forms.Button btnRegisterNotification;

    }
}

⌨️ 快捷键说明

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