Esempio n. 1
0
        void fnLoadDataSource()
        {
            pnMain.Controls.Clear();
            CntrlDataSource ctl = new CntrlDataSource(1);

            ctl.Dock = DockStyle.Fill;

            Telerik.WinControls.UI.RadGroupBox gbDummy = Common.GetfrmDummy();
            pnMain.Controls.Add(gbDummy);

            pnMain.Controls.Add(ctl);
            pnMain.Controls.Remove(gbDummy);
            ctl.fnSetFocus();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerListRadForm));
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.SearchingRadTextBox = new Telerik.WinControls.UI.RadTextBox();
     this.SelectingRadButton = new Telerik.WinControls.UI.RadButton();
     this.NewCustomerRadButton = new Telerik.WinControls.UI.RadButton();
     this.CloseRadButton = new Telerik.WinControls.UI.RadButton();
     this.MyTimer = new System.Windows.Forms.Timer(this.components);
     this.CustomersRadGridView = new Telerik.WinControls.UI.RadGridView();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SearchingRadTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SelectingRadButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewCustomerRadButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CloseRadButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomersRadGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomersRadGridView.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.SearchingRadTextBox);
     this.radGroupBox1.HeaderText = "Buscar cliente";
     this.radGroupBox1.Location = new System.Drawing.Point(12, 12);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(407, 67);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.Text = "Buscar cliente";
     this.radGroupBox1.Click += new System.EventHandler(this.radGroupBox1_Click);
     //
     // SearchingRadTextBox
     //
     this.SearchingRadTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.SearchingRadTextBox.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SearchingRadTextBox.ForeColor = System.Drawing.Color.Black;
     this.SearchingRadTextBox.Location = new System.Drawing.Point(35, 32);
     this.SearchingRadTextBox.Name = "SearchingRadTextBox";
     this.SearchingRadTextBox.NullText = "Introduzca nombre";
     this.SearchingRadTextBox.Size = new System.Drawing.Size(339, 27);
     this.SearchingRadTextBox.TabIndex = 0;
     this.SearchingRadTextBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SearchingRadTextBox_MouseClick);
     //
     // SelectingRadButton
     //
     this.SelectingRadButton.Location = new System.Drawing.Point(12, 403);
     this.SelectingRadButton.Name = "SelectingRadButton";
     this.SelectingRadButton.Size = new System.Drawing.Size(127, 41);
     this.SelectingRadButton.TabIndex = 2;
     this.SelectingRadButton.Text = "Seleccionar";
     this.SelectingRadButton.Click += new System.EventHandler(this.SelectingRadButton_Click);
     //
     // NewCustomerRadButton
     //
     this.NewCustomerRadButton.Enabled = false;
     this.NewCustomerRadButton.Location = new System.Drawing.Point(152, 403);
     this.NewCustomerRadButton.Name = "NewCustomerRadButton";
     this.NewCustomerRadButton.Size = new System.Drawing.Size(127, 41);
     this.NewCustomerRadButton.TabIndex = 3;
     this.NewCustomerRadButton.Text = "Crear cliente";
     //
     // CloseRadButton
     //
     this.CloseRadButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CloseRadButton.Location = new System.Drawing.Point(292, 403);
     this.CloseRadButton.Name = "CloseRadButton";
     this.CloseRadButton.Size = new System.Drawing.Size(127, 41);
     this.CloseRadButton.TabIndex = 4;
     this.CloseRadButton.Text = "Cerrar";
     //
     // MyTimer
     //
     this.MyTimer.Interval = 1000;
     this.MyTimer.Tick += new System.EventHandler(this.MyTimer_Tick);
     //
     // CustomersRadGridView
     //
     this.CustomersRadGridView.AllowDrop = true;
     this.CustomersRadGridView.Location = new System.Drawing.Point(12, 85);
     //
     // CustomersRadGridView
     //
     this.CustomersRadGridView.MasterTemplate.AllowAddNewRow = false;
     this.CustomersRadGridView.MasterTemplate.AllowDeleteRow = false;
     this.CustomersRadGridView.MasterTemplate.AllowDragToGroup = false;
     this.CustomersRadGridView.MasterTemplate.AllowEditRow = false;
     this.CustomersRadGridView.MasterTemplate.EnableFiltering = true;
     this.CustomersRadGridView.MasterTemplate.ShowFilteringRow = false;
     this.CustomersRadGridView.Name = "CustomersRadGridView";
     this.CustomersRadGridView.Size = new System.Drawing.Size(407, 312);
     this.CustomersRadGridView.TabIndex = 1;
     this.CustomersRadGridView.Text = "radGridView1";
     this.CustomersRadGridView.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.CustomersRadGridView_CellClick);
     //
     // CustomerListRadForm
     //
     this.AcceptButton = this.SelectingRadButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.CloseRadButton;
     this.ClientSize = new System.Drawing.Size(431, 456);
     this.Controls.Add(this.CustomersRadGridView);
     this.Controls.Add(this.SelectingRadButton);
     this.Controls.Add(this.NewCustomerRadButton);
     this.Controls.Add(this.CloseRadButton);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CustomerListRadForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowInTaskbar = false;
     this.ShowItemToolTips = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Seleccione un cliente";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomerListRadForm_FormClosing);
     this.Load += new System.EventHandler(this.CustomerListRadForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SearchingRadTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SelectingRadButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewCustomerRadButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CloseRadButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomersRadGridView.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CustomersRadGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn2 = new Telerik.WinControls.UI.GridViewCommandColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn2 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     this.patientListGroupBox = new Telerik.WinControls.UI.RadGroupBox();
     this.filteringPanel = new Telerik.WinControls.UI.RadPanel();
     this.ucFilter1 = new ShayanDental.UserControls.UCFilter();
     this.grdPatient = new Telerik.WinControls.UI.RadGridView();
     this.btnSave = new Telerik.WinControls.UI.RadButton();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.lstIns = new Telerik.WinControls.UI.RadGridView();
     this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
     this.dpBirthDate = new FarsiLibrary.Win.Controls.FADatePicker();
     this.patientBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.txtPhone1 = new Telerik.WinControls.UI.RadTextBox();
     this.txtPhone2 = new Telerik.WinControls.UI.RadTextBox();
     this.txtAge = new Telerik.WinControls.UI.RadMaskedEditBox();
     this.lblAge = new Telerik.WinControls.UI.RadLabel();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.txtCode = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radCheckBox1 = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel13 = new Telerik.WinControls.UI.RadLabel();
     this.radCheckBox12 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox11 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox13 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox8 = new Telerik.WinControls.UI.RadCheckBox();
     this.radTextBox4 = new Telerik.WinControls.UI.RadTextBox();
     this.radCheckBox5 = new Telerik.WinControls.UI.RadCheckBox();
     this.radTextBox5 = new Telerik.WinControls.UI.RadTextBox();
     this.radCheckBox7 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox3 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox4 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox9 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox10 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox6 = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox2 = new Telerik.WinControls.UI.RadCheckBox();
     this.patientHepatitCheckBox = new Telerik.WinControls.UI.RadCheckBox();
     this.patientPregnancyCheckBox = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.txtLastName = new Telerik.WinControls.UI.RadTextBox();
     this.txtFirstName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.txtDescription = new Telerik.WinControls.UI.RadTextBox();
     this.txtAddress = new Telerik.WinControls.UI.RadTextBox();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnHistory = new Telerik.WinControls.UI.RadButton();
     this.btnDocs = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radCheckBox14 = new Telerik.WinControls.UI.RadCheckBox();
     this.radTextBox2 = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox1 = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox3 = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.patientListGroupBox)).BeginInit();
     this.patientListGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.filteringPanel)).BeginInit();
     this.filteringPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdPatient)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPatient.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstIns)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstIns.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblAge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientHepatitCheckBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientPregnancyCheckBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnHistory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDocs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
     this.radGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // patientListGroupBox
     //
     this.patientListGroupBox.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.patientListGroupBox.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.patientListGroupBox.Controls.Add(this.filteringPanel);
     this.patientListGroupBox.Controls.Add(this.grdPatient);
     this.patientListGroupBox.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.patientListGroupBox.FooterImageIndex = -1;
     this.patientListGroupBox.FooterImageKey = "";
     this.patientListGroupBox.HeaderImageIndex = -1;
     this.patientListGroupBox.HeaderImageKey = "";
     this.patientListGroupBox.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.patientListGroupBox.HeaderText = "پرونده های ذخیره شده";
     this.patientListGroupBox.Location = new System.Drawing.Point(13, 0);
     this.patientListGroupBox.Name = "patientListGroupBox";
     this.patientListGroupBox.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.patientListGroupBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.patientListGroupBox.RootElement.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.patientListGroupBox.Size = new System.Drawing.Size(249, 610);
     this.patientListGroupBox.TabIndex = 1;
     this.patientListGroupBox.Text = "پرونده های ذخیره شده";
     //
     // filteringPanel
     //
     this.filteringPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.filteringPanel.Controls.Add(this.ucFilter1);
     this.filteringPanel.Location = new System.Drawing.Point(5, 25);
     this.filteringPanel.Name = "filteringPanel";
     this.filteringPanel.Size = new System.Drawing.Size(239, 32);
     this.filteringPanel.TabIndex = 0;
     //
     // ucFilter1
     //
     this.ucFilter1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucFilter1.Location = new System.Drawing.Point(0, 0);
     this.ucFilter1.Margin = new System.Windows.Forms.Padding(4);
     this.ucFilter1.Name = "ucFilter1";
     this.ucFilter1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ucFilter1.Size = new System.Drawing.Size(239, 32);
     this.ucFilter1.TabIndex = 0;
     //
     // grdPatient
     //
     this.grdPatient.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.grdPatient.EnableHotTracking = false;
     this.grdPatient.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grdPatient.Location = new System.Drawing.Point(5, 66);
     //
     // grdPatient
     //
     this.grdPatient.MasterTemplate.AllowAddNewRow = false;
     this.grdPatient.MasterTemplate.AllowCellContextMenu = false;
     this.grdPatient.MasterTemplate.AllowColumnChooser = false;
     this.grdPatient.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grdPatient.MasterTemplate.AllowDeleteRow = false;
     this.grdPatient.MasterTemplate.AllowDragToGroup = false;
     this.grdPatient.MasterTemplate.AllowEditRow = false;
     this.grdPatient.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn5.FieldName = "FirstName";
     gridViewTextBoxColumn5.HeaderText = "نام";
     gridViewTextBoxColumn5.Name = "FirstName";
     gridViewTextBoxColumn5.Width = 57;
     gridViewTextBoxColumn6.FieldName = "LastName";
     gridViewTextBoxColumn6.HeaderText = "نام خانوادگی";
     gridViewTextBoxColumn6.Name = "LastName";
     gridViewTextBoxColumn6.Width = 84;
     gridViewTextBoxColumn7.FieldName = "AccountantCode";
     gridViewTextBoxColumn7.HeaderText = "شماره پرونده";
     gridViewTextBoxColumn7.Name = "Code";
     gridViewTextBoxColumn7.Width = 69;
     gridViewCommandColumn2.AllowResize = false;
     gridViewCommandColumn2.HeaderText = "حذف";
     gridViewCommandColumn2.ImageLayout = System.Windows.Forms.ImageLayout.Center;
     gridViewCommandColumn2.Name = "column1";
     gridViewCommandColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     gridViewCommandColumn2.Width = 30;
     this.grdPatient.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn5,
     gridViewTextBoxColumn6,
     gridViewTextBoxColumn7,
     gridViewCommandColumn2});
     this.grdPatient.MasterTemplate.EnableGrouping = false;
     this.grdPatient.MasterTemplate.ShowFilteringRow = false;
     this.grdPatient.MasterTemplate.ShowRowHeaderColumn = false;
     this.grdPatient.Name = "grdPatient";
     this.grdPatient.ReadOnly = true;
     this.grdPatient.Size = new System.Drawing.Size(239, 539);
     this.grdPatient.TabIndex = 0;
     this.grdPatient.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grdPatient_CellFormatting);
     this.grdPatient.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grdPatient_CurrentRowChanging);
     this.grdPatient.SelectionChanged += new System.EventHandler(this.grdPatient_SelectionChanged);
     this.grdPatient.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grdPatient_CommandCellClick);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnSave.Location = new System.Drawing.Point(877, 577);
     this.btnSave.Name = "btnSave";
     this.btnSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnSave.Size = new System.Drawing.Size(110, 35);
     this.btnSave.TabIndex = 2;
     this.btnSave.Text = "ذخیره   ";
     this.btnSave.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnCancel.Location = new System.Drawing.Point(761, 577);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnCancel.Size = new System.Drawing.Size(110, 35);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "انصراف   ";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // lstIns
     //
     this.lstIns.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.lstIns.AutoScroll = true;
     this.lstIns.EnableHotTracking = false;
     this.lstIns.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lstIns.Location = new System.Drawing.Point(5, 217);
     //
     // lstIns
     //
     this.lstIns.MasterTemplate.AddNewRowPosition = Telerik.WinControls.UI.SystemRowPosition.Bottom;
     this.lstIns.MasterTemplate.AllowAddNewRow = false;
     this.lstIns.MasterTemplate.AllowCellContextMenu = false;
     this.lstIns.MasterTemplate.AllowColumnChooser = false;
     this.lstIns.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.lstIns.MasterTemplate.AllowColumnReorder = false;
     this.lstIns.MasterTemplate.AllowColumnResize = false;
     this.lstIns.MasterTemplate.AllowDeleteRow = false;
     this.lstIns.MasterTemplate.AllowDragToGroup = false;
     this.lstIns.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewCheckBoxColumn2.FormatString = "";
     gridViewCheckBoxColumn2.HeaderText = "";
     gridViewCheckBoxColumn2.Name = "chkBox";
     gridViewCheckBoxColumn2.Width = 31;
     gridViewTextBoxColumn8.FieldName = "Title";
     gridViewTextBoxColumn8.HeaderText = "عنوان بیمه";
     gridViewTextBoxColumn8.Name = "Title";
     gridViewTextBoxColumn8.ReadOnly = true;
     gridViewTextBoxColumn8.Width = 212;
     this.lstIns.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewCheckBoxColumn2,
     gridViewTextBoxColumn8});
     this.lstIns.MasterTemplate.EnableGrouping = false;
     this.lstIns.MasterTemplate.EnableSorting = false;
     this.lstIns.MasterTemplate.ShowRowHeaderColumn = false;
     this.lstIns.Name = "lstIns";
     this.lstIns.ShowGroupPanel = false;
     this.lstIns.Size = new System.Drawing.Size(243, 208);
     this.lstIns.TabIndex = 5;
     this.lstIns.Text = "radGridView1";
     this.lstIns.CellValueChanged += new Telerik.WinControls.UI.GridViewCellEventHandler(this.lstIns_CellValueChanged);
     //
     // radLabel11
     //
     this.radLabel11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel11.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel11.Location = new System.Drawing.Point(635, 11);
     this.radLabel11.Name = "radLabel11";
     this.radLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.radLabel11.Size = new System.Drawing.Size(83, 30);
     this.radLabel11.TabIndex = 48;
     this.radLabel11.Text = "شماره پرونده :";
     this.radLabel11.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // dpBirthDate
     //
     this.dpBirthDate.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dpBirthDate.DataBindings.Add(new System.Windows.Forms.Binding("SelectedDateTime", this.patientBindingSource, "BirthDate", true));
     this.dpBirthDate.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.dpBirthDate.Location = new System.Drawing.Point(483, 121);
     this.dpBirthDate.Multiline = true;
     this.dpBirthDate.Name = "dpBirthDate";
     this.dpBirthDate.Size = new System.Drawing.Size(162, 27);
     this.dpBirthDate.TabIndex = 8;
     this.dpBirthDate.SelectedDateTimeChanged += new System.EventHandler(this.dpBirthDate_SelectedDateTimeChanged);
     //
     // patientBindingSource
     //
     this.patientBindingSource.DataSource = typeof(Shayan.Data.Patient);
     //
     // txtPhone1
     //
     this.txtPhone1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtPhone1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "HomeNumber", true));
     this.txtPhone1.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtPhone1.Location = new System.Drawing.Point(10, 25);
     this.txtPhone1.MaxLength = 15;
     this.txtPhone1.Name = "txtPhone1";
     this.txtPhone1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.txtPhone1.Size = new System.Drawing.Size(166, 28);
     this.txtPhone1.TabIndex = 5;
     this.txtPhone1.TabStop = false;
     this.txtPhone1.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtPhone1_TextChanging);
     //
     // txtPhone2
     //
     this.txtPhone2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtPhone2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "CellNumber", true));
     this.txtPhone2.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtPhone2.Location = new System.Drawing.Point(10, 57);
     this.txtPhone2.MaxLength = 15;
     this.txtPhone2.Name = "txtPhone2";
     this.txtPhone2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.txtPhone2.Size = new System.Drawing.Size(166, 28);
     this.txtPhone2.TabIndex = 6;
     this.txtPhone2.TabStop = false;
     this.txtPhone2.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtPhone1_TextChanging);
     //
     // txtAge
     //
     this.txtAge.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtAge.AutoSize = true;
     this.txtAge.Enabled = false;
     this.txtAge.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtAge.Location = new System.Drawing.Point(388, 122);
     this.txtAge.MaxLength = 3;
     this.txtAge.Name = "txtAge";
     this.txtAge.Size = new System.Drawing.Size(26, 28);
     this.txtAge.TabIndex = 9;
     this.txtAge.TabStop = false;
     //
     // lblAge
     //
     this.lblAge.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.lblAge.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblAge.Location = new System.Drawing.Point(418, 121);
     this.lblAge.Name = "lblAge";
     this.lblAge.Size = new System.Drawing.Size(33, 30);
     this.lblAge.TabIndex = 6;
     this.lblAge.Text = "سن :";
     this.lblAge.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnAdd.Location = new System.Drawing.Point(609, 524);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnAdd.Size = new System.Drawing.Size(110, 35);
     this.btnAdd.TabIndex = 7;
     this.btnAdd.Text = "افزودن   ";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnNew
     //
     this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnNew.Location = new System.Drawing.Point(493, 524);
     this.btnNew.Name = "btnNew";
     this.btnNew.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnNew.Size = new System.Drawing.Size(110, 35);
     this.btnNew.TabIndex = 8;
     this.btnNew.Text = "جدید   ";
     this.btnNew.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "AccountantCode", true));
     this.txtCode.Enabled = false;
     this.txtCode.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtCode.Location = new System.Drawing.Point(489, 13);
     this.txtCode.Name = "txtCode";
     this.txtCode.NullText = "-بعد از ذخیره اختصاص می یابد-";
     this.txtCode.Size = new System.Drawing.Size(141, 25);
     this.txtCode.TabIndex = 0;
     this.txtCode.TabStop = false;
     //
     // radLabel12
     //
     this.radLabel12.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel12.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel12.Location = new System.Drawing.Point(650, 25);
     this.radLabel12.Name = "radLabel12";
     this.radLabel12.Size = new System.Drawing.Size(28, 30);
     this.radLabel12.TabIndex = 41;
     this.radLabel12.Text = "نام :";
     this.radLabel12.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.radGroupBox1.Controls.Add(this.radCheckBox1);
     this.radGroupBox1.Controls.Add(this.radLabel6);
     this.radGroupBox1.Controls.Add(this.radLabel13);
     this.radGroupBox1.Controls.Add(this.radCheckBox12);
     this.radGroupBox1.Controls.Add(this.radCheckBox11);
     this.radGroupBox1.Controls.Add(this.radCheckBox13);
     this.radGroupBox1.Controls.Add(this.radCheckBox8);
     this.radGroupBox1.Controls.Add(this.radTextBox4);
     this.radGroupBox1.Controls.Add(this.radCheckBox5);
     this.radGroupBox1.Controls.Add(this.radTextBox5);
     this.radGroupBox1.Controls.Add(this.radCheckBox7);
     this.radGroupBox1.Controls.Add(this.radCheckBox3);
     this.radGroupBox1.Controls.Add(this.radCheckBox4);
     this.radGroupBox1.Controls.Add(this.radCheckBox9);
     this.radGroupBox1.Controls.Add(this.radCheckBox10);
     this.radGroupBox1.Controls.Add(this.radCheckBox6);
     this.radGroupBox1.Controls.Add(this.radCheckBox2);
     this.radGroupBox1.Controls.Add(this.patientHepatitCheckBox);
     this.radGroupBox1.Controls.Add(this.patientPregnancyCheckBox);
     this.radGroupBox1.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "شرایط ویژه:";
     this.radGroupBox1.Location = new System.Drawing.Point(254, 207);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(466, 218);
     this.radGroupBox1.TabIndex = 4;
     this.radGroupBox1.Text = "شرایط ویژه:";
     //
     // radCheckBox1
     //
     this.radCheckBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "Alergy", true));
     this.radCheckBox1.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox1.Location = new System.Drawing.Point(403, 84);
     this.radCheckBox1.Name = "radCheckBox1";
     this.radCheckBox1.Size = new System.Drawing.Size(55, 30);
     this.radCheckBox1.TabIndex = 8;
     this.radCheckBox1.Text = "آلرژی";
     //
     // radLabel6
     //
     this.radLabel6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel6.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel6.Location = new System.Drawing.Point(231, 178);
     this.radLabel6.Name = "radLabel6";
     this.radLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.radLabel6.Size = new System.Drawing.Size(229, 30);
     this.radLabel6.TabIndex = 56;
     this.radLabel6.Text = "آیا در مراجعات قبلی مشکل خاصی داشتید؟";
     this.radLabel6.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel13
     //
     this.radLabel13.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel13.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel13.Location = new System.Drawing.Point(260, 150);
     this.radLabel13.Name = "radLabel13";
     this.radLabel13.Size = new System.Drawing.Size(209, 30);
     this.radLabel13.TabIndex = 54;
     this.radLabel13.Text = "آیا در حال حاضر دارو مصرف می کنید؟";
     this.radLabel13.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radCheckBox12
     //
     this.radCheckBox12.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox12.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "SingcobAfterInjection", true));
     this.radCheckBox12.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox12.Location = new System.Drawing.Point(70, 111);
     this.radCheckBox12.Name = "radCheckBox12";
     this.radCheckBox12.Size = new System.Drawing.Size(116, 30);
     this.radCheckBox12.TabIndex = 13;
     this.radCheckBox12.Text = "غش پس از تزریق";
     //
     // radCheckBox11
     //
     this.radCheckBox11.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox11.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "KidneyDesease", true));
     this.radCheckBox11.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox11.Location = new System.Drawing.Point(95, 84);
     this.radCheckBox11.Name = "radCheckBox11";
     this.radCheckBox11.Size = new System.Drawing.Size(91, 30);
     this.radCheckBox11.TabIndex = 11;
     this.radCheckBox11.Text = "بیماری کلیوی";
     //
     // radCheckBox13
     //
     this.radCheckBox13.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox13.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "AsthmaAfterInjection", true));
     this.radCheckBox13.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox13.Location = new System.Drawing.Point(245, 111);
     this.radCheckBox13.Name = "radCheckBox13";
     this.radCheckBox13.Size = new System.Drawing.Size(147, 30);
     this.radCheckBox13.TabIndex = 14;
     this.radCheckBox13.Text = "تنگی نفس پس از تزریق";
     //
     // radCheckBox8
     //
     this.radCheckBox8.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox8.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "BloodPresure", true));
     this.radCheckBox8.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox8.Location = new System.Drawing.Point(319, 84);
     this.radCheckBox8.Name = "radCheckBox8";
     this.radCheckBox8.Size = new System.Drawing.Size(73, 30);
     this.radCheckBox8.TabIndex = 9;
     this.radCheckBox8.Text = "فشار خون";
     //
     // radTextBox4
     //
     this.radTextBox4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radTextBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "VisitProblemsDescription", true));
     this.radTextBox4.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radTextBox4.Location = new System.Drawing.Point(4, 180);
     this.radTextBox4.Name = "radTextBox4";
     this.radTextBox4.Size = new System.Drawing.Size(221, 28);
     this.radTextBox4.TabIndex = 16;
     this.radTextBox4.TabStop = false;
     this.radTextBox4.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtAddress_TextChanging);
     //
     // radCheckBox5
     //
     this.radCheckBox5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox5.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "TiroeedDesease", true));
     this.radCheckBox5.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox5.Location = new System.Drawing.Point(198, 84);
     this.radCheckBox5.Name = "radCheckBox5";
     this.radCheckBox5.Size = new System.Drawing.Size(98, 30);
     this.radCheckBox5.TabIndex = 10;
     this.radCheckBox5.Text = "بیماری تیروئید";
     //
     // radTextBox5
     //
     this.radTextBox5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radTextBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "DrugDiscription", true));
     this.radTextBox5.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radTextBox5.Location = new System.Drawing.Point(4, 151);
     this.radTextBox5.Name = "radTextBox5";
     this.radTextBox5.Size = new System.Drawing.Size(221, 28);
     this.radTextBox5.TabIndex = 15;
     this.radTextBox5.TabStop = false;
     this.radTextBox5.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtAddress_TextChanging);
     //
     // radCheckBox7
     //
     this.radCheckBox7.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox7.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "Diabetic", true));
     this.radCheckBox7.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox7.Location = new System.Drawing.Point(406, 112);
     this.radCheckBox7.Name = "radCheckBox7";
     this.radCheckBox7.Size = new System.Drawing.Size(52, 30);
     this.radCheckBox7.TabIndex = 12;
     this.radCheckBox7.Text = "دیابت";
     //
     // radCheckBox3
     //
     this.radCheckBox3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox3.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "BloodDesease", true));
     this.radCheckBox3.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox3.Location = new System.Drawing.Point(96, 26);
     this.radCheckBox3.Name = "radCheckBox3";
     this.radCheckBox3.Size = new System.Drawing.Size(90, 30);
     this.radCheckBox3.TabIndex = 3;
     this.radCheckBox3.Text = "ناراحتی خونی";
     //
     // radCheckBox4
     //
     this.radCheckBox4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox4.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "RadioTeraphy", true));
     this.radCheckBox4.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox4.Location = new System.Drawing.Point(189, 55);
     this.radCheckBox4.Name = "radCheckBox4";
     this.radCheckBox4.Size = new System.Drawing.Size(107, 30);
     this.radCheckBox4.TabIndex = 6;
     this.radCheckBox4.Text = "سابقه رادیوتراپی";
     //
     // radCheckBox9
     //
     this.radCheckBox9.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox9.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "Hepatit", true));
     this.radCheckBox9.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox9.Location = new System.Drawing.Point(400, 26);
     this.radCheckBox9.Name = "radCheckBox9";
     this.radCheckBox9.Size = new System.Drawing.Size(58, 30);
     this.radCheckBox9.TabIndex = 0;
     this.radCheckBox9.Text = "هپاتیت";
     //
     // radCheckBox10
     //
     this.radCheckBox10.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox10.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "ChemicalCure", true));
     this.radCheckBox10.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox10.Location = new System.Drawing.Point(98, 55);
     this.radCheckBox10.Name = "radCheckBox10";
     this.radCheckBox10.Size = new System.Drawing.Size(88, 30);
     this.radCheckBox10.TabIndex = 7;
     this.radCheckBox10.Text = "شیمی درمانی";
     //
     // radCheckBox6
     //
     this.radCheckBox6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox6.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "NeuroticDesease", true));
     this.radCheckBox6.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox6.Location = new System.Drawing.Point(299, 55);
     this.radCheckBox6.Name = "radCheckBox6";
     this.radCheckBox6.Size = new System.Drawing.Size(93, 30);
     this.radCheckBox6.TabIndex = 5;
     this.radCheckBox6.Text = "ناراحتی عصبی";
     //
     // radCheckBox2
     //
     this.radCheckBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "Pregnancy", true));
     this.radCheckBox2.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox2.Location = new System.Drawing.Point(397, 55);
     this.radCheckBox2.Name = "radCheckBox2";
     this.radCheckBox2.Size = new System.Drawing.Size(61, 30);
     this.radCheckBox2.TabIndex = 4;
     this.radCheckBox2.Text = "بارداری";
     //
     // patientHepatitCheckBox
     //
     this.patientHepatitCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.patientHepatitCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "BreathDesease", true));
     this.patientHepatitCheckBox.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.patientHepatitCheckBox.Location = new System.Drawing.Point(200, 26);
     this.patientHepatitCheckBox.Name = "patientHepatitCheckBox";
     this.patientHepatitCheckBox.Size = new System.Drawing.Size(96, 30);
     this.patientHepatitCheckBox.TabIndex = 2;
     this.patientHepatitCheckBox.Text = "ناراحتی تنفسی";
     //
     // patientPregnancyCheckBox
     //
     this.patientPregnancyCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.patientPregnancyCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "HeartDesease", true));
     this.patientPregnancyCheckBox.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.patientPregnancyCheckBox.Location = new System.Drawing.Point(307, 26);
     this.patientPregnancyCheckBox.Name = "patientPregnancyCheckBox";
     this.patientPregnancyCheckBox.Size = new System.Drawing.Size(85, 30);
     this.patientPregnancyCheckBox.TabIndex = 1;
     this.patientPregnancyCheckBox.Text = "ناراحتی قلبی";
     //
     // radLabel10
     //
     this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel10.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel10.Location = new System.Drawing.Point(178, 26);
     this.radLabel10.Name = "radLabel10";
     this.radLabel10.Size = new System.Drawing.Size(67, 30);
     this.radLabel10.TabIndex = 42;
     this.radLabel10.Text = "تلفن منزل :";
     this.radLabel10.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel9
     //
     this.radLabel9.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel9.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel9.Location = new System.Drawing.Point(177, 57);
     this.radLabel9.Name = "radLabel9";
     this.radLabel9.Size = new System.Drawing.Size(71, 30);
     this.radLabel9.TabIndex = 43;
     this.radLabel9.Text = "تلفن همراه :";
     this.radLabel9.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel8
     //
     this.radLabel8.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel8.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel8.Location = new System.Drawing.Point(649, 88);
     this.radLabel8.Name = "radLabel8";
     this.radLabel8.Size = new System.Drawing.Size(48, 30);
     this.radLabel8.TabIndex = 44;
     this.radLabel8.Text = "آدرس :";
     this.radLabel8.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel2
     //
     this.radLabel2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel2.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel2.Location = new System.Drawing.Point(646, 119);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(67, 30);
     this.radLabel2.TabIndex = 55;
     this.radLabel2.Text = "تاریخ تولد :";
     this.radLabel2.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel7
     //
     this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.radLabel7.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel7.Location = new System.Drawing.Point(655, 431);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.radLabel7.Size = new System.Drawing.Size(65, 30);
     this.radLabel7.TabIndex = 45;
     this.radLabel7.Text = "توضیحات :";
     this.radLabel7.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtLastName
     //
     this.txtLastName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtLastName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "LastName", true));
     this.txtLastName.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtLastName.Location = new System.Drawing.Point(264, 25);
     this.txtLastName.Name = "txtLastName";
     this.txtLastName.Size = new System.Drawing.Size(150, 28);
     this.txtLastName.TabIndex = 1;
     this.txtLastName.TabStop = false;
     this.txtLastName.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtFirstName_TextChanging);
     //
     // txtFirstName
     //
     this.txtFirstName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtFirstName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "FirstName", true));
     this.txtFirstName.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtFirstName.Location = new System.Drawing.Point(498, 25);
     this.txtFirstName.Name = "txtFirstName";
     this.txtFirstName.Size = new System.Drawing.Size(147, 28);
     this.txtFirstName.TabIndex = 0;
     this.txtFirstName.TabStop = false;
     this.txtFirstName.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtFirstName_TextChanging);
     //
     // radLabel1
     //
     this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel1.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel1.Location = new System.Drawing.Point(417, 27);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(79, 30);
     this.radLabel1.TabIndex = 49;
     this.radLabel1.Text = "نام خانوادگی :";
     this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtDescription
     //
     this.txtDescription.AcceptsReturn = true;
     this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.txtDescription.AutoScroll = true;
     this.txtDescription.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "Description", true));
     this.txtDescription.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtDescription.Location = new System.Drawing.Point(6, 431);
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     //
     //
     //
     this.txtDescription.RootElement.StretchVertically = true;
     this.txtDescription.Size = new System.Drawing.Size(648, 84);
     this.txtDescription.TabIndex = 6;
     this.txtDescription.TabStop = false;
     this.txtDescription.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtAddress_TextChanging);
     //
     // txtAddress
     //
     this.txtAddress.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "Address", true));
     this.txtAddress.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtAddress.Location = new System.Drawing.Point(262, 88);
     this.txtAddress.Multiline = true;
     this.txtAddress.Name = "txtAddress";
     //
     //
     //
     this.txtAddress.RootElement.StretchVertically = true;
     this.txtAddress.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.txtAddress.Size = new System.Drawing.Size(383, 30);
     this.txtAddress.TabIndex = 4;
     this.txtAddress.TabStop = false;
     this.txtAddress.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtAddress_TextChanging);
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox2.Controls.Add(this.btnHistory);
     this.radGroupBox2.Controls.Add(this.radLabel7);
     this.radGroupBox2.Controls.Add(this.btnDocs);
     this.radGroupBox2.Controls.Add(this.lstIns);
     this.radGroupBox2.Controls.Add(this.radGroupBox3);
     this.radGroupBox2.Controls.Add(this.btnAdd);
     this.radGroupBox2.Controls.Add(this.txtDescription);
     this.radGroupBox2.Controls.Add(this.btnNew);
     this.radGroupBox2.Controls.Add(this.radGroupBox1);
     this.radGroupBox2.Controls.Add(this.radLabel11);
     this.radGroupBox2.Controls.Add(this.txtCode);
     this.radGroupBox2.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "";
     this.radGroupBox2.Location = new System.Drawing.Point(268, 7);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.Size = new System.Drawing.Size(730, 564);
     this.radGroupBox2.TabIndex = 0;
     //
     // btnHistory
     //
     this.btnHistory.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnHistory.Location = new System.Drawing.Point(10, 11);
     this.btnHistory.Name = "btnHistory";
     this.btnHistory.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnHistory.Size = new System.Drawing.Size(110, 35);
     this.btnHistory.TabIndex = 2;
     this.btnHistory.Text = "سابقه بیمار   ";
     this.btnHistory.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnHistory.Click += new System.EventHandler(this.radButton2_Click);
     //
     // btnDocs
     //
     this.btnDocs.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnDocs.Location = new System.Drawing.Point(126, 11);
     this.btnDocs.Name = "btnDocs";
     this.btnDocs.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnDocs.Size = new System.Drawing.Size(110, 35);
     this.btnDocs.TabIndex = 1;
     this.btnDocs.Text = "اسناد بیمار   ";
     this.btnDocs.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnDocs.Click += new System.EventHandler(this.radButton1_Click);
     //
     // radGroupBox3
     //
     this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.radGroupBox3.Controls.Add(this.radLabel4);
     this.radGroupBox3.Controls.Add(this.radCheckBox14);
     this.radGroupBox3.Controls.Add(this.dpBirthDate);
     this.radGroupBox3.Controls.Add(this.radTextBox2);
     this.radGroupBox3.Controls.Add(this.radTextBox1);
     this.radGroupBox3.Controls.Add(this.txtFirstName);
     this.radGroupBox3.Controls.Add(this.radTextBox3);
     this.radGroupBox3.Controls.Add(this.radLabel5);
     this.radGroupBox3.Controls.Add(this.radLabel3);
     this.radGroupBox3.Controls.Add(this.txtAddress);
     this.radGroupBox3.Controls.Add(this.txtPhone1);
     this.radGroupBox3.Controls.Add(this.radLabel1);
     this.radGroupBox3.Controls.Add(this.txtPhone2);
     this.radGroupBox3.Controls.Add(this.txtLastName);
     this.radGroupBox3.Controls.Add(this.txtAge);
     this.radGroupBox3.Controls.Add(this.radLabel2);
     this.radGroupBox3.Controls.Add(this.lblAge);
     this.radGroupBox3.Controls.Add(this.radLabel8);
     this.radGroupBox3.Controls.Add(this.radLabel9);
     this.radGroupBox3.Controls.Add(this.radLabel10);
     this.radGroupBox3.Controls.Add(this.radLabel12);
     this.radGroupBox3.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox3.FooterImageIndex = -1;
     this.radGroupBox3.FooterImageKey = "";
     this.radGroupBox3.HeaderImageIndex = -1;
     this.radGroupBox3.HeaderImageKey = "";
     this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox3.HeaderText = "مشخصات بیمار";
     this.radGroupBox3.Location = new System.Drawing.Point(5, 42);
     this.radGroupBox3.Name = "radGroupBox3";
     this.radGroupBox3.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.radGroupBox3.Size = new System.Drawing.Size(715, 159);
     this.radGroupBox3.TabIndex = 3;
     this.radGroupBox3.Text = "مشخصات بیمار";
     //
     // radLabel4
     //
     this.radLabel4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel4.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel4.Location = new System.Drawing.Point(417, 57);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(39, 30);
     this.radLabel4.TabIndex = 53;
     this.radLabel4.Text = "شغل :";
     this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radCheckBox14
     //
     this.radCheckBox14.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radCheckBox14.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.patientBindingSource, "IsChild", true));
     this.radCheckBox14.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radCheckBox14.Location = new System.Drawing.Point(8, 122);
     this.radCheckBox14.Name = "radCheckBox14";
     this.radCheckBox14.Size = new System.Drawing.Size(168, 30);
     this.radCheckBox14.TabIndex = 9;
     this.radCheckBox14.Text = "بیمار در گروه اطفال می باشد";
     //
     // radTextBox2
     //
     this.radTextBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "Introducer", true));
     this.radTextBox2.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radTextBox2.Location = new System.Drawing.Point(498, 57);
     this.radTextBox2.Name = "radTextBox2";
     this.radTextBox2.Size = new System.Drawing.Size(147, 28);
     this.radTextBox2.TabIndex = 2;
     this.radTextBox2.TabStop = false;
     this.radTextBox2.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtFirstName_TextChanging);
     //
     // radTextBox1
     //
     this.radTextBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "WorkNumber", true));
     this.radTextBox1.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radTextBox1.Location = new System.Drawing.Point(10, 88);
     this.radTextBox1.MaxLength = 15;
     this.radTextBox1.Name = "radTextBox1";
     this.radTextBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.radTextBox1.Size = new System.Drawing.Size(166, 28);
     this.radTextBox1.TabIndex = 7;
     this.radTextBox1.TabStop = false;
     this.radTextBox1.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtPhone1_TextChanging);
     //
     // radTextBox3
     //
     this.radTextBox3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.patientBindingSource, "Job", true));
     this.radTextBox3.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radTextBox3.Location = new System.Drawing.Point(264, 57);
     this.radTextBox3.Name = "radTextBox3";
     this.radTextBox3.Size = new System.Drawing.Size(150, 28);
     this.radTextBox3.TabIndex = 3;
     this.radTextBox3.TabStop = false;
     this.radTextBox3.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtFirstName_TextChanging);
     //
     // radLabel5
     //
     this.radLabel5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel5.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel5.Location = new System.Drawing.Point(649, 57);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(46, 30);
     this.radLabel5.TabIndex = 52;
     this.radLabel5.Text = "معرف :";
     this.radLabel5.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel3
     //
     this.radLabel3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.radLabel3.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel3.Location = new System.Drawing.Point(177, 89);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(85, 30);
     this.radLabel3.TabIndex = 45;
     this.radLabel3.Text = "تلفن محل کار :";
     this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // FormDefinePatient
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1000, 622);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.radGroupBox2);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.patientListGroupBox);
     this.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.MinimumSize = new System.Drawing.Size(1008, 540);
     this.Name = "FormDefinePatient";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "بیمار";
     this.ThemeName = "ControlDefault";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.patientListGroupBox)).EndInit();
     this.patientListGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.filteringPanel)).EndInit();
     this.filteringPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdPatient.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPatient)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstIns.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstIns)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblAge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientHepatitCheckBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientPregnancyCheckBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnHistory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDocs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
     this.radGroupBox3.ResumeLayout(false);
     this.radGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     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(add_product));
     this.formFrameSkinner1 = new Elegant.Ui.FormFrameSkinner();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.radSpinEditor4 = new Telerik.WinControls.UI.RadSpinEditor();
     this.radSpinEditor3 = new Telerik.WinControls.UI.RadSpinEditor();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.radSpinEditor1 = new Telerik.WinControls.UI.RadSpinEditor();
     this.switchButton1 = new DevComponents.DotNetBar.Controls.SwitchButton();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radSpinEditor2 = new Telerik.WinControls.UI.RadSpinEditor();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
     this.radGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // formFrameSkinner1
     //
     this.formFrameSkinner1.Form = this;
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.pictureBox2);
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Controls.Add(this.radGroupBox4);
     this.groupPanel1.Controls.Add(this.radGroupBox3);
     this.groupPanel1.Controls.Add(this.radGroupBox2);
     this.groupPanel1.Controls.Add(this.radGroupBox1);
     this.groupPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel1.Location = new System.Drawing.Point(12, 12);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(704, 411);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 2;
     this.groupPanel1.Text = "إضافة سلعه";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
     this.buttonX1.Location = new System.Drawing.Point(297, 343);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(97, 42);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 25;
     this.buttonX1.Text = "إضافه";
     //
     // radGroupBox4
     //
     this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox4.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox4.Controls.Add(this.textBoxX5);
     this.radGroupBox4.Controls.Add(this.textBoxX6);
     this.radGroupBox4.Controls.Add(this.labelX13);
     this.radGroupBox4.Controls.Add(this.labelX14);
     this.radGroupBox4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "الباركود";
     this.radGroupBox4.Location = new System.Drawing.Point(351, 240);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox4.Size = new System.Drawing.Size(337, 97);
     this.radGroupBox4.TabIndex = 23;
     this.radGroupBox4.Text = "الباركود";
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Location = new System.Drawing.Point(52, 62);
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.Size = new System.Drawing.Size(200, 22);
     this.textBoxX5.TabIndex = 20;
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Location = new System.Drawing.Point(52, 33);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.Size = new System.Drawing.Size(200, 22);
     this.textBoxX6.TabIndex = 19;
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(257, 61);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(75, 23);
     this.labelX13.TabIndex = 1;
     this.labelX13.Text = "قطعة :";
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(257, 32);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(75, 23);
     this.labelX14.TabIndex = 0;
     this.labelX14.Text = "الكرتون :";
     //
     // radGroupBox3
     //
     this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox3.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox3.Controls.Add(this.labelX11);
     this.radGroupBox3.Controls.Add(this.labelX10);
     this.radGroupBox3.Controls.Add(this.radSpinEditor4);
     this.radGroupBox3.Controls.Add(this.radSpinEditor3);
     this.radGroupBox3.Controls.Add(this.labelX8);
     this.radGroupBox3.Controls.Add(this.labelX9);
     this.radGroupBox3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox3.FooterImageIndex = -1;
     this.radGroupBox3.FooterImageKey = "";
     this.radGroupBox3.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox3.HeaderImageIndex = -1;
     this.radGroupBox3.HeaderImageKey = "";
     this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox3.HeaderText = "الاسعار";
     this.radGroupBox3.Location = new System.Drawing.Point(8, 238);
     this.radGroupBox3.Name = "radGroupBox3";
     this.radGroupBox3.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox3.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox3.Size = new System.Drawing.Size(338, 97);
     this.radGroupBox3.TabIndex = 20;
     this.radGroupBox3.Text = "الاسعار";
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.ForeColor = System.Drawing.Color.Red;
     this.labelX11.Location = new System.Drawing.Point(89, 61);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(46, 23);
     this.labelX11.TabIndex = 21;
     this.labelX11.Text = "للوحدة";
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.ForeColor = System.Drawing.Color.Red;
     this.labelX10.Location = new System.Drawing.Point(89, 32);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(46, 23);
     this.labelX10.TabIndex = 20;
     this.labelX10.Text = "للوحدة";
     //
     // radSpinEditor4
     //
     this.radSpinEditor4.Location = new System.Drawing.Point(155, 35);
     this.radSpinEditor4.Name = "radSpinEditor4";
     //
     //
     //
     this.radSpinEditor4.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor4.ShowBorder = true;
     this.radSpinEditor4.Size = new System.Drawing.Size(97, 20);
     this.radSpinEditor4.TabIndex = 19;
     this.radSpinEditor4.TabStop = false;
     //
     // radSpinEditor3
     //
     this.radSpinEditor3.Location = new System.Drawing.Point(155, 64);
     this.radSpinEditor3.Name = "radSpinEditor3";
     //
     //
     //
     this.radSpinEditor3.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor3.ShowBorder = true;
     this.radSpinEditor3.Size = new System.Drawing.Size(97, 20);
     this.radSpinEditor3.TabIndex = 18;
     this.radSpinEditor3.TabStop = false;
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(258, 61);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(75, 23);
     this.labelX8.TabIndex = 1;
     this.labelX8.Text = "سعر الشراء :";
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(258, 32);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(75, 23);
     this.labelX9.TabIndex = 0;
     this.labelX9.Text = "سعر البيع :";
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox2.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox2.Controls.Add(this.radSpinEditor1);
     this.radGroupBox2.Controls.Add(this.switchButton1);
     this.radGroupBox2.Controls.Add(this.labelX5);
     this.radGroupBox2.Controls.Add(this.textBoxX3);
     this.radGroupBox2.Controls.Add(this.textBoxX4);
     this.radGroupBox2.Controls.Add(this.labelX3);
     this.radGroupBox2.Controls.Add(this.labelX4);
     this.radGroupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "التاريخ";
     this.radGroupBox2.Location = new System.Drawing.Point(7, 111);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.Size = new System.Drawing.Size(338, 124);
     this.radGroupBox2.TabIndex = 4;
     this.radGroupBox2.Text = "التاريخ";
     //
     // radSpinEditor1
     //
     this.radSpinEditor1.Location = new System.Drawing.Point(152, 83);
     this.radSpinEditor1.Name = "radSpinEditor1";
     //
     //
     //
     this.radSpinEditor1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor1.ShowBorder = true;
     this.radSpinEditor1.Size = new System.Drawing.Size(100, 20);
     this.radSpinEditor1.TabIndex = 6;
     this.radSpinEditor1.TabStop = false;
     //
     // switchButton1
     //
     //
     //
     //
     this.switchButton1.BackgroundStyle.Class = "";
     this.switchButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.switchButton1.Location = new System.Drawing.Point(49, 81);
     this.switchButton1.Name = "switchButton1";
     this.switchButton1.OffText = "شهر";
     this.switchButton1.OnText = "سنة";
     this.switchButton1.Size = new System.Drawing.Size(97, 22);
     this.switchButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.switchButton1.TabIndex = 5;
     //
     // labelX5
     //
     this.labelX5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(258, 79);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(75, 23);
     this.labelX5.TabIndex = 4;
     this.labelX5.Text = "فترة الصلاحيه:";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(49, 53);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(203, 22);
     this.textBoxX3.TabIndex = 3;
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Location = new System.Drawing.Point(49, 21);
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.Size = new System.Drawing.Size(203, 22);
     this.textBoxX4.TabIndex = 2;
     //
     // labelX3
     //
     this.labelX3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(258, 50);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(75, 23);
     this.labelX3.TabIndex = 1;
     this.labelX3.Text = "تاريخ الإنتهاء:";
     //
     // labelX4
     //
     this.labelX4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(258, 21);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(75, 23);
     this.labelX4.TabIndex = 0;
     this.labelX4.Text = "تاريخ الإنتاج:";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox1.Controls.Add(this.radSpinEditor2);
     this.radGroupBox1.Controls.Add(this.labelX6);
     this.radGroupBox1.Controls.Add(this.textBoxX2);
     this.radGroupBox1.Controls.Add(this.textBoxX1);
     this.radGroupBox1.Controls.Add(this.labelX2);
     this.radGroupBox1.Controls.Add(this.labelX1);
     this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "السلعه";
     this.radGroupBox1.Location = new System.Drawing.Point(351, 111);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(338, 123);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.Text = "السلعه";
     //
     // radSpinEditor2
     //
     this.radSpinEditor2.Location = new System.Drawing.Point(152, 82);
     this.radSpinEditor2.Name = "radSpinEditor2";
     //
     //
     //
     this.radSpinEditor2.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor2.ShowBorder = true;
     this.radSpinEditor2.Size = new System.Drawing.Size(100, 20);
     this.radSpinEditor2.TabIndex = 7;
     this.radSpinEditor2.TabStop = false;
     //
     // labelX6
     //
     this.labelX6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(258, 79);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(75, 23);
     this.labelX6.TabIndex = 4;
     this.labelX6.Text = "الكمية:";
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(49, 53);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(203, 22);
     this.textBoxX2.TabIndex = 3;
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(49, 21);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(203, 22);
     this.textBoxX1.TabIndex = 2;
     //
     // labelX2
     //
     this.labelX2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(258, 50);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "وصف السلعه:";
     //
     // labelX1
     //
     this.labelX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(258, 21);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "اسم السلعه:";
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(297, 3);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(135, 112);
     this.pictureBox2.TabIndex = 27;
     this.pictureBox2.TabStop = false;
     //
     // add_product
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(728, 438);
     this.Controls.Add(this.groupPanel1);
     this.Name = "add_product";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.RightToLeftLayout = true;
     this.Text = "إضافه سلعه";
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
     this.radGroupBox3.ResumeLayout(false);
     this.radGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radGroupBox7 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnPopulate = new Telerik.WinControls.UI.RadButton();
     this.label1 = new System.Windows.Forms.Label();
     this.cmbExam = new System.Windows.Forms.ComboBox();
     this.lblSeconds = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.lblMinits = new System.Windows.Forms.Button();
     this.lblHours = new System.Windows.Forms.Button();
     this.lblTt = new System.Windows.Forms.Label();
     this.lblcola2 = new System.Windows.Forms.Label();
     this.lblCola1 = new System.Windows.Forms.Label();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.chair02 = new System.Windows.Forms.Button();
     this.chair01 = new System.Windows.Forms.Button();
     this.chair03 = new System.Windows.Forms.Button();
     this.chair04 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.lblAuthanticity = new System.Windows.Forms.Label();
     this.btnOff = new Telerik.WinControls.UI.RadButton();
     this.btnStart = new Telerik.WinControls.UI.RadButton();
     this.emguImgFace = new Emgu.CV.UI.ImageBox();
     this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
     this.lbltitle = new Telerik.WinControls.UI.RadLabel();
     this.lblInitName = new Telerik.WinControls.UI.RadLabel();
     this.lblFullName = new Telerik.WinControls.UI.RadLabel();
     this.lblCandidateID = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel17 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
     this.breezeExtendedTheme1 = new Telerik.WinControls.Themes.BreezeExtendedTheme();
     this.timShutter = new System.Windows.Forms.Timer(this.components);
     this.office2010Theme1 = new Telerik.WinControls.Themes.Office2010Theme();
     this.timHome = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox7)).BeginInit();
     this.radGroupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnPopulate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnOff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emguImgFace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
     this.radGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbltitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblInitName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblFullName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCandidateID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox1.Controls.Add(this.radGroupBox7);
     this.radGroupBox1.Controls.Add(this.radGroupBox2);
     this.radGroupBox1.Controls.Add(this.radGroupBox4);
     this.radGroupBox1.Controls.Add(this.radGroupBox3);
     this.radGroupBox1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "Face Detection & Face Recognition";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox1.Size = new System.Drawing.Size(992, 550);
     this.radGroupBox1.TabIndex = 8;
     this.radGroupBox1.Text = "Face Detection & Face Recognition";
     this.radGroupBox1.ThemeName = "BreezeExtended";
     this.radGroupBox1.Click += new System.EventHandler(this.radGroupBox1_Click);
     //
     // radGroupBox7
     //
     this.radGroupBox7.Controls.Add(this.btnPopulate);
     this.radGroupBox7.Controls.Add(this.label1);
     this.radGroupBox7.Controls.Add(this.cmbExam);
     this.radGroupBox7.Controls.Add(this.lblSeconds);
     this.radGroupBox7.Controls.Add(this.button5);
     this.radGroupBox7.Controls.Add(this.lblMinits);
     this.radGroupBox7.Controls.Add(this.lblHours);
     this.radGroupBox7.Controls.Add(this.lblTt);
     this.radGroupBox7.Controls.Add(this.lblcola2);
     this.radGroupBox7.Controls.Add(this.lblCola1);
     this.radGroupBox7.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox7.FooterImageIndex = -1;
     this.radGroupBox7.FooterImageKey = "";
     this.radGroupBox7.HeaderImageIndex = -1;
     this.radGroupBox7.HeaderImageKey = "";
     this.radGroupBox7.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox7.HeaderText = "Alerts Window";
     this.radGroupBox7.Location = new System.Drawing.Point(13, 23);
     this.radGroupBox7.Name = "radGroupBox7";
     this.radGroupBox7.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox7.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox7.Size = new System.Drawing.Size(468, 140);
     this.radGroupBox7.TabIndex = 9;
     this.radGroupBox7.Text = "Alerts Window";
     this.radGroupBox7.ThemeName = "BreezeExtended";
     //
     // btnPopulate
     //
     this.btnPopulate.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPopulate.Location = new System.Drawing.Point(329, 56);
     this.btnPopulate.Name = "btnPopulate";
     this.btnPopulate.Size = new System.Drawing.Size(126, 25);
     this.btnPopulate.TabIndex = 19;
     this.btnPopulate.Text = "&Populate images";
     this.btnPopulate.ThemeName = "Office2010";
     this.btnPopulate.Click += new System.EventHandler(this.btnPopulate_Click_1);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(161, 18);
     this.label1.TabIndex = 22;
     this.label1.Text = "Select the Examination ID : ";
     //
     // cmbExam
     //
     this.cmbExam.FormattingEnabled = true;
     this.cmbExam.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6"});
     this.cmbExam.Location = new System.Drawing.Point(177, 28);
     this.cmbExam.Name = "cmbExam";
     this.cmbExam.Size = new System.Drawing.Size(278, 21);
     this.cmbExam.TabIndex = 21;
     this.cmbExam.Text = "1";
     this.cmbExam.SelectedIndexChanged += new System.EventHandler(this.cmbExam_SelectedIndexChanged);
     //
     // lblSeconds
     //
     this.lblSeconds.BackColor = System.Drawing.Color.YellowGreen;
     this.lblSeconds.FlatAppearance.BorderSize = 0;
     this.lblSeconds.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblSeconds.Font = new System.Drawing.Font("Trebuchet MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSeconds.ForeColor = System.Drawing.Color.White;
     this.lblSeconds.Location = new System.Drawing.Point(177, 71);
     this.lblSeconds.Name = "lblSeconds";
     this.lblSeconds.Size = new System.Drawing.Size(53, 53);
     this.lblSeconds.TabIndex = 18;
     this.lblSeconds.Text = "34";
     this.lblSeconds.UseVisualStyleBackColor = false;
     //
     // button5
     //
     this.button5.FlatAppearance.BorderSize = 0;
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.Location = new System.Drawing.Point(28, 172);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(141, 21);
     this.button5.TabIndex = 1;
     this.button5.Text = "Reset";
     this.button5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button5.UseVisualStyleBackColor = true;
     //
     // lblMinits
     //
     this.lblMinits.BackColor = System.Drawing.Color.Orange;
     this.lblMinits.FlatAppearance.BorderSize = 0;
     this.lblMinits.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblMinits.Font = new System.Drawing.Font("Trebuchet MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMinits.ForeColor = System.Drawing.Color.White;
     this.lblMinits.Location = new System.Drawing.Point(95, 71);
     this.lblMinits.Name = "lblMinits";
     this.lblMinits.Size = new System.Drawing.Size(53, 53);
     this.lblMinits.TabIndex = 19;
     this.lblMinits.Text = "54";
     this.lblMinits.UseVisualStyleBackColor = false;
     //
     // lblHours
     //
     this.lblHours.BackColor = System.Drawing.Color.YellowGreen;
     this.lblHours.FlatAppearance.BorderSize = 0;
     this.lblHours.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblHours.Font = new System.Drawing.Font("Trebuchet MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHours.ForeColor = System.Drawing.Color.White;
     this.lblHours.Location = new System.Drawing.Point(13, 71);
     this.lblHours.Name = "lblHours";
     this.lblHours.Size = new System.Drawing.Size(53, 53);
     this.lblHours.TabIndex = 20;
     this.lblHours.Text = "15";
     this.lblHours.UseVisualStyleBackColor = false;
     //
     // lblTt
     //
     this.lblTt.AutoSize = true;
     this.lblTt.BackColor = System.Drawing.Color.Transparent;
     this.lblTt.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTt.ForeColor = System.Drawing.Color.Orange;
     this.lblTt.Location = new System.Drawing.Point(236, 83);
     this.lblTt.Name = "lblTt";
     this.lblTt.Size = new System.Drawing.Size(42, 27);
     this.lblTt.TabIndex = 16;
     this.lblTt.Text = "pm";
     this.lblTt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblcola2
     //
     this.lblcola2.AutoSize = true;
     this.lblcola2.BackColor = System.Drawing.Color.Transparent;
     this.lblcola2.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblcola2.ForeColor = System.Drawing.Color.Orange;
     this.lblcola2.Location = new System.Drawing.Point(154, 83);
     this.lblcola2.Name = "lblcola2";
     this.lblcola2.Size = new System.Drawing.Size(20, 27);
     this.lblcola2.TabIndex = 17;
     this.lblcola2.Text = ":";
     this.lblcola2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblCola1
     //
     this.lblCola1.AutoSize = true;
     this.lblCola1.BackColor = System.Drawing.Color.Transparent;
     this.lblCola1.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCola1.ForeColor = System.Drawing.Color.Orange;
     this.lblCola1.Location = new System.Drawing.Point(72, 83);
     this.lblCola1.Name = "lblCola1";
     this.lblCola1.Size = new System.Drawing.Size(20, 27);
     this.lblCola1.TabIndex = 15;
     this.lblCola1.Text = ":";
     this.lblCola1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radGroupBox2
     //
     this.radGroupBox2.Controls.Add(this.chair02);
     this.radGroupBox2.Controls.Add(this.chair01);
     this.radGroupBox2.Controls.Add(this.chair03);
     this.radGroupBox2.Controls.Add(this.chair04);
     this.radGroupBox2.Controls.Add(this.button3);
     this.radGroupBox2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "Seat Allocation";
     this.radGroupBox2.Location = new System.Drawing.Point(492, 23);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox2.Size = new System.Drawing.Size(487, 330);
     this.radGroupBox2.TabIndex = 8;
     this.radGroupBox2.Text = "Seat Allocation";
     this.radGroupBox2.ThemeName = "BreezeExtended";
     //
     // chair02
     //
     this.chair02.BackColor = System.Drawing.Color.White;
     this.chair02.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair02.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair02.Location = new System.Drawing.Point(284, 174);
     this.chair02.Name = "chair02";
     this.chair02.Size = new System.Drawing.Size(130, 130);
     this.chair02.TabIndex = 53;
     this.chair02.Text = "02";
     this.chair02.UseVisualStyleBackColor = false;
     //
     // chair01
     //
     this.chair01.BackColor = System.Drawing.Color.White;
     this.chair01.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair01.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair01.Location = new System.Drawing.Point(88, 174);
     this.chair01.Name = "chair01";
     this.chair01.Size = new System.Drawing.Size(130, 130);
     this.chair01.TabIndex = 54;
     this.chair01.Text = "01";
     this.chair01.UseVisualStyleBackColor = false;
     //
     // chair03
     //
     this.chair03.BackColor = System.Drawing.Color.White;
     this.chair03.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair03.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair03.Location = new System.Drawing.Point(88, 28);
     this.chair03.Name = "chair03";
     this.chair03.Size = new System.Drawing.Size(130, 130);
     this.chair03.TabIndex = 56;
     this.chair03.Text = "03";
     this.chair03.UseVisualStyleBackColor = false;
     //
     // chair04
     //
     this.chair04.BackColor = System.Drawing.Color.White;
     this.chair04.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chair04.Font = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chair04.Location = new System.Drawing.Point(284, 28);
     this.chair04.Name = "chair04";
     this.chair04.Size = new System.Drawing.Size(130, 130);
     this.chair04.TabIndex = 58;
     this.chair04.Text = "04";
     this.chair04.UseVisualStyleBackColor = false;
     //
     // button3
     //
     this.button3.FlatAppearance.BorderSize = 0;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(38, 326);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(141, 21);
     this.button3.TabIndex = 1;
     this.button3.Text = "Reset";
     this.button3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button3.UseVisualStyleBackColor = true;
     //
     // radGroupBox4
     //
     this.radGroupBox4.Controls.Add(this.label2);
     this.radGroupBox4.Controls.Add(this.lblAuthanticity);
     this.radGroupBox4.Controls.Add(this.btnOff);
     this.radGroupBox4.Controls.Add(this.btnStart);
     this.radGroupBox4.Controls.Add(this.emguImgFace);
     this.radGroupBox4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "Camera View";
     this.radGroupBox4.Location = new System.Drawing.Point(13, 171);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox4.Size = new System.Drawing.Size(467, 366);
     this.radGroupBox4.TabIndex = 8;
     this.radGroupBox4.Text = "Camera View";
     this.radGroupBox4.ThemeName = "BreezeExtended";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(255, 332);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 18);
     this.label2.TabIndex = 21;
     this.label2.Text = "Status : ";
     this.label2.Click += new System.EventHandler(this.label2_Click);
     //
     // lblAuthanticity
     //
     this.lblAuthanticity.AutoSize = true;
     this.lblAuthanticity.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAuthanticity.ForeColor = System.Drawing.Color.Red;
     this.lblAuthanticity.Location = new System.Drawing.Point(315, 328);
     this.lblAuthanticity.Name = "lblAuthanticity";
     this.lblAuthanticity.Size = new System.Drawing.Size(28, 22);
     this.lblAuthanticity.TabIndex = 20;
     this.lblAuthanticity.Text = "---";
     //
     // btnOff
     //
     this.btnOff.Enabled = false;
     this.btnOff.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOff.ForeColor = System.Drawing.Color.Red;
     this.btnOff.Location = new System.Drawing.Point(163, 328);
     this.btnOff.Name = "btnOff";
     //
     //
     //
     this.btnOff.RootElement.ForeColor = System.Drawing.Color.Red;
     this.btnOff.Size = new System.Drawing.Size(57, 25);
     this.btnOff.TabIndex = 19;
     this.btnOff.Text = "Sto&p";
     this.btnOff.ThemeName = "Office2010";
     this.btnOff.Click += new System.EventHandler(this.btnOff_Click);
     //
     // btnStart
     //
     this.btnStart.Enabled = false;
     this.btnStart.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.btnStart.Location = new System.Drawing.Point(15, 328);
     this.btnStart.Name = "btnStart";
     //
     //
     //
     this.btnStart.RootElement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.btnStart.Size = new System.Drawing.Size(142, 25);
     this.btnStart.TabIndex = 19;
     this.btnStart.Text = "&Start Detection";
     this.btnStart.ThemeName = "Office2010";
     this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
     //
     // emguImgFace
     //
     this.emguImgFace.BackgroundImage = global::AEIS.Properties.Resources.avatar;
     this.emguImgFace.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.emguImgFace.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.emguImgFace.ErrorImage = global::AEIS.Properties.Resources.avatar;
     this.emguImgFace.InitialImage = global::AEIS.Properties.Resources.avatar;
     this.emguImgFace.Location = new System.Drawing.Point(14, 26);
     this.emguImgFace.Name = "emguImgFace";
     this.emguImgFace.Size = new System.Drawing.Size(438, 288);
     this.emguImgFace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.emguImgFace.TabIndex = 2;
     this.emguImgFace.TabStop = false;
     this.emguImgFace.Click += new System.EventHandler(this.emguImgFace_Click);
     //
     // radGroupBox3
     //
     this.radGroupBox3.Controls.Add(this.lbltitle);
     this.radGroupBox3.Controls.Add(this.lblInitName);
     this.radGroupBox3.Controls.Add(this.lblFullName);
     this.radGroupBox3.Controls.Add(this.lblCandidateID);
     this.radGroupBox3.Controls.Add(this.radLabel4);
     this.radGroupBox3.Controls.Add(this.radLabel11);
     this.radGroupBox3.Controls.Add(this.radLabel17);
     this.radGroupBox3.Controls.Add(this.radLabel12);
     this.radGroupBox3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox3.FooterImageIndex = -1;
     this.radGroupBox3.FooterImageKey = "";
     this.radGroupBox3.HeaderImageIndex = -1;
     this.radGroupBox3.HeaderImageKey = "";
     this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox3.HeaderText = "Candidate Details ";
     this.radGroupBox3.Location = new System.Drawing.Point(492, 359);
     this.radGroupBox3.Name = "radGroupBox3";
     this.radGroupBox3.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox3.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox3.Size = new System.Drawing.Size(487, 178);
     this.radGroupBox3.TabIndex = 8;
     this.radGroupBox3.Text = "Candidate Details ";
     this.radGroupBox3.ThemeName = "BreezeExtended";
     this.radGroupBox3.Click += new System.EventHandler(this.radGroupBox3_Click);
     //
     // lbltitle
     //
     this.lbltitle.Location = new System.Drawing.Point(204, 109);
     this.lbltitle.Name = "lbltitle";
     this.lbltitle.Size = new System.Drawing.Size(29, 17);
     this.lbltitle.TabIndex = 14;
     this.lbltitle.Text = "Miss";
     //
     // lblInitName
     //
     this.lblInitName.Location = new System.Drawing.Point(204, 83);
     this.lblInitName.Name = "lblInitName";
     this.lblInitName.Size = new System.Drawing.Size(47, 17);
     this.lblInitName.TabIndex = 15;
     this.lblInitName.Text = "J. Stew";
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(204, 55);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(76, 17);
     this.lblFullName.TabIndex = 16;
     this.lblFullName.Text = "Jhoana Stew";
     //
     // lblCandidateID
     //
     this.lblCandidateID.Location = new System.Drawing.Point(204, 27);
     this.lblCandidateID.Name = "lblCandidateID";
     this.lblCandidateID.Size = new System.Drawing.Size(52, 17);
     this.lblCandidateID.TabIndex = 17;
     this.lblCandidateID.Text = "3424234";
     this.lblCandidateID.TextChanged += new System.EventHandler(this.lblCandidateID_TextChanged);
     //
     // radLabel4
     //
     this.radLabel4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.Location = new System.Drawing.Point(13, 109);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(41, 17);
     this.radLabel4.TabIndex = 10;
     this.radLabel4.Text = "Title :";
     this.radLabel4.ThemeName = "Office2007Black";
     //
     // radLabel11
     //
     this.radLabel11.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel11.Location = new System.Drawing.Point(13, 83);
     this.radLabel11.Name = "radLabel11";
     this.radLabel11.Size = new System.Drawing.Size(137, 17);
     this.radLabel11.TabIndex = 11;
     this.radLabel11.Text = "Name with the initials :";
     this.radLabel11.ThemeName = "Office2007Black";
     //
     // radLabel17
     //
     this.radLabel17.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel17.Location = new System.Drawing.Point(13, 27);
     this.radLabel17.Name = "radLabel17";
     this.radLabel17.Size = new System.Drawing.Size(86, 17);
     this.radLabel17.TabIndex = 12;
     this.radLabel17.Text = "Candidate ID :";
     this.radLabel17.ThemeName = "Office2007Black";
     //
     // radLabel12
     //
     this.radLabel12.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel12.Location = new System.Drawing.Point(13, 55);
     this.radLabel12.Name = "radLabel12";
     this.radLabel12.Size = new System.Drawing.Size(166, 17);
     this.radLabel12.TabIndex = 13;
     this.radLabel12.Text = "Full Name of the candidate :";
     this.radLabel12.ThemeName = "Office2007Black";
     //
     // timShutter
     //
     this.timShutter.Interval = 500;
     this.timShutter.Tick += new System.EventHandler(this.timShutter_Tick);
     //
     // timHome
     //
     this.timHome.Enabled = true;
     this.timHome.Interval = 1000;
     this.timHome.Tick += new System.EventHandler(this.timHome_Tick);
     //
     // FaceRecognition
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox1);
     this.Name = "FaceRecognition";
     this.Size = new System.Drawing.Size(1011, 566);
     this.Load += new System.EventHandler(this.FaceRecognition_Load);
     this.Leave += new System.EventHandler(this.FaceRecognition_Leave);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox7)).EndInit();
     this.radGroupBox7.ResumeLayout(false);
     this.radGroupBox7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnPopulate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     this.radGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnOff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emguImgFace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
     this.radGroupBox3.ResumeLayout(false);
     this.radGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbltitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblInitName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblFullName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCandidateID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
     this.btnSave = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox6 = new Telerik.WinControls.UI.RadGroupBox();
     this.ucFilter1 = new ShayanDental.UserControls.UCFilter();
     this.grvItems = new Telerik.WinControls.UI.RadGridView();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.radLabel20 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel22 = new Telerik.WinControls.UI.RadLabel();
     this.txtManual = new Telerik.WinControls.UI.RadTextBox();
     this.srcItem = new System.Windows.Forms.BindingSource(this.components);
     this.txtName = new Telerik.WinControls.UI.RadTextBox();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).BeginInit();
     this.radGroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtManual)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     this.SuspendLayout();
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnSave.Location = new System.Drawing.Point(470, 249);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(144, 35);
     this.btnSave.TabIndex = 4;
     this.btnSave.Text = "ذخیره";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnNew
     //
     this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnNew.Location = new System.Drawing.Point(5, 171);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(144, 35);
     this.btnNew.TabIndex = 3;
     this.btnNew.Text = "جدید";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // radGroupBox6
     //
     this.radGroupBox6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox6.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.radGroupBox6.Controls.Add(this.ucFilter1);
     this.radGroupBox6.Controls.Add(this.grvItems);
     this.radGroupBox6.Font = new System.Drawing.Font("B Nazanin", 8.25F);
     this.radGroupBox6.FooterImageIndex = -1;
     this.radGroupBox6.FooterImageKey = "";
     this.radGroupBox6.HeaderImageIndex = -1;
     this.radGroupBox6.HeaderImageKey = "";
     this.radGroupBox6.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox6.HeaderText = "داروها";
     this.radGroupBox6.Location = new System.Drawing.Point(12, 3);
     this.radGroupBox6.Name = "radGroupBox6";
     this.radGroupBox6.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox6.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radGroupBox6.Size = new System.Drawing.Size(292, 281);
     this.radGroupBox6.TabIndex = 20;
     this.radGroupBox6.TabStop = false;
     this.radGroupBox6.Text = "داروها";
     //
     // ucFilter1
     //
     this.ucFilter1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucFilter1.Location = new System.Drawing.Point(5, 21);
     this.ucFilter1.Name = "ucFilter1";
     this.ucFilter1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ucFilter1.Size = new System.Drawing.Size(282, 27);
     this.ucFilter1.TabIndex = 14;
     //
     // grvItems
     //
     this.grvItems.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.grvItems.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grvItems.Location = new System.Drawing.Point(5, 52);
     //
     // grvItems
     //
     this.grvItems.MasterTemplate.AllowAddNewRow = false;
     this.grvItems.MasterTemplate.AllowCellContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnChooser = false;
     this.grvItems.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnReorder = false;
     this.grvItems.MasterTemplate.AllowDeleteRow = false;
     this.grvItems.MasterTemplate.AllowDragToGroup = false;
     this.grvItems.MasterTemplate.AllowEditRow = false;
     this.grvItems.MasterTemplate.AllowRowResize = false;
     this.grvItems.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn1.FieldName = "Title";
     gridViewTextBoxColumn1.HeaderText = "نام دارو";
     gridViewTextBoxColumn1.Name = "column1";
     gridViewTextBoxColumn1.Width = 232;
     gridViewCommandColumn1.AllowHide = false;
     gridViewCommandColumn1.AllowReorder = false;
     gridViewCommandColumn1.AllowResize = false;
     gridViewCommandColumn1.AllowSort = false;
     gridViewCommandColumn1.HeaderText = "حذف";
     gridViewCommandColumn1.Name = "column2";
     gridViewCommandColumn1.Width = 30;
     this.grvItems.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn1,
     gridViewCommandColumn1});
     this.grvItems.MasterTemplate.EnableGrouping = false;
     this.grvItems.MasterTemplate.EnableSorting = false;
     this.grvItems.Name = "grvItems";
     this.grvItems.ReadOnly = true;
     this.grvItems.Size = new System.Drawing.Size(282, 224);
     this.grvItems.TabIndex = 13;
     this.grvItems.ViewRowFormatting += new Telerik.WinControls.UI.RowFormattingEventHandler(this.grvItems_ViewRowFormatting);
     this.grvItems.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
     this.grvItems.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvItems_CurrentRowChanging);
     this.grvItems.SelectionChanged += new System.EventHandler(this.grvItems_SelectionChanged);
     this.grvItems.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvItems_CommandCellClick);
     this.grvItems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grvItems_KeyDown);
     //
     // radGroupBox4
     //
     this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox4.Controls.Add(this.btnAdd);
     this.radGroupBox4.Controls.Add(this.btnNew);
     this.radGroupBox4.Controls.Add(this.radLabel20);
     this.radGroupBox4.Controls.Add(this.radLabel22);
     this.radGroupBox4.Controls.Add(this.txtManual);
     this.radGroupBox4.Controls.Add(this.txtName);
     this.radGroupBox4.Font = new System.Drawing.Font("B Nazanin", 8.25F);
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "تعریف";
     this.radGroupBox4.Location = new System.Drawing.Point(310, 0);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox4.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radGroupBox4.Size = new System.Drawing.Size(311, 215);
     this.radGroupBox4.TabIndex = 19;
     this.radGroupBox4.TabStop = false;
     this.radGroupBox4.Text = "تعریف";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnAdd.Location = new System.Drawing.Point(160, 171);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(144, 35);
     this.btnAdd.TabIndex = 2;
     this.btnAdd.Text = "افزودن";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // radLabel20
     //
     this.radLabel20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel20.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel20.Location = new System.Drawing.Point(262, 26);
     this.radLabel20.Name = "radLabel20";
     this.radLabel20.Size = new System.Drawing.Size(43, 23);
     this.radLabel20.TabIndex = 11;
     this.radLabel20.Text = "نام دارو :";
     this.radLabel20.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel22
     //
     this.radLabel22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel22.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel22.Location = new System.Drawing.Point(245, 52);
     this.radLabel22.Name = "radLabel22";
     this.radLabel22.Size = new System.Drawing.Size(61, 23);
     this.radLabel22.TabIndex = 9;
     this.radLabel22.Text = "نحوه مصرف :";
     this.radLabel22.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtManual
     //
     this.txtManual.AcceptsReturn = true;
     this.txtManual.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtManual.AutoScroll = true;
     this.txtManual.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Manual", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.txtManual.Font = new System.Drawing.Font("B Nazanin", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtManual.Location = new System.Drawing.Point(5, 55);
     this.txtManual.Multiline = true;
     this.txtManual.Name = "txtManual";
     //
     //
     //
     this.txtManual.RootElement.StretchVertically = true;
     this.txtManual.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtManual.Size = new System.Drawing.Size(239, 110);
     this.txtManual.TabIndex = 1;
     this.txtManual.TabStop = false;
     this.txtManual.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtManual_TextChanging);
     //
     // srcItem
     //
     this.srcItem.DataSource = typeof(Shayan.Data.Drug);
     //
     // txtName
     //
     this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Title", true));
     this.txtName.Font = new System.Drawing.Font("B Nazanin", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtName.Location = new System.Drawing.Point(5, 22);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(239, 27);
     this.txtName.TabIndex = 0;
     this.txtName.TabStop = false;
     this.txtName.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtName_TextChanging);
     this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnCancel.Location = new System.Drawing.Point(315, 249);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(144, 35);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "انصراف";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // UCDrug
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.radGroupBox6);
     this.Controls.Add(this.radGroupBox4);
     this.Name = "UCDrug";
     this.Size = new System.Drawing.Size(628, 295);
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).EndInit();
     this.radGroupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     this.radGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtManual)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn2 = new Telerik.WinControls.UI.GridViewCommandColumn();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.ucFilter1 = new ShayanDental.UserControls.UCFilter();
     this.grvItems = new Telerik.WinControls.UI.RadGridView();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.labratoryDescriptionTextBox = new Telerik.WinControls.UI.RadTextBox();
     this.srcItem = new System.Windows.Forms.BindingSource(this.components);
     this.labratoryAddressTextBox = new Telerik.WinControls.UI.RadTextBox();
     this.labratoryPhone2TextBox = new Telerik.WinControls.UI.RadTextBox();
     this.labratoryPhone1TextBox = new Telerik.WinControls.UI.RadTextBox();
     this.txtName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnSave = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryDescriptionTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryAddressTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryPhone2TextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryPhone1TextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.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.radGroupBox1.Controls.Add(this.ucFilter1);
     this.radGroupBox1.Controls.Add(this.grvItems);
     this.radGroupBox1.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold);
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "لابراتوارهای تعریف شده:";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(473, 416);
     this.radGroupBox1.TabIndex = 21;
     this.radGroupBox1.Text = "لابراتوارهای تعریف شده:";
     //
     // ucFilter1
     //
     this.ucFilter1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucFilter1.Location = new System.Drawing.Point(6, 29);
     this.ucFilter1.Margin = new System.Windows.Forms.Padding(4);
     this.ucFilter1.Name = "ucFilter1";
     this.ucFilter1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ucFilter1.Size = new System.Drawing.Size(464, 25);
     this.ucFilter1.TabIndex = 16;
     //
     // grvItems
     //
     this.grvItems.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.grvItems.EnableHotTracking = false;
     this.grvItems.EnableTheming = false;
     this.grvItems.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold);
     this.grvItems.Location = new System.Drawing.Point(5, 55);
     //
     // grvItems
     //
     this.grvItems.MasterTemplate.AllowAddNewRow = false;
     this.grvItems.MasterTemplate.AllowCellContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnChooser = false;
     this.grvItems.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnReorder = false;
     this.grvItems.MasterTemplate.AllowDeleteRow = false;
     this.grvItems.MasterTemplate.AllowDragToGroup = false;
     this.grvItems.MasterTemplate.AllowEditRow = false;
     this.grvItems.MasterTemplate.AllowRowResize = false;
     this.grvItems.MasterTemplate.AutoGenerateColumns = false;
     this.grvItems.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn5.FieldName = "Title";
     gridViewTextBoxColumn5.HeaderText = "نام";
     gridViewTextBoxColumn5.Name = "column1";
     gridViewTextBoxColumn5.Width = 241;
     gridViewTextBoxColumn6.FieldName = "Phone1";
     gridViewTextBoxColumn6.HeaderText = "تلفن ";
     gridViewTextBoxColumn6.Name = "column2";
     gridViewTextBoxColumn6.Width = 46;
     gridViewTextBoxColumn7.FieldName = "Address";
     gridViewTextBoxColumn7.HeaderText = "آدرس";
     gridViewTextBoxColumn7.Name = "column5";
     gridViewTextBoxColumn7.Width = 74;
     gridViewTextBoxColumn8.FieldName = "Description";
     gridViewTextBoxColumn8.HeaderText = "توضیح";
     gridViewTextBoxColumn8.Name = "column3";
     gridViewTextBoxColumn8.Width = 55;
     gridViewCommandColumn2.AllowResize = false;
     gridViewCommandColumn2.HeaderText = "حذف";
     gridViewCommandColumn2.Name = "column4";
     gridViewCommandColumn2.Width = 30;
     this.grvItems.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn5,
     gridViewTextBoxColumn6,
     gridViewTextBoxColumn7,
     gridViewTextBoxColumn8,
     gridViewCommandColumn2});
     this.grvItems.MasterTemplate.EnableGrouping = false;
     this.grvItems.MasterTemplate.EnableSorting = false;
     this.grvItems.MasterTemplate.ShowFilteringRow = false;
     this.grvItems.Name = "grvItems";
     this.grvItems.ReadOnly = true;
     this.grvItems.ShowCellErrors = false;
     this.grvItems.ShowNoDataText = false;
     this.grvItems.ShowRowErrors = false;
     this.grvItems.Size = new System.Drawing.Size(463, 356);
     this.grvItems.TabIndex = 15;
     this.grvItems.TabStop = false;
     this.grvItems.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
     this.grvItems.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvItems_CurrentRowChanging);
     this.grvItems.SelectionChanged += new System.EventHandler(this.grvItems_SelectionChanged);
     this.grvItems.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvItems_CommandCellClick);
     this.grvItems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grvItems_KeyDown);
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox2.Controls.Add(this.btnAdd);
     this.radGroupBox2.Controls.Add(this.btnNew);
     this.radGroupBox2.Controls.Add(this.labratoryDescriptionTextBox);
     this.radGroupBox2.Controls.Add(this.labratoryAddressTextBox);
     this.radGroupBox2.Controls.Add(this.labratoryPhone2TextBox);
     this.radGroupBox2.Controls.Add(this.labratoryPhone1TextBox);
     this.radGroupBox2.Controls.Add(this.txtName);
     this.radGroupBox2.Controls.Add(this.radLabel7);
     this.radGroupBox2.Controls.Add(this.radLabel8);
     this.radGroupBox2.Controls.Add(this.radLabel9);
     this.radGroupBox2.Controls.Add(this.radLabel10);
     this.radGroupBox2.Controls.Add(this.radLabel12);
     this.radGroupBox2.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold);
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "تعریف لابراتوار";
     this.radGroupBox2.Location = new System.Drawing.Point(482, 3);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.Size = new System.Drawing.Size(310, 372);
     this.radGroupBox2.TabIndex = 20;
     this.radGroupBox2.Text = "تعریف لابراتوار";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnAdd.Location = new System.Drawing.Point(132, 328);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(120, 35);
     this.btnAdd.TabIndex = 18;
     this.btnAdd.Text = "افزودن";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnNew
     //
     this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnNew.Location = new System.Drawing.Point(5, 328);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(120, 35);
     this.btnNew.TabIndex = 19;
     this.btnNew.Text = "جدید";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // labratoryDescriptionTextBox
     //
     this.labratoryDescriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labratoryDescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Description", true));
     this.labratoryDescriptionTextBox.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labratoryDescriptionTextBox.Location = new System.Drawing.Point(5, 138);
     this.labratoryDescriptionTextBox.Multiline = true;
     this.labratoryDescriptionTextBox.Name = "labratoryDescriptionTextBox";
     //
     //
     //
     this.labratoryDescriptionTextBox.RootElement.StretchVertically = true;
     this.labratoryDescriptionTextBox.Size = new System.Drawing.Size(247, 184);
     this.labratoryDescriptionTextBox.TabIndex = 17;
     this.labratoryDescriptionTextBox.TabStop = false;
     this.labratoryDescriptionTextBox.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.labratoryDescriptionTextBox_TextChanging);
     this.labratoryDescriptionTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // srcItem
     //
     this.srcItem.DataSource = typeof(Shayan.Data.Labratory);
     //
     // labratoryAddressTextBox
     //
     this.labratoryAddressTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labratoryAddressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Address", true));
     this.labratoryAddressTextBox.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labratoryAddressTextBox.Location = new System.Drawing.Point(5, 107);
     this.labratoryAddressTextBox.Name = "labratoryAddressTextBox";
     this.labratoryAddressTextBox.Size = new System.Drawing.Size(247, 25);
     this.labratoryAddressTextBox.TabIndex = 16;
     this.labratoryAddressTextBox.TabStop = false;
     this.labratoryAddressTextBox.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.labratoryAddressTextBox_TextChanging);
     this.labratoryAddressTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // labratoryPhone2TextBox
     //
     this.labratoryPhone2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labratoryPhone2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Phone2", true));
     this.labratoryPhone2TextBox.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labratoryPhone2TextBox.Location = new System.Drawing.Point(5, 81);
     this.labratoryPhone2TextBox.Name = "labratoryPhone2TextBox";
     this.labratoryPhone2TextBox.Size = new System.Drawing.Size(247, 25);
     this.labratoryPhone2TextBox.TabIndex = 15;
     this.labratoryPhone2TextBox.TabStop = false;
     this.labratoryPhone2TextBox.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.labratoryPhone2TextBox_TextChanging);
     this.labratoryPhone2TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // labratoryPhone1TextBox
     //
     this.labratoryPhone1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labratoryPhone1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Phone1", true));
     this.labratoryPhone1TextBox.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labratoryPhone1TextBox.Location = new System.Drawing.Point(5, 55);
     this.labratoryPhone1TextBox.Name = "labratoryPhone1TextBox";
     this.labratoryPhone1TextBox.Size = new System.Drawing.Size(247, 25);
     this.labratoryPhone1TextBox.TabIndex = 14;
     this.labratoryPhone1TextBox.TabStop = false;
     this.labratoryPhone1TextBox.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.labratoryPhone1TextBox_TextChanging);
     this.labratoryPhone1TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // txtName
     //
     this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Title", true));
     this.txtName.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtName.Location = new System.Drawing.Point(5, 29);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(247, 25);
     this.txtName.TabIndex = 13;
     this.txtName.TabStop = false;
     this.txtName.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtName_TextChanging);
     this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // radLabel7
     //
     this.radLabel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel7.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel7.Location = new System.Drawing.Point(263, 136);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.Size = new System.Drawing.Size(38, 23);
     this.radLabel7.TabIndex = 12;
     this.radLabel7.Text = "توضیح:";
     this.radLabel7.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel8
     //
     this.radLabel8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel8.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel8.Location = new System.Drawing.Point(266, 107);
     this.radLabel8.Name = "radLabel8";
     this.radLabel8.Size = new System.Drawing.Size(35, 23);
     this.radLabel8.TabIndex = 11;
     this.radLabel8.Text = "آدرس:";
     this.radLabel8.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel9
     //
     this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel9.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel9.Location = new System.Drawing.Point(265, 83);
     this.radLabel9.Name = "radLabel9";
     this.radLabel9.Size = new System.Drawing.Size(35, 23);
     this.radLabel9.TabIndex = 10;
     this.radLabel9.Text = "تلفن2:";
     this.radLabel9.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel10
     //
     this.radLabel10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel10.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel10.Location = new System.Drawing.Point(267, 57);
     this.radLabel10.Name = "radLabel10";
     this.radLabel10.Size = new System.Drawing.Size(33, 23);
     this.radLabel10.TabIndex = 9;
     this.radLabel10.Text = "تلفن1:";
     this.radLabel10.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel12
     //
     this.radLabel12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel12.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel12.Location = new System.Drawing.Point(279, 32);
     this.radLabel12.Name = "radLabel12";
     this.radLabel12.Size = new System.Drawing.Size(21, 23);
     this.radLabel12.TabIndex = 8;
     this.radLabel12.Text = "نام:";
     this.radLabel12.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnCancel.Location = new System.Drawing.Point(487, 384);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(120, 35);
     this.btnCancel.TabIndex = 21;
     this.btnCancel.Text = "انصراف";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnSave.Location = new System.Drawing.Point(614, 384);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(120, 35);
     this.btnSave.TabIndex = 20;
     this.btnSave.Text = "ذخیره";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // UCDefineLabratory
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.radGroupBox1);
     this.Controls.Add(this.radGroupBox2);
     this.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "UCDefineLabratory";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Size = new System.Drawing.Size(795, 425);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryDescriptionTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryAddressTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryPhone2TextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labratoryPhone1TextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 8
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
     Telerik.WinControls.UI.GridViewComboBoxColumn gridViewComboBoxColumn1 = new Telerik.WinControls.UI.GridViewComboBoxColumn();
     Telerik.WinControls.UI.GridViewComboBoxColumn gridViewComboBoxColumn2 = new Telerik.WinControls.UI.GridViewComboBoxColumn();
     Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn1 = new Telerik.WinControls.UI.GridViewDecimalColumn();
     this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.filteringPanel = new Telerik.WinControls.UI.RadPanel();
     this.ucFilter1 = new ShayanDental.UserControls.UCFilter();
     this.grdInsurance = new Telerik.WinControls.UI.RadGridView();
     this.btnSave = new Telerik.WinControls.UI.RadButton();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.grdFee = new Telerik.WinControls.UI.RadGridView();
     this.insuranceBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.roleTitleLabel = new Telerik.WinControls.UI.RadLabel();
     this.txtInssuranceName = new Telerik.WinControls.UI.RadTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.filteringPanel)).BeginInit();
     this.filteringPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdInsurance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdFee)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.insuranceBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleTitleLabel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInssuranceName)).BeginInit();
     this.SuspendLayout();
     //
     // serviceBindingSource
     //
     this.serviceBindingSource.DataSource = typeof(Shayan.Data.Service);
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.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.radGroupBox2.Controls.Add(this.filteringPanel);
     this.radGroupBox2.Controls.Add(this.grdInsurance);
     this.radGroupBox2.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "بیمه های ذخیره شده";
     this.radGroupBox2.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.radGroupBox2.Size = new System.Drawing.Size(204, 358);
     this.radGroupBox2.TabIndex = 18;
     this.radGroupBox2.Text = "بیمه های ذخیره شده";
     //
     // filteringPanel
     //
     this.filteringPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.filteringPanel.Controls.Add(this.ucFilter1);
     this.filteringPanel.Location = new System.Drawing.Point(5, 26);
     this.filteringPanel.Name = "filteringPanel";
     this.filteringPanel.Size = new System.Drawing.Size(194, 32);
     this.filteringPanel.TabIndex = 12;
     //
     // ucFilter1
     //
     this.ucFilter1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucFilter1.Location = new System.Drawing.Point(0, 0);
     this.ucFilter1.Name = "ucFilter1";
     this.ucFilter1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ucFilter1.Size = new System.Drawing.Size(194, 32);
     this.ucFilter1.TabIndex = 0;
     //
     // grdInsurance
     //
     this.grdInsurance.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.grdInsurance.AutoScroll = true;
     this.grdInsurance.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grdInsurance.Location = new System.Drawing.Point(5, 64);
     //
     // grdInsurance
     //
     this.grdInsurance.MasterTemplate.AllowAddNewRow = false;
     this.grdInsurance.MasterTemplate.AllowCellContextMenu = false;
     this.grdInsurance.MasterTemplate.AllowColumnChooser = false;
     this.grdInsurance.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grdInsurance.MasterTemplate.AllowColumnReorder = false;
     this.grdInsurance.MasterTemplate.AllowDeleteRow = false;
     this.grdInsurance.MasterTemplate.AllowDragToGroup = false;
     this.grdInsurance.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn1.FieldName = "Title";
     gridViewTextBoxColumn1.HeaderText = "عنوان بیمه";
     gridViewTextBoxColumn1.Name = "Title";
     gridViewTextBoxColumn1.Width = 163;
     gridViewCommandColumn1.AllowHide = false;
     gridViewCommandColumn1.AllowReorder = false;
     gridViewCommandColumn1.AllowResize = false;
     gridViewCommandColumn1.AllowSort = false;
     gridViewCommandColumn1.HeaderText = "حذف";
     gridViewCommandColumn1.Name = "column3";
     gridViewCommandColumn1.Width = 30;
     this.grdInsurance.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn1,
     gridViewCommandColumn1});
     this.grdInsurance.MasterTemplate.EnableGrouping = false;
     this.grdInsurance.MasterTemplate.ShowFilteringRow = false;
     this.grdInsurance.MasterTemplate.ShowRowHeaderColumn = false;
     this.grdInsurance.Name = "grdInsurance";
     this.grdInsurance.ReadOnly = true;
     this.grdInsurance.ShowGroupPanel = false;
     this.grdInsurance.Size = new System.Drawing.Size(194, 284);
     this.grdInsurance.TabIndex = 0;
     this.grdInsurance.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grdInsurance_CellFormatting);
     this.grdInsurance.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grdInsurance_CurrentRowChanging);
     this.grdInsurance.SelectionChanged += new System.EventHandler(this.grdInsurance_SelectionChanged);
     this.grdInsurance.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grdInsurance_CommandCellClick);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnSave.Location = new System.Drawing.Point(494, 363);
     this.btnSave.Name = "btnSave";
     this.btnSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnSave.Size = new System.Drawing.Size(100, 35);
     this.btnSave.TabIndex = 0;
     this.btnSave.Text = "ذخیره   ";
     this.btnSave.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnCancel.Location = new System.Drawing.Point(390, 363);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnCancel.Size = new System.Drawing.Size(100, 35);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "انصراف   ";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCancel.Click += new System.EventHandler(this.btnExit_Click);
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox1.Controls.Add(this.grdFee);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.btnNew);
     this.radGroupBox1.Controls.Add(this.roleTitleLabel);
     this.radGroupBox1.Controls.Add(this.txtInssuranceName);
     this.radGroupBox1.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "تعریف بیمه";
     this.radGroupBox1.Location = new System.Drawing.Point(213, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     //
     //
     //
     this.radGroupBox1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(386, 358);
     this.radGroupBox1.TabIndex = 15;
     this.radGroupBox1.Text = "تعریف بیمه";
     //
     // grdFee
     //
     this.grdFee.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.grdFee.AutoScroll = true;
     this.grdFee.DataBindings.Add(new System.Windows.Forms.Binding("DataSource", this.insuranceBindingSource, "InsuranceDefs", true));
     this.grdFee.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grdFee.Location = new System.Drawing.Point(5, 76);
     //
     // grdFee
     //
     this.grdFee.MasterTemplate.AllowAddNewRow = false;
     this.grdFee.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewComboBoxColumn1.DataSource = this.serviceBindingSource;
     gridViewComboBoxColumn1.DisplayMember = "Title";
     gridViewComboBoxColumn1.FieldName = "ServiceId";
     gridViewComboBoxColumn1.HeaderText = "نام خدمات";
     gridViewComboBoxColumn1.Name = "ServiceName";
     gridViewComboBoxColumn1.ReadOnly = true;
     gridViewComboBoxColumn1.ValueMember = "Id";
     gridViewComboBoxColumn1.Width = 174;
     gridViewComboBoxColumn2.DataSource = this.serviceBindingSource;
     gridViewComboBoxColumn2.DisplayMember = "Price";
     gridViewComboBoxColumn2.FieldName = "ServiceId";
     gridViewComboBoxColumn2.FormatString = "{0:N0}";
     gridViewComboBoxColumn2.HeaderText = "قیمت";
     gridViewComboBoxColumn2.Name = "Price";
     gridViewComboBoxColumn2.ReadOnly = true;
     gridViewComboBoxColumn2.ValueMember = "Id";
     gridViewComboBoxColumn2.Width = 101;
     gridViewDecimalColumn1.FieldName = "Fee";
     gridViewDecimalColumn1.FormatString = "{0:N0}";
     gridViewDecimalColumn1.HeaderText = "تعرفه بیمه";
     gridViewDecimalColumn1.Maximum = new decimal(new int[] {
     1000000000,
     0,
     0,
     0});
     gridViewDecimalColumn1.Minimum = new decimal(new int[] {
     0,
     0,
     0,
     0});
     gridViewDecimalColumn1.Name = "column3";
     gridViewDecimalColumn1.Width = 102;
     this.grdFee.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewComboBoxColumn1,
     gridViewComboBoxColumn2,
     gridViewDecimalColumn1});
     this.grdFee.MasterTemplate.ShowRowHeaderColumn = false;
     this.grdFee.Name = "grdFee";
     this.grdFee.ShowGroupPanel = false;
     this.grdFee.Size = new System.Drawing.Size(376, 231);
     this.grdFee.TabIndex = 1;
     this.grdFee.Text = "radGridView1";
     //
     // insuranceBindingSource
     //
     this.insuranceBindingSource.DataSource = typeof(Shayan.Data.Insurance);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnAdd.Location = new System.Drawing.Point(281, 318);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnAdd.Size = new System.Drawing.Size(100, 35);
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text = "افزودن   ";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnNew
     //
     this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnNew.Location = new System.Drawing.Point(177, 318);
     this.btnNew.Name = "btnNew";
     this.btnNew.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnNew.Size = new System.Drawing.Size(100, 35);
     this.btnNew.TabIndex = 4;
     this.btnNew.Text = "جدید   ";
     this.btnNew.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNew.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // roleTitleLabel
     //
     this.roleTitleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.roleTitleLabel.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.roleTitleLabel.Location = new System.Drawing.Point(347, 35);
     this.roleTitleLabel.Name = "roleTitleLabel";
     this.roleTitleLabel.Size = new System.Drawing.Size(34, 23);
     this.roleTitleLabel.TabIndex = 3;
     this.roleTitleLabel.Text = "عنوان:";
     this.roleTitleLabel.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtInssuranceName
     //
     this.txtInssuranceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtInssuranceName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.insuranceBindingSource, "Title", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.txtInssuranceName.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtInssuranceName.Location = new System.Drawing.Point(172, 34);
     this.txtInssuranceName.Name = "txtInssuranceName";
     this.txtInssuranceName.Size = new System.Drawing.Size(172, 25);
     this.txtInssuranceName.TabIndex = 0;
     this.txtInssuranceName.TabStop = false;
     this.txtInssuranceName.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtInssuranceName_TextChanging);
     //
     // UCInssurance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox2);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.radGroupBox1);
     this.Name = "UCInssurance";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Size = new System.Drawing.Size(602, 401);
     ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.filteringPanel)).EndInit();
     this.filteringPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdInsurance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdFee)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.insuranceBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleTitleLabel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInssuranceName)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Photos));
     this.roundRectShapeForm = new Telerik.WinControls.RoundRectShape(this.components);
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.ImgFour = new Emgu.CV.UI.ImageBox();
     this.ImgTwo = new Emgu.CV.UI.ImageBox();
     this.ImgThree = new Emgu.CV.UI.ImageBox();
     this.ImgOne = new Emgu.CV.UI.ImageBox();
     this.imgCameraView = new Emgu.CV.UI.ImageBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btnCapture4 = new Telerik.WinControls.UI.RadButton();
     this.btnCapture3 = new Telerik.WinControls.UI.RadButton();
     this.btnCapture2 = new Telerik.WinControls.UI.RadButton();
     this.btnCapture1 = new Telerik.WinControls.UI.RadButton();
     this.btnSaveImages = new Telerik.WinControls.UI.RadButton();
     this.office2010Theme1 = new Telerik.WinControls.Themes.Office2010Theme();
     this.label2 = new System.Windows.Forms.Label();
     this.lblCanddate = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImgFour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgTwo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgThree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgOne)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgCameraView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSaveImages)).BeginInit();
     this.SuspendLayout();
     //
     // radLabel4
     //
     this.radLabel4.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.radLabel4.Location = new System.Drawing.Point(46, 16);
     this.radLabel4.Name = "radLabel4";
     //
     //
     //
     this.radLabel4.RootElement.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.radLabel4.Size = new System.Drawing.Size(303, 23);
     this.radLabel4.TabIndex = 16;
     this.radLabel4.Text = "Candidate Photograph Capturing Center";
     this.radLabel4.ThemeName = "Office2007Black";
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(661, 418);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(85, 24);
     this.btnCancel.TabIndex = 17;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.ThemeName = "Office2010";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // radGroupBox4
     //
     this.radGroupBox4.Controls.Add(this.ImgFour);
     this.radGroupBox4.Controls.Add(this.ImgTwo);
     this.radGroupBox4.Controls.Add(this.ImgThree);
     this.radGroupBox4.Controls.Add(this.ImgOne);
     this.radGroupBox4.Controls.Add(this.imgCameraView);
     this.radGroupBox4.Controls.Add(this.label1);
     this.radGroupBox4.Controls.Add(this.btnCapture4);
     this.radGroupBox4.Controls.Add(this.btnCapture3);
     this.radGroupBox4.Controls.Add(this.btnCapture2);
     this.radGroupBox4.Controls.Add(this.btnCapture1);
     this.radGroupBox4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "Camera View";
     this.radGroupBox4.Location = new System.Drawing.Point(46, 45);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox4.Size = new System.Drawing.Size(700, 367);
     this.radGroupBox4.TabIndex = 15;
     this.radGroupBox4.Text = "Camera View";
     this.radGroupBox4.ThemeName = "BreezeExtended";
     this.radGroupBox4.Click += new System.EventHandler(this.radGroupBox4_Click);
     //
     // ImgFour
     //
     this.ImgFour.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ImgFour.BackgroundImage")));
     this.ImgFour.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ImgFour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ImgFour.InitialImage = ((System.Drawing.Image)(resources.GetObject("ImgFour.InitialImage")));
     this.ImgFour.Location = new System.Drawing.Point(533, 169);
     this.ImgFour.Name = "ImgFour";
     this.ImgFour.Size = new System.Drawing.Size(140, 140);
     this.ImgFour.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.ImgFour.TabIndex = 17;
     this.ImgFour.TabStop = false;
     //
     // ImgTwo
     //
     this.ImgTwo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ImgTwo.BackgroundImage")));
     this.ImgTwo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ImgTwo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ImgTwo.InitialImage = ((System.Drawing.Image)(resources.GetObject("ImgTwo.InitialImage")));
     this.ImgTwo.Location = new System.Drawing.Point(533, 23);
     this.ImgTwo.Name = "ImgTwo";
     this.ImgTwo.Size = new System.Drawing.Size(140, 140);
     this.ImgTwo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.ImgTwo.TabIndex = 17;
     this.ImgTwo.TabStop = false;
     //
     // ImgThree
     //
     this.ImgThree.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ImgThree.BackgroundImage")));
     this.ImgThree.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ImgThree.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ImgThree.InitialImage = ((System.Drawing.Image)(resources.GetObject("ImgThree.InitialImage")));
     this.ImgThree.Location = new System.Drawing.Point(387, 169);
     this.ImgThree.Name = "ImgThree";
     this.ImgThree.Size = new System.Drawing.Size(140, 140);
     this.ImgThree.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.ImgThree.TabIndex = 17;
     this.ImgThree.TabStop = false;
     //
     // ImgOne
     //
     this.ImgOne.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ImgOne.BackgroundImage")));
     this.ImgOne.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ImgOne.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ImgOne.InitialImage = ((System.Drawing.Image)(resources.GetObject("ImgOne.InitialImage")));
     this.ImgOne.Location = new System.Drawing.Point(387, 23);
     this.ImgOne.Name = "ImgOne";
     this.ImgOne.Size = new System.Drawing.Size(140, 140);
     this.ImgOne.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.ImgOne.TabIndex = 17;
     this.ImgOne.TabStop = false;
     //
     // imgCameraView
     //
     this.imgCameraView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.imgCameraView.Location = new System.Drawing.Point(27, 23);
     this.imgCameraView.Name = "imgCameraView";
     this.imgCameraView.Size = new System.Drawing.Size(335, 234);
     this.imgCameraView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.imgCameraView.TabIndex = 16;
     this.imgCameraView.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(28, 285);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(338, 72);
     this.label1.TabIndex = 15;
     this.label1.Text = "Capture photographs for candidates is handling here. User \r\nshould capture four i" +
         "mages from the camera view. \r\nNote : Incomplete numbers of photos are not suffic" +
         "ient \r\nfor candidate registration.\r\n";
     //
     // btnCapture4
     //
     this.btnCapture4.Location = new System.Drawing.Point(582, 330);
     this.btnCapture4.Name = "btnCapture4";
     this.btnCapture4.Size = new System.Drawing.Size(59, 24);
     this.btnCapture4.TabIndex = 14;
     this.btnCapture4.Text = "4";
     this.btnCapture4.ThemeName = "Office2010";
     this.btnCapture4.Click += new System.EventHandler(this.btnCapture4_Click);
     //
     // btnCapture3
     //
     this.btnCapture3.Location = new System.Drawing.Point(517, 330);
     this.btnCapture3.Name = "btnCapture3";
     this.btnCapture3.Size = new System.Drawing.Size(59, 24);
     this.btnCapture3.TabIndex = 14;
     this.btnCapture3.Text = "3";
     this.btnCapture3.ThemeName = "Office2010";
     this.btnCapture3.Click += new System.EventHandler(this.btnCapture3_Click);
     //
     // btnCapture2
     //
     this.btnCapture2.Location = new System.Drawing.Point(452, 330);
     this.btnCapture2.Name = "btnCapture2";
     this.btnCapture2.Size = new System.Drawing.Size(59, 24);
     this.btnCapture2.TabIndex = 14;
     this.btnCapture2.Text = "2";
     this.btnCapture2.ThemeName = "Office2010";
     this.btnCapture2.Click += new System.EventHandler(this.btnCapture2_Click);
     //
     // btnCapture1
     //
     this.btnCapture1.Location = new System.Drawing.Point(387, 330);
     this.btnCapture1.Name = "btnCapture1";
     this.btnCapture1.Size = new System.Drawing.Size(59, 24);
     this.btnCapture1.TabIndex = 14;
     this.btnCapture1.Text = "1";
     this.btnCapture1.ThemeName = "Office2010";
     this.btnCapture1.Click += new System.EventHandler(this.btnCapture1_Click);
     //
     // btnSaveImages
     //
     this.btnSaveImages.Location = new System.Drawing.Point(570, 418);
     this.btnSaveImages.Name = "btnSaveImages";
     this.btnSaveImages.Size = new System.Drawing.Size(85, 24);
     this.btnSaveImages.TabIndex = 18;
     this.btnSaveImages.Text = "&Save Images";
     this.btnSaveImages.ThemeName = "Office2010";
     this.btnSaveImages.Click += new System.EventHandler(this.btnSaveImages_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.Orange;
     this.label2.Location = new System.Drawing.Point(430, 26);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(75, 13);
     this.label2.TabIndex = 19;
     this.label2.Text = "Candidate ID :";
     //
     // lblCanddate
     //
     this.lblCanddate.AutoSize = true;
     this.lblCanddate.ForeColor = System.Drawing.Color.Blue;
     this.lblCanddate.Location = new System.Drawing.Point(512, 26);
     this.lblCanddate.Name = "lblCanddate";
     this.lblCanddate.Size = new System.Drawing.Size(35, 13);
     this.lblCanddate.TabIndex = 20;
     this.lblCanddate.Text = "label3";
     //
     // Photos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.BorderColor = System.Drawing.Color.Silver;
     this.BorderWidth = 5;
     this.ClientSize = new System.Drawing.Size(797, 454);
     this.Controls.Add(this.lblCanddate);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.radLabel4);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.radGroupBox4);
     this.Controls.Add(this.btnSaveImages);
     this.Name = "Photos";
     this.Shape = this.roundRectShapeForm;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Photos";
     this.Load += new System.EventHandler(this.Photos_Load);
     this.Leave += new System.EventHandler(this.Photos_Leave);
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     this.radGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ImgFour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgTwo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgThree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgOne)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgCameraView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCapture1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSaveImages)).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.components = new System.ComponentModel.Container();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.cmbRegion = new Telerik.WinControls.UI.RadDropDownList();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtIncharge = new Telerik.WinControls.UI.RadTextBox();
     this.txtEmailId = new Telerik.WinControls.UI.RadTextBox();
     this.txtMobileNo = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
     this.txtPhoneNo = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.txtAddress = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.txtDealerName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbRegion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIncharge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhoneNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDealerName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.cmbRegion);
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtIncharge);
     this.radGroupBox1.Controls.Add(this.txtEmailId);
     this.radGroupBox1.Controls.Add(this.txtMobileNo);
     this.radGroupBox1.Controls.Add(this.radLabel7);
     this.radGroupBox1.Controls.Add(this.radLabel6);
     this.radGroupBox1.Controls.Add(this.txtPhoneNo);
     this.radGroupBox1.Controls.Add(this.radLabel5);
     this.radGroupBox1.Controls.Add(this.txtAddress);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.txtDealerName);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(273, 219);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // cmbRegion
     //
     this.cmbRegion.AllowShowFocusCues = false;
     this.cmbRegion.AutoCompleteDisplayMember = null;
     this.cmbRegion.AutoCompleteValueMember = null;
     this.cmbRegion.DisplayMember = "1";
     this.cmbRegion.Location = new System.Drawing.Point(92, 135);
     this.cmbRegion.Name = "cmbRegion";
     this.cmbRegion.Size = new System.Drawing.Size(176, 20);
     this.cmbRegion.TabIndex = 0;
     this.cmbRegion.Text = "radDropDownList1";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(185, 190);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(99, 190);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtIncharge
     //
     this.txtIncharge.Location = new System.Drawing.Point(92, 161);
     this.txtIncharge.Name = "txtIncharge";
     this.txtIncharge.Size = new System.Drawing.Size(176, 20);
     this.txtIncharge.TabIndex = 3;
     this.txtIncharge.ThemeName = "Breeze";
     this.txtIncharge.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtIncharge.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // txtEmailId
     //
     this.txtEmailId.Location = new System.Drawing.Point(92, 109);
     this.txtEmailId.Name = "txtEmailId";
     this.txtEmailId.Size = new System.Drawing.Size(176, 20);
     this.txtEmailId.TabIndex = 0;
     this.txtEmailId.ThemeName = "Breeze";
     this.txtEmailId.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtEmailId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // txtMobileNo
     //
     this.txtMobileNo.Location = new System.Drawing.Point(92, 83);
     this.txtMobileNo.Name = "txtMobileNo";
     this.txtMobileNo.Size = new System.Drawing.Size(176, 20);
     this.txtMobileNo.TabIndex = 0;
     this.txtMobileNo.ThemeName = "Breeze";
     this.txtMobileNo.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtMobileNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel7
     //
     this.radLabel7.Location = new System.Drawing.Point(11, 133);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.Size = new System.Drawing.Size(41, 18);
     this.radLabel7.TabIndex = 2;
     this.radLabel7.Text = "Region";
     this.radLabel7.ThemeName = "ControlDefault";
     //
     // radLabel6
     //
     this.radLabel6.Location = new System.Drawing.Point(11, 109);
     this.radLabel6.Name = "radLabel6";
     this.radLabel6.Size = new System.Drawing.Size(47, 18);
     this.radLabel6.TabIndex = 2;
     this.radLabel6.Text = "Email ID";
     this.radLabel6.ThemeName = "ControlDefault";
     //
     // txtPhoneNo
     //
     this.txtPhoneNo.Location = new System.Drawing.Point(89, 57);
     this.txtPhoneNo.Name = "txtPhoneNo";
     this.txtPhoneNo.Size = new System.Drawing.Size(176, 20);
     this.txtPhoneNo.TabIndex = 0;
     this.txtPhoneNo.ThemeName = "Breeze";
     this.txtPhoneNo.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtPhoneNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel5
     //
     this.radLabel5.Location = new System.Drawing.Point(11, 83);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(62, 18);
     this.radLabel5.TabIndex = 2;
     this.radLabel5.Text = "Mobile No.";
     this.radLabel5.ThemeName = "ControlDefault";
     //
     // txtAddress
     //
     this.txtAddress.Location = new System.Drawing.Point(89, 31);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(176, 20);
     this.txtAddress.TabIndex = 0;
     this.txtAddress.ThemeName = "Breeze";
     this.txtAddress.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtAddress.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel3
     //
     this.radLabel3.Location = new System.Drawing.Point(8, 57);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(59, 18);
     this.radLabel3.TabIndex = 2;
     this.radLabel3.Text = "Phone No.";
     this.radLabel3.ThemeName = "ControlDefault";
     //
     // txtDealerName
     //
     this.txtDealerName.Location = new System.Drawing.Point(89, 5);
     this.txtDealerName.Name = "txtDealerName";
     this.txtDealerName.Size = new System.Drawing.Size(176, 20);
     this.txtDealerName.TabIndex = 0;
     this.txtDealerName.ThemeName = "Breeze";
     this.txtDealerName.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtDealerName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(8, 31);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(46, 18);
     this.radLabel2.TabIndex = 2;
     this.radLabel2.Text = "Address";
     this.radLabel2.ThemeName = "ControlDefault";
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(11, 162);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(50, 18);
     this.radLabel4.TabIndex = 2;
     this.radLabel4.Text = "Incharge";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(75, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "Dealer Name ";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmDealerEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(279, 225);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmDealerEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Dealer Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmDealerEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbRegion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIncharge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhoneNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDealerName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 11
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem5 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem6 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem7 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem8 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem9 = new Telerik.WinControls.UI.RadListDataItem();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.lblCreatedDate = new Telerik.WinControls.UI.RadDateTimePicker();
     this.lstTitle = new Telerik.WinControls.UI.RadDropDownList();
     this.lstUserLevels = new Telerik.WinControls.UI.RadDropDownList();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.button4 = new System.Windows.Forms.Button();
     this.picUser = new System.Windows.Forms.PictureBox();
     this.radLabel18 = new Telerik.WinControls.UI.RadLabel();
     this.btnReset = new Telerik.WinControls.UI.RadButton();
     this.radButton2 = new Telerik.WinControls.UI.RadButton();
     this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.lblCreatedTime = new Telerik.WinControls.UI.RadLabel();
     this.lblUserID = new Telerik.WinControls.UI.RadLabel();
     this.radLabel17 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.txtPassword = new Telerik.WinControls.UI.RadTextBox();
     this.txtUsername = new Telerik.WinControls.UI.RadTextBox();
     this.txtLastName = new Telerik.WinControls.UI.RadTextBox();
     this.txtEmail = new Telerik.WinControls.UI.RadTextBox();
     this.txtConPassword = new Telerik.WinControls.UI.RadTextBox();
     this.txtFirstName = new Telerik.WinControls.UI.RadTextBox();
     this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
      //   this.aEISDataSet = new AEIS.AEISDataSet();
     //this.usersTableAdapter = new AEIS.AEISDataSetTableAdapters.UsersTableAdapter();
      //   this.tableAdapterManager = new AEIS.AEISDataSetTableAdapters.TableAdapterManager();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblCreatedDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstUserLevels)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnReset)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCreatedTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblUserID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
      //   ((System.ComponentModel.ISupportInitialize)(this.aEISDataSet)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox1.Controls.Add(this.lblCreatedDate);
     this.radGroupBox1.Controls.Add(this.lstTitle);
     this.radGroupBox1.Controls.Add(this.lstUserLevels);
     this.radGroupBox1.Controls.Add(this.radGroupBox4);
     this.radGroupBox1.Controls.Add(this.radLabel18);
     this.radGroupBox1.Controls.Add(this.btnReset);
     this.radGroupBox1.Controls.Add(this.radButton2);
     this.radGroupBox1.Controls.Add(this.radLabel10);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel9);
     this.radGroupBox1.Controls.Add(this.radLabel8);
     this.radGroupBox1.Controls.Add(this.radLabel7);
     this.radGroupBox1.Controls.Add(this.radLabel6);
     this.radGroupBox1.Controls.Add(this.radLabel5);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.lblCreatedTime);
     this.radGroupBox1.Controls.Add(this.lblUserID);
     this.radGroupBox1.Controls.Add(this.radLabel17);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Controls.Add(this.txtPassword);
     this.radGroupBox1.Controls.Add(this.txtUsername);
     this.radGroupBox1.Controls.Add(this.txtLastName);
     this.radGroupBox1.Controls.Add(this.txtEmail);
     this.radGroupBox1.Controls.Add(this.txtConPassword);
     this.radGroupBox1.Controls.Add(this.txtFirstName);
     this.radGroupBox1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "New User Registration Form";
     this.radGroupBox1.Location = new System.Drawing.Point(4, 4);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox1.Size = new System.Drawing.Size(784, 705);
     this.radGroupBox1.TabIndex = 8;
     this.radGroupBox1.Text = "New User Registration Form";
     this.radGroupBox1.ThemeName = "BreezeExtended";
     this.radGroupBox1.Click += new System.EventHandler(this.radGroupBox1_Click);
     //
     // lblCreatedDate
     //
     this.lblCreatedDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.lblCreatedDate.Location = new System.Drawing.Point(192, 349);
     this.lblCreatedDate.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.lblCreatedDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.lblCreatedDate.Name = "lblCreatedDate";
     this.lblCreatedDate.NullDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.lblCreatedDate.Size = new System.Drawing.Size(150, 20);
     this.lblCreatedDate.TabIndex = 27;
     this.lblCreatedDate.TabStop = false;
     this.lblCreatedDate.Text = "radDateTimePicker1";
     this.lblCreatedDate.Value = new System.DateTime(2013, 6, 1, 18, 4, 2, 209);
     //
     // lstTitle
     //
     this.lstTitle.FilterExpression = null;
     this.lstTitle.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     radListDataItem1.Selected = true;
     radListDataItem1.Text = "Mr.";
     radListDataItem2.Text = "Mrs.";
     radListDataItem3.Text = "Master.";
     radListDataItem4.Text = "Miss.";
     radListDataItem5.Text = "Ms.";
     this.lstTitle.Items.Add(radListDataItem1);
     this.lstTitle.Items.Add(radListDataItem2);
     this.lstTitle.Items.Add(radListDataItem3);
     this.lstTitle.Items.Add(radListDataItem4);
     this.lstTitle.Items.Add(radListDataItem5);
     this.lstTitle.Location = new System.Drawing.Point(192, 164);
     this.lstTitle.Name = "lstTitle";
     this.lstTitle.Size = new System.Drawing.Size(83, 20);
     this.lstTitle.TabIndex = 9;
     this.lstTitle.Text = "Mr.";
     this.lstTitle.ThemeName = "BreezeExtended";
     //
     // lstUserLevels
     //
     this.lstUserLevels.FilterExpression = null;
     this.lstUserLevels.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     radListDataItem6.Selected = true;
     radListDataItem6.Text = "Higher Administrator";
     radListDataItem7.Text = "Administrator";
     radListDataItem8.Text = "Staff";
     radListDataItem9.Text = "Student";
     this.lstUserLevels.Items.Add(radListDataItem6);
     this.lstUserLevels.Items.Add(radListDataItem7);
     this.lstUserLevels.Items.Add(radListDataItem8);
     this.lstUserLevels.Items.Add(radListDataItem9);
     this.lstUserLevels.Location = new System.Drawing.Point(192, 191);
     this.lstUserLevels.Name = "lstUserLevels";
     this.lstUserLevels.Size = new System.Drawing.Size(233, 20);
     this.lstUserLevels.TabIndex = 9;
     this.lstUserLevels.Text = "Higher Administrator";
     this.lstUserLevels.ThemeName = "BreezeExtended";
     //
     // radGroupBox4
     //
     this.radGroupBox4.Controls.Add(this.button4);
     this.radGroupBox4.Controls.Add(this.picUser);
     this.radGroupBox4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "Photograph";
     this.radGroupBox4.Location = new System.Drawing.Point(524, 84);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox4.Size = new System.Drawing.Size(236, 196);
     this.radGroupBox4.TabIndex = 8;
     this.radGroupBox4.Text = "Photograph";
     this.radGroupBox4.ThemeName = "BreezeExtended";
     //
     // button4
     //
     this.button4.FlatAppearance.BorderSize = 0;
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(47, 172);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(141, 21);
     this.button4.TabIndex = 1;
     this.button4.Text = "Browse";
     this.button4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button4.UseVisualStyleBackColor = true;
     //
     // picUser
     //
     this.picUser.BackgroundImage = global::AEIS.Properties.Resources.avatar;
     this.picUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.picUser.Location = new System.Drawing.Point(11, 23);
     this.picUser.Name = "picUser";
     this.picUser.Size = new System.Drawing.Size(213, 146);
     this.picUser.TabIndex = 0;
     this.picUser.TabStop = false;
     //
     // radLabel18
     //
     this.radLabel18.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel18.ForeColor = System.Drawing.Color.DarkOrange;
     this.radLabel18.Location = new System.Drawing.Point(52, 34);
     this.radLabel18.Name = "radLabel18";
     //
     //
     //
     this.radLabel18.RootElement.ForeColor = System.Drawing.Color.DarkOrange;
     this.radLabel18.Size = new System.Drawing.Size(685, 17);
     this.radLabel18.TabIndex = 2;
     this.radLabel18.Text = "CAUSION : Please be kind to fill out the all field which given below. Keeping emp" +
         "ty field may occur for warning messages.";
     this.radLabel18.ThemeName = "Office2007Black";
     //
     // btnReset
     //
     this.btnReset.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnReset.Location = new System.Drawing.Point(535, 373);
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(100, 25);
     this.btnReset.TabIndex = 5;
     this.btnReset.Text = "&Reset";
     this.btnReset.ThemeName = "Office2010";
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // radButton2
     //
     this.radButton2.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton2.Location = new System.Drawing.Point(660, 373);
     this.radButton2.Name = "radButton2";
     this.radButton2.Size = new System.Drawing.Size(100, 25);
     this.radButton2.TabIndex = 5;
     this.radButton2.Text = "&Add User";
     this.radButton2.ThemeName = "Office2010";
     this.radButton2.Click += new System.EventHandler(this.radButton2_Click);
     //
     // radLabel10
     //
     this.radLabel10.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel10.Location = new System.Drawing.Point(26, 373);
     this.radLabel10.Name = "radLabel10";
     this.radLabel10.Size = new System.Drawing.Size(122, 17);
     this.radLabel10.TabIndex = 1;
     this.radLabel10.Text = "User Created Time  :";
     this.radLabel10.ThemeName = "Office2007Black";
     //
     // radLabel4
     //
     this.radLabel4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.Location = new System.Drawing.Point(26, 350);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(120, 17);
     this.radLabel4.TabIndex = 1;
     this.radLabel4.Text = "User Created Date  :";
     this.radLabel4.ThemeName = "Office2007Black";
     //
     // radLabel9
     //
     this.radLabel9.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel9.Location = new System.Drawing.Point(26, 302);
     this.radLabel9.Name = "radLabel9";
     this.radLabel9.Size = new System.Drawing.Size(100, 17);
     this.radLabel9.TabIndex = 1;
     this.radLabel9.Text = "E-mail Address  :";
     this.radLabel9.ThemeName = "Office2007Black";
     //
     // radLabel8
     //
     this.radLabel8.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel8.Location = new System.Drawing.Point(26, 274);
     this.radLabel8.Name = "radLabel8";
     this.radLabel8.Size = new System.Drawing.Size(121, 17);
     this.radLabel8.TabIndex = 1;
     this.radLabel8.Text = "Confirm Password   :"******"Office2007Black";
     //
     // radLabel7
     //
     this.radLabel7.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel7.Location = new System.Drawing.Point(26, 246);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.Size = new System.Drawing.Size(69, 17);
     this.radLabel7.TabIndex = 1;
     this.radLabel7.Text = "Password  :"******"Office2007Black";
     //
     // radLabel6
     //
     this.radLabel6.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel6.Location = new System.Drawing.Point(26, 218);
     this.radLabel6.Name = "radLabel6";
     this.radLabel6.Size = new System.Drawing.Size(78, 17);
     this.radLabel6.TabIndex = 1;
     this.radLabel6.Text = "User Name  :";
     this.radLabel6.ThemeName = "Office2007Black";
     //
     // radLabel5
     //
     this.radLabel5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel5.Location = new System.Drawing.Point(26, 191);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(74, 17);
     this.radLabel5.TabIndex = 1;
     this.radLabel5.Text = "User level  :";
     this.radLabel5.ThemeName = "Office2007Black";
     //
     // radLabel3
     //
     this.radLabel3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel3.Location = new System.Drawing.Point(26, 163);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(41, 17);
     this.radLabel3.TabIndex = 1;
     this.radLabel3.Text = "Title :";
     this.radLabel3.ThemeName = "Office2007Black";
     //
     // radLabel2
     //
     this.radLabel2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel2.Location = new System.Drawing.Point(26, 135);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(73, 17);
     this.radLabel2.TabIndex = 1;
     this.radLabel2.Text = "Last Name :";
     this.radLabel2.ThemeName = "Office2007Black";
     //
     // lblCreatedTime
     //
     this.lblCreatedTime.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCreatedTime.Location = new System.Drawing.Point(192, 373);
     this.lblCreatedTime.Name = "lblCreatedTime";
     this.lblCreatedTime.Size = new System.Drawing.Size(37, 17);
     this.lblCreatedTime.TabIndex = 1;
     this.lblCreatedTime.Text = "14:30";
     this.lblCreatedTime.ThemeName = "Office2007Black";
     //
     // lblUserID
     //
     this.lblUserID.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUserID.Location = new System.Drawing.Point(192, 84);
     this.lblUserID.Name = "lblUserID";
     this.lblUserID.Size = new System.Drawing.Size(138, 17);
     this.lblUserID.TabIndex = 1;
     this.lblUserID.Text = "13/02/13/14/30/admin";
     this.lblUserID.ThemeName = "Office2007Black";
     //
     // radLabel17
     //
     this.radLabel17.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel17.Location = new System.Drawing.Point(26, 79);
     this.radLabel17.Name = "radLabel17";
     this.radLabel17.Size = new System.Drawing.Size(54, 17);
     this.radLabel17.TabIndex = 1;
     this.radLabel17.Text = "User ID :";
     this.radLabel17.ThemeName = "Office2007Black";
     //
     // radLabel1
     //
     this.radLabel1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel1.Location = new System.Drawing.Point(26, 107);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(75, 17);
     this.radLabel1.TabIndex = 1;
     this.radLabel1.Text = "First Name :";
     this.radLabel1.ThemeName = "Office2007Black";
     //
     // txtPassword
     //
     this.txtPassword.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.Location = new System.Drawing.Point(192, 246);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.Size = new System.Drawing.Size(304, 22);
     this.txtPassword.TabIndex = 0;
     this.txtPassword.TabStop = false;
     this.txtPassword.ThemeName = "BreezeExtended";
     //
     // txtUsername
     //
     this.txtUsername.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUsername.Location = new System.Drawing.Point(192, 218);
     this.txtUsername.Name = "txtUsername";
     this.txtUsername.Size = new System.Drawing.Size(304, 22);
     this.txtUsername.TabIndex = 0;
     this.txtUsername.TabStop = false;
     this.txtUsername.ThemeName = "BreezeExtended";
     //
     // txtLastName
     //
     this.txtLastName.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLastName.Location = new System.Drawing.Point(192, 135);
     this.txtLastName.Name = "txtLastName";
     this.txtLastName.Size = new System.Drawing.Size(304, 22);
     this.txtLastName.TabIndex = 0;
     this.txtLastName.TabStop = false;
     this.txtLastName.ThemeName = "BreezeExtended";
     //
     // txtEmail
     //
     this.txtEmail.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEmail.Location = new System.Drawing.Point(192, 302);
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(304, 22);
     this.txtEmail.TabIndex = 0;
     this.txtEmail.TabStop = false;
     this.txtEmail.ThemeName = "BreezeExtended";
     //
     // txtConPassword
     //
     this.txtConPassword.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtConPassword.Location = new System.Drawing.Point(192, 274);
     this.txtConPassword.Name = "txtConPassword";
     this.txtConPassword.Size = new System.Drawing.Size(304, 22);
     this.txtConPassword.TabIndex = 0;
     this.txtConPassword.TabStop = false;
     this.txtConPassword.ThemeName = "BreezeExtended";
     //
     // txtFirstName
     //
     this.txtFirstName.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFirstName.Location = new System.Drawing.Point(192, 107);
     this.txtFirstName.Name = "txtFirstName";
     this.txtFirstName.Size = new System.Drawing.Size(304, 22);
     this.txtFirstName.TabIndex = 0;
     this.txtFirstName.TabStop = false;
     this.txtFirstName.ThemeName = "BreezeExtended";
     //
     // usersBindingSource
     //
     this.usersBindingSource.DataMember = "Users";
     //this.usersBindingSource.DataSource = this.aEISDataSet;
     //
     // aEISDataSet
     //
     //this.aEISDataSet.DataSetName = "AEISDataSet";
     //this.aEISDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // usersTableAdapter
     //
     //this.usersTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     //this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     //this.tableAdapterManager.Login_TrackerTableAdapter = null;
     //this.tableAdapterManager.UpdateOrder = AEIS.AEISDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
     //
     // UserAddNew
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox1);
     this.Name = "UserAddNew";
     this.Size = new System.Drawing.Size(807, 709);
     this.Load += new System.EventHandler(this.UserAddNew_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblCreatedDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstUserLevels)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnReset)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCreatedTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblUserID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
     //((System.ComponentModel.ISupportInitialize)(this.aEISDataSet)).EndInit();
     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()
 {
     Telerik.WinControls.UI.GridViewImageColumn gridViewImageColumn1 = new Telerik.WinControls.UI.GridViewImageColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.grdList = new Telerik.WinControls.UI.RadGridView();
     this.lblRunning = new System.Windows.Forms.Label();
     this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
     this.lblAccount = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.btnSend = new Telerik.WinControls.UI.RadButton();
     this.lblSmsNum = new Telerik.WinControls.UI.RadLabel();
     this.lblCharNum = new Telerik.WinControls.UI.RadLabel();
     this.lblLang = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.txtText = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblAccount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSend)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSmsNum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCharNum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblLang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtText)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.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.radGroupBox1.Controls.Add(this.radLabel5);
     this.radGroupBox1.Controls.Add(this.grdList);
     this.radGroupBox1.Controls.Add(this.lblRunning);
     this.radGroupBox1.Controls.Add(this.radLabel6);
     this.radGroupBox1.Controls.Add(this.lblAccount);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.btnSend);
     this.radGroupBox1.Controls.Add(this.lblSmsNum);
     this.radGroupBox1.Controls.Add(this.lblCharNum);
     this.radGroupBox1.Controls.Add(this.lblLang);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Controls.Add(this.txtText);
     this.radGroupBox1.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "ارسال پیامک";
     this.radGroupBox1.Location = new System.Drawing.Point(12, 12);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.radGroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(575, 392);
     this.radGroupBox1.TabIndex = 17;
     this.radGroupBox1.Text = "ارسال پیامک";
     //
     // grdList
     //
     this.grdList.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.grdList.EnableCustomDrawing = true;
     this.grdList.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grdList.Location = new System.Drawing.Point(5, 146);
     //
     // grdList
     //
     this.grdList.MasterTemplate.AddNewRowPosition = Telerik.WinControls.UI.SystemRowPosition.Bottom;
     this.grdList.MasterTemplate.AllowAddNewRow = false;
     this.grdList.MasterTemplate.AllowCellContextMenu = false;
     this.grdList.MasterTemplate.AllowColumnChooser = false;
     this.grdList.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grdList.MasterTemplate.AllowDeleteRow = false;
     this.grdList.MasterTemplate.AllowDragToGroup = false;
     this.grdList.MasterTemplate.AllowRowResize = false;
     this.grdList.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewImageColumn1.HeaderText = "وضعیت";
     gridViewImageColumn1.Name = "status";
     gridViewImageColumn1.Width = 54;
     gridViewTextBoxColumn1.Expression = "FirstName + \" \" + LastName";
     gridViewTextBoxColumn1.FormatString = "";
     gridViewTextBoxColumn1.HeaderText = "نام";
     gridViewTextBoxColumn1.Name = "name";
     gridViewTextBoxColumn1.Width = 212;
     gridViewTextBoxColumn2.FieldName = "CellNumber";
     gridViewTextBoxColumn2.FormatString = "";
     gridViewTextBoxColumn2.HeaderText = "شماره";
     gridViewTextBoxColumn2.Name = "phone";
     gridViewTextBoxColumn2.ReadOnly = true;
     gridViewTextBoxColumn2.Width = 212;
     gridViewCheckBoxColumn1.AllowSort = false;
     gridViewCheckBoxColumn1.FormatString = "";
     gridViewCheckBoxColumn1.HeaderText = "";
     gridViewCheckBoxColumn1.Name = "send";
     gridViewCheckBoxColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     gridViewCheckBoxColumn1.Width = 89;
     gridViewTextBoxColumn3.HeaderText = "column1";
     gridViewTextBoxColumn3.IsVisible = false;
     gridViewTextBoxColumn3.Name = "statusNo";
     gridViewTextBoxColumn3.Width = 46;
     gridViewTextBoxColumn4.FieldName = "FirstName";
     gridViewTextBoxColumn4.HeaderText = "column1";
     gridViewTextBoxColumn4.IsVisible = false;
     gridViewTextBoxColumn4.Name = "FirstName";
     gridViewTextBoxColumn4.Width = 42;
     gridViewTextBoxColumn5.FieldName = "LastName";
     gridViewTextBoxColumn5.HeaderText = "column1";
     gridViewTextBoxColumn5.IsVisible = false;
     gridViewTextBoxColumn5.Name = "LastName";
     this.grdList.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewImageColumn1,
     gridViewTextBoxColumn1,
     gridViewTextBoxColumn2,
     gridViewCheckBoxColumn1,
     gridViewTextBoxColumn3,
     gridViewTextBoxColumn4,
     gridViewTextBoxColumn5});
     this.grdList.MasterTemplate.ShowRowHeaderColumn = false;
     this.grdList.Name = "grdList";
     this.grdList.ShowGroupPanel = false;
     this.grdList.Size = new System.Drawing.Size(565, 197);
     this.grdList.TabIndex = 8;
     this.grdList.Text = "radGridView1";
     this.grdList.CellPaint += new Telerik.WinControls.UI.GridViewCellPaintEventHandler(this.grdList_CellPaint);
     this.grdList.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grdList_CellFormatting);
     this.grdList.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdList_CellClick);
     //
     // lblRunning
     //
     this.lblRunning.AutoSize = true;
     this.lblRunning.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
     this.lblRunning.Location = new System.Drawing.Point(140, 360);
     this.lblRunning.Name = "lblRunning";
     this.lblRunning.Size = new System.Drawing.Size(136, 23);
     this.lblRunning.TabIndex = 7;
     this.lblRunning.Text = "در حال اجرای درخواست...";
     this.lblRunning.Visible = false;
     //
     // radLabel6
     //
     this.radLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel6.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel6.Location = new System.Drawing.Point(449, 360);
     this.radLabel6.Name = "radLabel6";
     this.radLabel6.Size = new System.Drawing.Size(25, 23);
     this.radLabel6.TabIndex = 6;
     this.radLabel6.Text = "ریال";
     this.radLabel6.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // lblAccount
     //
     this.lblAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblAccount.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblAccount.Location = new System.Drawing.Point(483, 360);
     this.lblAccount.Name = "lblAccount";
     this.lblAccount.Size = new System.Drawing.Size(11, 23);
     this.lblAccount.TabIndex = 5;
     this.lblAccount.Text = "0";
     this.lblAccount.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel4
     //
     this.radLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel4.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel4.Location = new System.Drawing.Point(536, 360);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(34, 23);
     this.radLabel4.TabIndex = 4;
     this.radLabel4.Text = "اعتبار:";
     this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // btnSend
     //
     this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSend.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnSend.Location = new System.Drawing.Point(5, 348);
     this.btnSend.Name = "btnSend";
     this.btnSend.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnSend.Size = new System.Drawing.Size(130, 35);
     this.btnSend.TabIndex = 2;
     this.btnSend.Text = "ارسال   ";
     this.btnSend.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // lblSmsNum
     //
     this.lblSmsNum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.lblSmsNum.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblSmsNum.Location = new System.Drawing.Point(18, 54);
     this.lblSmsNum.Name = "lblSmsNum";
     this.lblSmsNum.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSmsNum.Size = new System.Drawing.Size(11, 23);
     this.lblSmsNum.TabIndex = 5;
     this.lblSmsNum.Text = "0";
     this.lblSmsNum.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblCharNum
     //
     this.lblCharNum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.lblCharNum.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblCharNum.Location = new System.Drawing.Point(18, 29);
     this.lblCharNum.Name = "lblCharNum";
     this.lblCharNum.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCharNum.Size = new System.Drawing.Size(11, 23);
     this.lblCharNum.TabIndex = 4;
     this.lblCharNum.Text = "0";
     this.lblCharNum.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblLang
     //
     this.lblLang.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.lblLang.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblLang.Location = new System.Drawing.Point(59, 114);
     this.lblLang.Name = "lblLang";
     this.lblLang.Size = new System.Drawing.Size(43, 23);
     this.lblLang.TabIndex = 3;
     this.lblLang.Text = "انگلیسی";
     this.lblLang.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel3
     //
     this.radLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.radLabel3.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel3.Location = new System.Drawing.Point(73, 54);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(62, 23);
     this.radLabel3.TabIndex = 3;
     this.radLabel3.Text = "تعداد پیامک:";
     this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel2
     //
     this.radLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.radLabel2.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel2.Location = new System.Drawing.Point(71, 29);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(64, 23);
     this.radLabel2.TabIndex = 3;
     this.radLabel2.Text = "تعداد کاراکتر:";
     this.radLabel2.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel1
     //
     this.radLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel1.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel1.Location = new System.Drawing.Point(514, 29);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(56, 23);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "متن پیامک:";
     this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtText
     //
     this.txtText.AcceptsReturn = true;
     this.txtText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtText.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtText.Location = new System.Drawing.Point(140, 29);
     this.txtText.Multiline = true;
     this.txtText.Name = "txtText";
     //
     //
     //
     this.txtText.RootElement.StretchVertically = true;
     this.txtText.Size = new System.Drawing.Size(354, 111);
     this.txtText.TabIndex = 0;
     this.txtText.TabStop = false;
     this.txtText.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtText_TextChanging);
     this.txtText.TextChanged += new System.EventHandler(this.txtText_TextChanged);
     //
     // radLabel5
     //
     this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.radLabel5.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radLabel5.Location = new System.Drawing.Point(108, 114);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(27, 23);
     this.radLabel5.TabIndex = 4;
     this.radLabel5.Text = "زبان:";
     this.radLabel5.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormSmsSending
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(598, 412);
     this.Controls.Add(this.radGroupBox1);
     this.Name = "FormSmsSending";
     this.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ارسال پیامک";
     this.ThemeName = "ControlDefault";
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblAccount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSend)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSmsNum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblCharNum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblLang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtText)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 13
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn2 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn3 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn4 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn5 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn6 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn7 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
     this.btnSave = new Telerik.WinControls.UI.RadButton();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.grvItems = new Telerik.WinControls.UI.RadGridView();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnAllAccess = new Telerik.WinControls.UI.RadButton();
     this.btnNoAccess = new Telerik.WinControls.UI.RadButton();
     this.tabAccess = new Telerik.WinControls.UI.RadPageView();
     this.radPageViewPage1 = new Telerik.WinControls.UI.RadPageViewPage();
     this.rgvAccessTask = new Telerik.WinControls.UI.RadGridView();
     this.radPageViewPage2 = new Telerik.WinControls.UI.RadPageViewPage();
     this.rgvAccessSetings = new Telerik.WinControls.UI.RadGridView();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.roleTitleLabel = new Telerik.WinControls.UI.RadLabel();
     this.txtName = new Telerik.WinControls.UI.RadTextBox();
     this.srcItem = new System.Windows.Forms.BindingSource(this.components);
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.ucFilter1 = new ShayanDental.UserControls.UCFilter();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAllAccess)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNoAccess)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabAccess)).BeginInit();
     this.tabAccess.SuspendLayout();
     this.radPageViewPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessTask)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessTask.MasterTemplate)).BeginInit();
     this.radPageViewPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessSetings)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessSetings.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleTitleLabel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btnSave.Location = new System.Drawing.Point(750, 567);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(98, 35);
     this.btnSave.TabIndex = 11;
     this.btnSave.Text = "ذخیره";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btnCancel.Location = new System.Drawing.Point(646, 567);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(98, 35);
     this.btnCancel.TabIndex = 12;
     this.btnCancel.Text = "انصراف";
     this.btnCancel.Click += new System.EventHandler(this.roleNewButton_Click);
     //
     // grvItems
     //
     this.grvItems.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.grvItems.AutoScroll = true;
     this.grvItems.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grvItems.Location = new System.Drawing.Point(5, 71);
     //
     // grvItems
     //
     this.grvItems.MasterTemplate.AllowAddNewRow = false;
     this.grvItems.MasterTemplate.AllowCellContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnChooser = false;
     this.grvItems.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnReorder = false;
     this.grvItems.MasterTemplate.AllowDeleteRow = false;
     this.grvItems.MasterTemplate.AllowDragToGroup = false;
     this.grvItems.MasterTemplate.AllowEditRow = false;
     this.grvItems.MasterTemplate.AllowRowResize = false;
     this.grvItems.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn1.FieldName = "Title";
     gridViewTextBoxColumn1.HeaderText = "عنوان سمت";
     gridViewTextBoxColumn1.Name = "column1";
     gridViewTextBoxColumn1.Width = 393;
     gridViewCommandColumn1.AllowHide = false;
     gridViewCommandColumn1.AllowReorder = false;
     gridViewCommandColumn1.AllowResize = false;
     gridViewCommandColumn1.AllowSort = false;
     gridViewCommandColumn1.HeaderText = "حذف";
     gridViewCommandColumn1.Name = "column3";
     gridViewCommandColumn1.Width = 30;
     this.grvItems.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn1,
     gridViewCommandColumn1});
     this.grvItems.MasterTemplate.EnableFiltering = true;
     this.grvItems.MasterTemplate.EnableGrouping = false;
     this.grvItems.MasterTemplate.ShowFilteringRow = false;
     this.grvItems.Name = "grvItems";
     this.grvItems.ReadOnly = true;
     this.grvItems.Size = new System.Drawing.Size(443, 474);
     this.grvItems.TabIndex = 10;
     this.grvItems.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
     this.grvItems.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvItems_CurrentRowChanging);
     this.grvItems.SelectionChanged += new System.EventHandler(this.grvItems_SelectionChanged);
     this.grvItems.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvItems_CommandCellClick);
     this.grvItems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grvItems_KeyDown);
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox1.Controls.Add(this.btnAllAccess);
     this.radGroupBox1.Controls.Add(this.btnNoAccess);
     this.radGroupBox1.Controls.Add(this.tabAccess);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.btnNew);
     this.radGroupBox1.Controls.Add(this.roleTitleLabel);
     this.radGroupBox1.Controls.Add(this.txtName);
     this.radGroupBox1.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "تعریف سمت";
     this.radGroupBox1.Location = new System.Drawing.Point(462, 7);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(397, 555);
     this.radGroupBox1.TabIndex = 9;
     this.radGroupBox1.Text = "تعریف سمت";
     //
     // btnAllAccess
     //
     this.btnAllAccess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAllAccess.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btnAllAccess.Location = new System.Drawing.Point(201, 75);
     this.btnAllAccess.Name = "btnAllAccess";
     this.btnAllAccess.Size = new System.Drawing.Size(190, 35);
     this.btnAllAccess.TabIndex = 18;
     this.btnAllAccess.Text = "همه دسترسی ها";
     this.btnAllAccess.Click += new System.EventHandler(this.btnAllAccess_Click);
     //
     // btnNoAccess
     //
     this.btnNoAccess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNoAccess.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btnNoAccess.Location = new System.Drawing.Point(5, 75);
     this.btnNoAccess.Name = "btnNoAccess";
     this.btnNoAccess.Size = new System.Drawing.Size(190, 35);
     this.btnNoAccess.TabIndex = 17;
     this.btnNoAccess.Text = "هیچ کدام از دسترسی";
     this.btnNoAccess.Click += new System.EventHandler(this.btnNoAccess_Click);
     //
     // tabAccess
     //
     this.tabAccess.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabAccess.Controls.Add(this.radPageViewPage1);
     this.tabAccess.Controls.Add(this.radPageViewPage2);
     this.tabAccess.Font = new System.Drawing.Font("B Nazanin", 9.3F, System.Drawing.FontStyle.Bold);
     this.tabAccess.Location = new System.Drawing.Point(5, 116);
     this.tabAccess.Name = "tabAccess";
     this.tabAccess.SelectedPage = this.radPageViewPage1;
     this.tabAccess.Size = new System.Drawing.Size(386, 392);
     this.tabAccess.TabIndex = 16;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.tabAccess.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.tabAccess.GetChildAt(0))).ItemAlignment = Telerik.WinControls.UI.StripViewItemAlignment.Near;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.tabAccess.GetChildAt(0))).ItemFitMode = Telerik.WinControls.UI.StripViewItemFitMode.Fill;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.tabAccess.GetChildAt(0))).StripAlignment = Telerik.WinControls.UI.StripViewAlignment.Top;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.tabAccess.GetChildAt(0))).ItemDragMode = Telerik.WinControls.UI.PageViewItemDragMode.None;
     //
     // radPageViewPage1
     //
     this.radPageViewPage1.Controls.Add(this.rgvAccessTask);
     this.radPageViewPage1.Font = new System.Drawing.Font("B Nazanin", 9.3F, System.Drawing.FontStyle.Bold);
     this.radPageViewPage1.Location = new System.Drawing.Point(10, 42);
     this.radPageViewPage1.Name = "radPageViewPage1";
     this.radPageViewPage1.Size = new System.Drawing.Size(365, 339);
     this.radPageViewPage1.Text = "وظایف";
     //
     // rgvAccessTask
     //
     this.rgvAccessTask.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.rgvAccessTask.EnableHotTracking = false;
     this.rgvAccessTask.Font = new System.Drawing.Font("B Nazanin", 9F);
     this.rgvAccessTask.Location = new System.Drawing.Point(3, 5);
     //
     // rgvAccessTask
     //
     this.rgvAccessTask.MasterTemplate.AllowAddNewRow = false;
     this.rgvAccessTask.MasterTemplate.AllowCellContextMenu = false;
     this.rgvAccessTask.MasterTemplate.AllowColumnChooser = false;
     this.rgvAccessTask.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.rgvAccessTask.MasterTemplate.AllowColumnReorder = false;
     this.rgvAccessTask.MasterTemplate.AllowColumnResize = false;
     this.rgvAccessTask.MasterTemplate.AllowDeleteRow = false;
     this.rgvAccessTask.MasterTemplate.AllowDragToGroup = false;
     this.rgvAccessTask.MasterTemplate.AllowRowResize = false;
     this.rgvAccessTask.MasterTemplate.AutoGenerateColumns = false;
     gridViewTextBoxColumn2.FieldName = "Name";
     gridViewTextBoxColumn2.FormatString = "";
     gridViewTextBoxColumn2.HeaderText = "نام دسترسی";
     gridViewTextBoxColumn2.Name = "column1";
     gridViewTextBoxColumn2.Width = 90;
     gridViewCheckBoxColumn1.FieldName = "AccessObserve";
     gridViewCheckBoxColumn1.FormatString = "";
     gridViewCheckBoxColumn1.HeaderText = "مشاهده";
     gridViewCheckBoxColumn1.Name = "column3";
     gridViewCheckBoxColumn2.FieldName = "AccessChange";
     gridViewCheckBoxColumn2.FormatString = "";
     gridViewCheckBoxColumn2.HeaderText = "اعمال تغییرات";
     gridViewCheckBoxColumn2.Name = "column4";
     gridViewCheckBoxColumn2.Width = 70;
     gridViewCheckBoxColumn3.FieldName = "AccessInsert";
     gridViewCheckBoxColumn3.FormatString = "";
     gridViewCheckBoxColumn3.HeaderText = "افزودن";
     gridViewCheckBoxColumn3.Name = "column5";
     gridViewCheckBoxColumn4.FieldName = "AccessRemove";
     gridViewCheckBoxColumn4.FormatString = "";
     gridViewCheckBoxColumn4.HeaderText = "حذف";
     gridViewCheckBoxColumn4.Name = "column6";
     gridViewCheckBoxColumn5.FieldName = "AccessPrint";
     gridViewCheckBoxColumn5.FormatString = "";
     gridViewCheckBoxColumn5.HeaderText = "پرینت";
     gridViewCheckBoxColumn5.Name = "column7";
     this.rgvAccessTask.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn2,
     gridViewCheckBoxColumn1,
     gridViewCheckBoxColumn2,
     gridViewCheckBoxColumn3,
     gridViewCheckBoxColumn4,
     gridViewCheckBoxColumn5});
     this.rgvAccessTask.MasterTemplate.EnableGrouping = false;
     this.rgvAccessTask.MasterTemplate.EnableSorting = false;
     this.rgvAccessTask.MasterTemplate.ShowFilteringRow = false;
     this.rgvAccessTask.MasterTemplate.ShowRowHeaderColumn = false;
     this.rgvAccessTask.Name = "rgvAccessTask";
     this.rgvAccessTask.ShowCellErrors = false;
     this.rgvAccessTask.ShowGroupPanel = false;
     this.rgvAccessTask.ShowNoDataText = false;
     this.rgvAccessTask.ShowRowErrors = false;
     this.rgvAccessTask.Size = new System.Drawing.Size(360, 331);
     this.rgvAccessTask.TabIndex = 15;
     this.rgvAccessTask.Text = "radGridView1";
     //
     // radPageViewPage2
     //
     this.radPageViewPage2.Controls.Add(this.rgvAccessSetings);
     this.radPageViewPage2.Font = new System.Drawing.Font("B Nazanin", 9.3F, System.Drawing.FontStyle.Bold);
     this.radPageViewPage2.Location = new System.Drawing.Point(10, 42);
     this.radPageViewPage2.Name = "radPageViewPage2";
     this.radPageViewPage2.Size = new System.Drawing.Size(365, 339);
     this.radPageViewPage2.Text = "نتظیمات";
     //
     // rgvAccessSetings
     //
     this.rgvAccessSetings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.rgvAccessSetings.EnableHotTracking = false;
     this.rgvAccessSetings.Font = new System.Drawing.Font("B Nazanin", 9F);
     this.rgvAccessSetings.Location = new System.Drawing.Point(3, 4);
     //
     // rgvAccessSetings
     //
     this.rgvAccessSetings.MasterTemplate.AllowAddNewRow = false;
     this.rgvAccessSetings.MasterTemplate.AllowCellContextMenu = false;
     this.rgvAccessSetings.MasterTemplate.AllowColumnChooser = false;
     this.rgvAccessSetings.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.rgvAccessSetings.MasterTemplate.AllowColumnReorder = false;
     this.rgvAccessSetings.MasterTemplate.AllowDeleteRow = false;
     this.rgvAccessSetings.MasterTemplate.AllowDragToGroup = false;
     this.rgvAccessSetings.MasterTemplate.AllowRowResize = false;
     this.rgvAccessSetings.MasterTemplate.AutoGenerateColumns = false;
     gridViewTextBoxColumn3.FieldName = "Name";
     gridViewTextBoxColumn3.FormatString = "";
     gridViewTextBoxColumn3.HeaderText = "نام دسترسی";
     gridViewTextBoxColumn3.Name = "column1";
     gridViewTextBoxColumn3.Width = 150;
     gridViewCheckBoxColumn6.FieldName = "AccessObserve";
     gridViewCheckBoxColumn6.FormatString = "";
     gridViewCheckBoxColumn6.HeaderText = "مشاهده";
     gridViewCheckBoxColumn6.Name = "column3";
     gridViewCheckBoxColumn6.Width = 110;
     gridViewCheckBoxColumn7.FieldName = "AccessChange";
     gridViewCheckBoxColumn7.FormatString = "";
     gridViewCheckBoxColumn7.HeaderText = "اعمال تغییرات";
     gridViewCheckBoxColumn7.Name = "column4";
     gridViewCheckBoxColumn7.Width = 100;
     this.rgvAccessSetings.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn3,
     gridViewCheckBoxColumn6,
     gridViewCheckBoxColumn7});
     this.rgvAccessSetings.MasterTemplate.EnableGrouping = false;
     this.rgvAccessSetings.MasterTemplate.EnableSorting = false;
     this.rgvAccessSetings.MasterTemplate.ShowFilteringRow = false;
     this.rgvAccessSetings.MasterTemplate.ShowRowHeaderColumn = false;
     this.rgvAccessSetings.Name = "rgvAccessSetings";
     this.rgvAccessSetings.ShowCellErrors = false;
     this.rgvAccessSetings.ShowGroupPanel = false;
     this.rgvAccessSetings.ShowNoDataText = false;
     this.rgvAccessSetings.ShowRowErrors = false;
     this.rgvAccessSetings.Size = new System.Drawing.Size(359, 335);
     this.rgvAccessSetings.TabIndex = 16;
     this.rgvAccessSetings.Text = "radGridView2";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btnAdd.Location = new System.Drawing.Point(288, 515);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(98, 35);
     this.btnAdd.TabIndex = 14;
     this.btnAdd.Text = "افزودن";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnNew
     //
     this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btnNew.Location = new System.Drawing.Point(184, 515);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(98, 35);
     this.btnNew.TabIndex = 13;
     this.btnNew.Text = "جدید";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // roleTitleLabel
     //
     this.roleTitleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.roleTitleLabel.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.roleTitleLabel.Location = new System.Drawing.Point(355, 34);
     this.roleTitleLabel.Name = "roleTitleLabel";
     this.roleTitleLabel.Size = new System.Drawing.Size(34, 23);
     this.roleTitleLabel.TabIndex = 3;
     this.roleTitleLabel.Text = "عنوان:";
     this.roleTitleLabel.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtName
     //
     this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Title", true));
     this.txtName.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtName.Location = new System.Drawing.Point(5, 32);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(347, 25);
     this.txtName.TabIndex = 1;
     this.txtName.TabStop = false;
     this.txtName.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtName_TextChanging);
     this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // srcItem
     //
     this.srcItem.DataSource = typeof(Shayan.Data.Role);
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.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.radGroupBox2.Controls.Add(this.ucFilter1);
     this.radGroupBox2.Controls.Add(this.grvItems);
     this.radGroupBox2.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "سمت های ذخیره شده";
     this.radGroupBox2.Location = new System.Drawing.Point(3, 7);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(2, 17, 2, 2);
     this.radGroupBox2.Size = new System.Drawing.Size(453, 555);
     this.radGroupBox2.TabIndex = 14;
     this.radGroupBox2.Text = "سمت های ذخیره شده";
     //
     // ucFilter1
     //
     this.ucFilter1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucFilter1.Location = new System.Drawing.Point(6, 32);
     this.ucFilter1.Margin = new System.Windows.Forms.Padding(4);
     this.ucFilter1.Name = "ucFilter1";
     this.ucFilter1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ucFilter1.Size = new System.Drawing.Size(441, 24);
     this.ucFilter1.TabIndex = 11;
     //
     // UCDefineRole
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox2);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.radGroupBox1);
     this.Font = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold);
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name = "UCDefineRole";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Size = new System.Drawing.Size(874, 608);
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAllAccess)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNoAccess)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabAccess)).EndInit();
     this.tabAccess.ResumeLayout(false);
     this.radPageViewPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessTask.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessTask)).EndInit();
     this.radPageViewPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessSetings.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgvAccessSetings)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleTitleLabel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.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()
 {
     this.components = new System.ComponentModel.Container();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.cmbUnit = new Telerik.WinControls.UI.RadDropDownList();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtDesc = new Telerik.WinControls.UI.RadTextBox();
     this.txtType = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.txtName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDesc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.cmbUnit);
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtDesc);
     this.radGroupBox1.Controls.Add(this.txtType);
     this.radGroupBox1.Controls.Add(this.radLabel5);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.txtName);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(273, 143);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // cmbUnit
     //
     this.cmbUnit.AllowShowFocusCues = false;
     this.cmbUnit.AutoCompleteDisplayMember = null;
     this.cmbUnit.AutoCompleteValueMember = null;
     this.cmbUnit.DisplayMember = "1";
     this.cmbUnit.Location = new System.Drawing.Point(89, 31);
     this.cmbUnit.Name = "cmbUnit";
     this.cmbUnit.Size = new System.Drawing.Size(176, 20);
     this.cmbUnit.TabIndex = 0;
     this.cmbUnit.Text = "radDropDownList1";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(185, 114);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(99, 114);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtDesc
     //
     this.txtDesc.Location = new System.Drawing.Point(89, 83);
     this.txtDesc.Name = "txtDesc";
     this.txtDesc.Size = new System.Drawing.Size(176, 20);
     this.txtDesc.TabIndex = 0;
     this.txtDesc.ThemeName = "Breeze";
     this.txtDesc.Enter += new System.EventHandler(this.txtProductionMaterialName_Enter);
     this.txtDesc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductionMaterialName_KeyDown);
     //
     // txtType
     //
     this.txtType.Location = new System.Drawing.Point(89, 57);
     this.txtType.Name = "txtType";
     this.txtType.Size = new System.Drawing.Size(176, 20);
     this.txtType.TabIndex = 0;
     this.txtType.ThemeName = "Breeze";
     this.txtType.Enter += new System.EventHandler(this.txtProductionMaterialName_Enter);
     this.txtType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductionMaterialName_KeyDown);
     //
     // radLabel5
     //
     this.radLabel5.Location = new System.Drawing.Point(11, 83);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(63, 18);
     this.radLabel5.TabIndex = 2;
     this.radLabel5.Text = "Description";
     this.radLabel5.ThemeName = "ControlDefault";
     //
     // radLabel3
     //
     this.radLabel3.Location = new System.Drawing.Point(8, 57);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(30, 18);
     this.radLabel3.TabIndex = 2;
     this.radLabel3.Text = "Type";
     this.radLabel3.ThemeName = "ControlDefault";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(89, 5);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(176, 20);
     this.txtName.TabIndex = 0;
     this.txtName.ThemeName = "Breeze";
     this.txtName.Enter += new System.EventHandler(this.txtProductionMaterialName_Enter);
     this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductionMaterialName_KeyDown);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(8, 31);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(27, 18);
     this.radLabel2.TabIndex = 2;
     this.radLabel2.Text = "Unit";
     this.radLabel2.ThemeName = "ControlDefault";
     this.radLabel2.Click += new System.EventHandler(this.radLabel2_Click);
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(36, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "Name";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmProductionMaterialEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(279, 149);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmProductionMaterialEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Production Material Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmProductionMaterialEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDesc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.btnSave = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.chbDoctor = new Telerik.WinControls.UI.RadCheckBox();
     this.srcItem = new System.Windows.Forms.BindingSource(this.components);
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radLabel23 = new Telerik.WinControls.UI.RadLabel();
     this.txtDoctorCode = new Telerik.WinControls.UI.RadTextBox();
     this.cmbSex = new System.Windows.Forms.ComboBox();
     this.chbIsUser = new Telerik.WinControls.UI.RadCheckBox();
     this.cmbRoles = new System.Windows.Forms.ComboBox();
     this.radLabel13 = new Telerik.WinControls.UI.RadLabel();
     this.txtPercent = new Telerik.WinControls.UI.RadTextBox();
     this.grbUser = new Telerik.WinControls.UI.RadGroupBox();
     this.radLabel14 = new Telerik.WinControls.UI.RadLabel();
     this.txtPassword = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel15 = new Telerik.WinControls.UI.RadLabel();
     this.txtUsername = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel16 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel17 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel18 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel19 = new Telerik.WinControls.UI.RadLabel();
     this.txtSalary = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel20 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel21 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel22 = new Telerik.WinControls.UI.RadLabel();
     this.txtCellPhone = new Telerik.WinControls.UI.RadTextBox();
     this.txtPhone = new Telerik.WinControls.UI.RadTextBox();
     this.txtFamily = new Telerik.WinControls.UI.RadTextBox();
     this.txtName = new Telerik.WinControls.UI.RadTextBox();
     this.radGroupBox6 = new Telerik.WinControls.UI.RadGroupBox();
     this.ucFilter1 = new ShayanDental.UserControls.UCFilter();
     this.grvItems = new Telerik.WinControls.UI.RadGridView();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chbDoctor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDoctorCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chbIsUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPercent)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grbUser)).BeginInit();
     this.grbUser.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSalary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCellPhone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFamily)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).BeginInit();
     this.radGroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radLabel4
     //
     this.radLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel4.Location = new System.Drawing.Point(426, -59);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(88, 18);
     this.radLabel4.TabIndex = 14;
     this.radLabel4.Text = "سمت های ذخیره شده:";
     this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnSave.Location = new System.Drawing.Point(668, 539);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(140, 35);
     this.btnSave.TabIndex = 15;
     this.btnSave.Text = "ذخیره";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnNew
     //
     this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnNew.Location = new System.Drawing.Point(5, 494);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(138, 35);
     this.btnNew.TabIndex = 14;
     this.btnNew.Text = "جدید";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // radGroupBox4
     //
     this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox4.Controls.Add(this.chbDoctor);
     this.radGroupBox4.Controls.Add(this.btnAdd);
     this.radGroupBox4.Controls.Add(this.radGroupBox1);
     this.radGroupBox4.Controls.Add(this.cmbSex);
     this.radGroupBox4.Controls.Add(this.btnNew);
     this.radGroupBox4.Controls.Add(this.chbIsUser);
     this.radGroupBox4.Controls.Add(this.cmbRoles);
     this.radGroupBox4.Controls.Add(this.radLabel13);
     this.radGroupBox4.Controls.Add(this.txtPercent);
     this.radGroupBox4.Controls.Add(this.grbUser);
     this.radGroupBox4.Controls.Add(this.radLabel16);
     this.radGroupBox4.Controls.Add(this.radLabel17);
     this.radGroupBox4.Controls.Add(this.radLabel18);
     this.radGroupBox4.Controls.Add(this.radLabel19);
     this.radGroupBox4.Controls.Add(this.txtSalary);
     this.radGroupBox4.Controls.Add(this.radLabel20);
     this.radGroupBox4.Controls.Add(this.radLabel21);
     this.radGroupBox4.Controls.Add(this.radLabel22);
     this.radGroupBox4.Controls.Add(this.txtCellPhone);
     this.radGroupBox4.Controls.Add(this.txtPhone);
     this.radGroupBox4.Controls.Add(this.txtFamily);
     this.radGroupBox4.Controls.Add(this.txtName);
     this.radGroupBox4.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "تعریف";
     this.radGroupBox4.Location = new System.Drawing.Point(519, 0);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.radGroupBox4.Size = new System.Drawing.Size(299, 534);
     this.radGroupBox4.TabIndex = 12;
     this.radGroupBox4.TabStop = false;
     this.radGroupBox4.Text = "تعریف";
     this.radGroupBox4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // chbDoctor
     //
     this.chbDoctor.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.srcItem, "IsDoctor", true));
     this.chbDoctor.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.chbDoctor.Location = new System.Drawing.Point(194, 300);
     this.chbDoctor.Name = "chbDoctor";
     this.chbDoctor.Size = new System.Drawing.Size(90, 30);
     this.chbDoctor.TabIndex = 8;
     this.chbDoctor.Text = "دندان پزشک";
     this.chbDoctor.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
     this.chbDoctor.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chbDoctor_ToggleStateChanged);
     //
     // srcItem
     //
     this.srcItem.DataSource = typeof(Shayan.Data.Employee);
     //
     // btnAdd
     //
     this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnAdd.Location = new System.Drawing.Point(149, 494);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(140, 35);
     this.btnAdd.TabIndex = 13;
     this.btnAdd.Text = "افزودن";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radLabel23);
     this.radGroupBox1.Controls.Add(this.txtDoctorCode);
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "radGroupBox1";
     this.radGroupBox1.Location = new System.Drawing.Point(5, 306);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(284, 69);
     this.radGroupBox1.TabIndex = 11;
     this.radGroupBox1.Text = "radGroupBox1";
     //
     // radLabel23
     //
     this.radLabel23.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel23.Location = new System.Drawing.Point(185, 29);
     this.radLabel23.Name = "radLabel23";
     this.radLabel23.Size = new System.Drawing.Size(95, 30);
     this.radLabel23.TabIndex = 15;
     this.radLabel23.Text = "کد نظام پزشکی :";
     this.radLabel23.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtDoctorCode
     //
     this.txtDoctorCode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "DoctorCode", true));
     this.txtDoctorCode.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtDoctorCode.Location = new System.Drawing.Point(5, 31);
     this.txtDoctorCode.Name = "txtDoctorCode";
     this.txtDoctorCode.ReadOnly = true;
     this.txtDoctorCode.Size = new System.Drawing.Size(176, 28);
     this.txtDoctorCode.TabIndex = 9;
     this.txtDoctorCode.TabStop = false;
     this.txtDoctorCode.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtDoctorCode_TextChanging);
     //
     // cmbSex
     //
     this.cmbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSex.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.cmbSex.FormattingEnabled = true;
     this.cmbSex.Items.AddRange(new object[] {
     "مرد",
     "زن"});
     this.cmbSex.Location = new System.Drawing.Point(106, 159);
     this.cmbSex.Name = "cmbSex";
     this.cmbSex.Size = new System.Drawing.Size(108, 31);
     this.cmbSex.TabIndex = 4;
     this.cmbSex.SelectedIndexChanged += new System.EventHandler(this.cmbSex_SelectedIndexChanged);
     this.cmbSex.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // chbIsUser
     //
     this.chbIsUser.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.srcItem, "CanLogin", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chbIsUser.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.chbIsUser.Location = new System.Drawing.Point(154, 377);
     this.chbIsUser.Name = "chbIsUser";
     this.chbIsUser.Size = new System.Drawing.Size(129, 30);
     this.chbIsUser.TabIndex = 10;
     this.chbIsUser.Text = "اجازه ورود به سیستم";
     this.chbIsUser.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
     this.chbIsUser.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chbIsUser_ToggleStateChanged);
     this.chbIsUser.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // cmbRoles
     //
     this.cmbRoles.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cmbRoles.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cmbRoles.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcItem, "Role", true));
     this.cmbRoles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRoles.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.cmbRoles.FormattingEnabled = true;
     this.cmbRoles.Location = new System.Drawing.Point(13, 196);
     this.cmbRoles.Name = "cmbRoles";
     this.cmbRoles.Size = new System.Drawing.Size(201, 31);
     this.cmbRoles.TabIndex = 5;
     this.cmbRoles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // radLabel13
     //
     this.radLabel13.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel13.Location = new System.Drawing.Point(205, 270);
     this.radLabel13.Name = "radLabel13";
     this.radLabel13.Size = new System.Drawing.Size(91, 30);
     this.radLabel13.TabIndex = 15;
     this.radLabel13.Text = "درصد سرویس :";
     this.radLabel13.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtPercent
     //
     this.txtPercent.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "IncomePercentage", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.txtPercent.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtPercent.Location = new System.Drawing.Point(106, 269);
     this.txtPercent.Name = "txtPercent";
     this.txtPercent.Size = new System.Drawing.Size(90, 28);
     this.txtPercent.TabIndex = 7;
     this.txtPercent.TabStop = false;
     this.txtPercent.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtPercent_TextChanging);
     this.txtPercent.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // grbUser
     //
     this.grbUser.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.grbUser.Controls.Add(this.radLabel14);
     this.grbUser.Controls.Add(this.txtPassword);
     this.grbUser.Controls.Add(this.radLabel15);
     this.grbUser.Controls.Add(this.txtUsername);
     this.grbUser.FooterImageIndex = -1;
     this.grbUser.FooterImageKey = "";
     this.grbUser.HeaderImageIndex = -1;
     this.grbUser.HeaderImageKey = "";
     this.grbUser.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.grbUser.HeaderText = "grbUser";
     this.grbUser.Location = new System.Drawing.Point(5, 384);
     this.grbUser.Name = "grbUser";
     this.grbUser.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.grbUser.Size = new System.Drawing.Size(284, 104);
     this.grbUser.TabIndex = 9;
     this.grbUser.Text = "grbUser";
     //
     // radLabel14
     //
     this.radLabel14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel14.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel14.Location = new System.Drawing.Point(211, 61);
     this.radLabel14.Name = "radLabel14";
     this.radLabel14.Size = new System.Drawing.Size(61, 30);
     this.radLabel14.TabIndex = 19;
     this.radLabel14.Text = "رمز عبور :";
     this.radLabel14.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtPassword
     //
     this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Password", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.txtPassword.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtPassword.Location = new System.Drawing.Point(8, 62);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(201, 28);
     this.txtPassword.TabIndex = 12;
     this.txtPassword.TabStop = false;
     this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // radLabel15
     //
     this.radLabel15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel15.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel15.Location = new System.Drawing.Point(211, 25);
     this.radLabel15.Name = "radLabel15";
     this.radLabel15.Size = new System.Drawing.Size(69, 30);
     this.radLabel15.TabIndex = 17;
     this.radLabel15.Text = "نام کاربری :";
     this.radLabel15.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtUsername
     //
     this.txtUsername.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUsername.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Username", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.txtUsername.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtUsername.Location = new System.Drawing.Point(8, 27);
     this.txtUsername.Name = "txtUsername";
     this.txtUsername.Size = new System.Drawing.Size(201, 28);
     this.txtUsername.TabIndex = 11;
     this.txtUsername.TabStop = false;
     this.txtUsername.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // radLabel16
     //
     this.radLabel16.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel16.Location = new System.Drawing.Point(216, 197);
     this.radLabel16.Name = "radLabel16";
     this.radLabel16.Size = new System.Drawing.Size(42, 30);
     this.radLabel16.TabIndex = 15;
     this.radLabel16.Text = "سمت :";
     this.radLabel16.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel17
     //
     this.radLabel17.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel17.Location = new System.Drawing.Point(216, 160);
     this.radLabel17.Name = "radLabel17";
     this.radLabel17.Size = new System.Drawing.Size(54, 30);
     this.radLabel17.TabIndex = 17;
     this.radLabel17.Text = "جنسیت :";
     this.radLabel17.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel18
     //
     this.radLabel18.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel18.Location = new System.Drawing.Point(215, 235);
     this.radLabel18.Name = "radLabel18";
     this.radLabel18.Size = new System.Drawing.Size(66, 30);
     this.radLabel18.TabIndex = 13;
     this.radLabel18.Text = "پایه حقوق :";
     this.radLabel18.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel19
     //
     this.radLabel19.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel19.Location = new System.Drawing.Point(216, 90);
     this.radLabel19.Name = "radLabel19";
     this.radLabel19.Size = new System.Drawing.Size(38, 30);
     this.radLabel19.TabIndex = 15;
     this.radLabel19.Text = "تلفن :";
     this.radLabel19.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtSalary
     //
     this.txtSalary.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "MonthlySalary", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, "{0:0,0}", "N0"));
     this.txtSalary.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtSalary.Location = new System.Drawing.Point(106, 235);
     this.txtSalary.Name = "txtSalary";
     this.txtSalary.Size = new System.Drawing.Size(108, 28);
     this.txtSalary.TabIndex = 6;
     this.txtSalary.TabStop = false;
     this.txtSalary.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtSalary_TextChanging);
     this.txtSalary.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // radLabel20
     //
     this.radLabel20.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel20.Location = new System.Drawing.Point(217, 20);
     this.radLabel20.Name = "radLabel20";
     this.radLabel20.Size = new System.Drawing.Size(28, 30);
     this.radLabel20.TabIndex = 11;
     this.radLabel20.Text = "نام :";
     this.radLabel20.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel21
     //
     this.radLabel21.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel21.Location = new System.Drawing.Point(214, 125);
     this.radLabel21.Name = "radLabel21";
     this.radLabel21.Size = new System.Drawing.Size(71, 30);
     this.radLabel21.TabIndex = 13;
     this.radLabel21.Text = "تلفن همراه :";
     this.radLabel21.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // radLabel22
     //
     this.radLabel22.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel22.Location = new System.Drawing.Point(216, 55);
     this.radLabel22.Name = "radLabel22";
     this.radLabel22.Size = new System.Drawing.Size(79, 30);
     this.radLabel22.TabIndex = 9;
     this.radLabel22.Text = "نام خانوادگی :";
     this.radLabel22.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtCellPhone
     //
     this.txtCellPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "CellPhone", true));
     this.txtCellPhone.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtCellPhone.Location = new System.Drawing.Point(106, 125);
     this.txtCellPhone.Name = "txtCellPhone";
     this.txtCellPhone.Size = new System.Drawing.Size(108, 28);
     this.txtCellPhone.TabIndex = 3;
     this.txtCellPhone.TabStop = false;
     this.txtCellPhone.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtCellPhone_TextChanging);
     this.txtCellPhone.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // txtPhone
     //
     this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "HomeNumber", true));
     this.txtPhone.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtPhone.Location = new System.Drawing.Point(106, 90);
     this.txtPhone.Name = "txtPhone";
     this.txtPhone.Size = new System.Drawing.Size(108, 28);
     this.txtPhone.TabIndex = 2;
     this.txtPhone.TabStop = false;
     this.txtPhone.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtCellPhone_TextChanging);
     this.txtPhone.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // txtFamily
     //
     this.txtFamily.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "LastName", true));
     this.txtFamily.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtFamily.Location = new System.Drawing.Point(13, 56);
     this.txtFamily.Name = "txtFamily";
     this.txtFamily.Size = new System.Drawing.Size(201, 28);
     this.txtFamily.TabIndex = 1;
     this.txtFamily.TabStop = false;
     this.txtFamily.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtFamily_TextChanging);
     this.txtFamily.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // txtName
     //
     this.txtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "FirstName", true));
     this.txtName.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtName.Location = new System.Drawing.Point(13, 22);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(201, 28);
     this.txtName.TabIndex = 0;
     this.txtName.TabStop = false;
     this.txtName.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtName_TextChanging);
     this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // radGroupBox6
     //
     this.radGroupBox6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox6.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.radGroupBox6.Controls.Add(this.ucFilter1);
     this.radGroupBox6.Controls.Add(this.grvItems);
     this.radGroupBox6.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox6.FooterImageIndex = -1;
     this.radGroupBox6.FooterImageKey = "";
     this.radGroupBox6.HeaderImageIndex = -1;
     this.radGroupBox6.HeaderImageKey = "";
     this.radGroupBox6.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox6.HeaderText = "کارمندان و دندان پزشکان";
     this.radGroupBox6.Location = new System.Drawing.Point(3, 0);
     this.radGroupBox6.Name = "radGroupBox6";
     this.radGroupBox6.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.radGroupBox6.Size = new System.Drawing.Size(507, 575);
     this.radGroupBox6.TabIndex = 15;
     this.radGroupBox6.TabStop = false;
     this.radGroupBox6.Text = "کارمندان و دندان پزشکان";
     //
     // ucFilter1
     //
     this.ucFilter1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucFilter1.Location = new System.Drawing.Point(5, 26);
     this.ucFilter1.Name = "ucFilter1";
     this.ucFilter1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ucFilter1.Size = new System.Drawing.Size(497, 28);
     this.ucFilter1.TabIndex = 16;
     //
     // grvItems
     //
     this.grvItems.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.grvItems.BackColor = System.Drawing.SystemColors.Control;
     this.grvItems.Cursor = System.Windows.Forms.Cursors.Default;
     this.grvItems.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grvItems.ForeColor = System.Drawing.Color.Black;
     this.grvItems.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grvItems.Location = new System.Drawing.Point(5, 56);
     //
     // grvItems
     //
     this.grvItems.MasterTemplate.AllowAddNewRow = false;
     this.grvItems.MasterTemplate.AllowCellContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnChooser = false;
     this.grvItems.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnReorder = false;
     this.grvItems.MasterTemplate.AllowDeleteRow = false;
     this.grvItems.MasterTemplate.AllowDragToGroup = false;
     this.grvItems.MasterTemplate.AllowEditRow = false;
     this.grvItems.MasterTemplate.AllowRowResize = false;
     this.grvItems.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn1.EnableExpressionEditor = false;
     gridViewTextBoxColumn1.FieldName = "FirstName";
     gridViewTextBoxColumn1.HeaderText = "نام";
     gridViewTextBoxColumn1.Name = "column1";
     gridViewTextBoxColumn1.Width = 167;
     gridViewTextBoxColumn2.EnableExpressionEditor = false;
     gridViewTextBoxColumn2.FieldName = "LastName";
     gridViewTextBoxColumn2.HeaderText = "نام خانوادگی";
     gridViewTextBoxColumn2.Name = "column2";
     gridViewTextBoxColumn2.Width = 34;
     gridViewTextBoxColumn3.EnableExpressionEditor = false;
     gridViewTextBoxColumn3.FieldName = "DoctorCode";
     gridViewTextBoxColumn3.HeaderText = "کد نظام پزشکی";
     gridViewTextBoxColumn3.Name = "column6";
     gridViewTextBoxColumn3.Width = 72;
     gridViewTextBoxColumn4.EnableExpressionEditor = false;
     gridViewTextBoxColumn4.FieldName = "Username";
     gridViewTextBoxColumn4.HeaderText = "نام کاربری";
     gridViewTextBoxColumn4.Name = "column7";
     gridViewTextBoxColumn4.Width = 92;
     gridViewTextBoxColumn5.EnableExpressionEditor = false;
     gridViewTextBoxColumn5.FieldName = "CellPhone";
     gridViewTextBoxColumn5.HeaderText = "موبایل";
     gridViewTextBoxColumn5.Name = "column3";
     gridViewTextBoxColumn5.Width = 44;
     gridViewTextBoxColumn6.EnableExpressionEditor = false;
     gridViewTextBoxColumn6.FieldName = "HomeNumber";
     gridViewTextBoxColumn6.HeaderText = "تلفن";
     gridViewTextBoxColumn6.Name = "column5";
     gridViewTextBoxColumn6.Width = 62;
     gridViewCommandColumn1.AllowHide = false;
     gridViewCommandColumn1.AllowReorder = false;
     gridViewCommandColumn1.AllowResize = false;
     gridViewCommandColumn1.AllowSort = false;
     gridViewCommandColumn1.EnableExpressionEditor = false;
     gridViewCommandColumn1.HeaderText = "حذف";
     gridViewCommandColumn1.Name = "column4";
     gridViewCommandColumn1.Width = 30;
     this.grvItems.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn1,
     gridViewTextBoxColumn2,
     gridViewTextBoxColumn3,
     gridViewTextBoxColumn4,
     gridViewTextBoxColumn5,
     gridViewTextBoxColumn6,
     gridViewCommandColumn1});
     this.grvItems.MasterTemplate.EnableGrouping = false;
     this.grvItems.MasterTemplate.ShowRowHeaderColumn = false;
     this.grvItems.Name = "grvItems";
     this.grvItems.ReadOnly = true;
     this.grvItems.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.grvItems.Size = new System.Drawing.Size(497, 509);
     this.grvItems.TabIndex = 15;
     this.grvItems.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
     this.grvItems.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvItems_CurrentRowChanging);
     this.grvItems.SelectionChanged += new System.EventHandler(this.grvItems_SelectionChanged);
     this.grvItems.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvItems_CommandCellClick);
     this.grvItems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grvItems_KeyDown);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnCancel.Location = new System.Drawing.Point(524, 539);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(138, 35);
     this.btnCancel.TabIndex = 16;
     this.btnCancel.Text = "انصراف";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // FormDefineEmployee
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(834, 587);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.radGroupBox6);
     this.Controls.Add(this.radLabel4);
     this.Controls.Add(this.radGroupBox4);
     this.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
     this.MinimumSize = new System.Drawing.Size(830, 600);
     this.Name = "FormDefineEmployee";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "مدیریت سیستم : تعریف کارمندان";
     this.ThemeName = "ControlDefault";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     this.radGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chbDoctor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDoctorCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chbIsUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPercent)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grbUser)).EndInit();
     this.grbUser.ResumeLayout(false);
     this.grbUser.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsername)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSalary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCellPhone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFamily)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).EndInit();
     this.radGroupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 16
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radGroupBox5 = new Telerik.WinControls.UI.RadGroupBox();
     this.radLabel18 = new Telerik.WinControls.UI.RadLabel();
     this.gridUsers = new System.Windows.Forms.DataGridView();
     this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
     this.txtUserID = new Telerik.WinControls.UI.RadTextBox();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.button4 = new System.Windows.Forms.Button();
     this.picUser = new System.Windows.Forms.PictureBox();
     this.btnUpdate = new Telerik.WinControls.UI.RadButton();
     this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.lblTime = new Telerik.WinControls.UI.RadLabel();
     this.lblUserLevel = new Telerik.WinControls.UI.RadLabel();
     this.lblTitle = new Telerik.WinControls.UI.RadLabel();
     this.lblDate = new Telerik.WinControls.UI.RadLabel();
     this.lblUserID = new Telerik.WinControls.UI.RadLabel();
     this.radLabel17 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.txtPassword = new Telerik.WinControls.UI.RadTextBox();
     this.txtUserName = new Telerik.WinControls.UI.RadTextBox();
     this.txtLastName = new Telerik.WinControls.UI.RadTextBox();
     this.txtEmailAdd = new Telerik.WinControls.UI.RadTextBox();
     this.TxtConfPass = new Telerik.WinControls.UI.RadTextBox();
     this.txtFirstName = new Telerik.WinControls.UI.RadTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox5)).BeginInit();
     this.radGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUsers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnUpdate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblUserLevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblUserID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtConfPass)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox1.Controls.Add(this.radGroupBox5);
     this.radGroupBox1.Controls.Add(this.radGroupBox4);
     this.radGroupBox1.Controls.Add(this.btnUpdate);
     this.radGroupBox1.Controls.Add(this.radLabel10);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel9);
     this.radGroupBox1.Controls.Add(this.radLabel8);
     this.radGroupBox1.Controls.Add(this.radLabel7);
     this.radGroupBox1.Controls.Add(this.radLabel6);
     this.radGroupBox1.Controls.Add(this.radLabel5);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.lblTime);
     this.radGroupBox1.Controls.Add(this.lblUserLevel);
     this.radGroupBox1.Controls.Add(this.lblTitle);
     this.radGroupBox1.Controls.Add(this.lblDate);
     this.radGroupBox1.Controls.Add(this.lblUserID);
     this.radGroupBox1.Controls.Add(this.radLabel17);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Controls.Add(this.txtPassword);
     this.radGroupBox1.Controls.Add(this.txtUserName);
     this.radGroupBox1.Controls.Add(this.txtLastName);
     this.radGroupBox1.Controls.Add(this.txtEmailAdd);
     this.radGroupBox1.Controls.Add(this.TxtConfPass);
     this.radGroupBox1.Controls.Add(this.txtFirstName);
     this.radGroupBox1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "Edit User information";
     this.radGroupBox1.Location = new System.Drawing.Point(4, 4);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox1.Size = new System.Drawing.Size(784, 550);
     this.radGroupBox1.TabIndex = 9;
     this.radGroupBox1.Text = "Edit User information";
     this.radGroupBox1.ThemeName = "BreezeExtended";
     //
     // radGroupBox5
     //
     this.radGroupBox5.Controls.Add(this.radLabel18);
     this.radGroupBox5.Controls.Add(this.gridUsers);
     this.radGroupBox5.Controls.Add(this.radLabel12);
     this.radGroupBox5.Controls.Add(this.txtUserID);
     this.radGroupBox5.FooterImageIndex = -1;
     this.radGroupBox5.FooterImageKey = "";
     this.radGroupBox5.HeaderImageIndex = -1;
     this.radGroupBox5.HeaderImageKey = "";
     this.radGroupBox5.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox5.HeaderText = "Search";
     this.radGroupBox5.Location = new System.Drawing.Point(26, 31);
     this.radGroupBox5.Name = "radGroupBox5";
     this.radGroupBox5.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox5.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox5.Size = new System.Drawing.Size(734, 170);
     this.radGroupBox5.TabIndex = 10;
     this.radGroupBox5.Text = "Search";
     this.radGroupBox5.ThemeName = "BreezeExtended";
     //
     // radLabel18
     //
     this.radLabel18.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel18.ForeColor = System.Drawing.Color.DarkOrange;
     this.radLabel18.Location = new System.Drawing.Point(370, 28);
     this.radLabel18.Name = "radLabel18";
     //
     //
     //
     this.radLabel18.RootElement.ForeColor = System.Drawing.Color.DarkOrange;
     this.radLabel18.Size = new System.Drawing.Size(240, 17);
     this.radLabel18.TabIndex = 9;
     this.radLabel18.Text = "Please enter USER ID to search the details";
     this.radLabel18.ThemeName = "Office2007Black";
     //
     // gridUsers
     //
     this.gridUsers.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
     this.gridUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridUsers.GridColor = System.Drawing.SystemColors.ButtonHighlight;
     this.gridUsers.Location = new System.Drawing.Point(13, 58);
     this.gridUsers.Name = "gridUsers";
     this.gridUsers.ReadOnly = true;
     this.gridUsers.RowTemplate.Height = 24;
     this.gridUsers.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.gridUsers.Size = new System.Drawing.Size(709, 99);
     this.gridUsers.TabIndex = 4;
     this.gridUsers.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gridUsers_RowHeaderMouseClick);
     //
     // radLabel12
     //
     this.radLabel12.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel12.Location = new System.Drawing.Point(25, 23);
     this.radLabel12.Name = "radLabel12";
     this.radLabel12.Size = new System.Drawing.Size(54, 17);
     this.radLabel12.TabIndex = 3;
     this.radLabel12.Text = "User ID :";
     this.radLabel12.ThemeName = "Office2007Black";
     //
     // txtUserID
     //
     this.txtUserID.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUserID.Location = new System.Drawing.Point(117, 23);
     this.txtUserID.Name = "txtUserID";
     this.txtUserID.Size = new System.Drawing.Size(247, 22);
     this.txtUserID.TabIndex = 2;
     this.txtUserID.TabStop = false;
     this.txtUserID.Tag = "";
     this.txtUserID.ThemeName = "BreezeExtended";
     this.txtUserID.TextChanged += new System.EventHandler(this.txtUserID_TextChanged);
     //
     // radGroupBox4
     //
     this.radGroupBox4.Controls.Add(this.button4);
     this.radGroupBox4.Controls.Add(this.picUser);
     this.radGroupBox4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "Photograph";
     this.radGroupBox4.Location = new System.Drawing.Point(524, 212);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox4.Size = new System.Drawing.Size(236, 196);
     this.radGroupBox4.TabIndex = 8;
     this.radGroupBox4.Text = "Photograph";
     this.radGroupBox4.ThemeName = "BreezeExtended";
     //
     // button4
     //
     this.button4.FlatAppearance.BorderSize = 0;
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(47, 172);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(141, 21);
     this.button4.TabIndex = 1;
     this.button4.Text = "Browse";
     this.button4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.button4.UseVisualStyleBackColor = true;
     //
     // picUser
     //
     this.picUser.BackgroundImage = global::AEIS.Properties.Resources.avatar;
     this.picUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.picUser.Location = new System.Drawing.Point(11, 23);
     this.picUser.Name = "picUser";
     this.picUser.Size = new System.Drawing.Size(213, 146);
     this.picUser.TabIndex = 0;
     this.picUser.TabStop = false;
     //
     // btnUpdate
     //
     this.btnUpdate.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUpdate.Location = new System.Drawing.Point(627, 501);
     this.btnUpdate.Name = "btnUpdate";
     this.btnUpdate.Size = new System.Drawing.Size(133, 25);
     this.btnUpdate.TabIndex = 5;
     this.btnUpdate.Text = "Save &Modification";
     this.btnUpdate.ThemeName = "Office2010";
     this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
     //
     // radLabel10
     //
     this.radLabel10.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel10.Location = new System.Drawing.Point(26, 501);
     this.radLabel10.Name = "radLabel10";
     this.radLabel10.Size = new System.Drawing.Size(120, 17);
     this.radLabel10.TabIndex = 1;
     this.radLabel10.Text = "User Created Date  :";
     this.radLabel10.ThemeName = "Office2007Black";
     //
     // radLabel4
     //
     this.radLabel4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.Location = new System.Drawing.Point(26, 478);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(122, 17);
     this.radLabel4.TabIndex = 1;
     this.radLabel4.Text = "User Created Time  :";
     this.radLabel4.ThemeName = "Office2007Black";
     //
     // radLabel9
     //
     this.radLabel9.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel9.Location = new System.Drawing.Point(26, 430);
     this.radLabel9.Name = "radLabel9";
     this.radLabel9.Size = new System.Drawing.Size(100, 17);
     this.radLabel9.TabIndex = 1;
     this.radLabel9.Text = "E-mail Address  :";
     this.radLabel9.ThemeName = "Office2007Black";
     //
     // radLabel8
     //
     this.radLabel8.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel8.Location = new System.Drawing.Point(26, 402);
     this.radLabel8.Name = "radLabel8";
     this.radLabel8.Size = new System.Drawing.Size(121, 17);
     this.radLabel8.TabIndex = 1;
     this.radLabel8.Text = "Confirm Password   :"******"Office2007Black";
     //
     // radLabel7
     //
     this.radLabel7.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel7.Location = new System.Drawing.Point(26, 374);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.Size = new System.Drawing.Size(69, 17);
     this.radLabel7.TabIndex = 1;
     this.radLabel7.Text = "Password  :"******"Office2007Black";
     //
     // radLabel6
     //
     this.radLabel6.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel6.Location = new System.Drawing.Point(26, 346);
     this.radLabel6.Name = "radLabel6";
     this.radLabel6.Size = new System.Drawing.Size(78, 17);
     this.radLabel6.TabIndex = 1;
     this.radLabel6.Text = "User Name  :";
     this.radLabel6.ThemeName = "Office2007Black";
     //
     // radLabel5
     //
     this.radLabel5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel5.Location = new System.Drawing.Point(26, 319);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(74, 17);
     this.radLabel5.TabIndex = 1;
     this.radLabel5.Text = "User level  :";
     this.radLabel5.ThemeName = "Office2007Black";
     //
     // radLabel3
     //
     this.radLabel3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel3.Location = new System.Drawing.Point(26, 291);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(41, 17);
     this.radLabel3.TabIndex = 1;
     this.radLabel3.Text = "Title :";
     this.radLabel3.ThemeName = "Office2007Black";
     //
     // radLabel2
     //
     this.radLabel2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel2.Location = new System.Drawing.Point(26, 263);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(73, 17);
     this.radLabel2.TabIndex = 1;
     this.radLabel2.Text = "Last Name :";
     this.radLabel2.ThemeName = "Office2007Black";
     //
     // lblTime
     //
     this.lblTime.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.Location = new System.Drawing.Point(192, 501);
     this.lblTime.Name = "lblTime";
     this.lblTime.Size = new System.Drawing.Size(20, 17);
     this.lblTime.TabIndex = 1;
     this.lblTime.Text = "---";
     this.lblTime.ThemeName = "Office2007Black";
     //
     // lblUserLevel
     //
     this.lblUserLevel.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUserLevel.Location = new System.Drawing.Point(192, 319);
     this.lblUserLevel.Name = "lblUserLevel";
     this.lblUserLevel.Size = new System.Drawing.Size(20, 17);
     this.lblUserLevel.TabIndex = 1;
     this.lblUserLevel.Text = "---";
     this.lblUserLevel.ThemeName = "Office2007Black";
     //
     // lblTitle
     //
     this.lblTitle.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location = new System.Drawing.Point(192, 291);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.Size = new System.Drawing.Size(20, 17);
     this.lblTitle.TabIndex = 1;
     this.lblTitle.Text = "---";
     this.lblTitle.ThemeName = "Office2007Black";
     //
     // lblDate
     //
     this.lblDate.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.Location = new System.Drawing.Point(192, 478);
     this.lblDate.Name = "lblDate";
     this.lblDate.Size = new System.Drawing.Size(20, 17);
     this.lblDate.TabIndex = 1;
     this.lblDate.Text = "---";
     this.lblDate.ThemeName = "Office2007Black";
     //
     // lblUserID
     //
     this.lblUserID.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUserID.Location = new System.Drawing.Point(192, 212);
     this.lblUserID.Name = "lblUserID";
     this.lblUserID.Size = new System.Drawing.Size(20, 17);
     this.lblUserID.TabIndex = 1;
     this.lblUserID.Text = "---";
     this.lblUserID.ThemeName = "Office2007Black";
     //
     // radLabel17
     //
     this.radLabel17.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel17.Location = new System.Drawing.Point(26, 207);
     this.radLabel17.Name = "radLabel17";
     this.radLabel17.Size = new System.Drawing.Size(54, 17);
     this.radLabel17.TabIndex = 1;
     this.radLabel17.Text = "User ID :";
     this.radLabel17.ThemeName = "Office2007Black";
     //
     // radLabel1
     //
     this.radLabel1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel1.Location = new System.Drawing.Point(26, 235);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(75, 17);
     this.radLabel1.TabIndex = 1;
     this.radLabel1.Text = "First Name :";
     this.radLabel1.ThemeName = "Office2007Black";
     //
     // txtPassword
     //
     this.txtPassword.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.Location = new System.Drawing.Point(192, 374);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(304, 22);
     this.txtPassword.TabIndex = 0;
     this.txtPassword.TabStop = false;
     this.txtPassword.ThemeName = "BreezeExtended";
     //
     // txtUserName
     //
     this.txtUserName.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUserName.Location = new System.Drawing.Point(192, 346);
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(304, 22);
     this.txtUserName.TabIndex = 0;
     this.txtUserName.TabStop = false;
     this.txtUserName.ThemeName = "BreezeExtended";
     //
     // txtLastName
     //
     this.txtLastName.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLastName.Location = new System.Drawing.Point(192, 263);
     this.txtLastName.Name = "txtLastName";
     this.txtLastName.Size = new System.Drawing.Size(304, 22);
     this.txtLastName.TabIndex = 0;
     this.txtLastName.TabStop = false;
     this.txtLastName.ThemeName = "BreezeExtended";
     //
     // txtEmailAdd
     //
     this.txtEmailAdd.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEmailAdd.Location = new System.Drawing.Point(192, 430);
     this.txtEmailAdd.Name = "txtEmailAdd";
     this.txtEmailAdd.Size = new System.Drawing.Size(304, 22);
     this.txtEmailAdd.TabIndex = 0;
     this.txtEmailAdd.TabStop = false;
     this.txtEmailAdd.ThemeName = "BreezeExtended";
     //
     // TxtConfPass
     //
     this.TxtConfPass.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtConfPass.Location = new System.Drawing.Point(192, 402);
     this.TxtConfPass.Name = "TxtConfPass";
     this.TxtConfPass.PasswordChar = '*';
     this.TxtConfPass.Size = new System.Drawing.Size(304, 22);
     this.TxtConfPass.TabIndex = 0;
     this.TxtConfPass.TabStop = false;
     this.TxtConfPass.ThemeName = "BreezeExtended";
     //
     // txtFirstName
     //
     this.txtFirstName.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFirstName.Location = new System.Drawing.Point(192, 235);
     this.txtFirstName.Name = "txtFirstName";
     this.txtFirstName.Size = new System.Drawing.Size(304, 22);
     this.txtFirstName.TabIndex = 0;
     this.txtFirstName.TabStop = false;
     this.txtFirstName.ThemeName = "BreezeExtended";
     //
     // UserEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox1);
     this.Name = "UserEdit";
     this.Size = new System.Drawing.Size(807, 558);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox5)).EndInit();
     this.radGroupBox5.ResumeLayout(false);
     this.radGroupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUsers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnUpdate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblUserLevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblUserID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtConfPass)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
     this.btnSave = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox6 = new Telerik.WinControls.UI.RadGroupBox();
     this.ucFilter1 = new ShayanDental.UserControls.UCFilter();
     this.grvItems = new Telerik.WinControls.UI.RadGridView();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.trvCategories = new Telerik.WinControls.UI.RadTreeView();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.radTextBox1 = new Telerik.WinControls.UI.RadTextBox();
     this.srcItem = new System.Windows.Forms.BindingSource(this.components);
     this.radLabel20 = new Telerik.WinControls.UI.RadLabel();
     this.txtTitle = new Telerik.WinControls.UI.RadTextBox();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).BeginInit();
     this.radGroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trvCategories)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnSave.Location = new System.Drawing.Point(513, 364);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(101, 35);
     this.btnSave.TabIndex = 5;
     this.btnSave.Text = "ذخیره";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnNew
     //
     this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnNew.Location = new System.Drawing.Point(9, 294);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(101, 35);
     this.btnNew.TabIndex = 4;
     this.btnNew.Text = "جدید";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // radGroupBox6
     //
     this.radGroupBox6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox6.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.radGroupBox6.Controls.Add(this.ucFilter1);
     this.radGroupBox6.Controls.Add(this.grvItems);
     this.radGroupBox6.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox6.FooterImageIndex = -1;
     this.radGroupBox6.FooterImageKey = "";
     this.radGroupBox6.HeaderImageIndex = -1;
     this.radGroupBox6.HeaderImageKey = "";
     this.radGroupBox6.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox6.HeaderText = "خدمات";
     this.radGroupBox6.Location = new System.Drawing.Point(6, 0);
     this.radGroupBox6.Name = "radGroupBox6";
     this.radGroupBox6.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox6.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radGroupBox6.Size = new System.Drawing.Size(385, 399);
     this.radGroupBox6.TabIndex = 20;
     this.radGroupBox6.TabStop = false;
     this.radGroupBox6.Text = "خدمات";
     //
     // ucFilter1
     //
     this.ucFilter1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucFilter1.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.ucFilter1.Location = new System.Drawing.Point(5, 21);
     this.ucFilter1.Name = "ucFilter1";
     this.ucFilter1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ucFilter1.Size = new System.Drawing.Size(375, 26);
     this.ucFilter1.TabIndex = 14;
     //
     // grvItems
     //
     this.grvItems.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.grvItems.AutoScroll = true;
     this.grvItems.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grvItems.Cursor = System.Windows.Forms.Cursors.Default;
     this.grvItems.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.grvItems.ForeColor = System.Drawing.Color.Black;
     this.grvItems.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grvItems.Location = new System.Drawing.Point(5, 51);
     //
     // grvItems
     //
     this.grvItems.MasterTemplate.AllowAddNewRow = false;
     this.grvItems.MasterTemplate.AllowCellContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnChooser = false;
     this.grvItems.MasterTemplate.AllowColumnHeaderContextMenu = false;
     this.grvItems.MasterTemplate.AllowColumnReorder = false;
     this.grvItems.MasterTemplate.AllowDeleteRow = false;
     this.grvItems.MasterTemplate.AllowDragToGroup = false;
     this.grvItems.MasterTemplate.AllowEditRow = false;
     this.grvItems.MasterTemplate.AllowRowResize = false;
     this.grvItems.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn1.EnableExpressionEditor = false;
     gridViewTextBoxColumn1.FieldName = "Title";
     gridViewTextBoxColumn1.HeaderText = "نام خدمات";
     gridViewTextBoxColumn1.Name = "column1";
     gridViewTextBoxColumn1.Width = 285;
     gridViewTextBoxColumn2.EnableExpressionEditor = false;
     gridViewTextBoxColumn2.FieldName = "Price";
     gridViewTextBoxColumn2.FormatString = "{0:0,0 ریال}";
     gridViewTextBoxColumn2.HeaderText = "قیمت";
     gridViewTextBoxColumn2.Name = "column3";
     gridViewTextBoxColumn2.Width = 60;
     gridViewCommandColumn1.AllowHide = false;
     gridViewCommandColumn1.AllowReorder = false;
     gridViewCommandColumn1.AllowResize = false;
     gridViewCommandColumn1.AllowSort = false;
     gridViewCommandColumn1.EnableExpressionEditor = false;
     gridViewCommandColumn1.HeaderText = "حذف";
     gridViewCommandColumn1.Name = "column2";
     gridViewCommandColumn1.Width = 30;
     this.grvItems.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn1,
     gridViewTextBoxColumn2,
     gridViewCommandColumn1});
     this.grvItems.MasterTemplate.EnableGrouping = false;
     this.grvItems.MasterTemplate.ShowRowHeaderColumn = false;
     this.grvItems.Name = "grvItems";
     this.grvItems.ReadOnly = true;
     this.grvItems.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.grvItems.Size = new System.Drawing.Size(375, 338);
     this.grvItems.TabIndex = 13;
     this.grvItems.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
     this.grvItems.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvItems_CurrentRowChanging);
     this.grvItems.SelectionChanged += new System.EventHandler(this.grvItems_SelectionChanged);
     this.grvItems.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvItems_CommandCellClick);
     this.grvItems.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grvItems_KeyDown);
     //
     // radGroupBox4
     //
     this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox4.Controls.Add(this.radLabel2);
     this.radGroupBox4.Controls.Add(this.trvCategories);
     this.radGroupBox4.Controls.Add(this.radLabel1);
     this.radGroupBox4.Controls.Add(this.btnAdd);
     this.radGroupBox4.Controls.Add(this.btnNew);
     this.radGroupBox4.Controls.Add(this.radTextBox1);
     this.radGroupBox4.Controls.Add(this.radLabel20);
     this.radGroupBox4.Controls.Add(this.txtTitle);
     this.radGroupBox4.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "تعریف";
     this.radGroupBox4.Location = new System.Drawing.Point(397, 0);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox4.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radGroupBox4.Size = new System.Drawing.Size(224, 336);
     this.radGroupBox4.TabIndex = 19;
     this.radGroupBox4.TabStop = false;
     this.radGroupBox4.Text = "تعریف";
     //
     // radLabel2
     //
     this.radLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel2.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel2.Location = new System.Drawing.Point(170, 48);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(52, 30);
     this.radLabel2.TabIndex = 12;
     this.radLabel2.Text = "خدمات :";
     this.radLabel2.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // trvCategories
     //
     this.trvCategories.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.trvCategories.CheckBoxes = true;
     this.trvCategories.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.trvCategories.Location = new System.Drawing.Point(9, 53);
     this.trvCategories.Name = "trvCategories";
     this.trvCategories.Size = new System.Drawing.Size(161, 202);
     this.trvCategories.SpacingBetweenNodes = -1;
     this.trvCategories.TabIndex = 1;
     this.trvCategories.Text = "radTreeView1";
     this.trvCategories.NodeCheckedChanged += new Telerik.WinControls.UI.RadTreeView.TreeViewEventHandler(this.trvCategories_NodeCheckedChanged);
     this.trvCategories.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // radLabel1
     //
     this.radLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel1.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel1.Location = new System.Drawing.Point(144, 259);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(77, 30);
     this.radLabel1.TabIndex = 13;
     this.radLabel1.Text = "قیمت (ریال) :";
     this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnAdd.Location = new System.Drawing.Point(116, 294);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(101, 35);
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text = "افزودن";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // radTextBox1
     //
     this.radTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Price", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "N0"));
     this.radTextBox1.Font = new System.Drawing.Font("B Nazanin", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radTextBox1.Location = new System.Drawing.Point(9, 261);
     this.radTextBox1.Name = "radTextBox1";
     this.radTextBox1.Size = new System.Drawing.Size(129, 27);
     this.radTextBox1.TabIndex = 2;
     this.radTextBox1.TabStop = false;
     this.radTextBox1.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtSalary_TextChanging);
     this.radTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // srcItem
     //
     this.srcItem.DataSource = typeof(Shayan.Data.Service);
     //
     // radLabel20
     //
     this.radLabel20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radLabel20.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
     this.radLabel20.Location = new System.Drawing.Point(170, 19);
     this.radLabel20.Name = "radLabel20";
     this.radLabel20.Size = new System.Drawing.Size(44, 30);
     this.radLabel20.TabIndex = 11;
     this.radLabel20.Text = "عنوان :";
     this.radLabel20.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     //
     // txtTitle
     //
     this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Title", true));
     this.txtTitle.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtTitle.Location = new System.Drawing.Point(9, 20);
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.Size = new System.Drawing.Size(161, 28);
     this.txtTitle.TabIndex = 0;
     this.txtTitle.TabStop = false;
     this.txtTitle.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtTitle_TextChanging);
     this.txtTitle.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
     this.btnCancel.Location = new System.Drawing.Point(406, 364);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(101, 35);
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text = "انصراف";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // FormDefineService
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(632, 406);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.radGroupBox6);
     this.Controls.Add(this.radGroupBox4);
     this.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
     this.MinimumSize = new System.Drawing.Size(640, 440);
     this.Name = "FormDefineService";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "مدیریت سیستم : تعریف خدمات";
     this.ThemeName = "ControlDefault";
     ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).EndInit();
     this.radGroupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grvItems.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     this.radGroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trvCategories)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.srcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn23 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn24 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn25 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn26 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn27 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.Data.FilterDescriptor filterDescriptor3 = new Telerik.WinControls.Data.FilterDescriptor();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn28 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn29 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn5 = new Telerik.WinControls.UI.GridViewCommandColumn();
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "نام بیمه");
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn30 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn31 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn32 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn33 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn6 = new Telerik.WinControls.UI.GridViewCommandColumn();
            this.radPageView1 = new Telerik.WinControls.UI.RadPageView();
            this.radPageViewPage1 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
            this.grvPastServices = new Telerik.WinControls.UI.RadGridView();
            this.cmbPatient = new Telerik.WinControls.UI.RadMultiColumnComboBox();
            this.radMultiColumnComboBox1 = new Telerik.WinControls.UI.RadMultiColumnComboBox();
            this.srcItem = new System.Windows.Forms.BindingSource(this.components);
            this.cmbDoctor = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
            this.radTextBox1 = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
            this.faDatePicker1 = new FarsiLibrary.Win.Controls.FADatePicker();
            this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
            this.lblBedehi = new Telerik.WinControls.UI.RadLabel();
            this.btnDocument = new Telerik.WinControls.UI.RadButton();
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.tpTo = new Telerik.WinControls.UI.RadTimePicker();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
            this.tpFrom = new Telerik.WinControls.UI.RadTimePicker();
            this.radPageViewPage3 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
            this.grvServices = new Telerik.WinControls.UI.RadGridView();
            this.radLabel16 = new Telerik.WinControls.UI.RadLabel();
            this.lblFinalSumCost = new Telerik.WinControls.UI.RadLabel();
            this.grbService = new Telerik.WinControls.UI.RadGroupBox();
            this.txtTakhfif = new Telerik.WinControls.UI.RadTextBox();
            this.srcService = new System.Windows.Forms.BindingSource(this.components);
            this.radLabel13 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
            this.txtComment = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
            this.ucTooth1 = new ShayanDental.UCTooth();
            this.radLabel14 = new Telerik.WinControls.UI.RadLabel();
            this.lsvInsurances = new Telerik.WinControls.UI.RadListView();
            this.lblFinalServiceCost = new Telerik.WinControls.UI.RadLabel();
            this.btnPercent = new Telerik.WinControls.UI.RadButton();
            this.cmbService = new Telerik.WinControls.UI.RadDropDownList();
            this.cmbCategories = new Telerik.WinControls.UI.RadDropDownList();
            this.btnAdd = new Telerik.WinControls.UI.RadButton();
            this.btnNew = new Telerik.WinControls.UI.RadButton();
            this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
            this.txtServiceCost = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
            this.radPageViewPage2 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radGroupBox5 = new Telerik.WinControls.UI.RadGroupBox();
            this.cmbPrescription = new Telerik.WinControls.UI.RadDropDownList();
            this.grvPrescriptionDrug = new Telerik.WinControls.UI.RadGridView();
            this.btnAddPrescription = new Telerik.WinControls.UI.RadButton();
            this.radLabel18 = new Telerik.WinControls.UI.RadLabel();
            this.radGroupBox6 = new Telerik.WinControls.UI.RadGroupBox();
            this.btnPrintPrescription = new Telerik.WinControls.UI.RadButton();
            this.grvDrugs = new Telerik.WinControls.UI.RadGridView();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.cmbDrugs = new Telerik.WinControls.UI.RadDropDownList();
            this.btnAddDrug = new Telerik.WinControls.UI.RadButton();
            this.btnNewDrug = new Telerik.WinControls.UI.RadButton();
            this.radLabel20 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel22 = new Telerik.WinControls.UI.RadLabel();
            this.txtManual = new Telerik.WinControls.UI.RadTextBox();
            this.srcDrug = new System.Windows.Forms.BindingSource(this.components);
            this.btnSave = new Telerik.WinControls.UI.RadButton();
            this.btnCancel = new Telerik.WinControls.UI.RadButton();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.btnRemove = new Telerik.WinControls.UI.RadButton();
            this.btnPrintVisit = new Telerik.WinControls.UI.RadButton();
            ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
            this.radPageView1.SuspendLayout();
            this.radPageViewPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
            this.radGroupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl.MasterTemplate)).BeginInit();
            this.cmbPatient.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDoctor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBedehi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDocument)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpTo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpFrom)).BeginInit();
            this.radPageViewPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
            this.radGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalSumCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grbService)).BeginInit();
            this.grbService.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTakhfif)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcService)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtComment)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lsvInsurances)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalServiceCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPercent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbService)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbCategories)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtServiceCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
            this.radPageViewPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox5)).BeginInit();
            this.radGroupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPrescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddPrescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).BeginInit();
            this.radGroupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintPrescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDrugs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNewDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtManual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRemove)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintVisit)).BeginInit();
            this.SuspendLayout();
            // 
            // radPageView1
            // 
            this.radPageView1.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.radPageView1.Controls.Add(this.radPageViewPage1);
            this.radPageView1.Controls.Add(this.radPageViewPage3);
            this.radPageView1.Controls.Add(this.radPageViewPage2);
            this.radPageView1.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
            this.radPageView1.Location = new System.Drawing.Point(2, 3);
            this.radPageView1.Name = "radPageView1";
            this.radPageView1.SelectedPage = this.radPageViewPage1;
            this.radPageView1.Size = new System.Drawing.Size(980, 516);
            this.radPageView1.TabIndex = 0;
            this.radPageView1.Text = "radPageView1";
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView1.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
            // 
            // radPageViewPage1
            // 
            this.radPageViewPage1.Controls.Add(this.radGroupBox1);
            this.radPageViewPage1.Location = new System.Drawing.Point(10, 49);
            this.radPageViewPage1.Name = "radPageViewPage1";
            this.radPageViewPage1.Size = new System.Drawing.Size(959, 456);
            this.radPageViewPage1.Text = "ویزیت";
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.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.radGroupBox1.Controls.Add(this.radGroupBox4);
            this.radGroupBox1.Controls.Add(this.cmbPatient);
            this.radGroupBox1.Controls.Add(this.cmbDoctor);
            this.radGroupBox1.Controls.Add(this.radLabel9);
            this.radGroupBox1.Controls.Add(this.radTextBox1);
            this.radGroupBox1.Controls.Add(this.radLabel6);
            this.radGroupBox1.Controls.Add(this.faDatePicker1);
            this.radGroupBox1.Controls.Add(this.radLabel5);
            this.radGroupBox1.Controls.Add(this.lblBedehi);
            this.radGroupBox1.Controls.Add(this.btnDocument);
            this.radGroupBox1.Controls.Add(this.radLabel4);
            this.radGroupBox1.Controls.Add(this.radLabel2);
            this.radGroupBox1.Controls.Add(this.tpTo);
            this.radGroupBox1.Controls.Add(this.radLabel1);
            this.radGroupBox1.Controls.Add(this.radLabel3);
            this.radGroupBox1.Controls.Add(this.tpFrom);
            this.radGroupBox1.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox1.FooterImageIndex = -1;
            this.radGroupBox1.FooterImageKey = "";
            this.radGroupBox1.HeaderImageIndex = -1;
            this.radGroupBox1.HeaderImageKey = "";
            this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox1.HeaderText = "ویزیت";
            this.radGroupBox1.Location = new System.Drawing.Point(2, 3);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            // 
            // 
            // 
            this.radGroupBox1.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.radGroupBox1.Size = new System.Drawing.Size(954, 453);
            this.radGroupBox1.TabIndex = 3;
            this.radGroupBox1.Text = "ویزیت";
            // 
            // radGroupBox4
            // 
            this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox4.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.radGroupBox4.Controls.Add(this.grvPastServices);
            this.radGroupBox4.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox4.FooterImageIndex = -1;
            this.radGroupBox4.FooterImageKey = "";
            this.radGroupBox4.HeaderImageIndex = -1;
            this.radGroupBox4.HeaderImageKey = "";
            this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox4.HeaderText = "سابقه بیمار";
            this.radGroupBox4.Location = new System.Drawing.Point(10, 211);
            this.radGroupBox4.Name = "radGroupBox4";
            this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox4.Size = new System.Drawing.Size(936, 237);
            this.radGroupBox4.TabIndex = 18;
            this.radGroupBox4.Text = "سابقه بیمار";
            // 
            // grvPastServices
            // 
            this.grvPastServices.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.grvPastServices.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.grvPastServices.Location = new System.Drawing.Point(5, 31);
            // 
            // grvPastServices
            // 
            this.grvPastServices.MasterTemplate.AllowAddNewRow = false;
            this.grvPastServices.MasterTemplate.AllowCellContextMenu = false;
            this.grvPastServices.MasterTemplate.AllowColumnChooser = false;
            this.grvPastServices.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvPastServices.MasterTemplate.AllowColumnReorder = false;
            this.grvPastServices.MasterTemplate.AllowDeleteRow = false;
            this.grvPastServices.MasterTemplate.AllowDragToGroup = false;
            this.grvPastServices.MasterTemplate.AllowEditRow = false;
            this.grvPastServices.MasterTemplate.AllowRowResize = false;
            this.grvPastServices.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn23.FieldName = "ToothDescription";
            gridViewTextBoxColumn23.HeaderText = "سرویس";
            gridViewTextBoxColumn23.Name = "column1";
            gridViewTextBoxColumn23.Width = 462;
            gridViewTextBoxColumn24.FieldName = "FinalCost";
            gridViewTextBoxColumn24.FormatString = "{0:0,0 ریال}";
            gridViewTextBoxColumn24.HeaderText = "قیمت";
            gridViewTextBoxColumn24.Name = "column4";
            gridViewTextBoxColumn24.Width = 326;
            gridViewTextBoxColumn25.FieldName = "PersianDate";
            gridViewTextBoxColumn25.FormatString = "";
            gridViewTextBoxColumn25.HeaderText = "تاریخ";
            gridViewTextBoxColumn25.Name = "column3";
            gridViewTextBoxColumn25.StretchVertically = false;
            gridViewTextBoxColumn25.Width = 139;
            this.grvPastServices.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn23,
            gridViewTextBoxColumn24,
            gridViewTextBoxColumn25});
            this.grvPastServices.MasterTemplate.EnableFiltering = true;
            this.grvPastServices.MasterTemplate.EnableGrouping = false;
            this.grvPastServices.MasterTemplate.ShowFilteringRow = false;
            this.grvPastServices.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvPastServices.Name = "grvPastServices";
            this.grvPastServices.ReadOnly = true;
            this.grvPastServices.ShowGroupPanel = false;
            this.grvPastServices.Size = new System.Drawing.Size(926, 201);
            this.grvPastServices.TabIndex = 13;
            // 
            // cmbPatient
            // 
            this.cmbPatient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbPatient.AutoFilter = true;
            this.cmbPatient.Controls.Add(this.radMultiColumnComboBox1);
            this.cmbPatient.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcItem, "Patient", true));
            this.cmbPatient.DisplayMember = "FirstName";
            this.cmbPatient.DropDownSizingMode = ((Telerik.WinControls.UI.SizingMode)((Telerik.WinControls.UI.SizingMode.RightBottom | Telerik.WinControls.UI.SizingMode.UpDown)));
            // 
            // cmbPatient.NestedRadGridView
            // 
            this.cmbPatient.EditorControl.BackColor = System.Drawing.SystemColors.Window;
            this.cmbPatient.EditorControl.BeginEditMode = Telerik.WinControls.RadGridViewBeginEditMode.BeginEditOnKeystroke;
            this.cmbPatient.EditorControl.Cursor = System.Windows.Forms.Cursors.Default;
            this.cmbPatient.EditorControl.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.cmbPatient.EditorControl.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cmbPatient.EditorControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.cmbPatient.EditorControl.Location = new System.Drawing.Point(0, 0);
            // 
            // 
            // 
            this.cmbPatient.EditorControl.MasterTemplate.AllowAddNewRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowCellContextMenu = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowColumnChooser = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowColumnReorder = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowDeleteRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowDragToGroup = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowEditRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowRowResize = false;
            this.cmbPatient.EditorControl.MasterTemplate.AutoGenerateColumns = false;
            this.cmbPatient.EditorControl.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn26.EnableExpressionEditor = false;
            gridViewTextBoxColumn26.FieldName = "PatientName";
            gridViewTextBoxColumn26.HeaderText = "نام";
            gridViewTextBoxColumn26.Name = "PatientName";
            gridViewTextBoxColumn26.Width = 128;
            gridViewTextBoxColumn27.EnableExpressionEditor = false;
            gridViewTextBoxColumn27.FieldName = "AccountantCode";
            gridViewTextBoxColumn27.HeaderText = "کد";
            gridViewTextBoxColumn27.Name = "AccountantCode";
            gridViewTextBoxColumn27.Width = 112;
            this.cmbPatient.EditorControl.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn26,
            gridViewTextBoxColumn27});
            this.cmbPatient.EditorControl.MasterTemplate.EnableAlternatingRowColor = true;
            this.cmbPatient.EditorControl.MasterTemplate.EnableFiltering = true;
            this.cmbPatient.EditorControl.MasterTemplate.EnableGrouping = false;
            this.cmbPatient.EditorControl.MasterTemplate.EnableSorting = false;
            filterDescriptor3.PropertyName = null;
            this.cmbPatient.EditorControl.MasterTemplate.FilterDescriptors.AddRange(new Telerik.WinControls.Data.FilterDescriptor[] {
            filterDescriptor3});
            this.cmbPatient.EditorControl.MasterTemplate.ShowFilteringRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.ShowRowHeaderColumn = false;
            this.cmbPatient.EditorControl.Name = "NestedRadGridView";
            this.cmbPatient.EditorControl.ReadOnly = true;
            this.cmbPatient.EditorControl.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.cmbPatient.EditorControl.ShowGroupPanel = false;
            this.cmbPatient.EditorControl.Size = new System.Drawing.Size(240, 150);
            this.cmbPatient.EditorControl.TabIndex = 0;
            this.cmbPatient.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbPatient.Location = new System.Drawing.Point(733, 33);
            this.cmbPatient.Name = "cmbPatient";
            // 
            // 
            // 
            this.cmbPatient.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.cmbPatient.Size = new System.Drawing.Size(166, 28);
            this.cmbPatient.TabIndex = 17;
            this.cmbPatient.TabStop = false;
            this.cmbPatient.SelectedIndexChanged += new System.EventHandler(this.cmbPatient_SelectedIndexChanged);
            // 
            // radMultiColumnComboBox1
            // 
            this.radMultiColumnComboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radMultiColumnComboBox1.AutoFilter = true;
            this.radMultiColumnComboBox1.DisplayMember = "FirstName";
            this.radMultiColumnComboBox1.DropDownSizingMode = ((Telerik.WinControls.UI.SizingMode)((Telerik.WinControls.UI.SizingMode.RightBottom | Telerik.WinControls.UI.SizingMode.UpDown)));
            // 
            // radMultiColumnComboBox1.NestedRadGridView
            // 
            this.radMultiColumnComboBox1.EditorControl.BackColor = System.Drawing.SystemColors.Window;
            this.radMultiColumnComboBox1.EditorControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radMultiColumnComboBox1.EditorControl.ForeColor = System.Drawing.SystemColors.ControlText;
            this.radMultiColumnComboBox1.EditorControl.Location = new System.Drawing.Point(0, 0);
            // 
            // 
            // 
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.AllowAddNewRow = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.AllowCellContextMenu = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.AllowColumnChooser = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.EnableFiltering = true;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.EnableGrouping = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.ShowFilteringRow = false;
            this.radMultiColumnComboBox1.EditorControl.Name = "NestedRadGridView";
            this.radMultiColumnComboBox1.EditorControl.ReadOnly = true;
            this.radMultiColumnComboBox1.EditorControl.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radMultiColumnComboBox1.EditorControl.ShowGroupPanel = false;
            this.radMultiColumnComboBox1.EditorControl.Size = new System.Drawing.Size(240, 150);
            this.radMultiColumnComboBox1.EditorControl.TabIndex = 0;
            this.radMultiColumnComboBox1.Location = new System.Drawing.Point(339, -39);
            this.radMultiColumnComboBox1.Name = "radMultiColumnComboBox1";
            // 
            // 
            // 
            this.radMultiColumnComboBox1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.radMultiColumnComboBox1.Size = new System.Drawing.Size(153, 20);
            this.radMultiColumnComboBox1.TabIndex = 19;
            this.radMultiColumnComboBox1.TabStop = false;
            // 
            // srcItem
            // 
            this.srcItem.DataSource = typeof(Shayan.Data.Visit);
            // 
            // cmbDoctor
            // 
            this.cmbDoctor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbDoctor.AutoCompleteDisplayMember = "Title";
            this.cmbDoctor.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbDoctor.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcItem, "Doctor", true));
            this.cmbDoctor.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.srcItem, "Doctor", true));
            this.cmbDoctor.DisplayMember = "Title";
            this.cmbDoctor.DropDownAnimationEnabled = true;
            this.cmbDoctor.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbDoctor.Location = new System.Drawing.Point(733, 66);
            this.cmbDoctor.MaxDropDownItems = 0;
            this.cmbDoctor.Name = "cmbDoctor";
            this.cmbDoctor.ShowImageInEditorArea = true;
            this.cmbDoctor.Size = new System.Drawing.Size(166, 28);
            this.cmbDoctor.TabIndex = 1;
            // 
            // radLabel9
            // 
            this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel9.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel9.Location = new System.Drawing.Point(901, 66);
            this.radLabel9.Name = "radLabel9";
            this.radLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel9.Size = new System.Drawing.Size(50, 30);
            this.radLabel9.TabIndex = 9;
            this.radLabel9.Text = "پزشک :";
            this.radLabel9.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radTextBox1
            // 
            this.radTextBox1.AcceptsReturn = true;
            this.radTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.radTextBox1.AutoScroll = true;
            this.radTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Comment", true));
            this.radTextBox1.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radTextBox1.Location = new System.Drawing.Point(10, 125);
            this.radTextBox1.Multiline = true;
            this.radTextBox1.Name = "radTextBox1";
            // 
            // 
            // 
            this.radTextBox1.RootElement.StretchVertically = true;
            this.radTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.radTextBox1.Size = new System.Drawing.Size(889, 80);
            this.radTextBox1.TabIndex = 5;
            this.radTextBox1.TabStop = false;
            this.radTextBox1.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtComment_TextChanging);
            // 
            // radLabel6
            // 
            this.radLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel6.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel6.Location = new System.Drawing.Point(900, 122);
            this.radLabel6.Name = "radLabel6";
            this.radLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel6.Size = new System.Drawing.Size(49, 30);
            this.radLabel6.TabIndex = 15;
            this.radLabel6.Text = "توضیح :";
            this.radLabel6.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // faDatePicker1
            // 
            this.faDatePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.faDatePicker1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedDateTime", this.srcItem, "Date", true));
            this.faDatePicker1.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.faDatePicker1.Location = new System.Drawing.Point(733, 96);
            this.faDatePicker1.Multiline = true;
            this.faDatePicker1.Name = "faDatePicker1";
            this.faDatePicker1.Size = new System.Drawing.Size(166, 28);
            this.faDatePicker1.TabIndex = 2;
            // 
            // radLabel5
            // 
            this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel5.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel5.Location = new System.Drawing.Point(603, 32);
            this.radLabel5.Name = "radLabel5";
            this.radLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel5.Size = new System.Drawing.Size(42, 30);
            this.radLabel5.TabIndex = 6;
            this.radLabel5.Text = "بدهی :";
            this.radLabel5.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblBedehi
            // 
            this.lblBedehi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblBedehi.AutoSize = false;
            this.lblBedehi.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lblBedehi.Location = new System.Drawing.Point(316, 35);
            this.lblBedehi.Name = "lblBedehi";
            this.lblBedehi.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lblBedehi.Size = new System.Drawing.Size(304, 23);
            this.lblBedehi.TabIndex = 7;
            this.lblBedehi.Text = "0 ریال";
            this.lblBedehi.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // btnDocument
            // 
            this.btnDocument.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDocument.Enabled = false;
            this.btnDocument.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnDocument.Location = new System.Drawing.Point(655, 34);
            this.btnDocument.Name = "btnDocument";
            this.btnDocument.Size = new System.Drawing.Size(72, 27);
            this.btnDocument.TabIndex = 9;
            this.btnDocument.Text = "پرونده بیمار";
            this.btnDocument.Click += new System.EventHandler(this.btnDocument_Click);
            // 
            // radLabel4
            // 
            this.radLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel4.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel4.Location = new System.Drawing.Point(506, 93);
            this.radLabel4.Name = "radLabel4";
            this.radLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel4.Size = new System.Drawing.Size(57, 30);
            this.radLabel4.TabIndex = 6;
            this.radLabel4.Text = "تا ساعت :";
            this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel2
            // 
            this.radLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel2.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel2.Location = new System.Drawing.Point(902, 96);
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel2.Size = new System.Drawing.Size(42, 30);
            this.radLabel2.TabIndex = 6;
            this.radLabel2.Text = "تاریخ :";
            this.radLabel2.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // tpTo
            // 
            this.tpTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.tpTo.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.srcItem, "ToTime", true));
            this.tpTo.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.tpTo.HeadersHeight = 19;
            this.tpTo.Location = new System.Drawing.Point(402, 93);
            this.tpTo.Name = "tpTo";
            this.tpTo.Size = new System.Drawing.Size(103, 28);
            this.tpTo.TabIndex = 4;
            this.tpTo.TabStop = false;
            this.tpTo.Text = "radTimePicker1";
            this.tpTo.Value = new System.DateTime(2012, 7, 31, 11, 14, 20, 0);
            // 
            // radLabel1
            // 
            this.radLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel1.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel1.Location = new System.Drawing.Point(902, 30);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel1.Size = new System.Drawing.Size(38, 30);
            this.radLabel1.TabIndex = 5;
            this.radLabel1.Text = "بیمار :";
            this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel3
            // 
            this.radLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel3.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel3.Location = new System.Drawing.Point(667, 95);
            this.radLabel3.Name = "radLabel3";
            this.radLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel3.Size = new System.Drawing.Size(59, 30);
            this.radLabel3.TabIndex = 4;
            this.radLabel3.Text = "از ساعت :";
            this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // tpFrom
            // 
            this.tpFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.tpFrom.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.srcItem, "FromTime", true));
            this.tpFrom.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.tpFrom.HeadersHeight = 19;
            this.tpFrom.Location = new System.Drawing.Point(565, 95);
            this.tpFrom.Name = "tpFrom";
            this.tpFrom.Size = new System.Drawing.Size(101, 28);
            this.tpFrom.TabIndex = 3;
            this.tpFrom.TabStop = false;
            this.tpFrom.Text = "radTimePicker1";
            this.tpFrom.Value = new System.DateTime(2012, 7, 31, 11, 14, 20, 0);
            // 
            // radPageViewPage3
            // 
            this.radPageViewPage3.Controls.Add(this.radGroupBox3);
            this.radPageViewPage3.Controls.Add(this.grbService);
            this.radPageViewPage3.Location = new System.Drawing.Point(10, 49);
            this.radPageViewPage3.Name = "radPageViewPage3";
            this.radPageViewPage3.Size = new System.Drawing.Size(959, 456);
            this.radPageViewPage3.Text = "خدمات";
            // 
            // radGroupBox3
            // 
            this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox3.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.radGroupBox3.Controls.Add(this.grvServices);
            this.radGroupBox3.Controls.Add(this.radLabel16);
            this.radGroupBox3.Controls.Add(this.lblFinalSumCost);
            this.radGroupBox3.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox3.FooterImageIndex = -1;
            this.radGroupBox3.FooterImageKey = "";
            this.radGroupBox3.HeaderImageIndex = -1;
            this.radGroupBox3.HeaderImageKey = "";
            this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox3.HeaderText = "لیست خدمات";
            this.radGroupBox3.Location = new System.Drawing.Point(3, 3);
            this.radGroupBox3.Name = "radGroupBox3";
            this.radGroupBox3.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox3.Size = new System.Drawing.Size(236, 454);
            this.radGroupBox3.TabIndex = 6;
            this.radGroupBox3.Text = "لیست خدمات";
            // 
            // grvServices
            // 
            this.grvServices.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.grvServices.AutoScroll = true;
            this.grvServices.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(240)))), ((int)(((byte)(249)))));
            this.grvServices.Cursor = System.Windows.Forms.Cursors.Default;
            this.grvServices.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold);
            this.grvServices.ForeColor = System.Drawing.Color.Black;
            this.grvServices.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grvServices.Location = new System.Drawing.Point(5, 33);
            // 
            // grvServices
            // 
            this.grvServices.MasterTemplate.AllowAddNewRow = false;
            this.grvServices.MasterTemplate.AllowCellContextMenu = false;
            this.grvServices.MasterTemplate.AllowColumnChooser = false;
            this.grvServices.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvServices.MasterTemplate.AllowColumnReorder = false;
            this.grvServices.MasterTemplate.AllowDeleteRow = false;
            this.grvServices.MasterTemplate.AllowDragToGroup = false;
            this.grvServices.MasterTemplate.AllowEditRow = false;
            this.grvServices.MasterTemplate.AllowRowResize = false;
            this.grvServices.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn28.EnableExpressionEditor = false;
            gridViewTextBoxColumn28.FieldName = "ToothDescription";
            gridViewTextBoxColumn28.HeaderText = "سرویس";
            gridViewTextBoxColumn28.Name = "column1";
            gridViewTextBoxColumn28.Width = 162;
            gridViewTextBoxColumn29.EnableExpressionEditor = false;
            gridViewTextBoxColumn29.FieldName = "FinalCost";
            gridViewTextBoxColumn29.FormatString = "{0:0,0 ریال}";
            gridViewTextBoxColumn29.HeaderText = "قیمت";
            gridViewTextBoxColumn29.Name = "column4";
            gridViewTextBoxColumn29.Width = 34;
            gridViewCommandColumn5.AllowHide = false;
            gridViewCommandColumn5.AllowReorder = false;
            gridViewCommandColumn5.AllowResize = false;
            gridViewCommandColumn5.AllowSort = false;
            gridViewCommandColumn5.EnableExpressionEditor = false;
            gridViewCommandColumn5.HeaderText = "حذف";
            gridViewCommandColumn5.IsPinned = true;
            gridViewCommandColumn5.Name = "column3";
            gridViewCommandColumn5.PinPosition = Telerik.WinControls.UI.PinnedColumnPosition.Right;
            gridViewCommandColumn5.Width = 30;
            this.grvServices.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn28,
            gridViewTextBoxColumn29,
            gridViewCommandColumn5});
            this.grvServices.MasterTemplate.EnableFiltering = true;
            this.grvServices.MasterTemplate.EnableGrouping = false;
            this.grvServices.MasterTemplate.ShowFilteringRow = false;
            this.grvServices.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvServices.Name = "grvServices";
            this.grvServices.ReadOnly = true;
            this.grvServices.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.grvServices.Size = new System.Drawing.Size(226, 386);
            this.grvServices.TabIndex = 12;
            this.grvServices.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
            this.grvServices.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvServices_CurrentRowChanging);
            this.grvServices.SelectionChanged += new System.EventHandler(this.grvServices_SelectionChanged);
            this.grvServices.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvItems_CommandCellClick);
            this.grvServices.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grvServices_KeyDown);
            // 
            // radLabel16
            // 
            this.radLabel16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel16.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel16.Location = new System.Drawing.Point(134, 420);
            this.radLabel16.Name = "radLabel16";
            this.radLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel16.Size = new System.Drawing.Size(97, 30);
            this.radLabel16.TabIndex = 10;
            this.radLabel16.Text = "مجموع هزینه ها :";
            this.radLabel16.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblFinalSumCost
            // 
            this.lblFinalSumCost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFinalSumCost.AutoSize = false;
            this.lblFinalSumCost.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "FinalSumCost", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "صفر", "0,0 ریال"));
            this.lblFinalSumCost.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lblFinalSumCost.Location = new System.Drawing.Point(5, 421);
            this.lblFinalSumCost.Name = "lblFinalSumCost";
            this.lblFinalSumCost.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lblFinalSumCost.Size = new System.Drawing.Size(130, 24);
            this.lblFinalSumCost.TabIndex = 11;
            this.lblFinalSumCost.Text = "0";
            this.lblFinalSumCost.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // grbService
            // 
            this.grbService.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.grbService.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grbService.Controls.Add(this.txtTakhfif);
            this.grbService.Controls.Add(this.radLabel13);
            this.grbService.Controls.Add(this.radLabel10);
            this.grbService.Controls.Add(this.txtComment);
            this.grbService.Controls.Add(this.radLabel12);
            this.grbService.Controls.Add(this.ucTooth1);
            this.grbService.Controls.Add(this.radLabel14);
            this.grbService.Controls.Add(this.lsvInsurances);
            this.grbService.Controls.Add(this.lblFinalServiceCost);
            this.grbService.Controls.Add(this.btnPercent);
            this.grbService.Controls.Add(this.cmbService);
            this.grbService.Controls.Add(this.cmbCategories);
            this.grbService.Controls.Add(this.btnAdd);
            this.grbService.Controls.Add(this.btnNew);
            this.grbService.Controls.Add(this.radLabel11);
            this.grbService.Controls.Add(this.txtServiceCost);
            this.grbService.Controls.Add(this.radLabel8);
            this.grbService.Controls.Add(this.radLabel7);
            this.grbService.Enabled = false;
            this.grbService.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.grbService.FooterImageIndex = -1;
            this.grbService.FooterImageKey = "";
            this.grbService.HeaderImageIndex = -1;
            this.grbService.HeaderImageKey = "";
            this.grbService.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.grbService.HeaderText = "ارائه خدمات";
            this.grbService.Location = new System.Drawing.Point(242, 3);
            this.grbService.Name = "grbService";
            this.grbService.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            // 
            // 
            // 
            this.grbService.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.grbService.Size = new System.Drawing.Size(714, 454);
            this.grbService.TabIndex = 5;
            this.grbService.Text = "ارائه خدمات";
            // 
            // txtTakhfif
            // 
            this.txtTakhfif.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTakhfif.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "Discount", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "N0"));
            this.txtTakhfif.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtTakhfif.Location = new System.Drawing.Point(311, 64);
            this.txtTakhfif.Name = "txtTakhfif";
            this.txtTakhfif.Size = new System.Drawing.Size(70, 28);
            this.txtTakhfif.TabIndex = 9;
            this.txtTakhfif.TabStop = false;
            this.txtTakhfif.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtSalary_TextChanging);
            this.txtTakhfif.TextChanged += new System.EventHandler(this.txtTakhfif_TextChanged);
            // 
            // srcService
            // 
            this.srcService.DataSource = typeof(Shayan.Data.VisitService);
            // 
            // radLabel13
            // 
            this.radLabel13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel13.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel13.Location = new System.Drawing.Point(639, 91);
            this.radLabel13.Name = "radLabel13";
            this.radLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel13.Size = new System.Drawing.Size(49, 30);
            this.radLabel13.TabIndex = 17;
            this.radLabel13.Text = "توضیح :";
            this.radLabel13.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel10
            // 
            this.radLabel10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel10.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel10.Location = new System.Drawing.Point(363, 31);
            this.radLabel10.Name = "radLabel10";
            this.radLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel10.Size = new System.Drawing.Size(107, 30);
            this.radLabel10.TabIndex = 9;
            this.radLabel10.Text = "هزینه واحد (ریال) :";
            this.radLabel10.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtComment
            // 
            this.txtComment.AcceptsReturn = true;
            this.txtComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtComment.AutoScroll = true;
            this.txtComment.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "Comment", true));
            this.txtComment.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtComment.Location = new System.Drawing.Point(266, 96);
            this.txtComment.Multiline = true;
            this.txtComment.Name = "txtComment";
            // 
            // 
            // 
            this.txtComment.RootElement.StretchVertically = true;
            this.txtComment.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtComment.Size = new System.Drawing.Size(372, 108);
            this.txtComment.TabIndex = 16;
            this.txtComment.TabStop = false;
            // 
            // radLabel12
            // 
            this.radLabel12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel12.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel12.Location = new System.Drawing.Point(208, 31);
            this.radLabel12.Name = "radLabel12";
            this.radLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel12.Size = new System.Drawing.Size(49, 30);
            this.radLabel12.TabIndex = 9;
            this.radLabel12.Text = "بیمه ها :";
            this.radLabel12.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // ucTooth1
            // 
            this.ucTooth1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ucTooth1.ChildTooth = false;
            this.ucTooth1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedTooths", this.srcService, "Tooth", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.ucTooth1.Location = new System.Drawing.Point(5, 211);
            this.ucTooth1.Name = "ucTooth1";
            this.ucTooth1.ReadOnly = false;
            this.ucTooth1.SelectedTooths = ((long)(0));
            this.ucTooth1.Size = new System.Drawing.Size(699, 195);
            this.ucTooth1.TabIndex = 15;
            // 
            // radLabel14
            // 
            this.radLabel14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel14.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel14.Location = new System.Drawing.Point(367, 413);
            this.radLabel14.Name = "radLabel14";
            this.radLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel14.Size = new System.Drawing.Size(121, 30);
            this.radLabel14.TabIndex = 8;
            this.radLabel14.Text = "هزینه نهایی سرویس :";
            this.radLabel14.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // lsvInsurances
            // 
            this.lsvInsurances.AllowColumnReorder = false;
            this.lsvInsurances.AllowColumnResize = false;
            this.lsvInsurances.AllowEdit = false;
            this.lsvInsurances.AllowRemove = false;
            this.lsvInsurances.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            listViewDetailColumn1.HeaderText = "نام بیمه";
            this.lsvInsurances.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1});
            this.lsvInsurances.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lsvInsurances.GroupItemSize = new System.Drawing.Size(200, 20);
            this.lsvInsurances.ItemSize = new System.Drawing.Size(200, 20);
            this.lsvInsurances.ItemSpacing = -1;
            this.lsvInsurances.Location = new System.Drawing.Point(5, 33);
            this.lsvInsurances.Name = "lsvInsurances";
            this.lsvInsurances.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lsvInsurances.ShowCheckBoxes = true;
            this.lsvInsurances.ShowColumnHeaders = false;
            this.lsvInsurances.ShowGridLines = true;
            this.lsvInsurances.Size = new System.Drawing.Size(200, 172);
            this.lsvInsurances.TabIndex = 0;
            this.lsvInsurances.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.lsvInsurances.ItemCheckedChanged += new Telerik.WinControls.UI.ListViewItemEventHandler(this.lsvInsurances_ItemCheckedChanged);
            // 
            // lblFinalServiceCost
            // 
            this.lblFinalServiceCost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFinalServiceCost.AutoSize = false;
            this.lblFinalServiceCost.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "FinalCost", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "صفر", "0,0 ریال"));
            this.lblFinalServiceCost.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lblFinalServiceCost.Location = new System.Drawing.Point(238, 416);
            this.lblFinalServiceCost.Name = "lblFinalServiceCost";
            this.lblFinalServiceCost.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lblFinalServiceCost.Size = new System.Drawing.Size(125, 24);
            this.lblFinalServiceCost.TabIndex = 9;
            this.lblFinalServiceCost.Text = "0 ریال";
            this.lblFinalServiceCost.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnPercent
            // 
            this.btnPercent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPercent.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnPercent.Location = new System.Drawing.Point(266, 63);
            this.btnPercent.Name = "btnPercent";
            this.btnPercent.Size = new System.Drawing.Size(39, 29);
            this.btnPercent.TabIndex = 10;
            this.btnPercent.Text = "درصد";
            this.btnPercent.Click += new System.EventHandler(this.btnPercent_Click);
            // 
            // cmbService
            // 
            this.cmbService.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbService.AutoCompleteDisplayMember = "Title";
            this.cmbService.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcService, "Service", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.cmbService.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.srcService, "Service", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.cmbService.DisplayMember = "Title";
            this.cmbService.DropDownAnimationEnabled = true;
            this.cmbService.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbService.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbService.Location = new System.Drawing.Point(475, 63);
            this.cmbService.MaxDropDownItems = 0;
            this.cmbService.Name = "cmbService";
            this.cmbService.ShowImageInEditorArea = true;
            this.cmbService.Size = new System.Drawing.Size(163, 28);
            this.cmbService.TabIndex = 7;
            this.cmbService.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbService_SelectedIndexChanged);
            // 
            // cmbCategories
            // 
            this.cmbCategories.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbCategories.AutoCompleteDisplayMember = "Title";
            this.cmbCategories.DisplayMember = "Title";
            this.cmbCategories.DropDownAnimationEnabled = true;
            this.cmbCategories.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbCategories.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbCategories.Location = new System.Drawing.Point(475, 31);
            this.cmbCategories.MaxDropDownItems = 0;
            this.cmbCategories.Name = "cmbCategories";
            this.cmbCategories.ShowImageInEditorArea = true;
            this.cmbCategories.Size = new System.Drawing.Size(163, 28);
            this.cmbCategories.TabIndex = 6;
            this.cmbCategories.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbCategories_SelectedIndexChanged);
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnAdd.Location = new System.Drawing.Point(615, 408);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(95, 35);
            this.btnAdd.TabIndex = 13;
            this.btnAdd.Text = "افزودن";
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnNew
            // 
            this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnNew.Location = new System.Drawing.Point(514, 408);
            this.btnNew.Name = "btnNew";
            this.btnNew.Size = new System.Drawing.Size(95, 35);
            this.btnNew.TabIndex = 14;
            this.btnNew.Text = "جدید";
            this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
            // 
            // radLabel11
            // 
            this.radLabel11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel11.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel11.Location = new System.Drawing.Point(385, 63);
            this.radLabel11.Name = "radLabel11";
            this.radLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel11.Size = new System.Drawing.Size(85, 30);
            this.radLabel11.TabIndex = 10;
            this.radLabel11.Text = "تخفیف (ریال) :";
            this.radLabel11.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtServiceCost
            // 
            this.txtServiceCost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtServiceCost.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "Cost", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "N0"));
            this.txtServiceCost.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtServiceCost.Location = new System.Drawing.Point(266, 31);
            this.txtServiceCost.Name = "txtServiceCost";
            this.txtServiceCost.Size = new System.Drawing.Size(97, 28);
            this.txtServiceCost.TabIndex = 8;
            this.txtServiceCost.TabStop = false;
            this.txtServiceCost.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtSalary_TextChanging);
            // 
            // radLabel8
            // 
            this.radLabel8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel8.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel8.Location = new System.Drawing.Point(641, 62);
            this.radLabel8.Name = "radLabel8";
            this.radLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel8.Size = new System.Drawing.Size(57, 30);
            this.radLabel8.TabIndex = 8;
            this.radLabel8.Text = "سرویس :";
            this.radLabel8.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel7
            // 
            this.radLabel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel7.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel7.Location = new System.Drawing.Point(640, 31);
            this.radLabel7.Name = "radLabel7";
            this.radLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel7.Size = new System.Drawing.Size(69, 30);
            this.radLabel7.TabIndex = 6;
            this.radLabel7.Text = "دسته بندی :";
            this.radLabel7.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radPageViewPage2
            // 
            this.radPageViewPage2.Controls.Add(this.radGroupBox5);
            this.radPageViewPage2.Controls.Add(this.radGroupBox6);
            this.radPageViewPage2.Controls.Add(this.radGroupBox2);
            this.radPageViewPage2.Location = new System.Drawing.Point(10, 49);
            this.radPageViewPage2.Name = "radPageViewPage2";
            this.radPageViewPage2.Size = new System.Drawing.Size(959, 456);
            this.radPageViewPage2.Text = "نسخه";
            // 
            // radGroupBox5
            // 
            this.radGroupBox5.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.radGroupBox5.CausesValidation = false;
            this.radGroupBox5.Controls.Add(this.cmbPrescription);
            this.radGroupBox5.Controls.Add(this.grvPrescriptionDrug);
            this.radGroupBox5.Controls.Add(this.btnAddPrescription);
            this.radGroupBox5.Controls.Add(this.radLabel18);
            this.radGroupBox5.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox5.FooterImageIndex = -1;
            this.radGroupBox5.FooterImageKey = "";
            this.radGroupBox5.HeaderImageIndex = -1;
            this.radGroupBox5.HeaderImageKey = "";
            this.radGroupBox5.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox5.HeaderText = "نسخه از پیش تعرف شده";
            this.radGroupBox5.Location = new System.Drawing.Point(670, 260);
            this.radGroupBox5.Name = "radGroupBox5";
            this.radGroupBox5.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox5.Size = new System.Drawing.Size(289, 193);
            this.radGroupBox5.TabIndex = 27;
            this.radGroupBox5.Text = "نسخه از پیش تعرف شده";
            // 
            // cmbPrescription
            // 
            this.cmbPrescription.AutoCompleteDisplayMember = "Title";
            this.cmbPrescription.DisplayMember = "Title";
            this.cmbPrescription.DropDownAnimationEnabled = true;
            this.cmbPrescription.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbPrescription.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbPrescription.Location = new System.Drawing.Point(6, 26);
            this.cmbPrescription.MaxDropDownItems = 0;
            this.cmbPrescription.Name = "cmbPrescription";
            this.cmbPrescription.ShowImageInEditorArea = true;
            this.cmbPrescription.Size = new System.Drawing.Size(217, 28);
            this.cmbPrescription.TabIndex = 104;
            this.cmbPrescription.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbPrescription_SelectedIndexChanged);
            // 
            // grvPrescriptionDrug
            // 
            this.grvPrescriptionDrug.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.grvPrescriptionDrug.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.grvPrescriptionDrug.Location = new System.Drawing.Point(5, 60);
            // 
            // grvPrescriptionDrug
            // 
            this.grvPrescriptionDrug.MasterTemplate.AllowAddNewRow = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowCellContextMenu = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnChooser = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnReorder = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnResize = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowDeleteRow = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowDragToGroup = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowEditRow = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowRowResize = false;
            this.grvPrescriptionDrug.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn30.FieldName = "Drug.Title";
            gridViewTextBoxColumn30.HeaderText = "نام دارو";
            gridViewTextBoxColumn30.Name = "column1";
            gridViewTextBoxColumn30.StretchVertically = false;
            gridViewTextBoxColumn30.Width = 106;
            gridViewTextBoxColumn31.FieldName = "CustomManual";
            gridViewTextBoxColumn31.HeaderText = "توضیحات";
            gridViewTextBoxColumn31.Name = "column2";
            gridViewTextBoxColumn31.Width = 173;
            this.grvPrescriptionDrug.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn30,
            gridViewTextBoxColumn31});
            this.grvPrescriptionDrug.MasterTemplate.EnableGrouping = false;
            this.grvPrescriptionDrug.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvPrescriptionDrug.Name = "grvPrescriptionDrug";
            this.grvPrescriptionDrug.ReadOnly = true;
            // 
            // 
            // 
            this.grvPrescriptionDrug.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.grvPrescriptionDrug.Size = new System.Drawing.Size(279, 85);
            this.grvPrescriptionDrug.TabIndex = 14;
            // 
            // btnAddPrescription
            // 
            this.btnAddPrescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddPrescription.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnAddPrescription.Location = new System.Drawing.Point(5, 151);
            this.btnAddPrescription.Name = "btnAddPrescription";
            this.btnAddPrescription.Size = new System.Drawing.Size(279, 35);
            this.btnAddPrescription.TabIndex = 105;
            this.btnAddPrescription.Text = "افزودن نسخه";
            this.btnAddPrescription.Click += new System.EventHandler(this.btnAddPrescription_Click);
            // 
            // radLabel18
            // 
            this.radLabel18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel18.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel18.Location = new System.Drawing.Point(225, 26);
            this.radLabel18.Name = "radLabel18";
            this.radLabel18.Size = new System.Drawing.Size(60, 30);
            this.radLabel18.TabIndex = 11;
            this.radLabel18.Text = "نام نسخه :";
            this.radLabel18.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radGroupBox6
            // 
            this.radGroupBox6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox6.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.radGroupBox6.Controls.Add(this.btnPrintPrescription);
            this.radGroupBox6.Controls.Add(this.grvDrugs);
            this.radGroupBox6.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox6.FooterImageIndex = -1;
            this.radGroupBox6.FooterImageKey = "";
            this.radGroupBox6.HeaderImageIndex = -1;
            this.radGroupBox6.HeaderImageKey = "";
            this.radGroupBox6.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox6.HeaderText = "داروها";
            this.radGroupBox6.Location = new System.Drawing.Point(3, 3);
            this.radGroupBox6.Name = "radGroupBox6";
            this.radGroupBox6.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox6.Size = new System.Drawing.Size(661, 450);
            this.radGroupBox6.TabIndex = 27;
            this.radGroupBox6.Text = "داروها";
            // 
            // btnPrintPrescription
            // 
            this.btnPrintPrescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPrintPrescription.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnPrintPrescription.Location = new System.Drawing.Point(512, 408);
            this.btnPrintPrescription.Name = "btnPrintPrescription";
            this.btnPrintPrescription.Size = new System.Drawing.Size(144, 35);
            this.btnPrintPrescription.TabIndex = 5;
            this.btnPrintPrescription.Text = "پرینت نسخه";
            this.btnPrintPrescription.Click += new System.EventHandler(this.btnPrintPrescription_Click);
            // 
            // grvDrugs
            // 
            this.grvDrugs.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.grvDrugs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(240)))), ((int)(((byte)(249)))));
            this.grvDrugs.Cursor = System.Windows.Forms.Cursors.Default;
            this.grvDrugs.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold);
            this.grvDrugs.ForeColor = System.Drawing.Color.Black;
            this.grvDrugs.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grvDrugs.Location = new System.Drawing.Point(5, 28);
            // 
            // grvDrugs
            // 
            this.grvDrugs.MasterTemplate.AllowAddNewRow = false;
            this.grvDrugs.MasterTemplate.AllowCellContextMenu = false;
            this.grvDrugs.MasterTemplate.AllowColumnChooser = false;
            this.grvDrugs.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvDrugs.MasterTemplate.AllowColumnReorder = false;
            this.grvDrugs.MasterTemplate.AllowColumnResize = false;
            this.grvDrugs.MasterTemplate.AllowDeleteRow = false;
            this.grvDrugs.MasterTemplate.AllowDragToGroup = false;
            this.grvDrugs.MasterTemplate.AllowEditRow = false;
            this.grvDrugs.MasterTemplate.AllowRowResize = false;
            this.grvDrugs.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn32.EnableExpressionEditor = false;
            gridViewTextBoxColumn32.FieldName = "Drug.Title";
            gridViewTextBoxColumn32.HeaderText = "نام دارو";
            gridViewTextBoxColumn32.Name = "column1";
            gridViewTextBoxColumn32.Width = 91;
            gridViewTextBoxColumn33.EnableExpressionEditor = false;
            gridViewTextBoxColumn33.FieldName = "CustomManual";
            gridViewTextBoxColumn33.HeaderText = "توضیحات";
            gridViewTextBoxColumn33.Name = "column3";
            gridViewTextBoxColumn33.Width = 530;
            gridViewCommandColumn6.AllowHide = false;
            gridViewCommandColumn6.AllowReorder = false;
            gridViewCommandColumn6.AllowResize = false;
            gridViewCommandColumn6.AllowSort = false;
            gridViewCommandColumn6.EnableExpressionEditor = false;
            gridViewCommandColumn6.HeaderText = "حذف";
            gridViewCommandColumn6.Name = "column2";
            gridViewCommandColumn6.Width = 30;
            this.grvDrugs.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn32,
            gridViewTextBoxColumn33,
            gridViewCommandColumn6});
            this.grvDrugs.MasterTemplate.EnableGrouping = false;
            this.grvDrugs.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvDrugs.Name = "grvDrugs";
            this.grvDrugs.ReadOnly = true;
            this.grvDrugs.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            // 
            // 
            // 
            this.grvDrugs.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.grvDrugs.Size = new System.Drawing.Size(651, 374);
            this.grvDrugs.TabIndex = 13;
            this.grvDrugs.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
            this.grvDrugs.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvDrugs_CurrentRowChanging);
            this.grvDrugs.SelectionChanged += new System.EventHandler(this.grvDrugs_SelectionChanged);
            this.grvDrugs.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvDrugs_CommandCellClick);
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radGroupBox2.CausesValidation = false;
            this.radGroupBox2.Controls.Add(this.cmbDrugs);
            this.radGroupBox2.Controls.Add(this.btnAddDrug);
            this.radGroupBox2.Controls.Add(this.btnNewDrug);
            this.radGroupBox2.Controls.Add(this.radLabel20);
            this.radGroupBox2.Controls.Add(this.radLabel22);
            this.radGroupBox2.Controls.Add(this.txtManual);
            this.radGroupBox2.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox2.FooterImageIndex = -1;
            this.radGroupBox2.FooterImageKey = "";
            this.radGroupBox2.HeaderImageIndex = -1;
            this.radGroupBox2.HeaderImageKey = "";
            this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox2.HeaderText = "دارو";
            this.radGroupBox2.Location = new System.Drawing.Point(670, 3);
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox2.Size = new System.Drawing.Size(289, 251);
            this.radGroupBox2.TabIndex = 26;
            this.radGroupBox2.Text = "دارو";
            // 
            // cmbDrugs
            // 
            this.cmbDrugs.AutoCompleteDisplayMember = "Title";
            this.cmbDrugs.DisplayMember = "Title";
            this.cmbDrugs.DropDownAnimationEnabled = true;
            this.cmbDrugs.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbDrugs.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbDrugs.Location = new System.Drawing.Point(5, 28);
            this.cmbDrugs.MaxDropDownItems = 0;
            this.cmbDrugs.Name = "cmbDrugs";
            this.cmbDrugs.ShowImageInEditorArea = true;
            this.cmbDrugs.Size = new System.Drawing.Size(217, 28);
            this.cmbDrugs.TabIndex = 100;
            this.cmbDrugs.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbDrugs_SelectedIndexChanged);
            // 
            // btnAddDrug
            // 
            this.btnAddDrug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddDrug.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnAddDrug.Location = new System.Drawing.Point(138, 205);
            this.btnAddDrug.Name = "btnAddDrug";
            this.btnAddDrug.Size = new System.Drawing.Size(146, 35);
            this.btnAddDrug.TabIndex = 102;
            this.btnAddDrug.Text = "افزودن دارو";
            this.btnAddDrug.Click += new System.EventHandler(this.btnAddDrug_Click);
            // 
            // btnNewDrug
            // 
            this.btnNewDrug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNewDrug.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnNewDrug.Location = new System.Drawing.Point(5, 205);
            this.btnNewDrug.Name = "btnNewDrug";
            this.btnNewDrug.Size = new System.Drawing.Size(127, 35);
            this.btnNewDrug.TabIndex = 103;
            this.btnNewDrug.Text = "داروی جدید";
            this.btnNewDrug.Click += new System.EventHandler(this.btnNewDrug_Click);
            // 
            // radLabel20
            // 
            this.radLabel20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel20.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel20.Location = new System.Drawing.Point(228, 28);
            this.radLabel20.Name = "radLabel20";
            this.radLabel20.Size = new System.Drawing.Size(53, 30);
            this.radLabel20.TabIndex = 11;
            this.radLabel20.Text = "نام دارو :";
            this.radLabel20.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel22
            // 
            this.radLabel22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel22.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel22.Location = new System.Drawing.Point(220, 57);
            this.radLabel22.Name = "radLabel22";
            this.radLabel22.Size = new System.Drawing.Size(65, 30);
            this.radLabel22.TabIndex = 9;
            this.radLabel22.Text = "توضیحات :";
            this.radLabel22.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtManual
            // 
            this.txtManual.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtManual.AutoScroll = true;
            this.txtManual.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcDrug, "CustomManual", true));
            this.txtManual.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtManual.Location = new System.Drawing.Point(5, 88);
            this.txtManual.Multiline = true;
            this.txtManual.Name = "txtManual";
            this.txtManual.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            // 
            // 
            // 
            this.txtManual.RootElement.StretchVertically = true;
            this.txtManual.Size = new System.Drawing.Size(279, 111);
            this.txtManual.TabIndex = 101;
            this.txtManual.TabStop = false;
            // 
            // srcDrug
            // 
            this.srcDrug.DataSource = typeof(Shayan.Data.VisitDrug);
            // 
            // btnSave
            // 
            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnSave.Location = new System.Drawing.Point(887, 523);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(95, 35);
            this.btnSave.TabIndex = 106;
            this.btnSave.Text = "ذخیره";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnCancel.Location = new System.Drawing.Point(787, 523);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(94, 35);
            this.btnCancel.TabIndex = 107;
            this.btnCancel.Text = "انصراف";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnRemove
            // 
            this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRemove.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnRemove.Location = new System.Drawing.Point(688, 523);
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.Size = new System.Drawing.Size(93, 35);
            this.btnRemove.TabIndex = 108;
            this.btnRemove.Text = "حذف";
            this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click_1);
            // 
            // btnPrintVisit
            // 
            this.btnPrintVisit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnPrintVisit.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnPrintVisit.Location = new System.Drawing.Point(13, 523);
            this.btnPrintVisit.Name = "btnPrintVisit";
            this.btnPrintVisit.Size = new System.Drawing.Size(146, 35);
            this.btnPrintVisit.TabIndex = 109;
            this.btnPrintVisit.Text = "پرینت ویزیت";
            this.btnPrintVisit.Click += new System.EventHandler(this.btnPrintVisit_Click);
            // 
            // UCDefineVisit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnRemove);
            this.Controls.Add(this.btnPrintVisit);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.radPageView1);
            this.Controls.Add(this.btnCancel);
            this.Name = "UCDefineVisit";
            this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.Size = new System.Drawing.Size(991, 564);
            ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
            this.radPageView1.ResumeLayout(false);
            this.radPageViewPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
            this.radGroupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient)).EndInit();
            this.cmbPatient.ResumeLayout(false);
            this.cmbPatient.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDoctor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBedehi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDocument)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpTo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpFrom)).EndInit();
            this.radPageViewPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
            this.radGroupBox3.ResumeLayout(false);
            this.radGroupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalSumCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grbService)).EndInit();
            this.grbService.ResumeLayout(false);
            this.grbService.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTakhfif)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcService)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtComment)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lsvInsurances)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalServiceCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPercent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbService)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbCategories)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtServiceCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
            this.radPageViewPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox5)).EndInit();
            this.radGroupBox5.ResumeLayout(false);
            this.radGroupBox5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPrescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddPrescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).EndInit();
            this.radGroupBox6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintPrescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            this.radGroupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDrugs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNewDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtManual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRemove)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintVisit)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 19
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.AppointmentMappingInfo appointmentMappingInfo1 = new Telerik.WinControls.UI.AppointmentMappingInfo();
            Telerik.WinControls.UI.ResourceMappingInfo resourceMappingInfo1 = new Telerik.WinControls.UI.ResourceMappingInfo();
            Telerik.WinControls.UI.DateTimeInterval dateTimeInterval1 = new Telerik.WinControls.UI.DateTimeInterval();
            Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
            this.radApplicationMenu1 = new Telerik.WinControls.UI.RadApplicationMenu();
            this.mnuFile = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuBackup = new Telerik.WinControls.UI.RadMenuItem();
            this.exitMenuItem = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuActivity = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuVisit = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSendSms = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuAdministration = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuRole = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuEmployee = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuService = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuInsurance = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuDrug = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuPrescription = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuCalendar = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuLab = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuPatient = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuLabratryService = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuHelp = new Telerik.WinControls.UI.RadMenuItem();
            this.radMenuItem4 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuUpdate = new Telerik.WinControls.UI.RadMenuItem();
            this.radMenuItem7 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuRvgSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNamingConvention = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNaming1 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNaming2 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNaming3 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSmsSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSchedulerSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuClincSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuBackupSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuChangePassword = new Telerik.WinControls.UI.RadMenuItem();
            this.schedulerBindingDataSource1 = new Telerik.WinControls.UI.SchedulerBindingDataSource();
            this.visitBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.btnSelectToday = new Telerik.WinControls.UI.RadButton();
            this.btnViewDay = new Telerik.WinControls.UI.RadButton();
            this.btnViewWeek = new Telerik.WinControls.UI.RadButton();
            this.btnViewMonth = new Telerik.WinControls.UI.RadButton();
            this.btnViewNext = new Telerik.WinControls.UI.RadButton();
            this.btnViewPreious = new Telerik.WinControls.UI.RadButton();
            this.radScheduler1 = new ShayanDental.ucAshnaScheduler();
            this.mnuAccountant = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuPatientAccountant = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuInsuranceAccountant = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuspReport = new Telerik.WinControls.UI.RadMenuSeparatorItem();
            this.mnuInsuranceReport = new Telerik.WinControls.UI.RadMenuItem();
            this.radMenu1 = new Telerik.WinControls.UI.RadMenu();
            ((System.ComponentModel.ISupportInitialize)(this.radApplicationMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.visitBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnSelectToday)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewDay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewWeek)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewMonth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewNext)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewPreious)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radApplicationMenu1
            // 
            this.radApplicationMenu1.Location = new System.Drawing.Point(-19, -45);
            this.radApplicationMenu1.Name = "radApplicationMenu1";
            this.radApplicationMenu1.Size = new System.Drawing.Size(48, 48);
            this.radApplicationMenu1.TabIndex = 0;
            this.radApplicationMenu1.Text = "radApplicationMenu1";
            // 
            // mnuFile
            // 
            this.mnuFile.AccessibleDescription = "فایل";
            this.mnuFile.AccessibleName = "فایل";
            this.mnuFile.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuFile.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuBackup,
            this.exitMenuItem});
            this.mnuFile.Name = "mnuFile";
            this.mnuFile.Text = "فایل";
            this.mnuFile.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuBackup
            // 
            this.mnuBackup.AccessibleDescription = "پشتیبان گیری";
            this.mnuBackup.AccessibleName = "پشتیبان گیری";
            this.mnuBackup.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuBackup.Image = null;
            this.mnuBackup.Name = "mnuBackup";
            this.mnuBackup.Text = "پشتیبان گیری";
            this.mnuBackup.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuBackup.Click += new System.EventHandler(this.mnuBackup_Click);
            // 
            // exitMenuItem
            // 
            this.exitMenuItem.AccessibleDescription = "خروج";
            this.exitMenuItem.AccessibleName = "خروج";
            this.exitMenuItem.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.exitMenuItem.Name = "exitMenuItem";
            this.exitMenuItem.Text = "خروج";
            this.exitMenuItem.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
            // 
            // mnuActivity
            // 
            this.mnuActivity.AccessibleDescription = "عملیات روزانه";
            this.mnuActivity.AccessibleName = "عملیات روزانه";
            this.mnuActivity.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuActivity.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuVisit,
            this.mnuSendSms});
            this.mnuActivity.Name = "mnuActivity";
            this.mnuActivity.ShowArrow = false;
            this.mnuActivity.Text = "عملیات روزانه";
            this.mnuActivity.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuVisit
            // 
            this.mnuVisit.AccessibleDescription = "radMenuItem1";
            this.mnuVisit.AccessibleName = "radMenuItem1";
            this.mnuVisit.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuVisit.HintText = "Ctrl+V";
            this.mnuVisit.Name = "mnuVisit";
            this.mnuVisit.Text = "ویزیت";
            this.mnuVisit.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuVisit.Click += new System.EventHandler(this.vititMenuItem_Click);
            // 
            // mnuSendSms
            // 
            this.mnuSendSms.AccessibleDescription = "ارسال پیامک همگانی";
            this.mnuSendSms.AccessibleName = "ارسال پیامک همگانی";
            this.mnuSendSms.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuSendSms.HintText = "Ctrl+D";
            this.mnuSendSms.Name = "mnuSendSms";
            this.mnuSendSms.Text = "ارسال پیامک همگانی";
            this.mnuSendSms.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuSendSms.Click += new System.EventHandler(this.radMenuItem5_Click);
            // 
            // mnuAdministration
            // 
            this.mnuAdministration.AccessibleDescription = "مدیریت سیستم";
            this.mnuAdministration.AccessibleName = "مدیریت سیستم";
            this.mnuAdministration.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuAdministration.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuRole,
            this.mnuEmployee,
            this.mnuService,
            this.mnuInsurance,
            this.mnuDrug,
            this.mnuPrescription,
            this.mnuCalendar,
            this.mnuLab,
            this.mnuPatient,
            this.mnuLabratryService});
            this.mnuAdministration.Name = "mnuAdministration";
            this.mnuAdministration.Text = "مدیریت سیستم";
            this.mnuAdministration.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuRole
            // 
            this.mnuRole.AccessibleDescription = "نقش ها";
            this.mnuRole.AccessibleName = "نقش ها";
            this.mnuRole.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuRole.HintText = "Ctrl+R";
            this.mnuRole.Name = "mnuRole";
            this.mnuRole.Text = "نقش ها";
            this.mnuRole.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuRole.Click += new System.EventHandler(this.rolesMenuItem_Click);
            // 
            // mnuEmployee
            // 
            this.mnuEmployee.AccessibleDescription = "کارکنان";
            this.mnuEmployee.AccessibleName = "کارکنان";
            this.mnuEmployee.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuEmployee.HintText = "Ctrl+E";
            this.mnuEmployee.Name = "mnuEmployee";
            this.mnuEmployee.Text = "کارکنان";
            this.mnuEmployee.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuEmployee.Click += new System.EventHandler(this.employeesMenuItem_Click);
            // 
            // mnuService
            // 
            this.mnuService.AccessibleDescription = "خدمات";
            this.mnuService.AccessibleName = "خدمات";
            this.mnuService.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuService.HintText = "Ctrl+K";
            this.mnuService.Name = "mnuService";
            this.mnuService.Text = "خدمات";
            this.mnuService.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuService.Click += new System.EventHandler(this.servicesMenuItem_Click);
            // 
            // mnuInsurance
            // 
            this.mnuInsurance.AccessibleDescription = "بیمه ها";
            this.mnuInsurance.AccessibleName = "بیمه ها";
            this.mnuInsurance.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuInsurance.HintText = "Ctrl+I";
            this.mnuInsurance.Name = "mnuInsurance";
            this.mnuInsurance.Text = "بیمه ها";
            this.mnuInsurance.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuInsurance.Click += new System.EventHandler(this.insurancesMenuItem_Click);
            // 
            // mnuDrug
            // 
            this.mnuDrug.AccessibleDescription = "داروها";
            this.mnuDrug.AccessibleName = "داروها";
            this.mnuDrug.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuDrug.HintText = "Ctrl+U";
            this.mnuDrug.Name = "mnuDrug";
            this.mnuDrug.Text = "داروها";
            this.mnuDrug.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuDrug.Click += new System.EventHandler(this.drugsMenuItem_Click);
            // 
            // mnuPrescription
            // 
            this.mnuPrescription.AccessibleDescription = "نسخه ها";
            this.mnuPrescription.AccessibleName = "نسخه ها";
            this.mnuPrescription.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuPrescription.HintText = "Ctrl+O";
            this.mnuPrescription.Name = "mnuPrescription";
            this.mnuPrescription.Text = "نسخه ها";
            this.mnuPrescription.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuPrescription.Click += new System.EventHandler(this.prescriptionsMenuItem_Click);
            // 
            // mnuCalendar
            // 
            this.mnuCalendar.AccessibleDescription = "تقویم";
            this.mnuCalendar.AccessibleName = "تقویم";
            this.mnuCalendar.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuCalendar.HintText = "Ctrl+A";
            this.mnuCalendar.Name = "mnuCalendar";
            this.mnuCalendar.Text = "تقویم";
            this.mnuCalendar.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuCalendar.Click += new System.EventHandler(this.calenderMenuItem_Click);
            // 
            // mnuLab
            // 
            this.mnuLab.AccessibleDescription = "لابراتوار";
            this.mnuLab.AccessibleName = "لابراتوار";
            this.mnuLab.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuLab.HintText = "Ctrl+L";
            this.mnuLab.Name = "mnuLab";
            this.mnuLab.Text = "لابراتوار";
            this.mnuLab.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuLab.Click += new System.EventHandler(this.radMenuItem2_Click);
            // 
            // mnuPatient
            // 
            this.mnuPatient.AccessibleDescription = "پرونده بیمار";
            this.mnuPatient.AccessibleName = "پرونده بیمار";
            this.mnuPatient.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuPatient.HintText = "Ctrl+P";
            this.mnuPatient.Name = "mnuPatient";
            this.mnuPatient.Text = "پرونده بیمار";
            this.mnuPatient.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuPatient.Click += new System.EventHandler(this.mnuPatient_Click);
            // 
            // mnuLabratryService
            // 
            this.mnuLabratryService.AccessibleDescription = "سفارش لابراتوار";
            this.mnuLabratryService.AccessibleName = "سفارش لابراتوار";
            this.mnuLabratryService.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuLabratryService.HintText = "Ctrl+B";
            this.mnuLabratryService.Name = "mnuLabratryService";
            this.mnuLabratryService.Text = "سفارش لابراتوار";
            this.mnuLabratryService.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuLabratryService.Click += new System.EventHandler(this.mnuLabratryService_Click);
            // 
            // mnuHelp
            // 
            this.mnuHelp.AccessibleDescription = "کمک";
            this.mnuHelp.AccessibleName = "کمک";
            this.mnuHelp.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuHelp.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radMenuItem4,
            this.mnuUpdate,
            this.radMenuItem7});
            this.mnuHelp.Name = "mnuHelp";
            this.mnuHelp.Text = "کمک";
            this.mnuHelp.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // radMenuItem4
            // 
            this.radMenuItem4.AccessibleDescription = "mnuReportSuggestion";
            this.radMenuItem4.AccessibleName = "ارسال نظرات";
            this.radMenuItem4.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.radMenuItem4.Name = "radMenuItem4";
            this.radMenuItem4.Text = "ارسال نظرات";
            this.radMenuItem4.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.radMenuItem4.Click += new System.EventHandler(this.radMenuItem4_Click);
            // 
            // mnuUpdate
            // 
            this.mnuUpdate.AccessibleDescription = "به روزرسانی";
            this.mnuUpdate.AccessibleName = "به روزرسانی";
            this.mnuUpdate.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuUpdate.Name = "mnuUpdate";
            this.mnuUpdate.Text = "به روزرسانی";
            this.mnuUpdate.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuUpdate.Click += new System.EventHandler(this.mnuUpdate_Click);
            // 
            // radMenuItem7
            // 
            this.radMenuItem7.AccessibleDescription = "mnuAboutUs";
            this.radMenuItem7.AccessibleName = "درباره ما";
            this.radMenuItem7.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.radMenuItem7.Name = "radMenuItem7";
            this.radMenuItem7.Text = "درباره ما";
            this.radMenuItem7.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.radMenuItem7.Click += new System.EventHandler(this.radMenuItem7_Click);
            // 
            // mnuSetting
            // 
            this.mnuSetting.AccessibleDescription = "تنظیمات";
            this.mnuSetting.AccessibleName = "تنظیمات";
            this.mnuSetting.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuSetting.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuRvgSetting,
            this.mnuNamingConvention,
            this.mnuSmsSetting,
            this.mnuSchedulerSetting,
            this.mnuClincSetting,
            this.mnuBackupSetting,
            this.mnuChangePassword});
            this.mnuSetting.Name = "mnuSetting";
            this.mnuSetting.Text = "تنظیمات";
            this.mnuSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuRvgSetting
            // 
            this.mnuRvgSetting.AccessibleDescription = "دستگاه Rvg";
            this.mnuRvgSetting.AccessibleName = "دستگاه Rvg";
            this.mnuRvgSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuRvgSetting.HintText = "Ctrl+G";
            this.mnuRvgSetting.Name = "mnuRvgSetting";
            this.mnuRvgSetting.Text = "دستگاه Rvg";
            this.mnuRvgSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuRvgSetting.Click += new System.EventHandler(this.mnuRvgSetting_Click);
            // 
            // mnuNamingConvention
            // 
            this.mnuNamingConvention.AccessibleDescription = "نام گذاری دندان ها";
            this.mnuNamingConvention.AccessibleName = "نام گذاری دندان ها";
            this.mnuNamingConvention.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuNamingConvention.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuNaming1,
            this.mnuNaming2,
            this.mnuNaming3});
            this.mnuNamingConvention.Name = "mnuNamingConvention";
            this.mnuNamingConvention.Text = "نام گذاری دندان ها";
            this.mnuNamingConvention.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuNaming1
            // 
            this.mnuNaming1.AccessibleDescription = "نام گذاری 1";
            this.mnuNaming1.AccessibleName = "نام گذاری 1";
            this.mnuNaming1.IsChecked = true;
            this.mnuNaming1.Name = "mnuNaming1";
            this.mnuNaming1.Text = "Universal Numbering System";
            this.mnuNaming1.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            this.mnuNaming1.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuNaming1.Click += new System.EventHandler(this.mnuNaming1_Click);
            // 
            // mnuNaming2
            // 
            this.mnuNaming2.AccessibleDescription = "نام گذاری 2";
            this.mnuNaming2.AccessibleName = "نام گذاری 2";
            this.mnuNaming2.Name = "mnuNaming2";
            this.mnuNaming2.Text = "Palmer Numbering System";
            this.mnuNaming2.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuNaming2.Click += new System.EventHandler(this.mnuNaming2_Click);
            // 
            // mnuNaming3
            // 
            this.mnuNaming3.AccessibleDescription = "نام گذاری 3";
            this.mnuNaming3.AccessibleName = "نام گذاری 3";
            this.mnuNaming3.Name = "mnuNaming3";
            this.mnuNaming3.Text = "FDI Two-Digit Tooth Numbering System";
            this.mnuNaming3.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuNaming3.Click += new System.EventHandler(this.mnuNaming3_Click);
            // 
            // mnuSmsSetting
            // 
            this.mnuSmsSetting.AccessibleDescription = "تنظیمات SMS";
            this.mnuSmsSetting.AccessibleName = "تنظیمات SMS";
            this.mnuSmsSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuSmsSetting.HintText = "Ctrl+S";
            this.mnuSmsSetting.Name = "mnuSmsSetting";
            this.mnuSmsSetting.PopupDirection = Telerik.WinControls.UI.RadDirection.Right;
            this.mnuSmsSetting.RightToLeft = true;
            this.mnuSmsSetting.Text = "تنظیمات پیامک";
            this.mnuSmsSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuSmsSetting.Click += new System.EventHandler(this.mnuSmsSetting_Click);
            // 
            // mnuSchedulerSetting
            // 
            this.mnuSchedulerSetting.AccessibleDescription = "تنظیمات تقویم";
            this.mnuSchedulerSetting.AccessibleName = "تنظیمات تقویم";
            this.mnuSchedulerSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuSchedulerSetting.HintText = "Ctrl+Q";
            this.mnuSchedulerSetting.Name = "mnuSchedulerSetting";
            this.mnuSchedulerSetting.Text = "تنظیمات تقویم رومیزی";
            this.mnuSchedulerSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuSchedulerSetting.Click += new System.EventHandler(this.mnuSchedulerSetting_Click);
            // 
            // mnuClincSetting
            // 
            this.mnuClincSetting.AccessibleDescription = "مطب";
            this.mnuClincSetting.AccessibleName = "مطب";
            this.mnuClincSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuClincSetting.HintText = "Ctrl+C";
            this.mnuClincSetting.Name = "mnuClincSetting";
            this.mnuClincSetting.Text = "مطب";
            this.mnuClincSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuClincSetting.Click += new System.EventHandler(this.radMenuItem8_Click);
            // 
            // mnuBackupSetting
            // 
            this.mnuBackupSetting.AccessibleDescription = "تنظیمات پشتیبانگیری";
            this.mnuBackupSetting.AccessibleName = "تنظیمات پشتیبانگیری";
            this.mnuBackupSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuBackupSetting.Name = "mnuBackupSetting";
            this.mnuBackupSetting.Text = "تنظیمات پشتیبانگیری";
            this.mnuBackupSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuBackupSetting.Click += new System.EventHandler(this.mnuBackupSetting_Click);
            // 
            // mnuChangePassword
            // 
            this.mnuChangePassword.AccessibleDescription = "تغییر رمز عبور";
            this.mnuChangePassword.AccessibleName = "تغییر رمز عبور";
            this.mnuChangePassword.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuChangePassword.Name = "mnuChangePassword";
            this.mnuChangePassword.Text = "تغییر رمز عبور";
            this.mnuChangePassword.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuChangePassword.Click += new System.EventHandler(this.mnuChangePassword_Click);
            // 
            // schedulerBindingDataSource1
            // 
            // 
            // 
            // 
            this.schedulerBindingDataSource1.EventProvider.DataSource = this.visitBindingSource;
            appointmentMappingInfo1.End = "ToTime";
            appointmentMappingInfo1.Start = "FromTime";
            appointmentMappingInfo1.Summary = "VisitSummary";
            appointmentMappingInfo1.UniqueId = "Id";
            this.schedulerBindingDataSource1.EventProvider.Mapping = appointmentMappingInfo1;
            // 
            // 
            // 
            this.schedulerBindingDataSource1.ResourceProvider.Mapping = resourceMappingInfo1;
            // 
            // visitBindingSource
            // 
            this.visitBindingSource.DataSource = typeof(Shayan.Data.Visit);
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.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.radGroupBox1.Controls.Add(this.btnSelectToday);
            this.radGroupBox1.Controls.Add(this.btnViewDay);
            this.radGroupBox1.Controls.Add(this.btnViewWeek);
            this.radGroupBox1.Controls.Add(this.btnViewMonth);
            this.radGroupBox1.Controls.Add(this.btnViewNext);
            this.radGroupBox1.Controls.Add(this.btnViewPreious);
            this.radGroupBox1.Controls.Add(this.radScheduler1);
            this.radGroupBox1.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.radGroupBox1.FooterImageIndex = -1;
            this.radGroupBox1.FooterImageKey = "";
            this.radGroupBox1.HeaderImageIndex = -1;
            this.radGroupBox1.HeaderImageKey = "";
            this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox1.HeaderText = "تقویم رومیزی";
            this.radGroupBox1.Location = new System.Drawing.Point(12, 33);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox1.Size = new System.Drawing.Size(992, 621);
            this.radGroupBox1.TabIndex = 3;
            this.radGroupBox1.Text = "تقویم رومیزی";
            // 
            // btnSelectToday
            // 
            this.btnSelectToday.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSelectToday.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnSelectToday.Location = new System.Drawing.Point(450, 22);
            this.btnSelectToday.Name = "btnSelectToday";
            this.btnSelectToday.Size = new System.Drawing.Size(130, 30);
            this.btnSelectToday.TabIndex = 8;
            this.btnSelectToday.Text = "امروز";
            this.btnSelectToday.Click += new System.EventHandler(this.btnSelectToday_Click);
            // 
            // btnViewDay
            // 
            this.btnViewDay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnViewDay.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewDay.Location = new System.Drawing.Point(585, 22);
            this.btnViewDay.Name = "btnViewDay";
            this.btnViewDay.Size = new System.Drawing.Size(130, 30);
            this.btnViewDay.TabIndex = 7;
            this.btnViewDay.Text = "دید روزانه";
            this.btnViewDay.Click += new System.EventHandler(this.btnViewDay_Click);
            // 
            // btnViewWeek
            // 
            this.btnViewWeek.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnViewWeek.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewWeek.Location = new System.Drawing.Point(721, 22);
            this.btnViewWeek.Name = "btnViewWeek";
            this.btnViewWeek.Size = new System.Drawing.Size(130, 30);
            this.btnViewWeek.TabIndex = 6;
            this.btnViewWeek.Text = "دید هفتگی";
            this.btnViewWeek.Click += new System.EventHandler(this.btnViewWeek_Click);
            // 
            // btnViewMonth
            // 
            this.btnViewMonth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnViewMonth.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewMonth.Location = new System.Drawing.Point(857, 22);
            this.btnViewMonth.Name = "btnViewMonth";
            this.btnViewMonth.Size = new System.Drawing.Size(130, 30);
            this.btnViewMonth.TabIndex = 5;
            this.btnViewMonth.Text = "دید ماهانه";
            this.btnViewMonth.Click += new System.EventHandler(this.btnViewMonth_Click);
            // 
            // btnViewNext
            // 
            this.btnViewNext.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewNext.Location = new System.Drawing.Point(72, 21);
            this.btnViewNext.Name = "btnViewNext";
            this.btnViewNext.Size = new System.Drawing.Size(60, 30);
            this.btnViewNext.TabIndex = 4;
            this.btnViewNext.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.btnViewNext.Click += new System.EventHandler(this.btnViewNext_Click);
            // 
            // btnViewPreious
            // 
            this.btnViewPreious.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewPreious.Location = new System.Drawing.Point(6, 21);
            this.btnViewPreious.Name = "btnViewPreious";
            this.btnViewPreious.Size = new System.Drawing.Size(60, 30);
            this.btnViewPreious.TabIndex = 3;
            this.btnViewPreious.Click += new System.EventHandler(this.btnViewPreious_Click);
            // 
            // radScheduler1
            // 
            dateTimeInterval1.End = new System.DateTime(((long)(0)));
            dateTimeInterval1.Start = new System.DateTime(((long)(0)));
            this.radScheduler1.AccessibleInterval = dateTimeInterval1;
            this.radScheduler1.AllowAppointmentCreateInline = false;
            this.radScheduler1.AllowAppointmentMove = false;
            this.radScheduler1.AllowAppointmentResize = false;
            this.radScheduler1.AllowMouseWheelSupport = false;
            this.radScheduler1.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.radScheduler1.AppointmentTitleFormat = null;
            this.radScheduler1.Culture = new System.Globalization.CultureInfo("en-US");
            this.radScheduler1.DataSource = null;
            this.radScheduler1.GroupType = Telerik.WinControls.UI.GroupType.None;
            this.radScheduler1.HeaderFormat = "dd dddd";
            this.radScheduler1.Location = new System.Drawing.Point(5, 58);
            this.radScheduler1.Name = "radScheduler1";
            schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            schedulerDailyPrintStyle1.DateEndRange = new System.DateTime(2012, 11, 20, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            schedulerDailyPrintStyle1.DateStartRange = new System.DateTime(2012, 8, 24, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
            this.radScheduler1.PrintStyle = schedulerDailyPrintStyle1;
            this.radScheduler1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.radScheduler1.ShowAppointmentStatus = false;
            this.radScheduler1.ShowNavigationElements = false;
            this.radScheduler1.Size = new System.Drawing.Size(982, 558);
            this.radScheduler1.TabIndex = 2;
            this.radScheduler1.Text = "ucAshnaScheduler1";
            this.radScheduler1.CellFormatting += new System.EventHandler<Telerik.WinControls.UI.SchedulerCellEventArgs>(this.radScheduler1_CellFormatting);
            this.radScheduler1.ActiveViewChanged += new System.EventHandler<Telerik.WinControls.UI.SchedulerViewChangedEventArgs>(this.radScheduler1_ActiveViewChanged);
            this.radScheduler1.AppointmentFormatting += new System.EventHandler<Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentFormatting);
            this.radScheduler1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.radScheduler1_KeyDown);
            // 
            // mnuAccountant
            // 
            this.mnuAccountant.AccessibleDescription = "حسابداری";
            this.mnuAccountant.AccessibleName = "حسابداری";
            this.mnuAccountant.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuPatientAccountant,
            this.mnuInsuranceAccountant,
            this.mnuspReport,
            this.mnuInsuranceReport});
            this.mnuAccountant.Name = "mnuAccountant";
            this.mnuAccountant.Text = "حسابداری";
            this.mnuAccountant.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuPatientAccountant
            // 
            this.mnuPatientAccountant.AccessibleDescription = "بیماران";
            this.mnuPatientAccountant.AccessibleName = "بیماران";
            this.mnuPatientAccountant.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuPatientAccountant.Name = "mnuPatientAccountant";
            this.mnuPatientAccountant.Text = "بیماران";
            this.mnuPatientAccountant.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuPatientAccountant.Click += new System.EventHandler(this.mnuPatientAccountant_Click);
            // 
            // mnuInsuranceAccountant
            // 
            this.mnuInsuranceAccountant.AccessibleDescription = "بیمه ها";
            this.mnuInsuranceAccountant.AccessibleName = "بیمه ها";
            this.mnuInsuranceAccountant.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuInsuranceAccountant.Name = "mnuInsuranceAccountant";
            this.mnuInsuranceAccountant.Text = "بیمه ها";
            this.mnuInsuranceAccountant.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuInsuranceAccountant.Click += new System.EventHandler(this.mnuInsuranceAccountant_Click);
            // 
            // mnuspReport
            // 
            this.mnuspReport.AccessibleDescription = "radMenuSeparatorItem1";
            this.mnuspReport.AccessibleName = "radMenuSeparatorItem1";
            this.mnuspReport.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuspReport.Name = "mnuspReport";
            this.mnuspReport.Text = "radMenuSeparatorItem1";
            this.mnuspReport.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuInsuranceReport
            // 
            this.mnuInsuranceReport.AccessibleDescription = "گزارش بیمه ها";
            this.mnuInsuranceReport.AccessibleName = "گزارش بیمه ها";
            this.mnuInsuranceReport.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuInsuranceReport.Name = "mnuInsuranceReport";
            this.mnuInsuranceReport.Text = "گزارش بیمه ها";
            this.mnuInsuranceReport.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuInsuranceReport.Click += new System.EventHandler(this.mnuInsuranceReport_Click);
            // 
            // radMenu1
            // 
            this.radMenu1.Font = new System.Drawing.Font("B Nazanin", 9.75F, System.Drawing.FontStyle.Bold);
            this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuFile,
            this.mnuActivity,
            this.mnuAccountant,
            this.mnuAdministration,
            this.mnuSetting,
            this.mnuHelp});
            this.radMenu1.Location = new System.Drawing.Point(0, 0);
            this.radMenu1.Name = "radMenu1";
            this.radMenu1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radMenu1.Size = new System.Drawing.Size(1016, 27);
            this.radMenu1.TabIndex = 1;
            this.radMenu1.Text = "radMenu1";
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1016, 666);
            this.Controls.Add(this.radGroupBox1);
            this.Controls.Add(this.radMenu1);
            this.Controls.Add(this.radApplicationMenu1);
            this.Font = new System.Drawing.Font("B Nazanin", 9.3F, System.Drawing.FontStyle.Bold);
            this.Name = "FormMain";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "شایان نمودار";
            this.ThemeName = "ControlDefault";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
            this.Load += new System.EventHandler(this.FormMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radApplicationMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.visitBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnSelectToday)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewDay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewWeek)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewMonth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewNext)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewPreious)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 20
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserSummary));
     //this.chart2 = new AEIS.chart();
     this.lblHeader = new System.Windows.Forms.Label();
     this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.gridUsers = new System.Windows.Forms.DataGridView();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.lblNoteChart = new System.Windows.Forms.Label();
     this.breezeExtendedTheme1 = new Telerik.WinControls.Themes.BreezeExtendedTheme();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.label1 = new System.Windows.Forms.Label();
     //((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUsers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // chart2
     //
     //this.chart2.DataSetName = "chart";
     //this.chart2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize = true;
     this.lblHeader.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.Orange;
     this.lblHeader.Location = new System.Drawing.Point(8, 4);
     this.lblHeader.Name = "lblHeader";
     this.lblHeader.Size = new System.Drawing.Size(168, 22);
     this.lblHeader.TabIndex = 1;
     this.lblHeader.Text = "Login Tracker  ver 1.0";
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(11, 71);
     this.chart1.Name = "chart1";
     this.chart1.Size = new System.Drawing.Size(770, 176);
     this.chart1.TabIndex = 2;
     this.chart1.Text = "chart1";
     //
     // gridUsers
     //
     this.gridUsers.AllowUserToAddRows = false;
     this.gridUsers.AllowUserToDeleteRows = false;
     this.gridUsers.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.gridUsers.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.gridUsers.BackgroundColor = System.Drawing.Color.White;
     this.gridUsers.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.gridUsers.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenHorizontal;
     this.gridUsers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.gridUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.gridUsers.DefaultCellStyle = dataGridViewCellStyle3;
     this.gridUsers.GridColor = System.Drawing.SystemColors.ButtonHighlight;
     this.gridUsers.Location = new System.Drawing.Point(14, 54);
     this.gridUsers.Name = "gridUsers";
     this.gridUsers.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.gridUsers.RowHeadersVisible = false;
     this.gridUsers.RowHeadersWidth = 20;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.gridUsers.RowsDefaultCellStyle = dataGridViewCellStyle5;
     this.gridUsers.RowTemplate.Height = 24;
     this.gridUsers.Size = new System.Drawing.Size(766, 196);
     this.gridUsers.TabIndex = 3;
     this.gridUsers.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // radGroupBox1
     //
     this.radGroupBox1.Controls.Add(this.lblNoteChart);
     this.radGroupBox1.Controls.Add(this.chart1);
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "User Login Histogram";
     this.radGroupBox1.Location = new System.Drawing.Point(8, 29);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox1.Size = new System.Drawing.Size(792, 256);
     this.radGroupBox1.TabIndex = 4;
     this.radGroupBox1.Text = "User Login Histogram";
     this.radGroupBox1.ThemeName = "BreezeExtended";
     //
     // lblNoteChart
     //
     this.lblNoteChart.AutoSize = true;
     this.lblNoteChart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblNoteChart.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNoteChart.ForeColor = System.Drawing.SystemColors.InfoText;
     this.lblNoteChart.Location = new System.Drawing.Point(11, 19);
     this.lblNoteChart.Name = "lblNoteChart";
     this.lblNoteChart.Size = new System.Drawing.Size(778, 48);
     this.lblNoteChart.TabIndex = 3;
     this.lblNoteChart.Text = resources.GetString("lblNoteChart.Text");
     //
     // radGroupBox2
     //
     this.radGroupBox2.Controls.Add(this.label1);
     this.radGroupBox2.Controls.Add(this.gridUsers);
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "User Details";
     this.radGroupBox2.Location = new System.Drawing.Point(8, 292);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(10, 20, 10, 10);
     this.radGroupBox2.Size = new System.Drawing.Size(792, 263);
     this.radGroupBox2.TabIndex = 5;
     this.radGroupBox2.Text = "User Details";
     this.radGroupBox2.ThemeName = "BreezeExtended";
     this.radGroupBox2.Click += new System.EventHandler(this.radGroupBox2_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label1.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
     this.label1.Location = new System.Drawing.Point(11, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(657, 32);
     this.label1.TabIndex = 3;
     this.label1.Text = "Note : \r\nThe interaction of each user is handled through this section. Mainly the" +
         " administrators can use this section to refer user details. \r\n";
     //
     // UserSummary
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox2);
     this.Controls.Add(this.radGroupBox1);
     this.Controls.Add(this.lblHeader);
     this.Name = "UserSummary";
     this.Size = new System.Drawing.Size(807, 558);
     this.Load += new System.EventHandler(this.UserSummary_Load);
     //((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUsers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     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.radPanel2 = new Telerik.WinControls.UI.RadPanel();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
     this.lblRemarks = new Telerik.WinControls.UI.RadLabel();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.lblName = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.lblID = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.btnExportToExcel = new Telerik.WinControls.UI.RadButton();
     this.btnPrint = new Telerik.WinControls.UI.RadButton();
     this.btnRefresh = new Telerik.WinControls.UI.RadButton();
     this.btnDelete = new Telerik.WinControls.UI.RadButton();
     this.btnEdit = new Telerik.WinControls.UI.RadButton();
     this.btnNew = new Telerik.WinControls.UI.RadButton();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.grdData = new Telerik.WinControls.UI.RadGridView();
     this.radSeparator3 = new Telerik.WinControls.UI.RadSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
     this.radPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblRemarks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnExportToExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPanel2
     //
     this.radPanel2.Controls.Add(this.radGroupBox1);
     this.radPanel2.Dock = System.Windows.Forms.DockStyle.Right;
     this.radPanel2.Location = new System.Drawing.Point(431, 5);
     this.radPanel2.Name = "radPanel2";
     this.radPanel2.Padding = new System.Windows.Forms.Padding(8);
     this.radPanel2.Size = new System.Drawing.Size(283, 420);
     this.radPanel2.TabIndex = 7;
     this.radPanel2.ThemeName = "TelerikMetroBlue";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radPanel1);
     this.radGroupBox1.Controls.Add(this.btnExportToExcel);
     this.radGroupBox1.Controls.Add(this.btnPrint);
     this.radGroupBox1.Controls.Add(this.btnRefresh);
     this.radGroupBox1.Controls.Add(this.btnDelete);
     this.radGroupBox1.Controls.Add(this.btnEdit);
     this.radGroupBox1.Controls.Add(this.btnNew);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.radGroupBox1.HeaderText = "Details";
     this.radGroupBox1.Location = new System.Drawing.Point(8, 8);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(267, 188);
     this.radGroupBox1.TabIndex = 1;
     this.radGroupBox1.Text = "Details";
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // radPanel1
     //
     this.radPanel1.Controls.Add(this.lblRemarks);
     this.radPanel1.Controls.Add(this.radLabel7);
     this.radPanel1.Controls.Add(this.lblName);
     this.radPanel1.Controls.Add(this.radLabel3);
     this.radPanel1.Controls.Add(this.lblID);
     this.radPanel1.Controls.Add(this.radLabel1);
     this.radPanel1.Location = new System.Drawing.Point(10, 61);
     this.radPanel1.Name = "radPanel1";
     this.radPanel1.Size = new System.Drawing.Size(252, 83);
     this.radPanel1.TabIndex = 7;
     this.radPanel1.ThemeName = "TelerikMetroBlue";
     //
     // lblRemarks
     //
     this.lblRemarks.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblRemarks.Location = new System.Drawing.Point(64, 51);
     this.lblRemarks.Name = "lblRemarks";
     this.lblRemarks.Size = new System.Drawing.Size(13, 18);
     this.lblRemarks.TabIndex = 1;
     this.lblRemarks.Text = "0";
     //
     // radLabel7
     //
     this.radLabel7.AutoSize = false;
     this.radLabel7.Location = new System.Drawing.Point(3, 51);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.Size = new System.Drawing.Size(61, 18);
     this.radLabel7.TabIndex = 2;
     this.radLabel7.Text = "Remarks : ";
     this.radLabel7.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblName
     //
     this.lblName.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblName.Location = new System.Drawing.Point(64, 27);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(13, 18);
     this.lblName.TabIndex = 3;
     this.lblName.Text = "0";
     //
     // radLabel3
     //
     this.radLabel3.AutoSize = false;
     this.radLabel3.Location = new System.Drawing.Point(3, 27);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(61, 18);
     this.radLabel3.TabIndex = 4;
     this.radLabel3.Text = "Unit : ";
     this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblID
     //
     this.lblID.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblID.Location = new System.Drawing.Point(64, 3);
     this.lblID.Name = "lblID";
     this.lblID.Size = new System.Drawing.Size(13, 18);
     this.lblID.TabIndex = 5;
     this.lblID.Text = "0";
     //
     // radLabel1
     //
     this.radLabel1.AutoSize = false;
     this.radLabel1.Location = new System.Drawing.Point(3, 3);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(61, 18);
     this.radLabel1.TabIndex = 6;
     this.radLabel1.Text = "Unit ID : ";
     this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnExportToExcel
     //
     this.btnExportToExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnExportToExcel.Font = new System.Drawing.Font("Segoe UI", 9F);
     //            this.btnExportToExcel.Image = global::MeroChitraProject.Properties.Resources.excel_icon;
     this.btnExportToExcel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnExportToExcel.Location = new System.Drawing.Point(10, 151);
     this.btnExportToExcel.Name = "btnExportToExcel";
     this.btnExportToExcel.Size = new System.Drawing.Size(80, 32);
     this.btnExportToExcel.TabIndex = 0;
     this.btnExportToExcel.Text = "Export";
     this.btnExportToExcel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnExportToExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExportToExcel.ThemeName = "TelerikMetroBlue";
     this.btnExportToExcel.Click += new System.EventHandler(this.btnExportToExcel_Click);
     //
     // btnPrint
     //
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //            this.btnPrint.Image = global::MeroChitraProject.Properties.Resources.Print_24x24;
     this.btnPrint.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPrint.Location = new System.Drawing.Point(96, 151);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(80, 32);
     this.btnPrint.TabIndex = 0;
     this.btnPrint.Text = "&Print";
     this.btnPrint.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrint.ThemeName = "TelerikMetroBlue";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      //           this.btnRefresh.Image = global::MeroChitraProject.Properties.Resources.Refresh_24x24;
     this.btnRefresh.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnRefresh.Location = new System.Drawing.Point(182, 151);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(80, 32);
     this.btnRefresh.TabIndex = 0;
     this.btnRefresh.Text = "&Refresh";
     this.btnRefresh.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnRefresh.ThemeName = "TelerikMetroBlue";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnDelete
     //
      //           this.btnDelete.Image = global::MeroChitraProject.Properties.Resources.Delete_24x24;
     this.btnDelete.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDelete.Location = new System.Drawing.Point(182, 23);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(80, 32);
     this.btnDelete.TabIndex = 0;
     this.btnDelete.Text = "&Delete";
     this.btnDelete.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDelete.ThemeName = "TelerikMetroBlue";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnEdit
     //
      //           this.btnEdit.Image = global::MeroChitraProject.Properties.Resources.Edit_24x24;
     this.btnEdit.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnEdit.Location = new System.Drawing.Point(96, 23);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(80, 32);
     this.btnEdit.TabIndex = 0;
     this.btnEdit.Text = "&Edit";
     this.btnEdit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnEdit.ThemeName = "TelerikMetroBlue";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnNew
     //
      //           this.btnNew.Image = global::MeroChitraProject.Properties.Resources.New_24x24;
     this.btnNew.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnNew.Location = new System.Drawing.Point(10, 23);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(80, 32);
     this.btnNew.TabIndex = 0;
     this.btnNew.Text = "&New";
     this.btnNew.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnNew.ThemeName = "TelerikMetroBlue";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(411, 5);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 420);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop = false;
     //
     // grdData
     //
     this.grdData.AutoScroll = true;
     this.grdData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdData.Location = new System.Drawing.Point(5, 5);
     //
     // grdData
     //
     this.grdData.MasterTemplate.AllowAddNewRow = false;
     this.grdData.MasterTemplate.AllowColumnReorder = false;
     this.grdData.MasterTemplate.AllowDeleteRow = false;
     this.grdData.MasterTemplate.AllowEditRow = false;
     this.grdData.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdData.MasterTemplate.EnableFiltering = true;
     this.grdData.Name = "grdData";
     this.grdData.Size = new System.Drawing.Size(406, 420);
     this.grdData.TabIndex = 6;
     this.grdData.ThemeName = "Breeze";
     this.grdData.CurrentRowChanged += new Telerik.WinControls.UI.CurrentRowChangedEventHandler(this.grdData_CurrentRowChanged);
     //
     // radSeparator3
     //
     this.radSeparator3.Dock = System.Windows.Forms.DockStyle.Right;
     this.radSeparator3.Location = new System.Drawing.Point(414, 5);
     this.radSeparator3.Name = "radSeparator3";
     this.radSeparator3.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.radSeparator3.Size = new System.Drawing.Size(17, 420);
     this.radSeparator3.TabIndex = 9;
     this.radSeparator3.Text = "radSeparator3";
     //
     // FrmUnit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(719, 430);
     this.Controls.Add(this.grdData);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.radSeparator3);
     this.Controls.Add(this.radPanel2);
     this.Name = "FrmUnit";
     this.Padding = new System.Windows.Forms.Padding(5);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text = "Unit";
     this.ThemeName = "Breeze";
     this.Load += new System.EventHandler(this.FrmUnit_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
     this.radPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     this.radPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblRemarks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnExportToExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtRemarks = new Telerik.WinControls.UI.RadTextBox();
     this.txtBrandName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBrandName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtRemarks);
     this.radGroupBox1.Controls.Add(this.txtBrandName);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(264, 86);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(176, 57);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(90, 57);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtRemarks
     //
     this.txtRemarks.Location = new System.Drawing.Point(80, 31);
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(176, 20);
     this.txtRemarks.TabIndex = 3;
     this.txtRemarks.ThemeName = "Breeze";
     this.txtRemarks.Enter += new System.EventHandler(this.txtBrandName_Enter);
     this.txtRemarks.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBrandName_KeyDown);
     //
     // txtBrandName
     //
     this.txtBrandName.Location = new System.Drawing.Point(80, 5);
     this.txtBrandName.Name = "txtBrandName";
     this.txtBrandName.Size = new System.Drawing.Size(176, 20);
     this.txtBrandName.TabIndex = 0;
     this.txtBrandName.ThemeName = "Breeze";
     this.txtBrandName.Enter += new System.EventHandler(this.txtBrandName_Enter);
     this.txtBrandName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBrandName_KeyDown);
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(25, 33);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(49, 18);
     this.radLabel4.TabIndex = 2;
     this.radLabel4.Text = "Remarks";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(66, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "Brand Name";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmBrandEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(270, 92);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmBrandEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Brand Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmBrandEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBrandName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.cmbType = new Telerik.WinControls.UI.RadDropDownList();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtRemarks = new Telerik.WinControls.UI.RadTextBox();
     this.txtWareHouseName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareHouseName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.cmbType);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtRemarks);
     this.radGroupBox1.Controls.Add(this.txtWareHouseName);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(264, 107);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // cmbType
     //
     this.cmbType.AllowShowFocusCues = false;
     this.cmbType.AutoCompleteDisplayMember = null;
     this.cmbType.AutoCompleteValueMember = null;
     radListDataItem1.Text = "Raw Material";
     radListDataItem1.TextWrap = true;
     radListDataItem2.Text = "Finish Good";
     radListDataItem2.TextWrap = true;
     this.cmbType.Items.Add(radListDataItem1);
     this.cmbType.Items.Add(radListDataItem2);
     this.cmbType.Location = new System.Drawing.Point(80, 27);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new System.Drawing.Size(176, 20);
     this.cmbType.TabIndex = 1;
     this.cmbType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtWareHouseName_KeyDown);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(8, 29);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(52, 18);
     this.radLabel2.TabIndex = 6;
     this.radLabel2.Text = "WH Type";
     this.radLabel2.ThemeName = "ControlDefault";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(176, 78);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(90, 78);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtRemarks
     //
     this.txtRemarks.Location = new System.Drawing.Point(80, 50);
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(176, 20);
     this.txtRemarks.TabIndex = 2;
     this.txtRemarks.ThemeName = "Breeze";
     this.txtRemarks.Enter += new System.EventHandler(this.txtWareHouseName_Enter);
     this.txtRemarks.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtWareHouseName_KeyDown);
     //
     // txtWareHouseName
     //
     this.txtWareHouseName.Location = new System.Drawing.Point(80, 5);
     this.txtWareHouseName.Name = "txtWareHouseName";
     this.txtWareHouseName.Size = new System.Drawing.Size(176, 20);
     this.txtWareHouseName.TabIndex = 0;
     this.txtWareHouseName.ThemeName = "Breeze";
     this.txtWareHouseName.Enter += new System.EventHandler(this.txtWareHouseName_Enter);
     this.txtWareHouseName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtWareHouseName_KeyDown);
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(8, 53);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(49, 18);
     this.radLabel4.TabIndex = 2;
     this.radLabel4.Text = "Remarks";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(58, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "WH Name";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmWareHouseEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(270, 113);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmWareHouseEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "WareHouse Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmWareHouseEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareHouseName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }