Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace CPlauncher2 {
- partial class FormMain {
- /// <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() {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
- this.box_ip = new System.Windows.Forms.ListBox();
- this.btn_pripojit = new System.Windows.Forms.Button();
- this.btn_zalozit = new System.Windows.Forms.Button();
- this.l_1 = new System.Windows.Forms.Label();
- this.S_start_labstat = new System.Windows.Forms.Label();
- this.S_login_nadp = new System.Windows.Forms.Label();
- this.S_login_l1 = new System.Windows.Forms.Label();
- this.S_login_tblogin = new System.Windows.Forms.TextBox();
- this.S_login_tbpass = new System.Windows.Forms.TextBox();
- this.S_login_l2 = new System.Windows.Forms.Label();
- this.S_login_btnlogin = new System.Windows.Forms.Button();
- this.box_profil = new System.Windows.Forms.ComboBox();
- this.S_login_lbinfo = new System.Windows.Forms.Label();
- this.btn_uziv = new System.Windows.Forms.Button();
- this.btn_nastaveni = new System.Windows.Forms.Button();
- this.btn_turnaj = new System.Windows.Forms.Button();
- this.btn_mody = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.btn_analyza = new System.Windows.Forms.Button();
- this.lb_prihlasen = new System.Windows.Forms.Label();
- this.S_analyza_pb = new System.Windows.Forms.ProgressBar();
- this.S_analyza_nadp = new System.Windows.Forms.Label();
- this.S_analyza_lbstatus = new System.Windows.Forms.Label();
- this.S_analyza_data = new System.Windows.Forms.Label();
- this.S_turn_nadp = new System.Windows.Forms.Label();
- this.S_turn_nazev = new System.Windows.Forms.Label();
- this.S_turn_info = new System.Windows.Forms.Label();
- this.S_update_nadp = new System.Windows.Forms.Label();
- this.S_update_log = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // box_ip
- //
- this.box_ip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.box_ip.ForeColor = System.Drawing.Color.White;
- this.box_ip.FormattingEnabled = true;
- this.box_ip.Items.AddRange(new object[] {
- "Satik64 (veřejná IP)",
- "Satik64 (tunngle)",
- "chylex (tunngle)",
- "Vlastní..."});
- this.box_ip.Location = new System.Drawing.Point(2, 93);
- this.box_ip.Name = "box_ip";
- this.box_ip.Size = new System.Drawing.Size(160, 56);
- this.box_ip.TabIndex = 1;
- this.box_ip.SelectedIndexChanged += new System.EventHandler(this.boxIpIndexChanged);
- //
- // btn_pripojit
- //
- this.btn_pripojit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.btn_pripojit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_pripojit.ForeColor = System.Drawing.Color.White;
- this.btn_pripojit.Location = new System.Drawing.Point(2, 153);
- this.btn_pripojit.Name = "btn_pripojit";
- this.btn_pripojit.Size = new System.Drawing.Size(78, 23);
- this.btn_pripojit.TabIndex = 2;
- this.btn_pripojit.Text = "Připojit se";
- this.btn_pripojit.UseVisualStyleBackColor = false;
- this.btn_pripojit.Click += new System.EventHandler(this.btnPripojitClick);
- //
- // btn_zalozit
- //
- this.btn_zalozit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.btn_zalozit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_zalozit.ForeColor = System.Drawing.Color.White;
- this.btn_zalozit.Location = new System.Drawing.Point(84, 153);
- this.btn_zalozit.Name = "btn_zalozit";
- this.btn_zalozit.Size = new System.Drawing.Size(78, 23);
- this.btn_zalozit.TabIndex = 3;
- this.btn_zalozit.Text = "Založit hru";
- this.btn_zalozit.UseVisualStyleBackColor = false;
- this.btn_zalozit.Click += new System.EventHandler(this.btnZalozitClick);
- //
- // l_1
- //
- this.l_1.BackColor = System.Drawing.Color.Transparent;
- this.l_1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.l_1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(199)))), ((int)(((byte)(22)))));
- this.l_1.Location = new System.Drawing.Point(0, 73);
- this.l_1.Name = "l_1";
- this.l_1.Size = new System.Drawing.Size(166, 20);
- this.l_1.TabIndex = 4;
- this.l_1.Text = "Připojení / založení hry";
- this.l_1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // S_start_labstat
- //
- this.S_start_labstat.BackColor = System.Drawing.Color.Transparent;
- this.S_start_labstat.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_start_labstat.ForeColor = System.Drawing.Color.White;
- this.S_start_labstat.Location = new System.Drawing.Point(-804, 0);
- this.S_start_labstat.Name = "S_start_labstat";
- this.S_start_labstat.Size = new System.Drawing.Size(586, 480);
- this.S_start_labstat.TabIndex = 5;
- this.S_start_labstat.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // S_login_nadp
- //
- this.S_login_nadp.AutoSize = true;
- this.S_login_nadp.BackColor = System.Drawing.Color.Transparent;
- this.S_login_nadp.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_login_nadp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(199)))), ((int)(((byte)(22)))));
- this.S_login_nadp.Location = new System.Drawing.Point(-836, 7);
- this.S_login_nadp.Name = "S_login_nadp";
- this.S_login_nadp.Size = new System.Drawing.Size(143, 31);
- this.S_login_nadp.TabIndex = 6;
- this.S_login_nadp.Text = "Přihlášení";
- //
- // S_login_l1
- //
- this.S_login_l1.AutoSize = true;
- this.S_login_l1.BackColor = System.Drawing.Color.Transparent;
- this.S_login_l1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_login_l1.ForeColor = System.Drawing.Color.White;
- this.S_login_l1.Location = new System.Drawing.Point(-821, 61);
- this.S_login_l1.Name = "S_login_l1";
- this.S_login_l1.Size = new System.Drawing.Size(81, 20);
- this.S_login_l1.TabIndex = 7;
- this.S_login_l1.Text = "Přezdívka:";
- //
- // S_login_tblogin
- //
- this.S_login_tblogin.Location = new System.Drawing.Point(-738, 61);
- this.S_login_tblogin.Name = "S_login_tblogin";
- this.S_login_tblogin.Size = new System.Drawing.Size(157, 20);
- this.S_login_tblogin.TabIndex = 8;
- //
- // S_login_tbpass
- //
- this.S_login_tbpass.Location = new System.Drawing.Point(-738, 87);
- this.S_login_tbpass.Name = "S_login_tbpass";
- this.S_login_tbpass.PasswordChar = '•';
- this.S_login_tbpass.Size = new System.Drawing.Size(157, 20);
- this.S_login_tbpass.TabIndex = 10;
- //
- // S_login_l2
- //
- this.S_login_l2.AutoSize = true;
- this.S_login_l2.BackColor = System.Drawing.Color.Transparent;
- this.S_login_l2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_login_l2.ForeColor = System.Drawing.Color.White;
- this.S_login_l2.Location = new System.Drawing.Point(-821, 87);
- this.S_login_l2.Name = "S_login_l2";
- this.S_login_l2.Size = new System.Drawing.Size(54, 20);
- this.S_login_l2.TabIndex = 9;
- this.S_login_l2.Text = "Heslo:";
- //
- // S_login_btnlogin
- //
- this.S_login_btnlogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.S_login_btnlogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.S_login_btnlogin.ForeColor = System.Drawing.Color.White;
- this.S_login_btnlogin.Location = new System.Drawing.Point(-738, 113);
- this.S_login_btnlogin.Name = "S_login_btnlogin";
- this.S_login_btnlogin.Size = new System.Drawing.Size(78, 23);
- this.S_login_btnlogin.TabIndex = 11;
- this.S_login_btnlogin.Text = "Přihlásit se";
- this.S_login_btnlogin.UseVisualStyleBackColor = false;
- this.S_login_btnlogin.Click += new System.EventHandler(this.scrLoginBtnLogin);
- //
- // box_profil
- //
- this.box_profil.BackColor = System.Drawing.Color.Black;
- this.box_profil.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.box_profil.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.box_profil.ForeColor = System.Drawing.Color.White;
- this.box_profil.FormattingEnabled = true;
- this.box_profil.Items.AddRange(new object[] {
- "Profil",
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8"});
- this.box_profil.Location = new System.Drawing.Point(2, 180);
- this.box_profil.Name = "box_profil";
- this.box_profil.Size = new System.Drawing.Size(160, 21);
- this.box_profil.TabIndex = 12;
- this.box_profil.SelectedIndexChanged += new System.EventHandler(this.boxProfilIndexChanged);
- //
- // S_login_lbinfo
- //
- this.S_login_lbinfo.AutoSize = true;
- this.S_login_lbinfo.BackColor = System.Drawing.Color.Transparent;
- this.S_login_lbinfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_login_lbinfo.ForeColor = System.Drawing.Color.White;
- this.S_login_lbinfo.Location = new System.Drawing.Point(-821, 38);
- this.S_login_lbinfo.Name = "S_login_lbinfo";
- this.S_login_lbinfo.Size = new System.Drawing.Size(0, 18);
- this.S_login_lbinfo.TabIndex = 13;
- //
- // btn_uziv
- //
- this.btn_uziv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.btn_uziv.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_uziv.ForeColor = System.Drawing.Color.White;
- this.btn_uziv.Location = new System.Drawing.Point(3, 371);
- this.btn_uziv.Name = "btn_uziv";
- this.btn_uziv.Size = new System.Drawing.Size(159, 23);
- this.btn_uziv.TabIndex = 14;
- this.btn_uziv.Text = "Změnit uživatele";
- this.btn_uziv.UseVisualStyleBackColor = false;
- this.btn_uziv.Click += new System.EventHandler(this.btnMenuUzivClick);
- //
- // btn_nastaveni
- //
- this.btn_nastaveni.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.btn_nastaveni.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_nastaveni.ForeColor = System.Drawing.Color.White;
- this.btn_nastaveni.Location = new System.Drawing.Point(3, 344);
- this.btn_nastaveni.Name = "btn_nastaveni";
- this.btn_nastaveni.Size = new System.Drawing.Size(158, 23);
- this.btn_nastaveni.TabIndex = 15;
- this.btn_nastaveni.Text = "Nastavení hry";
- this.btn_nastaveni.UseVisualStyleBackColor = false;
- this.btn_nastaveni.Click += new System.EventHandler(this.btnMenuNastaveniClick);
- //
- // btn_turnaj
- //
- this.btn_turnaj.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.btn_turnaj.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_turnaj.ForeColor = System.Drawing.Color.White;
- this.btn_turnaj.Location = new System.Drawing.Point(3, 290);
- this.btn_turnaj.Name = "btn_turnaj";
- this.btn_turnaj.Size = new System.Drawing.Size(158, 23);
- this.btn_turnaj.TabIndex = 16;
- this.btn_turnaj.Text = "Aktuální turnaj";
- this.btn_turnaj.UseVisualStyleBackColor = false;
- this.btn_turnaj.Click += new System.EventHandler(this.btnMenuTurnajClick);
- //
- // btn_mody
- //
- this.btn_mody.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.btn_mody.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_mody.ForeColor = System.Drawing.Color.White;
- this.btn_mody.Location = new System.Drawing.Point(3, 317);
- this.btn_mody.Name = "btn_mody";
- this.btn_mody.Size = new System.Drawing.Size(158, 23);
- this.btn_mody.TabIndex = 17;
- this.btn_mody.Text = "Módy ke stažení";
- this.btn_mody.UseVisualStyleBackColor = false;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(186)))), ((int)(((byte)(186)))));
- this.label1.Location = new System.Drawing.Point(-1, 461);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(166, 19);
- this.label1.TabIndex = 18;
- this.label1.Text = "Český Pohár (c) 2012";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // btn_analyza
- //
- this.btn_analyza.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
- this.btn_analyza.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_analyza.ForeColor = System.Drawing.Color.White;
- this.btn_analyza.Location = new System.Drawing.Point(3, 398);
- this.btn_analyza.Name = "btn_analyza";
- this.btn_analyza.Size = new System.Drawing.Size(159, 23);
- this.btn_analyza.TabIndex = 19;
- this.btn_analyza.Text = "Provést analýzu";
- this.btn_analyza.UseVisualStyleBackColor = false;
- this.btn_analyza.Click += new System.EventHandler(this.btnMenuAnalyzaClick);
- //
- // lb_prihlasen
- //
- this.lb_prihlasen.BackColor = System.Drawing.Color.Transparent;
- this.lb_prihlasen.ForeColor = System.Drawing.Color.White;
- this.lb_prihlasen.Location = new System.Drawing.Point(2, 424);
- this.lb_prihlasen.Name = "lb_prihlasen";
- this.lb_prihlasen.Size = new System.Drawing.Size(160, 13);
- this.lb_prihlasen.TabIndex = 20;
- this.lb_prihlasen.Text = "Přihlášen:";
- //
- // S_analyza_pb
- //
- this.S_analyza_pb.BackColor = System.Drawing.SystemColors.Control;
- this.S_analyza_pb.Location = new System.Drawing.Point(-815, 80);
- this.S_analyza_pb.Name = "S_analyza_pb";
- this.S_analyza_pb.Size = new System.Drawing.Size(545, 23);
- this.S_analyza_pb.TabIndex = 21;
- //
- // S_analyza_nadp
- //
- this.S_analyza_nadp.AutoSize = true;
- this.S_analyza_nadp.BackColor = System.Drawing.Color.Transparent;
- this.S_analyza_nadp.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_analyza_nadp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(199)))), ((int)(((byte)(22)))));
- this.S_analyza_nadp.Location = new System.Drawing.Point(-836, 7);
- this.S_analyza_nadp.Name = "S_analyza_nadp";
- this.S_analyza_nadp.Size = new System.Drawing.Size(250, 31);
- this.S_analyza_nadp.TabIndex = 22;
- this.S_analyza_nadp.Text = "Probíhá analýza...";
- //
- // S_analyza_lbstatus
- //
- this.S_analyza_lbstatus.AutoSize = true;
- this.S_analyza_lbstatus.BackColor = System.Drawing.Color.Transparent;
- this.S_analyza_lbstatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_analyza_lbstatus.ForeColor = System.Drawing.Color.White;
- this.S_analyza_lbstatus.Location = new System.Drawing.Point(-818, 58);
- this.S_analyza_lbstatus.Name = "S_analyza_lbstatus";
- this.S_analyza_lbstatus.Size = new System.Drawing.Size(105, 16);
- this.S_analyza_lbstatus.TabIndex = 23;
- this.S_analyza_lbstatus.Text = "Odesílám data...";
- //
- // S_analyza_data
- //
- this.S_analyza_data.AutoSize = true;
- this.S_analyza_data.BackColor = System.Drawing.Color.Transparent;
- this.S_analyza_data.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_analyza_data.ForeColor = System.Drawing.Color.White;
- this.S_analyza_data.Location = new System.Drawing.Point(-818, 153);
- this.S_analyza_data.Name = "S_analyza_data";
- this.S_analyza_data.Size = new System.Drawing.Size(0, 16);
- this.S_analyza_data.TabIndex = 24;
- //
- // S_turn_nadp
- //
- this.S_turn_nadp.AutoSize = true;
- this.S_turn_nadp.BackColor = System.Drawing.Color.Transparent;
- this.S_turn_nadp.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_turn_nadp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(199)))), ((int)(((byte)(22)))));
- this.S_turn_nadp.Location = new System.Drawing.Point(-836, 7);
- this.S_turn_nadp.Name = "S_turn_nadp";
- this.S_turn_nadp.Size = new System.Drawing.Size(201, 31);
- this.S_turn_nadp.TabIndex = 25;
- this.S_turn_nadp.Text = "Aktuální turnaj";
- //
- // S_turn_nazev
- //
- this.S_turn_nazev.AutoSize = true;
- this.S_turn_nazev.BackColor = System.Drawing.Color.Transparent;
- this.S_turn_nazev.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_turn_nazev.ForeColor = System.Drawing.Color.White;
- this.S_turn_nazev.Location = new System.Drawing.Point(-828, 38);
- this.S_turn_nazev.Name = "S_turn_nazev";
- this.S_turn_nazev.Size = new System.Drawing.Size(122, 18);
- this.S_turn_nazev.TabIndex = 26;
- this.S_turn_nazev.Text = "Načítám data...";
- //
- // S_turn_info
- //
- this.S_turn_info.BackColor = System.Drawing.Color.Transparent;
- this.S_turn_info.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_turn_info.ForeColor = System.Drawing.Color.White;
- this.S_turn_info.Location = new System.Drawing.Point(-820, 56);
- this.S_turn_info.Name = "S_turn_info";
- this.S_turn_info.Size = new System.Drawing.Size(558, 365);
- this.S_turn_info.TabIndex = 27;
- this.S_turn_info.Text = " ";
- //
- // S_update_nadp
- //
- this.S_update_nadp.AutoSize = true;
- this.S_update_nadp.BackColor = System.Drawing.Color.Transparent;
- this.S_update_nadp.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_update_nadp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(199)))), ((int)(((byte)(22)))));
- this.S_update_nadp.Location = new System.Drawing.Point(164, 7);
- this.S_update_nadp.Name = "S_update_nadp";
- this.S_update_nadp.Size = new System.Drawing.Size(301, 31);
- this.S_update_nadp.TabIndex = 28;
- this.S_update_nadp.Text = "Aktualizace launcheru";
- //
- // S_update_log
- //
- this.S_update_log.AutoSize = true;
- this.S_update_log.BackColor = System.Drawing.Color.Transparent;
- this.S_update_log.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
- this.S_update_log.ForeColor = System.Drawing.Color.White;
- this.S_update_log.Location = new System.Drawing.Point(178, 38);
- this.S_update_log.Name = "S_update_log";
- this.S_update_log.Size = new System.Drawing.Size(12, 18);
- this.S_update_log.TabIndex = 29;
- this.S_update_log.Text = " ";
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.BackgroundImage = global::CPlauncher2.Properties.Resources.back;
- this.ClientSize = new System.Drawing.Size(750, 480);
- this.ControlBox = false;
- this.Controls.Add(this.S_update_log);
- this.Controls.Add(this.S_update_nadp);
- this.Controls.Add(this.S_turn_info);
- this.Controls.Add(this.S_turn_nazev);
- this.Controls.Add(this.S_turn_nadp);
- this.Controls.Add(this.S_analyza_data);
- this.Controls.Add(this.S_analyza_lbstatus);
- this.Controls.Add(this.S_analyza_nadp);
- this.Controls.Add(this.S_analyza_pb);
- this.Controls.Add(this.lb_prihlasen);
- this.Controls.Add(this.btn_analyza);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btn_mody);
- this.Controls.Add(this.btn_turnaj);
- this.Controls.Add(this.btn_nastaveni);
- this.Controls.Add(this.btn_uziv);
- this.Controls.Add(this.S_login_lbinfo);
- this.Controls.Add(this.box_profil);
- this.Controls.Add(this.S_login_btnlogin);
- this.Controls.Add(this.S_login_tbpass);
- this.Controls.Add(this.S_login_l2);
- this.Controls.Add(this.S_login_tblogin);
- this.Controls.Add(this.S_login_l1);
- this.Controls.Add(this.S_login_nadp);
- this.Controls.Add(this.S_start_labstat);
- this.Controls.Add(this.l_1);
- this.Controls.Add(this.btn_zalozit);
- this.Controls.Add(this.btn_pripojit);
- this.Controls.Add(this.box_ip);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Český Pohár";
- this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnMouseClick);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ListBox box_ip;
- private System.Windows.Forms.Button btn_pripojit;
- private System.Windows.Forms.Button btn_zalozit;
- private System.Windows.Forms.Label l_1;
- private System.Windows.Forms.Label S_start_labstat;
- private System.Windows.Forms.Label S_login_nadp;
- private System.Windows.Forms.Label S_login_l1;
- private System.Windows.Forms.TextBox S_login_tblogin;
- private System.Windows.Forms.TextBox S_login_tbpass;
- private System.Windows.Forms.Label S_login_l2;
- private System.Windows.Forms.Button S_login_btnlogin;
- private System.Windows.Forms.ComboBox box_profil;
- private System.Windows.Forms.Label S_login_lbinfo;
- private System.Windows.Forms.Button btn_uziv;
- private System.Windows.Forms.Button btn_nastaveni;
- private System.Windows.Forms.Button btn_turnaj;
- private System.Windows.Forms.Button btn_mody;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btn_analyza;
- private System.Windows.Forms.Label lb_prihlasen;
- private System.Windows.Forms.ProgressBar S_analyza_pb;
- private System.Windows.Forms.Label S_analyza_nadp;
- private System.Windows.Forms.Label S_analyza_lbstatus;
- private System.Windows.Forms.Label S_analyza_data;
- private System.Windows.Forms.Label S_turn_nadp;
- private System.Windows.Forms.Label S_turn_nazev;
- private System.Windows.Forms.Label S_turn_info;
- private System.Windows.Forms.Label S_update_nadp;
- private System.Windows.Forms.Label S_update_log;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement