Exemple #1
0
 private void InitializeComponent()
 {
     this.cJiaPanel2  = new CJia.Controls.CJiaPanel();
     this.btnSix      = new CJia.Controls.CJiaButton();
     this.btnFive     = new CJia.Controls.CJiaButton();
     this.btnPageNext = new CJia.Controls.CJiaButton();
     this.btnNine     = new CJia.Controls.CJiaButton();
     this.btnPrev     = new CJia.Controls.CJiaButton();
     this.btnTen      = new CJia.Controls.CJiaButton();
     this.btnNext     = new CJia.Controls.CJiaButton();
     this.btnEight    = new CJia.Controls.CJiaButton();
     this.btnPagePrev = new CJia.Controls.CJiaButton();
     this.btnSeven    = new CJia.Controls.CJiaButton();
     this.txtNum      = new CJia.Controls.CJiaTextBox();
     this.btnOne      = new CJia.Controls.CJiaButton();
     this.btnOK       = new CJia.Controls.CJiaButton();
     this.btnFour     = new CJia.Controls.CJiaButton();
     this.btnTwo      = new CJia.Controls.CJiaButton();
     this.btnThree    = new CJia.Controls.CJiaButton();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel2)).BeginInit();
     this.cJiaPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // cJiaPanel2
     //
     this.cJiaPanel2.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.cJiaPanel2.Appearance.Options.UseBackColor = true;
     this.cJiaPanel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaPanel2.Controls.Add(this.btnSix);
     this.cJiaPanel2.Controls.Add(this.btnFive);
     this.cJiaPanel2.Controls.Add(this.btnPageNext);
     this.cJiaPanel2.Controls.Add(this.btnNine);
     this.cJiaPanel2.Controls.Add(this.btnPrev);
     this.cJiaPanel2.Controls.Add(this.btnTen);
     this.cJiaPanel2.Controls.Add(this.btnNext);
     this.cJiaPanel2.Controls.Add(this.btnEight);
     this.cJiaPanel2.Controls.Add(this.btnPagePrev);
     this.cJiaPanel2.Controls.Add(this.btnSeven);
     this.cJiaPanel2.Controls.Add(this.txtNum);
     this.cJiaPanel2.Controls.Add(this.btnOne);
     this.cJiaPanel2.Controls.Add(this.btnOK);
     this.cJiaPanel2.Controls.Add(this.btnFour);
     this.cJiaPanel2.Controls.Add(this.btnTwo);
     this.cJiaPanel2.Controls.Add(this.btnThree);
     this.cJiaPanel2.Location             = new System.Drawing.Point(8, 4);
     this.cJiaPanel2.LookAndFeel.SkinName = "Office 2010 Silver";
     this.cJiaPanel2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPanel2.Name     = "cJiaPanel2";
     this.cJiaPanel2.Size     = new System.Drawing.Size(470, 28);
     this.cJiaPanel2.TabIndex = 0;
     //
     // btnSix
     //
     this.btnSix.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnSix.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnSix.Appearance.Options.UseFont      = true;
     this.btnSix.Appearance.Options.UseForeColor = true;
     this.btnSix.CustomText           = "6";
     this.btnSix.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSix.Location             = new System.Drawing.Point(205, 3);
     this.btnSix.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnSix.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnSix.Name       = "btnSix";
     this.btnSix.Selectable = false;
     this.btnSix.Size       = new System.Drawing.Size(30, 22);
     this.btnSix.TabIndex   = 8;
     this.btnSix.Text       = "6";
     this.btnSix.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnFive
     //
     this.btnFive.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnFive.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnFive.Appearance.Options.UseFont      = true;
     this.btnFive.Appearance.Options.UseForeColor = true;
     this.btnFive.CustomText           = "5";
     this.btnFive.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFive.Location             = new System.Drawing.Point(176, 3);
     this.btnFive.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnFive.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFive.Name       = "btnFive";
     this.btnFive.Selectable = false;
     this.btnFive.Size       = new System.Drawing.Size(30, 22);
     this.btnFive.TabIndex   = 7;
     this.btnFive.Text       = "5";
     this.btnFive.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnPageNext
     //
     this.btnPageNext.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnPageNext.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.btnPageNext.Appearance.Options.UseFont      = true;
     this.btnPageNext.Appearance.Options.UseForeColor = true;
     this.btnPageNext.CustomText           = "";
     this.btnPageNext.Image                = global::CJia.Controls.Properties.Resources.Next;
     this.btnPageNext.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPageNext.Location             = new System.Drawing.Point(437, 3);
     this.btnPageNext.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnPageNext.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPageNext.Name       = "btnPageNext";
     this.btnPageNext.Selectable = false;
     this.btnPageNext.Size       = new System.Drawing.Size(30, 22);
     this.btnPageNext.TabIndex   = 16;
     this.btnPageNext.Click     += new System.EventHandler(this.btnPageNext_Click);
     //
     // btnNine
     //
     this.btnNine.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnNine.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnNine.Appearance.Options.UseFont      = true;
     this.btnNine.Appearance.Options.UseForeColor = true;
     this.btnNine.CustomText           = "9";
     this.btnNine.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnNine.Location             = new System.Drawing.Point(292, 3);
     this.btnNine.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnNine.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnNine.Name       = "btnNine";
     this.btnNine.Selectable = false;
     this.btnNine.Size       = new System.Drawing.Size(30, 22);
     this.btnNine.TabIndex   = 11;
     this.btnNine.Text       = "9";
     this.btnNine.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnPrev
     //
     this.btnPrev.Appearance.Font                   = new System.Drawing.Font("微软雅黑", 16F);
     this.btnPrev.Appearance.ForeColor              = System.Drawing.Color.OrangeRed;
     this.btnPrev.Appearance.Options.UseFont        = true;
     this.btnPrev.Appearance.Options.UseForeColor   = true;
     this.btnPrev.Appearance.Options.UseTextOptions = true;
     this.btnPrev.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
     this.btnPrev.CustomText           = "...";
     this.btnPrev.Location             = new System.Drawing.Point(31, 3);
     this.btnPrev.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnPrev.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPrev.Name       = "btnPrev";
     this.btnPrev.Selectable = false;
     this.btnPrev.Size       = new System.Drawing.Size(30, 22);
     this.btnPrev.TabIndex   = 2;
     this.btnPrev.Text       = "...";
     this.btnPrev.Click     += new System.EventHandler(this.btnPrev_Click);
     //
     // btnTen
     //
     this.btnTen.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnTen.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnTen.Appearance.Options.UseFont      = true;
     this.btnTen.Appearance.Options.UseForeColor = true;
     this.btnTen.CustomText           = "10";
     this.btnTen.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnTen.Location             = new System.Drawing.Point(321, 3);
     this.btnTen.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnTen.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnTen.Name       = "btnTen";
     this.btnTen.Selectable = false;
     this.btnTen.Size       = new System.Drawing.Size(30, 22);
     this.btnTen.TabIndex   = 12;
     this.btnTen.Text       = "10";
     this.btnTen.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnNext
     //
     this.btnNext.Appearance.Font                   = new System.Drawing.Font("微软雅黑", 16F);
     this.btnNext.Appearance.ForeColor              = System.Drawing.Color.OrangeRed;
     this.btnNext.Appearance.Options.UseFont        = true;
     this.btnNext.Appearance.Options.UseForeColor   = true;
     this.btnNext.Appearance.Options.UseTextOptions = true;
     this.btnNext.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
     this.btnNext.CustomText           = "...";
     this.btnNext.Location             = new System.Drawing.Point(408, 3);
     this.btnNext.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnNext.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnNext.Name       = "btnNext";
     this.btnNext.Selectable = false;
     this.btnNext.Size       = new System.Drawing.Size(30, 22);
     this.btnNext.TabIndex   = 15;
     this.btnNext.Text       = "...";
     this.btnNext.Click     += new System.EventHandler(this.btnNext_Click);
     //
     // btnEight
     //
     this.btnEight.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnEight.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnEight.Appearance.Options.UseFont      = true;
     this.btnEight.Appearance.Options.UseForeColor = true;
     this.btnEight.CustomText           = "8";
     this.btnEight.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnEight.Location             = new System.Drawing.Point(263, 3);
     this.btnEight.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnEight.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnEight.Name       = "btnEight";
     this.btnEight.Selectable = false;
     this.btnEight.Size       = new System.Drawing.Size(30, 22);
     this.btnEight.TabIndex   = 10;
     this.btnEight.Text       = "8";
     this.btnEight.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnPagePrev
     //
     this.btnPagePrev.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnPagePrev.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.btnPagePrev.Appearance.Options.UseFont      = true;
     this.btnPagePrev.Appearance.Options.UseForeColor = true;
     this.btnPagePrev.CustomText           = "";
     this.btnPagePrev.Image                = global::CJia.Controls.Properties.Resources.Prev;
     this.btnPagePrev.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPagePrev.Location             = new System.Drawing.Point(2, 3);
     this.btnPagePrev.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnPagePrev.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPagePrev.Name       = "btnPagePrev";
     this.btnPagePrev.Selectable = false;
     this.btnPagePrev.Size       = new System.Drawing.Size(30, 22);
     this.btnPagePrev.TabIndex   = 1;
     this.btnPagePrev.Click     += new System.EventHandler(this.btnPagePrev_Click);
     //
     // btnSeven
     //
     this.btnSeven.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnSeven.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnSeven.Appearance.Options.UseFont      = true;
     this.btnSeven.Appearance.Options.UseForeColor = true;
     this.btnSeven.CustomText           = "7";
     this.btnSeven.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSeven.Location             = new System.Drawing.Point(234, 3);
     this.btnSeven.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnSeven.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnSeven.Name       = "btnSeven";
     this.btnSeven.Selectable = false;
     this.btnSeven.Size       = new System.Drawing.Size(30, 22);
     this.btnSeven.TabIndex   = 9;
     this.btnSeven.Text       = "7";
     this.btnSeven.Click     += new System.EventHandler(this.btnNumber);
     //
     // txtNum
     //
     this.txtNum.EditValue = "";
     this.txtNum.Location  = new System.Drawing.Point(351, 3);
     this.txtNum.Name      = "txtNum";
     this.txtNum.Properties.Appearance.BackColor              = System.Drawing.Color.White;
     this.txtNum.Properties.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10F);
     this.txtNum.Properties.Appearance.Options.UseBackColor   = true;
     this.txtNum.Properties.Appearance.Options.UseFont        = true;
     this.txtNum.Properties.LookAndFeel.SkinName              = "Office 2010 Blue";
     this.txtNum.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtNum.Size     = new System.Drawing.Size(28, 20);
     this.txtNum.TabIndex = 13;
     //
     // btnOne
     //
     this.btnOne.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnOne.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnOne.Appearance.Options.UseFont      = true;
     this.btnOne.Appearance.Options.UseForeColor = true;
     this.btnOne.CustomText           = "1";
     this.btnOne.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnOne.Location             = new System.Drawing.Point(60, 3);
     this.btnOne.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnOne.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnOne.Name       = "btnOne";
     this.btnOne.Selectable = false;
     this.btnOne.Size       = new System.Drawing.Size(30, 22);
     this.btnOne.TabIndex   = 3;
     this.btnOne.Text       = "1";
     this.btnOne.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnOK
     //
     this.btnOK.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
     this.btnOK.Appearance.ForeColor            = System.Drawing.Color.DarkOrange;
     this.btnOK.Appearance.Options.UseFont      = true;
     this.btnOK.Appearance.Options.UseForeColor = true;
     this.btnOK.CustomText           = "OK";
     this.btnOK.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnOK.Location             = new System.Drawing.Point(379, 3);
     this.btnOK.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnOK.Name       = "btnOK";
     this.btnOK.Selectable = false;
     this.btnOK.Size       = new System.Drawing.Size(30, 22);
     this.btnOK.TabIndex   = 14;
     this.btnOK.Text       = "OK";
     this.btnOK.Click     += new System.EventHandler(this.btnOK_Click);
     //
     // btnFour
     //
     this.btnFour.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnFour.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnFour.Appearance.Options.UseFont      = true;
     this.btnFour.Appearance.Options.UseForeColor = true;
     this.btnFour.CustomText           = "4";
     this.btnFour.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFour.Location             = new System.Drawing.Point(147, 3);
     this.btnFour.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnFour.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFour.Name       = "btnFour";
     this.btnFour.Selectable = false;
     this.btnFour.Size       = new System.Drawing.Size(30, 22);
     this.btnFour.TabIndex   = 6;
     this.btnFour.Text       = "4";
     this.btnFour.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnTwo
     //
     this.btnTwo.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnTwo.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnTwo.Appearance.Options.UseFont      = true;
     this.btnTwo.Appearance.Options.UseForeColor = true;
     this.btnTwo.CustomText           = "2";
     this.btnTwo.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnTwo.Location             = new System.Drawing.Point(89, 3);
     this.btnTwo.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnTwo.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnTwo.Name       = "btnTwo";
     this.btnTwo.Selectable = false;
     this.btnTwo.Size       = new System.Drawing.Size(30, 22);
     this.btnTwo.TabIndex   = 4;
     this.btnTwo.Text       = "2";
     this.btnTwo.Click     += new System.EventHandler(this.btnNumber);
     //
     // btnThree
     //
     this.btnThree.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnThree.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnThree.Appearance.Options.UseFont      = true;
     this.btnThree.Appearance.Options.UseForeColor = true;
     this.btnThree.CustomText           = "3";
     this.btnThree.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnThree.Location             = new System.Drawing.Point(118, 3);
     this.btnThree.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnThree.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnThree.Name       = "btnThree";
     this.btnThree.Selectable = false;
     this.btnThree.Size       = new System.Drawing.Size(30, 22);
     this.btnThree.TabIndex   = 5;
     this.btnThree.Text       = "3";
     this.btnThree.Click     += new System.EventHandler(this.btnNumber);
     //
     // CJiaPagingPanel
     //
     this.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
     this.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.Appearance.Options.UseBackColor   = true;
     this.Appearance.Options.UseBorderColor = true;
     this.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.Controls.Add(this.cJiaPanel2);
     this.LookAndFeel.SkinName = "Office 2010 Silver";
     this.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Size = new System.Drawing.Size(560, 36);
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel2)).EndInit();
     this.cJiaPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CJiaReportPrintUC));
     this.cJiaGrid1   = new CJia.Controls.CJiaGrid();
     this.cJiaPanel1  = new CJia.Controls.CJiaPanel();
     this.cJiaPanel2  = new CJia.Controls.CJiaPanel();
     this.btnSix      = new CJia.Controls.CJiaButton();
     this.btnFive     = new CJia.Controls.CJiaButton();
     this.btnPrev     = new CJia.Controls.CJiaButton();
     this.btnPageNext = new CJia.Controls.CJiaButton();
     this.btnNine     = new CJia.Controls.CJiaButton();
     this.btnTen      = new CJia.Controls.CJiaButton();
     this.btnNext     = new CJia.Controls.CJiaButton();
     this.btnEight    = new CJia.Controls.CJiaButton();
     this.btnPagePrev = new CJia.Controls.CJiaButton();
     this.btnSeven    = new CJia.Controls.CJiaButton();
     this.txtNum      = new CJia.Controls.CJiaTextBox();
     this.btnOne      = new CJia.Controls.CJiaButton();
     this.btnOK       = new CJia.Controls.CJiaButton();
     this.btnFour     = new CJia.Controls.CJiaButton();
     this.btnTwo      = new CJia.Controls.CJiaButton();
     this.btnThree    = new CJia.Controls.CJiaButton();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).BeginInit();
     this.cJiaPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel2)).BeginInit();
     this.cJiaPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // cJiaGrid1
     //
     this.cJiaGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.cJiaGrid1.Font                 = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cJiaGrid1.IndicatorWidth       = 30;
     this.cJiaGrid1.Location             = new System.Drawing.Point(3, 3);
     this.cJiaGrid1.LookAndFeel.SkinName = "Office 2010 Blue";
     this.cJiaGrid1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaGrid1.Name          = "cJiaGrid1";
     this.cJiaGrid1.ShowRowNumber = true;
     this.cJiaGrid1.Size          = new System.Drawing.Size(649, 198);
     this.cJiaGrid1.TabIndex      = 0;
     //
     // cJiaPanel1
     //
     this.cJiaPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.cJiaPanel1.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
     this.cJiaPanel1.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.cJiaPanel1.Appearance.Options.UseBackColor   = true;
     this.cJiaPanel1.Appearance.Options.UseBorderColor = true;
     this.cJiaPanel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.cJiaPanel1.Controls.Add(this.cJiaPanel2);
     this.cJiaPanel1.Location             = new System.Drawing.Point(14, 224);
     this.cJiaPanel1.LookAndFeel.SkinName = "Office 2010 Silver";
     this.cJiaPanel1.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaPanel1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPanel1.Name     = "cJiaPanel1";
     this.cJiaPanel1.Size     = new System.Drawing.Size(599, 37);
     this.cJiaPanel1.TabIndex = 1;
     //
     // cJiaPanel2
     //
     this.cJiaPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cJiaPanel2.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.cJiaPanel2.Appearance.Options.UseBackColor = true;
     this.cJiaPanel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaPanel2.Controls.Add(this.btnSix);
     this.cJiaPanel2.Controls.Add(this.btnFive);
     this.cJiaPanel2.Controls.Add(this.btnPrev);
     this.cJiaPanel2.Controls.Add(this.btnPageNext);
     this.cJiaPanel2.Controls.Add(this.btnNine);
     this.cJiaPanel2.Controls.Add(this.btnTen);
     this.cJiaPanel2.Controls.Add(this.btnNext);
     this.cJiaPanel2.Controls.Add(this.btnEight);
     this.cJiaPanel2.Controls.Add(this.btnPagePrev);
     this.cJiaPanel2.Controls.Add(this.btnSeven);
     this.cJiaPanel2.Controls.Add(this.txtNum);
     this.cJiaPanel2.Controls.Add(this.btnOne);
     this.cJiaPanel2.Controls.Add(this.btnOK);
     this.cJiaPanel2.Controls.Add(this.btnFour);
     this.cJiaPanel2.Controls.Add(this.btnTwo);
     this.cJiaPanel2.Controls.Add(this.btnThree);
     this.cJiaPanel2.Location             = new System.Drawing.Point(8, 4);
     this.cJiaPanel2.LookAndFeel.SkinName = "Office 2010 Silver";
     this.cJiaPanel2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPanel2.Name     = "cJiaPanel2";
     this.cJiaPanel2.Size     = new System.Drawing.Size(552, 28);
     this.cJiaPanel2.TabIndex = 19;
     //
     // btnSix
     //
     this.btnSix.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnSix.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnSix.Appearance.Options.UseFont      = true;
     this.btnSix.Appearance.Options.UseForeColor = true;
     this.btnSix.CustomText           = "6";
     this.btnSix.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSix.Location             = new System.Drawing.Point(205, 3);
     this.btnSix.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnSix.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnSix.Name       = "btnSix";
     this.btnSix.Selectable = false;
     this.btnSix.Size       = new System.Drawing.Size(30, 22);
     this.btnSix.TabIndex   = 8;
     this.btnSix.Text       = "6";
     //
     // btnFive
     //
     this.btnFive.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnFive.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnFive.Appearance.Options.UseFont      = true;
     this.btnFive.Appearance.Options.UseForeColor = true;
     this.btnFive.CustomText           = "5";
     this.btnFive.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFive.Location             = new System.Drawing.Point(176, 3);
     this.btnFive.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnFive.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFive.Name       = "btnFive";
     this.btnFive.Selectable = false;
     this.btnFive.Size       = new System.Drawing.Size(30, 22);
     this.btnFive.TabIndex   = 7;
     this.btnFive.Text       = "5";
     //
     // btnPrev
     //
     this.btnPrev.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnPrev.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.btnPrev.Appearance.Options.UseFont      = true;
     this.btnPrev.Appearance.Options.UseForeColor = true;
     this.btnPrev.CustomText           = "";
     this.btnPrev.Image                = ((System.Drawing.Image)(resources.GetObject("btnPrev.Image")));
     this.btnPrev.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPrev.Location             = new System.Drawing.Point(2, 3);
     this.btnPrev.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnPrev.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPrev.Name       = "btnPrev";
     this.btnPrev.Selectable = false;
     this.btnPrev.Size       = new System.Drawing.Size(30, 22);
     this.btnPrev.TabIndex   = 2;
     //
     // btnPageNext
     //
     this.btnPageNext.Appearance.Font                   = new System.Drawing.Font("微软雅黑", 16F);
     this.btnPageNext.Appearance.ForeColor              = System.Drawing.Color.OrangeRed;
     this.btnPageNext.Appearance.Options.UseFont        = true;
     this.btnPageNext.Appearance.Options.UseForeColor   = true;
     this.btnPageNext.Appearance.Options.UseTextOptions = true;
     this.btnPageNext.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
     this.btnPageNext.CustomText           = "...";
     this.btnPageNext.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPageNext.Location             = new System.Drawing.Point(408, 3);
     this.btnPageNext.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnPageNext.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPageNext.Name       = "btnPageNext";
     this.btnPageNext.Selectable = false;
     this.btnPageNext.Size       = new System.Drawing.Size(30, 22);
     this.btnPageNext.TabIndex   = 16;
     this.btnPageNext.Text       = "...";
     //
     // btnNine
     //
     this.btnNine.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnNine.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnNine.Appearance.Options.UseFont      = true;
     this.btnNine.Appearance.Options.UseForeColor = true;
     this.btnNine.CustomText           = "9";
     this.btnNine.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnNine.Location             = new System.Drawing.Point(292, 3);
     this.btnNine.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnNine.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnNine.Name       = "btnNine";
     this.btnNine.Selectable = false;
     this.btnNine.Size       = new System.Drawing.Size(30, 22);
     this.btnNine.TabIndex   = 11;
     this.btnNine.Text       = "9";
     //
     // btnTen
     //
     this.btnTen.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnTen.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnTen.Appearance.Options.UseFont      = true;
     this.btnTen.Appearance.Options.UseForeColor = true;
     this.btnTen.CustomText           = "10";
     this.btnTen.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnTen.Location             = new System.Drawing.Point(321, 3);
     this.btnTen.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnTen.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnTen.Name       = "btnTen";
     this.btnTen.Selectable = false;
     this.btnTen.Size       = new System.Drawing.Size(30, 22);
     this.btnTen.TabIndex   = 12;
     this.btnTen.Text       = "10";
     //
     // btnNext
     //
     this.btnNext.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnNext.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.btnNext.Appearance.Options.UseFont      = true;
     this.btnNext.Appearance.Options.UseForeColor = true;
     this.btnNext.CustomText           = "";
     this.btnNext.Image                = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
     this.btnNext.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnNext.Location             = new System.Drawing.Point(437, 3);
     this.btnNext.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnNext.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnNext.Name       = "btnNext";
     this.btnNext.Selectable = false;
     this.btnNext.Size       = new System.Drawing.Size(30, 22);
     this.btnNext.TabIndex   = 15;
     //
     // btnEight
     //
     this.btnEight.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnEight.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnEight.Appearance.Options.UseFont      = true;
     this.btnEight.Appearance.Options.UseForeColor = true;
     this.btnEight.CustomText           = "8";
     this.btnEight.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnEight.Location             = new System.Drawing.Point(263, 3);
     this.btnEight.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnEight.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnEight.Name       = "btnEight";
     this.btnEight.Selectable = false;
     this.btnEight.Size       = new System.Drawing.Size(30, 22);
     this.btnEight.TabIndex   = 10;
     this.btnEight.Text       = "8";
     //
     // btnPagePrev
     //
     this.btnPagePrev.Appearance.Font                   = new System.Drawing.Font("微软雅黑", 16F);
     this.btnPagePrev.Appearance.ForeColor              = System.Drawing.Color.OrangeRed;
     this.btnPagePrev.Appearance.Options.UseFont        = true;
     this.btnPagePrev.Appearance.Options.UseForeColor   = true;
     this.btnPagePrev.Appearance.Options.UseTextOptions = true;
     this.btnPagePrev.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Bottom;
     this.btnPagePrev.CustomText           = "...";
     this.btnPagePrev.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPagePrev.Location             = new System.Drawing.Point(31, 3);
     this.btnPagePrev.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnPagePrev.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPagePrev.Name       = "btnPagePrev";
     this.btnPagePrev.Selectable = false;
     this.btnPagePrev.Size       = new System.Drawing.Size(30, 22);
     this.btnPagePrev.TabIndex   = 1;
     this.btnPagePrev.Text       = "...";
     //
     // btnSeven
     //
     this.btnSeven.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnSeven.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnSeven.Appearance.Options.UseFont      = true;
     this.btnSeven.Appearance.Options.UseForeColor = true;
     this.btnSeven.CustomText           = "7";
     this.btnSeven.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSeven.Location             = new System.Drawing.Point(234, 3);
     this.btnSeven.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnSeven.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnSeven.Name       = "btnSeven";
     this.btnSeven.Selectable = false;
     this.btnSeven.Size       = new System.Drawing.Size(30, 22);
     this.btnSeven.TabIndex   = 9;
     this.btnSeven.Text       = "7";
     //
     // txtNum
     //
     this.txtNum.EditValue = "";
     this.txtNum.Location  = new System.Drawing.Point(351, 3);
     this.txtNum.Name      = "txtNum";
     this.txtNum.Properties.Appearance.BackColor              = System.Drawing.Color.White;
     this.txtNum.Properties.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10F);
     this.txtNum.Properties.Appearance.Options.UseBackColor   = true;
     this.txtNum.Properties.Appearance.Options.UseFont        = true;
     this.txtNum.Properties.LookAndFeel.SkinName              = "Office 2010 Blue";
     this.txtNum.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtNum.Size     = new System.Drawing.Size(28, 20);
     this.txtNum.TabIndex = 13;
     //
     // btnOne
     //
     this.btnOne.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnOne.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnOne.Appearance.Options.UseFont      = true;
     this.btnOne.Appearance.Options.UseForeColor = true;
     this.btnOne.CustomText           = "1";
     this.btnOne.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnOne.Location             = new System.Drawing.Point(60, 3);
     this.btnOne.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnOne.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnOne.Name       = "btnOne";
     this.btnOne.Selectable = false;
     this.btnOne.Size       = new System.Drawing.Size(30, 22);
     this.btnOne.TabIndex   = 3;
     this.btnOne.Text       = "1";
     //
     // btnOK
     //
     this.btnOK.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
     this.btnOK.Appearance.ForeColor            = System.Drawing.Color.DarkOrange;
     this.btnOK.Appearance.Options.UseFont      = true;
     this.btnOK.Appearance.Options.UseForeColor = true;
     this.btnOK.CustomText           = "OK";
     this.btnOK.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnOK.Location             = new System.Drawing.Point(379, 3);
     this.btnOK.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnOK.Name       = "btnOK";
     this.btnOK.Selectable = false;
     this.btnOK.Size       = new System.Drawing.Size(30, 22);
     this.btnOK.TabIndex   = 14;
     this.btnOK.Text       = "OK";
     //
     // btnFour
     //
     this.btnFour.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnFour.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnFour.Appearance.Options.UseFont      = true;
     this.btnFour.Appearance.Options.UseForeColor = true;
     this.btnFour.CustomText           = "4";
     this.btnFour.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFour.Location             = new System.Drawing.Point(147, 3);
     this.btnFour.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnFour.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnFour.Name       = "btnFour";
     this.btnFour.Selectable = false;
     this.btnFour.Size       = new System.Drawing.Size(30, 22);
     this.btnFour.TabIndex   = 6;
     this.btnFour.Text       = "4";
     //
     // btnTwo
     //
     this.btnTwo.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnTwo.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnTwo.Appearance.Options.UseFont      = true;
     this.btnTwo.Appearance.Options.UseForeColor = true;
     this.btnTwo.CustomText           = "2";
     this.btnTwo.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnTwo.Location             = new System.Drawing.Point(89, 3);
     this.btnTwo.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnTwo.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnTwo.Name       = "btnTwo";
     this.btnTwo.Selectable = false;
     this.btnTwo.Size       = new System.Drawing.Size(30, 22);
     this.btnTwo.TabIndex   = 4;
     this.btnTwo.Text       = "2";
     //
     // btnThree
     //
     this.btnThree.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnThree.Appearance.ForeColor            = System.Drawing.Color.Peru;
     this.btnThree.Appearance.Options.UseFont      = true;
     this.btnThree.Appearance.Options.UseForeColor = true;
     this.btnThree.CustomText           = "3";
     this.btnThree.ImageLocation        = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnThree.Location             = new System.Drawing.Point(118, 3);
     this.btnThree.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnThree.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnThree.Name       = "btnThree";
     this.btnThree.Selectable = false;
     this.btnThree.Size       = new System.Drawing.Size(30, 22);
     this.btnThree.TabIndex   = 5;
     this.btnThree.Text       = "3";
     //
     // cJiaPagingPanel2
     //
     this.cJiaPagingPanel2.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
     this.cJiaPagingPanel2.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.cJiaPagingPanel2.Appearance.Options.UseBackColor   = true;
     this.cJiaPagingPanel2.Appearance.Options.UseBorderColor = true;
     this.cJiaPagingPanel2.BorderStyle          = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.cJiaPagingPanel2.Location             = new System.Drawing.Point(48, 293);
     this.cJiaPagingPanel2.LookAndFeel.SkinName = "Office 2010 Silver";
     this.cJiaPagingPanel2.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaPagingPanel2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPagingPanel2.Name     = "cJiaPagingPanel2";
     this.cJiaPagingPanel2.Size     = new System.Drawing.Size(560, 35);
     this.cJiaPagingPanel2.TabIndex = 2;
     //
     // CJiaReportPrintUC
     //
     this.Controls.Add(this.cJiaPanel1);
     this.Controls.Add(this.cJiaGrid1);
     this.Name = "CJiaReportPrintUC";
     this.Size = new System.Drawing.Size(655, 447);
     ((System.ComponentModel.ISupportInitialize)(this.cJiaGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).EndInit();
     this.cJiaPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel2)).EndInit();
     this.cJiaPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtNum.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #3
0
        private static string GetFirstSpellFromUser(ArrayList alPinyinData)
        {
            #region 初始化Form
            DevExpress.XtraEditors.XtraForm         frmPinyin  = NewForm();
            DevExpress.XtraGrid.GridControl         gridPinyin = new DevExpress.XtraGrid.GridControl();
            DevExpress.XtraGrid.Views.Grid.GridView viewPinyin = new DevExpress.XtraGrid.Views.Grid.GridView();
            CJia.Controls.CJiaPanel cJiaPanel1 = new CJiaPanel();
            CJia.Controls.CJiaLabel cJiaLabel1 = new CJiaLabel();
            CJia.Controls.BtnSave   btnSave1   = new BtnSave();
            DevExpress.XtraEditors.XtraUserControl userControl1 = new DevExpress.XtraEditors.XtraUserControl();
            CJia.Controls.CJiaPanel cJiaPanel2 = new CJiaPanel();
            //
            // cJiaPanel1
            //
            cJiaPanel1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(180)))), ((int)(((byte)(228)))));
            cJiaPanel1.Appearance.Options.UseBackColor = true;
            cJiaPanel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            cJiaPanel1.Controls.Add(cJiaLabel1);
            cJiaPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
            cJiaPanel1.Location = new System.Drawing.Point(0, 0);
            cJiaPanel1.LookAndFeel.UseDefaultLookAndFeel = false;
            cJiaPanel1.Name     = "cJiaPanel1";
            cJiaPanel1.Size     = new System.Drawing.Size(525, 35);
            cJiaPanel1.TabIndex = 2;
            //
            // cJiaLabel1
            //
            cJiaLabel1.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
            cJiaLabel1.Appearance.ForeColor = System.Drawing.Color.White;
            cJiaLabel1.Location             = new System.Drawing.Point(5, 11);
            cJiaLabel1.Name     = "cJiaLabel1";
            cJiaLabel1.Size     = new System.Drawing.Size(144, 16);
            cJiaLabel1.TabIndex = 2;
            cJiaLabel1.Text     = "请确认多音字拼音码";
            // gridPinyin
            gridPinyin.EmbeddedNavigator.Name = "";
            gridPinyin.Dock                 = System.Windows.Forms.DockStyle.Top;
            gridPinyin.Location             = new System.Drawing.Point(0, 35);
            gridPinyin.LookAndFeel.SkinName = "Office 2010 Blue";
            gridPinyin.LookAndFeel.UseDefaultLookAndFeel = false;
            gridPinyin.MainView = viewPinyin;
            gridPinyin.Name     = "gridPinyin";
            gridPinyin.Size     = new System.Drawing.Size(525, 141);
            gridPinyin.TabIndex = 1;
            gridPinyin.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                viewPinyin
            });
            // viewPinyin
            #region viewPinyin
            viewPinyin.GridControl = gridPinyin;
            viewPinyin.Name        = "viewPinyin";
            viewPinyin.OptionsView.ColumnAutoWidth                                = false;
            viewPinyin.Appearance.ColumnFilterButton.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.ColumnFilterButton.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.ColumnFilterButton.ForeColor                    = System.Drawing.Color.White;
            viewPinyin.Appearance.ColumnFilterButton.Options.UseBackColor         = true;
            viewPinyin.Appearance.ColumnFilterButton.Options.UseBorderColor       = true;
            viewPinyin.Appearance.ColumnFilterButton.Options.UseForeColor         = true;
            viewPinyin.Appearance.ColumnFilterButtonActive.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.ColumnFilterButtonActive.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.ColumnFilterButtonActive.ForeColor              = System.Drawing.Color.Black;
            viewPinyin.Appearance.ColumnFilterButtonActive.Options.UseBackColor   = true;
            viewPinyin.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            viewPinyin.Appearance.ColumnFilterButtonActive.Options.UseForeColor   = true;
            viewPinyin.Appearance.Empty.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.Empty.BackColor2                         = System.Drawing.Color.White;
            viewPinyin.Appearance.Empty.Options.UseBackColor               = true;
            viewPinyin.Appearance.EvenRow.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.EvenRow.BorderColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.EvenRow.ForeColor                        = System.Drawing.Color.Black;
            viewPinyin.Appearance.EvenRow.Options.UseBackColor             = true;
            viewPinyin.Appearance.EvenRow.Options.UseBorderColor           = true;
            viewPinyin.Appearance.EvenRow.Options.UseForeColor             = true;
            viewPinyin.Appearance.FilterCloseButton.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.FilterCloseButton.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.FilterCloseButton.ForeColor              = System.Drawing.Color.White;
            viewPinyin.Appearance.FilterCloseButton.Options.UseBackColor   = true;
            viewPinyin.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            viewPinyin.Appearance.FilterCloseButton.Options.UseForeColor   = true;
            viewPinyin.Appearance.FilterPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.FilterPanel.BackColor2                   = System.Drawing.Color.White;
            viewPinyin.Appearance.FilterPanel.ForeColor                    = System.Drawing.Color.Black;
            viewPinyin.Appearance.FilterPanel.Options.UseBackColor         = true;
            viewPinyin.Appearance.FilterPanel.Options.UseForeColor         = true;
            viewPinyin.Appearance.FixedLine.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.FixedLine.BorderColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.FixedLine.Options.UseBackColor           = true;
            viewPinyin.Appearance.FixedLine.Options.UseBorderColor         = true;
            viewPinyin.Appearance.FocusedCell.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.FocusedCell.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.FocusedCell.ForeColor                    = System.Drawing.Color.White;
            viewPinyin.Appearance.FocusedCell.Options.UseBackColor         = true;
            viewPinyin.Appearance.FocusedCell.Options.UseForeColor         = true;
            viewPinyin.Appearance.FocusedRow.BackColor                     = System.Drawing.Color.White;
            viewPinyin.Appearance.FocusedRow.ForeColor                     = System.Drawing.Color.Black;
            viewPinyin.Appearance.FocusedRow.Options.UseBackColor          = true;
            viewPinyin.Appearance.FocusedRow.Options.UseBorderColor        = true;
            viewPinyin.Appearance.FocusedRow.Options.UseFont               = true;
            viewPinyin.Appearance.FocusedRow.Options.UseForeColor          = true;
            viewPinyin.Appearance.FooterPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.FooterPanel.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.FooterPanel.ForeColor                    = System.Drawing.Color.Black;
            viewPinyin.Appearance.FooterPanel.Options.UseBackColor         = true;
            viewPinyin.Appearance.FooterPanel.Options.UseBorderColor       = true;
            viewPinyin.Appearance.FooterPanel.Options.UseForeColor         = true;
            viewPinyin.Appearance.GroupButton.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.GroupButton.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.GroupButton.Options.UseBackColor         = true;
            viewPinyin.Appearance.GroupButton.Options.UseBorderColor       = true;
            viewPinyin.Appearance.GroupFooter.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.GroupFooter.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.GroupFooter.ForeColor                    = System.Drawing.Color.Black;
            viewPinyin.Appearance.GroupFooter.Options.UseBackColor         = true;
            viewPinyin.Appearance.GroupFooter.Options.UseBorderColor       = true;
            viewPinyin.Appearance.GroupFooter.Options.UseForeColor         = true;
            viewPinyin.Appearance.GroupPanel.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.GroupPanel.BackColor2                    = System.Drawing.Color.White;
            viewPinyin.Appearance.GroupPanel.ForeColor                     = System.Drawing.Color.Black;
            viewPinyin.Appearance.GroupPanel.Options.UseBackColor          = true;
            viewPinyin.Appearance.GroupPanel.Options.UseForeColor          = true;
            viewPinyin.Appearance.GroupRow.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.GroupRow.BorderColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.GroupRow.ForeColor                       = System.Drawing.Color.Black;
            viewPinyin.Appearance.GroupRow.Options.UseBackColor            = true;
            viewPinyin.Appearance.GroupRow.Options.UseBorderColor          = true;
            viewPinyin.Appearance.GroupRow.Options.UseForeColor            = true;
            viewPinyin.Appearance.HeaderPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.HeaderPanel.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
            viewPinyin.Appearance.HeaderPanel.Options.UseBackColor         = true;
            viewPinyin.Appearance.HeaderPanel.Options.UseBorderColor       = true;
            viewPinyin.Appearance.HideSelectionRow.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
            viewPinyin.Appearance.HideSelectionRow.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            viewPinyin.Appearance.HideSelectionRow.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.HideSelectionRow.Options.UseBackColor    = true;
            viewPinyin.Appearance.HideSelectionRow.Options.UseBorderColor  = true;
            viewPinyin.Appearance.HideSelectionRow.Options.UseForeColor    = true;
            viewPinyin.Appearance.HorzLine.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.HorzLine.Options.UseBackColor            = true;
            viewPinyin.Appearance.OddRow.BackColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.OddRow.BorderColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.OddRow.ForeColor                         = System.Drawing.Color.Black;
            viewPinyin.Appearance.OddRow.Options.UseBackColor              = true;
            viewPinyin.Appearance.OddRow.Options.UseBorderColor            = true;
            viewPinyin.Appearance.OddRow.Options.UseForeColor              = true;
            viewPinyin.Appearance.Preview.Font                      = new System.Drawing.Font("Verdana", 7.5F);
            viewPinyin.Appearance.Preview.ForeColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            viewPinyin.Appearance.Preview.Options.UseFont           = true;
            viewPinyin.Appearance.Preview.Options.UseForeColor      = true;
            viewPinyin.Appearance.Row.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.Row.ForeColor                     = System.Drawing.Color.Black;
            viewPinyin.Appearance.Row.Options.UseBackColor          = true;
            viewPinyin.Appearance.Row.Options.UseForeColor          = true;
            viewPinyin.Appearance.RowSeparator.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
            viewPinyin.Appearance.RowSeparator.BackColor2           = System.Drawing.Color.White;
            viewPinyin.Appearance.RowSeparator.Options.UseBackColor = true;
            viewPinyin.Appearance.SelectedRow.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
            viewPinyin.Appearance.SelectedRow.ForeColor             = System.Drawing.Color.White;
            viewPinyin.Appearance.SelectedRow.Options.UseBackColor  = true;
            viewPinyin.Appearance.SelectedRow.Options.UseForeColor  = true;
            viewPinyin.Appearance.TopNewRow.BackColor               = System.Drawing.Color.White;
            viewPinyin.Appearance.TopNewRow.Options.UseBackColor    = true;
            viewPinyin.Appearance.VertLine.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
            viewPinyin.Appearance.VertLine.Options.UseBackColor     = true;

            viewPinyin.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            //viewPinyin.OptionsBehavior.Editable = false;
            viewPinyin.OptionsCustomization.AllowFilter             = false;
            viewPinyin.OptionsSelection.EnableAppearanceFocusedCell = true;
            viewPinyin.OptionsView.EnableAppearanceEvenRow          = true;
            viewPinyin.OptionsView.EnableAppearanceOddRow           = true;
            viewPinyin.OptionsView.ShowGroupPanel = false;
            viewPinyin.RowHeight = 25;
            viewPinyin.OptionsView.ShowIndicator = false;
            viewPinyin.ShowButtonMode            = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            #endregion
            //
            // btnSave1
            //
            btnSave1.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
            btnSave1.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            btnSave1.Appearance.Options.UseFont      = true;
            btnSave1.Appearance.Options.UseForeColor = true;
            btnSave1.CustomText           = "确认";
            btnSave1.Image                = Properties.Resources.Save;
            btnSave1.Location             = new System.Drawing.Point(435, 7);
            btnSave1.LookAndFeel.SkinName = "Office 2010 Blue";
            btnSave1.LookAndFeel.UseDefaultLookAndFeel = false;
            btnSave1.Name       = "btnSave1";
            btnSave1.Selectable = false;
            btnSave1.Size       = new System.Drawing.Size(80, 28);
            btnSave1.TabIndex   = 4;
            btnSave1.Text       = "确认";
            btnSave1.Click     += new EventHandler(btnOk_Click);
            //
            // cJiaPanel2
            //
            cJiaPanel2.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            cJiaPanel2.Appearance.BackColor2             = System.Drawing.Color.White;
            cJiaPanel2.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
            cJiaPanel2.Appearance.Options.UseBackColor   = true;
            cJiaPanel2.Appearance.Options.UseBorderColor = true;
            cJiaPanel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            cJiaPanel2.Controls.Add(btnSave1);
            cJiaPanel2.Dock                 = System.Windows.Forms.DockStyle.Bottom;
            cJiaPanel2.Location             = new System.Drawing.Point(0, 172);
            cJiaPanel2.LookAndFeel.SkinName = "Office 2010 Silver";
            cJiaPanel2.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
            cJiaPanel2.LookAndFeel.UseDefaultLookAndFeel = false;
            cJiaPanel2.Name     = "cJiaPanel2";
            cJiaPanel2.Size     = new System.Drawing.Size(525, 41);
            cJiaPanel2.TabIndex = 4;
            //
            // UserControl1
            //
            userControl1.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            userControl1.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            userControl1.Controls.Add(cJiaPanel2);
            userControl1.Controls.Add(gridPinyin);
            userControl1.Controls.Add(cJiaPanel1);
            userControl1.Name = "UserControl1";
            userControl1.Size = new System.Drawing.Size(525, 215);

            frmPinyin.Controls.Add(userControl1);
            userControl1.Dock      = DockStyle.Fill;
            frmPinyin.AcceptButton = btnSave1;
            #endregion

            #region 获取拼音
            DataTable dt = BuildTable(alPinyinData);
            DataRow   dr = dt.NewRow();
            for (int i = 0; i <= alPinyinData.Count - 1; i++)
            {
                string[] pyData = (string[])alPinyinData[i];

                #region New Grid Column
                DevExpress.XtraGrid.Columns.GridColumn gridColumn = new DevExpress.XtraGrid.Columns.GridColumn();
                gridColumn.Caption   = pyData[0];
                gridColumn.FieldName = dt.Columns[i].ColumnName;
                gridColumn.OptionsColumn.AllowEdit = false;
                gridColumn.Visible      = true;
                gridColumn.VisibleIndex = viewPinyin.Columns.Count + 1;
                gridColumn.Width        = 60;
                gridColumn.AppearanceCell.Options.UseTextOptions   = true;
                gridColumn.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
                gridColumn.AppearanceHeader.Options.UseTextOptions = true;
                gridColumn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
                #endregion

                dr[i] = pyData[1];
                if (pyData.Length > 2)
                {
                    DevExpress.XtraEditors.Repository.RepositoryItemComboBox boxPinyin = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
                    boxPinyin.AutoHeight    = false;
                    boxPinyin.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
                    for (int j = 1; j <= pyData.Length - 1; j++)
                    {
                        boxPinyin.Items.Add(pyData[j]);
                    }
                    gridColumn.ColumnEdit = boxPinyin;
                    gridColumn.OptionsColumn.AllowEdit               = true;
                    gridColumn.AppearanceHeader.ForeColor            = System.Drawing.Color.Red;
                    gridColumn.AppearanceHeader.Options.UseForeColor = true;
                }
                viewPinyin.Columns.Add(gridColumn);
            }
            dt.Rows.Add(dr);
            gridPinyin.DataSource = dt;
            frmPinyin.ShowDialog();
            viewPinyin.PostEditor();
            #endregion

            StringBuilder sb = new StringBuilder();
            for (int i = 0; i <= alPinyinData.Count - 1; i++)
            {
                sb.Append(dt.Rows[0][i].ToString().Substring(0, 1));
            }
            return(sb.ToString());
        }