Click here to Skip to main content
15,884,537 members
Articles / Programming Languages / SQL

Sql180 Developer

Rate me:
Please Sign up or sign in to vote.
4.75/5 (18 votes)
25 Oct 2008CPOL6 min read 47K   1.7K   44  
A Graphic tool for Oracle developers and DBAs
namespace Sql180_Developer
{
    partial class frmCreUser
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.tabCreUser = new System.Windows.Forms.TabControl();
            this.tabGeneral = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lblTmpTBS = new System.Windows.Forms.Label();
            this.cbxTempTBS = new System.Windows.Forms.ComboBox();
            this.cbxTBS = new System.Windows.Forms.ComboBox();
            this.lblTBS = new System.Windows.Forms.Label();
            this.gbxAccount = new System.Windows.Forms.GroupBox();
            this.lblCreated = new System.Windows.Forms.Label();
            this.txtCreated = new System.Windows.Forms.TextBox();
            this.ckLocked = new System.Windows.Forms.CheckBox();
            this.ckExpire = new System.Windows.Forms.CheckBox();
            this.lblPassword = new System.Windows.Forms.Label();
            this.lblProfile = new System.Windows.Forms.Label();
            this.cbxProfile = new System.Windows.Forms.ComboBox();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.txtUserName = new System.Windows.Forms.TextBox();
            this.lblUserName = new System.Windows.Forms.Label();
            this.tabObjectPrivs = new System.Windows.Forms.TabPage();
            this.dgvObjPrivs = new System.Windows.Forms.DataGridView();
            this.clmObject = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.clmSelect = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.clmInsert = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.clmUPdate = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.clmDelete = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.colAlter = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.colExecute = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.colRead = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.tabRolePrivs = new System.Windows.Forms.TabPage();
            this.dgvRolePrivs = new System.Windows.Forms.DataGridView();
            this.clmRole = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.clmGrantable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.tabSysPrivs = new System.Windows.Forms.TabPage();
            this.dvgSysPrivs = new System.Windows.Forms.DataGridView();
            this.clmSys = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.tabDDL = new System.Windows.Forms.TabPage();
            this.richtxtDDL = new Sql180_Developer.RichDDLBox();
            this.btnAccept = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.tabCreUser.SuspendLayout();
            this.tabGeneral.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.gbxAccount.SuspendLayout();
            this.tabObjectPrivs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvObjPrivs)).BeginInit();
            this.tabRolePrivs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRolePrivs)).BeginInit();
            this.tabSysPrivs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dvgSysPrivs)).BeginInit();
            this.tabDDL.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabCreUser
            // 
            this.tabCreUser.Controls.Add(this.tabGeneral);
            this.tabCreUser.Controls.Add(this.tabObjectPrivs);
            this.tabCreUser.Controls.Add(this.tabRolePrivs);
            this.tabCreUser.Controls.Add(this.tabSysPrivs);
            this.tabCreUser.Controls.Add(this.tabDDL);
            this.tabCreUser.Location = new System.Drawing.Point(12, 12);
            this.tabCreUser.Name = "tabCreUser";
            this.tabCreUser.SelectedIndex = 0;
            this.tabCreUser.Size = new System.Drawing.Size(716, 522);
            this.tabCreUser.TabIndex = 0;
            // 
            // tabGeneral
            // 
            this.tabGeneral.Controls.Add(this.groupBox1);
            this.tabGeneral.Controls.Add(this.gbxAccount);
            this.tabGeneral.Location = new System.Drawing.Point(4, 22);
            this.tabGeneral.Name = "tabGeneral";
            this.tabGeneral.Padding = new System.Windows.Forms.Padding(3);
            this.tabGeneral.Size = new System.Drawing.Size(708, 496);
            this.tabGeneral.TabIndex = 0;
            this.tabGeneral.Text = "General";
            this.tabGeneral.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.pictureBox1);
            this.groupBox1.Controls.Add(this.lblTmpTBS);
            this.groupBox1.Controls.Add(this.cbxTempTBS);
            this.groupBox1.Controls.Add(this.cbxTBS);
            this.groupBox1.Controls.Add(this.lblTBS);
            this.groupBox1.Location = new System.Drawing.Point(10, 139);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(473, 144);
            this.groupBox1.TabIndex = 11;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Storage Details";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::Sql180_Developer.Properties.Resources.users;
            this.pictureBox1.InitialImage = global::Sql180_Developer.Properties.Resources.users;
            this.pictureBox1.Location = new System.Drawing.Point(338, 10);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(129, 128);
            this.pictureBox1.TabIndex = 8;
            this.pictureBox1.TabStop = false;
            // 
            // lblTmpTBS
            // 
            this.lblTmpTBS.AutoSize = true;
            this.lblTmpTBS.Location = new System.Drawing.Point(11, 52);
            this.lblTmpTBS.Name = "lblTmpTBS";
            this.lblTmpTBS.Size = new System.Drawing.Size(87, 13);
            this.lblTmpTBS.TabIndex = 7;
            this.lblTmpTBS.Text = "Temporary TBS :";
            // 
            // cbxTempTBS
            // 
            this.cbxTempTBS.FormattingEnabled = true;
            this.cbxTempTBS.Location = new System.Drawing.Point(104, 49);
            this.cbxTempTBS.Name = "cbxTempTBS";
            this.cbxTempTBS.Size = new System.Drawing.Size(146, 21);
            this.cbxTempTBS.TabIndex = 6;
            this.cbxTempTBS.DropDown += new System.EventHandler(this.cbxTempTBS_DropDown);
            // 
            // cbxTBS
            // 
            this.cbxTBS.FormattingEnabled = true;
            this.cbxTBS.Location = new System.Drawing.Point(104, 22);
            this.cbxTBS.Name = "cbxTBS";
            this.cbxTBS.Size = new System.Drawing.Size(146, 21);
            this.cbxTBS.TabIndex = 5;
            this.cbxTBS.DropDown += new System.EventHandler(this.cbxTBS_DropDown);
            // 
            // lblTBS
            // 
            this.lblTBS.AutoSize = true;
            this.lblTBS.Location = new System.Drawing.Point(11, 25);
            this.lblTBS.Name = "lblTBS";
            this.lblTBS.Size = new System.Drawing.Size(71, 13);
            this.lblTBS.TabIndex = 4;
            this.lblTBS.Text = "Deafult TBS :";
            // 
            // gbxAccount
            // 
            this.gbxAccount.Controls.Add(this.lblCreated);
            this.gbxAccount.Controls.Add(this.txtCreated);
            this.gbxAccount.Controls.Add(this.ckLocked);
            this.gbxAccount.Controls.Add(this.ckExpire);
            this.gbxAccount.Controls.Add(this.lblPassword);
            this.gbxAccount.Controls.Add(this.lblProfile);
            this.gbxAccount.Controls.Add(this.cbxProfile);
            this.gbxAccount.Controls.Add(this.txtPassword);
            this.gbxAccount.Controls.Add(this.txtUserName);
            this.gbxAccount.Controls.Add(this.lblUserName);
            this.gbxAccount.Location = new System.Drawing.Point(10, 13);
            this.gbxAccount.Name = "gbxAccount";
            this.gbxAccount.Size = new System.Drawing.Size(473, 111);
            this.gbxAccount.TabIndex = 10;
            this.gbxAccount.TabStop = false;
            this.gbxAccount.Text = "Account Details";
            // 
            // lblCreated
            // 
            this.lblCreated.AutoSize = true;
            this.lblCreated.Location = new System.Drawing.Point(283, 87);
            this.lblCreated.Name = "lblCreated";
            this.lblCreated.Size = new System.Drawing.Size(44, 13);
            this.lblCreated.TabIndex = 13;
            this.lblCreated.Text = "Created";
            this.lblCreated.Visible = false;
            // 
            // txtCreated
            // 
            this.txtCreated.Location = new System.Drawing.Point(338, 84);
            this.txtCreated.Name = "txtCreated";
            this.txtCreated.Size = new System.Drawing.Size(129, 20);
            this.txtCreated.TabIndex = 12;
            this.txtCreated.Visible = false;
            // 
            // ckLocked
            // 
            this.ckLocked.AutoSize = true;
            this.ckLocked.Location = new System.Drawing.Point(286, 50);
            this.ckLocked.Name = "ckLocked";
            this.ckLocked.Size = new System.Drawing.Size(105, 17);
            this.ckLocked.TabIndex = 11;
            this.ckLocked.Text = "Account Locked";
            this.ckLocked.UseVisualStyleBackColor = true;
            // 
            // ckExpire
            // 
            this.ckExpire.AutoSize = true;
            this.ckExpire.Location = new System.Drawing.Point(286, 23);
            this.ckExpire.Name = "ckExpire";
            this.ckExpire.Size = new System.Drawing.Size(104, 17);
            this.ckExpire.TabIndex = 10;
            this.ckExpire.Text = "Password Expire";
            this.ckExpire.UseVisualStyleBackColor = true;
            // 
            // lblPassword
            // 
            this.lblPassword.AutoSize = true;
            this.lblPassword.Location = new System.Drawing.Point(11, 50);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(59, 13);
            this.lblPassword.TabIndex = 3;
            this.lblPassword.Text = "Password :";
            // 
            // lblProfile
            // 
            this.lblProfile.AutoSize = true;
            this.lblProfile.Location = new System.Drawing.Point(11, 87);
            this.lblProfile.Name = "lblProfile";
            this.lblProfile.Size = new System.Drawing.Size(42, 13);
            this.lblProfile.TabIndex = 8;
            this.lblProfile.Text = "Profile :";
            // 
            // cbxProfile
            // 
            this.cbxProfile.FormattingEnabled = true;
            this.cbxProfile.Location = new System.Drawing.Point(104, 84);
            this.cbxProfile.Name = "cbxProfile";
            this.cbxProfile.Size = new System.Drawing.Size(146, 21);
            this.cbxProfile.TabIndex = 9;
            this.cbxProfile.DropDown += new System.EventHandler(this.cbxProfile_DropDown);
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(104, 47);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(146, 20);
            this.txtPassword.TabIndex = 2;
            this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
            // 
            // txtUserName
            // 
            this.txtUserName.Location = new System.Drawing.Point(104, 21);
            this.txtUserName.Name = "txtUserName";
            this.txtUserName.Size = new System.Drawing.Size(146, 20);
            this.txtUserName.TabIndex = 1;
            this.txtUserName.TextChanged += new System.EventHandler(this.txtUserName_TextChanged);
            // 
            // lblUserName
            // 
            this.lblUserName.AutoSize = true;
            this.lblUserName.Location = new System.Drawing.Point(11, 24);
            this.lblUserName.Name = "lblUserName";
            this.lblUserName.Size = new System.Drawing.Size(63, 13);
            this.lblUserName.TabIndex = 0;
            this.lblUserName.Text = "UserName :";
            // 
            // tabObjectPrivs
            // 
            this.tabObjectPrivs.Controls.Add(this.dgvObjPrivs);
            this.tabObjectPrivs.Location = new System.Drawing.Point(4, 22);
            this.tabObjectPrivs.Name = "tabObjectPrivs";
            this.tabObjectPrivs.Padding = new System.Windows.Forms.Padding(3);
            this.tabObjectPrivs.Size = new System.Drawing.Size(708, 496);
            this.tabObjectPrivs.TabIndex = 1;
            this.tabObjectPrivs.Text = " Object Privileges";
            this.tabObjectPrivs.UseVisualStyleBackColor = true;
            // 
            // dgvObjPrivs
            // 
            this.dgvObjPrivs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvObjPrivs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmObject,
            this.clmSelect,
            this.clmInsert,
            this.clmUPdate,
            this.clmDelete,
            this.colAlter,
            this.colExecute,
            this.colRead});
            this.dgvObjPrivs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvObjPrivs.Location = new System.Drawing.Point(3, 3);
            this.dgvObjPrivs.Name = "dgvObjPrivs";
            this.dgvObjPrivs.Size = new System.Drawing.Size(702, 490);
            this.dgvObjPrivs.TabIndex = 0;
            this.dgvObjPrivs.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvObjPrivs_RowsAdded);
            this.dgvObjPrivs.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvObjPrivs_CellEnter);
            // 
            // clmObject
            // 
            this.clmObject.HeaderText = "Object";
            this.clmObject.Name = "clmObject";
            this.clmObject.Width = 300;
            // 
            // clmSelect
            // 
            this.clmSelect.HeaderText = "Select";
            this.clmSelect.Items.AddRange(new object[] {
            "Yes",
            "Admin"});
            this.clmSelect.Name = "clmSelect";
            this.clmSelect.Width = 50;
            // 
            // clmInsert
            // 
            this.clmInsert.HeaderText = "Insert";
            this.clmInsert.Items.AddRange(new object[] {
            "Yes",
            "Admin"});
            this.clmInsert.Name = "clmInsert";
            this.clmInsert.Width = 50;
            // 
            // clmUPdate
            // 
            this.clmUPdate.HeaderText = "Update";
            this.clmUPdate.Items.AddRange(new object[] {
            "Yes",
            "Admin"});
            this.clmUPdate.Name = "clmUPdate";
            this.clmUPdate.Width = 50;
            // 
            // clmDelete
            // 
            this.clmDelete.HeaderText = "Delete";
            this.clmDelete.Items.AddRange(new object[] {
            "Yes",
            "Admin"});
            this.clmDelete.Name = "clmDelete";
            this.clmDelete.Width = 50;
            // 
            // colAlter
            // 
            this.colAlter.HeaderText = "Alter";
            this.colAlter.Items.AddRange(new object[] {
            "Yes",
            "Admin"});
            this.colAlter.Name = "colAlter";
            this.colAlter.Width = 50;
            // 
            // colExecute
            // 
            this.colExecute.HeaderText = "Execute";
            this.colExecute.Items.AddRange(new object[] {
            "Yes",
            "Admin"});
            this.colExecute.Name = "colExecute";
            this.colExecute.Width = 50;
            // 
            // colRead
            // 
            this.colRead.HeaderText = "Read";
            this.colRead.Items.AddRange(new object[] {
            "Yes",
            "Admin"});
            this.colRead.Name = "colRead";
            this.colRead.Width = 50;
            // 
            // tabRolePrivs
            // 
            this.tabRolePrivs.Controls.Add(this.dgvRolePrivs);
            this.tabRolePrivs.Location = new System.Drawing.Point(4, 22);
            this.tabRolePrivs.Name = "tabRolePrivs";
            this.tabRolePrivs.Padding = new System.Windows.Forms.Padding(3);
            this.tabRolePrivs.Size = new System.Drawing.Size(708, 496);
            this.tabRolePrivs.TabIndex = 2;
            this.tabRolePrivs.Text = "Role Privileges";
            this.tabRolePrivs.UseVisualStyleBackColor = true;
            // 
            // dgvRolePrivs
            // 
            this.dgvRolePrivs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvRolePrivs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmRole,
            this.clmGrantable});
            this.dgvRolePrivs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvRolePrivs.Location = new System.Drawing.Point(3, 3);
            this.dgvRolePrivs.Name = "dgvRolePrivs";
            this.dgvRolePrivs.Size = new System.Drawing.Size(702, 490);
            this.dgvRolePrivs.TabIndex = 1;
            this.dgvRolePrivs.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvRolePrivs_RowsAdded);
            this.dgvRolePrivs.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRolePrivs_CellEnter);
            // 
            // clmRole
            // 
            this.clmRole.HeaderText = "Role";
            this.clmRole.Name = "clmRole";
            this.clmRole.Width = 200;
            // 
            // clmGrantable
            // 
            this.clmGrantable.FalseValue = "0";
            this.clmGrantable.HeaderText = "Grantable";
            this.clmGrantable.IndeterminateValue = "0";
            this.clmGrantable.Name = "clmGrantable";
            this.clmGrantable.TrueValue = "1";
            this.clmGrantable.Width = 70;
            // 
            // tabSysPrivs
            // 
            this.tabSysPrivs.Controls.Add(this.dvgSysPrivs);
            this.tabSysPrivs.Location = new System.Drawing.Point(4, 22);
            this.tabSysPrivs.Name = "tabSysPrivs";
            this.tabSysPrivs.Padding = new System.Windows.Forms.Padding(3);
            this.tabSysPrivs.Size = new System.Drawing.Size(708, 496);
            this.tabSysPrivs.TabIndex = 3;
            this.tabSysPrivs.Text = "System Privileges";
            this.tabSysPrivs.UseVisualStyleBackColor = true;
            // 
            // dvgSysPrivs
            // 
            this.dvgSysPrivs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dvgSysPrivs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clmSys,
            this.dataGridViewCheckBoxColumn1});
            this.dvgSysPrivs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dvgSysPrivs.Location = new System.Drawing.Point(3, 3);
            this.dvgSysPrivs.Name = "dvgSysPrivs";
            this.dvgSysPrivs.Size = new System.Drawing.Size(702, 490);
            this.dvgSysPrivs.TabIndex = 2;
            this.dvgSysPrivs.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dvgSysPrivs_RowsAdded);
            this.dvgSysPrivs.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dvgSysPrivs_CellEnter);
            // 
            // clmSys
            // 
            this.clmSys.HeaderText = " System Privilege";
            this.clmSys.Name = "clmSys";
            this.clmSys.Width = 300;
            // 
            // dataGridViewCheckBoxColumn1
            // 
            this.dataGridViewCheckBoxColumn1.FalseValue = "0";
            this.dataGridViewCheckBoxColumn1.HeaderText = "Grantable";
            this.dataGridViewCheckBoxColumn1.IndeterminateValue = "0";
            this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
            this.dataGridViewCheckBoxColumn1.TrueValue = "1";
            this.dataGridViewCheckBoxColumn1.Width = 70;
            // 
            // tabDDL
            // 
            this.tabDDL.Controls.Add(this.richtxtDDL);
            this.tabDDL.Location = new System.Drawing.Point(4, 22);
            this.tabDDL.Name = "tabDDL";
            this.tabDDL.Padding = new System.Windows.Forms.Padding(3);
            this.tabDDL.Size = new System.Drawing.Size(708, 496);
            this.tabDDL.TabIndex = 4;
            this.tabDDL.Text = "DDL";
            this.tabDDL.UseVisualStyleBackColor = true;
            this.tabDDL.Enter += new System.EventHandler(this.tabDDL_Enter);
            this.tabDDL.Click += new System.EventHandler(this.tabDDL_Click);
            // 
            // richtxtDDL
            // 
            this.richtxtDDL.AcceptsTab = true;
            this.richtxtDDL.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richtxtDDL.Font = new System.Drawing.Font("Courier New", 10F);
            this.richtxtDDL.ForeColor = System.Drawing.Color.Black;
            this.richtxtDDL.Location = new System.Drawing.Point(3, 3);
            this.richtxtDDL.Name = "richtxtDDL";
            this.richtxtDDL.Size = new System.Drawing.Size(702, 490);
            this.richtxtDDL.TabIndex = 0;
            this.richtxtDDL.Text = "";
            // 
            // btnAccept
            // 
            this.btnAccept.Location = new System.Drawing.Point(653, 540);
            this.btnAccept.Name = "btnAccept";
            this.btnAccept.Size = new System.Drawing.Size(75, 23);
            this.btnAccept.TabIndex = 1;
            this.btnAccept.Text = "OK";
            this.btnAccept.UseVisualStyleBackColor = true;
            this.btnAccept.Click += new System.EventHandler(this.button1_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(572, 540);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 2;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // frmCreUser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(740, 575);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnAccept);
            this.Controls.Add(this.tabCreUser);
            this.Name = "frmCreUser";
            this.Text = "Create User";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCreUser_FormClosing);
            this.Load += new System.EventHandler(this.frmCreUser_Load);
            this.tabCreUser.ResumeLayout(false);
            this.tabGeneral.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.gbxAccount.ResumeLayout(false);
            this.gbxAccount.PerformLayout();
            this.tabObjectPrivs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvObjPrivs)).EndInit();
            this.tabRolePrivs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvRolePrivs)).EndInit();
            this.tabSysPrivs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dvgSysPrivs)).EndInit();
            this.tabDDL.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabCreUser;
        private System.Windows.Forms.TabPage tabGeneral;
        private System.Windows.Forms.TabPage tabObjectPrivs;
        private System.Windows.Forms.Button btnAccept;
        private System.Windows.Forms.TabPage tabRolePrivs;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Label lblPassword;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.TextBox txtUserName;
        private System.Windows.Forms.Label lblUserName;
        private System.Windows.Forms.ComboBox cbxProfile;
        private System.Windows.Forms.Label lblProfile;
        private System.Windows.Forms.Label lblTmpTBS;
        private System.Windows.Forms.ComboBox cbxTempTBS;
        private System.Windows.Forms.ComboBox cbxTBS;
        private System.Windows.Forms.Label lblTBS;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox gbxAccount;
        private System.Windows.Forms.CheckBox ckLocked;
        private System.Windows.Forms.CheckBox ckExpire;
        private System.Windows.Forms.DataGridView dgvObjPrivs;
        private System.Windows.Forms.TabPage tabSysPrivs;
        private System.Windows.Forms.TabPage tabDDL;
        private System.Windows.Forms.DataGridView dgvRolePrivs;
        private RichDDLBox richtxtDDL;
        private System.Windows.Forms.DataGridView dvgSysPrivs;
        private System.Windows.Forms.DataGridViewComboBoxColumn clmRole;
        private System.Windows.Forms.DataGridViewCheckBoxColumn clmGrantable;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Label lblCreated;
        private System.Windows.Forms.TextBox txtCreated;
        private System.Windows.Forms.DataGridViewComboBoxColumn clmSys;
        private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
        private System.Windows.Forms.DataGridViewComboBoxColumn clmObject;
        private System.Windows.Forms.DataGridViewComboBoxColumn clmSelect;
        private System.Windows.Forms.DataGridViewComboBoxColumn clmInsert;
        private System.Windows.Forms.DataGridViewComboBoxColumn clmUPdate;
        private System.Windows.Forms.DataGridViewComboBoxColumn clmDelete;
        private System.Windows.Forms.DataGridViewComboBoxColumn colAlter;
        private System.Windows.Forms.DataGridViewComboBoxColumn colExecute;
        private System.Windows.Forms.DataGridViewComboBoxColumn colRead;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions