/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.chkNotActive = new HControls.HCheckbox(); this.lblNotActive = new HControls.HLabel(); this.lblFirstName = new HControls.HLabel(); this.txtBranchName = new HControls.HTextBox(); this.lblInstCode = new HControls.HLabel(); this.txtBranchCode = new HControls.HTextBox(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // chkNotActive // this.chkNotActive.AutoSize = true; this.chkNotActive.FieldName = "NotActive"; this.chkNotActive.Location = new System.Drawing.Point(236, 156); this.chkNotActive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chkNotActive.Name = "chkNotActive"; this.chkNotActive.Size = new System.Drawing.Size(15, 14); this.chkNotActive.TabIndex = 23; this.chkNotActive.UseVisualStyleBackColor = true; // // lblNotActive // this.lblNotActive.BackColor = System.Drawing.SystemColors.ButtonShadow; this.lblNotActive.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblNotActive.FieldName = "NotActive"; this.lblNotActive.Location = new System.Drawing.Point(16, 145); this.lblNotActive.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblNotActive.Name = "lblNotActive"; this.lblNotActive.Size = new System.Drawing.Size(212, 28); this.lblNotActive.TabIndex = 22; this.lblNotActive.Text = "ايقاف تعامل"; // // lblFirstName // this.lblFirstName.BackColor = System.Drawing.SystemColors.ButtonShadow; this.lblFirstName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblFirstName.FieldName = "CenterName"; this.lblFirstName.Location = new System.Drawing.Point(16, 107); this.lblFirstName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblFirstName.Name = "lblFirstName"; this.lblFirstName.Size = new System.Drawing.Size(212, 28); this.lblFirstName.TabIndex = 20; this.lblFirstName.Text = "الاسم العربى"; // // txtBranchName // this.txtBranchName.ComboBoxRelatedWith = null; this.txtBranchName.FieldName = "BranchName"; this.txtBranchName.key = false; this.txtBranchName.Location = new System.Drawing.Point(236, 111); this.txtBranchName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtBranchName.Name = "txtBranchName"; this.txtBranchName.required = true; this.txtBranchName.SerachFields = null; this.txtBranchName.SerachFilter = null; this.txtBranchName.SerachTable = null; this.txtBranchName.Size = new System.Drawing.Size(299, 23); this.txtBranchName.TabIndex = 21; this.txtBranchName.TextBoxRelatedWith = null; // // lblInstCode // this.lblInstCode.BackColor = System.Drawing.SystemColors.ButtonShadow; this.lblInstCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblInstCode.FieldName = "CenterCode"; this.lblInstCode.Location = new System.Drawing.Point(16, 71); this.lblInstCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblInstCode.Name = "lblInstCode"; this.lblInstCode.Size = new System.Drawing.Size(212, 28); this.lblInstCode.TabIndex = 18; this.lblInstCode.Text = "كود الفرع"; // // txtBranchCode // this.txtBranchCode.ComboBoxRelatedWith = null; this.txtBranchCode.FieldName = "BranchCode"; this.txtBranchCode.key = false; this.txtBranchCode.Location = new System.Drawing.Point(236, 75); this.txtBranchCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtBranchCode.Name = "txtBranchCode"; this.txtBranchCode.required = false; this.txtBranchCode.SerachFields = null; this.txtBranchCode.SerachFilter = null; this.txtBranchCode.SerachTable = null; this.txtBranchCode.Size = new System.Drawing.Size(81, 23); this.txtBranchCode.TabIndex = 19; this.txtBranchCode.TextBoxRelatedWith = null; this.txtBranchCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtRelationCode_KeyDown); // // frmBranches // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(743, 276); this.Controls.Add(this.chkNotActive); this.Controls.Add(this.lblNotActive); this.Controls.Add(this.lblFirstName); this.Controls.Add(this.txtBranchName); this.Controls.Add(this.lblInstCode); this.Controls.Add(this.txtBranchCode); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "frmBranches"; this.TableName = "Branches"; this.Text = "الفروع"; this.Load += new System.EventHandler(this.frmBranches_Load); this.Controls.SetChildIndex(this.txtBranchCode, 0); this.Controls.SetChildIndex(this.lblInstCode, 0); this.Controls.SetChildIndex(this.txtBranchName, 0); this.Controls.SetChildIndex(this.lblFirstName, 0); this.Controls.SetChildIndex(this.lblNotActive, 0); this.Controls.SetChildIndex(this.chkNotActive, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblUserId = new System.Windows.Forms.Label(); this.GridMenus = new System.Windows.Forms.DataGridView(); this.btnSave = new System.Windows.Forms.Button(); this.hLabel1 = new HControls.HLabel(); this.txtUser = new HControls.HTextBox(); this.x = new System.Windows.Forms.ComboBox(); this.cmbUserId = new HControls.HComboBox(); this.chkSelectAll = new HControls.HCheckbox(); this.hLabel2 = new HControls.HLabel(); ((System.ComponentModel.ISupportInitialize)(this.GridMenus)).BeginInit(); this.SuspendLayout(); // // lblUserId // this.lblUserId.Location = new System.Drawing.Point(459, 45); this.lblUserId.Name = "lblUserId"; this.lblUserId.Size = new System.Drawing.Size(100, 23); this.lblUserId.TabIndex = 0; this.lblUserId.Text = "كود المستخدم"; this.lblUserId.Visible = false; // // GridMenus // this.GridMenus.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.GridMenus.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.GridMenus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.GridMenus.Location = new System.Drawing.Point(12, 79); this.GridMenus.Name = "GridMenus"; this.GridMenus.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.GridMenus.Size = new System.Drawing.Size(769, 403); this.GridMenus.TabIndex = 2; this.GridMenus.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridMenus_RowHeaderMouseDoubleClick); // // btnSave // this.btnSave.Location = new System.Drawing.Point(314, 43); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(98, 27); this.btnSave.TabIndex = 4; this.btnSave.Text = "حفظ"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // hLabel1 // this.hLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(76)))), ((int)(((byte)(122))))); this.hLabel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.hLabel1.FieldName = null; this.hLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.hLabel1.ForeColor = System.Drawing.Color.White; this.hLabel1.Location = new System.Drawing.Point(4, 43); this.hLabel1.Name = "hLabel1"; this.hLabel1.Size = new System.Drawing.Size(100, 27); this.hLabel1.TabIndex = 10; this.hLabel1.Text = "كود المستخدم"; // // txtUser // this.txtUser.ComboBoxRelatedWith = null; this.txtUser.FieldName = "UserId"; this.txtUser.key = false; this.txtUser.Language = HControls.Languages.English; this.txtUser.Location = new System.Drawing.Point(110, 46); this.txtUser.Name = "txtUser"; this.txtUser.required = false; this.txtUser.SerachFields = null; this.txtUser.SerachFilter = null; this.txtUser.SerachTable = null; this.txtUser.Size = new System.Drawing.Size(62, 20); this.txtUser.TabIndex = 11; this.txtUser.TextBoxRelatedWith = null; // // x // this.x.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.x.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.x.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.x.FormattingEnabled = true; this.x.Location = new System.Drawing.Point(541, 12); this.x.Name = "x"; this.x.Size = new System.Drawing.Size(121, 21); this.x.TabIndex = 3; this.x.Visible = false; this.x.SelectedIndexChanged += new System.EventHandler(this.cmbUserId_SelectedIndexChanged); this.x.SelectionChangeCommitted += new System.EventHandler(this.cmbUserId_SelectionChangeCommitted); // // cmbUserId // this.cmbUserId.DisplayMember = "UserAraName"; this.cmbUserId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbUserId.FieldName = null; this.cmbUserId.FormattingEnabled = true; this.cmbUserId.key = false; this.cmbUserId.Location = new System.Drawing.Point(178, 46); this.cmbUserId.MyDisplayMember = "UserAraName"; this.cmbUserId.MyValueMember = "UserId"; this.cmbUserId.Name = "cmbUserId"; this.cmbUserId.required = false; this.cmbUserId.SearchFilter = null; this.cmbUserId.Size = new System.Drawing.Size(121, 21); this.cmbUserId.TabIndex = 12; this.cmbUserId.TableName = "Users"; this.cmbUserId.TextBoxRelatedWith = "txtUser"; this.cmbUserId.ValueMember = "UserId"; this.cmbUserId.SelectionChangeCommitted += new System.EventHandler(this.cmbUserId_SelectionChangeCommitted); // // chkSelectAll // this.chkSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.chkSelectAll.AutoSize = true; this.chkSelectAll.FieldName = null; this.chkSelectAll.Location = new System.Drawing.Point(564, 49); this.chkSelectAll.Name = "chkSelectAll"; this.chkSelectAll.Size = new System.Drawing.Size(15, 14); this.chkSelectAll.TabIndex = 13; this.chkSelectAll.UseVisualStyleBackColor = true; this.chkSelectAll.CheckedChanged += new System.EventHandler(this.chkSelectAll_CheckedChanged); // // hLabel2 // this.hLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.hLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(76)))), ((int)(((byte)(122))))); this.hLabel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.hLabel2.FieldName = null; this.hLabel2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.hLabel2.ForeColor = System.Drawing.Color.White; this.hLabel2.Location = new System.Drawing.Point(458, 45); this.hLabel2.Name = "hLabel2"; this.hLabel2.Size = new System.Drawing.Size(96, 23); this.hLabel2.TabIndex = 14; this.hLabel2.Text = "اختر الكل"; // // UserPermissions // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(793, 509); this.Controls.Add(this.hLabel2); this.Controls.Add(this.chkSelectAll); this.Controls.Add(this.cmbUserId); this.Controls.Add(this.txtUser); this.Controls.Add(this.hLabel1); this.Controls.Add(this.btnSave); this.Controls.Add(this.x); this.Controls.Add(this.GridMenus); this.Controls.Add(this.lblUserId); this.Name = "UserPermissions"; this.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.RightToLeftLayout = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "صلاحيات مستحدمين"; this.Load += new System.EventHandler(this.UserPermissions_Load); ((System.ComponentModel.ISupportInitialize)(this.GridMenus)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblUserId = new HControls.HLabel(); this.txtUserId = new HControls.HTextBox(); this.lblUserAraName = new HControls.HLabel(); this.txtUserAraName = new HControls.HTextBox(); this.lblUserPassword = new HControls.HLabel(); this.txtUserPassword = new HControls.HTextBox(); this.chkNotActive = new HControls.HCheckbox(); this.lblNotActive = new HControls.HLabel(); this.hGrid = new HControls.HGrid(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.hGrid)).BeginInit(); this.SuspendLayout(); // // lblUserId // this.lblUserId.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(76)))), ((int)(((byte)(122))))); this.lblUserId.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUserId.FieldName = "UserId"; this.lblUserId.ForeColor = System.Drawing.Color.White; this.lblUserId.Location = new System.Drawing.Point(24, 69); this.lblUserId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblUserId.Name = "lblUserId"; this.lblUserId.Size = new System.Drawing.Size(133, 23); this.lblUserId.TabIndex = 9; this.lblUserId.Text = "كود المستخدم"; // // txtUserId // this.txtUserId.ComboBoxRelatedWith = null; this.txtUserId.FieldName = "UserId"; this.txtUserId.key = false; this.txtUserId.Language = HControls.Languages.English; this.txtUserId.Location = new System.Drawing.Point(172, 73); this.txtUserId.Margin = new System.Windows.Forms.Padding(4); this.txtUserId.Name = "txtUserId"; this.txtUserId.required = false; this.txtUserId.SerachFields = null; this.txtUserId.SerachFilter = null; this.txtUserId.SerachTable = null; this.txtUserId.Size = new System.Drawing.Size(81, 23); this.txtUserId.TabIndex = 10; this.txtUserId.TextBoxRelatedWith = null; this.txtUserId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserId_KeyDown); // // lblUserAraName // this.lblUserAraName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(76)))), ((int)(((byte)(122))))); this.lblUserAraName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUserAraName.FieldName = "UserAraName"; this.lblUserAraName.ForeColor = System.Drawing.Color.White; this.lblUserAraName.Location = new System.Drawing.Point(24, 101); this.lblUserAraName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblUserAraName.Name = "lblUserAraName"; this.lblUserAraName.Size = new System.Drawing.Size(133, 23); this.lblUserAraName.TabIndex = 11; this.lblUserAraName.Text = "الاسم العربى"; // // txtUserAraName // this.txtUserAraName.ComboBoxRelatedWith = null; this.txtUserAraName.FieldName = "UserAraName"; this.txtUserAraName.key = false; this.txtUserAraName.Location = new System.Drawing.Point(172, 105); this.txtUserAraName.Margin = new System.Windows.Forms.Padding(4); this.txtUserAraName.Name = "txtUserAraName"; this.txtUserAraName.required = true; this.txtUserAraName.SerachFields = null; this.txtUserAraName.SerachFilter = null; this.txtUserAraName.SerachTable = null; this.txtUserAraName.Size = new System.Drawing.Size(365, 23); this.txtUserAraName.TabIndex = 12; this.txtUserAraName.TextBoxRelatedWith = null; // // lblUserPassword // this.lblUserPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(76)))), ((int)(((byte)(122))))); this.lblUserPassword.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUserPassword.FieldName = "UserPassword"; this.lblUserPassword.ForeColor = System.Drawing.Color.White; this.lblUserPassword.Location = new System.Drawing.Point(24, 135); this.lblUserPassword.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblUserPassword.Name = "lblUserPassword"; this.lblUserPassword.Size = new System.Drawing.Size(133, 23); this.lblUserPassword.TabIndex = 13; this.lblUserPassword.Text = "كلمة المرور"; // // txtUserPassword // this.txtUserPassword.ComboBoxRelatedWith = null; this.txtUserPassword.FieldName = "UserPassword"; this.txtUserPassword.key = false; this.txtUserPassword.Location = new System.Drawing.Point(172, 139); this.txtUserPassword.Margin = new System.Windows.Forms.Padding(4); this.txtUserPassword.Name = "txtUserPassword"; this.txtUserPassword.PasswordChar = '*'; this.txtUserPassword.required = true; this.txtUserPassword.SerachFields = null; this.txtUserPassword.SerachFilter = null; this.txtUserPassword.SerachTable = null; this.txtUserPassword.Size = new System.Drawing.Size(365, 23); this.txtUserPassword.TabIndex = 14; this.txtUserPassword.TextBoxRelatedWith = null; // // chkNotActive // this.chkNotActive.AutoSize = true; this.chkNotActive.FieldName = "NotActive"; this.chkNotActive.Location = new System.Drawing.Point(180, 178); this.chkNotActive.Margin = new System.Windows.Forms.Padding(4); this.chkNotActive.Name = "chkNotActive"; this.chkNotActive.Size = new System.Drawing.Size(15, 14); this.chkNotActive.TabIndex = 16; this.chkNotActive.UseVisualStyleBackColor = true; // // lblNotActive // this.lblNotActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(76)))), ((int)(((byte)(122))))); this.lblNotActive.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblNotActive.FieldName = "NotActive"; this.lblNotActive.ForeColor = System.Drawing.Color.White; this.lblNotActive.Location = new System.Drawing.Point(24, 167); this.lblNotActive.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblNotActive.Name = "lblNotActive"; this.lblNotActive.Size = new System.Drawing.Size(133, 23); this.lblNotActive.TabIndex = 15; this.lblNotActive.Text = "ايقاف تعامل"; // // hGrid // this.hGrid.Anchor = System.Windows.Forms.AnchorStyles.None; this.hGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.hGrid.Enabled = false; this.hGrid.Location = new System.Drawing.Point(24, 203); this.hGrid.Margin = new System.Windows.Forms.Padding(4); this.hGrid.Name = "hGrid"; this.hGrid.Size = new System.Drawing.Size(355, 32); this.hGrid.TabIndex = 21; this.hGrid.TableName = "UsersGroups"; this.hGrid.Visible = false; // // Users // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(801, 262); this.Controls.Add(this.hGrid); this.Controls.Add(this.chkNotActive); this.Controls.Add(this.lblNotActive); this.Controls.Add(this.lblUserPassword); this.Controls.Add(this.txtUserPassword); this.Controls.Add(this.lblUserAraName); this.Controls.Add(this.txtUserAraName); this.Controls.Add(this.lblUserId); this.Controls.Add(this.txtUserId); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Users"; this.TableName = "Users"; this.Text = "المستخدمين"; this.Load += new System.EventHandler(this.Users_Load); this.Controls.SetChildIndex(this.txtUserId, 0); this.Controls.SetChildIndex(this.lblUserId, 0); this.Controls.SetChildIndex(this.txtUserAraName, 0); this.Controls.SetChildIndex(this.lblUserAraName, 0); this.Controls.SetChildIndex(this.txtUserPassword, 0); this.Controls.SetChildIndex(this.lblUserPassword, 0); this.Controls.SetChildIndex(this.lblNotActive, 0); this.Controls.SetChildIndex(this.chkNotActive, 0); this.Controls.SetChildIndex(this.hGrid, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.hGrid)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.lblGroupID = new HControls.HLabel(); this.txtGroupID = new HControls.HTextBox(); this.lblInstCode = new HControls.HLabel(); this.txtGroupAraName = new HControls.HTextBox(); this.hLabel2 = new HControls.HLabel(); this.txtGroupLatName = new HControls.HTextBox(); this.chkNotActive = new HControls.HCheckbox(); this.lblNotActive = new HControls.HLabel(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // lblGroupID // this.lblGroupID.BackColor = System.Drawing.SystemColors.ButtonShadow; this.lblGroupID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblGroupID.FieldName = "GroupID"; this.lblGroupID.Location = new System.Drawing.Point(16, 76); this.lblGroupID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblGroupID.Name = "lblGroupID"; this.lblGroupID.Size = new System.Drawing.Size(133, 25); this.lblGroupID.TabIndex = 9; this.lblGroupID.Text = "كود المجموعة"; // // txtGroupID // this.txtGroupID.ComboBoxRelatedWith = null; this.txtGroupID.FieldName = "GroupID"; this.txtGroupID.key = false; this.txtGroupID.Location = new System.Drawing.Point(157, 76); this.txtGroupID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtGroupID.Name = "txtGroupID"; this.txtGroupID.required = true; this.txtGroupID.SerachFields = null; this.txtGroupID.SerachFilter = null; this.txtGroupID.SerachTable = null; this.txtGroupID.Size = new System.Drawing.Size(81, 23); this.txtGroupID.TabIndex = 10; this.txtGroupID.TextBoxRelatedWith = null; this.txtGroupID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtGroupID_KeyDown); // // lblInstCode // this.lblInstCode.BackColor = System.Drawing.SystemColors.ButtonShadow; this.lblInstCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblInstCode.FieldName = "GroupAraName"; this.lblInstCode.Location = new System.Drawing.Point(16, 108); this.lblInstCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblInstCode.Name = "lblInstCode"; this.lblInstCode.Size = new System.Drawing.Size(133, 28); this.lblInstCode.TabIndex = 12; this.lblInstCode.Text = "الاسم العربى"; // // txtGroupAraName // this.txtGroupAraName.ComboBoxRelatedWith = null; this.txtGroupAraName.FieldName = "GroupAraName"; this.txtGroupAraName.key = false; this.txtGroupAraName.Location = new System.Drawing.Point(157, 108); this.txtGroupAraName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtGroupAraName.Name = "txtGroupAraName"; this.txtGroupAraName.required = false; this.txtGroupAraName.SerachFields = null; this.txtGroupAraName.SerachFilter = null; this.txtGroupAraName.SerachTable = null; this.txtGroupAraName.Size = new System.Drawing.Size(231, 23); this.txtGroupAraName.TabIndex = 13; this.txtGroupAraName.TextBoxRelatedWith = null; // // hLabel2 // this.hLabel2.BackColor = System.Drawing.SystemColors.ButtonShadow; this.hLabel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.hLabel2.FieldName = "GroupLatName"; this.hLabel2.Location = new System.Drawing.Point(16, 143); this.hLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.hLabel2.Name = "hLabel2"; this.hLabel2.Size = new System.Drawing.Size(133, 28); this.hLabel2.TabIndex = 14; this.hLabel2.Text = "الاسم الانجليزى"; // // txtGroupLatName // this.txtGroupLatName.ComboBoxRelatedWith = null; this.txtGroupLatName.FieldName = "GroupLatName"; this.txtGroupLatName.key = false; this.txtGroupLatName.Language = HControls.Languages.English; this.txtGroupLatName.Location = new System.Drawing.Point(157, 140); this.txtGroupLatName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtGroupLatName.Name = "txtGroupLatName"; this.txtGroupLatName.required = false; this.txtGroupLatName.SerachFields = null; this.txtGroupLatName.SerachFilter = null; this.txtGroupLatName.SerachTable = null; this.txtGroupLatName.Size = new System.Drawing.Size(231, 23); this.txtGroupLatName.TabIndex = 15; this.txtGroupLatName.TextBoxRelatedWith = null; // // chkNotActive // this.chkNotActive.AutoSize = true; this.chkNotActive.FieldName = "NotActive"; this.chkNotActive.Location = new System.Drawing.Point(157, 172); this.chkNotActive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chkNotActive.Name = "chkNotActive"; this.chkNotActive.Size = new System.Drawing.Size(15, 14); this.chkNotActive.TabIndex = 21; this.chkNotActive.UseVisualStyleBackColor = true; // // lblNotActive // this.lblNotActive.BackColor = System.Drawing.SystemColors.ButtonShadow; this.lblNotActive.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblNotActive.FieldName = "NotActive"; this.lblNotActive.Location = new System.Drawing.Point(16, 172); this.lblNotActive.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblNotActive.Name = "lblNotActive"; this.lblNotActive.Size = new System.Drawing.Size(133, 28); this.lblNotActive.TabIndex = 20; this.lblNotActive.Text = "ايقاف تعامل"; // // Groups // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(643, 288); this.Controls.Add(this.chkNotActive); this.Controls.Add(this.lblNotActive); this.Controls.Add(this.hLabel2); this.Controls.Add(this.txtGroupLatName); this.Controls.Add(this.lblInstCode); this.Controls.Add(this.txtGroupAraName); this.Controls.Add(this.lblGroupID); this.Controls.Add(this.txtGroupID); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Groups"; this.TableName = "Groups"; this.Text = "المجموعات"; this.Load += new System.EventHandler(this.Groups_Load); this.Controls.SetChildIndex(this.txtGroupID, 0); this.Controls.SetChildIndex(this.lblGroupID, 0); this.Controls.SetChildIndex(this.txtGroupAraName, 0); this.Controls.SetChildIndex(this.lblInstCode, 0); this.Controls.SetChildIndex(this.txtGroupLatName, 0); this.Controls.SetChildIndex(this.hLabel2, 0); this.Controls.SetChildIndex(this.lblNotActive, 0); this.Controls.SetChildIndex(this.chkNotActive, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }