public FipsSwissPanel()
        {
            InitializeComponent();
            LocalizeComponents();
            #region ObjectListView reinitialization
            #region Column RebuyPoints
            WindowSkin.ObjectListViewColumn col = new WindowSkin.ObjectListViewColumn();
            col.FormatString  = "";
            col.Name          = "RebuyPoints";
            col.Text          = Localizator.Dictionary.GetString("ADD_PTS");
            col.TextAlignment = System.Drawing.StringAlignment.Center;
            col.Width         = 40;
            col.Sortable      = false;
            lvResults.Columns.Insert(3, col);
            #endregion
            #region Column AvailablePoints
            col = new WindowSkin.ObjectListViewColumn();
            col.FormatString  = "";
            col.Name          = "AvailablePoints";
            col.Text          = Localizator.Dictionary.GetString("TOTAL");
            col.TextAlignment = System.Drawing.StringAlignment.Center;
            col.Width         = 40;
            lvResults.Columns.Insert(4, col);
            #endregion
            lvResults.Width = lvResults.BestWidth;
            #endregion

            lvResults.Columns["TotalPoints"].ConvertValueString = false;
            lvResults.Columns["Tag"].ConvertValueString         = false;
            lblPrizeCount.Visible = false;
            ibxPrizeCount.Visible = false;
        }
 /// <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();
     WindowSkin.ObjectListViewColumn objectListViewColumn1    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn2    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn3    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn4    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn5    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn6    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn7    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn8    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn9    = new WindowSkin.ObjectListViewColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPlayersList));
     this.tcPlayers    = new System.Windows.Forms.TabControl();
     this.tpgPlayers   = new System.Windows.Forms.TabPage();
     this.lvPlayerList = new WindowSkin.ObjectListView();
     this.pnlToolBar   = new System.Windows.Forms.Panel();
     this.btnDelete    = new WindowSkin.Button();
     this.btnExit      = new WindowSkin.Button();
     this.btnEdit      = new WindowSkin.Button();
     this.btnAdd       = new WindowSkin.Button();
     this.border2      = new WindowSkin.Border();
     this.toolTip      = new System.Windows.Forms.ToolTip(this.components);
     this.btnAddTab    = new WindowSkin.Button();
     this.btnDeleteTab = new WindowSkin.Button();
     this.border1      = new WindowSkin.Border();
     this.tcPlayers.SuspendLayout();
     this.tpgPlayers.SuspendLayout();
     this.pnlToolBar.SuspendLayout();
     this.SuspendLayout();
     //
     // tcPlayers
     //
     this.tcPlayers.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.tcPlayers.Controls.Add(this.tpgPlayers);
     this.tcPlayers.Location              = new System.Drawing.Point(9, 21);
     this.tcPlayers.Name                  = "tcPlayers";
     this.tcPlayers.SelectedIndex         = 0;
     this.tcPlayers.Size                  = new System.Drawing.Size(758, 554);
     this.tcPlayers.TabIndex              = 1;
     this.tcPlayers.DoubleClick          += new System.EventHandler(this.tcPlayers_DoubleClick);
     this.tcPlayers.SelectedIndexChanged += new System.EventHandler(this.tcPlayers_SelectedIndexChanged);
     //
     // tpgPlayers
     //
     this.tpgPlayers.Controls.Add(this.lvPlayerList);
     this.tpgPlayers.Controls.Add(this.pnlToolBar);
     this.tpgPlayers.Location = new System.Drawing.Point(4, 22);
     this.tpgPlayers.Name     = "tpgPlayers";
     this.tpgPlayers.Padding  = new System.Windows.Forms.Padding(3);
     this.tpgPlayers.Size     = new System.Drawing.Size(750, 528);
     this.tpgPlayers.TabIndex = 0;
     this.tpgPlayers.Text     = "Players List";
     this.tpgPlayers.UseVisualStyleBackColor = true;
     //
     // lvPlayerList
     //
     this.lvPlayerList.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.lvPlayerList.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn1.FormatString = "";
     objectListViewColumn1.Name         = "Identofier";
     objectListViewColumn1.Text         = "Identofier";
     objectListViewColumn1.Visible      = false;
     objectListViewColumn2.FormatString = "";
     objectListViewColumn2.Name         = "NickName";
     objectListViewColumn2.Text         = "Nickname";
     objectListViewColumn2.Width        = 150;
     objectListViewColumn3.FormatString = "";
     objectListViewColumn3.Name         = "LastName";
     objectListViewColumn3.Text         = "Surname";
     objectListViewColumn3.Width        = 150;
     objectListViewColumn4.FormatString = "";
     objectListViewColumn4.Name         = "FirstName";
     objectListViewColumn4.Text         = "Name";
     objectListViewColumn5.FormatString = "";
     objectListViewColumn5.Name         = "PatronymicName";
     objectListViewColumn5.Text         = "�עקוסעגמ";
     objectListViewColumn5.Visible      = false;
     objectListViewColumn6.FormatString = "";
     objectListViewColumn6.Name         = "Country";
     objectListViewColumn6.Text         = "Country";
     objectListViewColumn7.FormatString = "";
     objectListViewColumn7.Name         = "City";
     objectListViewColumn7.Text         = "Address";
     objectListViewColumn8.FormatString = "";
     objectListViewColumn8.Name         = "Phone";
     objectListViewColumn8.Text         = "Phone";
     objectListViewColumn9.FormatString = "";
     objectListViewColumn9.Name         = "EMail";
     objectListViewColumn9.Text         = "e-mail";
     this.lvPlayerList.Columns.Add(objectListViewColumn1);
     this.lvPlayerList.Columns.Add(objectListViewColumn2);
     this.lvPlayerList.Columns.Add(objectListViewColumn3);
     this.lvPlayerList.Columns.Add(objectListViewColumn4);
     this.lvPlayerList.Columns.Add(objectListViewColumn5);
     this.lvPlayerList.Columns.Add(objectListViewColumn6);
     this.lvPlayerList.Columns.Add(objectListViewColumn7);
     this.lvPlayerList.Columns.Add(objectListViewColumn8);
     this.lvPlayerList.Columns.Add(objectListViewColumn9);
     this.lvPlayerList.HeaderFont        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvPlayerList.HeaderHeight      = 19;
     this.lvPlayerList.LinesStyle        = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvPlayerList.Location          = new System.Drawing.Point(3, 67);
     this.lvPlayerList.Name              = "lvPlayerList";
     this.lvPlayerList.RowHeight         = 19;
     this.lvPlayerList.SelectedIndex     = -1;
     this.lvPlayerList.Size              = new System.Drawing.Size(746, 461);
     this.lvPlayerList.TabIndex          = 7;
     this.lvPlayerList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvPlayerList_MouseDoubleClick);
     //
     // pnlToolBar
     //
     this.pnlToolBar.Controls.Add(this.btnDelete);
     this.pnlToolBar.Controls.Add(this.btnExit);
     this.pnlToolBar.Controls.Add(this.btnEdit);
     this.pnlToolBar.Controls.Add(this.btnAdd);
     this.pnlToolBar.Controls.Add(this.border2);
     this.pnlToolBar.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlToolBar.Location = new System.Drawing.Point(3, 3);
     this.pnlToolBar.Name     = "pnlToolBar";
     this.pnlToolBar.Size     = new System.Drawing.Size(744, 64);
     this.pnlToolBar.TabIndex = 6;
     //
     // btnDelete
     //
     this.btnDelete.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnDelete.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnDelete.Down         = false;
     this.btnDelete.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnDelete.Image        = global::TA.Main.Properties.Resources.players_list_delete_40x40;
     this.btnDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDelete.Location     = new System.Drawing.Point(106, 8);
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.RadioButton  = false;
     this.btnDelete.Size         = new System.Drawing.Size(48, 48);
     this.btnDelete.TabIndex     = 7;
     this.btnDelete.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnDelete, "Remove Registration");
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnExit
     //
     this.btnExit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnExit.Down         = false;
     this.btnExit.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnExit.Image        = global::TA.Main.Properties.Resources.players_exit_40x40;
     this.btnExit.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnExit.Location     = new System.Drawing.Point(688, 8);
     this.btnExit.Name         = "btnExit";
     this.btnExit.RadioButton  = false;
     this.btnExit.Size         = new System.Drawing.Size(48, 48);
     this.btnExit.TabIndex     = 3;
     this.btnExit.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnExit, "Close List");
     this.btnExit.Click += new System.EventHandler(this.button3_Click);
     //
     // btnEdit
     //
     this.btnEdit.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnEdit.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnEdit.Down         = false;
     this.btnEdit.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnEdit.Image        = global::TA.Main.Properties.Resources.players_list_edit_40x40;
     this.btnEdit.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnEdit.Location     = new System.Drawing.Point(57, 8);
     this.btnEdit.Name         = "btnEdit";
     this.btnEdit.RadioButton  = false;
     this.btnEdit.Size         = new System.Drawing.Size(48, 48);
     this.btnEdit.TabIndex     = 2;
     this.btnEdit.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnEdit, "Edit Registration Info");
     this.btnEdit.Click += new System.EventHandler(this.btnPlayerEdit_Click);
     //
     // btnAdd
     //
     this.btnAdd.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnAdd.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnAdd.Down         = false;
     this.btnAdd.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnAdd.Image        = global::TA.Main.Properties.Resources.players_list_add_40x40;
     this.btnAdd.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location     = new System.Drawing.Point(8, 8);
     this.btnAdd.Name         = "btnAdd";
     this.btnAdd.RadioButton  = false;
     this.btnAdd.Size         = new System.Drawing.Size(48, 48);
     this.btnAdd.TabIndex     = 1;
     this.btnAdd.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnAdd, "New Player Registration");
     this.btnAdd.Click += new System.EventHandler(this.btnPlayerAdd_Click);
     //
     // border2
     //
     this.border2.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border2.Location     = new System.Drawing.Point(0, 0);
     this.border2.MinimizedBox = false;
     this.border2.Name         = "border2";
     this.border2.ShowCaption  = false;
     this.border2.Size         = new System.Drawing.Size(744, 64);
     this.border2.Sizeable     = false;
     this.border2.TabIndex     = 10000;
     this.border2.TabStop      = false;
     //
     // btnAddTab
     //
     this.btnAddTab.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnAddTab.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnAddTab.Down         = false;
     this.btnAddTab.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnAddTab.Image        = null;
     this.btnAddTab.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAddTab.Location     = new System.Drawing.Point(269, 20);
     this.btnAddTab.Name         = "btnAddTab";
     this.btnAddTab.RadioButton  = false;
     this.btnAddTab.Size         = new System.Drawing.Size(21, 21);
     this.btnAddTab.TabIndex     = 2;
     this.btnAddTab.Text         = "+";
     this.btnAddTab.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnAddTab, "New Rating List");
     this.btnAddTab.Click += new System.EventHandler(this.btnAddTab_Click);
     //
     // btnDeleteTab
     //
     this.btnDeleteTab.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnDeleteTab.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnDeleteTab.Down         = false;
     this.btnDeleteTab.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnDeleteTab.Image        = null;
     this.btnDeleteTab.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDeleteTab.Location     = new System.Drawing.Point(291, 20);
     this.btnDeleteTab.Name         = "btnDeleteTab";
     this.btnDeleteTab.RadioButton  = false;
     this.btnDeleteTab.Size         = new System.Drawing.Size(24, 21);
     this.btnDeleteTab.TabIndex     = 4;
     this.btnDeleteTab.Text         = "-";
     this.btnDeleteTab.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnDeleteTab, "Remove Rating List");
     this.btnDeleteTab.Click += new System.EventHandler(this.btnDeleteTab_Click);
     //
     // border1
     //
     this.border1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.border1.Location     = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox = true;
     this.border1.Name         = "border1";
     this.border1.ShowCaption  = true;
     this.border1.Size         = new System.Drawing.Size(776, 583);
     this.border1.Sizeable     = true;
     this.border1.TabIndex     = 10000;
     this.border1.TabStop      = false;
     //
     // fPlayersList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(776, 583);
     this.Controls.Add(this.btnDeleteTab);
     this.Controls.Add(this.btnAddTab);
     this.Controls.Add(this.border1);
     this.Controls.Add(this.tcPlayers);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(75)))), ((int)(((byte)(76)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "fPlayersList";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Players List";
     this.tcPlayers.ResumeLayout(false);
     this.tpgPlayers.ResumeLayout(false);
     this.pnlToolBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WindowSkin.ObjectListViewColumn objectListViewColumn4 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn5 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn6 = new WindowSkin.ObjectListViewColumn();
     this.label3           = new System.Windows.Forms.Label();
     this.lblCurrentPlayer = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.grdSource        = new WindowSkin.ObjectListView();
     this.border1          = new WindowSkin.Border();
     this.btnCancel        = new WindowSkin.Button();
     this.btnOk            = new WindowSkin.Button();
     this.btnNext          = new WindowSkin.Button();
     this.btnSkip          = new WindowSkin.Button();
     this.grdDest          = new WindowSkin.ObjectListView();
     this.ibxDrawNo        = new WindowSkin.IntegerBox();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(238, 35);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(84, 13);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Selected Player:";
     //
     // lblCurrentPlayer
     //
     this.lblCurrentPlayer.AutoSize  = true;
     this.lblCurrentPlayer.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblCurrentPlayer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblCurrentPlayer.Location  = new System.Drawing.Point(235, 58);
     this.lblCurrentPlayer.Name      = "lblCurrentPlayer";
     this.lblCurrentPlayer.Size      = new System.Drawing.Size(178, 24);
     this.lblCurrentPlayer.TabIndex  = 3;
     this.lblCurrentPlayer.Text      = "Болсуновский П.Н.";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(279, 93);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(49, 13);
     this.label5.TabIndex = 4;
     this.label5.Text     = "Draw No";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(12, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 13);
     this.label1.TabIndex  = 15;
     this.label1.Text      = "Source Players List:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(455, 19);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(35, 13);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "Draw:";
     //
     // grdSource
     //
     this.grdSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.grdSource.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn4.FormatString = "";
     objectListViewColumn4.Name         = "Name";
     objectListViewColumn4.Sortable     = false;
     objectListViewColumn4.Text         = "Player";
     objectListViewColumn4.Width        = 180;
     this.grdSource.Columns.Add(objectListViewColumn4);
     this.grdSource.HeaderFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.grdSource.HeaderHeight          = 19;
     this.grdSource.LinesStyle            = System.Drawing.Drawing2D.DashStyle.Dot;
     this.grdSource.Location              = new System.Drawing.Point(15, 35);
     this.grdSource.Name                  = "grdSource";
     this.grdSource.RowHeight             = 17;
     this.grdSource.SelectedIndex         = -1;
     this.grdSource.Size                  = new System.Drawing.Size(194, 259);
     this.grdSource.TabIndex              = 2;
     this.grdSource.SelectedIndexChanged += new System.EventHandler(this.grdSource_SelectionChanged);
     //
     // border1
     //
     this.border1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.border1.Location     = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox = true;
     this.border1.Name         = "border1";
     this.border1.ShowCaption  = true;
     this.border1.Size         = new System.Drawing.Size(705, 306);
     this.border1.Sizeable     = true;
     this.border1.TabIndex     = 10000;
     this.border1.TabStop      = false;
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnCancel.Down         = false;
     this.btnCancel.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnCancel.Image        = null;
     this.btnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location     = new System.Drawing.Point(593, 271);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.RadioButton  = false;
     this.btnCancel.Size         = new System.Drawing.Size(100, 23);
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "Cancel";
     this.btnCancel.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnOk.Down         = false;
     this.btnOk.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnOk.Image        = null;
     this.btnOk.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location     = new System.Drawing.Point(486, 271);
     this.btnOk.Name         = "btnOk";
     this.btnOk.RadioButton  = false;
     this.btnOk.Size         = new System.Drawing.Size(100, 23);
     this.btnOk.TabIndex     = 0;
     this.btnOk.Text         = "Apply";
     this.btnOk.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnOk.Click       += new System.EventHandler(this.btnOk_Click);
     //
     // btnNext
     //
     this.btnNext.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnNext.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnNext.Down         = false;
     this.btnNext.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.btnNext.Image        = null;
     this.btnNext.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNext.Location     = new System.Drawing.Point(338, 133);
     this.btnNext.Name         = "btnNext";
     this.btnNext.RadioButton  = false;
     this.btnNext.Size         = new System.Drawing.Size(100, 23);
     this.btnNext.TabIndex     = 5;
     this.btnNext.Text         = "Next";
     this.btnNext.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnNext.Click       += new System.EventHandler(this.btnNext_Click);
     //
     // btnSkip
     //
     this.btnSkip.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnSkip.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnSkip.Down         = false;
     this.btnSkip.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnSkip.Image        = null;
     this.btnSkip.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSkip.Location     = new System.Drawing.Point(228, 133);
     this.btnSkip.Name         = "btnSkip";
     this.btnSkip.RadioButton  = false;
     this.btnSkip.Size         = new System.Drawing.Size(100, 23);
     this.btnSkip.TabIndex     = 4;
     this.btnSkip.Text         = "Skip";
     this.btnSkip.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSkip.Click       += new System.EventHandler(this.btnSkip_Click);
     //
     // grdDest
     //
     this.grdDest.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.grdDest.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn5.FormatString = "";
     objectListViewColumn5.Name         = "SeedNo";
     objectListViewColumn5.Text         = "No";
     objectListViewColumn5.Width        = 70;
     objectListViewColumn6.FormatString = "";
     objectListViewColumn6.Name         = "Name";
     objectListViewColumn6.Sortable     = false;
     objectListViewColumn6.Text         = "Player";
     objectListViewColumn6.Width        = 150;
     this.grdDest.Columns.Add(objectListViewColumn5);
     this.grdDest.Columns.Add(objectListViewColumn6);
     this.grdDest.HeaderFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.grdDest.HeaderHeight  = 19;
     this.grdDest.LinesStyle    = System.Drawing.Drawing2D.DashStyle.Dot;
     this.grdDest.Location      = new System.Drawing.Point(449, 35);
     this.grdDest.Name          = "grdDest";
     this.grdDest.RowHeight     = 17;
     this.grdDest.SelectedIndex = -1;
     this.grdDest.Size          = new System.Drawing.Size(244, 230);
     this.grdDest.TabIndex      = 6;
     //
     // ibxDrawNo
     //
     this.ibxDrawNo.Location      = new System.Drawing.Point(338, 90);
     this.ibxDrawNo.MaximumSize   = new System.Drawing.Size(100, 19);
     this.ibxDrawNo.MaximumValue  = 100;
     this.ibxDrawNo.MinimumSize   = new System.Drawing.Size(60, 19);
     this.ibxDrawNo.MinimumValue  = 0;
     this.ibxDrawNo.Name          = "ibxDrawNo";
     this.ibxDrawNo.Size          = new System.Drawing.Size(100, 19);
     this.ibxDrawNo.TabIndex      = 3;
     this.ibxDrawNo.Value         = 0;
     this.ibxDrawNo.ValueChanged += new System.EventHandler(this.txtSeedNo_ValueChanged);
     //
     // fManualSeeding
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(705, 306);
     this.Controls.Add(this.ibxDrawNo);
     this.Controls.Add(this.grdDest);
     this.Controls.Add(this.grdSource);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.border1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnNext);
     this.Controls.Add(this.btnSkip);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lblCurrentPlayer);
     this.Controls.Add(this.label3);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(75)))), ((int)(((byte)(76)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "fManualSeeding";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Manual Draw";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WindowSkin.ObjectListViewColumn objectListViewColumn1 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn2 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn3 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn4 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn5 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn6 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn7 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn8 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn9 = new WindowSkin.ObjectListViewColumn();
     this.border1         = new WindowSkin.Border();
     this.lvPlayerList    = new WindowSkin.ObjectListView();
     this.pnlImportParams = new System.Windows.Forms.Panel();
     this.border2         = new WindowSkin.Border();
     this.cbxOnlyNew      = new WindowSkin.CheckBox();
     this.cbxUpdateInfo   = new WindowSkin.CheckBox();
     this.btnStart        = new WindowSkin.Button();
     this.btnClose        = new WindowSkin.Button();
     this.prbProgress     = new System.Windows.Forms.ProgressBar();
     this.cbxImportRating = new WindowSkin.CheckBox();
     this.lstGames        = new WindowSkin.CheckList();
     this.pnlImportParams.SuspendLayout();
     this.SuspendLayout();
     //
     // border1
     //
     this.border1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.border1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.border1.Location     = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox = true;
     this.border1.Name         = "border1";
     this.border1.ShowCaption  = true;
     this.border1.Size         = new System.Drawing.Size(735, 462);
     this.border1.Sizeable     = true;
     this.border1.TabIndex     = 0;
     this.border1.TabStop      = false;
     //
     // lvPlayerList
     //
     this.lvPlayerList.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.lvPlayerList.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn1.FormatString = "";
     objectListViewColumn1.Name         = "Identofier";
     objectListViewColumn1.Text         = "Identofier";
     objectListViewColumn1.Visible      = false;
     objectListViewColumn2.FormatString = "";
     objectListViewColumn2.Name         = "NickName";
     objectListViewColumn2.Text         = "Nickname";
     objectListViewColumn2.Width        = 150;
     objectListViewColumn3.FormatString = "";
     objectListViewColumn3.Name         = "LastName";
     objectListViewColumn3.Text         = "Surname";
     objectListViewColumn3.Width        = 150;
     objectListViewColumn4.FormatString = "";
     objectListViewColumn4.Name         = "FirstName";
     objectListViewColumn4.Text         = "Name";
     objectListViewColumn5.FormatString = "";
     objectListViewColumn5.Name         = "PatronymicName";
     objectListViewColumn5.Text         = "Отчество";
     objectListViewColumn5.Visible      = false;
     objectListViewColumn6.FormatString = "";
     objectListViewColumn6.Name         = "Country";
     objectListViewColumn6.Text         = "Country";
     objectListViewColumn7.FormatString = "";
     objectListViewColumn7.Name         = "City";
     objectListViewColumn7.Text         = "Address";
     objectListViewColumn8.FormatString = "";
     objectListViewColumn8.Name         = "Phone";
     objectListViewColumn8.Text         = "Phone";
     objectListViewColumn9.FormatString = "";
     objectListViewColumn9.Name         = "EMail";
     objectListViewColumn9.Text         = "e-mail";
     this.lvPlayerList.Columns.Add(objectListViewColumn1);
     this.lvPlayerList.Columns.Add(objectListViewColumn2);
     this.lvPlayerList.Columns.Add(objectListViewColumn3);
     this.lvPlayerList.Columns.Add(objectListViewColumn4);
     this.lvPlayerList.Columns.Add(objectListViewColumn5);
     this.lvPlayerList.Columns.Add(objectListViewColumn6);
     this.lvPlayerList.Columns.Add(objectListViewColumn7);
     this.lvPlayerList.Columns.Add(objectListViewColumn8);
     this.lvPlayerList.Columns.Add(objectListViewColumn9);
     this.lvPlayerList.HeaderFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvPlayerList.HeaderHeight  = 19;
     this.lvPlayerList.LinesStyle    = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvPlayerList.Location      = new System.Drawing.Point(12, 179);
     this.lvPlayerList.Name          = "lvPlayerList";
     this.lvPlayerList.RowHeight     = 19;
     this.lvPlayerList.SelectedIndex = -1;
     this.lvPlayerList.Size          = new System.Drawing.Size(711, 271);
     this.lvPlayerList.TabIndex      = 8;
     //
     // pnlImportParams
     //
     this.pnlImportParams.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlImportParams.Controls.Add(this.lstGames);
     this.pnlImportParams.Controls.Add(this.cbxImportRating);
     this.pnlImportParams.Controls.Add(this.btnClose);
     this.pnlImportParams.Controls.Add(this.btnStart);
     this.pnlImportParams.Controls.Add(this.cbxUpdateInfo);
     this.pnlImportParams.Controls.Add(this.cbxOnlyNew);
     this.pnlImportParams.Controls.Add(this.border2);
     this.pnlImportParams.Location = new System.Drawing.Point(12, 24);
     this.pnlImportParams.Name     = "pnlImportParams";
     this.pnlImportParams.Size     = new System.Drawing.Size(711, 149);
     this.pnlImportParams.TabIndex = 9;
     //
     // border2
     //
     this.border2.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.border2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border2.Location     = new System.Drawing.Point(0, 0);
     this.border2.MinimizedBox = false;
     this.border2.Name         = "border2";
     this.border2.ShowCaption  = false;
     this.border2.Size         = new System.Drawing.Size(711, 149);
     this.border2.Sizeable     = false;
     this.border2.TabIndex     = 0;
     this.border2.TabStop      = false;
     //
     // cbxOnlyNew
     //
     this.cbxOnlyNew.Location        = new System.Drawing.Point(17, 16);
     this.cbxOnlyNew.Name            = "cbxOnlyNew";
     this.cbxOnlyNew.Size            = new System.Drawing.Size(367, 15);
     this.cbxOnlyNew.TabIndex        = 1;
     this.cbxOnlyNew.Text            = "Импортировать данные только незарегистрированных игроков";
     this.cbxOnlyNew.CheckedChanged += new System.EventHandler(this.cbxOnlyNew_CheckedChanged);
     //
     // cbxUpdateInfo
     //
     this.cbxUpdateInfo.Location = new System.Drawing.Point(17, 37);
     this.cbxUpdateInfo.Name     = "cbxUpdateInfo";
     this.cbxUpdateInfo.Size     = new System.Drawing.Size(314, 15);
     this.cbxUpdateInfo.TabIndex = 2;
     this.cbxUpdateInfo.Text     = "Перезаписывать данные зарегистрированных игроков";
     //
     // btnStart
     //
     this.btnStart.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnStart.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnStart.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnStart.Down         = false;
     this.btnStart.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnStart.Image        = null;
     this.btnStart.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnStart.Location     = new System.Drawing.Point(581, 16);
     this.btnStart.Name         = "btnStart";
     this.btnStart.RadioButton  = false;
     this.btnStart.Size         = new System.Drawing.Size(113, 23);
     this.btnStart.TabIndex     = 3;
     this.btnStart.Text         = "Импортировать";
     this.btnStart.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnStart.Click       += new System.EventHandler(this.btnStart_Click);
     //
     // btnClose
     //
     this.btnClose.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnClose.Down         = false;
     this.btnClose.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnClose.Image        = null;
     this.btnClose.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location     = new System.Drawing.Point(581, 45);
     this.btnClose.Name         = "btnClose";
     this.btnClose.RadioButton  = false;
     this.btnClose.Size         = new System.Drawing.Size(113, 23);
     this.btnClose.TabIndex     = 4;
     this.btnClose.Text         = "Закрыть";
     this.btnClose.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // prbProgress
     //
     this.prbProgress.Location = new System.Drawing.Point(198, 257);
     this.prbProgress.Name     = "prbProgress";
     this.prbProgress.Size     = new System.Drawing.Size(323, 13);
     this.prbProgress.Style    = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.prbProgress.TabIndex = 5;
     //
     // cbxImportRating
     //
     this.cbxImportRating.Location = new System.Drawing.Point(17, 58);
     this.cbxImportRating.Name     = "cbxImportRating";
     this.cbxImportRating.Size     = new System.Drawing.Size(282, 15);
     this.cbxImportRating.TabIndex = 5;
     this.cbxImportRating.Text     = "Импортирование рейтинга";
     //
     // lstGames
     //
     this.lstGames.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     this.lstGames.CheckedObjects        = new object[0];
     this.lstGames.ItemHeight            = 15;
     this.lstGames.Location              = new System.Drawing.Point(186, 58);
     this.lstGames.Name                  = "lstGames";
     this.lstGames.SelectedIndex         = -1;
     this.lstGames.Size                  = new System.Drawing.Size(323, 74);
     this.lstGames.TabIndex              = 6;
     this.lstGames.VerticalScrollVisible = true;
     this.lstGames.ViewFrom              = 0;
     //
     // fImportPlayers
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(735, 462);
     this.Controls.Add(this.prbProgress);
     this.Controls.Add(this.pnlImportParams);
     this.Controls.Add(this.lvPlayerList);
     this.Controls.Add(this.border1);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(75)))), ((int)(((byte)(76)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "fImportPlayers";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Import Players";
     this.pnlImportParams.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <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();
     WindowSkin.ObjectListViewColumn objectListViewColumn1    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn2    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn3    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn4    = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn5    = new WindowSkin.ObjectListViewColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMain));
     this.panel1            = new System.Windows.Forms.Panel();
     this.pnlDownload       = new System.Windows.Forms.Panel();
     this.label2            = new System.Windows.Forms.Label();
     this.lblDownloadPrompt = new System.Windows.Forms.Label();
     this.toolTip           = new System.Windows.Forms.ToolTip(this.components);
     this.olvTournaments    = new WindowSkin.ObjectListView();
     this.btnImport         = new WindowSkin.Button();
     this.btnExport         = new WindowSkin.Button();
     this.btnDownload       = new WindowSkin.Button();
     this.btnSettings       = new WindowSkin.Button();
     this.btnExit           = new WindowSkin.Button();
     this.btnAbout          = new WindowSkin.Button();
     this.btnDelete         = new WindowSkin.Button();
     this.btnTournamentEdit = new WindowSkin.Button();
     this.btnTournamentAdd  = new WindowSkin.Button();
     this.btnPlayerList     = new WindowSkin.Button();
     this.border2           = new WindowSkin.Border();
     this.border1           = new WindowSkin.Border();
     this.panel1.SuspendLayout();
     this.pnlDownload.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.btnImport);
     this.panel1.Controls.Add(this.btnExport);
     this.panel1.Controls.Add(this.pnlDownload);
     this.panel1.Controls.Add(this.btnSettings);
     this.panel1.Controls.Add(this.btnExit);
     this.panel1.Controls.Add(this.btnAbout);
     this.panel1.Controls.Add(this.btnDelete);
     this.panel1.Controls.Add(this.btnTournamentEdit);
     this.panel1.Controls.Add(this.btnTournamentAdd);
     this.panel1.Controls.Add(this.btnPlayerList);
     this.panel1.Controls.Add(this.border2);
     this.panel1.Location = new System.Drawing.Point(8, 19);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(871, 64);
     this.panel1.TabIndex = 4;
     //
     // pnlDownload
     //
     this.pnlDownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlDownload.Controls.Add(this.btnDownload);
     this.pnlDownload.Controls.Add(this.label2);
     this.pnlDownload.Controls.Add(this.lblDownloadPrompt);
     this.pnlDownload.Location = new System.Drawing.Point(337, 8);
     this.pnlDownload.Name     = "pnlDownload";
     this.pnlDownload.Size     = new System.Drawing.Size(373, 49);
     this.pnlDownload.TabIndex = 10;
     this.pnlDownload.Visible  = false;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize  = true;
     this.label2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(115, 20);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(155, 13);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "www.competition-manager.com";
     this.label2.Click    += new System.EventHandler(this.btnDownload_Click);
     //
     // lblDownloadPrompt
     //
     this.lblDownloadPrompt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDownloadPrompt.Location  = new System.Drawing.Point(17, 5);
     this.lblDownloadPrompt.Name      = "lblDownloadPrompt";
     this.lblDownloadPrompt.Size      = new System.Drawing.Size(299, 15);
     this.lblDownloadPrompt.TabIndex  = 3;
     this.lblDownloadPrompt.Text      = "There is a newer version of Competition Manager on the site";
     this.lblDownloadPrompt.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // olvTournaments
     //
     this.olvTournaments.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.olvTournaments.BackColor       = System.Drawing.SystemColors.Control;
     objectListViewColumn1.FormatString  = null;
     objectListViewColumn1.Name          = "Info.Id";
     objectListViewColumn1.Text          = "Id";
     objectListViewColumn1.Visible       = false;
     objectListViewColumn2.FormatString  = "dd.MM.yyyy";
     objectListViewColumn2.Name          = "Info.DateBegin";
     objectListViewColumn2.Text          = "Start Date";
     objectListViewColumn2.TextAlignment = System.Drawing.StringAlignment.Center;
     objectListViewColumn2.Width         = 120;
     objectListViewColumn3.FormatString  = "dd.MM.yyyy";
     objectListViewColumn3.Name          = "Info.DateEnd";
     objectListViewColumn3.Text          = "Finish Date";
     objectListViewColumn3.TextAlignment = System.Drawing.StringAlignment.Center;
     objectListViewColumn3.Width         = 120;
     objectListViewColumn4.FormatString  = null;
     objectListViewColumn4.Name          = "Info.Place";
     objectListViewColumn4.Text          = "Tournament Place";
     objectListViewColumn4.Width         = 200;
     objectListViewColumn5.FormatString  = null;
     objectListViewColumn5.Name          = "Info.Name";
     objectListViewColumn5.Text          = "Tournament Title";
     objectListViewColumn5.Width         = 400;
     this.olvTournaments.Columns.Add(objectListViewColumn1);
     this.olvTournaments.Columns.Add(objectListViewColumn2);
     this.olvTournaments.Columns.Add(objectListViewColumn3);
     this.olvTournaments.Columns.Add(objectListViewColumn4);
     this.olvTournaments.Columns.Add(objectListViewColumn5);
     this.olvTournaments.Font              = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.olvTournaments.HeaderFont        = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.olvTournaments.HeaderHeight      = 21;
     this.olvTournaments.LinesStyle        = System.Drawing.Drawing2D.DashStyle.Dot;
     this.olvTournaments.Location          = new System.Drawing.Point(8, 81);
     this.olvTournaments.Name              = "olvTournaments";
     this.olvTournaments.RowHeight         = 19;
     this.olvTournaments.SelectedIndex     = -1;
     this.olvTournaments.Size              = new System.Drawing.Size(870, 584);
     this.olvTournaments.TabIndex          = 5;
     this.olvTournaments.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.olvTournaments_MouseDoubleClick);
     //
     // btnImport
     //
     this.btnImport.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnImport.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnImport.Down         = false;
     this.btnImport.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnImport.Image        = global::TA.Main.Properties.Resources.db_import_40x40;
     this.btnImport.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnImport.Location     = new System.Drawing.Point(271, 8);
     this.btnImport.Name         = "btnImport";
     this.btnImport.RadioButton  = false;
     this.btnImport.Size         = new System.Drawing.Size(48, 48);
     this.btnImport.TabIndex     = 11;
     this.btnImport.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnImport, "Export / Import");
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // btnExport
     //
     this.btnExport.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnExport.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnExport.Down         = false;
     this.btnExport.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnExport.Image        = global::TA.Main.Properties.Resources.db_export_40x40;
     this.btnExport.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnExport.Location     = new System.Drawing.Point(222, 8);
     this.btnExport.Name         = "btnExport";
     this.btnExport.RadioButton  = false;
     this.btnExport.Size         = new System.Drawing.Size(48, 48);
     this.btnExport.TabIndex     = 4;
     this.btnExport.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnExport, "Export / Import");
     this.btnExport.Click += new System.EventHandler(this.btnExIm_Click);
     //
     // btnDownload
     //
     this.btnDownload.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDownload.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnDownload.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnDownload.Down         = false;
     this.btnDownload.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnDownload.Image        = global::TA.Main.Properties.Resources.home_32x32;
     this.btnDownload.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDownload.Location     = new System.Drawing.Point(322, 0);
     this.btnDownload.Name         = "btnDownload";
     this.btnDownload.RadioButton  = false;
     this.btnDownload.Size         = new System.Drawing.Size(48, 48);
     this.btnDownload.TabIndex     = 0;
     this.btnDownload.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnDownload, "Settings");
     this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
     //
     // btnSettings
     //
     this.btnSettings.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSettings.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnSettings.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnSettings.Down         = false;
     this.btnSettings.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnSettings.Image        = global::TA.Main.Properties.Resources.settings_alt_32x32;
     this.btnSettings.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSettings.Location     = new System.Drawing.Point(716, 8);
     this.btnSettings.Name         = "btnSettings";
     this.btnSettings.RadioButton  = false;
     this.btnSettings.Size         = new System.Drawing.Size(48, 48);
     this.btnSettings.TabIndex     = 5;
     this.btnSettings.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnSettings, "Settings");
     this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
     //
     // btnExit
     //
     this.btnExit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnExit.Down         = false;
     this.btnExit.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnExit.Image        = global::TA.Main.Properties.Resources.exit_40x40;
     this.btnExit.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnExit.Location     = new System.Drawing.Point(815, 8);
     this.btnExit.Name         = "btnExit";
     this.btnExit.RadioButton  = false;
     this.btnExit.Size         = new System.Drawing.Size(48, 48);
     this.btnExit.TabIndex     = 7;
     this.btnExit.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnExit, "Exit Program");
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnAbout
     //
     this.btnAbout.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAbout.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnAbout.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnAbout.Down         = false;
     this.btnAbout.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnAbout.Image        = global::TA.Main.Properties.Resources.action_button_info_32x32;
     this.btnAbout.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAbout.Location     = new System.Drawing.Point(766, 8);
     this.btnAbout.Name         = "btnAbout";
     this.btnAbout.RadioButton  = false;
     this.btnAbout.Size         = new System.Drawing.Size(48, 48);
     this.btnAbout.TabIndex     = 6;
     this.btnAbout.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnAbout, "About...");
     this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
     //
     // btnDelete
     //
     this.btnDelete.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnDelete.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnDelete.Down         = false;
     this.btnDelete.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnDelete.Image        = global::TA.Main.Properties.Resources.tournament_delete_40x401;
     this.btnDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDelete.Location     = new System.Drawing.Point(164, 8);
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.RadioButton  = false;
     this.btnDelete.Size         = new System.Drawing.Size(48, 48);
     this.btnDelete.TabIndex     = 3;
     this.btnDelete.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnDelete, "Remove Tournament");
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnTournamentEdit
     //
     this.btnTournamentEdit.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnTournamentEdit.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnTournamentEdit.Down         = false;
     this.btnTournamentEdit.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnTournamentEdit.Image        = global::TA.Main.Properties.Resources.tournament_edit_40x40;
     this.btnTournamentEdit.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnTournamentEdit.Location     = new System.Drawing.Point(115, 8);
     this.btnTournamentEdit.Name         = "btnTournamentEdit";
     this.btnTournamentEdit.RadioButton  = false;
     this.btnTournamentEdit.Size         = new System.Drawing.Size(48, 48);
     this.btnTournamentEdit.TabIndex     = 2;
     this.btnTournamentEdit.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnTournamentEdit, "Open Tournament");
     this.btnTournamentEdit.Click += new System.EventHandler(this.btnTournamentEdit_Click);
     //
     // btnTournamentAdd
     //
     this.btnTournamentAdd.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnTournamentAdd.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnTournamentAdd.Down         = false;
     this.btnTournamentAdd.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnTournamentAdd.Image        = global::TA.Main.Properties.Resources.tournament_add_40x40;
     this.btnTournamentAdd.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnTournamentAdd.Location     = new System.Drawing.Point(66, 8);
     this.btnTournamentAdd.Name         = "btnTournamentAdd";
     this.btnTournamentAdd.RadioButton  = false;
     this.btnTournamentAdd.Size         = new System.Drawing.Size(48, 48);
     this.btnTournamentAdd.TabIndex     = 1;
     this.btnTournamentAdd.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnTournamentAdd, "Create New Tournament");
     this.btnTournamentAdd.Click += new System.EventHandler(this.btnTournamentAdd_Click);
     //
     // btnPlayerList
     //
     this.btnPlayerList.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.btnPlayerList.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnPlayerList.Down         = false;
     this.btnPlayerList.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(203)))), ((int)(((byte)(189)))));
     this.btnPlayerList.Image        = global::TA.Main.Properties.Resources.players_list_40x40;
     this.btnPlayerList.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPlayerList.Location     = new System.Drawing.Point(8, 8);
     this.btnPlayerList.Name         = "btnPlayerList";
     this.btnPlayerList.RadioButton  = false;
     this.btnPlayerList.Size         = new System.Drawing.Size(48, 48);
     this.btnPlayerList.TabIndex     = 0;
     this.btnPlayerList.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.btnPlayerList, "Players List");
     this.btnPlayerList.Click += new System.EventHandler(this.btnPlayersList_Click);
     //
     // border2
     //
     this.border2.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.border2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border2.Location     = new System.Drawing.Point(0, 0);
     this.border2.MinimizedBox = false;
     this.border2.Name         = "border2";
     this.border2.ShowCaption  = false;
     this.border2.Size         = new System.Drawing.Size(871, 64);
     this.border2.Sizeable     = false;
     this.border2.TabIndex     = 1;
     this.border2.TabStop      = false;
     //
     // border1
     //
     this.border1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(62)))), ((int)(((byte)(33)))));
     this.border1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.border1.Location     = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox = true;
     this.border1.Name         = "border1";
     this.border1.ShowCaption  = true;
     this.border1.Size         = new System.Drawing.Size(887, 673);
     this.border1.Sizeable     = true;
     this.border1.TabIndex     = 10000;
     this.border1.TabStop      = false;
     //
     // fMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(887, 673);
     this.Controls.Add(this.olvTournaments);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.border1);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(35)))), ((int)(((byte)(4)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "fMain";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Competition Manager";
     this.panel1.ResumeLayout(false);
     this.pnlDownload.ResumeLayout(false);
     this.pnlDownload.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WindowSkin.ObjectListViewColumn objectListViewColumn1 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn2 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn3 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn4 = new WindowSkin.ObjectListViewColumn();
     this.border1        = new WindowSkin.Border();
     this.pnlTools       = new System.Windows.Forms.Panel();
     this.ibxPrizeCount  = new WindowSkin.IntegerBox();
     this.btnCancelRound = new WindowSkin.Button();
     this.lblPrizeCount  = new System.Windows.Forms.Label();
     this.lblRoundCount  = new System.Windows.Forms.Label();
     this.btnNextRound   = new WindowSkin.Button();
     this.lvResults      = new WindowSkin.ObjectListView();
     this.pnlTools.SuspendLayout();
     this.SuspendLayout();
     //
     // pictMain
     //
     this.pictMain.Location = new System.Drawing.Point(294, 48);
     this.pictMain.Size     = new System.Drawing.Size(499, 328);
     this.pictMain.TabIndex = 2;
     //
     // border1
     //
     this.border1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.border1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border1.Location     = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox = false;
     this.border1.Name         = "border1";
     this.border1.ShowCaption  = false;
     this.border1.Size         = new System.Drawing.Size(793, 48);
     this.border1.Sizeable     = false;
     this.border1.TabIndex     = 10000;
     this.border1.TabStop      = false;
     //
     // pnlTools
     //
     this.pnlTools.Controls.Add(this.ibxPrizeCount);
     this.pnlTools.Controls.Add(this.btnCancelRound);
     this.pnlTools.Controls.Add(this.lblPrizeCount);
     this.pnlTools.Controls.Add(this.lblRoundCount);
     this.pnlTools.Controls.Add(this.btnNextRound);
     this.pnlTools.Controls.Add(this.border1);
     this.pnlTools.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTools.Location = new System.Drawing.Point(0, 0);
     this.pnlTools.Name     = "pnlTools";
     this.pnlTools.Size     = new System.Drawing.Size(793, 48);
     this.pnlTools.TabIndex = 0;
     //
     // ibxPrizeCount
     //
     this.ibxPrizeCount.Location      = new System.Drawing.Point(394, 16);
     this.ibxPrizeCount.MaximumSize   = new System.Drawing.Size(100, 19);
     this.ibxPrizeCount.MaximumValue  = 16;
     this.ibxPrizeCount.MinimumSize   = new System.Drawing.Size(60, 19);
     this.ibxPrizeCount.MinimumValue  = 1;
     this.ibxPrizeCount.Name          = "ibxPrizeCount";
     this.ibxPrizeCount.Size          = new System.Drawing.Size(60, 19);
     this.ibxPrizeCount.TabIndex      = 2;
     this.ibxPrizeCount.Value         = 1;
     this.ibxPrizeCount.ValueChanged += new System.EventHandler(this.txtPrizeCount_ValueChanged);
     //
     // btnCancelRound
     //
     this.btnCancelRound.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnCancelRound.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnCancelRound.Down         = false;
     this.btnCancelRound.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnCancelRound.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnCancelRound.Image        = null;
     this.btnCancelRound.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancelRound.Location     = new System.Drawing.Point(142, 13);
     this.btnCancelRound.Name         = "btnCancelRound";
     this.btnCancelRound.RadioButton  = false;
     this.btnCancelRound.Size         = new System.Drawing.Size(140, 23);
     this.btnCancelRound.TabIndex     = 1;
     this.btnCancelRound.Text         = "Cancel Round";
     this.btnCancelRound.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancelRound.Click       += new System.EventHandler(this.btnCancelRound_Click);
     //
     // lblPrizeCount
     //
     this.lblPrizeCount.AutoSize = true;
     this.lblPrizeCount.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblPrizeCount.Location = new System.Drawing.Point(299, 19);
     this.lblPrizeCount.Name     = "lblPrizeCount";
     this.lblPrizeCount.Size     = new System.Drawing.Size(89, 13);
     this.lblPrizeCount.TabIndex = 2;
     this.lblPrizeCount.Text     = "Number of prizes:";
     //
     // lblRoundCount
     //
     this.lblRoundCount.AutoSize = true;
     this.lblRoundCount.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblRoundCount.Location = new System.Drawing.Point(482, 19);
     this.lblRoundCount.Name     = "lblRoundCount";
     this.lblRoundCount.Size     = new System.Drawing.Size(170, 13);
     this.lblRoundCount.TabIndex = 4;
     this.lblRoundCount.Text     = "Recommended number of rounds :";
     //
     // btnNextRound
     //
     this.btnNextRound.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnNextRound.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnNextRound.Down         = false;
     this.btnNextRound.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnNextRound.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnNextRound.Image        = null;
     this.btnNextRound.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNextRound.Location     = new System.Drawing.Point(15, 13);
     this.btnNextRound.Name         = "btnNextRound";
     this.btnNextRound.RadioButton  = false;
     this.btnNextRound.Size         = new System.Drawing.Size(120, 23);
     this.btnNextRound.TabIndex     = 0;
     this.btnNextRound.Text         = "Next Round";
     this.btnNextRound.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnNextRound.Click       += new System.EventHandler(this.btnNextRound_Click);
     //
     // lvResults
     //
     this.lvResults.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn1.FormatString       = "";
     objectListViewColumn1.Name               = "CurrentPlace";
     objectListViewColumn1.Text               = "";
     objectListViewColumn1.TextAlignment      = System.Drawing.StringAlignment.Center;
     objectListViewColumn1.Width              = 30;
     objectListViewColumn2.FormatString       = "";
     objectListViewColumn2.Name               = "NickName";
     objectListViewColumn2.Text               = "Players";
     objectListViewColumn2.Width              = 150;
     objectListViewColumn3.ConvertValueString = true;
     objectListViewColumn3.FormatString       = "";
     objectListViewColumn3.Name               = "TotalPoints";
     objectListViewColumn3.Sortable           = false;
     objectListViewColumn3.Text               = "Pts";
     objectListViewColumn3.TextAlignment      = System.Drawing.StringAlignment.Center;
     objectListViewColumn3.Width              = 40;
     objectListViewColumn4.ConvertValueString = true;
     objectListViewColumn4.FormatString       = "";
     objectListViewColumn4.Name               = "Tag";
     objectListViewColumn4.Sortable           = false;
     objectListViewColumn4.Text               = "KB";
     objectListViewColumn4.TextAlignment      = System.Drawing.StringAlignment.Center;
     objectListViewColumn4.Width              = 40;
     this.lvResults.Columns.Add(objectListViewColumn1);
     this.lvResults.Columns.Add(objectListViewColumn2);
     this.lvResults.Columns.Add(objectListViewColumn3);
     this.lvResults.Columns.Add(objectListViewColumn4);
     this.lvResults.Dock           = System.Windows.Forms.DockStyle.Left;
     this.lvResults.HeaderFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvResults.HeaderHeight   = 19;
     this.lvResults.LinesStyle     = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvResults.Location       = new System.Drawing.Point(0, 48);
     this.lvResults.Name           = "lvResults";
     this.lvResults.RowHeight      = 19;
     this.lvResults.SelectedIndex  = -1;
     this.lvResults.Size           = new System.Drawing.Size(294, 328);
     this.lvResults.TabIndex       = 1;
     this.lvResults.GetCellString += new WindowSkin.ObjectListViewGetItemString(this.lvResults_OnGetCellString_1);
     //
     // SwissPanel
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.lvResults);
     this.Controls.Add(this.pnlTools);
     this.Name         = "SwissPanel";
     this.Size         = new System.Drawing.Size(793, 376);
     this.OnMatchEdit += new TA.Competitions.Forms.OnMatchEdit(this.CompetitionSwissPanel_OnMatchEdit);
     this.Controls.SetChildIndex(this.pnlTools, 0);
     this.Controls.SetChildIndex(this.lvResults, 0);
     this.Controls.SetChildIndex(this.pictMain, 0);
     this.pnlTools.ResumeLayout(false);
     this.pnlTools.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WindowSkin.ObjectListViewColumn objectListViewColumn1 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn2 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn3 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn4 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn5 = new WindowSkin.ObjectListViewColumn();
     this.lvPlayers         = new WindowSkin.ObjectListView();
     this.btnClose          = new WindowSkin.Button();
     this.btnRebuy          = new WindowSkin.Button();
     this.border1           = new WindowSkin.Border();
     this.btnPlayersList    = new WindowSkin.Button();
     this.btnSetStartPoints = new WindowSkin.Button();
     this.SuspendLayout();
     //
     // lvPlayers
     //
     this.lvPlayers.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.lvPlayers.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn1.FormatString    = "";
     objectListViewColumn1.Name            = "FullName";
     objectListViewColumn1.Text            = "Player";
     objectListViewColumn1.Width           = 220;
     objectListViewColumn2.FormatString    = "";
     objectListViewColumn2.Name            = "StartPoints";
     objectListViewColumn2.Text            = "Start points";
     objectListViewColumn2.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn2.TruncHeaderText = false;
     objectListViewColumn2.Width           = 75;
     objectListViewColumn3.FormatString    = "";
     objectListViewColumn3.Name            = "Points";
     objectListViewColumn3.Text            = "Points earned";
     objectListViewColumn3.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn3.TruncHeaderText = false;
     objectListViewColumn3.Width           = 75;
     objectListViewColumn4.FormatString    = "";
     objectListViewColumn4.Name            = "RebuyPoints";
     objectListViewColumn4.Text            = "Rebuy points";
     objectListViewColumn4.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn4.TruncHeaderText = false;
     objectListViewColumn4.Width           = 75;
     objectListViewColumn5.FormatString    = "";
     objectListViewColumn5.Name            = "AvailablePoints";
     objectListViewColumn5.Text            = "Available Points";
     objectListViewColumn5.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn5.TruncHeaderText = false;
     objectListViewColumn5.Width           = 75;
     this.lvPlayers.Columns.Add(objectListViewColumn1);
     this.lvPlayers.Columns.Add(objectListViewColumn2);
     this.lvPlayers.Columns.Add(objectListViewColumn3);
     this.lvPlayers.Columns.Add(objectListViewColumn4);
     this.lvPlayers.Columns.Add(objectListViewColumn5);
     this.lvPlayers.HeaderFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvPlayers.HeaderHeight  = 36;
     this.lvPlayers.LinesStyle    = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvPlayers.Location      = new System.Drawing.Point(10, 25);
     this.lvPlayers.Name          = "lvPlayers";
     this.lvPlayers.RowHeight     = 19;
     this.lvPlayers.SelectedIndex = -1;
     this.lvPlayers.Size          = new System.Drawing.Size(549, 389);
     this.lvPlayers.TabIndex      = 0;
     this.lvPlayers.DoubleClick  += new System.EventHandler(this.lvPlayers_DoubleClick);
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Down         = false;
     this.btnClose.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnClose.Image        = null;
     this.btnClose.ImageAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.btnClose.Location     = new System.Drawing.Point(459, 420);
     this.btnClose.Name         = "btnClose";
     this.btnClose.RadioButton  = false;
     this.btnClose.Size         = new System.Drawing.Size(99, 23);
     this.btnClose.TabIndex     = 2;
     this.btnClose.Text         = "Close";
     this.btnClose.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // btnRebuy
     //
     this.btnRebuy.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRebuy.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnRebuy.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnRebuy.Down         = false;
     this.btnRebuy.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnRebuy.Image        = null;
     this.btnRebuy.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnRebuy.Location     = new System.Drawing.Point(158, 420);
     this.btnRebuy.Name         = "btnRebuy";
     this.btnRebuy.RadioButton  = false;
     this.btnRebuy.Size         = new System.Drawing.Size(141, 23);
     this.btnRebuy.TabIndex     = 1;
     this.btnRebuy.Text         = "Add or Remove points";
     this.btnRebuy.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnRebuy.Click       += new System.EventHandler(this.btnRebuy_Click);
     //
     // border1
     //
     this.border1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.border1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border1.Location     = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox = false;
     this.border1.Name         = "border1";
     this.border1.ShowCaption  = true;
     this.border1.Size         = new System.Drawing.Size(569, 455);
     this.border1.Sizeable     = true;
     this.border1.TabIndex     = 10000;
     this.border1.TabStop      = false;
     //
     // btnPlayersList
     //
     this.btnPlayersList.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnPlayersList.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnPlayersList.Down         = false;
     this.btnPlayersList.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnPlayersList.Image        = null;
     this.btnPlayersList.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPlayersList.Location     = new System.Drawing.Point(304, 420);
     this.btnPlayersList.Name         = "btnPlayersList";
     this.btnPlayersList.RadioButton  = false;
     this.btnPlayersList.Size         = new System.Drawing.Size(141, 23);
     this.btnPlayersList.TabIndex     = 4;
     this.btnPlayersList.Text         = "Players List";
     this.btnPlayersList.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPlayersList.Click       += new System.EventHandler(this.btnPlayersList_Click);
     //
     // btnSetStartPoints
     //
     this.btnSetStartPoints.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSetStartPoints.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnSetStartPoints.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnSetStartPoints.Down         = false;
     this.btnSetStartPoints.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnSetStartPoints.Image        = null;
     this.btnSetStartPoints.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSetStartPoints.Location     = new System.Drawing.Point(12, 420);
     this.btnSetStartPoints.Name         = "btnSetStartPoints";
     this.btnSetStartPoints.RadioButton  = false;
     this.btnSetStartPoints.Size         = new System.Drawing.Size(141, 23);
     this.btnSetStartPoints.TabIndex     = 10001;
     this.btnSetStartPoints.Text         = "Add or Remove points";
     this.btnSetStartPoints.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSetStartPoints.Visible      = false;
     this.btnSetStartPoints.Click       += new System.EventHandler(this.btnSetStartPoints_Click);
     //
     // fPlayersStartPoints
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(569, 455);
     this.Controls.Add(this.btnSetStartPoints);
     this.Controls.Add(this.btnPlayersList);
     this.Controls.Add(this.lvPlayers);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnRebuy);
     this.Controls.Add(this.border1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(75)))), ((int)(((byte)(76)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "fPlayersStartPoints";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add or Remove points";
     this.ResumeLayout(false);
 }
Пример #8
0
 /// <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();
     WindowSkin.ObjectListViewColumn objectListViewColumn1  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn2  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn3  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn4  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn5  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn6  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn7  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn8  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn9  = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn10 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn11 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn12 = new WindowSkin.ObjectListViewColumn();
     this.tcMain                        = new System.Windows.Forms.TabControl();
     this.tpgProperties                 = new System.Windows.Forms.TabPage();
     this.pnlProperties                 = new System.Windows.Forms.Panel();
     this.lvCompetitionPlayers          = new WindowSkin.ObjectListView();
     this.lblCompetitionTypeDescription = new System.Windows.Forms.Label();
     this.btnChangeProperties           = new WindowSkin.Button();
     this.btnSeedFinish                 = new WindowSkin.Button();
     this.btnPlayerAdd                  = new WindowSkin.Button();
     this.txtCurrentState               = new WindowSkin.TextBox();
     this.label3                        = new System.Windows.Forms.Label();
     this.txtCompetitionType            = new WindowSkin.TextBox();
     this.txtTypeOfSport                = new WindowSkin.TextBox();
     this.cbxChangesRating              = new WindowSkin.CheckBox();
     this.label4                        = new System.Windows.Forms.Label();
     this.label2                        = new System.Windows.Forms.Label();
     this.txtCompetitionName            = new WindowSkin.TextBox();
     this.label1                        = new System.Windows.Forms.Label();
     this.border2                       = new WindowSkin.Border();
     this.tpgCompetition                = new System.Windows.Forms.TabPage();
     this.pnlScalePicture               = new System.Windows.Forms.Panel();
     this.ibxScale                      = new WindowSkin.IntegerBox();
     this.btnFinish                     = new WindowSkin.Button();
     this.btnSavePicture                = new WindowSkin.Button();
     this.label7                        = new System.Windows.Forms.Label();
     this.btnPrintPicture               = new WindowSkin.Button();
     this.border11                      = new WindowSkin.Border();
     this.tpgResults                    = new System.Windows.Forms.TabPage();
     this.panel5                        = new System.Windows.Forms.Panel();
     this.border9                       = new WindowSkin.Border();
     this.splitContainer1               = new System.Windows.Forms.SplitContainer();
     this.lvPlayerPlace                 = new WindowSkin.ObjectListView();
     this.lvRatingAfter                 = new WindowSkin.ObjectListView();
     this.panel2                        = new System.Windows.Forms.Panel();
     this.btnSaveResults                = new WindowSkin.Button();
     this.border8                       = new WindowSkin.Border();
     this.btnPrizeMoney                 = new WindowSkin.Button();
     this.panel1                        = new System.Windows.Forms.Panel();
     this.btnClose                      = new WindowSkin.Button();
     this.border3                       = new WindowSkin.Border();
     this.saveDialog                    = new System.Windows.Forms.SaveFileDialog();
     this.toolTip1                      = new System.Windows.Forms.ToolTip(this.components);
     this.border1                       = new WindowSkin.Border();
     this.tcMain.SuspendLayout();
     this.tpgProperties.SuspendLayout();
     this.pnlProperties.SuspendLayout();
     this.tpgCompetition.SuspendLayout();
     this.pnlScalePicture.SuspendLayout();
     this.tpgResults.SuspendLayout();
     this.panel5.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tcMain
     //
     this.tcMain.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.tcMain.Controls.Add(this.tpgProperties);
     this.tcMain.Controls.Add(this.tpgCompetition);
     this.tcMain.Controls.Add(this.tpgResults);
     this.tcMain.Location              = new System.Drawing.Point(10, 11);
     this.tcMain.Name                  = "tcMain";
     this.tcMain.SelectedIndex         = 0;
     this.tcMain.Size                  = new System.Drawing.Size(981, 510);
     this.tcMain.TabIndex              = 1;
     this.tcMain.SelectedIndexChanged += new System.EventHandler(this.tcMain_SelectedIndexChanged);
     //
     // tpgProperties
     //
     this.tpgProperties.Controls.Add(this.pnlProperties);
     this.tpgProperties.Location = new System.Drawing.Point(4, 22);
     this.tpgProperties.Name     = "tpgProperties";
     this.tpgProperties.Padding  = new System.Windows.Forms.Padding(3);
     this.tpgProperties.Size     = new System.Drawing.Size(973, 484);
     this.tpgProperties.TabIndex = 4;
     this.tpgProperties.Text     = "Registration and Draw";
     this.tpgProperties.UseVisualStyleBackColor = true;
     //
     // pnlProperties
     //
     this.pnlProperties.Controls.Add(this.lvCompetitionPlayers);
     this.pnlProperties.Controls.Add(this.lblCompetitionTypeDescription);
     this.pnlProperties.Controls.Add(this.btnChangeProperties);
     this.pnlProperties.Controls.Add(this.btnSeedFinish);
     this.pnlProperties.Controls.Add(this.btnPlayerAdd);
     this.pnlProperties.Controls.Add(this.txtCurrentState);
     this.pnlProperties.Controls.Add(this.label3);
     this.pnlProperties.Controls.Add(this.txtCompetitionType);
     this.pnlProperties.Controls.Add(this.txtTypeOfSport);
     this.pnlProperties.Controls.Add(this.cbxChangesRating);
     this.pnlProperties.Controls.Add(this.label4);
     this.pnlProperties.Controls.Add(this.label2);
     this.pnlProperties.Controls.Add(this.txtCompetitionName);
     this.pnlProperties.Controls.Add(this.label1);
     this.pnlProperties.Controls.Add(this.border2);
     this.pnlProperties.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlProperties.Location = new System.Drawing.Point(3, 3);
     this.pnlProperties.Name     = "pnlProperties";
     this.pnlProperties.Size     = new System.Drawing.Size(967, 478);
     this.pnlProperties.TabIndex = 0;
     //
     // lvCompetitionPlayers
     //
     this.lvCompetitionPlayers.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.lvCompetitionPlayers.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn1.FormatString    = "";
     objectListViewColumn1.Name            = "SeedNo";
     objectListViewColumn1.Text            = "Draw";
     objectListViewColumn1.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn1.Width           = 65;
     objectListViewColumn2.FormatString    = "";
     objectListViewColumn2.Name            = "FullName";
     objectListViewColumn2.Text            = "Player";
     objectListViewColumn2.TruncHeaderText = false;
     objectListViewColumn2.Width           = 210;
     objectListViewColumn3.FormatString    = "";
     objectListViewColumn3.Name            = "RatingBeforeCompetition";
     objectListViewColumn3.Text            = "Start Rating";
     objectListViewColumn3.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn3.TruncHeaderText = false;
     objectListViewColumn3.Width           = 75;
     this.lvCompetitionPlayers.Columns.Add(objectListViewColumn1);
     this.lvCompetitionPlayers.Columns.Add(objectListViewColumn2);
     this.lvCompetitionPlayers.Columns.Add(objectListViewColumn3);
     this.lvCompetitionPlayers.HeaderFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvCompetitionPlayers.HeaderHeight  = 34;
     this.lvCompetitionPlayers.LinesStyle    = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvCompetitionPlayers.Location      = new System.Drawing.Point(488, 26);
     this.lvCompetitionPlayers.Name          = "lvCompetitionPlayers";
     this.lvCompetitionPlayers.RowHeight     = 19;
     this.lvCompetitionPlayers.SelectedIndex = -1;
     this.lvCompetitionPlayers.Size          = new System.Drawing.Size(295, 437);
     this.lvCompetitionPlayers.TabIndex      = 38;
     //
     // lblCompetitionTypeDescription
     //
     this.lblCompetitionTypeDescription.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCompetitionTypeDescription.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblCompetitionTypeDescription.Location    = new System.Drawing.Point(29, 172);
     this.lblCompetitionTypeDescription.Name        = "lblCompetitionTypeDescription";
     this.lblCompetitionTypeDescription.Size        = new System.Drawing.Size(453, 57);
     this.lblCompetitionTypeDescription.TabIndex    = 36;
     //
     // btnChangeProperties
     //
     this.btnChangeProperties.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnChangeProperties.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnChangeProperties.Down         = false;
     this.btnChangeProperties.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnChangeProperties.Image        = null;
     this.btnChangeProperties.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnChangeProperties.Location     = new System.Drawing.Point(312, 315);
     this.btnChangeProperties.Name         = "btnChangeProperties";
     this.btnChangeProperties.RadioButton  = false;
     this.btnChangeProperties.Size         = new System.Drawing.Size(170, 23);
     this.btnChangeProperties.TabIndex     = 33;
     this.btnChangeProperties.Tag          = "1";
     this.btnChangeProperties.Text         = "Edit Parameters";
     this.btnChangeProperties.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnChangeProperties.Click       += new System.EventHandler(this.btnChangeProperties_Click);
     //
     // btnSeedFinish
     //
     this.btnSeedFinish.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSeedFinish.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnSeedFinish.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnSeedFinish.Down         = false;
     this.btnSeedFinish.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnSeedFinish.Image        = null;
     this.btnSeedFinish.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSeedFinish.Location     = new System.Drawing.Point(789, 315);
     this.btnSeedFinish.Name         = "btnSeedFinish";
     this.btnSeedFinish.RadioButton  = false;
     this.btnSeedFinish.Size         = new System.Drawing.Size(162, 23);
     this.btnSeedFinish.TabIndex     = 32;
     this.btnSeedFinish.Text         = "Start Competition";
     this.btnSeedFinish.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSeedFinish.Click       += new System.EventHandler(this.btnSeedFinish_Click);
     //
     // btnPlayerAdd
     //
     this.btnPlayerAdd.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPlayerAdd.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnPlayerAdd.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnPlayerAdd.Down         = false;
     this.btnPlayerAdd.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnPlayerAdd.Image        = null;
     this.btnPlayerAdd.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPlayerAdd.Location     = new System.Drawing.Point(789, 26);
     this.btnPlayerAdd.Name         = "btnPlayerAdd";
     this.btnPlayerAdd.RadioButton  = false;
     this.btnPlayerAdd.Size         = new System.Drawing.Size(162, 23);
     this.btnPlayerAdd.TabIndex     = 28;
     this.btnPlayerAdd.Text         = "List of Competition Players ";
     this.btnPlayerAdd.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPlayerAdd.Click       += new System.EventHandler(this.btnPlayerAdd_Click);
     //
     // txtCurrentState
     //
     this.txtCurrentState.Location = new System.Drawing.Point(29, 264);
     this.txtCurrentState.Name     = "txtCurrentState";
     this.txtCurrentState.ReadOnly = true;
     this.txtCurrentState.Size     = new System.Drawing.Size(453, 20);
     this.txtCurrentState.TabIndex = 26;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(25, 248);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(69, 13);
     this.label3.TabIndex = 24;
     this.label3.Text     = "Current State";
     //
     // txtCompetitionType
     //
     this.txtCompetitionType.Location = new System.Drawing.Point(29, 143);
     this.txtCompetitionType.Name     = "txtCompetitionType";
     this.txtCompetitionType.ReadOnly = true;
     this.txtCompetitionType.Size     = new System.Drawing.Size(453, 20);
     this.txtCompetitionType.TabIndex = 25;
     //
     // txtTypeOfSport
     //
     this.txtTypeOfSport.Location = new System.Drawing.Point(29, 41);
     this.txtTypeOfSport.Name     = "txtTypeOfSport";
     this.txtTypeOfSport.ReadOnly = true;
     this.txtTypeOfSport.Size     = new System.Drawing.Size(204, 20);
     this.txtTypeOfSport.TabIndex = 22;
     //
     // cbxChangesRating
     //
     this.cbxChangesRating.AutoSize = true;
     this.cbxChangesRating.Enabled  = false;
     this.cbxChangesRating.Location = new System.Drawing.Point(239, 43);
     this.cbxChangesRating.Name     = "cbxChangesRating";
     this.cbxChangesRating.Size     = new System.Drawing.Size(119, 15);
     this.cbxChangesRating.TabIndex = 23;
     this.cbxChangesRating.Text     = "Rating Competition";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(25, 25);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(71, 13);
     this.label4.TabIndex = 21;
     this.label4.Text     = "Type of Sport";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(25, 127);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(97, 13);
     this.label2.TabIndex = 20;
     this.label2.Text     = "Competition Format";
     //
     // txtCompetitionName
     //
     this.txtCompetitionName.Location = new System.Drawing.Point(29, 92);
     this.txtCompetitionName.Name     = "txtCompetitionName";
     this.txtCompetitionName.ReadOnly = true;
     this.txtCompetitionName.Size     = new System.Drawing.Size(453, 20);
     this.txtCompetitionName.TabIndex = 24;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 76);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(93, 13);
     this.label1.TabIndex = 19;
     this.label1.Text     = "Competition Name";
     //
     // border2
     //
     this.border2.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.border2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border2.Location     = new System.Drawing.Point(0, 0);
     this.border2.MinimizedBox = false;
     this.border2.Name         = "border2";
     this.border2.ShowCaption  = false;
     this.border2.Size         = new System.Drawing.Size(967, 478);
     this.border2.Sizeable     = false;
     this.border2.TabIndex     = 10000;
     this.border2.TabStop      = false;
     //
     // tpgCompetition
     //
     this.tpgCompetition.AutoScroll = true;
     this.tpgCompetition.Controls.Add(this.pnlScalePicture);
     this.tpgCompetition.Location = new System.Drawing.Point(4, 22);
     this.tpgCompetition.Name     = "tpgCompetition";
     this.tpgCompetition.Padding  = new System.Windows.Forms.Padding(3);
     this.tpgCompetition.Size     = new System.Drawing.Size(973, 484);
     this.tpgCompetition.TabIndex = 2;
     this.tpgCompetition.Text     = "Matches and Current Results";
     this.tpgCompetition.UseVisualStyleBackColor = true;
     //
     // pnlScalePicture
     //
     this.pnlScalePicture.Controls.Add(this.ibxScale);
     this.pnlScalePicture.Controls.Add(this.btnFinish);
     this.pnlScalePicture.Controls.Add(this.btnSavePicture);
     this.pnlScalePicture.Controls.Add(this.label7);
     this.pnlScalePicture.Controls.Add(this.btnPrintPicture);
     this.pnlScalePicture.Controls.Add(this.border11);
     this.pnlScalePicture.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlScalePicture.Location = new System.Drawing.Point(3, 3);
     this.pnlScalePicture.Name     = "pnlScalePicture";
     this.pnlScalePicture.Size     = new System.Drawing.Size(967, 46);
     this.pnlScalePicture.TabIndex = 1;
     //
     // ibxScale
     //
     this.ibxScale.Increment     = 10;
     this.ibxScale.Location      = new System.Drawing.Point(175, 13);
     this.ibxScale.MaximumSize   = new System.Drawing.Size(100, 19);
     this.ibxScale.MaximumValue  = 300;
     this.ibxScale.MinimumSize   = new System.Drawing.Size(60, 19);
     this.ibxScale.MinimumValue  = 50;
     this.ibxScale.Name          = "ibxScale";
     this.ibxScale.Size          = new System.Drawing.Size(60, 19);
     this.ibxScale.TabIndex      = 2;
     this.ibxScale.Value         = 100;
     this.ibxScale.WheelStep     = 20;
     this.ibxScale.ValueChanged += new System.EventHandler(this.udScale_ValueChanged);
     //
     // btnFinish
     //
     this.btnFinish.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFinish.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnFinish.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnFinish.Down         = false;
     this.btnFinish.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnFinish.Image        = null;
     this.btnFinish.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFinish.Location     = new System.Drawing.Point(719, 12);
     this.btnFinish.Name         = "btnFinish";
     this.btnFinish.RadioButton  = false;
     this.btnFinish.Size         = new System.Drawing.Size(238, 23);
     this.btnFinish.TabIndex     = 3;
     this.btnFinish.Text         = "Finish Competition";
     this.btnFinish.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnFinish.Click       += new System.EventHandler(this.btnFinish_Click);
     //
     // btnSavePicture
     //
     this.btnSavePicture.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnSavePicture.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnSavePicture.Down         = false;
     this.btnSavePicture.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnSavePicture.Image        = global::TA.Main.Properties.Resources.app_act_save_disk_24x24;
     this.btnSavePicture.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSavePicture.Location     = new System.Drawing.Point(47, 8);
     this.btnSavePicture.Name         = "btnSavePicture";
     this.btnSavePicture.RadioButton  = false;
     this.btnSavePicture.Size         = new System.Drawing.Size(35, 30);
     this.btnSavePicture.TabIndex     = 1;
     this.btnSavePicture.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip1.SetToolTip(this.btnSavePicture, "Save");
     this.btnSavePicture.Click += new System.EventHandler(this.btnSavePicture_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label7.Location = new System.Drawing.Point(100, 16);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(70, 13);
     this.label7.TabIndex = 2;
     this.label7.Text     = "Scale View";
     //
     // btnPrintPicture
     //
     this.btnPrintPicture.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnPrintPicture.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnPrintPicture.Down         = false;
     this.btnPrintPicture.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnPrintPicture.Image        = global::TA.Main.Properties.Resources.Crystal_Clear_action_fileprint_24x24;
     this.btnPrintPicture.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrintPicture.Location     = new System.Drawing.Point(9, 8);
     this.btnPrintPicture.Name         = "btnPrintPicture";
     this.btnPrintPicture.RadioButton  = false;
     this.btnPrintPicture.Size         = new System.Drawing.Size(35, 30);
     this.btnPrintPicture.TabIndex     = 0;
     this.btnPrintPicture.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip1.SetToolTip(this.btnPrintPicture, "Print");
     this.btnPrintPicture.Click += new System.EventHandler(this.btnPrintPicture_Click);
     //
     // border11
     //
     this.border11.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border11.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border11.Location     = new System.Drawing.Point(0, 0);
     this.border11.MinimizedBox = false;
     this.border11.Name         = "border11";
     this.border11.ShowCaption  = false;
     this.border11.Size         = new System.Drawing.Size(967, 46);
     this.border11.Sizeable     = false;
     this.border11.TabIndex     = 10000;
     this.border11.TabStop      = false;
     //
     // tpgResults
     //
     this.tpgResults.Controls.Add(this.panel5);
     this.tpgResults.Controls.Add(this.panel2);
     this.tpgResults.Location = new System.Drawing.Point(4, 22);
     this.tpgResults.Name     = "tpgResults";
     this.tpgResults.Padding  = new System.Windows.Forms.Padding(3);
     this.tpgResults.Size     = new System.Drawing.Size(973, 484);
     this.tpgResults.TabIndex = 3;
     this.tpgResults.Text     = "Final Results";
     this.tpgResults.UseVisualStyleBackColor = true;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.border9);
     this.panel5.Controls.Add(this.splitContainer1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(3, 49);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(967, 432);
     this.panel5.TabIndex = 8;
     //
     // border9
     //
     this.border9.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border9.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border9.Location     = new System.Drawing.Point(0, 0);
     this.border9.MinimizedBox = false;
     this.border9.Name         = "border9";
     this.border9.ShowCaption  = false;
     this.border9.Size         = new System.Drawing.Size(967, 432);
     this.border9.Sizeable     = false;
     this.border9.TabIndex     = 10000;
     this.border9.TabStop      = false;
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(8, 7);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lvPlayerPlace);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvRatingAfter);
     this.splitContainer1.Size             = new System.Drawing.Size(947, 417);
     this.splitContainer1.SplitterDistance = 348;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 7;
     //
     // lvPlayerPlace
     //
     this.lvPlayerPlace.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn4.FormatString    = "";
     objectListViewColumn4.Name            = "Place";
     objectListViewColumn4.Text            = "Place";
     objectListViewColumn4.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn4.TruncHeaderText = false;
     objectListViewColumn4.Width           = 60;
     objectListViewColumn5.FormatString    = "";
     objectListViewColumn5.Name            = "FullName";
     objectListViewColumn5.Text            = "Player";
     objectListViewColumn5.Width           = 220;
     objectListViewColumn6.FormatString    = "";
     objectListViewColumn6.Name            = "TotalPoints";
     objectListViewColumn6.Text            = "Points";
     objectListViewColumn6.Width           = 60;
     this.lvPlayerPlace.Columns.Add(objectListViewColumn4);
     this.lvPlayerPlace.Columns.Add(objectListViewColumn5);
     this.lvPlayerPlace.Columns.Add(objectListViewColumn6);
     this.lvPlayerPlace.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvPlayerPlace.HeaderFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvPlayerPlace.HeaderHeight  = 32;
     this.lvPlayerPlace.LinesStyle    = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvPlayerPlace.Location      = new System.Drawing.Point(0, 0);
     this.lvPlayerPlace.Name          = "lvPlayerPlace";
     this.lvPlayerPlace.RowHeight     = 19;
     this.lvPlayerPlace.SelectedIndex = -1;
     this.lvPlayerPlace.Size          = new System.Drawing.Size(348, 417);
     this.lvPlayerPlace.TabIndex      = 0;
     //
     // lvRatingAfter
     //
     this.lvRatingAfter.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn7.FormatString        = "";
     objectListViewColumn7.Name                = "PlayerName";
     objectListViewColumn7.Text                = "Player";
     objectListViewColumn7.TruncHeaderText     = false;
     objectListViewColumn7.Width               = 200;
     objectListViewColumn8.FormatString        = "";
     objectListViewColumn8.Name                = "RatingBegin";
     objectListViewColumn8.Text                = "Start Rating";
     objectListViewColumn8.TextAlignment       = System.Drawing.StringAlignment.Center;
     objectListViewColumn8.TruncHeaderText     = false;
     objectListViewColumn8.Width               = 80;
     objectListViewColumn9.FormatString        = "";
     objectListViewColumn9.Name                = "OpponentsCount";
     objectListViewColumn9.Text                = "Number of Opponents";
     objectListViewColumn9.TextAlignment       = System.Drawing.StringAlignment.Center;
     objectListViewColumn9.TruncHeaderText     = false;
     objectListViewColumn9.Width               = 80;
     objectListViewColumn10.ConvertValueString = true;
     objectListViewColumn10.FormatString       = "";
     objectListViewColumn10.Name               = "Points";
     objectListViewColumn10.Text               = "Sum of Points";
     objectListViewColumn10.TextAlignment      = System.Drawing.StringAlignment.Center;
     objectListViewColumn10.TruncHeaderText    = false;
     objectListViewColumn10.Width              = 80;
     objectListViewColumn11.FormatString       = "";
     objectListViewColumn11.Name               = "Delta";
     objectListViewColumn11.Text               = "Change in Rating";
     objectListViewColumn11.TextAlignment      = System.Drawing.StringAlignment.Center;
     objectListViewColumn11.TruncHeaderText    = false;
     objectListViewColumn11.Width              = 80;
     objectListViewColumn12.FormatString       = "";
     objectListViewColumn12.Name               = "RatingEnd";
     objectListViewColumn12.Text               = "Final Rating";
     objectListViewColumn12.TextAlignment      = System.Drawing.StringAlignment.Center;
     objectListViewColumn12.TruncHeaderText    = false;
     objectListViewColumn12.Width              = 80;
     this.lvRatingAfter.Columns.Add(objectListViewColumn7);
     this.lvRatingAfter.Columns.Add(objectListViewColumn8);
     this.lvRatingAfter.Columns.Add(objectListViewColumn9);
     this.lvRatingAfter.Columns.Add(objectListViewColumn10);
     this.lvRatingAfter.Columns.Add(objectListViewColumn11);
     this.lvRatingAfter.Columns.Add(objectListViewColumn12);
     this.lvRatingAfter.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.lvRatingAfter.HeaderFont     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvRatingAfter.HeaderHeight   = 32;
     this.lvRatingAfter.LinesStyle     = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvRatingAfter.Location       = new System.Drawing.Point(0, 0);
     this.lvRatingAfter.Name           = "lvRatingAfter";
     this.lvRatingAfter.RowHeight      = 19;
     this.lvRatingAfter.SelectedIndex  = -1;
     this.lvRatingAfter.Size           = new System.Drawing.Size(594, 417);
     this.lvRatingAfter.TabIndex       = 0;
     this.lvRatingAfter.GetCellString += new WindowSkin.ObjectListViewGetItemString(this.lvRatingAfter_OnGetCellString);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnSaveResults);
     this.panel2.Controls.Add(this.border8);
     this.panel2.Controls.Add(this.btnPrizeMoney);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(3, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(967, 46);
     this.panel2.TabIndex = 6;
     //
     // btnSaveResults
     //
     this.btnSaveResults.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnSaveResults.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnSaveResults.Down         = false;
     this.btnSaveResults.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnSaveResults.Image        = global::TA.Main.Properties.Resources.app_act_save_disk_24x24;
     this.btnSaveResults.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSaveResults.Location     = new System.Drawing.Point(9, 8);
     this.btnSaveResults.Name         = "btnSaveResults";
     this.btnSaveResults.RadioButton  = false;
     this.btnSaveResults.Size         = new System.Drawing.Size(35, 30);
     this.btnSaveResults.TabIndex     = 8;
     this.btnSaveResults.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip1.SetToolTip(this.btnSaveResults, "Save Compertition Report in HTML");
     this.btnSaveResults.Click += new System.EventHandler(this.btnSaveResults_Click);
     //
     // border8
     //
     this.border8.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border8.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border8.Location     = new System.Drawing.Point(0, 0);
     this.border8.MinimizedBox = false;
     this.border8.Name         = "border8";
     this.border8.ShowCaption  = false;
     this.border8.Size         = new System.Drawing.Size(967, 46);
     this.border8.Sizeable     = false;
     this.border8.TabIndex     = 10000;
     this.border8.TabStop      = false;
     //
     // btnPrizeMoney
     //
     this.btnPrizeMoney.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnPrizeMoney.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnPrizeMoney.Down         = false;
     this.btnPrizeMoney.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnPrizeMoney.Image        = null;
     this.btnPrizeMoney.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPrizeMoney.Location     = new System.Drawing.Point(452, 12);
     this.btnPrizeMoney.Name         = "btnPrizeMoney";
     this.btnPrizeMoney.RadioButton  = false;
     this.btnPrizeMoney.Size         = new System.Drawing.Size(174, 23);
     this.btnPrizeMoney.TabIndex     = 6;
     this.btnPrizeMoney.Text         = "Призовой фонд";
     this.btnPrizeMoney.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPrizeMoney.Visible      = false;
     this.btnPrizeMoney.Click       += new System.EventHandler(this.btnPrizeMoney_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.btnClose);
     this.panel1.Controls.Add(this.border3);
     this.panel1.Controls.Add(this.tcMain);
     this.panel1.Location = new System.Drawing.Point(9, 20);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(996, 528);
     this.panel1.TabIndex = 3;
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnClose.Down         = false;
     this.btnClose.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnClose.Image        = global::TA.Main.Properties.Resources.app_act_exit_20x20;
     this.btnClose.ImageAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnClose.Location     = new System.Drawing.Point(962, 7);
     this.btnClose.Name         = "btnClose";
     this.btnClose.RadioButton  = false;
     this.btnClose.Size         = new System.Drawing.Size(26, 25);
     this.btnClose.TabIndex     = 3;
     this.btnClose.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // border3
     //
     this.border3.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border3.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border3.Location     = new System.Drawing.Point(0, 0);
     this.border3.MinimizedBox = false;
     this.border3.Name         = "border3";
     this.border3.ShowCaption  = false;
     this.border3.Size         = new System.Drawing.Size(996, 528);
     this.border3.Sizeable     = false;
     this.border3.TabIndex     = 10000;
     this.border3.TabStop      = false;
     //
     // saveDialog
     //
     this.saveDialog.Filter           = "JPEG format|*.jpg|Bitmap format|*.bmp|PNG format|*.png|GIF format|*.gif";
     this.saveDialog.RestoreDirectory = true;
     this.saveDialog.Title            = "Save Picture";
     //
     // border1
     //
     this.border1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.border1.Location          = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox      = false;
     this.border1.Name              = "border1";
     this.border1.ShowCaption       = true;
     this.border1.Size              = new System.Drawing.Size(1014, 556);
     this.border1.Sizeable          = true;
     this.border1.TabIndex          = 10000;
     this.border1.TabStop           = false;
     this.border1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.border1_MouseDoubleClick);
     //
     // fCompetition
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1014, 556);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.border1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(75)))), ((int)(((byte)(76)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "fCompetition";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.tcMain.ResumeLayout(false);
     this.tpgProperties.ResumeLayout(false);
     this.pnlProperties.ResumeLayout(false);
     this.pnlProperties.PerformLayout();
     this.tpgCompetition.ResumeLayout(false);
     this.pnlScalePicture.ResumeLayout(false);
     this.pnlScalePicture.PerformLayout();
     this.tpgResults.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WindowSkin.ObjectListViewColumn objectListViewColumn1 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn2 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn3 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn4 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn5 = new WindowSkin.ObjectListViewColumn();
     WindowSkin.ObjectListViewColumn objectListViewColumn6 = new WindowSkin.ObjectListViewColumn();
     this.label1             = new System.Windows.Forms.Label();
     this.txtName            = new WindowSkin.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.txtPlace           = new WindowSkin.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.txtDateBegin       = new System.Windows.Forms.DateTimePicker();
     this.label4             = new System.Windows.Forms.Label();
     this.txtDateEnd         = new System.Windows.Forms.DateTimePicker();
     this.btnSave            = new WindowSkin.Button();
     this.label5             = new System.Windows.Forms.Label();
     this.btnDelete          = new WindowSkin.Button();
     this.btnCompetitionEdit = new WindowSkin.Button();
     this.btnCompetitionAdd  = new WindowSkin.Button();
     this.btnClose           = new WindowSkin.Button();
     this.border1            = new WindowSkin.Border();
     this.panel1             = new System.Windows.Forms.Panel();
     this.btnExport          = new WindowSkin.Button();
     this.border3            = new WindowSkin.Border();
     this.panel2             = new System.Windows.Forms.Panel();
     this.lvCompetitions     = new WindowSkin.ObjectListView();
     this.label6             = new System.Windows.Forms.Label();
     this.border2            = new WindowSkin.Border();
     this.saveXmlDialog      = new System.Windows.Forms.SaveFileDialog();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(17, 51);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Tournament Title";
     //
     // txtName
     //
     this.txtName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.txtName.Location = new System.Drawing.Point(20, 68);
     this.txtName.Name     = "txtName";
     this.txtName.ReadOnly = false;
     this.txtName.Size     = new System.Drawing.Size(306, 20);
     this.txtName.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(370, 51);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Place";
     //
     // txtPlace
     //
     this.txtPlace.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.txtPlace.Location = new System.Drawing.Point(373, 68);
     this.txtPlace.Name     = "txtPlace";
     this.txtPlace.ReadOnly = false;
     this.txtPlace.Size     = new System.Drawing.Size(275, 20);
     this.txtPlace.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(17, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(90, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Tournament Date";
     //
     // txtDateBegin
     //
     this.txtDateBegin.CalendarMonthBackground = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.txtDateBegin.CalendarTitleBackColor  = System.Drawing.SystemColors.AppWorkspace;
     this.txtDateBegin.CalendarTitleForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.txtDateBegin.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.txtDateBegin.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.txtDateBegin.Location = new System.Drawing.Point(198, 15);
     this.txtDateBegin.Name     = "txtDateBegin";
     this.txtDateBegin.Size     = new System.Drawing.Size(128, 20);
     this.txtDateBegin.TabIndex = 0;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location  = new System.Drawing.Point(334, 19);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(34, 13);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Finish";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txtDateEnd
     //
     this.txtDateEnd.CalendarMonthBackground = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.txtDateEnd.CalendarTitleBackColor  = System.Drawing.SystemColors.AppWorkspace;
     this.txtDateEnd.CalendarTitleForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.txtDateEnd.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.txtDateEnd.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.txtDateEnd.Location = new System.Drawing.Point(373, 15);
     this.txtDateEnd.Name     = "txtDateEnd";
     this.txtDateEnd.Size     = new System.Drawing.Size(128, 20);
     this.txtDateEnd.TabIndex = 1;
     //
     // btnSave
     //
     this.btnSave.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnSave.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnSave.Down         = false;
     this.btnSave.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSave.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnSave.Image        = null;
     this.btnSave.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location     = new System.Drawing.Point(663, 65);
     this.btnSave.Name         = "btnSave";
     this.btnSave.RadioButton  = false;
     this.btnSave.Size         = new System.Drawing.Size(93, 23);
     this.btnSave.TabIndex     = 4;
     this.btnSave.Text         = "Save";
     this.btnSave.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSave.Click       += new System.EventHandler(this.btnSave_Click);
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location  = new System.Drawing.Point(135, 19);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(56, 13);
     this.label5.TabIndex  = 7;
     this.label5.Text      = "Start";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // btnDelete
     //
     this.btnDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelete.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnDelete.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnDelete.Down         = false;
     this.btnDelete.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnDelete.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnDelete.Image        = null;
     this.btnDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnDelete.Location     = new System.Drawing.Point(215, 309);
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.RadioButton  = false;
     this.btnDelete.Size         = new System.Drawing.Size(93, 23);
     this.btnDelete.TabIndex     = 4;
     this.btnDelete.Text         = "Remove";
     this.btnDelete.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDelete.Click       += new System.EventHandler(this.btnDelete_Click);
     //
     // btnCompetitionEdit
     //
     this.btnCompetitionEdit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCompetitionEdit.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnCompetitionEdit.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnCompetitionEdit.Down         = false;
     this.btnCompetitionEdit.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnCompetitionEdit.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnCompetitionEdit.Image        = null;
     this.btnCompetitionEdit.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompetitionEdit.Location     = new System.Drawing.Point(115, 309);
     this.btnCompetitionEdit.Name         = "btnCompetitionEdit";
     this.btnCompetitionEdit.RadioButton  = false;
     this.btnCompetitionEdit.Size         = new System.Drawing.Size(93, 23);
     this.btnCompetitionEdit.TabIndex     = 2;
     this.btnCompetitionEdit.Text         = "Open";
     this.btnCompetitionEdit.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCompetitionEdit.Click       += new System.EventHandler(this.btnCompetitionEdit_Click);
     //
     // btnCompetitionAdd
     //
     this.btnCompetitionAdd.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCompetitionAdd.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnCompetitionAdd.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnCompetitionAdd.Down         = false;
     this.btnCompetitionAdd.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnCompetitionAdd.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnCompetitionAdd.Image        = null;
     this.btnCompetitionAdd.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompetitionAdd.Location     = new System.Drawing.Point(16, 309);
     this.btnCompetitionAdd.Name         = "btnCompetitionAdd";
     this.btnCompetitionAdd.RadioButton  = false;
     this.btnCompetitionAdd.Size         = new System.Drawing.Size(93, 23);
     this.btnCompetitionAdd.TabIndex     = 1;
     this.btnCompetitionAdd.Text         = "Create";
     this.btnCompetitionAdd.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCompetitionAdd.Click       += new System.EventHandler(this.btnCompetitionAdd_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Down         = false;
     this.btnClose.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnClose.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(213)))), ((int)(((byte)(213)))));
     this.btnClose.Image        = null;
     this.btnClose.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location     = new System.Drawing.Point(663, 309);
     this.btnClose.Name         = "btnClose";
     this.btnClose.RadioButton  = false;
     this.btnClose.Size         = new System.Drawing.Size(93, 23);
     this.btnClose.TabIndex     = 3;
     this.btnClose.Text         = "Close";
     this.btnClose.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // border1
     //
     this.border1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.border1.Location     = new System.Drawing.Point(0, 0);
     this.border1.MinimizedBox = true;
     this.border1.Name         = "border1";
     this.border1.ShowCaption  = true;
     this.border1.Size         = new System.Drawing.Size(788, 486);
     this.border1.Sizeable     = true;
     this.border1.TabIndex     = 10000;
     this.border1.TabStop      = false;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.btnExport);
     this.panel1.Controls.Add(this.border3);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.txtPlace);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtDateBegin);
     this.panel1.Controls.Add(this.txtName);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.txtDateEnd);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Location = new System.Drawing.Point(8, 19);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(772, 111);
     this.panel1.TabIndex = 13;
     //
     // btnExport
     //
     this.btnExport.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(98)))), ((int)(((byte)(101)))));
     this.btnExport.DialogResult = System.Windows.Forms.DialogResult.None;
     this.btnExport.Down         = false;
     this.btnExport.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnExport.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(212)))), ((int)(((byte)(214)))));
     this.btnExport.Image        = null;
     this.btnExport.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnExport.Location     = new System.Drawing.Point(663, 19);
     this.btnExport.Name         = "btnExport";
     this.btnExport.RadioButton  = false;
     this.btnExport.Size         = new System.Drawing.Size(93, 23);
     this.btnExport.TabIndex     = 8;
     this.btnExport.Text         = "Export";
     this.btnExport.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnExport.Click       += new System.EventHandler(this.btnExport_Click);
     //
     // border3
     //
     this.border3.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border3.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border3.Location     = new System.Drawing.Point(0, 0);
     this.border3.MinimizedBox = false;
     this.border3.Name         = "border3";
     this.border3.ShowCaption  = false;
     this.border3.Size         = new System.Drawing.Size(772, 111);
     this.border3.Sizeable     = false;
     this.border3.TabIndex     = 10000;
     this.border3.TabStop      = false;
     //
     // panel2
     //
     this.panel2.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.panel2.Controls.Add(this.lvCompetitions);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.border2);
     this.panel2.Controls.Add(this.btnDelete);
     this.panel2.Controls.Add(this.btnCompetitionAdd);
     this.panel2.Controls.Add(this.btnClose);
     this.panel2.Controls.Add(this.btnCompetitionEdit);
     this.panel2.Location = new System.Drawing.Point(8, 131);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(772, 346);
     this.panel2.TabIndex = 14;
     //
     // lvCompetitions
     //
     this.lvCompetitions.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.lvCompetitions.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(233)))));
     objectListViewColumn1.FormatString    = "";
     objectListViewColumn1.Name            = "Info.Id";
     objectListViewColumn1.Sortable        = false;
     objectListViewColumn1.Text            = "Id";
     objectListViewColumn1.TruncHeaderText = false;
     objectListViewColumn1.Visible         = false;
     objectListViewColumn2.FormatString    = "";
     objectListViewColumn2.Name            = "Info.SportType.Name";
     objectListViewColumn2.Text            = "Game";
     objectListViewColumn2.TruncHeaderText = false;
     objectListViewColumn3.FormatString    = "";
     objectListViewColumn3.Name            = "Info.Name";
     objectListViewColumn3.Text            = "Competition Title";
     objectListViewColumn3.TruncHeaderText = false;
     objectListViewColumn3.Width           = 180;
     objectListViewColumn4.FormatString    = "";
     objectListViewColumn4.Name            = "Info.PlayerCount";
     objectListViewColumn4.Text            = "Players";
     objectListViewColumn4.TextAlignment   = System.Drawing.StringAlignment.Center;
     objectListViewColumn4.TruncHeaderText = false;
     objectListViewColumn4.Width           = 85;
     objectListViewColumn5.FormatString    = "";
     objectListViewColumn5.Name            = "Info.StatusString";
     objectListViewColumn5.Text            = "Current State";
     objectListViewColumn5.TruncHeaderText = false;
     objectListViewColumn5.Width           = 150;
     objectListViewColumn6.FormatString    = "";
     objectListViewColumn6.Name            = "Info.CompetitionTypeName";
     objectListViewColumn6.Text            = "Competition Format";
     objectListViewColumn6.Width           = 200;
     this.lvCompetitions.Columns.Add(objectListViewColumn1);
     this.lvCompetitions.Columns.Add(objectListViewColumn2);
     this.lvCompetitions.Columns.Add(objectListViewColumn3);
     this.lvCompetitions.Columns.Add(objectListViewColumn4);
     this.lvCompetitions.Columns.Add(objectListViewColumn5);
     this.lvCompetitions.Columns.Add(objectListViewColumn6);
     this.lvCompetitions.HeaderFont        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lvCompetitions.HeaderHeight      = 19;
     this.lvCompetitions.LinesStyle        = System.Drawing.Drawing2D.DashStyle.Dot;
     this.lvCompetitions.Location          = new System.Drawing.Point(16, 28);
     this.lvCompetitions.Name              = "lvCompetitions";
     this.lvCompetitions.RowHeight         = 19;
     this.lvCompetitions.SelectedIndex     = -1;
     this.lvCompetitions.Size              = new System.Drawing.Size(740, 275);
     this.lvCompetitions.TabIndex          = 8;
     this.lvCompetitions.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvCompetitions_MouseDoubleClick);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location = new System.Drawing.Point(13, 12);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(127, 13);
     this.label6.TabIndex = 6;
     this.label6.Text     = "Tournament Competitions";
     //
     // border2
     //
     this.border2.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(97)))), ((int)(((byte)(97)))));
     this.border2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.border2.Location     = new System.Drawing.Point(0, 0);
     this.border2.MinimizedBox = false;
     this.border2.Name         = "border2";
     this.border2.ShowCaption  = false;
     this.border2.Size         = new System.Drawing.Size(772, 346);
     this.border2.Sizeable     = false;
     this.border2.TabIndex     = 10000;
     this.border2.TabStop      = false;
     //
     // saveXmlDialog
     //
     this.saveXmlDialog.DefaultExt       = "txml";
     this.saveXmlDialog.Filter           = "Tournament export files|*.txml";
     this.saveXmlDialog.RestoreDirectory = true;
     this.saveXmlDialog.Title            = "Tournament Export";
     //
     // fTournamentInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(788, 486);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.border1);
     this.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(75)))), ((int)(((byte)(76)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(723, 255);
     this.Name            = "fTournamentInfo";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Tournament Information";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }