コード例 #1
0
ファイル: frmUserBrw.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmUserBrw));
     this.pnlBody = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1 = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.grdUser = new DevExpress.XtraGrid.GridControl();
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gvwUser = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolUserID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolUserName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolUserType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolUserStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnl_Find = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.chk_Anywhere = new System.Windows.Forms.CheckBox();
     this.btn_Clear = new System.Windows.Forms.Button();
     this.btn_Find = new System.Windows.Forms.Button();
     this.lbl_Find = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwUser)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdUser);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(648, 334);
     this.pnlBody.TabIndex = 27;
     this.pnlBody.Resize += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(40, 232);
     this.pnl_SpeedSearch.Name = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size = new System.Drawing.Size(192, 72);
     this.pnl_SpeedSearch.TabIndex = 41;
     this.pnl_SpeedSearch.Visible = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(4, 4);
     this.pnl_SpeedSearch1.Name = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size = new System.Drawing.Size(184, 64);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location = new System.Drawing.Point(11, 29);
     this.txt_SpeedSearch.Name = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size = new System.Drawing.Size(157, 20);
     this.txt_SpeedSearch.TabIndex = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(56, 4);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 14);
     this.label1.TabIndex = 0;
     this.label1.Text = "Fast Search";
     //
     // grdUser
     //
     this.grdUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdUser.EmbeddedNavigator.Name = "";
     this.grdUser.ExternalRepository = this.persistentRepository1;
     this.grdUser.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdUser.Location = new System.Drawing.Point(0, 90);
     this.grdUser.MainView = this.gvwUser;
     this.grdUser.Name = "grdUser";
     this.grdUser.Size = new System.Drawing.Size(648, 244);
     this.grdUser.TabIndex = 25;
     this.grdUser.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwUser});
     this.grdUser.DoubleClick += new System.EventHandler(this.grdUser_DoubleClick);
     this.grdUser.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.grdUser_KeyPress);
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // gvwUser
     //
     this.gvwUser.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwUser.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolUserID,
     this.gcolUserName,
     this.gcolUserType,
     this.gcolUserStatus,
     this.gcolContactID});
     this.gvwUser.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwUser.GridControl = this.grdUser;
     this.gvwUser.Name = "gvwUser";
     this.gvwUser.OptionsPrint.PrintDetails = true;
     this.gvwUser.OptionsPrint.PrintFilterInfo = true;
     this.gvwUser.OptionsPrint.PrintPreview = true;
     this.gvwUser.OptionsPrint.UsePrintStyles = true;
     this.gvwUser.OptionsView.ShowGroupPanel = false;
     this.gvwUser.OptionsView.ShowHorzLines = false;
     this.gvwUser.OptionsView.ShowIndicator = false;
     this.gvwUser.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolUserName, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gcolUserID
     //
     this.gcolUserID.Caption = "User ID";
     this.gcolUserID.FieldName = "UserID";
     this.gcolUserID.Name = "gcolUserID";
     this.gcolUserID.OptionsColumn.AllowEdit = false;
     this.gcolUserID.OptionsColumn.ReadOnly = true;
     //
     // gcolUserName
     //
     this.gcolUserName.Caption = "User Name";
     this.gcolUserName.FieldName = "UserName";
     this.gcolUserName.Name = "gcolUserName";
     this.gcolUserName.OptionsColumn.AllowEdit = false;
     this.gcolUserName.OptionsColumn.ReadOnly = true;
     this.gcolUserName.Visible = true;
     this.gcolUserName.VisibleIndex = 0;
     this.gcolUserName.Width = 200;
     //
     // gcolUserType
     //
     this.gcolUserType.Caption = "User Type";
     this.gcolUserType.FieldName = "UserType";
     this.gcolUserType.Name = "gcolUserType";
     this.gcolUserType.OptionsColumn.AllowEdit = false;
     this.gcolUserType.OptionsColumn.ReadOnly = true;
     this.gcolUserType.Visible = true;
     this.gcolUserType.VisibleIndex = 1;
     this.gcolUserType.Width = 90;
     //
     // gcolUserStatus
     //
     this.gcolUserStatus.Caption = "User Status";
     this.gcolUserStatus.FieldName = "UserStatus";
     this.gcolUserStatus.Name = "gcolUserStatus";
     this.gcolUserStatus.OptionsColumn.AllowEdit = false;
     this.gcolUserStatus.OptionsColumn.ReadOnly = true;
     this.gcolUserStatus.Visible = true;
     this.gcolUserStatus.VisibleIndex = 2;
     this.gcolUserStatus.Width = 90;
     //
     // gcolContactID
     //
     this.gcolContactID.Caption = "ContactID";
     this.gcolContactID.FieldName = "ContactID";
     this.gcolContactID.Name = "gcolContactID";
     this.gcolContactID.OptionsColumn.AllowEdit = false;
     this.gcolContactID.OptionsColumn.ReadOnly = true;
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name = "pnl_Find";
     this.pnl_Find.Size = new System.Drawing.Size(648, 90);
     this.pnl_Find.TabIndex = 26;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(460, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(184, 86);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(184, 86);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(64, 17);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(296, 20);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location = new System.Drawing.Point(210, 44);
     this.chk_Anywhere.Name = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size = new System.Drawing.Size(154, 24);
     this.chk_Anywhere.TabIndex = 7;
     this.chk_Anywhere.Text = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location = new System.Drawing.Point(370, 44);
     this.btn_Clear.Name = "btn_Clear";
     this.btn_Clear.Size = new System.Drawing.Size(75, 23);
     this.btn_Clear.TabIndex = 6;
     this.btn_Clear.Text = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location = new System.Drawing.Point(370, 15);
     this.btn_Find.Name = "btn_Find";
     this.btn_Find.Size = new System.Drawing.Size(75, 23);
     this.btn_Find.TabIndex = 4;
     this.btn_Find.Text = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(15, 19);
     this.lbl_Find.Name = "lbl_Find";
     this.lbl_Find.Size = new System.Drawing.Size(30, 13);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked = true;
     this.chk_AdvanceSearch.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location = new System.Drawing.Point(64, 44);
     this.chk_AdvanceSearch.Name = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size = new System.Drawing.Size(112, 24);
     this.chk_AdvanceSearch.TabIndex = 8;
     this.chk_AdvanceSearch.Text = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // frmUserBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(648, 334);
     this.Controls.Add(this.pnlBody);
     this.Name = "frmUserBrw";
     this.Text = "User...";
     this.Load += new System.EventHandler(this.frmUserBrw_Load);
     this.Resize += new System.EventHandler(this.frmUserBrw_Resize);
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwUser)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: frmClientDlg.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmClientDlg));
     this.tbcClient = new System.Windows.Forms.TabControl();
     this.tbpClientInfo = new System.Windows.Forms.TabPage();
     this.pnlClientInfo = new System.Windows.Forms.Panel();
     this.txtNickName = new System.Windows.Forms.TextBox();
     this.lblNickName = new System.Windows.Forms.Label();
     this.dtEnded = new System.Windows.Forms.DateTimePicker();
     this.dtJoined = new System.Windows.Forms.DateTimePicker();
     this.lblHRHeader = new System.Windows.Forms.Label();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.label42 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtCompRomaji = new System.Windows.Forms.TextBox();
     this.txtCompPhonetic = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtCompName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmbStatus = new System.Windows.Forms.ComboBox();
     this.tbpAddress = new System.Windows.Forms.TabPage();
     this.pnlAddress = new System.Windows.Forms.Panel();
     this.lblContactInfoHeader = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label48 = new System.Windows.Forms.Label();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.txtAccFirstRomaji = new System.Windows.Forms.TextBox();
     this.txtAccFirstPhonetic = new System.Windows.Forms.TextBox();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.txtAccFirstName = new System.Windows.Forms.TextBox();
     this.label51 = new System.Windows.Forms.Label();
     this.txtAccLRomaji1 = new System.Windows.Forms.TextBox();
     this.txtAccLPhonetic = new System.Windows.Forms.TextBox();
     this.label52 = new System.Windows.Forms.Label();
     this.label53 = new System.Windows.Forms.Label();
     this.txtAccLName = new System.Windows.Forms.TextBox();
     this.label54 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.txtUrl = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.txtFax2 = new System.Windows.Forms.TextBox();
     this.txtFax1 = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.txtPhoneOther = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.txtPhone2 = new System.Windows.Forms.TextBox();
     this.txtPhone1 = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.lblStation2Header = new System.Windows.Forms.Label();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.txtMintSt2 = new System.Windows.Forms.TextBox();
     this.txtClosestLine2 = new System.Windows.Forms.TextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.label61 = new System.Windows.Forms.Label();
     this.txtClosestSt2 = new System.Windows.Forms.TextBox();
     this.label62 = new System.Windows.Forms.Label();
     this.lblStation1Header = new System.Windows.Forms.Label();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.txtMintSt1 = new System.Windows.Forms.TextBox();
     this.txtClosestLine1 = new System.Windows.Forms.TextBox();
     this.label55 = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.txtClosestSt1 = new System.Windows.Forms.TextBox();
     this.label57 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.cmbBlock = new System.Windows.Forms.ComboBox();
     this.txtCountry = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.txtPost = new System.Windows.Forms.TextBox();
     this.txtState = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.txtCity = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.txtStreet3 = new System.Windows.Forms.TextBox();
     this.txtStreet2 = new System.Windows.Forms.TextBox();
     this.txtStreet1 = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.lblAddressHeader = new System.Windows.Forms.Label();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.label28 = new System.Windows.Forms.Label();
     this.tbpContact = new System.Windows.Forms.TabPage();
     this.pnlBody = new System.Windows.Forms.Panel();
     this.grdContact = new DevExpress.XtraGrid.GridControl();
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gvwContact = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolContactID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColLastName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEmail1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolMobile = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatusID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.btnDel = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnPageSetup = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.Button();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.printingSystem = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.tbcClient.SuspendLayout();
     this.tbpClientInfo.SuspendLayout();
     this.pnlClientInfo.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tbpAddress.SuspendLayout();
     this.pnlAddress.SuspendLayout();
     this.tbpContact.SuspendLayout();
     this.pnlBody.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // tbcClient
     //
     this.tbcClient.Controls.Add(this.tbpClientInfo);
     this.tbcClient.Controls.Add(this.tbpAddress);
     this.tbcClient.Controls.Add(this.tbpContact);
     this.tbcClient.Location = new System.Drawing.Point(0, 1);
     this.tbcClient.Name = "tbcClient";
     this.tbcClient.SelectedIndex = 0;
     this.tbcClient.Size = new System.Drawing.Size(640, 510);
     this.tbcClient.TabIndex = 18;
     //
     // tbpClientInfo
     //
     this.tbpClientInfo.Controls.Add(this.pnlClientInfo);
     this.tbpClientInfo.Location = new System.Drawing.Point(4, 22);
     this.tbpClientInfo.Name = "tbpClientInfo";
     this.tbpClientInfo.Size = new System.Drawing.Size(632, 484);
     this.tbpClientInfo.TabIndex = 0;
     this.tbpClientInfo.Text = "Client Info";
     //
     // pnlClientInfo
     //
     this.pnlClientInfo.Controls.Add(this.txtNickName);
     this.pnlClientInfo.Controls.Add(this.lblNickName);
     this.pnlClientInfo.Controls.Add(this.dtEnded);
     this.pnlClientInfo.Controls.Add(this.dtJoined);
     this.pnlClientInfo.Controls.Add(this.lblHRHeader);
     this.pnlClientInfo.Controls.Add(this.groupBox12);
     this.pnlClientInfo.Controls.Add(this.label42);
     this.pnlClientInfo.Controls.Add(this.label39);
     this.pnlClientInfo.Controls.Add(this.label13);
     this.pnlClientInfo.Controls.Add(this.groupBox1);
     this.pnlClientInfo.Controls.Add(this.txtCompRomaji);
     this.pnlClientInfo.Controls.Add(this.txtCompPhonetic);
     this.pnlClientInfo.Controls.Add(this.label4);
     this.pnlClientInfo.Controls.Add(this.label5);
     this.pnlClientInfo.Controls.Add(this.txtCompName);
     this.pnlClientInfo.Controls.Add(this.label6);
     this.pnlClientInfo.Controls.Add(this.lblStatus);
     this.pnlClientInfo.Controls.Add(this.cmbStatus);
     this.pnlClientInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlClientInfo.Location = new System.Drawing.Point(0, 0);
     this.pnlClientInfo.Name = "pnlClientInfo";
     this.pnlClientInfo.Size = new System.Drawing.Size(632, 484);
     this.pnlClientInfo.TabIndex = 241;
     //
     // txtNickName
     //
     this.txtNickName.Location = new System.Drawing.Point(152, 115);
     this.txtNickName.MaxLength = 255;
     this.txtNickName.Name = "txtNickName";
     this.txtNickName.Size = new System.Drawing.Size(193, 21);
     this.txtNickName.TabIndex = 3;
     //
     // lblNickName
     //
     this.lblNickName.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblNickName.Location = new System.Drawing.Point(32, 117);
     this.lblNickName.Name = "lblNickName";
     this.lblNickName.Size = new System.Drawing.Size(112, 17);
     this.lblNickName.TabIndex = 240;
     this.lblNickName.Text = "Abbreviated Name";
     //
     // dtEnded
     //
     this.dtEnded.CustomFormat = "MM/dd/yyyy";
     this.dtEnded.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtEnded.Location = new System.Drawing.Point(480, 65);
     this.dtEnded.Name = "dtEnded";
     this.dtEnded.ShowCheckBox = true;
     this.dtEnded.Size = new System.Drawing.Size(136, 21);
     this.dtEnded.TabIndex = 5;
     //
     // dtJoined
     //
     this.dtJoined.CustomFormat = "MM/dd/yyyy";
     this.dtJoined.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtJoined.Location = new System.Drawing.Point(480, 41);
     this.dtJoined.Name = "dtJoined";
     this.dtJoined.ShowCheckBox = true;
     this.dtJoined.Size = new System.Drawing.Size(136, 21);
     this.dtJoined.TabIndex = 4;
     //
     // lblHRHeader
     //
     this.lblHRHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblHRHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHRHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblHRHeader.Location = new System.Drawing.Point(384, 18);
     this.lblHRHeader.Name = "lblHRHeader";
     this.lblHRHeader.Size = new System.Drawing.Size(33, 17);
     this.lblHRHeader.TabIndex = 238;
     this.lblHRHeader.Text = "HR";
     //
     // groupBox12
     //
     this.groupBox12.Location = new System.Drawing.Point(408, 25);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(208, 2);
     this.groupBox12.TabIndex = 237;
     this.groupBox12.TabStop = false;
     //
     // label42
     //
     this.label42.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label42.Location = new System.Drawing.Point(384, 67);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(88, 17);
     this.label42.TabIndex = 236;
     this.label42.Text = "Date Ended";
     //
     // label39
     //
     this.label39.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label39.Location = new System.Drawing.Point(384, 43);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(88, 17);
     this.label39.TabIndex = 235;
     this.label39.Text = "Date Joined";
     //
     // label13
     //
     this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label13.Location = new System.Drawing.Point(32, 18);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(53, 17);
     this.label13.TabIndex = 79;
     this.label13.Text = "Client";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Location = new System.Drawing.Point(70, 25);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(274, 3);
     this.groupBox1.TabIndex = 78;
     this.groupBox1.TabStop = false;
     //
     // label11
     //
     this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label11.Location = new System.Drawing.Point(24, -56);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(57, 20);
     this.label11.TabIndex = 73;
     this.label11.Text = "Company";
     //
     // txtCompRomaji
     //
     this.txtCompRomaji.Location = new System.Drawing.Point(152, 89);
     this.txtCompRomaji.MaxLength = 255;
     this.txtCompRomaji.Name = "txtCompRomaji";
     this.txtCompRomaji.Size = new System.Drawing.Size(193, 21);
     this.txtCompRomaji.TabIndex = 2;
     //
     // txtCompPhonetic
     //
     this.txtCompPhonetic.Location = new System.Drawing.Point(152, 65);
     this.txtCompPhonetic.MaxLength = 255;
     this.txtCompPhonetic.Name = "txtCompPhonetic";
     this.txtCompPhonetic.Size = new System.Drawing.Size(193, 21);
     this.txtCompPhonetic.TabIndex = 1;
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(32, 91);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(96, 17);
     this.label4.TabIndex = 77;
     this.label4.Text = "Name Romaji";
     //
     // label5
     //
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location = new System.Drawing.Point(32, 67);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(96, 17);
     this.label5.TabIndex = 76;
     this.label5.Text = "Name Phonetic";
     //
     // txtCompName
     //
     this.txtCompName.Location = new System.Drawing.Point(152, 41);
     this.txtCompName.MaxLength = 255;
     this.txtCompName.Name = "txtCompName";
     this.txtCompName.Size = new System.Drawing.Size(193, 21);
     this.txtCompName.TabIndex = 0;
     //
     // label6
     //
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location = new System.Drawing.Point(32, 43);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(96, 17);
     this.label6.TabIndex = 75;
     this.label6.Text = "Name";
     //
     // lblStatus
     //
     this.lblStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStatus.Location = new System.Drawing.Point(384, 115);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(88, 17);
     this.lblStatus.TabIndex = 3;
     this.lblStatus.Text = "Status";
     //
     // cmbStatus
     //
     this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Items.AddRange(new object[] {
     "Active",
     "Inactive"});
     this.cmbStatus.Location = new System.Drawing.Point(480, 113);
     this.cmbStatus.Name = "cmbStatus";
     this.cmbStatus.Size = new System.Drawing.Size(136, 21);
     this.cmbStatus.TabIndex = 6;
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // tbpAddress
     //
     this.tbpAddress.Controls.Add(this.pnlAddress);
     this.tbpAddress.Location = new System.Drawing.Point(4, 22);
     this.tbpAddress.Name = "tbpAddress";
     this.tbpAddress.Size = new System.Drawing.Size(632, 484);
     this.tbpAddress.TabIndex = 1;
     this.tbpAddress.Text = "Address";
     this.tbpAddress.Visible = false;
     //
     // pnlAddress
     //
     this.pnlAddress.Controls.Add(this.lblContactInfoHeader);
     this.pnlAddress.Controls.Add(this.groupBox2);
     this.pnlAddress.Controls.Add(this.label48);
     this.pnlAddress.Controls.Add(this.groupBox9);
     this.pnlAddress.Controls.Add(this.txtAccFirstRomaji);
     this.pnlAddress.Controls.Add(this.txtAccFirstPhonetic);
     this.pnlAddress.Controls.Add(this.label49);
     this.pnlAddress.Controls.Add(this.label50);
     this.pnlAddress.Controls.Add(this.txtAccFirstName);
     this.pnlAddress.Controls.Add(this.label51);
     this.pnlAddress.Controls.Add(this.txtAccLRomaji1);
     this.pnlAddress.Controls.Add(this.txtAccLPhonetic);
     this.pnlAddress.Controls.Add(this.label52);
     this.pnlAddress.Controls.Add(this.label53);
     this.pnlAddress.Controls.Add(this.txtAccLName);
     this.pnlAddress.Controls.Add(this.label54);
     this.pnlAddress.Controls.Add(this.label36);
     this.pnlAddress.Controls.Add(this.txtUrl);
     this.pnlAddress.Controls.Add(this.label38);
     this.pnlAddress.Controls.Add(this.txtFax2);
     this.pnlAddress.Controls.Add(this.txtFax1);
     this.pnlAddress.Controls.Add(this.label41);
     this.pnlAddress.Controls.Add(this.label43);
     this.pnlAddress.Controls.Add(this.txtPhoneOther);
     this.pnlAddress.Controls.Add(this.label33);
     this.pnlAddress.Controls.Add(this.txtPhone2);
     this.pnlAddress.Controls.Add(this.txtPhone1);
     this.pnlAddress.Controls.Add(this.label32);
     this.pnlAddress.Controls.Add(this.lblStation2Header);
     this.pnlAddress.Controls.Add(this.groupBox11);
     this.pnlAddress.Controls.Add(this.txtMintSt2);
     this.pnlAddress.Controls.Add(this.txtClosestLine2);
     this.pnlAddress.Controls.Add(this.label60);
     this.pnlAddress.Controls.Add(this.label61);
     this.pnlAddress.Controls.Add(this.txtClosestSt2);
     this.pnlAddress.Controls.Add(this.label62);
     this.pnlAddress.Controls.Add(this.lblStation1Header);
     this.pnlAddress.Controls.Add(this.groupBox10);
     this.pnlAddress.Controls.Add(this.txtMintSt1);
     this.pnlAddress.Controls.Add(this.txtClosestLine1);
     this.pnlAddress.Controls.Add(this.label55);
     this.pnlAddress.Controls.Add(this.label56);
     this.pnlAddress.Controls.Add(this.txtClosestSt1);
     this.pnlAddress.Controls.Add(this.label57);
     this.pnlAddress.Controls.Add(this.label29);
     this.pnlAddress.Controls.Add(this.cmbBlock);
     this.pnlAddress.Controls.Add(this.txtCountry);
     this.pnlAddress.Controls.Add(this.label27);
     this.pnlAddress.Controls.Add(this.txtPost);
     this.pnlAddress.Controls.Add(this.txtState);
     this.pnlAddress.Controls.Add(this.label26);
     this.pnlAddress.Controls.Add(this.txtCity);
     this.pnlAddress.Controls.Add(this.label25);
     this.pnlAddress.Controls.Add(this.txtStreet3);
     this.pnlAddress.Controls.Add(this.txtStreet2);
     this.pnlAddress.Controls.Add(this.txtStreet1);
     this.pnlAddress.Controls.Add(this.label24);
     this.pnlAddress.Controls.Add(this.lblAddressHeader);
     this.pnlAddress.Controls.Add(this.groupBox8);
     this.pnlAddress.Controls.Add(this.label28);
     this.pnlAddress.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlAddress.Location = new System.Drawing.Point(0, 0);
     this.pnlAddress.Name = "pnlAddress";
     this.pnlAddress.Size = new System.Drawing.Size(632, 484);
     this.pnlAddress.TabIndex = 312;
     this.pnlAddress.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAddress_Paint);
     //
     // lblContactInfoHeader
     //
     this.lblContactInfoHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblContactInfoHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblContactInfoHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblContactInfoHeader.Location = new System.Drawing.Point(334, 11);
     this.lblContactInfoHeader.Name = "lblContactInfoHeader";
     this.lblContactInfoHeader.Size = new System.Drawing.Size(90, 17);
     this.lblContactInfoHeader.TabIndex = 284;
     this.lblContactInfoHeader.Text = "Contact Info";
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(416, 16);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(200, 2);
     this.groupBox2.TabIndex = 312;
     this.groupBox2.TabStop = false;
     //
     // label48
     //
     this.label48.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label48.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label48.Location = new System.Drawing.Point(334, 232);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(159, 17);
     this.label48.TabIndex = 311;
     this.label48.Text = "Internal Accounts Rep";
     //
     // groupBox9
     //
     this.groupBox9.Location = new System.Drawing.Point(474, 239);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(142, 2);
     this.groupBox9.TabIndex = 310;
     this.groupBox9.TabStop = false;
     //
     // txtAccFirstRomaji
     //
     this.txtAccFirstRomaji.Location = new System.Drawing.Point(457, 392);
     this.txtAccFirstRomaji.MaxLength = 255;
     this.txtAccFirstRomaji.Name = "txtAccFirstRomaji";
     this.txtAccFirstRomaji.Size = new System.Drawing.Size(158, 21);
     this.txtAccFirstRomaji.TabIndex = 255;
     //
     // txtAccFirstPhonetic
     //
     this.txtAccFirstPhonetic.Location = new System.Drawing.Point(457, 368);
     this.txtAccFirstPhonetic.MaxLength = 255;
     this.txtAccFirstPhonetic.Name = "txtAccFirstPhonetic";
     this.txtAccFirstPhonetic.Size = new System.Drawing.Size(158, 21);
     this.txtAccFirstPhonetic.TabIndex = 254;
     //
     // label49
     //
     this.label49.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label49.Location = new System.Drawing.Point(334, 394);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(106, 17);
     this.label49.TabIndex = 309;
     this.label49.Text = "First Name Romaji";
     //
     // label50
     //
     this.label50.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label50.Location = new System.Drawing.Point(334, 370);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(119, 17);
     this.label50.TabIndex = 308;
     this.label50.Text = "First Name Phonetic";
     //
     // txtAccFirstName
     //
     this.txtAccFirstName.Location = new System.Drawing.Point(457, 344);
     this.txtAccFirstName.MaxLength = 255;
     this.txtAccFirstName.Name = "txtAccFirstName";
     this.txtAccFirstName.Size = new System.Drawing.Size(158, 21);
     this.txtAccFirstName.TabIndex = 253;
     //
     // label51
     //
     this.label51.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label51.Location = new System.Drawing.Point(334, 346);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(106, 17);
     this.label51.TabIndex = 307;
     this.label51.Text = "First Name";
     //
     // txtAccLRomaji1
     //
     this.txtAccLRomaji1.Location = new System.Drawing.Point(457, 312);
     this.txtAccLRomaji1.MaxLength = 255;
     this.txtAccLRomaji1.Name = "txtAccLRomaji1";
     this.txtAccLRomaji1.Size = new System.Drawing.Size(158, 21);
     this.txtAccLRomaji1.TabIndex = 252;
     //
     // txtAccLPhonetic
     //
     this.txtAccLPhonetic.Location = new System.Drawing.Point(457, 288);
     this.txtAccLPhonetic.MaxLength = 255;
     this.txtAccLPhonetic.Name = "txtAccLPhonetic";
     this.txtAccLPhonetic.Size = new System.Drawing.Size(158, 21);
     this.txtAccLPhonetic.TabIndex = 251;
     //
     // label52
     //
     this.label52.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label52.Location = new System.Drawing.Point(334, 314);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(106, 17);
     this.label52.TabIndex = 306;
     this.label52.Text = "Last Name Romaji";
     //
     // label53
     //
     this.label53.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label53.Location = new System.Drawing.Point(334, 290);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(114, 17);
     this.label53.TabIndex = 305;
     this.label53.Text = "Last Name Phonetic";
     //
     // txtAccLName
     //
     this.txtAccLName.Location = new System.Drawing.Point(457, 264);
     this.txtAccLName.MaxLength = 255;
     this.txtAccLName.Name = "txtAccLName";
     this.txtAccLName.Size = new System.Drawing.Size(158, 21);
     this.txtAccLName.TabIndex = 250;
     //
     // label54
     //
     this.label54.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label54.Location = new System.Drawing.Point(334, 266);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(114, 17);
     this.label54.TabIndex = 304;
     this.label54.Text = "Last Name";
     //
     // label36
     //
     this.label36.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label36.Location = new System.Drawing.Point(334, 133);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(106, 17);
     this.label36.TabIndex = 287;
     this.label36.Text = "Fax 2";
     //
     // txtUrl
     //
     this.txtUrl.Cursor = System.Windows.Forms.Cursors.Hand;
     this.txtUrl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUrl.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.txtUrl.Location = new System.Drawing.Point(457, 158);
     this.txtUrl.MaxLength = 255;
     this.txtUrl.Name = "txtUrl";
     this.txtUrl.Size = new System.Drawing.Size(158, 21);
     this.txtUrl.TabIndex = 249;
     //
     // label38
     //
     this.label38.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label38.Location = new System.Drawing.Point(334, 160);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(106, 17);
     this.label38.TabIndex = 286;
     this.label38.Text = "URL";
     //
     // txtFax2
     //
     this.txtFax2.Location = new System.Drawing.Point(457, 131);
     this.txtFax2.MaxLength = 255;
     this.txtFax2.Name = "txtFax2";
     this.txtFax2.Size = new System.Drawing.Size(158, 21);
     this.txtFax2.TabIndex = 248;
     //
     // txtFax1
     //
     this.txtFax1.Location = new System.Drawing.Point(457, 107);
     this.txtFax1.MaxLength = 255;
     this.txtFax1.Name = "txtFax1";
     this.txtFax1.Size = new System.Drawing.Size(158, 21);
     this.txtFax1.TabIndex = 247;
     //
     // label41
     //
     this.label41.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label41.Location = new System.Drawing.Point(334, 109);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(106, 17);
     this.label41.TabIndex = 285;
     this.label41.Text = "Fax 1";
     //
     // label43
     //
     this.label43.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label43.Location = new System.Drawing.Point(334, 85);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(106, 17);
     this.label43.TabIndex = 281;
     this.label43.Text = "Phone Other";
     //
     // txtPhoneOther
     //
     this.txtPhoneOther.Location = new System.Drawing.Point(457, 83);
     this.txtPhoneOther.MaxLength = 255;
     this.txtPhoneOther.Name = "txtPhoneOther";
     this.txtPhoneOther.Size = new System.Drawing.Size(158, 21);
     this.txtPhoneOther.TabIndex = 246;
     //
     // label33
     //
     this.label33.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label33.Location = new System.Drawing.Point(334, 58);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(106, 17);
     this.label33.TabIndex = 280;
     this.label33.Text = "Phone 2";
     //
     // txtPhone2
     //
     this.txtPhone2.Location = new System.Drawing.Point(457, 56);
     this.txtPhone2.MaxLength = 255;
     this.txtPhone2.Name = "txtPhone2";
     this.txtPhone2.Size = new System.Drawing.Size(158, 21);
     this.txtPhone2.TabIndex = 245;
     //
     // txtPhone1
     //
     this.txtPhone1.Location = new System.Drawing.Point(457, 32);
     this.txtPhone1.MaxLength = 255;
     this.txtPhone1.Name = "txtPhone1";
     this.txtPhone1.Size = new System.Drawing.Size(158, 21);
     this.txtPhone1.TabIndex = 244;
     //
     // label32
     //
     this.label32.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label32.Location = new System.Drawing.Point(334, 34);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(104, 17);
     this.label32.TabIndex = 276;
     this.label32.Text = "Phone 1";
     //
     // lblStation2Header
     //
     this.lblStation2Header.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStation2Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStation2Header.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblStation2Header.Location = new System.Drawing.Point(16, 320);
     this.lblStation2Header.Name = "lblStation2Header";
     this.lblStation2Header.Size = new System.Drawing.Size(81, 17);
     this.lblStation2Header.TabIndex = 273;
     this.lblStation2Header.Text = "Station 2";
     //
     // groupBox11
     //
     this.groupBox11.Location = new System.Drawing.Point(83, 326);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(232, 2);
     this.groupBox11.TabIndex = 272;
     this.groupBox11.TabStop = false;
     //
     // txtMintSt2
     //
     this.txtMintSt2.Location = new System.Drawing.Point(124, 382);
     this.txtMintSt2.MaxLength = 255;
     this.txtMintSt2.Name = "txtMintSt2";
     this.txtMintSt2.Size = new System.Drawing.Size(72, 21);
     this.txtMintSt2.TabIndex = 243;
     this.txtMintSt2.Tag = "N";
     this.txtMintSt2.Text = "0";
     this.txtMintSt2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMintSt2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMintSt1_KeyPress);
     //
     // txtClosestLine2
     //
     this.txtClosestLine2.Location = new System.Drawing.Point(124, 358);
     this.txtClosestLine2.MaxLength = 255;
     this.txtClosestLine2.Name = "txtClosestLine2";
     this.txtClosestLine2.Size = new System.Drawing.Size(203, 21);
     this.txtClosestLine2.TabIndex = 242;
     //
     // label60
     //
     this.label60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label60.Location = new System.Drawing.Point(16, 384);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(104, 17);
     this.label60.TabIndex = 271;
     this.label60.Text = "Minutes to Station";
     //
     // label61
     //
     this.label61.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label61.Location = new System.Drawing.Point(16, 360);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(104, 17);
     this.label61.TabIndex = 270;
     this.label61.Text = "Closest Line";
     //
     // txtClosestSt2
     //
     this.txtClosestSt2.Location = new System.Drawing.Point(124, 334);
     this.txtClosestSt2.MaxLength = 255;
     this.txtClosestSt2.Name = "txtClosestSt2";
     this.txtClosestSt2.Size = new System.Drawing.Size(203, 21);
     this.txtClosestSt2.TabIndex = 241;
     //
     // label62
     //
     this.label62.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label62.Location = new System.Drawing.Point(16, 336);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(104, 17);
     this.label62.TabIndex = 269;
     this.label62.Text = "Closest Station";
     //
     // lblStation1Header
     //
     this.lblStation1Header.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStation1Header.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStation1Header.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblStation1Header.Location = new System.Drawing.Point(16, 211);
     this.lblStation1Header.Name = "lblStation1Header";
     this.lblStation1Header.Size = new System.Drawing.Size(81, 17);
     this.lblStation1Header.TabIndex = 268;
     this.lblStation1Header.Text = "Station 1";
     //
     // groupBox10
     //
     this.groupBox10.Location = new System.Drawing.Point(83, 219);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(236, 2);
     this.groupBox10.TabIndex = 267;
     this.groupBox10.TabStop = false;
     //
     // txtMintSt1
     //
     this.txtMintSt1.Location = new System.Drawing.Point(124, 276);
     this.txtMintSt1.MaxLength = 255;
     this.txtMintSt1.Name = "txtMintSt1";
     this.txtMintSt1.Size = new System.Drawing.Size(72, 21);
     this.txtMintSt1.TabIndex = 240;
     this.txtMintSt1.Tag = "N";
     this.txtMintSt1.Text = "0";
     this.txtMintSt1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMintSt1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMintSt1_KeyPress);
     //
     // txtClosestLine1
     //
     this.txtClosestLine1.Location = new System.Drawing.Point(124, 252);
     this.txtClosestLine1.MaxLength = 255;
     this.txtClosestLine1.Name = "txtClosestLine1";
     this.txtClosestLine1.Size = new System.Drawing.Size(203, 21);
     this.txtClosestLine1.TabIndex = 239;
     //
     // label55
     //
     this.label55.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label55.Location = new System.Drawing.Point(16, 278);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(104, 17);
     this.label55.TabIndex = 266;
     this.label55.Text = "Minutes to Station";
     //
     // label56
     //
     this.label56.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label56.Location = new System.Drawing.Point(16, 254);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(104, 17);
     this.label56.TabIndex = 265;
     this.label56.Text = "Closest Line";
     //
     // txtClosestSt1
     //
     this.txtClosestSt1.Location = new System.Drawing.Point(124, 228);
     this.txtClosestSt1.MaxLength = 255;
     this.txtClosestSt1.Name = "txtClosestSt1";
     this.txtClosestSt1.Size = new System.Drawing.Size(203, 21);
     this.txtClosestSt1.TabIndex = 238;
     //
     // label57
     //
     this.label57.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label57.Location = new System.Drawing.Point(16, 230);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(104, 17);
     this.label57.TabIndex = 264;
     this.label57.Text = "Closest Station";
     //
     // label29
     //
     this.label29.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label29.Location = new System.Drawing.Point(16, 184);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(96, 17);
     this.label29.TabIndex = 262;
     this.label29.Text = "Block";
     //
     // cmbBlock
     //
     this.cmbBlock.Items.AddRange(new object[] {
     "A",
     "B",
     "C",
     "D",
     "E",
     "F",
     "G",
     "H"});
     this.cmbBlock.Location = new System.Drawing.Point(124, 182);
     this.cmbBlock.Name = "cmbBlock";
     this.cmbBlock.Size = new System.Drawing.Size(72, 21);
     this.cmbBlock.TabIndex = 237;
     //
     // txtCountry
     //
     this.txtCountry.Location = new System.Drawing.Point(124, 158);
     this.txtCountry.MaxLength = 255;
     this.txtCountry.Name = "txtCountry";
     this.txtCountry.Size = new System.Drawing.Size(203, 21);
     this.txtCountry.TabIndex = 236;
     //
     // label27
     //
     this.label27.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label27.Location = new System.Drawing.Point(16, 160);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(96, 17);
     this.label27.TabIndex = 261;
     this.label27.Text = "Country";
     //
     // txtPost
     //
     this.txtPost.Location = new System.Drawing.Point(260, 131);
     this.txtPost.MaxLength = 255;
     this.txtPost.Name = "txtPost";
     this.txtPost.Size = new System.Drawing.Size(67, 21);
     this.txtPost.TabIndex = 235;
     //
     // txtState
     //
     this.txtState.Location = new System.Drawing.Point(124, 131);
     this.txtState.MaxLength = 255;
     this.txtState.Name = "txtState";
     this.txtState.Size = new System.Drawing.Size(71, 21);
     this.txtState.TabIndex = 234;
     //
     // label26
     //
     this.label26.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label26.Location = new System.Drawing.Point(16, 133);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(96, 17);
     this.label26.TabIndex = 260;
     this.label26.Text = "State";
     //
     // txtCity
     //
     this.txtCity.Location = new System.Drawing.Point(124, 104);
     this.txtCity.MaxLength = 255;
     this.txtCity.Name = "txtCity";
     this.txtCity.Size = new System.Drawing.Size(203, 21);
     this.txtCity.TabIndex = 233;
     //
     // label25
     //
     this.label25.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label25.Location = new System.Drawing.Point(16, 106);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(96, 17);
     this.label25.TabIndex = 259;
     this.label25.Text = "City";
     //
     // txtStreet3
     //
     this.txtStreet3.Location = new System.Drawing.Point(124, 80);
     this.txtStreet3.MaxLength = 255;
     this.txtStreet3.Name = "txtStreet3";
     this.txtStreet3.Size = new System.Drawing.Size(203, 21);
     this.txtStreet3.TabIndex = 232;
     //
     // txtStreet2
     //
     this.txtStreet2.Location = new System.Drawing.Point(124, 56);
     this.txtStreet2.MaxLength = 255;
     this.txtStreet2.Name = "txtStreet2";
     this.txtStreet2.Size = new System.Drawing.Size(203, 21);
     this.txtStreet2.TabIndex = 231;
     //
     // txtStreet1
     //
     this.txtStreet1.Location = new System.Drawing.Point(124, 32);
     this.txtStreet1.MaxLength = 255;
     this.txtStreet1.Name = "txtStreet1";
     this.txtStreet1.Size = new System.Drawing.Size(203, 21);
     this.txtStreet1.TabIndex = 230;
     //
     // label24
     //
     this.label24.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label24.Location = new System.Drawing.Point(16, 34);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(96, 17);
     this.label24.TabIndex = 258;
     this.label24.Text = "Street";
     //
     // lblAddressHeader
     //
     this.lblAddressHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblAddressHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAddressHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblAddressHeader.Location = new System.Drawing.Point(16, 11);
     this.lblAddressHeader.Name = "lblAddressHeader";
     this.lblAddressHeader.Size = new System.Drawing.Size(67, 17);
     this.lblAddressHeader.TabIndex = 257;
     this.lblAddressHeader.Text = "Address";
     //
     // groupBox8
     //
     this.groupBox8.Location = new System.Drawing.Point(79, 18);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(236, 2);
     this.groupBox8.TabIndex = 256;
     this.groupBox8.TabStop = false;
     //
     // label28
     //
     this.label28.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label28.Location = new System.Drawing.Point(201, 128);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(53, 27);
     this.label28.TabIndex = 263;
     this.label28.Text = "Postal\r\nCode";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // tbpContact
     //
     this.tbpContact.Controls.Add(this.pnlBody);
     this.tbpContact.Controls.Add(this.pnlBottom);
     this.tbpContact.Location = new System.Drawing.Point(4, 22);
     this.tbpContact.Name = "tbpContact";
     this.tbpContact.Size = new System.Drawing.Size(632, 484);
     this.tbpContact.TabIndex = 2;
     this.tbpContact.Text = "Contact";
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.grdContact);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(632, 436);
     this.pnlBody.TabIndex = 3;
     //
     // grdContact
     //
     this.grdContact.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdContact.EmbeddedNavigator.Name = "";
     this.grdContact.ExternalRepository = this.persistentRepository1;
     this.grdContact.Location = new System.Drawing.Point(0, 0);
     this.grdContact.MainView = this.gvwContact;
     this.grdContact.Name = "grdContact";
     this.grdContact.Size = new System.Drawing.Size(632, 436);
     this.grdContact.TabIndex = 27;
     this.grdContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwContact});
     this.grdContact.DoubleClick += new System.EventHandler(this.grdContact_DoubleClick);
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // gvwContact
     //
     this.gvwContact.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolContactID,
     this.gcolContactType,
     this.gcolType,
     this.gColLastName,
     this.gcolFirstName,
     this.gcolLastNameRomaji,
     this.gcolFirstNameRomaji,
     this.gcolEmail1,
     this.gcolPhone,
     this.gcolMobile,
     this.gcolStatusID,
     this.gcolStatus});
     this.gvwContact.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwContact.GridControl = this.grdContact;
     this.gvwContact.Name = "gvwContact";
     this.gvwContact.OptionsBehavior.Editable = false;
     this.gvwContact.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwContact.OptionsCustomization.AllowFilter = false;
     this.gvwContact.OptionsDetail.EnableDetailToolTip = true;
     this.gvwContact.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwContact.OptionsPrint.UsePrintStyles = true;
     this.gvwContact.OptionsView.ShowDetailButtons = false;
     this.gvwContact.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvwContact.OptionsView.ShowGroupPanel = false;
     this.gvwContact.OptionsView.ShowHorzLines = false;
     this.gvwContact.OptionsView.ShowIndicator = false;
     this.gvwContact.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolContactType, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gvwContact.Appearance.FocusedRow.AssignInternal(this.gvwContact.Appearance.SelectedRow);
     //this.gvwContact.ViewStyles.AddReplace("FocusedRow", "SelectedRow");
     //this.gvwContact.ViewStyles.AddReplace("FocusedCell", "SelectedRow");
     //
     // gcolContactID
     //
     this.gcolContactID.Caption = "ContactID";
     this.gcolContactID.FieldName = "ContactId";
     this.gcolContactID.Name = "gcolContactID";
     //
     // gcolContactType
     //
     this.gcolContactType.Caption = "Contact Type ID";
     this.gcolContactType.FieldName = "ContactType";
     this.gcolContactType.Name = "gcolContactType";
     this.gcolContactType.Width = 68;
     //
     // gcolType
     //
     this.gcolType.Caption = "Contact Type";
     this.gcolType.FieldName = "Type";
     this.gcolType.Name = "gcolType";
     //
     // gColLastName
     //
     this.gColLastName.Caption = "Last Name";
     this.gColLastName.FieldName = "LastName";
     this.gColLastName.Name = "gColLastName";
     this.gColLastName.Visible = true;
     this.gColLastName.VisibleIndex = 0;
     this.gColLastName.Width = 157;
     //
     // gcolFirstName
     //
     this.gcolFirstName.Caption = "First Name";
     this.gcolFirstName.FieldName = "FirstName";
     this.gcolFirstName.Name = "gcolFirstName";
     this.gcolFirstName.Visible = true;
     this.gcolFirstName.VisibleIndex = 1;
     this.gcolFirstName.Width = 157;
     //
     // gcolLastNameRomaji
     //
     this.gcolLastNameRomaji.Caption = "Last Name Romaji";
     this.gcolLastNameRomaji.FieldName = "LastNameRomaji";
     this.gcolLastNameRomaji.Name = "gcolLastNameRomaji";
     //
     // gcolFirstNameRomaji
     //
     this.gcolFirstNameRomaji.Caption = "First Name Romaji";
     this.gcolFirstNameRomaji.FieldName = "FirstNameRomaji";
     this.gcolFirstNameRomaji.Name = "gcolFirstNameRomaji";
     //
     // gcolEmail1
     //
     this.gcolEmail1.Caption = "EMail";
     this.gcolEmail1.FieldName = "Email1";
     this.gcolEmail1.Name = "gcolEmail1";
     this.gcolEmail1.Visible = true;
     this.gcolEmail1.VisibleIndex = 2;
     this.gcolEmail1.Width = 78;
     //
     // gcolPhone
     //
     this.gcolPhone.Caption = "Phone";
     this.gcolPhone.FieldName = "Phone1";
     this.gcolPhone.Name = "gcolPhone";
     this.gcolPhone.Visible = true;
     this.gcolPhone.VisibleIndex = 3;
     this.gcolPhone.Width = 78;
     //
     // gcolMobile
     //
     this.gcolMobile.Caption = "Mobile";
     this.gcolMobile.DisplayFormat.FormatString = "Mobile";
     this.gcolMobile.Name = "gcolMobile";
     this.gcolMobile.Visible = true;
     this.gcolMobile.VisibleIndex = 4;
     this.gcolMobile.Width = 78;
     //
     // gcolStatusID
     //
     this.gcolStatusID.Caption = "Status";
     this.gcolStatusID.FieldName = "ContactStatus";
     this.gcolStatusID.Name = "gcolStatusID";
     this.gcolStatusID.Width = 79;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption = "Status";
     this.gcolStatus.FieldName = "Status";
     this.gcolStatus.Name = "gcolStatus";
     this.gcolStatus.Visible = true;
     this.gcolStatus.VisibleIndex = 5;
     this.gcolStatus.Width = 80;
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.button1);
     this.pnlBottom.Controls.Add(this.btnDel);
     this.pnlBottom.Controls.Add(this.btnEdit);
     this.pnlBottom.Controls.Add(this.btnAdd);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 436);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(632, 48);
     this.pnlBottom.TabIndex = 2;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location = new System.Drawing.Point(279, 13);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 20;
     this.button1.Text = "Delete";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // btnDel
     //
     this.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDel.Location = new System.Drawing.Point(178, 13);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(75, 23);
     this.btnDel.TabIndex = 19;
     this.btnDel.Text = "Delete";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // btnEdit
     //
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnEdit.Location = new System.Drawing.Point(98, 13);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 23);
     this.btnEdit.TabIndex = 18;
     this.btnEdit.Text = "Edit";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnAdd
     //
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Location = new System.Drawing.Point(16, 13);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 17;
     this.btnAdd.Text = "Add";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location = new System.Drawing.Point(465, 524);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 17;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.Location = new System.Drawing.Point(382, 524);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 16;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDelete
     //
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDelete.Location = new System.Drawing.Point(548, 524);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 19;
     this.btnDelete.Text = "Delete";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnPageSetup
     //
     this.btnPageSetup.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPageSetup.Location = new System.Drawing.Point(99, 524);
     this.btnPageSetup.Name = "btnPageSetup";
     this.btnPageSetup.Size = new System.Drawing.Size(75, 23);
     this.btnPageSetup.TabIndex = 22;
     this.btnPageSetup.Text = "Page Setup";
     this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
     //
     // btnPrint
     //
     this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPrint.Location = new System.Drawing.Point(16, 524);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex = 21;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Document = this.printDocument1;
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // frmClientDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(642, 558);
     this.Controls.Add(this.btnPageSetup);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.tbcClient);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmClientDlg";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Client...";
     this.Load += new System.EventHandler(this.frmClientDlg_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmClientDlg_KeyDown);
     this.tbcClient.ResumeLayout(false);
     this.tbpClientInfo.ResumeLayout(false);
     this.pnlClientInfo.ResumeLayout(false);
     this.pnlClientInfo.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.tbpAddress.ResumeLayout(false);
     this.pnlAddress.ResumeLayout(false);
     this.pnlAddress.PerformLayout();
     this.tbpContact.ResumeLayout(false);
     this.pnlBody.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
ファイル: frmDeptBrw.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmDeptBrw));
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.chk_Anywhere = new System.Windows.Forms.CheckBox();
     this.btn_Clear = new System.Windows.Forms.Button();
     this.btn_Find = new System.Windows.Forms.Button();
     this.lbl_Find = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
     this.pnlBody = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1 = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.grdDept = new DevExpress.XtraGrid.GridControl();
     this.gvwDept = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gColDeptID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColContactID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClient = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColDeptName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColContact1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact1Phone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2Phone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDept)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDept)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name = "pnl_Find";
     this.pnl_Find.Size = new System.Drawing.Size(672, 90);
     this.pnl_Find.TabIndex = 28;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(484, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(184, 86);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(184, 86);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(64, 17);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(296, 21);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location = new System.Drawing.Point(210, 44);
     this.chk_Anywhere.Name = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size = new System.Drawing.Size(154, 24);
     this.chk_Anywhere.TabIndex = 7;
     this.chk_Anywhere.Text = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location = new System.Drawing.Point(370, 44);
     this.btn_Clear.Name = "btn_Clear";
     this.btn_Clear.Size = new System.Drawing.Size(75, 23);
     this.btn_Clear.TabIndex = 6;
     this.btn_Clear.Text = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location = new System.Drawing.Point(370, 15);
     this.btn_Find.Name = "btn_Find";
     this.btn_Find.Size = new System.Drawing.Size(75, 23);
     this.btn_Find.TabIndex = 4;
     this.btn_Find.Text = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(15, 19);
     this.lbl_Find.Name = "lbl_Find";
     this.lbl_Find.Size = new System.Drawing.Size(30, 13);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked = true;
     this.chk_AdvanceSearch.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location = new System.Drawing.Point(64, 44);
     this.chk_AdvanceSearch.Name = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size = new System.Drawing.Size(112, 24);
     this.chk_AdvanceSearch.TabIndex = 8;
     this.chk_AdvanceSearch.Text = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdDept);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(672, 333);
     this.pnlBody.TabIndex = 29;
     this.pnlBody.Resize += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(40, 184);
     this.pnl_SpeedSearch.Name = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size = new System.Drawing.Size(192, 72);
     this.pnl_SpeedSearch.TabIndex = 41;
     this.pnl_SpeedSearch.Visible = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(4, 4);
     this.pnl_SpeedSearch1.Name = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size = new System.Drawing.Size(184, 64);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location = new System.Drawing.Point(11, 29);
     this.txt_SpeedSearch.Name = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size = new System.Drawing.Size(157, 21);
     this.txt_SpeedSearch.TabIndex = 10;
     this.txt_SpeedSearch.Leave += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(56, 4);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 14);
     this.label1.TabIndex = 0;
     this.label1.Text = "Fast Search";
     //
     // grdDept
     //
     this.grdDept.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdDept.EmbeddedNavigator.Name = "";
     this.grdDept.ExternalRepository = this.persistentRepository1;
     this.grdDept.Location = new System.Drawing.Point(0, 90);
     this.grdDept.MainView = this.gvwDept;
     this.grdDept.Name = "grdDept";
     this.grdDept.Size = new System.Drawing.Size(672, 243);
     this.grdDept.TabIndex = 25;
     this.grdDept.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwDept});
     this.grdDept.DoubleClick += new System.EventHandler(this.grdDept_DoubleClick);
     this.grdDept.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.grdDept_KeyPress);
     //
     // gvwDept
     //
     this.gvwDept.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwDept.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gColDeptID,
     this.gColContactID,
     this.gcolClient,
     this.gColDeptName,
     this.gColContact1,
     this.gcolContact1Phone,
     this.gcolContact2,
     this.gcolContact2Phone,
     this.gcolContact,
     this.gcolStatus});
     this.gvwDept.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwDept.GridControl = this.grdDept;
     this.gvwDept.Name = "gvwDept";
     this.gvwDept.OptionsBehavior.Editable = false;
     this.gvwDept.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwDept.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwDept.OptionsView.ShowDetailButtons = false;
     this.gvwDept.OptionsView.ShowGroupPanel = false;
     this.gvwDept.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gvwDept.OptionsView.ShowIndicator = false;
     this.gvwDept.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClient, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gvwDept.Appearance.FocusedRow.AssignInternal(this.gvwDept.Appearance.SelectedRow);
     //this.gvwDept.ViewStyles.AddReplace("FocusedRow", "SelectedRow");
     //this.gvwDept.ViewStyles.AddReplace("FocusedCell", "SelectedRow");
     //
     // gColDeptID
     //
     this.gColDeptID.Caption = "Department ID";
     this.gColDeptID.FieldName = "DepartmentID";
     this.gColDeptID.Name = "gColDeptID";
     //
     // gColContactID
     //
     this.gColContactID.Caption = "ContactID";
     this.gColContactID.FieldName = "ContactID";
     this.gColContactID.Name = "gColContactID";
     //
     // gcolClient
     //
     this.gcolClient.Caption = "Client Name";
     this.gcolClient.FieldName = "Client";
     this.gcolClient.Name = "gcolClient";
     this.gcolClient.OptionsColumn.ShowInCustomizationForm = false;
     this.gcolClient.Visible = true;
     this.gcolClient.VisibleIndex = 0;
     this.gcolClient.Width = 135;
     //
     // gColDeptName
     //
     this.gColDeptName.Caption = "Department Name";
     this.gColDeptName.FieldName = "Name";
     this.gColDeptName.Name = "gColDeptName";
     this.gColDeptName.Visible = true;
     this.gColDeptName.VisibleIndex = 1;
     this.gColDeptName.Width = 135;
     //
     // gColContact1
     //
     this.gColContact1.Caption = "Contact 1 Name";
     this.gColContact1.FieldName = "Contact1";
     this.gColContact1.Name = "gColContact1";
     this.gColContact1.Visible = true;
     this.gColContact1.VisibleIndex = 2;
     this.gColContact1.Width = 145;
     //
     // gcolContact1Phone
     //
     this.gcolContact1Phone.Caption = "Contact 1 Phone";
     this.gcolContact1Phone.FieldName = "Contact1Phone";
     this.gcolContact1Phone.Name = "gcolContact1Phone";
     this.gcolContact1Phone.Visible = true;
     this.gcolContact1Phone.VisibleIndex = 3;
     //
     // gcolContact2
     //
     this.gcolContact2.Caption = "Contact 2 Name";
     this.gcolContact2.FieldName = "Contact2";
     this.gcolContact2.Name = "gcolContact2";
     this.gcolContact2.Visible = true;
     this.gcolContact2.VisibleIndex = 4;
     this.gcolContact2.Width = 145;
     //
     // gcolContact2Phone
     //
     this.gcolContact2Phone.Caption = "Contact 2 Phone";
     this.gcolContact2Phone.FieldName = "Contact2Phone";
     this.gcolContact2Phone.Name = "gcolContact2Phone";
     this.gcolContact2Phone.Visible = true;
     this.gcolContact2Phone.VisibleIndex = 5;
     //
     // gcolContact
     //
     this.gcolContact.Caption = "Contact";
     this.gcolContact.FieldName = "Contact";
     this.gcolContact.Name = "gcolContact";
     this.gcolContact.Width = 120;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption = "Status";
     this.gcolStatus.FieldName = "DepartmentStatus";
     this.gcolStatus.Name = "gcolStatus";
     this.gcolStatus.Visible = true;
     this.gcolStatus.VisibleIndex = 6;
     this.gcolStatus.Width = 108;
     //
     // frmDeptBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(672, 333);
     this.Controls.Add(this.pnlBody);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "frmDeptBrw";
     this.ShowInTaskbar = false;
     this.Text = "Departments...";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDept)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDept)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #4
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(frmProgBrw));
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find                = new System.Windows.Forms.Panel();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.txtSearch               = new System.Windows.Forms.TextBox();
     this.chk_Anywhere            = new System.Windows.Forms.CheckBox();
     this.btn_Clear               = new System.Windows.Forms.Button();
     this.btn_Find                = new System.Windows.Forms.Button();
     this.lbl_Find                = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch       = new System.Windows.Forms.CheckBox();
     this.pnlBody                 = new System.Windows.Forms.Panel();
     this.panel2                  = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch         = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1        = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch         = new System.Windows.Forms.TextBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.grdProgram              = new DevExpress.XtraGrid.GridControl();
     this.gvwProgram              = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolProgID              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColName                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhonetic            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNameRomaji          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColDepartment          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClientName          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact1            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolReportAttendence    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniEventID      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidEventID      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestFinalEventID    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniForm         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidForm         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestFinalForm       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEvaluationMidForm   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEvaluationFinalForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolQuestMidForm        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolQuestFinalForm      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolProgramStatus       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDescription         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateLastLogin       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateCreated         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModified        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModifiedByUser  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1             = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.panel2.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdProgram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwProgram)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight   = false;
     this.repositoryItemTextEdit1.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name         = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor   = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name     = "pnl_Find";
     this.pnl_Find.Size     = new System.Drawing.Size(672, 129);
     this.pnl_Find.TabIndex = 42;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(373, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(295, 125);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(295, 125);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(102, 24);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(474, 27);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location                = new System.Drawing.Point(336, 63);
     this.chk_Anywhere.Name                    = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size                    = new System.Drawing.Size(246, 34);
     this.chk_Anywhere.TabIndex                = 7;
     this.chk_Anywhere.Text                    = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location  = new System.Drawing.Point(592, 63);
     this.btn_Clear.Name      = "btn_Clear";
     this.btn_Clear.Size      = new System.Drawing.Size(120, 33);
     this.btn_Clear.TabIndex  = 6;
     this.btn_Clear.Text      = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location  = new System.Drawing.Point(592, 21);
     this.btn_Find.Name      = "btn_Find";
     this.btn_Find.Size      = new System.Drawing.Size(120, 33);
     this.btn_Find.TabIndex  = 4;
     this.btn_Find.Text      = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(24, 27);
     this.lbl_Find.Name     = "lbl_Find";
     this.lbl_Find.Size     = new System.Drawing.Size(46, 21);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text     = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked                 = true;
     this.chk_AdvanceSearch.CheckState              = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location                = new System.Drawing.Point(102, 63);
     this.chk_AdvanceSearch.Name                    = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size                    = new System.Drawing.Size(180, 34);
     this.chk_AdvanceSearch.TabIndex                = 8;
     this.chk_AdvanceSearch.Text                    = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.panel2);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(672, 366);
     this.pnlBody.TabIndex = 27;
     this.pnlBody.Resize  += new System.EventHandler(this.pnlBody_Resize);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pnl_SpeedSearch);
     this.panel2.Controls.Add(this.grdProgram);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 129);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(672, 237);
     this.panel2.TabIndex = 43;
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(64, 263);
     this.pnl_SpeedSearch.Name     = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size     = new System.Drawing.Size(307, 103);
     this.pnl_SpeedSearch.TabIndex = 42;
     this.pnl_SpeedSearch.Visible  = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(6, 6);
     this.pnl_SpeedSearch1.Name     = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size     = new System.Drawing.Size(295, 91);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location     = new System.Drawing.Point(18, 41);
     this.txt_SpeedSearch.Name         = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size         = new System.Drawing.Size(251, 27);
     this.txt_SpeedSearch.TabIndex     = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave       += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(90, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(103, 19);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fast Search";
     //
     // grdProgram
     //
     this.grdProgram.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdProgram.ExternalRepository = this.persistentRepository1;
     this.grdProgram.Location           = new System.Drawing.Point(0, 0);
     this.grdProgram.MainView           = this.gvwProgram;
     this.grdProgram.Name     = "grdProgram";
     this.grdProgram.Size     = new System.Drawing.Size(672, 237);
     this.grdProgram.TabIndex = 25;
     this.grdProgram.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwProgram
     });
     this.grdProgram.DoubleClick += new System.EventHandler(this.grdProgram_DoubleClick);
     this.grdProgram.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.grdProgram_KeyPress);
     //
     // gvwProgram
     //
     this.gvwProgram.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwProgram.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcolProgID,
         this.gColName,
         this.gcolPhonetic,
         this.gcolNameRomaji,
         this.gColDepartment,
         this.gcolClientName,
         this.gcolContact1,
         this.gcolContact2,
         this.gcolReportAttendence,
         this.gcolTestIniEventID,
         this.gColTestMidEventID,
         this.gColTestFinalEventID,
         this.gcolTestIniForm,
         this.gColTestMidForm,
         this.gcolTestFinalForm,
         this.gcolEvaluationMidForm,
         this.gcolEvaluationFinalForm,
         this.gcolQuestMidForm,
         this.gcolQuestFinalForm,
         this.gcolProgramStatus,
         this.gcolDescription,
         this.gcolDateLastLogin,
         this.gcolDateCreated,
         this.gcolLastModified,
         this.gcolLastModifiedByUser,
         this.gridColumn1
     });
     this.gvwProgram.FocusRectStyle                  = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwProgram.GridControl                     = this.grdProgram;
     this.gvwProgram.Name                            = "gvwProgram";
     this.gvwProgram.OptionsView.ShowGroupPanel      = false;
     this.gvwProgram.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gvwProgram.OptionsView.ShowIndicator       = false;
     this.gvwProgram.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClientName, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gcolProgID
     //
     this.gcolProgID.Caption   = "Program ID";
     this.gcolProgID.FieldName = "ProgramID";
     this.gcolProgID.Name      = "gcolProgID";
     this.gcolProgID.OptionsColumn.AllowEdit = false;
     this.gcolProgID.OptionsColumn.ReadOnly  = true;
     //
     // gColName
     //
     this.gColName.Caption   = "Program Name";
     this.gColName.FieldName = "BrowseName";
     this.gColName.Name      = "gColName";
     this.gColName.OptionsColumn.AllowEdit = false;
     this.gColName.OptionsColumn.ReadOnly  = true;
     this.gColName.Visible      = true;
     this.gColName.VisibleIndex = 2;
     this.gColName.Width        = 116;
     //
     // gcolPhonetic
     //
     this.gcolPhonetic.Caption   = "Name Phonetic";
     this.gcolPhonetic.FieldName = "NamePhonetic";
     this.gcolPhonetic.Name      = "gcolPhonetic";
     this.gcolPhonetic.OptionsColumn.AllowEdit = false;
     this.gcolPhonetic.OptionsColumn.ReadOnly  = true;
     this.gcolPhonetic.Width = 88;
     //
     // gcolNameRomaji
     //
     this.gcolNameRomaji.Caption   = "Name Romaji";
     this.gcolNameRomaji.FieldName = "NameRomaji";
     this.gcolNameRomaji.Name      = "gcolNameRomaji";
     this.gcolNameRomaji.OptionsColumn.AllowEdit = false;
     this.gcolNameRomaji.OptionsColumn.ReadOnly  = true;
     this.gcolNameRomaji.Width = 88;
     //
     // gColDepartment
     //
     this.gColDepartment.Caption   = "Department";
     this.gColDepartment.FieldName = "Department";
     this.gColDepartment.Name      = "gColDepartment";
     this.gColDepartment.OptionsColumn.AllowEdit = false;
     this.gColDepartment.OptionsColumn.ReadOnly  = true;
     this.gColDepartment.Visible      = true;
     this.gColDepartment.VisibleIndex = 1;
     this.gColDepartment.Width        = 120;
     //
     // gcolClientName
     //
     this.gcolClientName.Caption   = "Client Name";
     this.gcolClientName.FieldName = "Client";
     this.gcolClientName.Name      = "gcolClientName";
     this.gcolClientName.OptionsColumn.AllowEdit = false;
     this.gcolClientName.OptionsColumn.ReadOnly  = true;
     this.gcolClientName.Visible      = true;
     this.gcolClientName.VisibleIndex = 0;
     this.gcolClientName.Width        = 120;
     //
     // gcolContact1
     //
     this.gcolContact1.Caption   = "Contact 1 Name";
     this.gcolContact1.FieldName = "Contact1";
     this.gcolContact1.Name      = "gcolContact1";
     this.gcolContact1.OptionsColumn.AllowEdit = false;
     this.gcolContact1.OptionsColumn.ReadOnly  = true;
     this.gcolContact1.Visible      = true;
     this.gcolContact1.VisibleIndex = 3;
     this.gcolContact1.Width        = 120;
     //
     // gcolContact2
     //
     this.gcolContact2.Caption   = "Contact 2 Name";
     this.gcolContact2.FieldName = "Contact2";
     this.gcolContact2.Name      = "gcolContact2";
     this.gcolContact2.OptionsColumn.AllowEdit = false;
     this.gcolContact2.OptionsColumn.ReadOnly  = true;
     this.gcolContact2.Visible      = true;
     this.gcolContact2.VisibleIndex = 4;
     this.gcolContact2.Width        = 120;
     //
     // gcolReportAttendence
     //
     this.gcolReportAttendence.Caption   = "Report Attendence";
     this.gcolReportAttendence.FieldName = "ReportAttendence";
     this.gcolReportAttendence.Name      = "gcolReportAttendence";
     this.gcolReportAttendence.OptionsColumn.AllowEdit = false;
     this.gcolReportAttendence.OptionsColumn.ReadOnly  = true;
     this.gcolReportAttendence.Width = 88;
     //
     // gcolTestIniEventID
     //
     this.gcolTestIniEventID.Caption   = "Initial EventID";
     this.gcolTestIniEventID.FieldName = "TestInitialEventID";
     this.gcolTestIniEventID.Name      = "gcolTestIniEventID";
     this.gcolTestIniEventID.OptionsColumn.AllowEdit = false;
     this.gcolTestIniEventID.OptionsColumn.ReadOnly  = true;
     //
     // gColTestMidEventID
     //
     this.gColTestMidEventID.Caption   = "Mid-term EventID";
     this.gColTestMidEventID.FieldName = "TestMidTermEventID";
     this.gColTestMidEventID.Name      = "gColTestMidEventID";
     this.gColTestMidEventID.OptionsColumn.AllowEdit = false;
     this.gColTestMidEventID.OptionsColumn.ReadOnly  = true;
     //
     // gColTestFinalEventID
     //
     this.gColTestFinalEventID.Caption   = "Final EventID";
     this.gColTestFinalEventID.FieldName = "TestFinalEventID";
     this.gColTestFinalEventID.Name      = "gColTestFinalEventID";
     this.gColTestFinalEventID.OptionsColumn.AllowEdit = false;
     this.gColTestFinalEventID.OptionsColumn.ReadOnly  = true;
     //
     // gcolTestIniForm
     //
     this.gcolTestIniForm.Caption   = "Initial Form";
     this.gcolTestIniForm.FieldName = "TestInitialForm";
     this.gcolTestIniForm.Name      = "gcolTestIniForm";
     this.gcolTestIniForm.OptionsColumn.AllowEdit = false;
     this.gcolTestIniForm.OptionsColumn.ReadOnly  = true;
     //
     // gColTestMidForm
     //
     this.gColTestMidForm.Caption   = "Mid-term Form";
     this.gColTestMidForm.FieldName = "TestMidTermForm";
     this.gColTestMidForm.Name      = "gColTestMidForm";
     this.gColTestMidForm.OptionsColumn.AllowEdit = false;
     this.gColTestMidForm.OptionsColumn.ReadOnly  = true;
     //
     // gcolTestFinalForm
     //
     this.gcolTestFinalForm.Caption   = "Final Form";
     this.gcolTestFinalForm.FieldName = "TestFinalForm";
     this.gcolTestFinalForm.Name      = "gcolTestFinalForm";
     this.gcolTestFinalForm.OptionsColumn.AllowEdit = false;
     this.gcolTestFinalForm.OptionsColumn.ReadOnly  = true;
     //
     // gcolEvaluationMidForm
     //
     this.gcolEvaluationMidForm.Caption   = "Eval. Mid-term Form";
     this.gcolEvaluationMidForm.FieldName = "EvaluationMidTermForm";
     this.gcolEvaluationMidForm.Name      = "gcolEvaluationMidForm";
     this.gcolEvaluationMidForm.OptionsColumn.AllowEdit = false;
     this.gcolEvaluationMidForm.OptionsColumn.ReadOnly  = true;
     //
     // gcolEvaluationFinalForm
     //
     this.gcolEvaluationFinalForm.Caption   = "Eval. Final Form";
     this.gcolEvaluationFinalForm.FieldName = "EvaluationFinalForm";
     this.gcolEvaluationFinalForm.Name      = "gcolEvaluationFinalForm";
     this.gcolEvaluationFinalForm.OptionsColumn.AllowEdit = false;
     this.gcolEvaluationFinalForm.OptionsColumn.ReadOnly  = true;
     //
     // gcolQuestMidForm
     //
     this.gcolQuestMidForm.Caption   = "Questionnaire Mid-term Form";
     this.gcolQuestMidForm.FieldName = "QuestionaireMidtermForm";
     this.gcolQuestMidForm.Name      = "gcolQuestMidForm";
     this.gcolQuestMidForm.OptionsColumn.AllowEdit = false;
     this.gcolQuestMidForm.OptionsColumn.ReadOnly  = true;
     //
     // gcolQuestFinalForm
     //
     this.gcolQuestFinalForm.Caption   = "Questionnaire Final Form";
     this.gcolQuestFinalForm.FieldName = "QuestionaireFinalForm";
     this.gcolQuestFinalForm.Name      = "gcolQuestFinalForm";
     this.gcolQuestFinalForm.OptionsColumn.AllowEdit = false;
     this.gcolQuestFinalForm.OptionsColumn.ReadOnly  = true;
     //
     // gcolProgramStatus
     //
     this.gcolProgramStatus.Caption   = "Status";
     this.gcolProgramStatus.FieldName = "ProgramStatus";
     this.gcolProgramStatus.Name      = "gcolProgramStatus";
     this.gcolProgramStatus.OptionsColumn.AllowEdit = false;
     this.gcolProgramStatus.OptionsColumn.ReadOnly  = true;
     this.gcolProgramStatus.Visible      = true;
     this.gcolProgramStatus.VisibleIndex = 6;
     this.gcolProgramStatus.Width        = 72;
     //
     // gcolDescription
     //
     this.gcolDescription.Caption   = "Description";
     this.gcolDescription.FieldName = "Description";
     this.gcolDescription.Name      = "gcolDescription";
     this.gcolDescription.OptionsColumn.AllowEdit = false;
     this.gcolDescription.OptionsColumn.ReadOnly  = true;
     this.gcolDescription.Width = 168;
     //
     // gcolDateLastLogin
     //
     this.gcolDateLastLogin.Caption   = "Date Last Login";
     this.gcolDateLastLogin.FieldName = "DatelastLogin";
     this.gcolDateLastLogin.Name      = "gcolDateLastLogin";
     this.gcolDateLastLogin.OptionsColumn.AllowEdit = false;
     this.gcolDateLastLogin.OptionsColumn.ReadOnly  = true;
     //
     // gcolDateCreated
     //
     this.gcolDateCreated.Caption   = "Date Created";
     this.gcolDateCreated.FieldName = "DateCreated";
     this.gcolDateCreated.Name      = "gcolDateCreated";
     this.gcolDateCreated.OptionsColumn.AllowEdit = false;
     this.gcolDateCreated.OptionsColumn.ReadOnly  = true;
     //
     // gcolLastModified
     //
     this.gcolLastModified.Caption   = "Date Last Modified";
     this.gcolLastModified.FieldName = "DateLastModified";
     this.gcolLastModified.Name      = "gcolLastModified";
     this.gcolLastModified.OptionsColumn.AllowEdit = false;
     this.gcolLastModified.OptionsColumn.ReadOnly  = true;
     //
     // gcolLastModifiedByUser
     //
     this.gcolLastModifiedByUser.Caption   = "Last Modified User ID";
     this.gcolLastModifiedByUser.FieldName = "LastModifiedByUserID";
     this.gcolLastModifiedByUser.Name      = "gcolLastModifiedByUser";
     this.gcolLastModifiedByUser.OptionsColumn.AllowEdit = false;
     this.gcolLastModifiedByUser.OptionsColumn.ReadOnly  = true;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Billing";
     this.gridColumn1.FieldName = "Billing";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.ReadOnly  = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 5;
     //
     // frmProgBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 20);
     this.ClientSize        = new System.Drawing.Size(672, 366);
     this.Controls.Add(this.pnlBody);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MinimizeBox   = false;
     this.Name          = "frmProgBrw";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Program...";
     this.Load         += new System.EventHandler(this.frmProgBrw_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdProgram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwProgram)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
0
ファイル: frmContactBrw.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmContactBrw));
     this.pnlBody = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1 = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.grdContact = new DevExpress.XtraGrid.GridControl();
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gvwContact = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolContactID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColLastName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCompany = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStreet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCity = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolState = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCountry = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEmail1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolJobTitle = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatusID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact1Name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactPhone1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2Name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactPhone2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolMobilePhone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateJoined = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAccRepName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnl_Find = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.chk_Anywhere = new System.Windows.Forms.CheckBox();
     this.btn_Clear = new System.Windows.Forms.Button();
     this.btn_Find = new System.Windows.Forms.Button();
     this.lbl_Find = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdContact);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(672, 333);
     this.pnlBody.TabIndex = 26;
     this.pnlBody.Resize += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(40, 232);
     this.pnl_SpeedSearch.Name = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size = new System.Drawing.Size(192, 72);
     this.pnl_SpeedSearch.TabIndex = 41;
     this.pnl_SpeedSearch.Visible = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(4, 4);
     this.pnl_SpeedSearch1.Name = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size = new System.Drawing.Size(184, 64);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location = new System.Drawing.Point(11, 29);
     this.txt_SpeedSearch.Name = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size = new System.Drawing.Size(157, 21);
     this.txt_SpeedSearch.TabIndex = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(56, 4);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 14);
     this.label1.TabIndex = 0;
     this.label1.Text = "Fast Search";
     //
     // grdContact
     //
     this.grdContact.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdContact.EmbeddedNavigator.Name = "";
     this.grdContact.ExternalRepository = this.persistentRepository1;
     this.grdContact.Location = new System.Drawing.Point(0, 88);
     this.grdContact.MainView = this.gvwContact;
     this.grdContact.Name = "grdContact";
     this.grdContact.Size = new System.Drawing.Size(672, 245);
     this.grdContact.TabIndex = 25;
     this.grdContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwContact});
     this.grdContact.DoubleClick += new System.EventHandler(this.grdContact_DoubleClick);
     this.grdContact.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.grdContact_KeyPress);
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // gvwContact
     //
     this.gvwContact.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolContactID,
     this.gcolContactType,
     this.gcolType,
     this.gColLastName,
     this.gcolFirstName,
     this.gcolCompany,
     this.gcolLastNameRomaji,
     this.gcolFirstNameRomaji,
     this.gcolContactName,
     this.gcolContactNameRomaji,
     this.gcolStreet,
     this.gcolCity,
     this.gcolState,
     this.gcolCountry,
     this.gcolEmail1,
     this.gcolPhone,
     this.gcolJobTitle,
     this.gcolStatusID,
     this.gcolStatus,
     this.gcolContact1Name,
     this.gcolContactPhone1,
     this.gcolContact2Name,
     this.gcolContactPhone2,
     this.gcolMobilePhone,
     this.gcolDateJoined,
     this.colAccRepName});
     this.gvwContact.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwContact.GridControl = this.grdContact;
     this.gvwContact.Name = "gvwContact";
     this.gvwContact.OptionsBehavior.Editable = false;
     this.gvwContact.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwContact.OptionsDetail.EnableDetailToolTip = true;
     this.gvwContact.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwContact.OptionsPrint.UsePrintStyles = true;
     this.gvwContact.OptionsView.ShowDetailButtons = false;
     this.gvwContact.OptionsView.ShowGroupPanel = false;
     this.gvwContact.OptionsView.ShowHorzLines = false;
     this.gvwContact.OptionsView.ShowIndicator = false;
     this.gvwContact.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolContactType, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gcolContactID
     //
     this.gcolContactID.Caption = "ContactID";
     this.gcolContactID.FieldName = "ContactId";
     this.gcolContactID.Name = "gcolContactID";
     //
     // gcolContactType
     //
     this.gcolContactType.Caption = "Contact Type ID";
     this.gcolContactType.ColumnEdit = this.repositoryItemTextEdit1;
     this.gcolContactType.FieldName = "ContactType";
     this.gcolContactType.Name = "gcolContactType";
     this.gcolContactType.Width = 68;
     //
     // gcolType
     //
     this.gcolType.Caption = "Contact Type";
     this.gcolType.FieldName = "Type";
     this.gcolType.Name = "gcolType";
     //
     // gColLastName
     //
     this.gColLastName.Caption = "Last Name";
     this.gColLastName.FieldName = "LastName";
     this.gColLastName.Name = "gColLastName";
     this.gColLastName.Visible = true;
     this.gColLastName.VisibleIndex = 0;
     this.gColLastName.Width = 73;
     //
     // gcolFirstName
     //
     this.gcolFirstName.Caption = "First Name";
     this.gcolFirstName.FieldName = "FirstName";
     this.gcolFirstName.Name = "gcolFirstName";
     this.gcolFirstName.Visible = true;
     this.gcolFirstName.VisibleIndex = 1;
     this.gcolFirstName.Width = 73;
     //
     // gcolCompany
     //
     this.gcolCompany.Caption = "Company";
     this.gcolCompany.FieldName = "BrowseName";
     this.gcolCompany.Name = "gcolCompany";
     this.gcolCompany.Visible = true;
     this.gcolCompany.VisibleIndex = 2;
     this.gcolCompany.Width = 73;
     //
     // gcolLastNameRomaji
     //
     this.gcolLastNameRomaji.Caption = "Last Name Romaji";
     this.gcolLastNameRomaji.FieldName = "LastNameRomaji";
     this.gcolLastNameRomaji.Name = "gcolLastNameRomaji";
     //
     // gcolFirstNameRomaji
     //
     this.gcolFirstNameRomaji.Caption = "First Name Romaji";
     this.gcolFirstNameRomaji.FieldName = "FirstNameRomaji";
     this.gcolFirstNameRomaji.Name = "gcolFirstNameRomaji";
     //
     // gcolContactName
     //
     this.gcolContactName.Caption = "Contact Name";
     this.gcolContactName.FieldName = "ContactlastName1";
     this.gcolContactName.Name = "gcolContactName";
     //
     // gcolContactNameRomaji
     //
     this.gcolContactNameRomaji.Caption = "Contact Name Romaji";
     this.gcolContactNameRomaji.FieldName = "ContactlastNameRomaji1";
     this.gcolContactNameRomaji.Name = "gcolContactNameRomaji";
     //
     // gcolStreet
     //
     this.gcolStreet.Caption = "Street";
     this.gcolStreet.FieldName = "Street1";
     this.gcolStreet.Name = "gcolStreet";
     this.gcolStreet.Width = 69;
     //
     // gcolCity
     //
     this.gcolCity.Caption = "City";
     this.gcolCity.FieldName = "City";
     this.gcolCity.Name = "gcolCity";
     this.gcolCity.Width = 46;
     //
     // gcolState
     //
     this.gcolState.Caption = "State";
     this.gcolState.FieldName = "State";
     this.gcolState.Name = "gcolState";
     this.gcolState.Width = 46;
     //
     // gcolCountry
     //
     this.gcolCountry.Caption = "Country";
     this.gcolCountry.FieldName = "Country";
     this.gcolCountry.Name = "gcolCountry";
     this.gcolCountry.Width = 46;
     //
     // gcolEmail1
     //
     this.gcolEmail1.Caption = "Email";
     this.gcolEmail1.FieldName = "Email1";
     this.gcolEmail1.Name = "gcolEmail1";
     this.gcolEmail1.Width = 41;
     //
     // gcolPhone
     //
     this.gcolPhone.Caption = "Phone";
     this.gcolPhone.FieldName = "Phone1";
     this.gcolPhone.Name = "gcolPhone";
     this.gcolPhone.Visible = true;
     this.gcolPhone.VisibleIndex = 3;
     this.gcolPhone.Width = 47;
     //
     // gcolJobTitle
     //
     this.gcolJobTitle.Caption = "Job Title";
     this.gcolJobTitle.FieldName = "TitleForJob";
     this.gcolJobTitle.Name = "gcolJobTitle";
     //
     // gcolStatusID
     //
     this.gcolStatusID.Caption = "Status";
     this.gcolStatusID.FieldName = "ContactStatus";
     this.gcolStatusID.Name = "gcolStatusID";
     this.gcolStatusID.Width = 79;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption = "Status";
     this.gcolStatus.FieldName = "Status";
     this.gcolStatus.Name = "gcolStatus";
     this.gcolStatus.Visible = true;
     this.gcolStatus.VisibleIndex = 4;
     //
     // gcolContact1Name
     //
     this.gcolContact1Name.Caption = "Contact 1 Name";
     this.gcolContact1Name.FieldName = "Contact1";
     this.gcolContact1Name.Name = "gcolContact1Name";
     //
     // gcolContactPhone1
     //
     this.gcolContactPhone1.Caption = "Contact Phone 1";
     this.gcolContactPhone1.FieldName = "Contact1Phone";
     this.gcolContactPhone1.Name = "gcolContactPhone1";
     //
     // gcolContact2Name
     //
     this.gcolContact2Name.Caption = "Contact 2 Name";
     this.gcolContact2Name.FieldName = "Contact2";
     this.gcolContact2Name.Name = "gcolContact2Name";
     //
     // gcolContactPhone2
     //
     this.gcolContactPhone2.Caption = "Contact Phone 2";
     this.gcolContactPhone2.FieldName = "Contact2Phone";
     this.gcolContactPhone2.Name = "gcolContactPhone2";
     //
     // gcolMobilePhone
     //
     this.gcolMobilePhone.Caption = "Mobile Phone";
     this.gcolMobilePhone.FieldName = "PhoneMobile1";
     this.gcolMobilePhone.Name = "gcolMobilePhone";
     //
     // gcolDateJoined
     //
     this.gcolDateJoined.Caption = "Date Joined";
     this.gcolDateJoined.FieldName = "DateJoined";
     this.gcolDateJoined.Name = "gcolDateJoined";
     //
     // colAccRepName
     //
     this.colAccRepName.Caption = "Acc. Rep Name";
     this.colAccRepName.FieldName = "AccRepName";
     this.colAccRepName.Name = "colAccRepName";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name = "pnl_Find";
     this.pnl_Find.Size = new System.Drawing.Size(672, 88);
     this.pnl_Find.TabIndex = 26;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(484, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(184, 84);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(184, 84);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(64, 17);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(296, 21);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location = new System.Drawing.Point(210, 44);
     this.chk_Anywhere.Name = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size = new System.Drawing.Size(154, 24);
     this.chk_Anywhere.TabIndex = 7;
     this.chk_Anywhere.Text = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location = new System.Drawing.Point(370, 44);
     this.btn_Clear.Name = "btn_Clear";
     this.btn_Clear.Size = new System.Drawing.Size(75, 23);
     this.btn_Clear.TabIndex = 6;
     this.btn_Clear.Text = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location = new System.Drawing.Point(370, 15);
     this.btn_Find.Name = "btn_Find";
     this.btn_Find.Size = new System.Drawing.Size(75, 23);
     this.btn_Find.TabIndex = 4;
     this.btn_Find.Text = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(15, 19);
     this.lbl_Find.Name = "lbl_Find";
     this.lbl_Find.Size = new System.Drawing.Size(30, 13);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked = true;
     this.chk_AdvanceSearch.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location = new System.Drawing.Point(64, 44);
     this.chk_AdvanceSearch.Name = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size = new System.Drawing.Size(112, 24);
     this.chk_AdvanceSearch.TabIndex = 8;
     this.chk_AdvanceSearch.Text = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // frmContactBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(672, 333);
     this.Controls.Add(this.pnlBody);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "frmContactBrw";
     this.ShowInTaskbar = false;
     this.Text = "Contacts...";
     this.Load += new System.EventHandler(this.frmContactBrw_Load);
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #6
0
ファイル: frmProgBrw.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmProgBrw));
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.chk_Anywhere = new System.Windows.Forms.CheckBox();
     this.btn_Clear = new System.Windows.Forms.Button();
     this.btn_Find = new System.Windows.Forms.Button();
     this.lbl_Find = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
     this.pnlBody = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1 = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.grdProgram = new DevExpress.XtraGrid.GridControl();
     this.gvwProgram = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolProgID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhonetic = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColDepartment = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClientName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolReportAttendence = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestFinalEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestFinalForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEvaluationMidForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEvaluationFinalForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolQuestMidForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolQuestFinalForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolProgramStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateLastLogin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateCreated = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModified = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModifiedByUser = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.panel2.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdProgram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwProgram)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name = "pnl_Find";
     this.pnl_Find.Size = new System.Drawing.Size(672, 129);
     this.pnl_Find.TabIndex = 42;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(373, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(295, 125);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(295, 125);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(102, 24);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(474, 27);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location = new System.Drawing.Point(336, 63);
     this.chk_Anywhere.Name = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size = new System.Drawing.Size(246, 34);
     this.chk_Anywhere.TabIndex = 7;
     this.chk_Anywhere.Text = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location = new System.Drawing.Point(592, 63);
     this.btn_Clear.Name = "btn_Clear";
     this.btn_Clear.Size = new System.Drawing.Size(120, 33);
     this.btn_Clear.TabIndex = 6;
     this.btn_Clear.Text = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location = new System.Drawing.Point(592, 21);
     this.btn_Find.Name = "btn_Find";
     this.btn_Find.Size = new System.Drawing.Size(120, 33);
     this.btn_Find.TabIndex = 4;
     this.btn_Find.Text = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(24, 27);
     this.lbl_Find.Name = "lbl_Find";
     this.lbl_Find.Size = new System.Drawing.Size(46, 21);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked = true;
     this.chk_AdvanceSearch.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location = new System.Drawing.Point(102, 63);
     this.chk_AdvanceSearch.Name = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size = new System.Drawing.Size(180, 34);
     this.chk_AdvanceSearch.TabIndex = 8;
     this.chk_AdvanceSearch.Text = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.panel2);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(672, 366);
     this.pnlBody.TabIndex = 27;
     this.pnlBody.Resize += new System.EventHandler(this.pnlBody_Resize);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pnl_SpeedSearch);
     this.panel2.Controls.Add(this.grdProgram);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 129);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(672, 237);
     this.panel2.TabIndex = 43;
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(64, 263);
     this.pnl_SpeedSearch.Name = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size = new System.Drawing.Size(307, 103);
     this.pnl_SpeedSearch.TabIndex = 42;
     this.pnl_SpeedSearch.Visible = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(6, 6);
     this.pnl_SpeedSearch1.Name = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size = new System.Drawing.Size(295, 91);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location = new System.Drawing.Point(18, 41);
     this.txt_SpeedSearch.Name = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size = new System.Drawing.Size(251, 27);
     this.txt_SpeedSearch.TabIndex = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(90, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(103, 19);
     this.label1.TabIndex = 0;
     this.label1.Text = "Fast Search";
     //
     // grdProgram
     //
     this.grdProgram.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdProgram.ExternalRepository = this.persistentRepository1;
     this.grdProgram.Location = new System.Drawing.Point(0, 0);
     this.grdProgram.MainView = this.gvwProgram;
     this.grdProgram.Name = "grdProgram";
     this.grdProgram.Size = new System.Drawing.Size(672, 237);
     this.grdProgram.TabIndex = 25;
     this.grdProgram.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwProgram});
     this.grdProgram.DoubleClick += new System.EventHandler(this.grdProgram_DoubleClick);
     this.grdProgram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.grdProgram_KeyPress);
     //
     // gvwProgram
     //
     this.gvwProgram.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwProgram.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolProgID,
     this.gColName,
     this.gcolPhonetic,
     this.gcolNameRomaji,
     this.gColDepartment,
     this.gcolClientName,
     this.gcolContact1,
     this.gcolContact2,
     this.gcolReportAttendence,
     this.gcolTestIniEventID,
     this.gColTestMidEventID,
     this.gColTestFinalEventID,
     this.gcolTestIniForm,
     this.gColTestMidForm,
     this.gcolTestFinalForm,
     this.gcolEvaluationMidForm,
     this.gcolEvaluationFinalForm,
     this.gcolQuestMidForm,
     this.gcolQuestFinalForm,
     this.gcolProgramStatus,
     this.gcolDescription,
     this.gcolDateLastLogin,
     this.gcolDateCreated,
     this.gcolLastModified,
     this.gcolLastModifiedByUser,
     this.gridColumn1});
     this.gvwProgram.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwProgram.GridControl = this.grdProgram;
     this.gvwProgram.Name = "gvwProgram";
     this.gvwProgram.OptionsView.ShowGroupPanel = false;
     this.gvwProgram.OptionsView.ShowHorzLines = false;
     this.gvwProgram.OptionsView.ShowIndicator = false;
     this.gvwProgram.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClientName, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gcolProgID
     //
     this.gcolProgID.Caption = "Program ID";
     this.gcolProgID.FieldName = "ProgramID";
     this.gcolProgID.Name = "gcolProgID";
     this.gcolProgID.OptionsColumn.AllowEdit = false;
     this.gcolProgID.OptionsColumn.ReadOnly = true;
     //
     // gColName
     //
     this.gColName.Caption = "Program Name";
     this.gColName.FieldName = "BrowseName";
     this.gColName.Name = "gColName";
     this.gColName.OptionsColumn.AllowEdit = false;
     this.gColName.OptionsColumn.ReadOnly = true;
     this.gColName.Visible = true;
     this.gColName.VisibleIndex = 2;
     this.gColName.Width = 116;
     //
     // gcolPhonetic
     //
     this.gcolPhonetic.Caption = "Name Phonetic";
     this.gcolPhonetic.FieldName = "NamePhonetic";
     this.gcolPhonetic.Name = "gcolPhonetic";
     this.gcolPhonetic.OptionsColumn.AllowEdit = false;
     this.gcolPhonetic.OptionsColumn.ReadOnly = true;
     this.gcolPhonetic.Width = 88;
     //
     // gcolNameRomaji
     //
     this.gcolNameRomaji.Caption = "Name Romaji";
     this.gcolNameRomaji.FieldName = "NameRomaji";
     this.gcolNameRomaji.Name = "gcolNameRomaji";
     this.gcolNameRomaji.OptionsColumn.AllowEdit = false;
     this.gcolNameRomaji.OptionsColumn.ReadOnly = true;
     this.gcolNameRomaji.Width = 88;
     //
     // gColDepartment
     //
     this.gColDepartment.Caption = "Department";
     this.gColDepartment.FieldName = "Department";
     this.gColDepartment.Name = "gColDepartment";
     this.gColDepartment.OptionsColumn.AllowEdit = false;
     this.gColDepartment.OptionsColumn.ReadOnly = true;
     this.gColDepartment.Visible = true;
     this.gColDepartment.VisibleIndex = 1;
     this.gColDepartment.Width = 120;
     //
     // gcolClientName
     //
     this.gcolClientName.Caption = "Client Name";
     this.gcolClientName.FieldName = "Client";
     this.gcolClientName.Name = "gcolClientName";
     this.gcolClientName.OptionsColumn.AllowEdit = false;
     this.gcolClientName.OptionsColumn.ReadOnly = true;
     this.gcolClientName.Visible = true;
     this.gcolClientName.VisibleIndex = 0;
     this.gcolClientName.Width = 120;
     //
     // gcolContact1
     //
     this.gcolContact1.Caption = "Contact 1 Name";
     this.gcolContact1.FieldName = "Contact1";
     this.gcolContact1.Name = "gcolContact1";
     this.gcolContact1.OptionsColumn.AllowEdit = false;
     this.gcolContact1.OptionsColumn.ReadOnly = true;
     this.gcolContact1.Visible = true;
     this.gcolContact1.VisibleIndex = 3;
     this.gcolContact1.Width = 120;
     //
     // gcolContact2
     //
     this.gcolContact2.Caption = "Contact 2 Name";
     this.gcolContact2.FieldName = "Contact2";
     this.gcolContact2.Name = "gcolContact2";
     this.gcolContact2.OptionsColumn.AllowEdit = false;
     this.gcolContact2.OptionsColumn.ReadOnly = true;
     this.gcolContact2.Visible = true;
     this.gcolContact2.VisibleIndex = 4;
     this.gcolContact2.Width = 120;
     //
     // gcolReportAttendence
     //
     this.gcolReportAttendence.Caption = "Report Attendence";
     this.gcolReportAttendence.FieldName = "ReportAttendence";
     this.gcolReportAttendence.Name = "gcolReportAttendence";
     this.gcolReportAttendence.OptionsColumn.AllowEdit = false;
     this.gcolReportAttendence.OptionsColumn.ReadOnly = true;
     this.gcolReportAttendence.Width = 88;
     //
     // gcolTestIniEventID
     //
     this.gcolTestIniEventID.Caption = "Initial EventID";
     this.gcolTestIniEventID.FieldName = "TestInitialEventID";
     this.gcolTestIniEventID.Name = "gcolTestIniEventID";
     this.gcolTestIniEventID.OptionsColumn.AllowEdit = false;
     this.gcolTestIniEventID.OptionsColumn.ReadOnly = true;
     //
     // gColTestMidEventID
     //
     this.gColTestMidEventID.Caption = "Mid-term EventID";
     this.gColTestMidEventID.FieldName = "TestMidTermEventID";
     this.gColTestMidEventID.Name = "gColTestMidEventID";
     this.gColTestMidEventID.OptionsColumn.AllowEdit = false;
     this.gColTestMidEventID.OptionsColumn.ReadOnly = true;
     //
     // gColTestFinalEventID
     //
     this.gColTestFinalEventID.Caption = "Final EventID";
     this.gColTestFinalEventID.FieldName = "TestFinalEventID";
     this.gColTestFinalEventID.Name = "gColTestFinalEventID";
     this.gColTestFinalEventID.OptionsColumn.AllowEdit = false;
     this.gColTestFinalEventID.OptionsColumn.ReadOnly = true;
     //
     // gcolTestIniForm
     //
     this.gcolTestIniForm.Caption = "Initial Form";
     this.gcolTestIniForm.FieldName = "TestInitialForm";
     this.gcolTestIniForm.Name = "gcolTestIniForm";
     this.gcolTestIniForm.OptionsColumn.AllowEdit = false;
     this.gcolTestIniForm.OptionsColumn.ReadOnly = true;
     //
     // gColTestMidForm
     //
     this.gColTestMidForm.Caption = "Mid-term Form";
     this.gColTestMidForm.FieldName = "TestMidTermForm";
     this.gColTestMidForm.Name = "gColTestMidForm";
     this.gColTestMidForm.OptionsColumn.AllowEdit = false;
     this.gColTestMidForm.OptionsColumn.ReadOnly = true;
     //
     // gcolTestFinalForm
     //
     this.gcolTestFinalForm.Caption = "Final Form";
     this.gcolTestFinalForm.FieldName = "TestFinalForm";
     this.gcolTestFinalForm.Name = "gcolTestFinalForm";
     this.gcolTestFinalForm.OptionsColumn.AllowEdit = false;
     this.gcolTestFinalForm.OptionsColumn.ReadOnly = true;
     //
     // gcolEvaluationMidForm
     //
     this.gcolEvaluationMidForm.Caption = "Eval. Mid-term Form";
     this.gcolEvaluationMidForm.FieldName = "EvaluationMidTermForm";
     this.gcolEvaluationMidForm.Name = "gcolEvaluationMidForm";
     this.gcolEvaluationMidForm.OptionsColumn.AllowEdit = false;
     this.gcolEvaluationMidForm.OptionsColumn.ReadOnly = true;
     //
     // gcolEvaluationFinalForm
     //
     this.gcolEvaluationFinalForm.Caption = "Eval. Final Form";
     this.gcolEvaluationFinalForm.FieldName = "EvaluationFinalForm";
     this.gcolEvaluationFinalForm.Name = "gcolEvaluationFinalForm";
     this.gcolEvaluationFinalForm.OptionsColumn.AllowEdit = false;
     this.gcolEvaluationFinalForm.OptionsColumn.ReadOnly = true;
     //
     // gcolQuestMidForm
     //
     this.gcolQuestMidForm.Caption = "Questionnaire Mid-term Form";
     this.gcolQuestMidForm.FieldName = "QuestionaireMidtermForm";
     this.gcolQuestMidForm.Name = "gcolQuestMidForm";
     this.gcolQuestMidForm.OptionsColumn.AllowEdit = false;
     this.gcolQuestMidForm.OptionsColumn.ReadOnly = true;
     //
     // gcolQuestFinalForm
     //
     this.gcolQuestFinalForm.Caption = "Questionnaire Final Form";
     this.gcolQuestFinalForm.FieldName = "QuestionaireFinalForm";
     this.gcolQuestFinalForm.Name = "gcolQuestFinalForm";
     this.gcolQuestFinalForm.OptionsColumn.AllowEdit = false;
     this.gcolQuestFinalForm.OptionsColumn.ReadOnly = true;
     //
     // gcolProgramStatus
     //
     this.gcolProgramStatus.Caption = "Status";
     this.gcolProgramStatus.FieldName = "ProgramStatus";
     this.gcolProgramStatus.Name = "gcolProgramStatus";
     this.gcolProgramStatus.OptionsColumn.AllowEdit = false;
     this.gcolProgramStatus.OptionsColumn.ReadOnly = true;
     this.gcolProgramStatus.Visible = true;
     this.gcolProgramStatus.VisibleIndex = 6;
     this.gcolProgramStatus.Width = 72;
     //
     // gcolDescription
     //
     this.gcolDescription.Caption = "Description";
     this.gcolDescription.FieldName = "Description";
     this.gcolDescription.Name = "gcolDescription";
     this.gcolDescription.OptionsColumn.AllowEdit = false;
     this.gcolDescription.OptionsColumn.ReadOnly = true;
     this.gcolDescription.Width = 168;
     //
     // gcolDateLastLogin
     //
     this.gcolDateLastLogin.Caption = "Date Last Login";
     this.gcolDateLastLogin.FieldName = "DatelastLogin";
     this.gcolDateLastLogin.Name = "gcolDateLastLogin";
     this.gcolDateLastLogin.OptionsColumn.AllowEdit = false;
     this.gcolDateLastLogin.OptionsColumn.ReadOnly = true;
     //
     // gcolDateCreated
     //
     this.gcolDateCreated.Caption = "Date Created";
     this.gcolDateCreated.FieldName = "DateCreated";
     this.gcolDateCreated.Name = "gcolDateCreated";
     this.gcolDateCreated.OptionsColumn.AllowEdit = false;
     this.gcolDateCreated.OptionsColumn.ReadOnly = true;
     //
     // gcolLastModified
     //
     this.gcolLastModified.Caption = "Date Last Modified";
     this.gcolLastModified.FieldName = "DateLastModified";
     this.gcolLastModified.Name = "gcolLastModified";
     this.gcolLastModified.OptionsColumn.AllowEdit = false;
     this.gcolLastModified.OptionsColumn.ReadOnly = true;
     //
     // gcolLastModifiedByUser
     //
     this.gcolLastModifiedByUser.Caption = "Last Modified User ID";
     this.gcolLastModifiedByUser.FieldName = "LastModifiedByUserID";
     this.gcolLastModifiedByUser.Name = "gcolLastModifiedByUser";
     this.gcolLastModifiedByUser.OptionsColumn.AllowEdit = false;
     this.gcolLastModifiedByUser.OptionsColumn.ReadOnly = true;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Billing";
     this.gridColumn1.FieldName = "Billing";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 5;
     //
     // frmProgBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 20);
     this.ClientSize = new System.Drawing.Size(672, 366);
     this.Controls.Add(this.pnlBody);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MinimizeBox = false;
     this.Name = "frmProgBrw";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Program...";
     this.Load += new System.EventHandler(this.frmProgBrw_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdProgram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwProgram)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #7
0
ファイル: frmUserBrw.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmUserBrw));
     this.pnlBody                 = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch         = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1        = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch         = new System.Windows.Forms.TextBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.grdUser                 = new DevExpress.XtraGrid.GridControl();
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gvwUser                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolUserID              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolUserName            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolUserType            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolUserStatus          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactID           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnl_Find                = new System.Windows.Forms.Panel();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.txtSearch               = new System.Windows.Forms.TextBox();
     this.chk_Anywhere            = new System.Windows.Forms.CheckBox();
     this.btn_Clear               = new System.Windows.Forms.Button();
     this.btn_Find                = new System.Windows.Forms.Button();
     this.lbl_Find                = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch       = new System.Windows.Forms.CheckBox();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwUser)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdUser);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(648, 334);
     this.pnlBody.TabIndex = 27;
     this.pnlBody.Resize  += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(40, 232);
     this.pnl_SpeedSearch.Name     = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size     = new System.Drawing.Size(192, 72);
     this.pnl_SpeedSearch.TabIndex = 41;
     this.pnl_SpeedSearch.Visible  = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(4, 4);
     this.pnl_SpeedSearch1.Name     = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size     = new System.Drawing.Size(184, 64);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location     = new System.Drawing.Point(11, 29);
     this.txt_SpeedSearch.Name         = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size         = new System.Drawing.Size(157, 20);
     this.txt_SpeedSearch.TabIndex     = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave       += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(56, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(71, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fast Search";
     //
     // grdUser
     //
     this.grdUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdUser.EmbeddedNavigator.Name = "";
     this.grdUser.ExternalRepository     = this.persistentRepository1;
     this.grdUser.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdUser.Location = new System.Drawing.Point(0, 90);
     this.grdUser.MainView = this.gvwUser;
     this.grdUser.Name     = "grdUser";
     this.grdUser.Size     = new System.Drawing.Size(648, 244);
     this.grdUser.TabIndex = 25;
     this.grdUser.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwUser
     });
     this.grdUser.DoubleClick += new System.EventHandler(this.grdUser_DoubleClick);
     this.grdUser.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.grdUser_KeyPress);
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight   = false;
     this.repositoryItemTextEdit1.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name         = "repositoryItemTextEdit1";
     //
     // gvwUser
     //
     this.gvwUser.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwUser.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcolUserID,
         this.gcolUserName,
         this.gcolUserType,
         this.gcolUserStatus,
         this.gcolContactID
     });
     this.gvwUser.FocusRectStyle               = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwUser.GridControl                  = this.grdUser;
     this.gvwUser.Name                         = "gvwUser";
     this.gvwUser.OptionsPrint.PrintDetails    = true;
     this.gvwUser.OptionsPrint.PrintFilterInfo = true;
     this.gvwUser.OptionsPrint.PrintPreview    = true;
     this.gvwUser.OptionsPrint.UsePrintStyles  = true;
     this.gvwUser.OptionsView.ShowGroupPanel   = false;
     this.gvwUser.OptionsView.ShowHorzLines    = false;
     this.gvwUser.OptionsView.ShowIndicator    = false;
     this.gvwUser.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolUserName, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gcolUserID
     //
     this.gcolUserID.Caption   = "User ID";
     this.gcolUserID.FieldName = "UserID";
     this.gcolUserID.Name      = "gcolUserID";
     this.gcolUserID.OptionsColumn.AllowEdit = false;
     this.gcolUserID.OptionsColumn.ReadOnly  = true;
     //
     // gcolUserName
     //
     this.gcolUserName.Caption   = "User Name";
     this.gcolUserName.FieldName = "UserName";
     this.gcolUserName.Name      = "gcolUserName";
     this.gcolUserName.OptionsColumn.AllowEdit = false;
     this.gcolUserName.OptionsColumn.ReadOnly  = true;
     this.gcolUserName.Visible      = true;
     this.gcolUserName.VisibleIndex = 0;
     this.gcolUserName.Width        = 200;
     //
     // gcolUserType
     //
     this.gcolUserType.Caption   = "User Type";
     this.gcolUserType.FieldName = "UserType";
     this.gcolUserType.Name      = "gcolUserType";
     this.gcolUserType.OptionsColumn.AllowEdit = false;
     this.gcolUserType.OptionsColumn.ReadOnly  = true;
     this.gcolUserType.Visible      = true;
     this.gcolUserType.VisibleIndex = 1;
     this.gcolUserType.Width        = 90;
     //
     // gcolUserStatus
     //
     this.gcolUserStatus.Caption   = "User Status";
     this.gcolUserStatus.FieldName = "UserStatus";
     this.gcolUserStatus.Name      = "gcolUserStatus";
     this.gcolUserStatus.OptionsColumn.AllowEdit = false;
     this.gcolUserStatus.OptionsColumn.ReadOnly  = true;
     this.gcolUserStatus.Visible      = true;
     this.gcolUserStatus.VisibleIndex = 2;
     this.gcolUserStatus.Width        = 90;
     //
     // gcolContactID
     //
     this.gcolContactID.Caption   = "ContactID";
     this.gcolContactID.FieldName = "ContactID";
     this.gcolContactID.Name      = "gcolContactID";
     this.gcolContactID.OptionsColumn.AllowEdit = false;
     this.gcolContactID.OptionsColumn.ReadOnly  = true;
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor   = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name     = "pnl_Find";
     this.pnl_Find.Size     = new System.Drawing.Size(648, 90);
     this.pnl_Find.TabIndex = 26;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(460, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(184, 86);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(184, 86);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(64, 17);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(296, 20);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location                = new System.Drawing.Point(210, 44);
     this.chk_Anywhere.Name                    = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size                    = new System.Drawing.Size(154, 24);
     this.chk_Anywhere.TabIndex                = 7;
     this.chk_Anywhere.Text                    = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location  = new System.Drawing.Point(370, 44);
     this.btn_Clear.Name      = "btn_Clear";
     this.btn_Clear.Size      = new System.Drawing.Size(75, 23);
     this.btn_Clear.TabIndex  = 6;
     this.btn_Clear.Text      = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location  = new System.Drawing.Point(370, 15);
     this.btn_Find.Name      = "btn_Find";
     this.btn_Find.Size      = new System.Drawing.Size(75, 23);
     this.btn_Find.TabIndex  = 4;
     this.btn_Find.Text      = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(15, 19);
     this.lbl_Find.Name     = "lbl_Find";
     this.lbl_Find.Size     = new System.Drawing.Size(30, 13);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text     = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked                 = true;
     this.chk_AdvanceSearch.CheckState              = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location                = new System.Drawing.Point(64, 44);
     this.chk_AdvanceSearch.Name                    = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size                    = new System.Drawing.Size(112, 24);
     this.chk_AdvanceSearch.TabIndex                = 8;
     this.chk_AdvanceSearch.Text                    = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // frmUserBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(648, 334);
     this.Controls.Add(this.pnlBody);
     this.Name    = "frmUserBrw";
     this.Text    = "User...";
     this.Load   += new System.EventHandler(this.frmUserBrw_Load);
     this.Resize += new System.EventHandler(this.frmUserBrw_Resize);
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwUser)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #8
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.panel1                  = new System.Windows.Forms.Panel();
     this.label1                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.btnFind                 = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.btnFind,
         this.label1,
         this.label2
     });
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(590, 32);
     this.panel1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location = new System.Drawing.Point(20, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(570, 32);
     this.label1.TabIndex = 0;
     //
     // label2
     //
     this.label2.Dock       = System.Windows.Forms.DockStyle.Left;
     this.label2.Image      = ((System.Drawing.Bitmap)(resources.GetObject("label2.Image")));
     this.label2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(20, 32);
     this.label2.TabIndex   = 1;
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 32);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(590, 343);
     this.gridControl1.TabIndex = 2;
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.Name         = "repositoryItemTextEdit1";
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight   = false;
     this.repositoryItemTextEdit1.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     //
     // gridView1
     //
     this.gridView1.DefaultEdit = this.repositoryItemTextEdit1;
     this.gridView1.Name        = "gridView1";
     //
     // btnFind
     //
     this.btnFind.Location = new System.Drawing.Point(168, 5);
     this.btnFind.Name     = "btnFind";
     this.btnFind.Size     = new System.Drawing.Size(192, 23);
     this.btnFind.TabIndex = 5;
     this.btnFind.Text     = "Find, focus and show editor";
     this.btnFind.Click   += new System.EventHandler(this.btnFind_Click);
     //
     // Form1
     //
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(590, 375);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.gridControl1,
         this.panel1
     });
     this.Name = "Form1";
     this.Text = "Grid SearchRowCellValue (C# code)";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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(frmDeptBrw));
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find          = new System.Windows.Forms.Panel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.txtSearch         = new System.Windows.Forms.TextBox();
     this.chk_Anywhere      = new System.Windows.Forms.CheckBox();
     this.btn_Clear         = new System.Windows.Forms.Button();
     this.btn_Find          = new System.Windows.Forms.Button();
     this.lbl_Find          = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
     this.pnlBody           = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch   = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1  = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch   = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.grdDept           = new DevExpress.XtraGrid.GridControl();
     this.gvwDept           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gColDeptID        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColContactID     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClient        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColDeptName      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColContact1      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact1Phone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2Phone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus        = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDept)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDept)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight   = false;
     this.repositoryItemTextEdit1.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name         = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor   = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name     = "pnl_Find";
     this.pnl_Find.Size     = new System.Drawing.Size(672, 90);
     this.pnl_Find.TabIndex = 28;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(484, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(184, 86);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(184, 86);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(64, 17);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(296, 21);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location                = new System.Drawing.Point(210, 44);
     this.chk_Anywhere.Name                    = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size                    = new System.Drawing.Size(154, 24);
     this.chk_Anywhere.TabIndex                = 7;
     this.chk_Anywhere.Text                    = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location  = new System.Drawing.Point(370, 44);
     this.btn_Clear.Name      = "btn_Clear";
     this.btn_Clear.Size      = new System.Drawing.Size(75, 23);
     this.btn_Clear.TabIndex  = 6;
     this.btn_Clear.Text      = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location  = new System.Drawing.Point(370, 15);
     this.btn_Find.Name      = "btn_Find";
     this.btn_Find.Size      = new System.Drawing.Size(75, 23);
     this.btn_Find.TabIndex  = 4;
     this.btn_Find.Text      = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(15, 19);
     this.lbl_Find.Name     = "lbl_Find";
     this.lbl_Find.Size     = new System.Drawing.Size(30, 13);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text     = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked                 = true;
     this.chk_AdvanceSearch.CheckState              = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location                = new System.Drawing.Point(64, 44);
     this.chk_AdvanceSearch.Name                    = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size                    = new System.Drawing.Size(112, 24);
     this.chk_AdvanceSearch.TabIndex                = 8;
     this.chk_AdvanceSearch.Text                    = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdDept);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(672, 333);
     this.pnlBody.TabIndex = 29;
     this.pnlBody.Resize  += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(40, 184);
     this.pnl_SpeedSearch.Name     = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size     = new System.Drawing.Size(192, 72);
     this.pnl_SpeedSearch.TabIndex = 41;
     this.pnl_SpeedSearch.Visible  = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(4, 4);
     this.pnl_SpeedSearch1.Name     = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size     = new System.Drawing.Size(184, 64);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location     = new System.Drawing.Point(11, 29);
     this.txt_SpeedSearch.Name         = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size         = new System.Drawing.Size(157, 21);
     this.txt_SpeedSearch.TabIndex     = 10;
     this.txt_SpeedSearch.Leave       += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(56, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(71, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fast Search";
     //
     // grdDept
     //
     this.grdDept.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdDept.EmbeddedNavigator.Name = "";
     this.grdDept.ExternalRepository     = this.persistentRepository1;
     this.grdDept.Location = new System.Drawing.Point(0, 90);
     this.grdDept.MainView = this.gvwDept;
     this.grdDept.Name     = "grdDept";
     this.grdDept.Size     = new System.Drawing.Size(672, 243);
     this.grdDept.TabIndex = 25;
     this.grdDept.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwDept
     });
     this.grdDept.DoubleClick += new System.EventHandler(this.grdDept_DoubleClick);
     this.grdDept.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.grdDept_KeyPress);
     //
     // gvwDept
     //
     this.gvwDept.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwDept.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gColDeptID,
         this.gColContactID,
         this.gcolClient,
         this.gColDeptName,
         this.gColContact1,
         this.gcolContact1Phone,
         this.gcolContact2,
         this.gcolContact2Phone,
         this.gcolContact,
         this.gcolStatus
     });
     this.gvwDept.FocusRectStyle           = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwDept.GridControl              = this.grdDept;
     this.gvwDept.Name                     = "gvwDept";
     this.gvwDept.OptionsBehavior.Editable = false;
     this.gvwDept.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwDept.OptionsNavigation.AutoMoveRowFocus         = false;
     this.gvwDept.OptionsView.ShowDetailButtons   = false;
     this.gvwDept.OptionsView.ShowGroupPanel      = false;
     this.gvwDept.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gvwDept.OptionsView.ShowIndicator       = false;
     this.gvwDept.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClient, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gvwDept.Appearance.FocusedRow.AssignInternal(this.gvwDept.Appearance.SelectedRow);
     //this.gvwDept.ViewStyles.AddReplace("FocusedRow", "SelectedRow");
     //this.gvwDept.ViewStyles.AddReplace("FocusedCell", "SelectedRow");
     //
     // gColDeptID
     //
     this.gColDeptID.Caption   = "Department ID";
     this.gColDeptID.FieldName = "DepartmentID";
     this.gColDeptID.Name      = "gColDeptID";
     //
     // gColContactID
     //
     this.gColContactID.Caption   = "ContactID";
     this.gColContactID.FieldName = "ContactID";
     this.gColContactID.Name      = "gColContactID";
     //
     // gcolClient
     //
     this.gcolClient.Caption   = "Client Name";
     this.gcolClient.FieldName = "Client";
     this.gcolClient.Name      = "gcolClient";
     this.gcolClient.OptionsColumn.ShowInCustomizationForm = false;
     this.gcolClient.Visible      = true;
     this.gcolClient.VisibleIndex = 0;
     this.gcolClient.Width        = 135;
     //
     // gColDeptName
     //
     this.gColDeptName.Caption      = "Department Name";
     this.gColDeptName.FieldName    = "Name";
     this.gColDeptName.Name         = "gColDeptName";
     this.gColDeptName.Visible      = true;
     this.gColDeptName.VisibleIndex = 1;
     this.gColDeptName.Width        = 135;
     //
     // gColContact1
     //
     this.gColContact1.Caption      = "Contact 1 Name";
     this.gColContact1.FieldName    = "Contact1";
     this.gColContact1.Name         = "gColContact1";
     this.gColContact1.Visible      = true;
     this.gColContact1.VisibleIndex = 2;
     this.gColContact1.Width        = 145;
     //
     // gcolContact1Phone
     //
     this.gcolContact1Phone.Caption      = "Contact 1 Phone";
     this.gcolContact1Phone.FieldName    = "Contact1Phone";
     this.gcolContact1Phone.Name         = "gcolContact1Phone";
     this.gcolContact1Phone.Visible      = true;
     this.gcolContact1Phone.VisibleIndex = 3;
     //
     // gcolContact2
     //
     this.gcolContact2.Caption      = "Contact 2 Name";
     this.gcolContact2.FieldName    = "Contact2";
     this.gcolContact2.Name         = "gcolContact2";
     this.gcolContact2.Visible      = true;
     this.gcolContact2.VisibleIndex = 4;
     this.gcolContact2.Width        = 145;
     //
     // gcolContact2Phone
     //
     this.gcolContact2Phone.Caption      = "Contact 2 Phone";
     this.gcolContact2Phone.FieldName    = "Contact2Phone";
     this.gcolContact2Phone.Name         = "gcolContact2Phone";
     this.gcolContact2Phone.Visible      = true;
     this.gcolContact2Phone.VisibleIndex = 5;
     //
     // gcolContact
     //
     this.gcolContact.Caption   = "Contact";
     this.gcolContact.FieldName = "Contact";
     this.gcolContact.Name      = "gcolContact";
     this.gcolContact.Width     = 120;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption      = "Status";
     this.gcolStatus.FieldName    = "DepartmentStatus";
     this.gcolStatus.Name         = "gcolStatus";
     this.gcolStatus.Visible      = true;
     this.gcolStatus.VisibleIndex = 6;
     this.gcolStatus.Width        = 108;
     //
     // frmDeptBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(672, 333);
     this.Controls.Add(this.pnlBody);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "frmDeptBrw";
     this.ShowInTaskbar = false;
     this.Text          = "Departments...";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDept)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDept)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #10
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.comboBoxEdit1           = new DevExpress.XtraEditors.ComboBoxEdit();
     this.simpleButton1           = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.dataTable1              = new System.Data.DataTable();
     this.dataColumn1             = new System.Data.DataColumn();
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDay               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.barEditItem1         = new DevExpress.XtraBars.BarEditItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.dataSet1             = new System.Data.DataSet();
     this.simpleButton2        = new DevExpress.XtraEditors.SimpleButton();
     this.bindingSource1       = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(8, 32);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Size     = new System.Drawing.Size(208, 20);
     this.comboBoxEdit1.TabIndex = 0;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(367, 32);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(168, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text     = "Set Day Index 1";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // gridControl1
     //
     this.gridControl1.DataSource         = this.bindingSource1;
     this.gridControl1.ExternalRepository = this.persistentRepository1;
     this.gridControl1.Location           = new System.Drawing.Point(8, 64);
     this.gridControl1.MainView           = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(325, 208);
     this.gridControl1.TabIndex = 2;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1
     });
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "Day";
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemComboBox1
     });
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemComboBox1.Items.AddRange(new object[] {
         "Sunday",
         "Monday",
         "Tuesday",
         "Wednesday",
         "Thursday",
         "Friday",
         "Saturday"
     });
     this.repositoryItemComboBox1.Name          = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDay
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // colDay
     //
     this.colDay.Caption      = "Day";
     this.colDay.ColumnEdit   = this.repositoryItemComboBox1;
     this.colDay.FieldName    = "Day";
     this.colDay.Name         = "colDay";
     this.colDay.Visible      = true;
     this.colDay.VisibleIndex = 0;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.ExternalRepository = this.persistentRepository1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barEditItem1
     });
     this.barManager1.MaxItemId = 2;
     //
     // bar1
     //
     this.bar1.BarName   = "Custom 1";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem1, "", false, true, true, 201)
     });
     this.bar1.Text = "Custom 1";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "barEditItem1";
     this.barEditItem1.Edit    = this.repositoryItemComboBox1;
     this.barEditItem1.Id      = 0;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Locale      = new System.Globalization.CultureInfo("en-US");
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1
     });
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(367, 61);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(168, 23);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text     = "Get Selected Day and Index";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // bindingSource1
     //
     this.bindingSource1.DataMember = "Table1";
     this.bindingSource1.DataSource = this.dataSet1;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(545, 280);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.comboBoxEdit1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCourseBrw));
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find                  = new System.Windows.Forms.Panel();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.pictureBox1               = new System.Windows.Forms.PictureBox();
     this.txtSearch                 = new System.Windows.Forms.TextBox();
     this.chk_Anywhere              = new System.Windows.Forms.CheckBox();
     this.btn_Clear                 = new System.Windows.Forms.Button();
     this.btn_Find                  = new System.Windows.Forms.Button();
     this.lbl_Find                  = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch         = new System.Windows.Forms.CheckBox();
     this.pnlBody                   = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch           = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1          = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch           = new System.Windows.Forms.TextBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.grdCourse                 = new DevExpress.XtraGrid.GridControl();
     this.xpServerCollectionSource1 = new DevExpress.Xpo.XPServerCollectionSource();
     this.session1                  = new DevExpress.Xpo.Session();
     this.gvwCourse                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolCourseId              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColName                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhonetic              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNameRomaji            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCourseType            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColProgram               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClient                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDept                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventDateTime         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEndDateTime           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNumberStudents        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolHomeWorkMinutes       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniEventID        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidEventID        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestFinalEventID      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniForm           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidForm           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestFinalForm         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCurriculam            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDescription           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateLastLogin         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateCreated           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModified          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModifiedByUser    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventId               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolOccurrenceCount       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolScheduledInstructor   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemTimeEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight   = false;
     this.repositoryItemTextEdit1.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name         = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor   = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name     = "pnl_Find";
     this.pnl_Find.Size     = new System.Drawing.Size(672, 129);
     this.pnl_Find.TabIndex = 28;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(386, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(282, 125);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(282, 125);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(102, 24);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(474, 27);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location                = new System.Drawing.Point(336, 63);
     this.chk_Anywhere.Name                    = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size                    = new System.Drawing.Size(246, 34);
     this.chk_Anywhere.TabIndex                = 7;
     this.chk_Anywhere.Text                    = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location  = new System.Drawing.Point(592, 63);
     this.btn_Clear.Name      = "btn_Clear";
     this.btn_Clear.Size      = new System.Drawing.Size(120, 33);
     this.btn_Clear.TabIndex  = 6;
     this.btn_Clear.Text      = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location  = new System.Drawing.Point(592, 21);
     this.btn_Find.Name      = "btn_Find";
     this.btn_Find.Size      = new System.Drawing.Size(120, 33);
     this.btn_Find.TabIndex  = 4;
     this.btn_Find.Text      = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(24, 27);
     this.lbl_Find.Name     = "lbl_Find";
     this.lbl_Find.Size     = new System.Drawing.Size(46, 21);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text     = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked                 = true;
     this.chk_AdvanceSearch.CheckState              = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location                = new System.Drawing.Point(102, 63);
     this.chk_AdvanceSearch.Name                    = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size                    = new System.Drawing.Size(180, 34);
     this.chk_AdvanceSearch.TabIndex                = 8;
     this.chk_AdvanceSearch.Text                    = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdCourse);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(672, 357);
     this.pnlBody.TabIndex = 29;
     this.pnlBody.Resize  += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(64, 309);
     this.pnl_SpeedSearch.Name     = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size     = new System.Drawing.Size(307, 102);
     this.pnl_SpeedSearch.TabIndex = 42;
     this.pnl_SpeedSearch.Visible  = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(6, 6);
     this.pnl_SpeedSearch1.Name     = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size     = new System.Drawing.Size(295, 91);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location     = new System.Drawing.Point(18, 41);
     this.txt_SpeedSearch.Name         = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size         = new System.Drawing.Size(251, 27);
     this.txt_SpeedSearch.TabIndex     = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave       += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(90, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(103, 19);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fast Search";
     //
     // grdCourse
     //
     this.grdCourse.DataSource         = this.xpServerCollectionSource1;
     this.grdCourse.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.grdCourse.ExternalRepository = this.persistentRepository1;
     this.grdCourse.Location           = new System.Drawing.Point(0, 129);
     this.grdCourse.MainView           = this.gvwCourse;
     this.grdCourse.Name               = "grdCourse";
     this.grdCourse.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTimeEdit1,
         this.repositoryItemButtonEdit1,
         this.repositoryItemTimeEdit2
     });
     this.grdCourse.ServerMode = true;
     this.grdCourse.Size       = new System.Drawing.Size(672, 228);
     this.grdCourse.TabIndex   = 26;
     this.grdCourse.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwCourse
     });
     this.grdCourse.DoubleClick += new System.EventHandler(this.grdCourse_DoubleClick);
     this.grdCourse.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.grdCourse_KeyPress);
     //
     // xpServerCollectionSource1
     //
     this.xpServerCollectionSource1.ObjectType = typeof(Scheduler.BusinessLayer.CoursePO);
     this.xpServerCollectionSource1.Session    = this.session1;
     //
     // gvwCourse
     //
     this.gvwCourse.ActiveFilterString = "[CourseStatus] = \'Active\'";
     this.gvwCourse.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwCourse.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcolCourseId,
         this.gColName,
         this.gcolPhonetic,
         this.gcolNameRomaji,
         this.gcolCourseType,
         this.gColProgram,
         this.gcolClient,
         this.gcolDept,
         this.gcolEventDateTime,
         this.gcolEndDateTime,
         this.gcolNumberStudents,
         this.gcolHomeWorkMinutes,
         this.gcolTestIniEventID,
         this.gColTestMidEventID,
         this.gColTestFinalEventID,
         this.gcolTestIniForm,
         this.gColTestMidForm,
         this.gcolTestFinalForm,
         this.gcolCurriculam,
         this.gcolStatus,
         this.gcolDescription,
         this.gcolDateLastLogin,
         this.gcolDateCreated,
         this.gcolLastModified,
         this.gcolLastModifiedByUser,
         this.gcolEventId,
         this.gcolOccurrenceCount,
         this.gcolScheduledInstructor
     });
     this.gvwCourse.FocusRectStyle           = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwCourse.GridControl              = this.grdCourse;
     this.gvwCourse.Name                     = "gvwCourse";
     this.gvwCourse.OptionsBehavior.Editable = false;
     this.gvwCourse.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwCourse.OptionsNavigation.AutoMoveRowFocus         = false;
     this.gvwCourse.OptionsView.ShowDetailButtons = false;
     this.gvwCourse.OptionsView.ShowGroupPanel    = false;
     this.gvwCourse.OptionsView.ShowHorzLines     = false;
     this.gvwCourse.OptionsView.ShowIndicator     = false;
     this.gvwCourse.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClient, DevExpress.Data.ColumnSortOrder.Ascending),
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gColName, DevExpress.Data.ColumnSortOrder.Ascending),
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolEventDateTime, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gcolCourseId
     //
     this.gcolCourseId.Caption   = "Course Id";
     this.gcolCourseId.FieldName = "CourseId";
     this.gcolCourseId.Name      = "gcolCourseId";
     //
     // gColName
     //
     this.gColName.Caption      = "Class Name";
     this.gColName.FieldName    = "BrowseName";
     this.gColName.Name         = "gColName";
     this.gColName.Visible      = true;
     this.gColName.VisibleIndex = 3;
     this.gColName.Width        = 203;
     //
     // gcolPhonetic
     //
     this.gcolPhonetic.Caption   = "Name Phonetic";
     this.gcolPhonetic.FieldName = "NamePhonetic";
     this.gcolPhonetic.Name      = "gcolPhonetic";
     this.gcolPhonetic.Width     = 78;
     //
     // gcolNameRomaji
     //
     this.gcolNameRomaji.Caption   = "Name Romaji";
     this.gcolNameRomaji.FieldName = "NameRomaji";
     this.gcolNameRomaji.Name      = "gcolNameRomaji";
     this.gcolNameRomaji.Width     = 78;
     //
     // gcolCourseType
     //
     this.gcolCourseType.Caption   = "Type";
     this.gcolCourseType.FieldName = "CourseType";
     this.gcolCourseType.Name      = "gcolCourseType";
     this.gcolCourseType.Width     = 60;
     //
     // gColProgram
     //
     this.gColProgram.Caption      = "Program Name";
     this.gColProgram.FieldName    = "Program";
     this.gColProgram.Name         = "gColProgram";
     this.gColProgram.Visible      = true;
     this.gColProgram.VisibleIndex = 2;
     this.gColProgram.Width        = 203;
     //
     // gcolClient
     //
     this.gcolClient.Caption      = "Client Name";
     this.gcolClient.FieldName    = "Client";
     this.gcolClient.Name         = "gcolClient";
     this.gcolClient.Visible      = true;
     this.gcolClient.VisibleIndex = 0;
     this.gcolClient.Width        = 223;
     //
     // gcolDept
     //
     this.gcolDept.Caption      = "Department Name";
     this.gcolDept.FieldName    = "Department";
     this.gcolDept.Name         = "gcolDept";
     this.gcolDept.Visible      = true;
     this.gcolDept.VisibleIndex = 1;
     this.gcolDept.Width        = 208;
     //
     // gcolEventDateTime
     //
     this.gcolEventDateTime.Caption = "Event Start Date";
     this.gcolEventDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEventDateTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gcolEventDateTime.FieldName    = "EventStartDateTime";
     this.gcolEventDateTime.Name         = "gcolEventDateTime";
     this.gcolEventDateTime.Visible      = true;
     this.gcolEventDateTime.VisibleIndex = 4;
     this.gcolEventDateTime.Width        = 160;
     //
     // gcolEndDateTime
     //
     this.gcolEndDateTime.Caption = "Event End Date";
     this.gcolEndDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEndDateTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gcolEndDateTime.FieldName    = "EventEndDateTime";
     this.gcolEndDateTime.Name         = "gcolEndDateTime";
     this.gcolEndDateTime.Visible      = true;
     this.gcolEndDateTime.VisibleIndex = 5;
     this.gcolEndDateTime.Width        = 160;
     //
     // gcolNumberStudents
     //
     this.gcolNumberStudents.Caption   = "No. Students";
     this.gcolNumberStudents.FieldName = "NumberStudents";
     this.gcolNumberStudents.Name      = "gcolNumberStudents";
     //
     // gcolHomeWorkMinutes
     //
     this.gcolHomeWorkMinutes.Caption   = "Homework Mints.";
     this.gcolHomeWorkMinutes.FieldName = "HomeWorkMinutes";
     this.gcolHomeWorkMinutes.Name      = "gcolHomeWorkMinutes";
     this.gcolHomeWorkMinutes.Width     = 76;
     //
     // gcolTestIniEventID
     //
     this.gcolTestIniEventID.Caption   = "Initial EventID";
     this.gcolTestIniEventID.FieldName = "TestInitialEventID";
     this.gcolTestIniEventID.Name      = "gcolTestIniEventID";
     //
     // gColTestMidEventID
     //
     this.gColTestMidEventID.Caption   = "Mid-term EventID";
     this.gColTestMidEventID.FieldName = "TestMidTermEventID";
     this.gColTestMidEventID.Name      = "gColTestMidEventID";
     //
     // gColTestFinalEventID
     //
     this.gColTestFinalEventID.Caption   = "Final EventID";
     this.gColTestFinalEventID.FieldName = "TestFinalEventID";
     this.gColTestFinalEventID.Name      = "gColTestFinalEventID";
     //
     // gcolTestIniForm
     //
     this.gcolTestIniForm.Caption   = "Initial Form";
     this.gcolTestIniForm.FieldName = "TestInitialForm";
     this.gcolTestIniForm.Name      = "gcolTestIniForm";
     //
     // gColTestMidForm
     //
     this.gColTestMidForm.Caption   = "Mid-term Form";
     this.gColTestMidForm.FieldName = "TestMidTermForm";
     this.gColTestMidForm.Name      = "gColTestMidForm";
     //
     // gcolTestFinalForm
     //
     this.gcolTestFinalForm.Caption   = "Final Form";
     this.gcolTestFinalForm.FieldName = "TestFinalForm";
     this.gcolTestFinalForm.Name      = "gcolTestFinalForm";
     //
     // gcolCurriculam
     //
     this.gcolCurriculam.Caption   = "Curriculam";
     this.gcolCurriculam.FieldName = "Curriculam";
     this.gcolCurriculam.Name      = "gcolCurriculam";
     this.gcolCurriculam.Width     = 44;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption      = "Status";
     this.gcolStatus.FieldName    = "CourseStatus";
     this.gcolStatus.Name         = "gcolStatus";
     this.gcolStatus.Visible      = true;
     this.gcolStatus.VisibleIndex = 7;
     this.gcolStatus.Width        = 183;
     //
     // gcolDescription
     //
     this.gcolDescription.Caption   = "Description";
     this.gcolDescription.FieldName = "Description";
     this.gcolDescription.Name      = "gcolDescription";
     this.gcolDescription.Width     = 102;
     //
     // gcolDateLastLogin
     //
     this.gcolDateLastLogin.Caption   = "Date Last Login";
     this.gcolDateLastLogin.FieldName = "DatelastLogin";
     this.gcolDateLastLogin.Name      = "gcolDateLastLogin";
     //
     // gcolDateCreated
     //
     this.gcolDateCreated.Caption   = "Date Created";
     this.gcolDateCreated.FieldName = "DateCreated";
     this.gcolDateCreated.Name      = "gcolDateCreated";
     //
     // gcolLastModified
     //
     this.gcolLastModified.Caption   = "Date Last Modified";
     this.gcolLastModified.FieldName = "DateLastModified";
     this.gcolLastModified.Name      = "gcolLastModified";
     //
     // gcolLastModifiedByUser
     //
     this.gcolLastModifiedByUser.Caption   = "Last Modified User ID";
     this.gcolLastModifiedByUser.FieldName = "LastModifiedByUserID";
     this.gcolLastModifiedByUser.Name      = "gcolLastModifiedByUser";
     //
     // gcolEventId
     //
     this.gcolEventId.Caption = "EventId";
     this.gcolEventId.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gcolEventId.FieldName = "EventID";
     this.gcolEventId.Name      = "gcolEventId";
     //
     // gcolOccurrenceCount
     //
     this.gcolOccurrenceCount.Caption      = "Occured / Total";
     this.gcolOccurrenceCount.FieldName    = "OccurrenceCount";
     this.gcolOccurrenceCount.Name         = "gcolOccurrenceCount";
     this.gcolOccurrenceCount.Visible      = true;
     this.gcolOccurrenceCount.VisibleIndex = 8;
     this.gcolOccurrenceCount.Width        = 224;
     //
     // gcolScheduledInstructor
     //
     this.gcolScheduledInstructor.Caption      = "Scheduled Instructor";
     this.gcolScheduledInstructor.FieldName    = "ScheduledInstructor";
     this.gcolScheduledInstructor.Name         = "gcolScheduledInstructor";
     this.gcolScheduledInstructor.Visible      = true;
     this.gcolScheduledInstructor.VisibleIndex = 6;
     this.gcolScheduledInstructor.Width        = 183;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemTimeEdit1.DisplayFormat.FormatString = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit1.Mask.EditMask = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.Name          = "repositoryItemTimeEdit1";
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemTimeEdit2.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit2.Mask.EditMask = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.Name          = "repositoryItemTimeEdit2";
     //
     // frmCourseBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 20);
     this.ClientSize        = new System.Drawing.Size(672, 357);
     this.Controls.Add(this.pnlBody);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "frmCourseBrw";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "`";
     this.Load         += new System.EventHandler(this.frmCourseBrw_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #12
0
ファイル: frmCourseBrw.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmCourseBrw));
     this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pnl_Find = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.chk_Anywhere = new System.Windows.Forms.CheckBox();
     this.btn_Clear = new System.Windows.Forms.Button();
     this.btn_Find = new System.Windows.Forms.Button();
     this.lbl_Find = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
     this.pnlBody = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1 = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.grdCourse = new DevExpress.XtraGrid.GridControl();
     this.xpServerCollectionSource1 = new DevExpress.Xpo.XPServerCollectionSource();
     this.session1 = new DevExpress.Xpo.Session();
     this.gvwCourse = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolCourseId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhonetic = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNameRomaji = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCourseType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColProgram = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolClient = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDept = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolNumberStudents = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolHomeWorkMinutes = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestFinalEventID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestIniForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColTestMidForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolTestFinalForm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCurriculam = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateLastLogin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateCreated = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModified = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastModifiedByUser = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEventId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolOccurrenceCount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolScheduledInstructor = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     this.SuspendLayout();
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name = "pnl_Find";
     this.pnl_Find.Size = new System.Drawing.Size(672, 129);
     this.pnl_Find.TabIndex = 28;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(386, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(282, 125);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(282, 125);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(102, 24);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(474, 27);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location = new System.Drawing.Point(336, 63);
     this.chk_Anywhere.Name = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size = new System.Drawing.Size(246, 34);
     this.chk_Anywhere.TabIndex = 7;
     this.chk_Anywhere.Text = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location = new System.Drawing.Point(592, 63);
     this.btn_Clear.Name = "btn_Clear";
     this.btn_Clear.Size = new System.Drawing.Size(120, 33);
     this.btn_Clear.TabIndex = 6;
     this.btn_Clear.Text = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location = new System.Drawing.Point(592, 21);
     this.btn_Find.Name = "btn_Find";
     this.btn_Find.Size = new System.Drawing.Size(120, 33);
     this.btn_Find.TabIndex = 4;
     this.btn_Find.Text = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(24, 27);
     this.lbl_Find.Name = "lbl_Find";
     this.lbl_Find.Size = new System.Drawing.Size(46, 21);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked = true;
     this.chk_AdvanceSearch.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location = new System.Drawing.Point(102, 63);
     this.chk_AdvanceSearch.Name = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size = new System.Drawing.Size(180, 34);
     this.chk_AdvanceSearch.TabIndex = 8;
     this.chk_AdvanceSearch.Text = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdCourse);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(672, 357);
     this.pnlBody.TabIndex = 29;
     this.pnlBody.Resize += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(64, 309);
     this.pnl_SpeedSearch.Name = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size = new System.Drawing.Size(307, 102);
     this.pnl_SpeedSearch.TabIndex = 42;
     this.pnl_SpeedSearch.Visible = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(6, 6);
     this.pnl_SpeedSearch1.Name = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size = new System.Drawing.Size(295, 91);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location = new System.Drawing.Point(18, 41);
     this.txt_SpeedSearch.Name = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size = new System.Drawing.Size(251, 27);
     this.txt_SpeedSearch.TabIndex = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(90, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(103, 19);
     this.label1.TabIndex = 0;
     this.label1.Text = "Fast Search";
     //
     // grdCourse
     //
     this.grdCourse.DataSource = this.xpServerCollectionSource1;
     this.grdCourse.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdCourse.ExternalRepository = this.persistentRepository1;
     this.grdCourse.Location = new System.Drawing.Point(0, 129);
     this.grdCourse.MainView = this.gvwCourse;
     this.grdCourse.Name = "grdCourse";
     this.grdCourse.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTimeEdit1,
     this.repositoryItemButtonEdit1,
     this.repositoryItemTimeEdit2});
     this.grdCourse.ServerMode = true;
     this.grdCourse.Size = new System.Drawing.Size(672, 228);
     this.grdCourse.TabIndex = 26;
     this.grdCourse.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvwCourse});
     this.grdCourse.DoubleClick += new System.EventHandler(this.grdCourse_DoubleClick);
     this.grdCourse.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.grdCourse_KeyPress);
     //
     // xpServerCollectionSource1
     //
     this.xpServerCollectionSource1.ObjectType = typeof(Scheduler.BusinessLayer.CoursePO);
     this.xpServerCollectionSource1.Session = this.session1;
     //
     // gvwCourse
     //
     this.gvwCourse.ActiveFilterString = "[CourseStatus] = \'Active\'";
     this.gvwCourse.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwCourse.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcolCourseId,
     this.gColName,
     this.gcolPhonetic,
     this.gcolNameRomaji,
     this.gcolCourseType,
     this.gColProgram,
     this.gcolClient,
     this.gcolDept,
     this.gcolEventDateTime,
     this.gcolEndDateTime,
     this.gcolNumberStudents,
     this.gcolHomeWorkMinutes,
     this.gcolTestIniEventID,
     this.gColTestMidEventID,
     this.gColTestFinalEventID,
     this.gcolTestIniForm,
     this.gColTestMidForm,
     this.gcolTestFinalForm,
     this.gcolCurriculam,
     this.gcolStatus,
     this.gcolDescription,
     this.gcolDateLastLogin,
     this.gcolDateCreated,
     this.gcolLastModified,
     this.gcolLastModifiedByUser,
     this.gcolEventId,
     this.gcolOccurrenceCount,
     this.gcolScheduledInstructor});
     this.gvwCourse.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwCourse.GridControl = this.grdCourse;
     this.gvwCourse.Name = "gvwCourse";
     this.gvwCourse.OptionsBehavior.Editable = false;
     this.gvwCourse.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwCourse.OptionsNavigation.AutoMoveRowFocus = false;
     this.gvwCourse.OptionsView.ShowDetailButtons = false;
     this.gvwCourse.OptionsView.ShowGroupPanel = false;
     this.gvwCourse.OptionsView.ShowHorzLines = false;
     this.gvwCourse.OptionsView.ShowIndicator = false;
     this.gvwCourse.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolClient, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gColName, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolEventDateTime, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gcolCourseId
     //
     this.gcolCourseId.Caption = "Course Id";
     this.gcolCourseId.FieldName = "CourseId";
     this.gcolCourseId.Name = "gcolCourseId";
     //
     // gColName
     //
     this.gColName.Caption = "Class Name";
     this.gColName.FieldName = "BrowseName";
     this.gColName.Name = "gColName";
     this.gColName.Visible = true;
     this.gColName.VisibleIndex = 3;
     this.gColName.Width = 203;
     //
     // gcolPhonetic
     //
     this.gcolPhonetic.Caption = "Name Phonetic";
     this.gcolPhonetic.FieldName = "NamePhonetic";
     this.gcolPhonetic.Name = "gcolPhonetic";
     this.gcolPhonetic.Width = 78;
     //
     // gcolNameRomaji
     //
     this.gcolNameRomaji.Caption = "Name Romaji";
     this.gcolNameRomaji.FieldName = "NameRomaji";
     this.gcolNameRomaji.Name = "gcolNameRomaji";
     this.gcolNameRomaji.Width = 78;
     //
     // gcolCourseType
     //
     this.gcolCourseType.Caption = "Type";
     this.gcolCourseType.FieldName = "CourseType";
     this.gcolCourseType.Name = "gcolCourseType";
     this.gcolCourseType.Width = 60;
     //
     // gColProgram
     //
     this.gColProgram.Caption = "Program Name";
     this.gColProgram.FieldName = "Program";
     this.gColProgram.Name = "gColProgram";
     this.gColProgram.Visible = true;
     this.gColProgram.VisibleIndex = 2;
     this.gColProgram.Width = 203;
     //
     // gcolClient
     //
     this.gcolClient.Caption = "Client Name";
     this.gcolClient.FieldName = "Client";
     this.gcolClient.Name = "gcolClient";
     this.gcolClient.Visible = true;
     this.gcolClient.VisibleIndex = 0;
     this.gcolClient.Width = 223;
     //
     // gcolDept
     //
     this.gcolDept.Caption = "Department Name";
     this.gcolDept.FieldName = "Department";
     this.gcolDept.Name = "gcolDept";
     this.gcolDept.Visible = true;
     this.gcolDept.VisibleIndex = 1;
     this.gcolDept.Width = 208;
     //
     // gcolEventDateTime
     //
     this.gcolEventDateTime.Caption = "Event Start Date";
     this.gcolEventDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEventDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolEventDateTime.FieldName = "EventStartDateTime";
     this.gcolEventDateTime.Name = "gcolEventDateTime";
     this.gcolEventDateTime.Visible = true;
     this.gcolEventDateTime.VisibleIndex = 4;
     this.gcolEventDateTime.Width = 160;
     //
     // gcolEndDateTime
     //
     this.gcolEndDateTime.Caption = "Event End Date";
     this.gcolEndDateTime.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.gcolEndDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gcolEndDateTime.FieldName = "EventEndDateTime";
     this.gcolEndDateTime.Name = "gcolEndDateTime";
     this.gcolEndDateTime.Visible = true;
     this.gcolEndDateTime.VisibleIndex = 5;
     this.gcolEndDateTime.Width = 160;
     //
     // gcolNumberStudents
     //
     this.gcolNumberStudents.Caption = "No. Students";
     this.gcolNumberStudents.FieldName = "NumberStudents";
     this.gcolNumberStudents.Name = "gcolNumberStudents";
     //
     // gcolHomeWorkMinutes
     //
     this.gcolHomeWorkMinutes.Caption = "Homework Mints.";
     this.gcolHomeWorkMinutes.FieldName = "HomeWorkMinutes";
     this.gcolHomeWorkMinutes.Name = "gcolHomeWorkMinutes";
     this.gcolHomeWorkMinutes.Width = 76;
     //
     // gcolTestIniEventID
     //
     this.gcolTestIniEventID.Caption = "Initial EventID";
     this.gcolTestIniEventID.FieldName = "TestInitialEventID";
     this.gcolTestIniEventID.Name = "gcolTestIniEventID";
     //
     // gColTestMidEventID
     //
     this.gColTestMidEventID.Caption = "Mid-term EventID";
     this.gColTestMidEventID.FieldName = "TestMidTermEventID";
     this.gColTestMidEventID.Name = "gColTestMidEventID";
     //
     // gColTestFinalEventID
     //
     this.gColTestFinalEventID.Caption = "Final EventID";
     this.gColTestFinalEventID.FieldName = "TestFinalEventID";
     this.gColTestFinalEventID.Name = "gColTestFinalEventID";
     //
     // gcolTestIniForm
     //
     this.gcolTestIniForm.Caption = "Initial Form";
     this.gcolTestIniForm.FieldName = "TestInitialForm";
     this.gcolTestIniForm.Name = "gcolTestIniForm";
     //
     // gColTestMidForm
     //
     this.gColTestMidForm.Caption = "Mid-term Form";
     this.gColTestMidForm.FieldName = "TestMidTermForm";
     this.gColTestMidForm.Name = "gColTestMidForm";
     //
     // gcolTestFinalForm
     //
     this.gcolTestFinalForm.Caption = "Final Form";
     this.gcolTestFinalForm.FieldName = "TestFinalForm";
     this.gcolTestFinalForm.Name = "gcolTestFinalForm";
     //
     // gcolCurriculam
     //
     this.gcolCurriculam.Caption = "Curriculam";
     this.gcolCurriculam.FieldName = "Curriculam";
     this.gcolCurriculam.Name = "gcolCurriculam";
     this.gcolCurriculam.Width = 44;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption = "Status";
     this.gcolStatus.FieldName = "CourseStatus";
     this.gcolStatus.Name = "gcolStatus";
     this.gcolStatus.Visible = true;
     this.gcolStatus.VisibleIndex = 7;
     this.gcolStatus.Width = 183;
     //
     // gcolDescription
     //
     this.gcolDescription.Caption = "Description";
     this.gcolDescription.FieldName = "Description";
     this.gcolDescription.Name = "gcolDescription";
     this.gcolDescription.Width = 102;
     //
     // gcolDateLastLogin
     //
     this.gcolDateLastLogin.Caption = "Date Last Login";
     this.gcolDateLastLogin.FieldName = "DatelastLogin";
     this.gcolDateLastLogin.Name = "gcolDateLastLogin";
     //
     // gcolDateCreated
     //
     this.gcolDateCreated.Caption = "Date Created";
     this.gcolDateCreated.FieldName = "DateCreated";
     this.gcolDateCreated.Name = "gcolDateCreated";
     //
     // gcolLastModified
     //
     this.gcolLastModified.Caption = "Date Last Modified";
     this.gcolLastModified.FieldName = "DateLastModified";
     this.gcolLastModified.Name = "gcolLastModified";
     //
     // gcolLastModifiedByUser
     //
     this.gcolLastModifiedByUser.Caption = "Last Modified User ID";
     this.gcolLastModifiedByUser.FieldName = "LastModifiedByUserID";
     this.gcolLastModifiedByUser.Name = "gcolLastModifiedByUser";
     //
     // gcolEventId
     //
     this.gcolEventId.Caption = "EventId";
     this.gcolEventId.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gcolEventId.FieldName = "EventID";
     this.gcolEventId.Name = "gcolEventId";
     //
     // gcolOccurrenceCount
     //
     this.gcolOccurrenceCount.Caption = "Occured / Total";
     this.gcolOccurrenceCount.FieldName = "OccurrenceCount";
     this.gcolOccurrenceCount.Name = "gcolOccurrenceCount";
     this.gcolOccurrenceCount.Visible = true;
     this.gcolOccurrenceCount.VisibleIndex = 8;
     this.gcolOccurrenceCount.Width = 224;
     //
     // gcolScheduledInstructor
     //
     this.gcolScheduledInstructor.Caption = "Scheduled Instructor";
     this.gcolScheduledInstructor.FieldName = "ScheduledInstructor";
     this.gcolScheduledInstructor.Name = "gcolScheduledInstructor";
     this.gcolScheduledInstructor.Visible = true;
     this.gcolScheduledInstructor.VisibleIndex = 6;
     this.gcolScheduledInstructor.Width = 183;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.DisplayFormat.FormatString = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit1.Mask.EditMask = "hh:mm:ss tt";
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.DisplayFormat.FormatString = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemTimeEdit2.Mask.EditMask = "MM/dd/yyyy HH:mm";
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // frmCourseBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 20);
     this.ClientSize = new System.Drawing.Size(672, 357);
     this.Controls.Add(this.pnlBody);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "frmCourseBrw";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "`";
     this.Load += new System.EventHandler(this.frmCourseBrw_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xpServerCollectionSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.session1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwCourse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #13
0
ファイル: frmUserBrw.cs プロジェクト: gregggdavis/schedww2
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmUserBrw));
            this.pnlBody = new System.Windows.Forms.Panel();
            this.pnl_SpeedSearch = new System.Windows.Forms.Panel();
            this.pnl_SpeedSearch1 = new System.Windows.Forms.Panel();
            this.txt_SpeedSearch = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.grdUser = new DevExpress.XtraGrid.GridControl();
            this.persistentRepository1 = new DevExpress.XtraEditors.Repository.PersistentRepository();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.gvwUser = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gcolUserID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcolUserName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcolUserType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcolUserStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pnl_Find = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.txtSearch = new System.Windows.Forms.TextBox();
            this.chk_Anywhere = new System.Windows.Forms.CheckBox();
            this.btn_Clear = new System.Windows.Forms.Button();
            this.btn_Find = new System.Windows.Forms.Button();
            this.lbl_Find = new System.Windows.Forms.Label();
            this.chk_AdvanceSearch = new System.Windows.Forms.CheckBox();
            this.gcolContactID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pnlBody.SuspendLayout();
            this.pnl_SpeedSearch.SuspendLayout();
            this.pnl_SpeedSearch1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvwUser)).BeginInit();
            this.pnl_Find.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // pnlBody
            //
            this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
            this.pnlBody.Controls.Add(this.grdUser);
            this.pnlBody.Controls.Add(this.pnl_Find);
            this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlBody.Location = new System.Drawing.Point(0, 0);
            this.pnlBody.Name = "pnlBody";
            this.pnlBody.Size = new System.Drawing.Size(648, 334);
            this.pnlBody.TabIndex = 27;
            this.pnlBody.Resize += new System.EventHandler(this.pnlBody_Resize);
            //
            // pnl_SpeedSearch
            //
            this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
            this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
            this.pnl_SpeedSearch.Location = new System.Drawing.Point(40, 232);
            this.pnl_SpeedSearch.Name = "pnl_SpeedSearch";
            this.pnl_SpeedSearch.Size = new System.Drawing.Size(192, 72);
            this.pnl_SpeedSearch.TabIndex = 41;
            this.pnl_SpeedSearch.Visible = false;
            //
            // pnl_SpeedSearch1
            //
            this.pnl_SpeedSearch1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(38)), ((System.Byte)(143)), ((System.Byte)(230)));
            this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
            this.pnl_SpeedSearch1.Controls.Add(this.label1);
            this.pnl_SpeedSearch1.Location = new System.Drawing.Point(4, 4);
            this.pnl_SpeedSearch1.Name = "pnl_SpeedSearch1";
            this.pnl_SpeedSearch1.Size = new System.Drawing.Size(184, 64);
            this.pnl_SpeedSearch1.TabIndex = 39;
            //
            // txt_SpeedSearch
            //
            this.txt_SpeedSearch.Location = new System.Drawing.Point(11, 29);
            this.txt_SpeedSearch.Name = "txt_SpeedSearch";
            this.txt_SpeedSearch.Size = new System.Drawing.Size(157, 20);
            this.txt_SpeedSearch.TabIndex = 10;
            this.txt_SpeedSearch.Text = "";
            this.txt_SpeedSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
            this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
            this.txt_SpeedSearch.Leave += new System.EventHandler(this.txt_SpeedSearch_Leave);
            this.txt_SpeedSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(56, 4);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(68, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "Fast Search";
            //
            // grdUser
            //
            this.grdUser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdUser.ExternalRepository = this.persistentRepository1;
            this.grdUser.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.grdUser.Location = new System.Drawing.Point(0, 90);
            this.grdUser.MainView = this.gvwUser;
            this.grdUser.Name = "grdUser";
            this.grdUser.Size = new System.Drawing.Size(648, 244);
            //this.grdUser.Styles.AddReplace("Preview", new DevExpress.Utils.ViewStyle("Preview", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, true, false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Utils.VertAlignment.Top, null, System.Drawing.SystemColors.Window, System.Drawing.Color.Blue));
            //this.grdUser.Styles.AddReplace("FooterPanel", new DevExpress.Utils.ViewStyle("FooterPanel", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Control, System.Drawing.SystemColors.ControlText));
            //this.grdUser.Styles.AddReplace("GroupButton", new DevExpress.Utils.ViewStyle("GroupButton", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Control, System.Drawing.SystemColors.ControlText));
            //this.grdUser.Styles.AddReplace("FilterButtonPressed", new DevExpress.Utils.ViewStyle("FilterButtonPressed", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlText, System.Drawing.SystemColors.Window));
            //this.grdUser.Styles.AddReplace("EvenRow", new DevExpress.Utils.ViewStyle("EvenRow", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.WhiteSmoke, System.Drawing.SystemColors.WindowText));
            //this.grdUser.Styles.AddReplace("HideSelectionRow", new DevExpress.Utils.ViewStyle("HideSelectionRow", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseImage))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.InactiveCaption, System.Drawing.SystemColors.InactiveCaptionText));
            //this.grdUser.Styles.AddReplace("FilterButton", new DevExpress.Utils.ViewStyle("FilterButton", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Control, System.Drawing.SystemColors.ControlText));
            //this.grdUser.Styles.AddReplace("PressedColumn", new DevExpress.Utils.ViewStyle("PressedColumn", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "HeaderPanel", ((DevExpress.Utils.StyleOptions)(((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseForeColor))), true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlDark, System.Drawing.SystemColors.ControlLightLight));
            //this.grdUser.Styles.AddReplace("GroupPanel", new DevExpress.Utils.ViewStyle("GroupPanel", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlDark, System.Drawing.SystemColors.ControlText));
            //this.grdUser.Styles.AddReplace("ColumnFilterButtonPressed", new DevExpress.Utils.ViewStyle("ColumnFilterButtonPressed", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlText, System.Drawing.Color.Blue));
            //this.grdUser.Styles.AddReplace("Empty", new DevExpress.Utils.ViewStyle("Empty", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Window, System.Drawing.SystemColors.Window));
            //this.grdUser.Styles.AddReplace("HeaderPanel", new DevExpress.Utils.ViewStyle("HeaderPanel", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Control, System.Drawing.SystemColors.ControlText));
            //this.grdUser.Styles.AddReplace("GroupRow", new DevExpress.Utils.ViewStyle("GroupRow", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlLight, System.Drawing.SystemColors.WindowText));
            //this.grdUser.Styles.AddReplace("HorzLine", new DevExpress.Utils.ViewStyle("HorzLine", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlDark, System.Drawing.SystemColors.ControlDark));
            //this.grdUser.Styles.AddReplace("ColumnFilterButton", new DevExpress.Utils.ViewStyle("ColumnFilterButton", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Control, System.Drawing.SystemColors.ControlText));
            //this.grdUser.Styles.AddReplace("FocusedRow", new DevExpress.Utils.ViewStyle("FocusedRow", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseImage))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Highlight, System.Drawing.SystemColors.HighlightText));
            //this.grdUser.Styles.AddReplace("VertLine", new DevExpress.Utils.ViewStyle("VertLine", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlDark, System.Drawing.SystemColors.ControlDark));
            //this.grdUser.Styles.AddReplace("GroupFooter", new DevExpress.Utils.ViewStyle("GroupFooter", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Control, System.Drawing.SystemColors.ControlText));
            //this.grdUser.Styles.AddReplace("FocusedCell", new DevExpress.Utils.ViewStyle("FocusedCell", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseImage))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Window, System.Drawing.SystemColors.WindowText));
            //this.grdUser.Styles.AddReplace("OddRow", new DevExpress.Utils.ViewStyle("OddRow", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.White, System.Drawing.SystemColors.WindowText));
            //this.grdUser.Styles.AddReplace("SelectedRow", new DevExpress.Utils.ViewStyle("SelectedRow", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseImage))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Highlight, System.Drawing.SystemColors.HighlightText));
            //this.grdUser.Styles.AddReplace("FocusedGroup", new DevExpress.Utils.ViewStyle("FocusedGroup", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "FocusedRow", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Highlight, System.Drawing.SystemColors.HighlightText));
            //this.grdUser.Styles.AddReplace("Row", new DevExpress.Utils.ViewStyle("Row", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Window, System.Drawing.SystemColors.WindowText));
            //this.grdUser.Styles.AddReplace("FilterPanel", new DevExpress.Utils.ViewStyle("FilterPanel", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.ControlDark, System.Drawing.SystemColors.ControlLightLight));
            //this.grdUser.Styles.AddReplace("DetailTip", new DevExpress.Utils.ViewStyle("DetailTip", "GridView", new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))), "", ((DevExpress.Utils.StyleOptions)((((((((((DevExpress.Utils.StyleOptions.StyleEnabled | DevExpress.Utils.StyleOptions.UseBackColor)
            //    | DevExpress.Utils.StyleOptions.UseDrawEndEllipsis)
            //    | DevExpress.Utils.StyleOptions.UseDrawFocusRect)
            //    | DevExpress.Utils.StyleOptions.UseFont)
            //    | DevExpress.Utils.StyleOptions.UseForeColor)
            //    | DevExpress.Utils.StyleOptions.UseHorzAlignment)
            //    | DevExpress.Utils.StyleOptions.UseImage)
            //    | DevExpress.Utils.StyleOptions.UseWordWrap)
            //    | DevExpress.Utils.StyleOptions.UseVertAlignment))), true, false, false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.SystemColors.Info, System.Drawing.SystemColors.InfoText));
            this.grdUser.TabIndex = 25;
            this.grdUser.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.grdUser_KeyPress);
            this.grdUser.DoubleClick += new System.EventHandler(this.grdUser_DoubleClick);
            //
            // persistentRepository1
            //
            this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                                 this.repositoryItemTextEdit1});
            //
            // repositoryItemTextEdit1
            //
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            this.repositoryItemTextEdit1.Properties.AllowFocused = false;
            this.repositoryItemTextEdit1.Properties.AutoHeight = false;
            this.repositoryItemTextEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            //
            // gvwUser
            //
            //this.gvwUser.BehaviorOptions = ((DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags)((((((((DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.AllowZoomDetail | DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.EnableMasterViewMode)
            //    | DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.SmartVertScrollBar)
            //    | DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.AutoSelectAllInEditor)
            //    | DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.UseTabKey)
            //    | DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.AllowSort)
            //    | DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.AllowGroup)
            //    | DevExpress.XtraGrid.Views.Grid.BehaviorOptionsFlags.AutoUpdateTotalSummary)));
            this.gvwUser.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
            this.gvwUser.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                           this.gcolUserID,
                                                                                           this.gcolUserName,
                                                                                           this.gcolUserType,
                                                                                           this.gcolUserStatus,
                                                                                           this.gcolContactID});
            this.gvwUser.DefaultEdit = this.repositoryItemTextEdit1;
            this.gvwUser.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gvwUser.Name = "gvwUser";
            this.gvwUser.OptionsPrint.AutoWidth = true;
            this.gvwUser.OptionsPrint.PrintDetails = true;
            this.gvwUser.OptionsPrint.PrintFooter = true;
            this.gvwUser.OptionsPrint.PrintFilterInfo = true;
            this.gvwUser.OptionsPrint.PrintGroupFooter = true;
            this.gvwUser.OptionsPrint.PrintHeader = true;
            this.gvwUser.OptionsPrint.PrintHorzLines = true;
            this.gvwUser.OptionsPrint.PrintPreview = true;
            this.gvwUser.OptionsPrint.PrintVertLines = true;
            this.gvwUser.OptionsPrint.UsePrintStyles = true;
            //this.gvwUser.PrintOptions = ((DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags)(((((((((((DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.AutoWidth | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.ExpandAllGroups)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintDetails)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintFooter)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintFilterInfo)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintGroupFooter)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintHeader)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintHorzLines)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintPreview)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.PrintVertLines)
            //    | DevExpress.XtraGrid.Views.Grid.PrintOptionsFlags.UsePrintStyles)));

            //this.gvwUser.ViewOptions = ((DevExpress.XtraGrid.Views.Grid.ViewOptionsFlags)((((DevExpress.XtraGrid.Views.Grid.ViewOptionsFlags.AutoWidth | DevExpress.XtraGrid.Views.Grid.ViewOptionsFlags.ShowColumns)
            //    | DevExpress.XtraGrid.Views.Grid.ViewOptionsFlags.ShowGroupedColumns)
            //    | DevExpress.XtraGrid.Views.Grid.ViewOptionsFlags.ShowVertLines)));
            this.gvwUser.Appearance.FocusedRow.AssignInternal(this.gvwUser.Appearance.SelectedRow);
            //this.gvwUser.ViewStyles.AddReplace("FocusedRow", "SelectedRow");
            //this.gvwUser.ViewStyles.AddReplace("FocusedCell", "SelectedRow");
            //
            // gcolUserID
            //
            this.gcolUserID.Caption = "User ID";
            this.gcolUserID.FieldName = "UserID";
            this.gcolUserID.Name = "gcolUserID";

            //
            // gcolUserName
            //
            this.gcolUserName.Caption = "User Name";
            this.gcolUserName.FieldName = "UserName";
            this.gcolUserName.Name = "gcolUserName";
            this.gcolUserName.SortOrder = DevExpress.Data.ColumnSortOrder.Ascending;
            this.gcolUserName.VisibleIndex = 0;
            this.gcolUserName.Width = 200;
            //
            // gcolUserType
            //
            this.gcolUserType.Caption = "User Type";
            this.gcolUserType.FieldName = "UserType";
            this.gcolUserType.Name = "gcolUserType";
            this.gcolUserType.VisibleIndex = 1;
            this.gcolUserType.Width = 90;
            //
            // gcolUserStatus
            //
            this.gcolUserStatus.Caption = "User Status";
            this.gcolUserStatus.FieldName = "UserStatus";
            this.gcolUserStatus.Name = "gcolUserStatus";
            this.gcolUserStatus.VisibleIndex = 2;
            this.gcolUserStatus.Width = 90;
            //
            // pnl_Find
            //
            this.pnl_Find.BackColor = System.Drawing.SystemColors.Window;
            this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnl_Find.Controls.Add(this.panel1);
            this.pnl_Find.Controls.Add(this.txtSearch);
            this.pnl_Find.Controls.Add(this.chk_Anywhere);
            this.pnl_Find.Controls.Add(this.btn_Clear);
            this.pnl_Find.Controls.Add(this.btn_Find);
            this.pnl_Find.Controls.Add(this.lbl_Find);
            this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
            this.pnl_Find.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnl_Find.Location = new System.Drawing.Point(0, 0);
            this.pnl_Find.Name = "pnl_Find";
            this.pnl_Find.Size = new System.Drawing.Size(648, 90);
            this.pnl_Find.TabIndex = 26;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(460, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(184, 86);
            this.panel1.TabIndex = 10;
            //
            // pictureBox1
            //
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(184, 86);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            //
            // txtSearch
            //
            this.txtSearch.Location = new System.Drawing.Point(64, 17);
            this.txtSearch.Name = "txtSearch";
            this.txtSearch.Size = new System.Drawing.Size(296, 20);
            this.txtSearch.TabIndex = 9;
            this.txtSearch.Text = "";
            this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
            //
            // chk_Anywhere
            //
            this.chk_Anywhere.BackColor = System.Drawing.SystemColors.Window;
            this.chk_Anywhere.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.chk_Anywhere.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.chk_Anywhere.Location = new System.Drawing.Point(210, 44);
            this.chk_Anywhere.Name = "chk_Anywhere";
            this.chk_Anywhere.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chk_Anywhere.Size = new System.Drawing.Size(154, 24);
            this.chk_Anywhere.TabIndex = 7;
            this.chk_Anywhere.Text = "Search Anywhere in Fields";
            //
            // btn_Clear
            //
            this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
            this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btn_Clear.Location = new System.Drawing.Point(370, 44);
            this.btn_Clear.Name = "btn_Clear";
            this.btn_Clear.TabIndex = 6;
            this.btn_Clear.Text = "Clear";
            this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
            //
            // btn_Find
            //
            this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
            this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btn_Find.Location = new System.Drawing.Point(370, 15);
            this.btn_Find.Name = "btn_Find";
            this.btn_Find.TabIndex = 4;
            this.btn_Find.Text = "Find";
            this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
            //
            // lbl_Find
            //
            this.lbl_Find.AutoSize = true;
            this.lbl_Find.Location = new System.Drawing.Point(15, 19);
            this.lbl_Find.Name = "lbl_Find";
            this.lbl_Find.Size = new System.Drawing.Size(29, 16);
            this.lbl_Find.TabIndex = 0;
            this.lbl_Find.Text = " Find";
            //
            // chk_AdvanceSearch
            //
            this.chk_AdvanceSearch.BackColor = System.Drawing.SystemColors.Window;
            this.chk_AdvanceSearch.Checked = true;
            this.chk_AdvanceSearch.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chk_AdvanceSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.chk_AdvanceSearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.chk_AdvanceSearch.Location = new System.Drawing.Point(64, 44);
            this.chk_AdvanceSearch.Name = "chk_AdvanceSearch";
            this.chk_AdvanceSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chk_AdvanceSearch.Size = new System.Drawing.Size(112, 24);
            this.chk_AdvanceSearch.TabIndex = 8;
            this.chk_AdvanceSearch.Text = "Search All Fields";
            //
            // gcolContactID
            //
            this.gcolContactID.Caption = "ContactID";
            this.gcolContactID.FieldName = "ContactID";
            this.gcolContactID.Name = "gcolContactID";
            //
            // frmUserBrw
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(648, 334);
            this.Controls.Add(this.pnlBody);
            this.Name = "frmUserBrw";
            this.Text = "User...";
            this.Resize += new System.EventHandler(this.frmUserBrw_Resize);
            this.Load += new System.EventHandler(this.frmUserBrw_Load);
            this.pnlBody.ResumeLayout(false);
            this.pnl_SpeedSearch.ResumeLayout(false);
            this.pnl_SpeedSearch1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvwUser)).EndInit();
            this.pnl_Find.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
コード例 #14
0
ファイル: frmContactBrw.cs プロジェクト: gregggdavis/schedww2
 /// <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(frmContactBrw));
     this.pnlBody                 = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch         = new System.Windows.Forms.Panel();
     this.pnl_SpeedSearch1        = new System.Windows.Forms.Panel();
     this.txt_SpeedSearch         = new System.Windows.Forms.TextBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.grdContact              = new DevExpress.XtraGrid.GridControl();
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gvwContact              = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcolContactID           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactType         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolType                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gColLastName            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCompany             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolLastNameRomaji      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolFirstNameRomaji     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactName         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactNameRomaji   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStreet              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCity                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolState               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolCountry             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolEmail1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolPhone               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolJobTitle            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatusID            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolStatus              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact1Name        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactPhone1       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContact2Name        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolContactPhone2       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolMobilePhone         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcolDateJoined          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAccRepName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnl_Find                = new System.Windows.Forms.Panel();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.txtSearch               = new System.Windows.Forms.TextBox();
     this.chk_Anywhere            = new System.Windows.Forms.CheckBox();
     this.btn_Clear               = new System.Windows.Forms.Button();
     this.btn_Find                = new System.Windows.Forms.Button();
     this.lbl_Find                = new System.Windows.Forms.Label();
     this.chk_AdvanceSearch       = new System.Windows.Forms.CheckBox();
     this.pnlBody.SuspendLayout();
     this.pnl_SpeedSearch.SuspendLayout();
     this.pnl_SpeedSearch1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).BeginInit();
     this.pnl_Find.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.pnl_SpeedSearch);
     this.pnlBody.Controls.Add(this.grdContact);
     this.pnlBody.Controls.Add(this.pnl_Find);
     this.pnlBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name     = "pnlBody";
     this.pnlBody.Size     = new System.Drawing.Size(672, 333);
     this.pnlBody.TabIndex = 26;
     this.pnlBody.Resize  += new System.EventHandler(this.pnlBody_Resize);
     //
     // pnl_SpeedSearch
     //
     this.pnl_SpeedSearch.BackColor = System.Drawing.Color.Black;
     this.pnl_SpeedSearch.Controls.Add(this.pnl_SpeedSearch1);
     this.pnl_SpeedSearch.Location = new System.Drawing.Point(40, 232);
     this.pnl_SpeedSearch.Name     = "pnl_SpeedSearch";
     this.pnl_SpeedSearch.Size     = new System.Drawing.Size(192, 72);
     this.pnl_SpeedSearch.TabIndex = 41;
     this.pnl_SpeedSearch.Visible  = false;
     //
     // pnl_SpeedSearch1
     //
     this.pnl_SpeedSearch1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(143)))), ((int)(((byte)(230)))));
     this.pnl_SpeedSearch1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_SpeedSearch1.Controls.Add(this.txt_SpeedSearch);
     this.pnl_SpeedSearch1.Controls.Add(this.label1);
     this.pnl_SpeedSearch1.Location = new System.Drawing.Point(4, 4);
     this.pnl_SpeedSearch1.Name     = "pnl_SpeedSearch1";
     this.pnl_SpeedSearch1.Size     = new System.Drawing.Size(184, 64);
     this.pnl_SpeedSearch1.TabIndex = 39;
     //
     // txt_SpeedSearch
     //
     this.txt_SpeedSearch.Location     = new System.Drawing.Point(11, 29);
     this.txt_SpeedSearch.Name         = "txt_SpeedSearch";
     this.txt_SpeedSearch.Size         = new System.Drawing.Size(157, 21);
     this.txt_SpeedSearch.TabIndex     = 10;
     this.txt_SpeedSearch.TextChanged += new System.EventHandler(this.txt_SpeedSearch_TextChanged);
     this.txt_SpeedSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyDown);
     this.txt_SpeedSearch.Leave       += new System.EventHandler(this.txt_SpeedSearch_Leave);
     this.txt_SpeedSearch.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txt_SpeedSearch_KeyUp);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(56, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(71, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fast Search";
     //
     // grdContact
     //
     this.grdContact.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdContact.EmbeddedNavigator.Name = "";
     this.grdContact.ExternalRepository     = this.persistentRepository1;
     this.grdContact.Location = new System.Drawing.Point(0, 88);
     this.grdContact.MainView = this.gvwContact;
     this.grdContact.Name     = "grdContact";
     this.grdContact.Size     = new System.Drawing.Size(672, 245);
     this.grdContact.TabIndex = 25;
     this.grdContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvwContact
     });
     this.grdContact.DoubleClick += new System.EventHandler(this.grdContact_DoubleClick);
     this.grdContact.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.grdContact_KeyPress);
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AllowFocused = false;
     this.repositoryItemTextEdit1.AutoHeight   = false;
     this.repositoryItemTextEdit1.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemTextEdit1.Name         = "repositoryItemTextEdit1";
     //
     // gvwContact
     //
     this.gvwContact.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gvwContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcolContactID,
         this.gcolContactType,
         this.gcolType,
         this.gColLastName,
         this.gcolFirstName,
         this.gcolCompany,
         this.gcolLastNameRomaji,
         this.gcolFirstNameRomaji,
         this.gcolContactName,
         this.gcolContactNameRomaji,
         this.gcolStreet,
         this.gcolCity,
         this.gcolState,
         this.gcolCountry,
         this.gcolEmail1,
         this.gcolPhone,
         this.gcolJobTitle,
         this.gcolStatusID,
         this.gcolStatus,
         this.gcolContact1Name,
         this.gcolContactPhone1,
         this.gcolContact2Name,
         this.gcolContactPhone2,
         this.gcolMobilePhone,
         this.gcolDateJoined,
         this.colAccRepName
     });
     this.gvwContact.FocusRectStyle           = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvwContact.GridControl              = this.grdContact;
     this.gvwContact.Name                     = "gvwContact";
     this.gvwContact.OptionsBehavior.Editable = false;
     this.gvwContact.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gvwContact.OptionsDetail.EnableDetailToolTip          = true;
     this.gvwContact.OptionsNavigation.AutoMoveRowFocus         = false;
     this.gvwContact.OptionsPrint.UsePrintStyles   = true;
     this.gvwContact.OptionsView.ShowDetailButtons = false;
     this.gvwContact.OptionsView.ShowGroupPanel    = false;
     this.gvwContact.OptionsView.ShowHorzLines     = false;
     this.gvwContact.OptionsView.ShowIndicator     = false;
     this.gvwContact.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcolContactType, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gcolContactID
     //
     this.gcolContactID.Caption   = "ContactID";
     this.gcolContactID.FieldName = "ContactId";
     this.gcolContactID.Name      = "gcolContactID";
     //
     // gcolContactType
     //
     this.gcolContactType.Caption    = "Contact Type ID";
     this.gcolContactType.ColumnEdit = this.repositoryItemTextEdit1;
     this.gcolContactType.FieldName  = "ContactType";
     this.gcolContactType.Name       = "gcolContactType";
     this.gcolContactType.Width      = 68;
     //
     // gcolType
     //
     this.gcolType.Caption   = "Contact Type";
     this.gcolType.FieldName = "Type";
     this.gcolType.Name      = "gcolType";
     //
     // gColLastName
     //
     this.gColLastName.Caption      = "Last Name";
     this.gColLastName.FieldName    = "LastName";
     this.gColLastName.Name         = "gColLastName";
     this.gColLastName.Visible      = true;
     this.gColLastName.VisibleIndex = 0;
     this.gColLastName.Width        = 73;
     //
     // gcolFirstName
     //
     this.gcolFirstName.Caption      = "First Name";
     this.gcolFirstName.FieldName    = "FirstName";
     this.gcolFirstName.Name         = "gcolFirstName";
     this.gcolFirstName.Visible      = true;
     this.gcolFirstName.VisibleIndex = 1;
     this.gcolFirstName.Width        = 73;
     //
     // gcolCompany
     //
     this.gcolCompany.Caption      = "Company";
     this.gcolCompany.FieldName    = "BrowseName";
     this.gcolCompany.Name         = "gcolCompany";
     this.gcolCompany.Visible      = true;
     this.gcolCompany.VisibleIndex = 2;
     this.gcolCompany.Width        = 73;
     //
     // gcolLastNameRomaji
     //
     this.gcolLastNameRomaji.Caption   = "Last Name Romaji";
     this.gcolLastNameRomaji.FieldName = "LastNameRomaji";
     this.gcolLastNameRomaji.Name      = "gcolLastNameRomaji";
     //
     // gcolFirstNameRomaji
     //
     this.gcolFirstNameRomaji.Caption   = "First Name Romaji";
     this.gcolFirstNameRomaji.FieldName = "FirstNameRomaji";
     this.gcolFirstNameRomaji.Name      = "gcolFirstNameRomaji";
     //
     // gcolContactName
     //
     this.gcolContactName.Caption   = "Contact Name";
     this.gcolContactName.FieldName = "ContactlastName1";
     this.gcolContactName.Name      = "gcolContactName";
     //
     // gcolContactNameRomaji
     //
     this.gcolContactNameRomaji.Caption   = "Contact Name Romaji";
     this.gcolContactNameRomaji.FieldName = "ContactlastNameRomaji1";
     this.gcolContactNameRomaji.Name      = "gcolContactNameRomaji";
     //
     // gcolStreet
     //
     this.gcolStreet.Caption   = "Street";
     this.gcolStreet.FieldName = "Street1";
     this.gcolStreet.Name      = "gcolStreet";
     this.gcolStreet.Width     = 69;
     //
     // gcolCity
     //
     this.gcolCity.Caption   = "City";
     this.gcolCity.FieldName = "City";
     this.gcolCity.Name      = "gcolCity";
     this.gcolCity.Width     = 46;
     //
     // gcolState
     //
     this.gcolState.Caption   = "State";
     this.gcolState.FieldName = "State";
     this.gcolState.Name      = "gcolState";
     this.gcolState.Width     = 46;
     //
     // gcolCountry
     //
     this.gcolCountry.Caption   = "Country";
     this.gcolCountry.FieldName = "Country";
     this.gcolCountry.Name      = "gcolCountry";
     this.gcolCountry.Width     = 46;
     //
     // gcolEmail1
     //
     this.gcolEmail1.Caption   = "Email";
     this.gcolEmail1.FieldName = "Email1";
     this.gcolEmail1.Name      = "gcolEmail1";
     this.gcolEmail1.Width     = 41;
     //
     // gcolPhone
     //
     this.gcolPhone.Caption      = "Phone";
     this.gcolPhone.FieldName    = "Phone1";
     this.gcolPhone.Name         = "gcolPhone";
     this.gcolPhone.Visible      = true;
     this.gcolPhone.VisibleIndex = 3;
     this.gcolPhone.Width        = 47;
     //
     // gcolJobTitle
     //
     this.gcolJobTitle.Caption   = "Job Title";
     this.gcolJobTitle.FieldName = "TitleForJob";
     this.gcolJobTitle.Name      = "gcolJobTitle";
     //
     // gcolStatusID
     //
     this.gcolStatusID.Caption   = "Status";
     this.gcolStatusID.FieldName = "ContactStatus";
     this.gcolStatusID.Name      = "gcolStatusID";
     this.gcolStatusID.Width     = 79;
     //
     // gcolStatus
     //
     this.gcolStatus.Caption      = "Status";
     this.gcolStatus.FieldName    = "Status";
     this.gcolStatus.Name         = "gcolStatus";
     this.gcolStatus.Visible      = true;
     this.gcolStatus.VisibleIndex = 4;
     //
     // gcolContact1Name
     //
     this.gcolContact1Name.Caption   = "Contact 1 Name";
     this.gcolContact1Name.FieldName = "Contact1";
     this.gcolContact1Name.Name      = "gcolContact1Name";
     //
     // gcolContactPhone1
     //
     this.gcolContactPhone1.Caption   = "Contact Phone 1";
     this.gcolContactPhone1.FieldName = "Contact1Phone";
     this.gcolContactPhone1.Name      = "gcolContactPhone1";
     //
     // gcolContact2Name
     //
     this.gcolContact2Name.Caption   = "Contact 2 Name";
     this.gcolContact2Name.FieldName = "Contact2";
     this.gcolContact2Name.Name      = "gcolContact2Name";
     //
     // gcolContactPhone2
     //
     this.gcolContactPhone2.Caption   = "Contact Phone 2";
     this.gcolContactPhone2.FieldName = "Contact2Phone";
     this.gcolContactPhone2.Name      = "gcolContactPhone2";
     //
     // gcolMobilePhone
     //
     this.gcolMobilePhone.Caption   = "Mobile Phone";
     this.gcolMobilePhone.FieldName = "PhoneMobile1";
     this.gcolMobilePhone.Name      = "gcolMobilePhone";
     //
     // gcolDateJoined
     //
     this.gcolDateJoined.Caption   = "Date Joined";
     this.gcolDateJoined.FieldName = "DateJoined";
     this.gcolDateJoined.Name      = "gcolDateJoined";
     //
     // colAccRepName
     //
     this.colAccRepName.Caption   = "Acc. Rep Name";
     this.colAccRepName.FieldName = "AccRepName";
     this.colAccRepName.Name      = "colAccRepName";
     //
     // pnl_Find
     //
     this.pnl_Find.BackColor   = System.Drawing.SystemColors.Window;
     this.pnl_Find.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnl_Find.Controls.Add(this.panel1);
     this.pnl_Find.Controls.Add(this.txtSearch);
     this.pnl_Find.Controls.Add(this.chk_Anywhere);
     this.pnl_Find.Controls.Add(this.btn_Clear);
     this.pnl_Find.Controls.Add(this.btn_Find);
     this.pnl_Find.Controls.Add(this.lbl_Find);
     this.pnl_Find.Controls.Add(this.chk_AdvanceSearch);
     this.pnl_Find.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnl_Find.Location = new System.Drawing.Point(0, 0);
     this.pnl_Find.Name     = "pnl_Find";
     this.pnl_Find.Size     = new System.Drawing.Size(672, 88);
     this.pnl_Find.TabIndex = 26;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(484, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(184, 84);
     this.panel1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(184, 84);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(64, 17);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(296, 21);
     this.txtSearch.TabIndex = 9;
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // chk_Anywhere
     //
     this.chk_Anywhere.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_Anywhere.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_Anywhere.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_Anywhere.Location                = new System.Drawing.Point(210, 44);
     this.chk_Anywhere.Name                    = "chk_Anywhere";
     this.chk_Anywhere.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_Anywhere.Size                    = new System.Drawing.Size(154, 24);
     this.chk_Anywhere.TabIndex                = 7;
     this.chk_Anywhere.Text                    = "Search Anywhere in Fields";
     this.chk_Anywhere.UseVisualStyleBackColor = false;
     //
     // btn_Clear
     //
     this.btn_Clear.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Clear.Location  = new System.Drawing.Point(370, 44);
     this.btn_Clear.Name      = "btn_Clear";
     this.btn_Clear.Size      = new System.Drawing.Size(75, 23);
     this.btn_Clear.TabIndex  = 6;
     this.btn_Clear.Text      = "Clear";
     this.btn_Clear.UseVisualStyleBackColor = false;
     this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
     //
     // btn_Find
     //
     this.btn_Find.BackColor = System.Drawing.SystemColors.Control;
     this.btn_Find.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_Find.Location  = new System.Drawing.Point(370, 15);
     this.btn_Find.Name      = "btn_Find";
     this.btn_Find.Size      = new System.Drawing.Size(75, 23);
     this.btn_Find.TabIndex  = 4;
     this.btn_Find.Text      = "Find";
     this.btn_Find.UseVisualStyleBackColor = false;
     this.btn_Find.Click += new System.EventHandler(this.btn_Find_Click);
     //
     // lbl_Find
     //
     this.lbl_Find.AutoSize = true;
     this.lbl_Find.Location = new System.Drawing.Point(15, 19);
     this.lbl_Find.Name     = "lbl_Find";
     this.lbl_Find.Size     = new System.Drawing.Size(30, 13);
     this.lbl_Find.TabIndex = 0;
     this.lbl_Find.Text     = " Find";
     //
     // chk_AdvanceSearch
     //
     this.chk_AdvanceSearch.BackColor               = System.Drawing.SystemColors.Window;
     this.chk_AdvanceSearch.Checked                 = true;
     this.chk_AdvanceSearch.CheckState              = System.Windows.Forms.CheckState.Checked;
     this.chk_AdvanceSearch.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.chk_AdvanceSearch.Font                    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_AdvanceSearch.Location                = new System.Drawing.Point(64, 44);
     this.chk_AdvanceSearch.Name                    = "chk_AdvanceSearch";
     this.chk_AdvanceSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.chk_AdvanceSearch.Size                    = new System.Drawing.Size(112, 24);
     this.chk_AdvanceSearch.TabIndex                = 8;
     this.chk_AdvanceSearch.Text                    = "Search All Fields";
     this.chk_AdvanceSearch.UseVisualStyleBackColor = false;
     //
     // frmContactBrw
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(672, 333);
     this.Controls.Add(this.pnlBody);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "frmContactBrw";
     this.ShowInTaskbar = false;
     this.Text          = "Contacts...";
     this.Load         += new System.EventHandler(this.frmContactBrw_Load);
     this.pnlBody.ResumeLayout(false);
     this.pnl_SpeedSearch.ResumeLayout(false);
     this.pnl_SpeedSearch1.ResumeLayout(false);
     this.pnl_SpeedSearch1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvwContact)).EndInit();
     this.pnl_Find.ResumeLayout(false);
     this.pnl_Find.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }