/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMaintVersion)); this.tbVersion = new System.Windows.Forms.TextBox(); this.sbDataGridControl1 = new softBallSolutions.sbDataGridControl(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // tbVersion // this.tbVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tbVersion.Dock = System.Windows.Forms.DockStyle.Fill; this.tbVersion.Location = new System.Drawing.Point(0, 0); this.tbVersion.Multiline = true; this.tbVersion.Name = "tbVersion"; this.tbVersion.ReadOnly = true; this.tbVersion.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbVersion.Size = new System.Drawing.Size(566, 206); this.tbVersion.TabIndex = 30; // // sbDataGridControl1 // this.sbDataGridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.sbDataGridControl1.Location = new System.Drawing.Point(0, 0); this.sbDataGridControl1.Name = "sbDataGridControl1"; this.sbDataGridControl1.Size = new System.Drawing.Size(566, 232); this.sbDataGridControl1.TabIndex = 41; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.sbDataGridControl1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tbVersion); this.splitContainer1.Size = new System.Drawing.Size(566, 442); this.splitContainer1.SplitterDistance = 232; this.splitContainer1.TabIndex = 42; // // FormMaintVersion // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(566, 442); this.Controls.Add(this.splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormMaintVersion"; this.Text = "Latest Changes"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMaintRoles)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tbCode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.tbID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.statusBar1 = new System.Windows.Forms.StatusBar(); this.cbRole = new System.Windows.Forms.ComboBox(); this.sbDataGridControl1 = new softBallSolutions.sbDataGridControl(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Enabled = false; this.tabControl1.Location = new System.Drawing.Point(0, 230); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(584, 200); this.tabControl1.TabIndex = 30; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.SystemColors.Window; this.tabPage1.Controls.Add(this.cbRole); this.tabPage1.Controls.Add(this.tbCode); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.btnCancel); this.tabPage1.Controls.Add(this.btnUpdate); this.tabPage1.Controls.Add(this.tbID); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(576, 174); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Details"; // // tbCode // this.tbCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.tbCode.Location = new System.Drawing.Point(120, 61); this.tbCode.Name = "tbCode"; this.tbCode.ReadOnly = true; this.tbCode.Size = new System.Drawing.Size(416, 20); this.tbCode.TabIndex = 120; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(32, 61); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 20); this.label3.TabIndex = 120; this.label3.Text = "User Name:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnCancel.Location = new System.Drawing.Point(460, 123); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(76, 23); this.btnCancel.TabIndex = 170; this.btnCancel.Text = "&Cancel"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnUpdate // this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnUpdate.Location = new System.Drawing.Point(379, 123); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(76, 23); this.btnUpdate.TabIndex = 160; this.btnUpdate.Text = "&Update"; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // tbID // this.tbID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.tbID.Location = new System.Drawing.Point(120, 35); this.tbID.Name = "tbID"; this.tbID.ReadOnly = true; this.tbID.Size = new System.Drawing.Size(197, 20); this.tbID.TabIndex = 110; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(32, 89); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 20); this.label2.TabIndex = 140; this.label2.Text = "Role:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(32, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 20); this.label1.TabIndex = 100; this.label1.Text = "ID:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // statusBar1 // this.statusBar1.Location = new System.Drawing.Point(0, 436); this.statusBar1.Name = "statusBar1"; this.statusBar1.Size = new System.Drawing.Size(584, 22); this.statusBar1.TabIndex = 4; this.statusBar1.Text = "Use the Toolbar buttons to Add, Edit or Navigate this table"; // // cbRole // this.cbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRole.FormattingEnabled = true; this.cbRole.Location = new System.Drawing.Point(120, 88); this.cbRole.Name = "cbRole"; this.cbRole.Size = new System.Drawing.Size(197, 21); this.cbRole.TabIndex = 130; // // sbDataGridControl1 // this.sbDataGridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.sbDataGridControl1.Location = new System.Drawing.Point(0, 0); this.sbDataGridControl1.Name = "sbDataGridControl1"; this.sbDataGridControl1.Size = new System.Drawing.Size(584, 224); this.sbDataGridControl1.TabIndex = 41; // // FormMaintRoles // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(584, 458); this.Controls.Add(this.sbDataGridControl1); this.Controls.Add(this.statusBar1); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "FormMaintRoles"; this.RightToLeftLayout = true; this.Text = "User Roles"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.ResumeLayout(false); }