예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void componentsLayout()
 {
     i18n.I18nManager resources = new i18n.I18nManager(typeof(PreviewForm));
     this.picPreview = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit();
     this.SuspendLayout();
     //
     // picPreview
     //
     this.picPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.picPreview.Location = new System.Drawing.Point(0, 0);
     this.picPreview.Margin   = new System.Windows.Forms.Padding(0);
     resources.ApplyResources(this.picPreview, "picPreview");
     this.picPreview.Name        = "picPreview";
     this.picPreview.Size        = new System.Drawing.Size(121, 121);
     this.picPreview.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picPreview.TabIndex    = 0;
     this.picPreview.TabStop     = false;
     this.picPreview.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picPreview_MouseClick);
     this.picPreview.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.picPreview_MouseDown);
     this.picPreview.MouseEnter += new System.EventHandler(this.PreviewForm_MouseEnter);
     this.picPreview.MouseLeave += new System.EventHandler(this.PreviewForm_MouseLeave);
     //
     // PreviewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.White;
     this.ClientSize    = new System.Drawing.Size(121, 121);
     this.ControlBox    = false;
     this.Controls.Add(this.picPreview);
     this.Cursor           = System.Windows.Forms.Cursors.SizeAll;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.MaximumSize      = new System.Drawing.Size(429, 429);
     this.MinimumSize      = new System.Drawing.Size(77, 77);
     this.Name             = "PreviewForm";
     this.ShowInTaskbar    = false;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.Manual;
     this.TopMost          = true;
     this.Load            += new System.EventHandler(this.PreviewForm_Load);
     this.LocationChanged += new System.EventHandler(this.PreviewForm_LocationChanged);
     ((System.ComponentModel.ISupportInitialize)(this.picPreview)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void componentsLayout()
 {
     i18n.I18nManager resources = new i18n.I18nManager(typeof(HotkeyForm));
     this.btnExit = new System.Windows.Forms.Button();
     this.label2  = new System.Windows.Forms.Label();
     this.picLOGO = new System.Windows.Forms.PictureBox();
     this.lbMsg   = new System.Windows.Forms.Label();
     this.label5  = new System.Windows.Forms.Label();
     this.panel   = new System.Windows.Forms.FlowLayoutPanel();
     this.lkReset = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).BeginInit();
     this.SuspendLayout();
     //
     // btnExit
     //
     this.btnExit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.Text         = "×";
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.FlatAppearance.BorderSize = 0;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btnExit.Location  = new System.Drawing.Point(583, 3);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(24, 23);
     this.btnExit.TabIndex  = 14;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(33, 14);
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(83, 12);
     this.label2.TabIndex = 17;
     //
     // picLOGO
     //
     resources.ApplyResources(this.picLOGO, "picLOGO");
     this.picLOGO.BackColor = System.Drawing.Color.White;
     this.picLOGO.Image     = global::ColorWanted.Properties.Resources.logo;
     this.picLOGO.Location  = new System.Drawing.Point(11, 12);
     this.picLOGO.Name      = "picLOGO";
     this.picLOGO.Size      = new System.Drawing.Size(16, 16);
     this.picLOGO.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLOGO.TabIndex  = 16;
     this.picLOGO.TabStop   = false;
     //
     // lbMsg
     //
     this.lbMsg.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lbMsg.AutoSize = true;
     this.lbMsg.Location = new System.Drawing.Point(45, 583);
     resources.ApplyResources(this.lbMsg, "lbMsg");
     this.lbMsg.Name     = "lbMsg";
     this.lbMsg.Size     = new System.Drawing.Size(71, 12);
     this.lbMsg.TabIndex = 21;
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(409, 583);
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(179, 12);
     this.label5.TabIndex = 24;
     //
     // panel
     //
     this.panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.panel.AutoScroll    = true;
     this.panel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     this.panel.Location      = new System.Drawing.Point(47, 46);
     resources.ApplyResources(this.panel, "panel");
     this.panel.Name         = "panel";
     this.panel.Size         = new System.Drawing.Size(520, 514);
     this.panel.TabIndex     = 25;
     this.panel.WrapContents = false;
     //
     // lkReset
     //
     this.lkReset.AutoSize = true;
     resources.ApplyResources(this.lkReset, "lkReset");
     this.lkReset.LinkColor    = System.Drawing.Color.Lime;
     this.lkReset.Location     = new System.Drawing.Point(478, 14);
     this.lkReset.Name         = "lkReset";
     this.lkReset.Size         = new System.Drawing.Size(89, 12);
     this.lkReset.TabIndex     = 26;
     this.lkReset.TabStop      = true;
     this.lkReset.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkReset_LinkClicked);
     //
     // HotkeyForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.Black;
     this.CancelButton  = this.btnExit;
     this.ClientSize    = new System.Drawing.Size(610, 610);
     this.Controls.Add(this.lkReset);
     this.Controls.Add(this.panel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lbMsg);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.btnExit);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "HotkeyForm";
     this.Opacity         = 0.8D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.HotkeyForm_Load);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.MouseDownEventHandler);
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).EndInit();
     this.Icon = global::ColorWanted.Properties.Resources.ico;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void componentsLayout()
 {
     i18n.I18nManager resources = new i18n.I18nManager(typeof(HotkeyCtrl));
     this.tbInput    = new System.Windows.Forms.TextBox();
     this.lbTypeName = new System.Windows.Forms.Label();
     this.lkOK       = new System.Windows.Forms.LinkLabel();
     this.lkReset    = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // tbInput
     //
     this.tbInput.AcceptsReturn = true;
     this.tbInput.AcceptsTab    = true;
     this.tbInput.Anchor        = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     resources.ApplyResources(this.tbInput, "tbInput");
     this.tbInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbInput.Location    = new System.Drawing.Point(36, 30);
     this.tbInput.Name        = "tbInput";
     this.tbInput.ReadOnly    = true;
     this.tbInput.Size        = new System.Drawing.Size(405, 21);
     this.tbInput.TabIndex    = 21;
     this.tbInput.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.tbInput_KeyDown);
     this.tbInput.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.tbInput_KeyUp);
     //
     // lbTypeName
     //
     this.lbTypeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lbTypeName.Font     = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbTypeName.Location = new System.Drawing.Point(1, 1);
     resources.ApplyResources(this.lbTypeName, "lbTypeName");
     this.lbTypeName.Name     = "lbTypeName";
     this.lbTypeName.Size     = new System.Drawing.Size(616, 28);
     this.lbTypeName.TabIndex = 23;
     //
     // lkOK
     //
     this.lkOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lkOK.AutoSize = true;
     resources.ApplyResources(this.lkOK, "lkOK");
     this.lkOK.LinkColor    = System.Drawing.Color.Lime;
     this.lkOK.Location     = new System.Drawing.Point(482, 34);
     this.lkOK.Name         = "lkOK";
     this.lkOK.Size         = new System.Drawing.Size(29, 12);
     this.lkOK.TabIndex     = 24;
     this.lkOK.TabStop      = true;
     this.lkOK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkOK_LinkClicked);
     //
     // lkReset
     //
     this.lkReset.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lkReset.AutoSize = true;
     resources.ApplyResources(this.lkReset, "lkReset");
     this.lkReset.LinkColor    = System.Drawing.Color.Lime;
     this.lkReset.Location     = new System.Drawing.Point(540, 34);
     this.lkReset.Name         = "lkReset";
     this.lkReset.Size         = new System.Drawing.Size(53, 12);
     this.lkReset.TabIndex     = 24;
     this.lkReset.TabStop      = true;
     this.lkReset.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkReset_LinkClicked);
     //
     // HotkeyCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lkReset);
     this.Controls.Add(this.lkOK);
     this.Controls.Add(this.lbTypeName);
     this.Controls.Add(this.tbInput);
     this.Name = "HotkeyCtrl";
     this.Size = new System.Drawing.Size(619, 56);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void componentsLayout()
 {
     i18n.I18nManager resources = new i18n.I18nManager(typeof(UpdateForm));
     this.btnExit      = new System.Windows.Forms.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.lbMsg        = new System.Windows.Forms.Label();
     this.lbCurrent    = new System.Windows.Forms.Label();
     this.linkNow      = new System.Windows.Forms.LinkLabel();
     this.linkIgnore   = new System.Windows.Forms.LinkLabel();
     this.linkNext     = new System.Windows.Forms.LinkLabel();
     this.picLOGO      = new System.Windows.Forms.PictureBox();
     this.lbPercentage = new System.Windows.Forms.Label();
     this.lbProgress   = new System.Windows.Forms.Label();
     this.pnDetail     = new System.Windows.Forms.Panel();
     this.lbLog        = new System.Windows.Forms.Label();
     this.lbUpdateDate = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.LinkLabel();
     this.label2       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).BeginInit();
     this.pnDetail.SuspendLayout();
     this.SuspendLayout();
     //
     // btnExit
     //
     this.btnExit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.Text         = "×";
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.FlatAppearance.BorderSize = 0;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btnExit.Location  = new System.Drawing.Point(213, 3);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(24, 23);
     this.btnExit.TabIndex  = 14;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 12);
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(95, 12);
     this.label1.TabIndex = 15;
     //
     // lbMsg
     //
     this.lbMsg.AutoSize = true;
     this.lbMsg.Location = new System.Drawing.Point(10, 60);
     resources.ApplyResources(this.lbMsg, "lbMsg");
     this.lbMsg.Name     = "lbMsg";
     this.lbMsg.Size     = new System.Drawing.Size(119, 12);
     this.lbMsg.TabIndex = 16;
     //
     // lbCurrent
     //
     this.lbCurrent.AutoSize = true;
     this.lbCurrent.Location = new System.Drawing.Point(10, 38);
     resources.ApplyResources(this.lbCurrent, "lbCurrent");
     this.lbCurrent.Name     = "lbCurrent";
     this.lbCurrent.Size     = new System.Drawing.Size(95, 12);
     this.lbCurrent.TabIndex = 16;
     //
     // linkNow
     //
     this.linkNow.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.linkNow.AutoSize = true;
     resources.ApplyResources(this.linkNow, "linkNow");
     this.linkNow.LinkColor    = System.Drawing.Color.Lime;
     this.linkNow.Location     = new System.Drawing.Point(17, 86);
     this.linkNow.Name         = "linkNow";
     this.linkNow.Size         = new System.Drawing.Size(53, 12);
     this.linkNow.TabIndex     = 18;
     this.linkNow.TabStop      = true;
     this.linkNow.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkNow_LinkClicked);
     //
     // linkIgnore
     //
     this.linkIgnore.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.linkIgnore.AutoSize = true;
     resources.ApplyResources(this.linkIgnore, "linkIgnore");
     this.linkIgnore.LinkColor    = System.Drawing.Color.Lime;
     this.linkIgnore.Location     = new System.Drawing.Point(86, 86);
     this.linkIgnore.Name         = "linkIgnore";
     this.linkIgnore.Size         = new System.Drawing.Size(65, 12);
     this.linkIgnore.TabIndex     = 18;
     this.linkIgnore.TabStop      = true;
     this.linkIgnore.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkIgnore_LinkClicked);
     //
     // linkNext
     //
     this.linkNext.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.linkNext.AutoSize = true;
     resources.ApplyResources(this.linkNext, "linkNext");
     this.linkNext.LinkColor    = System.Drawing.Color.Lime;
     this.linkNext.Location     = new System.Drawing.Point(166, 86);
     this.linkNext.Name         = "linkNext";
     this.linkNext.Size         = new System.Drawing.Size(53, 12);
     this.linkNext.TabIndex     = 18;
     this.linkNext.TabStop      = true;
     this.linkNext.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkNext_LinkClicked);
     //
     // picLOGO
     //
     resources.ApplyResources(this.picLOGO, "picLOGO");
     this.picLOGO.BackColor = System.Drawing.Color.White;
     this.picLOGO.Image     = global::ColorWanted.Properties.Resources.logo;
     this.picLOGO.Location  = new System.Drawing.Point(12, 10);
     this.picLOGO.Name      = "picLOGO";
     this.picLOGO.Size      = new System.Drawing.Size(16, 16);
     this.picLOGO.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLOGO.TabIndex  = 12;
     this.picLOGO.TabStop   = false;
     //
     // lbPercentage
     //
     resources.ApplyResources(this.lbPercentage, "lbPercentage");
     this.lbPercentage.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.lbPercentage.Location  = new System.Drawing.Point(12, 83);
     this.lbPercentage.Name      = "lbPercentage";
     this.lbPercentage.Size      = new System.Drawing.Size(216, 16);
     this.lbPercentage.TabIndex  = 19;
     this.lbPercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lbPercentage.Visible   = false;
     //
     // lbProgress
     //
     this.lbProgress.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     resources.ApplyResources(this.lbProgress, "lbProgress");
     this.lbProgress.BackColor = System.Drawing.Color.Lime;
     this.lbProgress.Location  = new System.Drawing.Point(12, 100);
     this.lbProgress.Name      = "lbProgress";
     this.lbProgress.Size      = new System.Drawing.Size(0, 5);
     this.lbProgress.TabIndex  = 19;
     this.lbProgress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lbProgress.Visible   = false;
     //
     // pnDetail
     //
     this.pnDetail.AutoScroll = true;
     resources.ApplyResources(this.pnDetail, "pnDetail");
     this.pnDetail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnDetail.Controls.Add(this.lbLog);
     this.pnDetail.Controls.Add(this.lbUpdateDate);
     this.pnDetail.Controls.Add(this.label3);
     this.pnDetail.Controls.Add(this.label2);
     this.pnDetail.Location    = new System.Drawing.Point(2, 75);
     this.pnDetail.Name        = "pnDetail";
     this.pnDetail.Padding     = new System.Windows.Forms.Padding(10, 0, 10, 0);
     this.pnDetail.Size        = new System.Drawing.Size(251, 135);
     this.pnDetail.TabIndex    = 20;
     this.pnDetail.MouseEnter += new System.EventHandler(this.UpdateForm_MouseEnter);
     this.pnDetail.MouseLeave += new System.EventHandler(this.UpdateForm_MouseLeave);
     //
     // lbLog
     //
     this.lbLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lbLog.AutoSize = true;
     this.lbLog.Location = new System.Drawing.Point(10, 53);
     resources.ApplyResources(this.lbLog, "lbLog");
     this.lbLog.Name = "lbLog";
     //this.lbLog.Size = new System.Drawing.Size(180, 74);
     this.lbLog.TabIndex = 2;
     //
     // lbUpdateDate
     //
     this.lbUpdateDate.AutoSize = true;
     this.lbUpdateDate.Location = new System.Drawing.Point(80, 6);
     resources.ApplyResources(this.lbUpdateDate, "lbUpdateDate");
     this.lbUpdateDate.Name     = "lbUpdateDate";
     this.lbUpdateDate.Size     = new System.Drawing.Size(0, 12);
     this.lbUpdateDate.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 30);
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name         = "label3";
     this.label3.Size         = new System.Drawing.Size(53, 12);
     this.label3.TabIndex     = 0;
     this.label3.LinkClicked += Label3_LinkClicked;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 6);
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 0;
     //
     // UpdateForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.Black;
     this.CancelButton  = this.btnExit;
     this.ClientSize    = new System.Drawing.Size(240, 110);
     this.Controls.Add(this.lbProgress);
     this.Controls.Add(this.linkNext);
     this.Controls.Add(this.linkIgnore);
     this.Controls.Add(this.linkNow);
     this.Controls.Add(this.lbCurrent);
     this.Controls.Add(this.lbMsg);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.lbPercentage);
     this.Controls.Add(this.pnDetail);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(0, 100);
     this.Name            = "UpdateForm";
     this.Opacity         = 0.8D;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.TopMost         = true;
     this.MouseEnter     += new System.EventHandler(this.UpdateForm_MouseEnter);
     this.MouseLeave     += new System.EventHandler(this.UpdateForm_MouseLeave);
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).EndInit();
     this.pnDetail.ResumeLayout(false);
     this.pnDetail.PerformLayout();
     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 componentsLayout()
 {
     this.componentsSet = new System.ComponentModel.Container();
     i18n.I18nManager resources = new i18n.I18nManager(typeof(HistoryForm));
     this.btnExit    = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.picLOGO    = new System.Windows.Forms.PictureBox();
     this.list       = new System.Windows.Forms.ListView();
     this.linkFile   = new System.Windows.Forms.LinkLabel();
     this.linkClear  = new System.Windows.Forms.LinkLabel();
     this.linkReload = new System.Windows.Forms.LinkLabel();
     this.tooltip    = new System.Windows.Forms.ToolTip(this.componentsSet);
     this.linkHex    = new System.Windows.Forms.LinkLabel();
     this.linkRgb    = new System.Windows.Forms.LinkLabel();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).BeginInit();
     this.SuspendLayout();
     //
     // btnExit
     //
     this.btnExit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.Text         = "×";
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.FlatAppearance.BorderSize = 0;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btnExit.Location  = new System.Drawing.Point(573, 3);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(24, 23);
     this.btnExit.TabIndex  = 4;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(32, 8);
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(95, 12);
     this.label1.TabIndex = 15;
     //
     // picLOGO
     //
     this.picLOGO.BackColor = System.Drawing.Color.White;
     this.picLOGO.Image     = global::ColorWanted.Properties.Resources.logo;
     this.picLOGO.Location  = new System.Drawing.Point(10, 6);
     resources.ApplyResources(this.picLOGO, "picLOGO");
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(16, 16);
     this.picLOGO.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLOGO.TabIndex = 12;
     this.picLOGO.TabStop  = false;
     //
     // list
     //
     this.list.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid;
     this.list.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     resources.ApplyResources(this.list, "list");
     this.list.AutoArrange      = false;
     this.list.BackColor        = System.Drawing.Color.White;
     this.list.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.list.ForeColor        = System.Drawing.Color.Black;
     this.list.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.list.HideSelection    = false;
     this.list.LabelWrap        = false;
     this.list.Location         = new System.Drawing.Point(12, 32);
     this.list.MultiSelect      = false;
     this.list.Name             = "list";
     this.list.ShowItemToolTips = true;
     this.list.Size             = new System.Drawing.Size(579, 291);
     this.list.TabIndex         = 0;
     this.list.TileSize         = new System.Drawing.Size(80, 32);
     this.list.UseCompatibleStateImageBehavior = false;
     this.list.View = System.Windows.Forms.View.Tile;
     this.list.SelectedIndexChanged += new System.EventHandler(this.list_SelectedIndexChanged);
     //
     // linkFile
     //
     this.linkFile.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkFile.AutoSize = true;
     resources.ApplyResources(this.linkFile, "linkFile");
     this.linkFile.LinkColor    = System.Drawing.Color.Lime;
     this.linkFile.Location     = new System.Drawing.Point(438, 8);
     this.linkFile.Name         = "linkFile";
     this.linkFile.Size         = new System.Drawing.Size(53, 12);
     this.linkFile.TabIndex     = 2;
     this.linkFile.TabStop      = true;
     this.linkFile.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkFile_LinkClicked);
     //
     // linkClear
     //
     this.linkClear.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkClear.AutoSize = true;
     resources.ApplyResources(this.linkClear, "linkClear");
     this.linkClear.LinkColor    = System.Drawing.Color.Lime;
     this.linkClear.Location     = new System.Drawing.Point(512, 8);
     this.linkClear.Name         = "linkClear";
     this.linkClear.Size         = new System.Drawing.Size(29, 12);
     this.linkClear.TabIndex     = 3;
     this.linkClear.TabStop      = true;
     this.linkClear.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkClear_LinkClicked);
     //
     // linkReload
     //
     this.linkReload.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkReload.AutoSize = true;
     resources.ApplyResources(this.linkReload, "linkReload");
     this.linkReload.LinkColor    = System.Drawing.Color.Lime;
     this.linkReload.Location     = new System.Drawing.Point(389, 8);
     this.linkReload.Name         = "linkReload";
     this.linkReload.Size         = new System.Drawing.Size(29, 12);
     this.linkReload.TabIndex     = 1;
     this.linkReload.TabStop      = true;
     this.linkReload.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkReload_LinkClicked);
     //
     // linkHex
     //
     this.linkHex.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkHex.AutoSize = true;
     resources.ApplyResources(this.linkHex, "linkHex");
     this.linkHex.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.linkHex.Location  = new System.Drawing.Point(424, 337);
     this.linkHex.Name      = "linkHex";
     this.linkHex.Size      = new System.Drawing.Size(47, 12);
     this.linkHex.TabIndex  = 17;
     this.linkHex.TabStop   = true;
     this.linkHex.Text      = "#000000";
     this.tooltip.SetToolTip(this.linkHex, resources.GetString("linkHex.ToolTip"));
     this.linkHex.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkHex_LinkClicked);
     //
     // linkRgb
     //
     this.linkRgb.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkRgb.AutoSize = true;
     resources.ApplyResources(this.linkRgb, "linkRgb");
     this.linkRgb.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.linkRgb.Location  = new System.Drawing.Point(483, 337);
     this.linkRgb.Name      = "linkRgb";
     this.linkRgb.Size      = new System.Drawing.Size(65, 12);
     this.linkRgb.TabIndex  = 17;
     this.linkRgb.TabStop   = true;
     this.linkRgb.Text      = "RGB(0,0,0)";
     this.tooltip.SetToolTip(this.linkRgb, resources.GetString("linkRgb.ToolTip"));
     this.linkRgb.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkRgb_LinkClicked);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(307, 337);
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(71, 12);
     this.label2.TabIndex = 18;
     this.tooltip.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name     = "label3";
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 337);
     //
     // HistoryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.Black;
     this.CancelButton  = this.btnExit;
     this.ClientSize    = new System.Drawing.Size(600, 360);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.linkRgb);
     this.Controls.Add(this.linkHex);
     this.Controls.Add(this.linkReload);
     this.Controls.Add(this.linkClear);
     this.Controls.Add(this.linkFile);
     this.Controls.Add(this.list);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.picLOGO);
     this.Font            = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "HistoryForm";
     this.Opacity         = 0.8D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.HistoryForm_Load);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.MouseDownEventHandler);
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).EndInit();
     this.Icon = global::ColorWanted.Properties.Resources.ico;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void componentsLayout()
 {
     this.componentsSet = new System.ComponentModel.Container();
     i18n.I18nManager resources = new i18n.I18nManager(typeof(AboutForm));
     this.label2     = new System.Windows.Forms.Label();
     this.label1     = new System.Windows.Forms.Label();
     this.lkLicense  = new System.Windows.Forms.LinkLabel();
     this.picLOGO    = new System.Windows.Forms.PictureBox();
     this.btnExit    = new System.Windows.Forms.Button();
     this.lkSite     = new System.Windows.Forms.LinkLabel();
     this.label4     = new System.Windows.Forms.Label();
     this.lkGithub   = new System.Windows.Forms.LinkLabel();
     this.toolTip    = new System.Windows.Forms.ToolTip(this.componentsSet);
     this.lkQQGroup  = new System.Windows.Forms.LinkLabel();
     this.lkVersion  = new System.Windows.Forms.LinkLabel();
     this.lkMail     = new System.Windows.Forms.LinkLabel();
     this.label3     = new System.Windows.Forms.Label();
     this.label5     = new System.Windows.Forms.Label();
     this.lkHotkey   = new System.Windows.Forms.LinkLabel();
     this.lkFeedback = new System.Windows.Forms.LinkLabel();
     this.label7     = new System.Windows.Forms.Label();
     this.label8     = new System.Windows.Forms.Label();
     this.label9     = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.label6     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(23, 25);
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(188, 22);
     this.label2.TabIndex = 1;
     this.toolTip.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
     this.label2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MouseDownEventHandler);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(64, 78);
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 12);
     this.label1.TabIndex = 4;
     this.toolTip.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lkLicense
     //
     this.lkLicense.AutoSize = true;
     this.lkLicense.Font     = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.lkLicense, "lkLicense");
     this.lkLicense.LinkColor = System.Drawing.Color.Lime;
     this.lkLicense.Location  = new System.Drawing.Point(129, 149);
     this.lkLicense.Name      = "lkLicense";
     this.lkLicense.Size      = new System.Drawing.Size(55, 15);
     this.lkLicense.TabIndex  = 9;
     this.lkLicense.TabStop   = true;
     this.lkLicense.Text      = "GPL V3";
     this.toolTip.SetToolTip(this.lkLicense, resources.GetString("lkLicense.ToolTip"));
     this.lkLicense.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.lkLicense.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkLicense.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // picLOGO
     //
     resources.ApplyResources(this.picLOGO, "picLOGO");
     this.picLOGO.BackColor = System.Drawing.Color.White;
     this.picLOGO.Image     = Properties.Resources.logo;
     this.picLOGO.Location  = new System.Drawing.Point(300, 25);
     this.picLOGO.Name      = "picLOGO";
     this.picLOGO.Size      = new System.Drawing.Size(64, 64);
     this.picLOGO.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLOGO.TabIndex  = 12;
     this.picLOGO.TabStop   = false;
     this.toolTip.SetToolTip(this.picLOGO, resources.GetString("picLOGO.ToolTip"));
     //
     // btnExit
     //
     this.btnExit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.Text         = "×";
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.FlatAppearance.BorderSize = 0;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btnExit.Location  = new System.Drawing.Point(436, 3);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(24, 23);
     this.btnExit.TabIndex  = 14;
     this.toolTip.SetToolTip(this.btnExit, resources.GetString("btnExit.ToolTip"));
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // lkSite
     //
     this.lkSite.AutoSize = true;
     this.lkSite.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.lkSite, "lkSite");
     this.lkSite.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.lkSite.Location  = new System.Drawing.Point(130, 114);
     this.lkSite.Name      = "lkSite";
     this.lkSite.Size      = new System.Drawing.Size(227, 12);
     this.lkSite.TabIndex  = 7;
     this.lkSite.TabStop   = true;
     this.lkSite.Text      = "http://hyjiacan.github.io/ColorWanted";
     this.toolTip.SetToolTip(this.lkSite, resources.GetString("lkSite.ToolTip"));
     this.lkSite.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.lkSite.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkSite.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkSite_LinkClicked);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(58, 112);
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(67, 15);
     this.label4.TabIndex = 4;
     this.toolTip.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lkGithub
     //
     this.lkGithub.AutoSize = true;
     resources.ApplyResources(this.lkGithub, "lkGithub");
     this.lkGithub.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.lkGithub.Location  = new System.Drawing.Point(130, 177);
     this.lkGithub.Name      = "lkGithub";
     this.lkGithub.Size      = new System.Drawing.Size(239, 12);
     this.lkGithub.TabIndex  = 5;
     this.lkGithub.TabStop   = true;
     this.lkGithub.Text      = "https://github.com/hyjiacan/ColorWanted";
     this.lkGithub.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.lkGithub, resources.GetString("lkGithub.ToolTip"));
     this.lkGithub.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkGithub.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkGithub_LinkClicked);
     //
     // lkQQGroup
     //
     this.lkQQGroup.AutoSize = true;
     this.lkQQGroup.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.lkQQGroup, "lkQQGroup");
     this.lkQQGroup.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.lkQQGroup.Location  = new System.Drawing.Point(175, 271);
     this.lkQQGroup.Name      = "lkQQGroup";
     this.lkQQGroup.Size      = new System.Drawing.Size(59, 12);
     this.lkQQGroup.TabIndex  = 7;
     this.lkQQGroup.TabStop   = true;
     this.lkQQGroup.Text      = "187786345";
     this.lkQQGroup.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.lkQQGroup, resources.GetString("lkQQGroup.ToolTip"));
     this.lkQQGroup.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkQQGroup.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkQQGroup_LinkClicked);
     //
     // lkVersion
     //
     this.lkVersion.AutoSize = true;
     this.lkVersion.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.lkVersion, "lkVersion");
     this.lkVersion.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.lkVersion.Location  = new System.Drawing.Point(214, 45);
     this.lkVersion.Name      = "lkVersion";
     this.lkVersion.Size      = new System.Drawing.Size(41, 12);
     this.lkVersion.TabIndex  = 7;
     this.lkVersion.TabStop   = true;
     this.lkVersion.Text      = "v1.0.0";
     this.lkVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.lkVersion, resources.GetString("lkVersion.ToolTip"));
     this.lkVersion.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkVersion.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkVersion_LinkClicked_1);
     //
     // lkMail
     //
     this.lkMail.AutoSize = true;
     this.lkMail.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.lkMail, "lkMail");
     this.lkMail.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.lkMail.Location  = new System.Drawing.Point(175, 246);
     this.lkMail.Name      = "lkMail";
     this.lkMail.Size      = new System.Drawing.Size(101, 12);
     this.lkMail.TabIndex  = 7;
     this.lkMail.TabStop   = true;
     this.lkMail.Text      = "*****@*****.**";
     this.lkMail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.lkMail, resources.GetString("lkMail.ToolTip"));
     this.lkMail.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkMail.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkMail_LinkClicked);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(58, 151);
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(37, 15);
     this.label3.TabIndex = 4;
     this.toolTip.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(58, 214);
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(67, 15);
     this.label5.TabIndex = 4;
     this.toolTip.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lkHotkey
     //
     this.lkHotkey.AutoSize = true;
     this.lkHotkey.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.lkHotkey, "lkHotkey");
     this.lkHotkey.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.lkHotkey.Location  = new System.Drawing.Point(214, 78);
     this.lkHotkey.Name      = "lkHotkey";
     this.lkHotkey.Size      = new System.Drawing.Size(65, 12);
     this.lkHotkey.TabIndex  = 7;
     this.lkHotkey.TabStop   = true;
     this.toolTip.SetToolTip(this.lkHotkey, resources.GetString("lkHotkey.ToolTip"));
     this.lkHotkey.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.lkHotkey.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkHotkey.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkHotkey_LinkClicked);
     //
     // lkFeedback
     //
     this.lkFeedback.AutoSize = true;
     this.lkFeedback.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.lkFeedback, "lkFeedback");
     this.lkFeedback.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.lkFeedback.Location  = new System.Drawing.Point(129, 217);
     this.lkFeedback.Name      = "lkFeedback";
     this.lkFeedback.Size      = new System.Drawing.Size(89, 12);
     this.lkFeedback.TabIndex  = 7;
     this.lkFeedback.TabStop   = true;
     this.toolTip.SetToolTip(this.lkFeedback, resources.GetString("lkFeedback.ToolTip"));
     this.lkFeedback.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.lkFeedback.VisitedLinkColor = System.Drawing.Color.Lime;
     this.lkFeedback.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkFeedback_LinkClicked);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(129, 271);
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(29, 12);
     this.label7.TabIndex = 13;
     this.toolTip.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(94, 375);
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(281, 12);
     this.label8.TabIndex = 13;
     this.toolTip.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(127, 313);
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(257, 36);
     this.label9.TabIndex = 13;
     this.toolTip.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(58, 295);
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(67, 15);
     this.label10.TabIndex = 4;
     this.toolTip.SetToolTip(this.label10, resources.GetString("label10.ToolTip"));
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(129, 246);
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(41, 12);
     this.label6.TabIndex = 13;
     this.label6.Text     = "E-Mail";
     this.toolTip.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
     //
     // AboutForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.Black;
     this.CancelButton  = this.btnExit;
     this.ClientSize    = new System.Drawing.Size(463, 425);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.lkLicense);
     this.Controls.Add(this.lkVersion);
     this.Controls.Add(this.lkHotkey);
     this.Controls.Add(this.lkFeedback);
     this.Controls.Add(this.lkQQGroup);
     this.Controls.Add(this.lkMail);
     this.Controls.Add(this.lkSite);
     this.Controls.Add(this.lkGithub);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AboutForm";
     this.Opacity         = 0.8D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MouseDownEventHandler);
     ((System.ComponentModel.ISupportInitialize)(this.picLOGO)).EndInit();
     this.Icon = Properties.Resources.ico;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void componentsLayout()
 {
     i18n.I18nManager resources = new i18n.I18nManager(typeof(ThemeForm));
     this.btnExit        = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.lbFg           = new System.Windows.Forms.Label();
     this.lbBg           = new System.Windows.Forms.Label();
     this.trOpacity      = new System.Windows.Forms.TrackBar();
     this.label2         = new System.Windows.Forms.Label();
     this.linkFg         = new System.Windows.Forms.LinkLabel();
     this.linkBg         = new System.Windows.Forms.LinkLabel();
     this.btnThemeDark   = new System.Windows.Forms.Button();
     this.btnThemeLight  = new System.Windows.Forms.Button();
     this.btnThemeCustom = new System.Windows.Forms.Button();
     this.label3         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.pnChoose       = new System.Windows.Forms.Panel();
     this.btnThemeGreen  = new System.Windows.Forms.Button();
     this.btnThemeBlue   = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.trOpacity)).BeginInit();
     this.pnChoose.SuspendLayout();
     this.SuspendLayout();
     //
     // btnExit
     //
     this.btnExit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.Text         = "×";
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.FlatAppearance.BorderSize = 0;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btnExit.Location  = new System.Drawing.Point(436, 3);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(24, 23);
     this.btnExit.TabIndex  = 14;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(12, 7);
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(85, 19);
     this.label1.TabIndex = 15;
     //
     // lbFg
     //
     this.lbFg.Location = new System.Drawing.Point(73, 3);
     resources.ApplyResources(this.lbFg, "lbFg");
     this.lbFg.Name      = "lbFg";
     this.lbFg.Size      = new System.Drawing.Size(64, 36);
     this.lbFg.TabIndex  = 19;
     this.lbFg.Text      = "#FFFFFF";
     this.lbFg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbBg
     //
     this.lbBg.Location = new System.Drawing.Point(273, 3);
     resources.ApplyResources(this.lbBg, "lbBg");
     this.lbBg.Name      = "lbBg";
     this.lbBg.Size      = new System.Drawing.Size(64, 36);
     this.lbBg.TabIndex  = 20;
     this.lbBg.Text      = "#000000";
     this.lbBg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // trOpacity
     //
     this.trOpacity.AutoSize = false;
     this.trOpacity.Location = new System.Drawing.Point(55, 78);
     resources.ApplyResources(this.trOpacity, "trOpacity");
     this.trOpacity.Maximum   = 100;
     this.trOpacity.Minimum   = 36;
     this.trOpacity.Name      = "trOpacity";
     this.trOpacity.Size      = new System.Drawing.Size(348, 28);
     this.trOpacity.TabIndex  = 0;
     this.trOpacity.TickStyle = System.Windows.Forms.TickStyle.None;
     this.trOpacity.Value     = 80;
     this.trOpacity.Scroll   += new System.EventHandler(this.trOpacity_Scroll);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(53, 50);
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(77, 14);
     this.label2.TabIndex = 22;
     //
     // linkFg
     //
     this.linkFg.AutoSize = false;
     resources.ApplyResources(this.linkFg, "linkFg");
     this.linkFg.Location     = new System.Drawing.Point(13, 3);
     this.linkFg.LinkColor    = System.Drawing.Color.Lime;
     this.linkFg.Name         = "linkFg";
     this.linkFg.Size         = new System.Drawing.Size(41, 36);
     this.linkFg.TabIndex     = 23;
     this.linkFg.TabStop      = true;
     this.linkFg.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkFg.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkFg_LinkClicked);
     //
     // linkBg
     //
     this.linkBg.AutoSize = false;
     resources.ApplyResources(this.linkBg, "linkBg");
     this.linkBg.Location     = new System.Drawing.Point(213, 3);
     this.linkBg.LinkColor    = System.Drawing.Color.Lime;
     this.linkBg.Name         = "linkBg";
     this.linkBg.Size         = new System.Drawing.Size(41, 36);
     this.linkBg.TabIndex     = 23;
     this.linkBg.TabStop      = true;
     this.linkBg.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkBg.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBg_LinkClicked);
     //
     // btnThemeDark
     //
     this.btnThemeDark.BackColor = System.Drawing.Color.Black;
     this.btnThemeDark.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnThemeDark.Font      = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.btnThemeDark, "btnThemeDark");
     this.btnThemeDark.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.btnThemeDark.Location  = new System.Drawing.Point(66, 160);
     this.btnThemeDark.Name      = "btnThemeDark";
     this.btnThemeDark.Size      = new System.Drawing.Size(156, 63);
     this.btnThemeDark.TabIndex  = 24;
     this.btnThemeDark.Tag       = "Dark";
     this.btnThemeDark.UseVisualStyleBackColor = false;
     this.btnThemeDark.Click += new System.EventHandler(this.btnThemeClick);
     //
     // btnThemeLight
     //
     this.btnThemeLight.BackColor = System.Drawing.Color.White;
     this.btnThemeLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     resources.ApplyResources(this.btnThemeLight, "btnThemeLight");
     this.btnThemeLight.Font      = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnThemeLight.ForeColor = System.Drawing.Color.Black;
     this.btnThemeLight.Location  = new System.Drawing.Point(238, 160);
     this.btnThemeLight.Name      = "btnThemeLight";
     this.btnThemeLight.Size      = new System.Drawing.Size(156, 63);
     this.btnThemeLight.TabIndex  = 24;
     this.btnThemeLight.Tag       = "Light";
     this.btnThemeLight.UseVisualStyleBackColor = false;
     this.btnThemeLight.Click += new System.EventHandler(this.btnThemeClick);
     //
     // btnThemeCustom
     //
     this.btnThemeCustom.BackColor = System.Drawing.Color.Black;
     this.btnThemeCustom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnThemeCustom.Font      = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.btnThemeCustom, "btnThemeCustom");
     this.btnThemeCustom.ForeColor = System.Drawing.Color.White;
     this.btnThemeCustom.Location  = new System.Drawing.Point(66, 329);
     this.btnThemeCustom.Name      = "btnThemeCustom";
     this.btnThemeCustom.Size      = new System.Drawing.Size(328, 63);
     this.btnThemeCustom.TabIndex  = 24;
     this.btnThemeCustom.Tag       = "Custom";
     this.btnThemeCustom.UseVisualStyleBackColor = false;
     this.btnThemeCustom.Click += new System.EventHandler(this.btnThemeClick);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(64, 109);
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 25;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(353, 109);
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(41, 12);
     this.label4.TabIndex = 25;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(136, 52);
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(149, 12);
     this.label5.TabIndex = 26;
     //
     // pnChoose
     //
     this.pnChoose.Controls.Add(this.linkFg);
     this.pnChoose.Controls.Add(this.lbFg);
     this.pnChoose.Controls.Add(this.linkBg);
     this.pnChoose.Controls.Add(this.lbBg);
     this.pnChoose.Location = new System.Drawing.Point(55, 402);
     resources.ApplyResources(this.pnChoose, "pnChoose");
     this.pnChoose.Name     = "pnChoose";
     this.pnChoose.Size     = new System.Drawing.Size(345, 42);
     this.pnChoose.TabIndex = 27;
     //
     // btnThemeGreen
     //
     this.btnThemeGreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(187)))), ((int)(((byte)(106)))));
     this.btnThemeGreen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnThemeGreen.Font      = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.btnThemeGreen, "btnThemeGreen");
     this.btnThemeGreen.ForeColor = System.Drawing.Color.White;
     this.btnThemeGreen.Location  = new System.Drawing.Point(66, 243);
     this.btnThemeGreen.Name      = "btnThemeGreen";
     this.btnThemeGreen.Size      = new System.Drawing.Size(156, 63);
     this.btnThemeGreen.TabIndex  = 24;
     this.btnThemeGreen.Tag       = "Green";
     this.btnThemeGreen.UseVisualStyleBackColor = false;
     this.btnThemeGreen.Click += new System.EventHandler(this.btnThemeClick);
     //
     // btnThemeBlue
     //
     this.btnThemeBlue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(141)))), ((int)(((byte)(238)))));
     this.btnThemeBlue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnThemeBlue.Font      = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     resources.ApplyResources(this.btnThemeBlue, "btnThemeBlue");
     this.btnThemeBlue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(241)))), ((int)(((byte)(217)))));
     this.btnThemeBlue.Location  = new System.Drawing.Point(238, 243);
     this.btnThemeBlue.Name      = "btnThemeBlue";
     this.btnThemeBlue.Size      = new System.Drawing.Size(156, 63);
     this.btnThemeBlue.TabIndex  = 28;
     this.btnThemeBlue.Tag       = "Blue";
     this.btnThemeBlue.UseVisualStyleBackColor = false;
     this.btnThemeBlue.Click += new System.EventHandler(this.btnThemeClick);
     //
     // ThemeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.Black;
     this.CancelButton  = this.btnExit;
     this.ClientSize    = new System.Drawing.Size(463, 454);
     this.Controls.Add(this.btnThemeBlue);
     this.Controls.Add(this.pnChoose);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnThemeCustom);
     this.Controls.Add(this.btnThemeGreen);
     this.Controls.Add(this.btnThemeLight);
     this.Controls.Add(this.btnThemeDark);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.trOpacity);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnExit);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ThemeForm";
     this.Opacity         = 0.8D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.ThemeForm_Load);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.MouseDownEventHandler);
     ((System.ComponentModel.ISupportInitialize)(this.trOpacity)).EndInit();
     this.Icon = Properties.Resources.ico;
     this.pnChoose.ResumeLayout(false);
     this.pnChoose.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 componentsLayout()
 {
     i18n.I18nManager resources = new i18n.I18nManager(typeof(BugReportForm));
     this.label1    = new System.Windows.Forms.Label();
     this.btnCopy   = new System.Windows.Forms.Button();
     this.tbMsg     = new System.Windows.Forms.TextBox();
     this.label3    = new System.Windows.Forms.Label();
     this.lkIssue   = new System.Windows.Forms.LinkLabel();
     this.btnOK     = new System.Windows.Forms.Button();
     this.cbRestart = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(33, 27);
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(217, 22);
     this.label1.TabIndex = 0;
     //
     // btnCopy
     //
     resources.ApplyResources(this.btnCopy, "btnCopy");
     this.btnCopy.FlatAppearance.BorderColor        = System.Drawing.Color.Green;
     this.btnCopy.FlatAppearance.BorderSize         = 2;
     this.btnCopy.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black;
     this.btnCopy.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCopy.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnCopy.Location  = new System.Drawing.Point(383, 245);
     this.btnCopy.Name      = "btnCopy";
     this.btnCopy.Size      = new System.Drawing.Size(128, 36);
     this.btnCopy.TabIndex  = 2;
     this.btnCopy.UseVisualStyleBackColor = true;
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // tbMsg
     //
     resources.ApplyResources(this.tbMsg, "tbMsg");
     this.tbMsg.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.tbMsg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbMsg.Font        = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbMsg.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(236)))), ((int)(((byte)(236)))));
     this.tbMsg.Location    = new System.Drawing.Point(33, 64);
     this.tbMsg.Multiline   = true;
     this.tbMsg.Name        = "tbMsg";
     this.tbMsg.ReadOnly    = true;
     this.tbMsg.Size        = new System.Drawing.Size(478, 154);
     this.tbMsg.TabIndex    = 0;
     this.tbMsg.WordWrap    = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(35, 259);
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(269, 12);
     this.label3.TabIndex = 10;
     //
     // lkIssue
     //
     this.lkIssue.AutoSize = true;
     resources.ApplyResources(this.lkIssue, "lkIssue");
     this.lkIssue.LinkColor    = System.Drawing.Color.Lime;
     this.lkIssue.Location     = new System.Drawing.Point(35, 281);
     this.lkIssue.Name         = "lkIssue";
     this.lkIssue.Size         = new System.Drawing.Size(305, 12);
     this.lkIssue.TabIndex     = 4;
     this.lkIssue.TabStop      = true;
     this.lkIssue.Text         = "https://github.com/hyjiacan/ColorWanted/issues/new";
     this.lkIssue.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkIssue_LinkClicked);
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.FlatAppearance.BorderColor        = System.Drawing.Color.Green;
     this.btnOK.FlatAppearance.BorderSize         = 2;
     this.btnOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black;
     this.btnOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnOK.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnOK.Location  = new System.Drawing.Point(383, 302);
     this.btnOK.Name      = "btnOK";
     this.btnOK.Size      = new System.Drawing.Size(128, 36);
     this.btnOK.TabIndex  = 3;
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // cbRestart
     //
     this.cbRestart.AutoSize = true;
     resources.ApplyResources(this.cbRestart, "cbRestart");
     this.cbRestart.Checked    = true;
     this.cbRestart.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbRestart.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.cbRestart.Location   = new System.Drawing.Point(37, 322);
     this.cbRestart.Name       = "cbRestart";
     this.cbRestart.Size       = new System.Drawing.Size(69, 16);
     this.cbRestart.TabIndex   = 13;
     this.cbRestart.UseVisualStyleBackColor = true;
     //
     // BugReportForm
     //
     this.AcceptButton        = this.btnCopy;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.Black;
     this.ClientSize    = new System.Drawing.Size(542, 370);
     this.Controls.Add(this.cbRestart);
     this.Controls.Add(this.lkIssue);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbMsg);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCopy);
     this.Controls.Add(this.label1);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = global::ColorWanted.Properties.Resources.ico;
     this.Name            = "BugReportForm";
     this.Opacity         = 0.9D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
     this.PerformLayout();
 }