示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     ManiXButton.Office2010Red       office2010Red1           = new ManiXButton.Office2010Red();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     this.label1                  = new System.Windows.Forms.Label();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.管理員選單ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.修改學生資料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.修改廠商資料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.修改菜色資料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.關閉並離開ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.listBox1                = new System.Windows.Forms.ListBox();
     this.label2                  = new System.Windows.Forms.Label();
     this.button3                 = new ManiXButton.XButton();
     this.button4                 = new ManiXButton.XButton();
     this.button2                 = new ManiXButton.XButton();
     this.button1                 = new ManiXButton.XButton();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(1, 310);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "登入者";
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImage       = global::訂便當2.Properties.Resources.BG;
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Font = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.管理員選單ToolStripMenuItem,
         this.關閉並離開ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(681, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 管理員選單ToolStripMenuItem
     //
     this.管理員選單ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.修改學生資料ToolStripMenuItem,
         this.修改廠商資料ToolStripMenuItem,
         this.修改菜色資料ToolStripMenuItem
     });
     this.管理員選單ToolStripMenuItem.Name = "管理員選單ToolStripMenuItem";
     this.管理員選單ToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
     this.管理員選單ToolStripMenuItem.Text = "資料維護";
     //
     // 修改學生資料ToolStripMenuItem
     //
     this.修改學生資料ToolStripMenuItem.Name   = "修改學生資料ToolStripMenuItem";
     this.修改學生資料ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.修改學生資料ToolStripMenuItem.Text   = "修改學生資料";
     this.修改學生資料ToolStripMenuItem.Click += new System.EventHandler(this.修改學生資料ToolStripMenuItem_Click);
     //
     // 修改廠商資料ToolStripMenuItem
     //
     this.修改廠商資料ToolStripMenuItem.Name   = "修改廠商資料ToolStripMenuItem";
     this.修改廠商資料ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.修改廠商資料ToolStripMenuItem.Text   = "修改廠商資料";
     this.修改廠商資料ToolStripMenuItem.Click += new System.EventHandler(this.修改廠商資料ToolStripMenuItem_Click);
     //
     // 修改菜色資料ToolStripMenuItem
     //
     this.修改菜色資料ToolStripMenuItem.Name   = "修改菜色資料ToolStripMenuItem";
     this.修改菜色資料ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.修改菜色資料ToolStripMenuItem.Text   = "修改菜色資料";
     this.修改菜色資料ToolStripMenuItem.Click += new System.EventHandler(this.修改菜色資料ToolStripMenuItem_Click);
     //
     // 關閉並離開ToolStripMenuItem
     //
     this.關閉並離開ToolStripMenuItem.Name   = "關閉並離開ToolStripMenuItem";
     this.關閉並離開ToolStripMenuItem.Size   = new System.Drawing.Size(80, 20);
     this.關閉並離開ToolStripMenuItem.Text   = "關閉並離開";
     this.關閉並離開ToolStripMenuItem.Click += new System.EventHandler(this.關閉並離開ToolStripMenuItem_Click);
     //
     // listBox1
     //
     this.listBox1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.listBox1.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.listBox1.Font              = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.listBox1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 19;
     this.listBox1.Location          = new System.Drawing.Point(3, 97);
     this.listBox1.Name              = "listBox1";
     this.listBox1.Size              = new System.Drawing.Size(678, 114);
     this.listBox1.TabIndex          = 2;
     this.listBox1.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.listBox1_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("微軟正黑體", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label2.Location  = new System.Drawing.Point(348, 218);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(96, 26);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "目前總計";
     //
     // button3
     //
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.button3.ColorTable = office2010Publisher1;
     this.button3.Location   = new System.Drawing.Point(3, 27);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(165, 64);
     this.button3.TabIndex   = 11;
     this.button3.Text       = "選取這次要訂的店家";
     this.button3.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     office2010Red1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Red1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Red1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Red1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Red1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
     office2010Red1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
     office2010Red1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
     office2010Red1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
     office2010Red1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Red1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Red1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.TextColor             = System.Drawing.Color.White;
     this.button4.ColorTable = office2010Red1;
     this.button4.Location   = new System.Drawing.Point(524, 258);
     this.button4.Name       = "button4";
     this.button4.Size       = new System.Drawing.Size(145, 40);
     this.button4.TabIndex   = 10;
     this.button4.Text       = "結束訂購交付櫃台";
     this.button4.Theme      = ManiXButton.Theme.MSOffice2010_RED;
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click_1);
     //
     // button2
     //
     this.button2.ColorTable = office2010Red1;
     this.button2.Location   = new System.Drawing.Point(170, 258);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(145, 40);
     this.button2.TabIndex   = 9;
     this.button2.Text       = "將選取的資料刪除";
     this.button2.Theme      = ManiXButton.Theme.MSOffice2010_RED;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.ColorTable = office2010Red1;
     this.button1.Location   = new System.Drawing.Point(0, 258);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(145, 40);
     this.button1.TabIndex   = 8;
     this.button1.Text       = "重整訂單明細";
     this.button1.Theme      = ManiXButton.Theme.MSOffice2010_RED;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form2
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.BackgroundImage       = global::訂便當2.Properties.Resources.BG1;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(681, 331);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip1);
     this.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Form2";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Form2";
     this.Load         += new System.EventHandler(this.Form2_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_dangNhap));
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.txttaikhoan    = new System.Windows.Forms.TextBox();
     this.txtmatkhau     = new System.Windows.Forms.TextBox();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.pictureBox2    = new System.Windows.Forms.PictureBox();
     this.lblthongbaoloi = new System.Windows.Forms.Label();
     this.btndangnhap    = new ManiXButton.XButton();
     this.label3         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonShadow;
     this.label1.Location  = new System.Drawing.Point(67, 209);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(76, 13);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "USERNAME";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ButtonShadow;
     this.label2.Location  = new System.Drawing.Point(67, 277);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(78, 13);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "PASSWORD";
     //
     // txttaikhoan
     //
     this.txttaikhoan.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.txttaikhoan.Font         = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttaikhoan.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(89)))), ((int)(((byte)(36)))));
     this.txttaikhoan.Location     = new System.Drawing.Point(71, 230);
     this.txttaikhoan.Name         = "txttaikhoan";
     this.txttaikhoan.Size         = new System.Drawing.Size(215, 22);
     this.txttaikhoan.TabIndex     = 1;
     this.txttaikhoan.Text         = "trongtri";
     this.txttaikhoan.MouseClick  += new System.Windows.Forms.MouseEventHandler(this.txttaikhoan_MouseClick);
     this.txttaikhoan.TextChanged += new System.EventHandler(this.txttaikhoan_TextChanged);
     this.txttaikhoan.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txttaikhoan_KeyPress);
     //
     // txtmatkhau
     //
     this.txtmatkhau.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.txtmatkhau.Font             = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtmatkhau.ForeColor        = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(89)))), ((int)(((byte)(36)))));
     this.txtmatkhau.Location         = new System.Drawing.Point(71, 293);
     this.txtmatkhau.Name             = "txtmatkhau";
     this.txtmatkhau.Size             = new System.Drawing.Size(215, 22);
     this.txtmatkhau.TabIndex         = 2;
     this.txtmatkhau.Text             = "trongtri";
     this.txtmatkhau.MouseClick      += new System.Windows.Forms.MouseEventHandler(this.txtmatkhau_MouseClick);
     this.txtmatkhau.TabIndexChanged += new System.EventHandler(this.txtmatkhau_TabIndexChanged);
     this.txtmatkhau.TextChanged     += new System.EventHandler(this.txtmatkhau_TextChanged);
     this.txtmatkhau.KeyPress        += new System.Windows.Forms.KeyPressEventHandler(this.txtmatkhau_KeyPress);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(1, 1);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(351, 439);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location  = new System.Drawing.Point(163, 6);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(26, 22);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex  = 10;
     this.pictureBox2.TabStop   = false;
     this.pictureBox2.Click    += new System.EventHandler(this.pictureBox2_Click);
     //
     // lblthongbaoloi
     //
     this.lblthongbaoloi.BackColor = System.Drawing.Color.White;
     this.lblthongbaoloi.ForeColor = System.Drawing.Color.Red;
     this.lblthongbaoloi.Location  = new System.Drawing.Point(26, 403);
     this.lblthongbaoloi.Name      = "lblthongbaoloi";
     this.lblthongbaoloi.Size      = new System.Drawing.Size(302, 27);
     this.lblthongbaoloi.TabIndex  = 12;
     this.lblthongbaoloi.Text      = "<>";
     this.lblthongbaoloi.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btndangnhap
     //
     this.btndangnhap.BackColor                 = System.Drawing.Color.Transparent;
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.btndangnhap.ColorTable                = office2010Publisher1;
     this.btndangnhap.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btndangnhap.Image    = ((System.Drawing.Image)(resources.GetObject("btndangnhap.Image")));
     this.btndangnhap.Location = new System.Drawing.Point(59, 338);
     this.btndangnhap.Name     = "btndangnhap";
     this.btndangnhap.Size     = new System.Drawing.Size(236, 42);
     this.btndangnhap.TabIndex = 4;
     this.btndangnhap.Text     = "Login";
     this.btndangnhap.Theme    = ManiXButton.Theme.MSOffice2010_Publisher;
     this.btndangnhap.UseVisualStyleBackColor = false;
     this.btndangnhap.Click += new System.EventHandler(this.btndangnhap_Click);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(26, 385);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(110, 40);
     this.label3.TabIndex  = 13;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.White;
     this.label4.Image     = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location  = new System.Drawing.Point(27, 30);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(299, 169);
     this.label4.TabIndex  = 14;
     //
     // frm_dangNhap
     //
     this.AcceptButton        = this.btndangnhap;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Gainsboro;
     this.ClientSize          = new System.Drawing.Size(352, 438);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblthongbaoloi);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.txtmatkhau);
     this.Controls.Add(this.txttaikhoan);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btndangnhap);
     this.Controls.Add(this.pictureBox1);
     this.ForeColor       = System.Drawing.SystemColors.ControlDarkDark;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frm_dangNhap";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.TransparencyKey = System.Drawing.Color.Gainsboro;
     this.Load           += new System.EventHandler(this.frm_dangNhap_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     ManiXButton.Office2010Red       office2010Red1           = new ManiXButton.Office2010Red();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(start));
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.xButton1 = new ManiXButton.XButton();
     this.xButton2 = new ManiXButton.XButton();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.BackColor             = System.Drawing.SystemColors.ControlText;
     this.textBox1.Font                  = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.ForeColor             = System.Drawing.Color.Red;
     this.textBox1.Location              = new System.Drawing.Point(49, 122);
     this.textBox1.MaxLength             = 20;
     this.textBox1.Name                  = "textBox1";
     this.textBox1.Size                  = new System.Drawing.Size(303, 30);
     this.textBox1.TabIndex              = 0;
     this.textBox1.UseSystemPasswordChar = true;
     this.textBox1.TextChanged          += new System.EventHandler(this.textBox1_click);
     //
     // xButton1
     //
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.xButton1.ColorTable = office2010Publisher1;
     this.xButton1.Enabled    = false;
     this.xButton1.Font       = new System.Drawing.Font("微軟正黑體", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.xButton1.ForeColor  = System.Drawing.SystemColors.ControlText;
     this.xButton1.Location   = new System.Drawing.Point(253, 122);
     this.xButton1.Name       = "xButton1";
     this.xButton1.Size       = new System.Drawing.Size(99, 30);
     this.xButton1.TabIndex   = 1;
     this.xButton1.Text       = "確定";
     this.xButton1.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.xButton1.UseVisualStyleBackColor = true;
     this.xButton1.Visible = false;
     this.xButton1.Click  += new System.EventHandler(this.xButton1_Click);
     //
     // xButton2
     //
     office2010Red1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Red1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Red1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Red1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Red1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     office2010Red1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     office2010Red1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     office2010Red1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     office2010Red1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Red1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Red1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.TextColor             = System.Drawing.Color.White;
     this.xButton2.ColorTable             = office2010Red1;
     this.xButton2.Font     = new System.Drawing.Font("微軟正黑體", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.xButton2.Location = new System.Drawing.Point(253, 122);
     this.xButton2.Name     = "xButton2";
     this.xButton2.Size     = new System.Drawing.Size(99, 30);
     this.xButton2.TabIndex = 2;
     this.xButton2.Text     = "取消";
     this.xButton2.Theme    = ManiXButton.Theme.MSOffice2010_RED;
     this.xButton2.UseVisualStyleBackColor = true;
     this.xButton2.Click += new System.EventHandler(this.xButton2_Click);
     //
     // start
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize          = new System.Drawing.Size(400, 175);
     this.ControlBox          = false;
     this.Controls.Add(this.xButton1);
     this.Controls.Add(this.xButton2);
     this.Controls.Add(this.textBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "start";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "IQ180大挑戰2";
     this.Load           += new System.EventHandler(this.start_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SYSTEMUSERmessge));
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     ManiXButton.Office2010Blue      office2010Blue1          = new ManiXButton.Office2010Blue();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.label1       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.pictureBox5  = new System.Windows.Forms.PictureBox();
     this.label5       = new System.Windows.Forms.Label();
     this.pictureBox4  = new System.Windows.Forms.PictureBox();
     this.pictureBox3  = new System.Windows.Forms.PictureBox();
     this.pictureBox2  = new System.Windows.Forms.PictureBox();
     this.label2       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.xButton2     = new ManiXButton.XButton();
     this.xButton1     = new ManiXButton.XButton();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location  = new System.Drawing.Point(12, 12);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(128, 128);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft JhengHei", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label1.ForeColor = System.Drawing.Color.Lime;
     this.label1.Location  = new System.Drawing.Point(134, 40);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(505, 71);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "您是系統管理員嗎?\r\n";
     //
     // panel1
     //
     this.panel1.AutoScroll  = true;
     this.panel1.BackColor   = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.radioButton2);
     this.panel1.Controls.Add(this.radioButton1);
     this.panel1.Controls.Add(this.pictureBox5);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.pictureBox4);
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Location = new System.Drawing.Point(12, 146);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(356, 360);
     this.panel1.TabIndex = 2;
     //
     // pictureBox5
     //
     this.pictureBox5.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
     this.pictureBox5.Location = new System.Drawing.Point(23, 1);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(32, 32);
     this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox5.TabIndex = 4;
     this.pictureBox5.TabStop  = false;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Microsoft JhengHei", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label5.Location  = new System.Drawing.Point(61, 1);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(256, 40);
     this.label5.TabIndex  = 3;
     this.label5.Text      = "請照作以下步驟!";
     //
     // pictureBox4
     //
     this.pictureBox4.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(3, 647);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(329, 134);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox4.TabIndex = 2;
     this.pictureBox4.TabStop  = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(0, 379);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(466, 268);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox3.TabIndex = 1;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(5, 89);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(341, 284);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop  = false;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft JhengHei", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location  = new System.Drawing.Point(374, 146);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(230, 180);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "IQ180必須以\r\n系統管理員\r\n身分執行才能\r\n完全的使用。";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Microsoft JhengHei", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label3.Location  = new System.Drawing.Point(374, 326);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(265, 180);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "若不照做,\r\n可能會使作答\r\n和密碼設定及\r\n練習方面受阻。";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Microsoft JhengHei", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label4.ForeColor = System.Drawing.Color.Lime;
     this.label4.Location  = new System.Drawing.Point(12, 509);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(632, 45);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "現在立即重開並以系統管理員身分進入!";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.BackColor = System.Drawing.Color.Transparent;
     this.radioButton1.Font      = new System.Drawing.Font("Microsoft JhengHei", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.radioButton1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.radioButton1.Location  = new System.Drawing.Point(47, 787);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(249, 39);
     this.radioButton1.TabIndex  = 12;
     this.radioButton1.Text      = "我已詳讀圖片內容";
     this.radioButton1.UseVisualStyleBackColor = false;
     this.radioButton1.CheckedChanged         += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.AutoSize  = true;
     this.radioButton2.BackColor = System.Drawing.Color.Transparent;
     this.radioButton2.Checked   = true;
     this.radioButton2.Font      = new System.Drawing.Font("Microsoft JhengHei", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.radioButton2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.radioButton2.Location  = new System.Drawing.Point(23, 44);
     this.radioButton2.Name      = "radioButton2";
     this.radioButton2.Size      = new System.Drawing.Size(87, 39);
     this.radioButton2.TabIndex  = 13;
     this.radioButton2.TabStop   = true;
     this.radioButton2.Text      = "未讀";
     this.radioButton2.UseVisualStyleBackColor = false;
     //
     // xButton2
     //
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.xButton2.ColorTable = office2010Publisher1;
     this.xButton2.Font       = new System.Drawing.Font("Microsoft JhengHei", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.xButton2.Location   = new System.Drawing.Point(12, 557);
     this.xButton2.Name       = "xButton2";
     this.xButton2.Size       = new System.Drawing.Size(274, 65);
     this.xButton2.TabIndex   = 6;
     this.xButton2.Text       = "我這麼做的風險有哪些?";
     this.xButton2.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.xButton2.UseVisualStyleBackColor = true;
     this.xButton2.Click += new System.EventHandler(this.xButton2_Click);
     //
     // xButton1
     //
     office2010Blue1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Blue1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Blue1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(97)))), ((int)(((byte)(181)))));
     office2010Blue1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(125)))), ((int)(((byte)(219)))));
     office2010Blue1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Blue1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Blue1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.TextColor             = System.Drawing.Color.White;
     this.xButton1.ColorTable = office2010Blue1;
     this.xButton1.Enabled    = false;
     this.xButton1.Font       = new System.Drawing.Font("Microsoft JhengHei", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xButton1.Location   = new System.Drawing.Point(292, 557);
     this.xButton1.Name       = "xButton1";
     this.xButton1.Size       = new System.Drawing.Size(330, 65);
     this.xButton1.TabIndex   = 5;
     this.xButton1.Text       = "我了解並同意照做";
     this.xButton1.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.xButton1.UseVisualStyleBackColor = true;
     this.xButton1.Click += new System.EventHandler(this.xButton1_Click);
     //
     // SYSTEMUSERmessge
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize          = new System.Drawing.Size(634, 634);
     this.Controls.Add(this.xButton2);
     this.Controls.Add(this.xButton1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SYSTEMUSERmessge";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SYSTEMUSERmessge";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     ManiXButton.Office2010Blue      office2010Blue1          = new ManiXButton.Office2010Blue();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.label3   = new System.Windows.Forms.Label();
     this.button4  = new ManiXButton.XButton();
     this.button1  = new ManiXButton.XButton();
     this.button2  = new ManiXButton.XButton();
     this.button3  = new ManiXButton.XButton();
     this.SuspendLayout();
     //
     // listBox1
     //
     this.listBox1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.listBox1.Font                  = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.listBox1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.listBox1.FormattingEnabled     = true;
     this.listBox1.ItemHeight            = 21;
     this.listBox1.Location              = new System.Drawing.Point(16, 12);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(559, 109);
     this.listBox1.TabIndex              = 1;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(103, 213);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 6;
     this.label1.Text     = "價錢總計";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("微軟正黑體", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label2.Location = new System.Drawing.Point(288, 174);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(75, 26);
     this.label2.TabIndex = 9;
     this.label2.Text     = "操作者";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("微軟正黑體", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label3.Location = new System.Drawing.Point(288, 127);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(96, 26);
     this.label3.TabIndex = 10;
     this.label3.Text     = "店家名稱";
     //
     // button4
     //
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.button4.ColorTable = office2010Publisher1;
     this.button4.Location   = new System.Drawing.Point(390, 291);
     this.button4.Name       = "button4";
     this.button4.Size       = new System.Drawing.Size(158, 41);
     this.button4.TabIndex   = 15;
     this.button4.Text       = "不訂了(關閉離開)";
     this.button4.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button1
     //
     this.button1.ColorTable = office2010Publisher1;
     this.button1.Location   = new System.Drawing.Point(49, 291);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(158, 41);
     this.button1.TabIndex   = 14;
     this.button1.Text       = "確認並送出";
     this.button1.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     office2010Blue1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Blue1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Blue1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(97)))), ((int)(((byte)(181)))));
     office2010Blue1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(125)))), ((int)(((byte)(219)))));
     office2010Blue1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Blue1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Blue1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.TextColor             = System.Drawing.Color.White;
     this.button2.ColorTable = office2010Blue1;
     this.button2.Font       = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.button2.Location   = new System.Drawing.Point(12, 165);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(60, 60);
     this.button2.TabIndex   = 13;
     this.button2.Text       = "-";
     this.button2.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.ColorTable = office2010Blue1;
     this.button3.Font       = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.button3.Location   = new System.Drawing.Point(195, 165);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(60, 60);
     this.button3.TabIndex   = 12;
     this.button3.Text       = "+";
     this.button3.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // Form5
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(587, 344);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listBox1);
     this.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Form5";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Form5";
     this.Load         += new System.EventHandler(this.Form5_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#6
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ManiXButton.Office2010White     office2010White1         = new ManiXButton.Office2010White();
     ManiXButton.Office2010Red       office2010Red1           = new ManiXButton.Office2010Red();
     ManiXButton.Office2010Blue      office2010Blue1          = new ManiXButton.Office2010Blue();
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.listBox1             = new System.Windows.Forms.ListBox();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.fileSystemWatcher1   = new System.IO.FileSystemWatcher();
     this.panel1               = new System.Windows.Forms.Panel();
     this.xButton2             = new ManiXButton.XButton();
     this.xButton1             = new ManiXButton.XButton();
     this.panel2               = new System.Windows.Forms.Panel();
     this.label2               = new System.Windows.Forms.Label();
     this.textBox2             = new System.Windows.Forms.TextBox();
     this.xButton6             = new ManiXButton.XButton();
     this.xButton5             = new ManiXButton.XButton();
     this.label1               = new System.Windows.Forms.Label();
     this.xButton3             = new ManiXButton.XButton();
     this.xButton4             = new ManiXButton.XButton();
     this.notifyIcon1          = new System.Windows.Forms.NotifyIcon(this.components);
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // listBox1
     //
     this.listBox1.BackColor         = System.Drawing.SystemColors.InactiveBorder;
     this.listBox1.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(14, 45);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(240, 236);
     this.listBox1.TabIndex              = 0;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     this.listBox1.DoubleClick          += new System.EventHandler(this.listBox1_DoubleClick);
     //
     // textBox1
     //
     this.textBox1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox1.ForeColor    = System.Drawing.Color.Black;
     this.textBox1.Location     = new System.Drawing.Point(15, 15);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(239, 24);
     this.textBox1.TabIndex     = 3;
     this.textBox1.Text         = "Type something...";
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // fileSystemWatcher1
     //
     this.fileSystemWatcher1.EnableRaisingEvents = true;
     this.fileSystemWatcher1.SynchronizingObject = this;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.panel1.Controls.Add(this.listBox1);
     this.panel1.Controls.Add(this.xButton2);
     this.panel1.Controls.Add(this.xButton1);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Location = new System.Drawing.Point(21, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(323, 295);
     this.panel1.TabIndex = 0;
     //
     // xButton2
     //
     office2010White1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010White1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010White1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010White1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010White1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010White1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010White1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(154)))), ((int)(((byte)(154)))));
     office2010White1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     office2010White1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     office2010White1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     office2010White1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010White1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010White1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010White1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010White1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010White1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010White1.TextColor             = System.Drawing.Color.Black;
     this.xButton2.ColorTable = office2010White1;
     this.xButton2.Location   = new System.Drawing.Point(260, 254);
     this.xButton2.Name       = "xButton2";
     this.xButton2.Size       = new System.Drawing.Size(54, 27);
     this.xButton2.TabIndex   = 2;
     this.xButton2.Text       = "Close";
     this.xButton2.Theme      = ManiXButton.Theme.MSOffice2010_WHITE;
     this.xButton2.UseVisualStyleBackColor = true;
     this.xButton2.Click += new System.EventHandler(this.xButton2_Click_1);
     //
     // xButton1
     //
     office2010Red1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Red1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Red1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Red1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Red1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
     office2010Red1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
     office2010Red1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(77)))), ((int)(((byte)(45)))));
     office2010Red1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(148)))), ((int)(((byte)(64)))));
     office2010Red1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Red1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Red1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Red1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Red1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Red1.TextColor             = System.Drawing.Color.White;
     this.xButton1.ColorTable             = office2010Red1;
     this.xButton1.Location = new System.Drawing.Point(259, 13);
     this.xButton1.Name     = "xButton1";
     this.xButton1.Size     = new System.Drawing.Size(54, 27);
     this.xButton1.TabIndex = 5;
     this.xButton1.Text     = "Search";
     this.xButton1.Theme    = ManiXButton.Theme.MSOffice2010_RED;
     this.xButton1.UseVisualStyleBackColor = true;
     this.xButton1.Click += new System.EventHandler(this.xButton1_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.textBox2);
     this.panel2.Controls.Add(this.xButton6);
     this.panel2.Controls.Add(this.xButton5);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.xButton3);
     this.panel2.Controls.Add(this.xButton4);
     this.panel2.Location = new System.Drawing.Point(-158, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(179, 295);
     this.panel2.TabIndex = 1;
     this.panel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Script MT Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(33, 165);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(125, 19);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Additional options";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // textBox2
     //
     this.textBox2.Font         = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox2.ForeColor    = System.Drawing.Color.Black;
     this.textBox2.Location     = new System.Drawing.Point(37, 45);
     this.textBox2.Name         = "textBox2";
     this.textBox2.Size         = new System.Drawing.Size(111, 24);
     this.textBox2.TabIndex     = 5;
     this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // xButton6
     //
     office2010Blue1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Blue1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Blue1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(97)))), ((int)(((byte)(181)))));
     office2010Blue1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(125)))), ((int)(((byte)(219)))));
     office2010Blue1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Blue1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Blue1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.TextColor             = System.Drawing.Color.White;
     this.xButton6.ColorTable = office2010Blue1;
     this.xButton6.Location   = new System.Drawing.Point(95, 108);
     this.xButton6.Name       = "xButton6";
     this.xButton6.Size       = new System.Drawing.Size(53, 27);
     this.xButton6.TabIndex   = 4;
     this.xButton6.Text       = "To Date";
     this.xButton6.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.xButton6.UseVisualStyleBackColor = true;
     //
     // xButton5
     //
     this.xButton5.ColorTable = office2010Blue1;
     this.xButton5.Location   = new System.Drawing.Point(37, 108);
     this.xButton5.Name       = "xButton5";
     this.xButton5.Size       = new System.Drawing.Size(52, 27);
     this.xButton5.TabIndex   = 3;
     this.xButton5.Text       = "From Date";
     this.xButton5.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.xButton5.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Script MT Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(33, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(115, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Advanced search";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // xButton3
     //
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.xButton3.ColorTable = office2010Publisher1;
     this.xButton3.Cursor     = System.Windows.Forms.Cursors.No;
     this.xButton3.Location   = new System.Drawing.Point(161, 121);
     this.xButton3.Name       = "xButton3";
     this.xButton3.Size       = new System.Drawing.Size(18, 22);
     this.xButton3.TabIndex   = 1;
     this.xButton3.Text       = ">";
     this.xButton3.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.xButton3.UseVisualStyleBackColor = true;
     this.xButton3.Click += new System.EventHandler(this.xButton3_Click);
     //
     // xButton4
     //
     this.xButton4.ColorTable = office2010Blue1;
     this.xButton4.Location   = new System.Drawing.Point(37, 75);
     this.xButton4.Name       = "xButton4";
     this.xButton4.Size       = new System.Drawing.Size(111, 27);
     this.xButton4.TabIndex   = 0;
     this.xButton4.Text       = "Set Directory";
     this.xButton4.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.xButton4.UseVisualStyleBackColor = true;
     this.xButton4.Click += new System.EventHandler(this.xButton4_Click);
     //
     // notifyIcon1
     //
     this.notifyIcon1.Text    = "notifyIcon1";
     this.notifyIcon1.Visible = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(525, 319);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.ForeColor       = System.Drawing.Color.DarkMagenta;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FinderX";
     this.TransparencyKey = System.Drawing.SystemColors.Control;
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
     this.comboBox1     = new System.Windows.Forms.ComboBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.button2       = new ManiXButton.XButton();
     this.button1       = new ManiXButton.XButton();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(12, 16);
     this.comboBox1.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(140, 24);
     this.comboBox1.TabIndex              = 0;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.GridColor          = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.dataGridView1.Location           = new System.Drawing.Point(158, 13);
     this.dataGridView1.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.ReadOnly           = true;
     this.dataGridView1.RowTemplate.Height = 24;
     this.dataGridView1.Size               = new System.Drawing.Size(556, 163);
     this.dataGridView1.TabIndex           = 1;
     this.dataGridView1.CellClick         += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location  = new System.Drawing.Point(9, 44);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(140, 16);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "請先按下拉選單選取店家";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("微軟正黑體", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label2.Location = new System.Drawing.Point(261, 180);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(453, 26);
     this.label2.TabIndex = 7;
     this.label2.Text     = "此表單僅供快速預覽,點選左下角按鈕進行點餐";
     //
     // button2
     //
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.button2.ColorTable = office2010Publisher1;
     this.button2.Location   = new System.Drawing.Point(302, 301);
     this.button2.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(248, 61);
     this.button2.TabIndex   = 6;
     this.button2.Text       = "只選定店家但不點餐";
     this.button2.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.ColorTable = office2010Publisher1;
     this.button1.Location   = new System.Drawing.Point(14, 301);
     this.button1.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(248, 61);
     this.button1.TabIndex   = 5;
     this.button1.Text       = "選定店家並進行點餐";
     this.button1.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(728, 382);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.comboBox1);
     this.Font          = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "Form3";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Form3";
     this.Load         += new System.EventHandler(this.Form3_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ManiXButton.Office2010Publisher office2010Publisher1     = new ManiXButton.Office2010Publisher();
     ManiXButton.Office2010Blue      office2010Blue1          = new ManiXButton.Office2010Blue();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.label1   = new System.Windows.Forms.Label();
     this.button1  = new ManiXButton.XButton();
     this.button2  = new ManiXButton.XButton();
     this.button3  = new ManiXButton.XButton();
     this.SuspendLayout();
     //
     // listBox1
     //
     this.listBox1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.listBox1.Font                  = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.listBox1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.listBox1.FormattingEnabled     = true;
     this.listBox1.ItemHeight            = 20;
     this.listBox1.Location              = new System.Drawing.Point(14, 16);
     this.listBox1.Margin                = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(693, 184);
     this.listBox1.TabIndex              = 0;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(289, 287);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "價錢總計";
     //
     // button1
     //
     office2010Publisher1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Publisher1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Publisher1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Publisher1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Publisher1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(126)))));
     office2010Publisher1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(173)))), ((int)(((byte)(167)))));
     office2010Publisher1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Publisher1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Publisher1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Publisher1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Publisher1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Publisher1.TextColor             = System.Drawing.Color.White;
     this.button1.ColorTable = office2010Publisher1;
     this.button1.Location   = new System.Drawing.Point(216, 360);
     this.button1.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(211, 59);
     this.button1.TabIndex   = 7;
     this.button1.Text       = "確認並送出";
     this.button1.Theme      = ManiXButton.Theme.MSOffice2010_Publisher;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     office2010Blue1.BorderColor1          = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonMouseOverColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonMouseOverColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonMouseOverColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(137)))));
     office2010Blue1.ButtonMouseOverColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(249)))), ((int)(((byte)(224)))));
     office2010Blue1.ButtonNormalColor1    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(72)))), ((int)(((byte)(161)))));
     office2010Blue1.ButtonNormalColor2    = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(135)))), ((int)(((byte)(228)))));
     office2010Blue1.ButtonNormalColor3    = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(97)))), ((int)(((byte)(181)))));
     office2010Blue1.ButtonNormalColor4    = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(125)))), ((int)(((byte)(219)))));
     office2010Blue1.ButtonSelectedColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(199)))), ((int)(((byte)(87)))));
     office2010Blue1.ButtonSelectedColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(243)))), ((int)(((byte)(215)))));
     office2010Blue1.ButtonSelectedColor3  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(229)))), ((int)(((byte)(117)))));
     office2010Blue1.ButtonSelectedColor4  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     office2010Blue1.HoverTextColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.SelectedTextColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     office2010Blue1.TextColor             = System.Drawing.Color.White;
     this.button2.ColorTable = office2010Blue1;
     this.button2.Font       = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.button2.Location   = new System.Drawing.Point(120, 259);
     this.button2.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(70, 80);
     this.button2.TabIndex   = 6;
     this.button2.Text       = "-";
     this.button2.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.ColorTable = office2010Blue1;
     this.button3.Font       = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.button3.Location   = new System.Drawing.Point(450, 259);
     this.button3.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(70, 80);
     this.button3.TabIndex   = 5;
     this.button3.Text       = "+";
     this.button3.Theme      = ManiXButton.Theme.MSOffice2010_BLUE;
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // Form4
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(724, 444);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listBox1);
     this.Font          = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "Form4";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Form4";
     this.Load         += new System.EventHandler(this.Form4_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }