123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655 |
- using System;
- using System.Collections.Generic;
- using System.Diagnostics;
- using System.IO;
- using System.IO.Compression;
- using System.Net;
- using System.Windows.Forms;
- using System.Drawing;
- namespace Launcher
- {
- partial class AMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AMain));
- this.ActionLabel = new System.Windows.Forms.Label();
- this.SpeedLabel = new System.Windows.Forms.Label();
- this.InterfaceTimer = new System.Windows.Forms.Timer(this.components);
- this.Movement_panel = new System.Windows.Forms.Panel();
- this.Name_label = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.Config_pb = new System.Windows.Forms.PictureBox();
- this.Close_pb = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.Button_CheckUpdate = new System.Windows.Forms.Button();
- this.ResolutionComboBox = new System.Windows.Forms.ComboBox();
- this.label10 = new System.Windows.Forms.Label();
- this.serverlistbox = new System.Windows.Forms.ComboBox();
- this.Windowed_CheckBox = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- this.FullScreen_CheckBox = new System.Windows.Forms.CheckBox();
- this.FPSLimit_CheckBox = new System.Windows.Forms.CheckBox();
- this.Version_label = new System.Windows.Forms.Label();
- this.CurrentFile_label = new System.Windows.Forms.Label();
- this.CurrentPercent_label = new System.Windows.Forms.Label();
- this.TotalPercent_label = new System.Windows.Forms.Label();
- this.Credit_label = new System.Windows.Forms.Label();
- this.ProgTotalEnd_pb = new System.Windows.Forms.PictureBox();
- this.ProgEnd_pb = new System.Windows.Forms.PictureBox();
- this.ProgressCurrent_pb = new System.Windows.Forms.PictureBox();
- this.TotalProg_pb = new System.Windows.Forms.PictureBox();
- this.Launch_pb = new System.Windows.Forms.PictureBox();
- this.linkLabel1 = new System.Windows.Forms.LinkLabel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.linkLabel5 = new System.Windows.Forms.LinkLabel();
- this.linkLabel4 = new System.Windows.Forms.LinkLabel();
- this.label2 = new System.Windows.Forms.Label();
- this.linkLabel3 = new System.Windows.Forms.LinkLabel();
- this.linkLabel2 = new System.Windows.Forms.LinkLabel();
- this.linkLabel6 = new System.Windows.Forms.LinkLabel();
- this.Movement_panel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Config_pb)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Close_pb)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ProgTotalEnd_pb)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ProgEnd_pb)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ProgressCurrent_pb)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TotalProg_pb)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Launch_pb)).BeginInit();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // ActionLabel
- //
- this.ActionLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ActionLabel.BackColor = System.Drawing.Color.Transparent;
- this.ActionLabel.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ActionLabel.ForeColor = System.Drawing.Color.Gray;
- this.ActionLabel.Location = new System.Drawing.Point(439, 466);
- this.ActionLabel.Name = "ActionLabel";
- this.ActionLabel.Size = new System.Drawing.Size(173, 17);
- this.ActionLabel.TabIndex = 4;
- this.ActionLabel.Text = "1423MB/2000MB";
- this.ActionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.ActionLabel.Visible = false;
- this.ActionLabel.Click += new System.EventHandler(this.ActionLabel_Click);
- //
- // SpeedLabel
- //
- this.SpeedLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.SpeedLabel.BackColor = System.Drawing.Color.Transparent;
- this.SpeedLabel.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SpeedLabel.ForeColor = System.Drawing.Color.Gray;
- this.SpeedLabel.Location = new System.Drawing.Point(347, 504);
- this.SpeedLabel.Name = "SpeedLabel";
- this.SpeedLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.SpeedLabel.Size = new System.Drawing.Size(265, 15);
- this.SpeedLabel.TabIndex = 13;
- this.SpeedLabel.Text = "Speed";
- this.SpeedLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
- this.SpeedLabel.Visible = false;
- //
- // InterfaceTimer
- //
- this.InterfaceTimer.Enabled = true;
- this.InterfaceTimer.Interval = 50;
- this.InterfaceTimer.Tick += new System.EventHandler(this.InterfaceTimer_Tick);
- //
- // Movement_panel
- //
- this.Movement_panel.BackColor = System.Drawing.Color.Transparent;
- this.Movement_panel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.Movement_panel.Controls.Add(this.Name_label);
- this.Movement_panel.Controls.Add(this.pictureBox1);
- this.Movement_panel.Controls.Add(this.Config_pb);
- this.Movement_panel.Controls.Add(this.Close_pb);
- this.Movement_panel.Location = new System.Drawing.Point(5, 6);
- this.Movement_panel.Name = "Movement_panel";
- this.Movement_panel.Size = new System.Drawing.Size(790, 34);
- this.Movement_panel.TabIndex = 21;
- this.Movement_panel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Movement_panel_MouseDown);
- this.Movement_panel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Movement_panel_MouseMove);
- this.Movement_panel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Movement_panel_MouseUp);
- //
- // Name_label
- //
- this.Name_label.BackColor = System.Drawing.Color.Transparent;
- this.Name_label.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Name_label.ForeColor = System.Drawing.Color.White;
- this.Name_label.Image = global::Client.Properties.Resources.server_base;
- this.Name_label.Location = new System.Drawing.Point(30, 6);
- this.Name_label.Name = "Name_label";
- this.Name_label.Size = new System.Drawing.Size(186, 20);
- this.Name_label.TabIndex = 0;
- this.Name_label.Text = "检查更新";
- this.Name_label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.Name_label.Click += new System.EventHandler(this.Name_label_Click);
- this.Name_label.DoubleClick += new System.EventHandler(this.Name_label_DoubleClick);
- this.Name_label.MouseEnter += new System.EventHandler(this.Name_label_MouseEnter);
- this.Name_label.MouseLeave += new System.EventHandler(this.Name_label_MouseLeave);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Client.Properties.Resources.server_base;
- this.pictureBox1.Location = new System.Drawing.Point(307, -37);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(186, 18);
- this.pictureBox1.TabIndex = 33;
- this.pictureBox1.TabStop = false;
- //
- // Config_pb
- //
- this.Config_pb.BackColor = System.Drawing.Color.Transparent;
- this.Config_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.Config_pb.Image = global::Client.Properties.Resources.Config_Base;
- this.Config_pb.Location = new System.Drawing.Point(739, 6);
- this.Config_pb.Name = "Config_pb";
- this.Config_pb.Size = new System.Drawing.Size(19, 18);
- this.Config_pb.TabIndex = 32;
- this.Config_pb.TabStop = false;
- this.Config_pb.Click += new System.EventHandler(this.Config_pb_Click);
- //
- // Close_pb
- //
- this.Close_pb.BackColor = System.Drawing.Color.Transparent;
- this.Close_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.Close_pb.Image = global::Client.Properties.Resources.Cross_Base;
- this.Close_pb.Location = new System.Drawing.Point(763, 6);
- this.Close_pb.Name = "Close_pb";
- this.Close_pb.Size = new System.Drawing.Size(19, 18);
- this.Close_pb.TabIndex = 20;
- this.Close_pb.TabStop = false;
- this.Close_pb.Click += new System.EventHandler(this.Close_pb_Click);
- this.Close_pb.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Close_pb_MouseDown);
- this.Close_pb.MouseEnter += new System.EventHandler(this.Close_pb_MouseEnter);
- this.Close_pb.MouseLeave += new System.EventHandler(this.Close_pb_MouseLeave);
- this.Close_pb.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Close_pb_MouseUp);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.panel1.Controls.Add(this.Button_CheckUpdate);
- this.panel1.Controls.Add(this.ResolutionComboBox);
- this.panel1.Controls.Add(this.label10);
- this.panel1.Controls.Add(this.serverlistbox);
- this.panel1.Controls.Add(this.Windowed_CheckBox);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.FullScreen_CheckBox);
- this.panel1.Controls.Add(this.FPSLimit_CheckBox);
- this.panel1.Location = new System.Drawing.Point(603, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(187, 427);
- this.panel1.TabIndex = 46;
- //
- // Button_CheckUpdate
- //
- this.Button_CheckUpdate.Enabled = false;
- this.Button_CheckUpdate.Location = new System.Drawing.Point(18, 304);
- this.Button_CheckUpdate.Name = "Button_CheckUpdate";
- this.Button_CheckUpdate.Size = new System.Drawing.Size(166, 23);
- this.Button_CheckUpdate.TabIndex = 45;
- this.Button_CheckUpdate.Text = "检查文件完整性";
- this.Button_CheckUpdate.UseVisualStyleBackColor = true;
- this.Button_CheckUpdate.Visible = false;
- this.Button_CheckUpdate.Click += new System.EventHandler(this.Button_CheckUpdate_Click);
- //
- // ResolutionComboBox
- //
- this.ResolutionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.ResolutionComboBox.FormattingEnabled = true;
- this.ResolutionComboBox.Location = new System.Drawing.Point(18, 32);
- this.ResolutionComboBox.Name = "ResolutionComboBox";
- this.ResolutionComboBox.Size = new System.Drawing.Size(168, 20);
- this.ResolutionComboBox.TabIndex = 41;
- this.ResolutionComboBox.TextChanged += new System.EventHandler(this.ResolutionComboBox_TextChanged);
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label10.ForeColor = System.Drawing.Color.MediumSpringGreen;
- this.label10.Location = new System.Drawing.Point(15, 15);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(67, 14);
- this.label10.TabIndex = 35;
- this.label10.Text = "分辨率设置";
- this.label10.Click += new System.EventHandler(this.label10_Click);
- this.label10.DoubleClick += new System.EventHandler(this.label10_DoubleClick);
- //
- // serverlistbox
- //
- this.serverlistbox.DisplayMember = "1";
- this.serverlistbox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.serverlistbox.FormattingEnabled = true;
- this.serverlistbox.Location = new System.Drawing.Point(17, 379);
- this.serverlistbox.Name = "serverlistbox";
- this.serverlistbox.Size = new System.Drawing.Size(168, 20);
- this.serverlistbox.TabIndex = 33;
- this.serverlistbox.ValueMember = "1";
- this.serverlistbox.SelectedIndexChanged += new System.EventHandler(this.serverlistbox_SelectedIndexChanged);
- //
- // Windowed_CheckBox
- //
- this.Windowed_CheckBox.AutoSize = true;
- this.Windowed_CheckBox.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.Windowed_CheckBox.ForeColor = System.Drawing.SystemColors.ButtonFace;
- this.Windowed_CheckBox.Location = new System.Drawing.Point(17, 102);
- this.Windowed_CheckBox.Name = "Windowed_CheckBox";
- this.Windowed_CheckBox.Size = new System.Drawing.Size(72, 16);
- this.Windowed_CheckBox.TabIndex = 44;
- this.Windowed_CheckBox.Text = "窗口置顶";
- this.Windowed_CheckBox.UseVisualStyleBackColor = false;
- this.Windowed_CheckBox.CheckedChanged += new System.EventHandler(this.Windowed_CheckBox_CheckedChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.SystemColors.ControlText;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(16, 355);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(70, 12);
- this.label1.TabIndex = 34;
- this.label1.Text = "选择区服:";
- //
- // FullScreen_CheckBox
- //
- this.FullScreen_CheckBox.AutoSize = true;
- this.FullScreen_CheckBox.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.FullScreen_CheckBox.ForeColor = System.Drawing.SystemColors.ButtonFace;
- this.FullScreen_CheckBox.Location = new System.Drawing.Point(18, 58);
- this.FullScreen_CheckBox.Name = "FullScreen_CheckBox";
- this.FullScreen_CheckBox.Size = new System.Drawing.Size(48, 16);
- this.FullScreen_CheckBox.TabIndex = 42;
- this.FullScreen_CheckBox.Text = "全屏";
- this.FullScreen_CheckBox.UseVisualStyleBackColor = false;
- this.FullScreen_CheckBox.CheckedChanged += new System.EventHandler(this.FullScreen_CheckBox_CheckedChanged);
- //
- // FPSLimit_CheckBox
- //
- this.FPSLimit_CheckBox.AutoSize = true;
- this.FPSLimit_CheckBox.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.FPSLimit_CheckBox.ForeColor = System.Drawing.SystemColors.ButtonFace;
- this.FPSLimit_CheckBox.Location = new System.Drawing.Point(18, 80);
- this.FPSLimit_CheckBox.Name = "FPSLimit_CheckBox";
- this.FPSLimit_CheckBox.Size = new System.Drawing.Size(66, 16);
- this.FPSLimit_CheckBox.TabIndex = 43;
- this.FPSLimit_CheckBox.Text = "FPS上限";
- this.FPSLimit_CheckBox.UseVisualStyleBackColor = false;
- this.FPSLimit_CheckBox.CheckedChanged += new System.EventHandler(this.FPSLimit_CheckBox_CheckedChanged);
- //
- // Version_label
- //
- this.Version_label.BackColor = System.Drawing.Color.Transparent;
- this.Version_label.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Version_label.ForeColor = System.Drawing.Color.Gray;
- this.Version_label.Location = new System.Drawing.Point(672, 528);
- this.Version_label.Name = "Version_label";
- this.Version_label.Size = new System.Drawing.Size(120, 12);
- this.Version_label.TabIndex = 31;
- this.Version_label.Text = "Version--1.3.0.3";
- this.Version_label.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // CurrentFile_label
- //
- this.CurrentFile_label.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.CurrentFile_label.BackColor = System.Drawing.Color.Transparent;
- this.CurrentFile_label.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.CurrentFile_label.ForeColor = System.Drawing.Color.Gray;
- this.CurrentFile_label.Location = new System.Drawing.Point(60, 468);
- this.CurrentFile_label.Name = "CurrentFile_label";
- this.CurrentFile_label.Size = new System.Drawing.Size(362, 16);
- this.CurrentFile_label.TabIndex = 27;
- this.CurrentFile_label.Text = "自动更新.";
- this.CurrentFile_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.CurrentFile_label.Visible = false;
- //
- // CurrentPercent_label
- //
- this.CurrentPercent_label.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.CurrentPercent_label.BackColor = System.Drawing.Color.Transparent;
- this.CurrentPercent_label.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.CurrentPercent_label.ForeColor = System.Drawing.Color.Gray;
- this.CurrentPercent_label.Location = new System.Drawing.Point(616, 482);
- this.CurrentPercent_label.Name = "CurrentPercent_label";
- this.CurrentPercent_label.Size = new System.Drawing.Size(35, 18);
- this.CurrentPercent_label.TabIndex = 28;
- this.CurrentPercent_label.Text = "100%";
- this.CurrentPercent_label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.CurrentPercent_label.Visible = false;
- //
- // TotalPercent_label
- //
- this.TotalPercent_label.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.TotalPercent_label.BackColor = System.Drawing.Color.Transparent;
- this.TotalPercent_label.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TotalPercent_label.ForeColor = System.Drawing.Color.Gray;
- this.TotalPercent_label.Location = new System.Drawing.Point(614, 501);
- this.TotalPercent_label.Name = "TotalPercent_label";
- this.TotalPercent_label.Size = new System.Drawing.Size(35, 18);
- this.TotalPercent_label.TabIndex = 29;
- this.TotalPercent_label.Text = "100%";
- this.TotalPercent_label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.TotalPercent_label.Visible = false;
- //
- // Credit_label
- //
- this.Credit_label.AutoSize = true;
- this.Credit_label.BackColor = System.Drawing.Color.Transparent;
- this.Credit_label.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Credit_label.ForeColor = System.Drawing.Color.Gray;
- this.Credit_label.Location = new System.Drawing.Point(12, 527);
- this.Credit_label.Name = "Credit_label";
- this.Credit_label.Size = new System.Drawing.Size(156, 13);
- this.Credit_label.TabIndex = 30;
- this.Credit_label.Text = "www.mir3cn.com QQ:暂不开放";
- this.Credit_label.Click += new System.EventHandler(this.Credit_label_Click);
- //
- // ProgTotalEnd_pb
- //
- this.ProgTotalEnd_pb.BackColor = System.Drawing.Color.Transparent;
- this.ProgTotalEnd_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.ProgTotalEnd_pb.Image = global::Client.Properties.Resources.NEW_Progress_End__Blue_;
- this.ProgTotalEnd_pb.Location = new System.Drawing.Point(608, 505);
- this.ProgTotalEnd_pb.Name = "ProgTotalEnd_pb";
- this.ProgTotalEnd_pb.Size = new System.Drawing.Size(4, 14);
- this.ProgTotalEnd_pb.TabIndex = 26;
- this.ProgTotalEnd_pb.TabStop = false;
- //
- // ProgEnd_pb
- //
- this.ProgEnd_pb.BackColor = System.Drawing.Color.Transparent;
- this.ProgEnd_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.ProgEnd_pb.Image = global::Client.Properties.Resources.NEW_Progress_End__Green_;
- this.ProgEnd_pb.Location = new System.Drawing.Point(608, 486);
- this.ProgEnd_pb.Name = "ProgEnd_pb";
- this.ProgEnd_pb.Size = new System.Drawing.Size(4, 14);
- this.ProgEnd_pb.TabIndex = 25;
- this.ProgEnd_pb.TabStop = false;
- //
- // ProgressCurrent_pb
- //
- this.ProgressCurrent_pb.BackColor = System.Drawing.Color.Transparent;
- this.ProgressCurrent_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.ProgressCurrent_pb.Image = global::Client.Properties.Resources.Green_Progress;
- this.ProgressCurrent_pb.Location = new System.Drawing.Point(58, 490);
- this.ProgressCurrent_pb.Name = "ProgressCurrent_pb";
- this.ProgressCurrent_pb.Size = new System.Drawing.Size(550, 14);
- this.ProgressCurrent_pb.TabIndex = 23;
- this.ProgressCurrent_pb.TabStop = false;
- this.ProgressCurrent_pb.SizeChanged += new System.EventHandler(this.ProgressCurrent_pb_SizeChanged);
- //
- // TotalProg_pb
- //
- this.TotalProg_pb.BackColor = System.Drawing.Color.Transparent;
- this.TotalProg_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.TotalProg_pb.Image = global::Client.Properties.Resources.Blue_Progress;
- this.TotalProg_pb.Location = new System.Drawing.Point(58, 508);
- this.TotalProg_pb.Name = "TotalProg_pb";
- this.TotalProg_pb.Size = new System.Drawing.Size(550, 13);
- this.TotalProg_pb.TabIndex = 22;
- this.TotalProg_pb.TabStop = false;
- this.TotalProg_pb.SizeChanged += new System.EventHandler(this.TotalProg_pb_SizeChanged);
- //
- // Launch_pb
- //
- this.Launch_pb.BackColor = System.Drawing.Color.Transparent;
- this.Launch_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.Launch_pb.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Launch_pb.Enabled = false;
- this.Launch_pb.Image = global::Client.Properties.Resources.Launch_Base1;
- this.Launch_pb.Location = new System.Drawing.Point(658, 473);
- this.Launch_pb.Name = "Launch_pb";
- this.Launch_pb.Size = new System.Drawing.Size(116, 50);
- this.Launch_pb.TabIndex = 19;
- this.Launch_pb.TabStop = false;
- this.Launch_pb.Click += new System.EventHandler(this.Launch_pb_Click);
- this.Launch_pb.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Launch_pb_MouseDown);
- this.Launch_pb.MouseEnter += new System.EventHandler(this.Launch_pb_MouseEnter);
- this.Launch_pb.MouseLeave += new System.EventHandler(this.Launch_pb_MouseLeave);
- this.Launch_pb.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Launch_pb_MouseUp);
- //
- // linkLabel1
- //
- this.linkLabel1.AutoSize = true;
- this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
- this.linkLabel1.Font = new System.Drawing.Font("黑体", 10F);
- this.linkLabel1.ForeColor = System.Drawing.Color.Black;
- this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
- this.linkLabel1.LinkColor = System.Drawing.Color.Black;
- this.linkLabel1.Location = new System.Drawing.Point(30, 228);
- this.linkLabel1.Name = "linkLabel1";
- this.linkLabel1.Size = new System.Drawing.Size(63, 14);
- this.linkLabel1.TabIndex = 45;
- this.linkLabel1.TabStop = true;
- this.linkLabel1.Text = "官方网站";
- this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.Transparent;
- this.panel2.BackgroundImage = global::Client.Properties.Resources.back6;
- this.panel2.Controls.Add(this.linkLabel6);
- this.panel2.Controls.Add(this.linkLabel5);
- this.panel2.Controls.Add(this.linkLabel4);
- this.panel2.Controls.Add(this.label2);
- this.panel2.Controls.Add(this.panel1);
- this.panel2.Controls.Add(this.linkLabel3);
- this.panel2.Controls.Add(this.linkLabel2);
- this.panel2.Controls.Add(this.linkLabel1);
- this.panel2.Location = new System.Drawing.Point(5, 40);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(790, 425);
- this.panel2.TabIndex = 47;
- //
- // linkLabel5
- //
- this.linkLabel5.AutoSize = true;
- this.linkLabel5.BackColor = System.Drawing.Color.Transparent;
- this.linkLabel5.Font = new System.Drawing.Font("黑体", 10F);
- this.linkLabel5.ForeColor = System.Drawing.Color.Black;
- this.linkLabel5.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
- this.linkLabel5.LinkColor = System.Drawing.Color.Black;
- this.linkLabel5.Location = new System.Drawing.Point(30, 337);
- this.linkLabel5.Name = "linkLabel5";
- this.linkLabel5.Size = new System.Drawing.Size(91, 14);
- this.linkLabel5.TabIndex = 52;
- this.linkLabel5.TabStop = true;
- this.linkLabel5.Text = "账号交易须知";
- this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
- //
- // linkLabel4
- //
- this.linkLabel4.AutoSize = true;
- this.linkLabel4.BackColor = System.Drawing.Color.Transparent;
- this.linkLabel4.Font = new System.Drawing.Font("黑体", 10F);
- this.linkLabel4.ForeColor = System.Drawing.Color.Black;
- this.linkLabel4.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
- this.linkLabel4.LinkColor = System.Drawing.Color.Black;
- this.linkLabel4.Location = new System.Drawing.Point(30, 313);
- this.linkLabel4.Name = "linkLabel4";
- this.linkLabel4.Size = new System.Drawing.Size(91, 14);
- this.linkLabel4.TabIndex = 51;
- this.linkLabel4.TabStop = true;
- this.linkLabel4.Text = "更新维护通知";
- this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(25, 179);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(133, 19);
- this.label2.TabIndex = 50;
- this.label2.Text = "新闻动态NEWS";
- //
- // linkLabel3
- //
- this.linkLabel3.AutoSize = true;
- this.linkLabel3.BackColor = System.Drawing.Color.Transparent;
- this.linkLabel3.Font = new System.Drawing.Font("黑体", 10F);
- this.linkLabel3.ForeColor = System.Drawing.Color.Black;
- this.linkLabel3.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
- this.linkLabel3.LinkColor = System.Drawing.Color.Black;
- this.linkLabel3.Location = new System.Drawing.Point(30, 288);
- this.linkLabel3.Name = "linkLabel3";
- this.linkLabel3.Size = new System.Drawing.Size(119, 14);
- this.linkLabel3.TabIndex = 47;
- this.linkLabel3.TabStop = true;
- this.linkLabel3.Text = "白屏问题解决方案";
- this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
- //
- // linkLabel2
- //
- this.linkLabel2.AutoSize = true;
- this.linkLabel2.BackColor = System.Drawing.Color.Transparent;
- this.linkLabel2.Font = new System.Drawing.Font("黑体", 10F, System.Drawing.FontStyle.Bold);
- this.linkLabel2.ForeColor = System.Drawing.Color.Black;
- this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
- this.linkLabel2.LinkColor = System.Drawing.Color.Red;
- this.linkLabel2.Location = new System.Drawing.Point(30, 262);
- this.linkLabel2.Name = "linkLabel2";
- this.linkLabel2.Size = new System.Drawing.Size(205, 14);
- this.linkLabel2.TabIndex = 46;
- this.linkLabel2.TabStop = true;
- this.linkLabel2.Text = "新区于2024年5月3日正式开启";
- this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
- //
- // linkLabel6
- //
- this.linkLabel6.AutoSize = true;
- this.linkLabel6.BackColor = System.Drawing.Color.Transparent;
- this.linkLabel6.Font = new System.Drawing.Font("黑体", 10F);
- this.linkLabel6.ForeColor = System.Drawing.Color.Black;
- this.linkLabel6.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
- this.linkLabel6.LinkColor = System.Drawing.Color.Black;
- this.linkLabel6.Location = new System.Drawing.Point(30, 364);
- this.linkLabel6.Name = "linkLabel6";
- this.linkLabel6.Size = new System.Drawing.Size(91, 14);
- this.linkLabel6.TabIndex = 53;
- this.linkLabel6.TabStop = true;
- this.linkLabel6.Text = "赛季任务介绍";
- this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
- //
- // AMain
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.BackgroundImage = global::Client.Properties.Resources.pfffft;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.ClientSize = new System.Drawing.Size(800, 549);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.Credit_label);
- this.Controls.Add(this.Version_label);
- this.Controls.Add(this.TotalPercent_label);
- this.Controls.Add(this.CurrentPercent_label);
- this.Controls.Add(this.CurrentFile_label);
- this.Controls.Add(this.ProgTotalEnd_pb);
- this.Controls.Add(this.ProgEnd_pb);
- this.Controls.Add(this.ProgressCurrent_pb);
- this.Controls.Add(this.TotalProg_pb);
- this.Controls.Add(this.Launch_pb);
- this.Controls.Add(this.SpeedLabel);
- this.Controls.Add(this.ActionLabel);
- this.Controls.Add(this.Movement_panel);
- this.DoubleBuffered = true;
- this.ForeColor = System.Drawing.SystemColors.ControlText;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "AMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Launcher";
- this.TransparencyKey = System.Drawing.Color.Black;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AMain_FormClosed);
- this.Load += new System.EventHandler(this.AMain_Load);
- this.Movement_panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Config_pb)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Close_pb)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ProgTotalEnd_pb)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ProgEnd_pb)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ProgressCurrent_pb)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TotalProg_pb)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Launch_pb)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label ActionLabel;
- private System.Windows.Forms.Label SpeedLabel;
- public System.Windows.Forms.Timer InterfaceTimer;
- public System.Windows.Forms.PictureBox Launch_pb;
- private System.Windows.Forms.PictureBox Close_pb;
- private System.Windows.Forms.Panel Movement_panel;
- private System.Windows.Forms.PictureBox TotalProg_pb;
- private System.Windows.Forms.PictureBox ProgressCurrent_pb;
- private System.Windows.Forms.Label Name_label;
- private System.Windows.Forms.PictureBox ProgEnd_pb;
- private System.Windows.Forms.PictureBox ProgTotalEnd_pb;
- private System.Windows.Forms.Label CurrentFile_label;
- private System.Windows.Forms.Label CurrentPercent_label;
- private System.Windows.Forms.Label TotalPercent_label;
- private System.Windows.Forms.Label Credit_label;
- private System.Windows.Forms.Label Version_label;
- private System.Windows.Forms.PictureBox pictureBox1;
- private ComboBox serverlistbox;
- private Label label1;
- private Label label10;
- private ComboBox ResolutionComboBox;
- private CheckBox FullScreen_CheckBox;
- private CheckBox FPSLimit_CheckBox;
- private CheckBox Windowed_CheckBox;
- private PictureBox Config_pb;
- private LinkLabel linkLabel1;
- private Panel panel1;
- private Button Button_CheckUpdate;
- private Panel panel2;
- private LinkLabel linkLabel2;
- private LinkLabel linkLabel3;
- private Label label2;
- private LinkLabel linkLabel4;
- private LinkLabel linkLabel5;
- private LinkLabel linkLabel6;
- }
- }
|