Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     this.tProgressBar1 = new Paway.Forms.TProgressBar();
     this.btnReset      = new Paway.Forms.ToolBar();
     this.SuspendLayout();
     //
     // tProgressBar1
     //
     this.tProgressBar1.ForeColor = System.Drawing.Color.LightGray;
     this.tProgressBar1.Location  = new System.Drawing.Point(69, 79);
     this.tProgressBar1.Name      = "tProgressBar1";
     this.tProgressBar1.Size      = new System.Drawing.Size(169, 169);
     this.tProgressBar1.TabIndex  = 0;
     this.tProgressBar1.TFont     = new System.Drawing.Font("微软雅黑", 32F);
     this.tProgressBar1.Value     = 10;
     //
     // btnReset
     //
     this.btnReset.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnReset.Font        = new System.Drawing.Font("Tahoma", 15F);
     this.btnReset.IClickEvent = true;
     this.btnReset.ImageSize   = new System.Drawing.Size(0, 0);
     toolItem1.Text            = "Reset";
     this.btnReset.Items.Add(toolItem1);
     this.btnReset.ItemSize                   = new System.Drawing.Size(75, 32);
     this.btnReset.ItemSpace                  = 5;
     this.btnReset.Location                   = new System.Drawing.Point(191, 41);
     this.btnReset.Name                       = "btnReset";
     this.btnReset.Size                       = new System.Drawing.Size(75, 32);
     this.btnReset.TabIndex                   = 67;
     this.btnReset.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.btnReset.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.btnReset.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.btnReset.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.btnReset.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.btnReset.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.btnReset.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.btnReset.TLineColor.ColorDown       = System.Drawing.Color.Transparent;
     this.btnReset.TLineColor.ColorMove       = System.Drawing.Color.Transparent;
     this.btnReset.TLineColor.ColorNormal     = System.Drawing.Color.Transparent;
     this.btnReset.Trans                      = 150;
     //
     // Form4
     //
     this.ClientSize = new System.Drawing.Size(300, 300);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.tProgressBar1);
     this.Name = "Form4";
     this.Text = "Form4";
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     this.tControl1    = new Paway.Forms.TControl();
     this.toolCancel   = new Paway.Forms.ToolBar();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.lbCaption    = new System.Windows.Forms.Label();
     this.tControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tControl1
     //
     this.tControl1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tControl1.Controls.Add(this.toolCancel);
     this.tControl1.Controls.Add(this.progressBar1);
     this.tControl1.Controls.Add(this.lbCaption);
     this.tControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tControl1.Font     = new System.Drawing.Font("΢ÈíÑźÚ", 11F);
     this.tControl1.Location = new System.Drawing.Point(1, 1);
     this.tControl1.Name     = "tControl1";
     this.tControl1.Size     = new System.Drawing.Size(474, 63);
     this.tControl1.TabIndex = 0;
     //
     // toolCancel
     //
     this.toolCancel.Font        = new System.Drawing.Font("΢ÈíÑźÚ", 11F);
     this.toolCancel.IClickEvent = true;
     toolItem1.Text = "Cancel";
     this.toolCancel.Items.Add(toolItem1);
     this.toolCancel.ItemSize                = new System.Drawing.Size(62, 20);
     this.toolCancel.ItemSpace               = 0;
     this.toolCancel.Location                = new System.Drawing.Point(389, 11);
     this.toolCancel.Name                    = "toolCancel";
     this.toolCancel.Size                    = new System.Drawing.Size(62, 20);
     this.toolCancel.TabIndex                = 48;
     this.toolCancel.TBackGround.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolCancel.TBackGround.ColorMove   = System.Drawing.Color.Transparent;
     this.toolCancel.TBackGround.ColorNormal = System.Drawing.Color.Transparent;
     this.toolCancel.TextFirst.ColorDown     = System.Drawing.Color.White;
     this.toolCancel.TextFirst.ColorMove     = System.Drawing.Color.Red;
     this.toolCancel.TextFirst.ColorNormal   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolCancel.TextFirst.FontDown      = new System.Drawing.Font("΢ÈíÑźÚ", 11F);
     this.toolCancel.TextFirst.FontMove      = new System.Drawing.Font("΢ÈíÑźÚ", 11F);
     this.toolCancel.TextFirst.FontNormal    = new System.Drawing.Font("΢ÈíÑźÚ", 11F);
     this.toolCancel.Visible                 = false;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(23, 32);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(429, 21);
     this.progressBar1.TabIndex = 47;
     this.progressBar1.Value    = 10;
     //
     // lbCaption
     //
     this.lbCaption.Font      = new System.Drawing.Font("΢ÈíÑźÚ", 10F);
     this.lbCaption.Location  = new System.Drawing.Point(22, 11);
     this.lbCaption.Name      = "lbCaption";
     this.lbCaption.Size      = new System.Drawing.Size(366, 20);
     this.lbCaption.TabIndex  = 46;
     this.lbCaption.Text      = "label1";
     this.lbCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ProgressForm
     //
     this.BackColor  = System.Drawing.Color.CornflowerBlue;
     this.ClientSize = new System.Drawing.Size(476, 65);
     this.ControlBox = false;
     this.Controls.Add(this.tControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "ProgressForm";
     this.Padding         = new System.Windows.Forms.Padding(1);
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "frmProgress";
     this.tControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     this.toolCancel = new Paway.Forms.ToolBar();
     this.toolOk     = new Paway.Forms.ToolBar();
     this.tbPad1     = new Paway.Forms.QQTextBox();
     this.label1     = new System.Windows.Forms.Label();
     this.tbPad      = new Paway.Forms.QQTextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.tbPad2     = new Paway.Forms.QQTextBox();
     this.label4     = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.tbPad2);
     this.panel1.Controls.Add(this.tbPad1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.tbPad);
     this.panel1.Controls.Add(this.toolCancel);
     this.panel1.Controls.Add(this.toolOk);
     this.panel1.Size = new System.Drawing.Size(441, 229);
     //
     // lbTitle
     //
     this.lbTitle.Location = new System.Drawing.Point(175, 31);
     this.lbTitle.Size     = new System.Drawing.Size(92, 27);
     this.lbTitle.Text     = "修改密码";
     //
     // toolCancel
     //
     this.toolCancel.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolCancel.Font        = new System.Drawing.Font("Tahoma", 15F);
     this.toolCancel.IClickEvent = true;
     this.toolCancel.ImageSize   = new System.Drawing.Size(0, 0);
     toolItem1.Text = "取消";
     this.toolCancel.Items.Add(toolItem1);
     this.toolCancel.ItemSize                   = new System.Drawing.Size(80, 40);
     this.toolCancel.ItemSpace                  = 5;
     this.toolCancel.Location                   = new System.Drawing.Point(251, 169);
     this.toolCancel.Name                       = "toolCancel";
     this.toolCancel.Size                       = new System.Drawing.Size(80, 42);
     this.toolCancel.TabIndex                   = 22;
     this.toolCancel.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(57)))), ((int)(((byte)(0)))));
     this.toolCancel.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(134)))), ((int)(((byte)(77)))));
     this.toolCancel.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(81)))), ((int)(((byte)(0)))));
     this.toolCancel.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolCancel.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolCancel.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolCancel.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolCancel.TLineColor.ColorDown       = System.Drawing.Color.Transparent;
     this.toolCancel.TLineColor.ColorMove       = System.Drawing.Color.Transparent;
     this.toolCancel.TLineColor.ColorNormal     = System.Drawing.Color.Transparent;
     this.toolCancel.Trans                      = 150;
     //
     // toolOk
     //
     this.toolOk.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolOk.Font        = new System.Drawing.Font("Tahoma", 15F);
     this.toolOk.IClickEvent = true;
     this.toolOk.ImageSize   = new System.Drawing.Size(0, 0);
     toolItem2.Text          = "确认";
     this.toolOk.Items.Add(toolItem2);
     this.toolOk.ItemSize                   = new System.Drawing.Size(80, 40);
     this.toolOk.ItemSpace                  = 5;
     this.toolOk.Location                   = new System.Drawing.Point(115, 169);
     this.toolOk.Name                       = "toolOk";
     this.toolOk.Size                       = new System.Drawing.Size(80, 42);
     this.toolOk.TabIndex                   = 21;
     this.toolOk.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolOk.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolOk.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolOk.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolOk.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolOk.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolOk.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolOk.TLineColor.ColorDown       = System.Drawing.Color.Transparent;
     this.toolOk.TLineColor.ColorMove       = System.Drawing.Color.Transparent;
     this.toolOk.TLineColor.ColorNormal     = System.Drawing.Color.Transparent;
     this.toolOk.Trans                      = 150;
     //
     // tbPad1
     //
     this.tbPad1.Lines        = new string[0];
     this.tbPad1.Location     = new System.Drawing.Point(146, 60);
     this.tbPad1.MaxLength    = 32;
     this.tbPad1.Name         = "tbPad1";
     this.tbPad1.PasswordChat = '*';
     this.tbPad1.RegexType    = Paway.Helper.RegexType.Password;
     this.tbPad1.RLength      = 1;
     this.tbPad1.Size         = new System.Drawing.Size(210, 28);
     this.tbPad1.TabIndex     = 12;
     this.tbPad1.WaterText    = "请输入新密码";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(76, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(69, 20);
     this.label1.TabIndex  = 51;
     this.label1.Text      = "原密码:";
     //
     // tbPad
     //
     this.tbPad.Lines        = new string[0];
     this.tbPad.Location     = new System.Drawing.Point(146, 22);
     this.tbPad.MaxLength    = 32;
     this.tbPad.Name         = "tbPad";
     this.tbPad.PasswordChat = '*';
     this.tbPad.RegexType    = Paway.Helper.RegexType.Password;
     this.tbPad.RLength      = 1;
     this.tbPad.Size         = new System.Drawing.Size(210, 28);
     this.tbPad.TabIndex     = 11;
     this.tbPad.WaterText    = "请输入密码";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(79, 102);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(66, 20);
     this.label2.TabIndex  = 55;
     this.label2.Text      = "确   认:";
     //
     // tbPad2
     //
     this.tbPad2.Lines        = new string[0];
     this.tbPad2.Location     = new System.Drawing.Point(146, 98);
     this.tbPad2.MaxLength    = 32;
     this.tbPad2.Name         = "tbPad2";
     this.tbPad2.PasswordChat = '*';
     this.tbPad2.RegexType    = Paway.Helper.RegexType.Password;
     this.tbPad2.Size         = new System.Drawing.Size(210, 28);
     this.tbPad2.TabIndex     = 13;
     this.tbPad2.WaterText    = "请再次输入新密码";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(76, 64);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(69, 20);
     this.label4.TabIndex  = 56;
     this.label4.Text      = "新密码:";
     //
     // UserPadForm
     //
     this.ClientSize = new System.Drawing.Size(443, 311);
     this.Name       = "UserPadForm";
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     this.tControl1 = new Paway.Forms.TControl();
     this.toolBar1  = new Paway.Forms.ToolBar();
     this.btChange  = new Paway.Forms.ToolBar();
     this.tControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tControl1
     //
     this.tControl1.Controls.Add(this.toolBar1);
     this.tControl1.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.tControl1.Location = new System.Drawing.Point(70, 65);
     this.tControl1.Name     = "tControl1";
     this.tControl1.Size     = new System.Drawing.Size(191, 251);
     this.tControl1.TabIndex = 0;
     //
     // toolBar1
     //
     this.toolBar1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.toolBar1.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolBar1.IClickEvent = true;
     this.toolBar1.IScroll     = false;
     this.toolBar1.Items.Add(toolItem1);
     this.toolBar1.ItemSize       = new System.Drawing.Size(191, 251);
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.MDirection     = Paway.Helper.TMDirection.T3DLeftToRight;
     this.toolBar1.MInterval      = 5;
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.Size           = new System.Drawing.Size(191, 251);
     this.toolBar1.TabIndex       = 1;
     this.toolBar1.TranImage      = ((System.Drawing.Image)(resources.GetObject("toolBar1.TranImage")));
     this.toolBar1.TranLaterImage = ((System.Drawing.Image)(resources.GetObject("toolBar1.TranLaterImage")));
     //
     // btChange
     //
     this.btChange.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.btChange.Font        = new System.Drawing.Font("Tahoma", 15F);
     this.btChange.IClickEvent = true;
     this.btChange.IImageShow  = true;
     this.btChange.ImageSize   = new System.Drawing.Size(48, 48);
     toolItem2.Desc            = "Desc";
     toolItem2.EndDesc         = "End";
     toolItem2.HeadDesc        = "Head";
     toolItem2.Image           = global::Paway.Test.Properties.Resources.pad;
     toolItem2.Text            = "Change";
     this.btChange.Items.Add(toolItem2);
     this.btChange.ItemSize                = new System.Drawing.Size(100, 100);
     this.btChange.ItemSpace               = 5;
     this.btChange.Location                = new System.Drawing.Point(267, 104);
     this.btChange.Name                    = "btChange";
     this.btChange.Size                    = new System.Drawing.Size(100, 100);
     this.btChange.TabIndex                = 66;
     this.btChange.TBackGround.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.btChange.TBackGround.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.btChange.TBackGround.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.btChange.TextFirst.ColorDown     = System.Drawing.Color.White;
     this.btChange.TextFirst.ColorMove     = System.Drawing.Color.White;
     this.btChange.TextFirst.ColorNormal   = System.Drawing.Color.Black;
     this.btChange.TLineColor.ColorDown    = System.Drawing.Color.Red;
     this.btChange.TLineColor.ColorMove    = System.Drawing.Color.Red;
     this.btChange.TLineColor.ColorNormal  = System.Drawing.Color.Red;
     this.btChange.TLocation               = Paway.Helper.TLocation.Down;
     this.btChange.Trans                   = 150;
     //
     // Form3
     //
     this.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.ClientSize = new System.Drawing.Size(384, 346);
     this.Controls.Add(this.btChange);
     this.Controls.Add(this.tControl1);
     this.Name    = "Form3";
     this.Padding = new System.Windows.Forms.Padding(0);
     this.Text    = "你好";
     this.Trans   = 155;
     this.tControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem3 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem4 = new Paway.Forms.ToolItem();
     this.lbLeft         = new System.Windows.Forms.Label();
     this.lbRight        = new System.Windows.Forms.Label();
     this.lblPageInfo    = new System.Windows.Forms.Label();
     this.lbDesc         = new System.Windows.Forms.Label();
     this.panel1         = new Paway.Forms.TControl();
     this.toolEnd        = new Paway.Forms.ToolBar();
     this.toolNext       = new Paway.Forms.ToolBar();
     this.tControl2      = new Paway.Forms.TControl();
     this.txtCurrentPage = new Paway.Forms.TNumTestBox();
     this.toolLast       = new Paway.Forms.ToolBar();
     this.toolFirst      = new Paway.Forms.ToolBar();
     this.panel1.SuspendLayout();
     this.tControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // lbLeft
     //
     this.lbLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(204)))), ((int)(((byte)(223)))));
     this.lbLeft.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lbLeft.Location  = new System.Drawing.Point(0, 0);
     this.lbLeft.Name      = "lbLeft";
     this.lbLeft.Size      = new System.Drawing.Size(1, 30);
     this.lbLeft.TabIndex  = 102;
     //
     // lbRight
     //
     this.lbRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(204)))), ((int)(((byte)(223)))));
     this.lbRight.Dock      = System.Windows.Forms.DockStyle.Right;
     this.lbRight.Location  = new System.Drawing.Point(605, 0);
     this.lbRight.Name      = "lbRight";
     this.lbRight.Size      = new System.Drawing.Size(1, 30);
     this.lbRight.TabIndex  = 104;
     //
     // lblPageInfo
     //
     this.lblPageInfo.Dock      = System.Windows.Forms.DockStyle.Right;
     this.lblPageInfo.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblPageInfo.ForeColor = System.Drawing.Color.Black;
     this.lblPageInfo.Location  = new System.Drawing.Point(264, 0);
     this.lblPageInfo.Name      = "lblPageInfo";
     this.lblPageInfo.Padding   = new System.Windows.Forms.Padding(5, 8, 20, 0);
     this.lblPageInfo.Size      = new System.Drawing.Size(341, 30);
     this.lblPageInfo.TabIndex  = 105;
     this.lblPageInfo.Text      = "共 {0:#,0} 条记录,每页 {1:#,0} 条,共 {2:#,0} 页";
     this.lblPageInfo.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // lbDesc
     //
     this.lbDesc.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lbDesc.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbDesc.ForeColor = System.Drawing.Color.Black;
     this.lbDesc.Location  = new System.Drawing.Point(184, 0);
     this.lbDesc.Name      = "lbDesc";
     this.lbDesc.Padding   = new System.Windows.Forms.Padding(20, 8, 0, 0);
     this.lbDesc.Size      = new System.Drawing.Size(80, 30);
     this.lbDesc.TabIndex  = 108;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolEnd);
     this.panel1.Controls.Add(this.toolNext);
     this.panel1.Controls.Add(this.tControl2);
     this.panel1.Controls.Add(this.toolLast);
     this.panel1.Controls.Add(this.toolFirst);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.panel1.Location = new System.Drawing.Point(1, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(20, 0, 0, 0);
     this.panel1.Size     = new System.Drawing.Size(183, 30);
     this.panel1.TabIndex = 107;
     //
     // toolEnd
     //
     this.toolEnd.Dock        = System.Windows.Forms.DockStyle.Left;
     this.toolEnd.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolEnd.IClickEvent = true;
     toolItem1.Hit            = "End";
     toolItem1.Text           = ">|";
     this.toolEnd.Items.Add(toolItem1);
     this.toolEnd.ItemSize                   = new System.Drawing.Size(30, 24);
     this.toolEnd.ItemSpace                  = 5;
     this.toolEnd.Location                   = new System.Drawing.Point(153, 0);
     this.toolEnd.Name                       = "toolEnd";
     this.toolEnd.Padding                    = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.toolEnd.Size                       = new System.Drawing.Size(30, 30);
     this.toolEnd.TabIndex                   = 27;
     this.toolEnd.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolEnd.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolEnd.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.toolEnd.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolEnd.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolEnd.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolEnd.TextFirst.FontDown         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolEnd.TextFirst.FontMove         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolEnd.TextFirst.FontNormal       = new System.Drawing.Font("微软雅黑", 10F);
     this.toolEnd.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolEnd.Trans                      = 150;
     //
     // toolNext
     //
     this.toolNext.Dock        = System.Windows.Forms.DockStyle.Left;
     this.toolNext.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolNext.IClickEvent = true;
     toolItem2.Hit             = "Next";
     toolItem2.Text            = ">";
     this.toolNext.Items.Add(toolItem2);
     this.toolNext.ItemSize                   = new System.Drawing.Size(30, 24);
     this.toolNext.ItemSpace                  = 5;
     this.toolNext.Location                   = new System.Drawing.Point(123, 0);
     this.toolNext.Name                       = "toolNext";
     this.toolNext.Padding                    = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.toolNext.Size                       = new System.Drawing.Size(30, 30);
     this.toolNext.TabIndex                   = 26;
     this.toolNext.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolNext.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolNext.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.toolNext.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolNext.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolNext.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolNext.TextFirst.FontDown         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolNext.TextFirst.FontMove         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolNext.TextFirst.FontNormal       = new System.Drawing.Font("微软雅黑", 10F);
     this.toolNext.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolNext.Trans                      = 150;
     //
     // tControl2
     //
     this.tControl2.Controls.Add(this.txtCurrentPage);
     this.tControl2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.tControl2.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.tControl2.Location = new System.Drawing.Point(80, 0);
     this.tControl2.Name     = "tControl2";
     this.tControl2.Padding  = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.tControl2.Size     = new System.Drawing.Size(43, 30);
     this.tControl2.TabIndex = 22;
     //
     // txtCurrentPage
     //
     this.txtCurrentPage.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.txtCurrentPage.Font   = new System.Drawing.Font("微软雅黑", 10F);
     this.txtCurrentPage.ITrans = true;
     this.txtCurrentPage.Lines  = new string[] {
         "0"
     };
     this.txtCurrentPage.Location  = new System.Drawing.Point(0, 2);
     this.txtCurrentPage.MaxLength = 10;
     this.txtCurrentPage.Name      = "txtCurrentPage";
     this.txtCurrentPage.Size      = new System.Drawing.Size(43, 28);
     this.txtCurrentPage.TabIndex  = 27;
     this.txtCurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // toolLast
     //
     this.toolLast.Dock        = System.Windows.Forms.DockStyle.Left;
     this.toolLast.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolLast.IClickEvent = true;
     toolItem3.Hit             = "Last";
     toolItem3.Text            = "<";
     this.toolLast.Items.Add(toolItem3);
     this.toolLast.ItemSize                   = new System.Drawing.Size(30, 24);
     this.toolLast.ItemSpace                  = 5;
     this.toolLast.Location                   = new System.Drawing.Point(50, 0);
     this.toolLast.Name                       = "toolLast";
     this.toolLast.Padding                    = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.toolLast.Size                       = new System.Drawing.Size(30, 30);
     this.toolLast.TabIndex                   = 21;
     this.toolLast.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolLast.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolLast.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.toolLast.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolLast.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolLast.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolLast.TextFirst.FontDown         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolLast.TextFirst.FontMove         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolLast.TextFirst.FontNormal       = new System.Drawing.Font("微软雅黑", 10F);
     this.toolLast.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolLast.Trans                      = 150;
     //
     // toolFirst
     //
     this.toolFirst.Dock        = System.Windows.Forms.DockStyle.Left;
     this.toolFirst.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolFirst.IClickEvent = true;
     toolItem4.Hit  = "First";
     toolItem4.Text = "|<";
     this.toolFirst.Items.Add(toolItem4);
     this.toolFirst.ItemSize = new System.Drawing.Size(30, 24);
     this.toolFirst.Location = new System.Drawing.Point(20, 0);
     this.toolFirst.Name     = "toolFirst";
     this.toolFirst.Padding  = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.toolFirst.Size     = new System.Drawing.Size(30, 30);
     this.toolFirst.TabIndex = 16;
     this.toolFirst.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolFirst.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolFirst.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.toolFirst.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolFirst.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolFirst.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolFirst.TextFirst.FontDown         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolFirst.TextFirst.FontMove         = new System.Drawing.Font("微软雅黑", 10F);
     this.toolFirst.TextFirst.FontNormal       = new System.Drawing.Font("微软雅黑", 10F);
     this.toolFirst.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolFirst.Trans = 150;
     //
     // TPager
     //
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.Controls.Add(this.lbDesc);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lbLeft);
     this.Controls.Add(this.lblPageInfo);
     this.Controls.Add(this.lbRight);
     this.Cursor = System.Windows.Forms.Cursors.Hand;
     this.Name   = "TPager";
     this.Size   = new System.Drawing.Size(606, 30);
     this.panel1.ResumeLayout(false);
     this.tControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem3 = new Paway.Forms.ToolItem();
     this.tControl1 = new Paway.Forms.TControl();
     this.toolBar1  = new Paway.Forms.ToolBar();
     this.panel1    = new System.Windows.Forms.Panel();
     this.tControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tControl1
     //
     this.tControl1.Controls.Add(this.toolBar1);
     this.tControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tControl1.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.tControl1.Location = new System.Drawing.Point(1, 26);
     this.tControl1.Name     = "tControl1";
     this.tControl1.Size     = new System.Drawing.Size(675, 48);
     this.tControl1.TabIndex = 67;
     //
     // toolBar1
     //
     this.toolBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.toolBar1.Font      = new System.Drawing.Font("Tahoma", 15F);
     this.toolBar1.ImageSize = new System.Drawing.Size(0, 0);
     toolItem1.Desc          = "●";
     toolItem1.Text          = "控件";
     toolItem2.Desc          = "●";
     toolItem2.Text          = "数据";
     toolItem3.Desc          = "●";
     toolItem3.Text          = "控件2";
     this.toolBar1.Items.Add(toolItem1);
     this.toolBar1.Items.Add(toolItem2);
     this.toolBar1.Items.Add(toolItem3);
     this.toolBar1.ItemSize                   = new System.Drawing.Size(100, 48);
     this.toolBar1.ItemSpace                  = 5;
     this.toolBar1.Location                   = new System.Drawing.Point(0, 0);
     this.toolBar1.Name                       = "toolBar1";
     this.toolBar1.Size                       = new System.Drawing.Size(675, 48);
     this.toolBar1.TabIndex                   = 70;
     this.toolBar1.TDesc.ColorDown            = System.Drawing.Color.White;
     this.toolBar1.TDesc.ColorMove            = System.Drawing.Color.White;
     this.toolBar1.TDesc.ColorNormal          = System.Drawing.Color.Transparent;
     this.toolBar1.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolBar1.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolBar1.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolBar1.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolBar1.TLineColor.ColorDown       = System.Drawing.Color.Transparent;
     this.toolBar1.TLineColor.ColorMove       = System.Drawing.Color.Transparent;
     this.toolBar1.TLineColor.ColorNormal     = System.Drawing.Color.Transparent;
     this.toolBar1.Trans                      = 150;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.LightGray;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location  = new System.Drawing.Point(1, 74);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(675, 292);
     this.panel1.TabIndex  = 68;
     //
     // FormEmit
     //
     this.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154)))));
     this.ClientSize = new System.Drawing.Size(677, 367);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.tControl1);
     this.Name     = "FormEmit";
     this.ShowIcon = false;
     this.Text     = "Form5";
     this.tControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem3 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem4 = new Paway.Forms.ToolItem();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel3    = new Paway.Forms.TControl();
     this.panel1    = new Paway.Forms.TControl();
     this.toolBar1  = new Paway.Forms.ToolBar();
     this.panel2    = new Paway.Forms.TControl();
     this.tbName    = new Paway.Forms.QQTextBox();
     this.gridview1 = new Paway.Forms.TDataGridViewPager();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridview1.Edit)).BeginInit();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel3.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.panel3.Location = new System.Drawing.Point(683, 34);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(10, 203);
     this.panel3.TabIndex = 66;
     this.panel3.Visible  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.toolBar1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.panel1.Size     = new System.Drawing.Size(693, 34);
     this.panel1.TabIndex = 67;
     //
     // toolBar1
     //
     this.toolBar1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.toolBar1.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolBar1.IAutoWidth  = true;
     this.toolBar1.IClickEvent = true;
     this.toolBar1.IImageShow  = true;
     toolItem1.Image           = global::Paway.Forms.Properties.Resources.refresh;
     toolItem1.Keys            = System.Windows.Forms.Keys.F5;
     toolItem1.Tag             = "刷新";
     toolItem1.Text            = "刷新";
     toolItem2.Image           = global::Paway.Forms.Properties.Resources.add;
     toolItem2.Keys            = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     toolItem2.Tag             = "添加";
     toolItem2.Text            = "添加";
     toolItem3.Image           = global::Paway.Forms.Properties.Resources.edit;
     toolItem3.Keys            = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     toolItem3.Tag             = "编辑";
     toolItem3.Text            = "编辑";
     toolItem4.Image           = global::Paway.Forms.Properties.Resources.close;
     toolItem4.Keys            = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     toolItem4.Tag             = "删除";
     toolItem4.Text            = "删除";
     this.toolBar1.Items.Add(toolItem1);
     this.toolBar1.Items.Add(toolItem2);
     this.toolBar1.Items.Add(toolItem3);
     this.toolBar1.Items.Add(toolItem4);
     this.toolBar1.ItemSize = new System.Drawing.Size(0, 32);
     this.toolBar1.Location = new System.Drawing.Point(0, 2);
     this.toolBar1.Name     = "toolBar1";
     this.toolBar1.Size     = new System.Drawing.Size(515, 32);
     this.toolBar1.TabIndex = 69;
     this.toolBar1.TBackGround.ColorDown = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(240)))), ((int)(((byte)(255)))));
     this.toolBar1.TBackGround.ColorMove = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(244)))), ((int)(((byte)(191)))));
     this.toolBar1.TextFirst.ColorMove   = System.Drawing.Color.Blue;
     this.toolBar1.TScrollHeight         = 2;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel2.Controls.Add(this.tbName);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.panel2.Location = new System.Drawing.Point(515, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(0, 3, 5, 0);
     this.panel2.Size     = new System.Drawing.Size(178, 32);
     this.panel2.TabIndex = 68;
     this.panel2.Visible  = false;
     //
     // tbName
     //
     this.tbName.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.tbName.ForeColor    = System.Drawing.SystemColors.WindowText;
     this.tbName.Icon         = global::Paway.Forms.Properties.Resources.search;
     this.tbName.IconIsButton = true;
     this.tbName.ITrans       = true;
     this.tbName.Lines        = new string[0];
     this.tbName.Location     = new System.Drawing.Point(0, 3);
     this.tbName.MaxLength    = 16;
     this.tbName.Name         = "tbName";
     this.tbName.RegexType    = Paway.Helper.RegexType.Normal;
     this.tbName.Size         = new System.Drawing.Size(173, 29);
     this.tbName.TabIndex     = 60;
     this.tbName.WaterText    = "Ctrl+F搜索";
     //
     // gridview1
     //
     this.gridview1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     //
     //
     dataGridViewCellStyle1.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor                  = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                       = new System.Drawing.Font("微软雅黑", 11F);
     dataGridViewCellStyle1.ForeColor                  = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor         = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor         = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                   = System.Windows.Forms.DataGridViewTriState.True;
     this.gridview1.Edit.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     dataGridViewCellStyle2.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                  = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                       = new System.Drawing.Font("微软雅黑", 11F);
     dataGridViewCellStyle2.ForeColor                  = System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor         = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor         = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                   = System.Windows.Forms.DataGridViewTriState.False;
     this.gridview1.Edit.DefaultCellStyle              = dataGridViewCellStyle2;
     this.gridview1.Edit.Dock                                            = System.Windows.Forms.DockStyle.Fill;
     this.gridview1.Edit.EditMode                                        = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.gridview1.Edit.Location                                        = new System.Drawing.Point(0, 0);
     this.gridview1.Edit.Name                                            = "tDataGridView1";
     dataGridViewCellStyle3.Alignment                                    = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                                    = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                                         = new System.Drawing.Font("微软雅黑", 11F);
     dataGridViewCellStyle3.ForeColor                                    = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor                           = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor                           = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                                     = System.Windows.Forms.DataGridViewTriState.True;
     this.gridview1.Edit.RowHeadersDefaultCellStyle                      = dataGridViewCellStyle3;
     this.gridview1.Edit.RowTemplate.DefaultCellStyle.Font               = new System.Drawing.Font("微软雅黑", 9F);
     this.gridview1.Edit.RowTemplate.DefaultCellStyle.ForeColor          = System.Drawing.Color.Black;
     this.gridview1.Edit.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.LightBlue;
     this.gridview1.Edit.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.gridview1.Edit.RowTemplate.Height                              = 32;
     this.gridview1.Edit.RowTemplate.Resizable                           = System.Windows.Forms.DataGridViewTriState.False;
     this.gridview1.Edit.Size                                            = new System.Drawing.Size(683, 172);
     this.gridview1.Edit.TabIndex                                        = 12;
     this.gridview1.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.gridview1.Location = new System.Drawing.Point(0, 34);
     this.gridview1.Name     = "gridview1";
     this.gridview1.Size     = new System.Drawing.Size(683, 203);
     this.gridview1.TabIndex = 69;
     //
     //
     //
     this.gridview1.TPager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.gridview1.TPager.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.gridview1.TPager.Font      = new System.Drawing.Font("微软雅黑", 11F);
     this.gridview1.TPager.Location  = new System.Drawing.Point(0, 172);
     this.gridview1.TPager.Name      = "pager1";
     this.gridview1.TPager.Size      = new System.Drawing.Size(683, 30);
     this.gridview1.TPager.TabIndex  = 11;
     //
     // TDataControl
     //
     this.Controls.Add(this.gridview1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.MInterval = 6;
     this.Name      = "TDataControl";
     this.Size      = new System.Drawing.Size(693, 237);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridview1.Edit)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem4 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem5 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem6 = new Paway.Forms.ToolItem();
     this.panel1              = new Paway.Forms.TControl();
     this.toolbar             = new Paway.Forms.ToolBar();
     this.tDataGridViewPager1 = new Paway.Forms.TDataGridViewPager();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tDataGridViewPager1.Edit)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolbar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(533, 49);
     this.panel1.TabIndex = 1;
     //
     // toolbar
     //
     this.toolbar.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
     this.toolbar.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.toolbar.Font            = new System.Drawing.Font("Tahoma", 15F);
     this.toolbar.IClickEvent     = true;
     toolItem4.Tag                = "登陆";
     toolItem4.Text               = "登陆";
     toolItem5.Tag                = "更新密码";
     toolItem5.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     toolItem5.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     toolItem5.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     toolItem5.Text               = "更新密码";
     toolItem6.Tag                = "语言";
     toolItem6.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(110)))), ((int)(((byte)(18)))));
     toolItem6.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(187)))), ((int)(((byte)(95)))));
     toolItem6.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(158)))), ((int)(((byte)(26)))));
     toolItem6.Text               = "Deutsch";
     this.toolbar.Items.Add(toolItem4);
     this.toolbar.Items.Add(toolItem5);
     this.toolbar.Items.Add(toolItem6);
     this.toolbar.ItemSize                   = new System.Drawing.Size(94, 46);
     this.toolbar.ItemSpace                  = 15;
     this.toolbar.Location                   = new System.Drawing.Point(0, 0);
     this.toolbar.MDirection                 = Paway.Helper.TMDirection.Up;
     this.toolbar.Name                       = "toolbar";
     this.toolbar.Size                       = new System.Drawing.Size(533, 49);
     this.toolbar.TabIndex                   = 88;
     this.toolbar.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(50)))), ((int)(((byte)(27)))));
     this.toolbar.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(127)))), ((int)(((byte)(104)))));
     this.toolbar.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(72)))), ((int)(((byte)(38)))));
     this.toolbar.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolbar.TextFirst.ColorMove        = System.Drawing.Color.Black;
     this.toolbar.TextFirst.ColorNormal      = System.Drawing.Color.White;
     this.toolbar.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolbar.Trans                      = 150;
     //
     // tDataGridViewPager1
     //
     this.tDataGridViewPager1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     //
     //
     this.tDataGridViewPager1.Edit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tDataGridViewPager1.Edit.Location = new System.Drawing.Point(0, 0);
     this.tDataGridViewPager1.Edit.Name     = "tDataGridView1";
     this.tDataGridViewPager1.Edit.RowTemplate.DefaultCellStyle.ForeColor          = System.Drawing.Color.Black;
     this.tDataGridViewPager1.Edit.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.LightBlue;
     this.tDataGridViewPager1.Edit.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.tDataGridViewPager1.Edit.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.tDataGridViewPager1.Edit.Size     = new System.Drawing.Size(533, 138);
     this.tDataGridViewPager1.Edit.TabIndex = 12;
     this.tDataGridViewPager1.Location      = new System.Drawing.Point(0, 49);
     this.tDataGridViewPager1.Name          = "tDataGridViewPager1";
     this.tDataGridViewPager1.Size          = new System.Drawing.Size(533, 168);
     this.tDataGridViewPager1.TabIndex      = 4;
     //
     //
     //
     this.tDataGridViewPager1.TPager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.tDataGridViewPager1.TPager.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.tDataGridViewPager1.TPager.Location  = new System.Drawing.Point(0, 138);
     this.tDataGridViewPager1.TPager.Name      = "pager1";
     this.tDataGridViewPager1.TPager.Size      = new System.Drawing.Size(533, 30);
     this.tDataGridViewPager1.TPager.TabIndex  = 11;
     //
     // Control1
     //
     this.Controls.Add(this.tDataGridViewPager1);
     this.Controls.Add(this.panel1);
     this.Name = "Control1";
     this.Size = new System.Drawing.Size(533, 217);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tDataGridViewPager1.Edit)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem3 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem4 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem5 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem6 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem7 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem8 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem9 = new Paway.Forms.ToolItem();
     this.panel1   = new Paway.Forms.TControl();
     this.toolBar1 = new Paway.Forms.ToolBar();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 60);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(487, 236);
     this.panel1.TabIndex = 69;
     //
     // toolBar1
     //
     this.toolBar1.Dock           = System.Windows.Forms.DockStyle.Top;
     this.toolBar1.IClickEvent    = true;
     toolItem1.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(95)))), ((int)(((byte)(20)))));
     toolItem1.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(159)))), ((int)(((byte)(91)))));
     toolItem1.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(126)))), ((int)(((byte)(34)))));
     toolItem1.Text               = "主页";
     toolItem2.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(132)))), ((int)(((byte)(110)))));
     toolItem2.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(227)))), ((int)(((byte)(192)))));
     toolItem2.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(188)))), ((int)(((byte)(156)))));
     toolItem2.Text               = "分类";
     toolItem3.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(152)))), ((int)(((byte)(84)))));
     toolItem3.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(219)))), ((int)(((byte)(147)))));
     toolItem3.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(204)))), ((int)(((byte)(113)))));
     toolItem3.Text               = "商品";
     toolItem4.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(118)))), ((int)(((byte)(176)))));
     toolItem4.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(179)))), ((int)(((byte)(229)))));
     toolItem4.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219)))));
     toolItem4.Text               = "订单";
     toolItem5.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(41)))), ((int)(((byte)(53)))));
     toolItem5.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(105)))), ((int)(((byte)(135)))));
     toolItem5.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
     toolItem5.Text               = "客户";
     toolItem6.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(63)))), ((int)(((byte)(144)))));
     toolItem6.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(133)))), ((int)(((byte)(201)))));
     toolItem6.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(89)))), ((int)(((byte)(182)))));
     toolItem6.Text               = "Fattura";
     toolItem7.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(148)))), ((int)(((byte)(11)))));
     toolItem7.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(211)))), ((int)(((byte)(75)))));
     toolItem7.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(196)))), ((int)(((byte)(15)))));
     toolItem7.Text               = "公司";
     toolItem8.TColor.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(135)))), ((int)(((byte)(137)))));
     toolItem8.TColor.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(194)))), ((int)(((byte)(195)))));
     toolItem8.TColor.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(165)))), ((int)(((byte)(166)))));
     toolItem8.Text               = "其它";
     toolItem9.Text               = "其它";
     this.toolBar1.Items.Add(toolItem1);
     this.toolBar1.Items.Add(toolItem2);
     this.toolBar1.Items.Add(toolItem3);
     this.toolBar1.Items.Add(toolItem4);
     this.toolBar1.Items.Add(toolItem5);
     this.toolBar1.Items.Add(toolItem6);
     this.toolBar1.Items.Add(toolItem7);
     this.toolBar1.Items.Add(toolItem8);
     this.toolBar1.Items.Add(toolItem9);
     this.toolBar1.ItemSize = new System.Drawing.Size(80, 60);
     this.toolBar1.Location = new System.Drawing.Point(0, 0);
     this.toolBar1.Name     = "toolBar1";
     this.toolBar1.Size     = new System.Drawing.Size(487, 60);
     this.toolBar1.TabIndex = 68;
     this.toolBar1.TBackGround.ColorDown   = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(105)))), ((int)(((byte)(203)))));
     this.toolBar1.TBackGround.ColorMove   = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(170)))), ((int)(((byte)(243)))));
     this.toolBar1.TBackGround.ColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolBar1.TDirection                 = Paway.Helper.TDirection.Vertical;
     this.toolBar1.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolBar1.TextFirst.ColorMove        = System.Drawing.Color.Black;
     this.toolBar1.TextFirst.ColorNormal      = System.Drawing.Color.White;
     this.toolBar1.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolBar1.Trans = 180;
     //
     // SetControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolBar1);
     this.Name = "SetControl";
     this.Size = new System.Drawing.Size(487, 296);
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem3 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem4 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem5 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem6 = new Paway.Forms.ToolItem();
     this.qqTextBox1 = new Paway.Forms.QQTextBox();
     this.btQQDemo   = new Button();
     this.tbPrompt   = new Paway.Forms.QQTextBox();
     this.label1     = new System.Windows.Forms.Label();
     this.toolRight  = new Paway.Forms.ToolBar();
     this.toolDown   = new Paway.Forms.ToolBar();
     this.toolUp     = new Paway.Forms.ToolBar();
     this.toolTran   = new Paway.Forms.ToolBar();
     this.toolLeft   = new Paway.Forms.ToolBar();
     this.toolCenter = new Paway.Forms.ToolBar();
     this.SuspendLayout();
     //
     // qqTextBox1
     //
     this.qqTextBox1.ForeColor = System.Drawing.SystemColors.WindowText;
     this.qqTextBox1.Location  = new System.Drawing.Point(340, 72);
     this.qqTextBox1.Name      = "qqTextBox1";
     this.qqTextBox1.Size      = new System.Drawing.Size(109, 25);
     this.qqTextBox1.TabIndex  = 52;
     //
     // btQQDemo
     //
     this.btQQDemo.BackColor = System.Drawing.Color.Wheat;
     this.btQQDemo.Location  = new System.Drawing.Point(340, 126);
     this.btQQDemo.Name      = "btQQDemo";
     this.btQQDemo.Size      = new System.Drawing.Size(109, 28);
     this.btQQDemo.TabIndex  = 51;
     this.btQQDemo.Text      = "QQDemo";
     this.btQQDemo.UseVisualStyleBackColor = false;
     //
     // tbPrompt
     //
     this.tbPrompt.BackColor   = System.Drawing.Color.White;
     this.tbPrompt.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbPrompt.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.tbPrompt.Location    = new System.Drawing.Point(29, 229);
     this.tbPrompt.Name        = "tbPrompt";
     this.tbPrompt.ReadOnly    = true;
     this.tbPrompt.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tbPrompt.Size        = new System.Drawing.Size(420, 24);
     this.tbPrompt.TabIndex    = 49;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("宋体", 21F);
     this.label1.ForeColor = System.Drawing.Color.HotPink;
     this.label1.Location  = new System.Drawing.Point(50, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(108, 46);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "label1";
     //
     // toolRight
     //
     this.toolRight.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.toolRight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolRight.Font        = new System.Drawing.Font("Tahoma", 15F);
     toolItem1.Text             = "右";
     this.toolRight.Items.Add(toolItem1);
     this.toolRight.ItemSize = new System.Drawing.Size(90, 40);
     this.toolRight.Location = new System.Drawing.Point(29, 126);
     this.toolRight.Name     = "toolRight";
     this.toolRight.Size     = new System.Drawing.Size(90, 42);
     this.toolRight.TabIndex = 58;
     this.toolRight.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolRight.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolRight.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolRight.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolRight.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolRight.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolRight.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolRight.Trans = 150;
     //
     // toolDown
     //
     this.toolDown.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.toolDown.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolDown.Font        = new System.Drawing.Font("Tahoma", 15F);
     toolItem2.Text            = "下";
     this.toolDown.Items.Add(toolItem2);
     this.toolDown.ItemSize = new System.Drawing.Size(90, 40);
     this.toolDown.Location = new System.Drawing.Point(29, 72);
     this.toolDown.Name     = "toolDown";
     this.toolDown.Size     = new System.Drawing.Size(90, 42);
     this.toolDown.TabIndex = 57;
     this.toolDown.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolDown.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolDown.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolDown.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolDown.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolDown.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolDown.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolDown.Trans = 150;
     //
     // toolUp
     //
     this.toolUp.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.toolUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolUp.Font        = new System.Drawing.Font("Tahoma", 15F);
     toolItem3.Text          = "上";
     this.toolUp.Items.Add(toolItem3);
     this.toolUp.ItemSize = new System.Drawing.Size(90, 40);
     this.toolUp.Location = new System.Drawing.Point(221, 126);
     this.toolUp.Name     = "toolUp";
     this.toolUp.Size     = new System.Drawing.Size(90, 42);
     this.toolUp.TabIndex = 56;
     this.toolUp.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolUp.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolUp.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolUp.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolUp.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolUp.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolUp.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolUp.Trans = 150;
     //
     // toolTran
     //
     this.toolTran.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.toolTran.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolTran.Font        = new System.Drawing.Font("Tahoma", 15F);
     toolItem4.Text            = "色";
     this.toolTran.Items.Add(toolItem4);
     this.toolTran.ItemSize = new System.Drawing.Size(90, 40);
     this.toolTran.Location = new System.Drawing.Point(125, 180);
     this.toolTran.Name     = "toolTran";
     this.toolTran.Size     = new System.Drawing.Size(90, 42);
     this.toolTran.TabIndex = 55;
     this.toolTran.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolTran.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolTran.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolTran.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolTran.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolTran.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolTran.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolTran.Trans = 150;
     //
     // toolLeft
     //
     this.toolLeft.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.toolLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolLeft.Font        = new System.Drawing.Font("Tahoma", 15F);
     toolItem5.Text            = "左";
     this.toolLeft.Items.Add(toolItem5);
     this.toolLeft.ItemSize = new System.Drawing.Size(90, 40);
     this.toolLeft.Location = new System.Drawing.Point(221, 72);
     this.toolLeft.Name     = "toolLeft";
     this.toolLeft.Size     = new System.Drawing.Size(90, 42);
     this.toolLeft.TabIndex = 54;
     this.toolLeft.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolLeft.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolLeft.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolLeft.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolLeft.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolLeft.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolLeft.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolLeft.Trans = 150;
     //
     // toolCenter
     //
     this.toolCenter.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.toolCenter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolCenter.Font        = new System.Drawing.Font("Tahoma", 15F);
     toolItem6.Text = "中";
     this.toolCenter.Items.Add(toolItem6);
     this.toolCenter.ItemSize = new System.Drawing.Size(90, 40);
     this.toolCenter.Location = new System.Drawing.Point(125, 72);
     this.toolCenter.Name     = "toolCenter";
     this.toolCenter.Size     = new System.Drawing.Size(90, 42);
     this.toolCenter.TabIndex = 53;
     this.toolCenter.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolCenter.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolCenter.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolCenter.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolCenter.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolCenter.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolCenter.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolCenter.Trans = 150;
     //
     // Control2
     //
     this.BackColor = System.Drawing.Color.Wheat;
     this.Controls.Add(this.toolRight);
     this.Controls.Add(this.toolDown);
     this.Controls.Add(this.toolUp);
     this.Controls.Add(this.toolTran);
     this.Controls.Add(this.toolLeft);
     this.Controls.Add(this.toolCenter);
     this.Controls.Add(this.qqTextBox1);
     this.Controls.Add(this.btQQDemo);
     this.Controls.Add(this.tbPrompt);
     this.Controls.Add(this.label1);
     this.Name = "Control2";
     this.Size = new System.Drawing.Size(529, 300);
     this.ResumeLayout(false);
 }
Ejemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem3  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem4  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem5  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem6  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem7  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem8  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem9  = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem10 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem11 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem12 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem13 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem14 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem15 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem16 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem18 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem19 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem20 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem21 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem22 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem23 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem24 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem25 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem26 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem27 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem28 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem29 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem30 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem31 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem32 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem33 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem34 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem35 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem36 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem37 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem38 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem39 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem17 = new Paway.Forms.ToolItem();
     this.toolBar1 = new Paway.Forms.ToolBar();
     this.panel3   = new Paway.Forms.TControl();
     this.toolBar2 = new Paway.Forms.ToolBar();
     this.toolUp   = new Paway.Forms.ToolBar();
     this.panel3.SuspendLayout();
     this.toolBar2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolBar1
     //
     this.toolBar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.toolBar1.Font = new System.Drawing.Font("微软雅黑", 11F);
     toolItem1.Text     = "上";
     toolItem2.Text     = "下";
     toolItem3.Text     = "左";
     toolItem4.Text     = "右";
     toolItem5.Text     = "中";
     toolItem6.Text     = "无";
     toolItem7.Text     = "色1";
     toolItem8.Text     = "色2";
     toolItem9.Text     = "左转";
     toolItem10.Text    = "左右转";
     toolItem11.Text    = "右转";
     toolItem12.Text    = "右左转";
     toolItem13.Text    = "上转";
     toolItem14.Text    = "上下转";
     toolItem15.Text    = "下转";
     toolItem16.Text    = "下上转";
     this.toolBar1.Items.Add(toolItem1);
     this.toolBar1.Items.Add(toolItem2);
     this.toolBar1.Items.Add(toolItem3);
     this.toolBar1.Items.Add(toolItem4);
     this.toolBar1.Items.Add(toolItem5);
     this.toolBar1.Items.Add(toolItem6);
     this.toolBar1.Items.Add(toolItem7);
     this.toolBar1.Items.Add(toolItem8);
     this.toolBar1.Items.Add(toolItem9);
     this.toolBar1.Items.Add(toolItem10);
     this.toolBar1.Items.Add(toolItem11);
     this.toolBar1.Items.Add(toolItem12);
     this.toolBar1.Items.Add(toolItem13);
     this.toolBar1.Items.Add(toolItem14);
     this.toolBar1.Items.Add(toolItem15);
     this.toolBar1.Items.Add(toolItem16);
     this.toolBar1.ItemSize = new System.Drawing.Size(64, 33);
     this.toolBar1.Location = new System.Drawing.Point(1, 26);
     this.toolBar1.Name     = "toolBar1";
     this.toolBar1.Size     = new System.Drawing.Size(798, 67);
     this.toolBar1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.toolBar2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.panel3.Location = new System.Drawing.Point(1, 93);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(798, 356);
     this.panel3.TabIndex = 1;
     //
     // toolBar2
     //
     this.toolBar2.Controls.Add(this.toolUp);
     this.toolBar2.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.toolBar2.Font                 = new System.Drawing.Font("Tahoma", 15F);
     this.toolBar2.IClickEvent          = true;
     this.toolBar2.IImageShow           = true;
     this.toolBar2.ImageSize            = new System.Drawing.Size(32, 32);
     toolItem18.Image                   = global::Paway.Test.Properties.Resources.online;
     toolItem18.TColor.ColorDown        = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     toolItem18.TColor.ColorMove        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     toolItem18.TColor.ColorNormal      = System.Drawing.Color.Red;
     toolItem18.TColor.StringHorizontal = System.Drawing.StringAlignment.Center;
     toolItem18.Text     = "白酒";
     toolItem19.HeadDesc = "呵呵";
     toolItem19.Text     = "头部";
     toolItem20.Text     = "1";
     toolItem21.Text     = "2\r\n1\r\n你好";
     toolItem22.Desc     = "完全好";
     toolItem22.Text     = "3";
     toolItem23.Text     = "x1";
     toolItem24.Text     = "x2";
     toolItem25.Text     = "Y";
     toolItem26.Text     = "y1";
     toolItem27.Text     = "y2";
     toolItem29.Text     = "Z";
     toolItem30.Text     = "zz1";
     toolItem31.Text     = "A1";
     toolItem32.Text     = "A2";
     toolItem34.Image    = global::Paway.Test.Properties.Resources.busy;
     toolItem34.Text     = "2";
     toolItem35.Text     = "1";
     toolItem37.Text     = "1";
     toolItem38.Text     = "2";
     toolItem39.Text     = "3";
     this.toolBar2.Items.Add(toolItem18);
     this.toolBar2.Items.Add(toolItem19);
     this.toolBar2.Items.Add(toolItem20);
     this.toolBar2.Items.Add(toolItem21);
     this.toolBar2.Items.Add(toolItem22);
     this.toolBar2.Items.Add(toolItem23);
     this.toolBar2.Items.Add(toolItem24);
     this.toolBar2.Items.Add(toolItem25);
     this.toolBar2.Items.Add(toolItem26);
     this.toolBar2.Items.Add(toolItem27);
     this.toolBar2.Items.Add(toolItem28);
     this.toolBar2.Items.Add(toolItem29);
     this.toolBar2.Items.Add(toolItem30);
     this.toolBar2.Items.Add(toolItem31);
     this.toolBar2.Items.Add(toolItem32);
     this.toolBar2.Items.Add(toolItem33);
     this.toolBar2.Items.Add(toolItem34);
     this.toolBar2.Items.Add(toolItem35);
     this.toolBar2.Items.Add(toolItem36);
     this.toolBar2.Items.Add(toolItem37);
     this.toolBar2.Items.Add(toolItem38);
     this.toolBar2.Items.Add(toolItem39);
     this.toolBar2.ItemSize                   = new System.Drawing.Size(90, 90);
     this.toolBar2.ItemSpace                  = 5;
     this.toolBar2.Location                   = new System.Drawing.Point(0, 0);
     this.toolBar2.Name                       = "toolBar2";
     this.toolBar2.Size                       = new System.Drawing.Size(798, 356);
     this.toolBar2.TabIndex                   = 37;
     this.toolBar2.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(50)))), ((int)(((byte)(27)))));
     this.toolBar2.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(127)))), ((int)(((byte)(104)))));
     this.toolBar2.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(72)))), ((int)(((byte)(38)))));
     this.toolBar2.TDesc.ColorDown            = System.Drawing.Color.White;
     this.toolBar2.TDirection                 = Paway.Helper.TDirection.Vertical;
     this.toolBar2.TextFirst.ColorDown        = System.Drawing.Color.Black;
     this.toolBar2.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolBar2.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolBar2.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolBar2.Trans                      = 150;
     //
     // toolUp
     //
     this.toolUp.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.toolUp.Font        = new System.Drawing.Font("Tahoma", 15F);
     this.toolUp.IClickEvent = true;
     toolItem17.Text         = "清明上河图";
     this.toolUp.Items.Add(toolItem17);
     this.toolUp.ItemSize = new System.Drawing.Size(90, 90);
     this.toolUp.Location = new System.Drawing.Point(575, 6);
     this.toolUp.Name     = "toolUp";
     this.toolUp.Size     = new System.Drawing.Size(92, 92);
     this.toolUp.TabIndex = 57;
     this.toolUp.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolUp.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolUp.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolUp.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolUp.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolUp.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolUp.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolUp.TRadiu = new System.Windows.Forms.Padding(90);
     this.toolUp.Trans  = 150;
     //
     // Form2
     //
     this.ClientSize = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.toolBar1);
     this.Name = "Form2";
     this.Text = "Form1";
     this.panel3.ResumeLayout(false);
     this.toolBar2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     this.tbName = new Paway.Forms.QQTextBox();
     this.toolOk = new Paway.Forms.ToolBar();
     this.label2 = new System.Windows.Forms.Label();
     this.tbPad  = new Paway.Forms.QQTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tbPad);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.tbName);
     this.panel1.Controls.Add(this.toolOk);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Size = new System.Drawing.Size(441, 198);
     //
     // lbTitle
     //
     this.lbTitle.Location = new System.Drawing.Point(185, 31);
     this.lbTitle.Size     = new System.Drawing.Size(72, 27);
     this.lbTitle.Text     = "欢迎您";
     //
     // tbName
     //
     this.tbName.Lines     = new string[0];
     this.tbName.Location  = new System.Drawing.Point(146, 22);
     this.tbName.MaxLength = 32;
     this.tbName.Name      = "tbName";
     this.tbName.RegexType = Paway.Helper.RegexType.Normal;
     this.tbName.RLength   = 1;
     this.tbName.Size      = new System.Drawing.Size(198, 28);
     this.tbName.TabIndex  = 11;
     this.tbName.WaterText = "请输入用户名";
     //
     // toolOk
     //
     this.toolOk.Anchor      = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolOk.Font        = new System.Drawing.Font("Tahoma", 15F);
     this.toolOk.IClickEvent = true;
     this.toolOk.ImageSize   = new System.Drawing.Size(0, 0);
     toolItem2.Text          = "登陆";
     this.toolOk.Items.Add(toolItem2);
     this.toolOk.ItemSize                   = new System.Drawing.Size(90, 42);
     this.toolOk.ItemSpace                  = 5;
     this.toolOk.Location                   = new System.Drawing.Point(176, 138);
     this.toolOk.Name                       = "toolOk";
     this.toolOk.Size                       = new System.Drawing.Size(90, 42);
     this.toolOk.TabIndex                   = 21;
     this.toolOk.TBackGround.ColorDown      = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(94)))), ((int)(((byte)(167)))));
     this.toolOk.TBackGround.ColorMove      = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(171)))), ((int)(((byte)(244)))));
     this.toolOk.TBackGround.ColorNormal    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(135)))), ((int)(((byte)(239)))));
     this.toolOk.TextFirst.ColorDown        = System.Drawing.Color.White;
     this.toolOk.TextFirst.ColorMove        = System.Drawing.Color.White;
     this.toolOk.TextFirst.ColorNormal      = System.Drawing.Color.Black;
     this.toolOk.TextFirst.StringHorizontal = System.Drawing.StringAlignment.Center;
     this.toolOk.TLineColor.ColorDown       = System.Drawing.Color.Transparent;
     this.toolOk.TLineColor.ColorMove       = System.Drawing.Color.Transparent;
     this.toolOk.TLineColor.ColorNormal     = System.Drawing.Color.Transparent;
     this.toolOk.Trans                      = 150;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(76, 26);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(69, 20);
     this.label2.TabIndex  = 61;
     this.label2.Text      = "用户名:";
     //
     // tbPad
     //
     this.tbPad.Lines        = new string[0];
     this.tbPad.Location     = new System.Drawing.Point(146, 60);
     this.tbPad.MaxLength    = 32;
     this.tbPad.Name         = "tbPad";
     this.tbPad.PasswordChat = '*';
     this.tbPad.RegexType    = Paway.Helper.RegexType.Normal;
     this.tbPad.RLength      = 1;
     this.tbPad.Size         = new System.Drawing.Size(198, 28);
     this.tbPad.TabIndex     = 12;
     this.tbPad.WaterText    = "请输入密码";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(79, 64);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(66, 20);
     this.label1.TabIndex  = 63;
     this.label1.Text      = "密   码:";
     //
     // Login
     //
     this.ClientSize    = new System.Drawing.Size(443, 280);
     this.Name          = "Login";
     this.ShowInTaskbar = true;
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Paway.Forms.ToolItem toolItem1 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem2 = new Paway.Forms.ToolItem();
     Paway.Forms.ToolItem toolItem3 = new Paway.Forms.ToolItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.panel1    = new Paway.Forms.TControl();
     this.toolTitle = new Paway.Forms.ToolBar();
     this.toolSet   = new Paway.Forms.ToolBar();
     this.panel3    = new Paway.Forms.TControl();
     this.panel2    = new Paway.Forms.TControl();
     this.lbDesc    = new System.Windows.Forms.Label();
     this.lbStatu   = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolTitle);
     this.panel1.Controls.Add(this.toolSet);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.panel1.Location = new System.Drawing.Point(0, 20);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(880, 50);
     this.panel1.TabIndex = 68;
     //
     // toolTitle
     //
     this.toolTitle.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.toolTitle.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolTitle.IClickEvent = true;
     this.toolTitle.IImageShow  = true;
     this.toolTitle.ImageSize   = new System.Drawing.Size(42, 42);
     this.toolTitle.INormal     = true;
     toolItem1.Text             = "测试系统";
     this.toolTitle.Items.Add(toolItem1);
     this.toolTitle.ItemSize              = new System.Drawing.Size(350, 50);
     this.toolTitle.ItemSpace             = 2;
     this.toolTitle.Location              = new System.Drawing.Point(0, 0);
     this.toolTitle.Name                  = "toolTitle";
     this.toolTitle.Padding               = new System.Windows.Forms.Padding(10, 0, 0, 0);
     this.toolTitle.Size                  = new System.Drawing.Size(746, 50);
     this.toolTitle.TabIndex              = 14;
     this.toolTitle.TextFirst.ColorDown   = System.Drawing.Color.White;
     this.toolTitle.TextFirst.ColorMove   = System.Drawing.Color.Black;
     this.toolTitle.TextFirst.ColorNormal = System.Drawing.Color.White;
     this.toolTitle.TextFirst.FontDown    = new System.Drawing.Font("微软雅黑", 18F);
     this.toolTitle.TextFirst.FontMove    = new System.Drawing.Font("微软雅黑", 18F);
     this.toolTitle.TextFirst.FontNormal  = new System.Drawing.Font("微软雅黑", 18F);
     //
     // toolSet
     //
     this.toolSet.Dock        = System.Windows.Forms.DockStyle.Right;
     this.toolSet.Font        = new System.Drawing.Font("微软雅黑", 11F);
     this.toolSet.IAutoWidth  = true;
     this.toolSet.IClickEvent = true;
     this.toolSet.IImageShow  = true;
     this.toolSet.ImageSize   = new System.Drawing.Size(17, 17);
     toolItem2.Image          = global::Paway.Test.Properties.Resources.about;
     toolItem2.ImageMove      = global::Paway.Test.Properties.Resources.add;
     toolItem2.Text           = "关于";
     toolItem3.Text           = "设置";
     this.toolSet.Items.Add(toolItem2);
     this.toolSet.Items.Add(toolItem3);
     this.toolSet.ItemSize              = new System.Drawing.Size(0, 50);
     this.toolSet.ItemSpace             = 0;
     this.toolSet.Location              = new System.Drawing.Point(746, 0);
     this.toolSet.Name                  = "toolSet";
     this.toolSet.Size                  = new System.Drawing.Size(134, 50);
     this.toolSet.TabIndex              = 12;
     this.toolSet.TBackGround.ColorDown = System.Drawing.Color.Transparent;
     this.toolSet.TBackGround.ColorMove = System.Drawing.Color.Transparent;
     this.toolSet.TBackGround.FontDown  = new System.Drawing.Font("微软雅黑", 11F);
     this.toolSet.TBackGround.FontMove  = new System.Drawing.Font("微软雅黑", 11F);
     this.toolSet.TextFirst.ColorDown   = System.Drawing.Color.Black;
     this.toolSet.TextFirst.ColorMove   = System.Drawing.Color.Black;
     this.toolSet.TextFirst.ColorNormal = System.Drawing.Color.White;
     this.toolSet.TextFirst.FontDown    = new System.Drawing.Font("微软雅黑", 11F);
     this.toolSet.TextFirst.FontMove    = new System.Drawing.Font("微软雅黑", 11F);
     this.toolSet.TextFirst.FontNormal  = new System.Drawing.Font("微软雅黑", 11F);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Font      = new System.Drawing.Font("微软雅黑", 11F);
     this.panel3.Location  = new System.Drawing.Point(0, 70);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(880, 504);
     this.panel3.TabIndex  = 76;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lbDesc);
     this.panel2.Controls.Add(this.lbStatu);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Font     = new System.Drawing.Font("微软雅黑", 11F);
     this.panel2.Location = new System.Drawing.Point(0, 574);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(880, 26);
     this.panel2.TabIndex = 75;
     //
     // lbDesc
     //
     this.lbDesc.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lbDesc.Location  = new System.Drawing.Point(0, 0);
     this.lbDesc.Name      = "lbDesc";
     this.lbDesc.Size      = new System.Drawing.Size(625, 26);
     this.lbDesc.TabIndex  = 7;
     this.lbDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbStatu
     //
     this.lbStatu.Dock      = System.Windows.Forms.DockStyle.Right;
     this.lbStatu.Location  = new System.Drawing.Point(625, 0);
     this.lbStatu.Name      = "lbStatu";
     this.lbStatu.Size      = new System.Drawing.Size(255, 26);
     this.lbStatu.TabIndex  = 6;
     this.lbStatu.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // MainForm
     //
     this.ClientSize = new System.Drawing.Size(880, 600);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ISpecial         = true;
     this.Name             = "MainForm";
     this.Padding          = new System.Windows.Forms.Padding(0, 20, 0, 0);
     this.ShowIcon         = false;
     this.TBrush.ColorDown = System.Drawing.Color.Ivory;
     this.TBrush.ColorMove = System.Drawing.Color.DodgerBlue;
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }