示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReport));
     this.reportViewer                   = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.closeImageButton               = new GTI.Controls.ImageButton();
     this.printImageButton               = new GTI.Controls.ImageButton();
     this.menuStrip1                     = new System.Windows.Forms.MenuStrip();
     this.printToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.drillDownDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // reportViewer
     //
     this.reportViewer.ActiveViewIndex = -1;
     resources.ApplyResources(this.reportViewer, "reportViewer");
     this.reportViewer.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.reportViewer.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.reportViewer.Name                     = "reportViewer";
     this.reportViewer.SelectionFormula         = "";
     this.reportViewer.ViewTimeSelectionFormula = "";
     //
     // closeImageButton
     //
     this.closeImageButton.BackColor    = System.Drawing.Color.Transparent;
     this.closeImageButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeImageButton.FocusColor   = System.Drawing.Color.Black;
     resources.ApplyResources(this.closeImageButton, "closeImageButton");
     this.closeImageButton.ImageNormal             = ((System.Drawing.Image)(resources.GetObject("closeImageButton.ImageNormal")));
     this.closeImageButton.ImagePressed            = ((System.Drawing.Image)(resources.GetObject("closeImageButton.ImagePressed")));
     this.closeImageButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.closeImageButton.Name                    = "closeImageButton";
     this.closeImageButton.UseVisualStyleBackColor = false;
     this.closeImageButton.Click                  += new System.EventHandler(this.closeImageButton_Click);
     //
     // printImageButton
     //
     this.printImageButton.BackColor  = System.Drawing.Color.Transparent;
     this.printImageButton.FocusColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.printImageButton, "printImageButton");
     this.printImageButton.ImageNormal             = ((System.Drawing.Image)(resources.GetObject("printImageButton.ImageNormal")));
     this.printImageButton.ImagePressed            = ((System.Drawing.Image)(resources.GetObject("printImageButton.ImagePressed")));
     this.printImageButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.printImageButton.Name                    = "printImageButton";
     this.printImageButton.UseVisualStyleBackColor = false;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(222)))), ((int)(((byte)(237)))));
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.printToolStripMenuItem,
         this.viewToolStripMenuItem,
         this.closeToolStripMenuItem
     });
     this.menuStrip1.Name = "menuStrip1";
     //
     // printToolStripMenuItem
     //
     this.printToolStripMenuItem.Name = "printToolStripMenuItem";
     resources.ApplyResources(this.printToolStripMenuItem, "printToolStripMenuItem");
     this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.drillDownDataToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     resources.ApplyResources(this.viewToolStripMenuItem, "viewToolStripMenuItem");
     //
     // drillDownDataToolStripMenuItem
     //
     this.drillDownDataToolStripMenuItem.Name = "drillDownDataToolStripMenuItem";
     resources.ApplyResources(this.drillDownDataToolStripMenuItem, "drillDownDataToolStripMenuItem");
     this.drillDownDataToolStripMenuItem.Click += new System.EventHandler(this.drillDownDataToolStripMenuItem_Click);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeImageButton_Click);
     //
     // frmReport
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.closeImageButton;
     this.Controls.Add(this.printImageButton);
     this.Controls.Add(this.closeImageButton);
     this.Controls.Add(this.reportViewer);
     this.Controls.Add(this.menuStrip1);
     this.DoubleBuffered = true;
     this.MainMenuStrip  = this.menuStrip1;
     this.Name           = "frmReport";
     this.ShowIcon       = false;
     this.SizeGripStyle  = System.Windows.Forms.SizeGripStyle.Show;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.frmReport_FormClosing);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.promptLabel       = new System.Windows.Forms.Label();
     this.inputTextBox      = new System.Windows.Forms.TextBox();
     this.cancelImageButton = new GTI.Controls.ImageButton();
     this.okImageButton     = new GTI.Controls.ImageButton();
     this.labelMessage      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // promptLabel
     //
     this.promptLabel.BackColor = System.Drawing.Color.Transparent;
     this.promptLabel.Location  = new System.Drawing.Point(55, 9);
     this.promptLabel.Name      = "promptLabel";
     this.promptLabel.Size      = new System.Drawing.Size(343, 53);
     this.promptLabel.TabIndex  = 3;
     this.promptLabel.Text      = "Prompt";
     this.promptLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // inputTextBox
     //
     this.inputTextBox.AcceptsReturn = true;
     this.inputTextBox.Font          = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.inputTextBox.Location      = new System.Drawing.Point(59, 76);
     this.inputTextBox.Name          = "inputTextBox";
     this.inputTextBox.Size          = new System.Drawing.Size(339, 26);
     this.inputTextBox.TabIndex      = 0;
     this.inputTextBox.TextChanged  += new System.EventHandler(this.inputTextBox_TextChanged);
     this.inputTextBox.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.inputTextBox_KeyDown);
     //
     // cancelImageButton
     //
     this.cancelImageButton.BackColor               = System.Drawing.Color.Transparent;
     this.cancelImageButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelImageButton.FocusColor              = System.Drawing.Color.Black;
     this.cancelImageButton.Font                    = new System.Drawing.Font("Trebuchet MS", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cancelImageButton.ImageNormal             = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonUp;
     this.cancelImageButton.ImagePressed            = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonDown;
     this.cancelImageButton.Location                = new System.Drawing.Point(304, 121);
     this.cancelImageButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.cancelImageButton.Name                    = "cancelImageButton";
     this.cancelImageButton.Size                    = new System.Drawing.Size(94, 30);
     this.cancelImageButton.TabIndex                = 2;
     this.cancelImageButton.Text                    = "&Cancel";
     this.cancelImageButton.UseVisualStyleBackColor = false;
     //
     // okImageButton
     //
     this.okImageButton.BackColor               = System.Drawing.Color.Transparent;
     this.okImageButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okImageButton.FocusColor              = System.Drawing.Color.Black;
     this.okImageButton.Font                    = new System.Drawing.Font("Trebuchet MS", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.okImageButton.ImageNormal             = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonUp;
     this.okImageButton.ImagePressed            = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonDown;
     this.okImageButton.Location                = new System.Drawing.Point(59, 121);
     this.okImageButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.okImageButton.Name                    = "okImageButton";
     this.okImageButton.Size                    = new System.Drawing.Size(94, 30);
     this.okImageButton.TabIndex                = 1;
     this.okImageButton.Text                    = "&OK";
     this.okImageButton.UseVisualStyleBackColor = false;
     //
     // labelMessage
     //
     this.labelMessage.BackColor = System.Drawing.Color.Transparent;
     this.labelMessage.Location  = new System.Drawing.Point(59, 166);
     this.labelMessage.Name      = "labelMessage";
     this.labelMessage.Size      = new System.Drawing.Size(339, 27);
     this.labelMessage.TabIndex  = 4;
     this.labelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmInputBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 22F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(456, 202);
     this.Controls.Add(this.labelMessage);
     this.Controls.Add(this.okImageButton);
     this.Controls.Add(this.cancelImageButton);
     this.Controls.Add(this.inputTextBox);
     this.Controls.Add(this.promptLabel);
     this.Font          = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name          = "frmInputBox";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmInputBox";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCustomizeReport));
     this.predefinedReportTreeView = new System.Windows.Forms.TreeView();
     this.predefinedReportlabel    = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.customReportTreeView = new System.Windows.Forms.TreeView();
     this.newTypeButton        = new GTI.Controls.ImageButton();
     this.newGroupButton       = new GTI.Controls.ImageButton();
     this.saveButton           = new GTI.Controls.ImageButton();
     this.addReportButton      = new GTI.Controls.ImageButton();
     this.deleteButton         = new GTI.Controls.ImageButton();
     this.SuspendLayout();
     //
     // predefinedReportTreeView
     //
     this.predefinedReportTreeView.CheckBoxes = true;
     resources.ApplyResources(this.predefinedReportTreeView, "predefinedReportTreeView");
     this.predefinedReportTreeView.Name        = "predefinedReportTreeView";
     this.predefinedReportTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.predefinedReportTreeView_AfterCheck);
     //
     // predefinedReportlabel
     //
     resources.ApplyResources(this.predefinedReportlabel, "predefinedReportlabel");
     this.predefinedReportlabel.BackColor = System.Drawing.Color.Transparent;
     this.predefinedReportlabel.Name      = "predefinedReportlabel";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Name      = "label1";
     //
     // customReportTreeView
     //
     this.customReportTreeView.CheckBoxes = true;
     resources.ApplyResources(this.customReportTreeView, "customReportTreeView");
     this.customReportTreeView.HideSelection    = false;
     this.customReportTreeView.LabelEdit        = true;
     this.customReportTreeView.Name             = "customReportTreeView";
     this.customReportTreeView.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.customReportTreeView_BeforeLabelEdit);
     this.customReportTreeView.AfterLabelEdit  += new System.Windows.Forms.NodeLabelEditEventHandler(this.customReportLabelEdit);
     this.customReportTreeView.AfterCheck      += new System.Windows.Forms.TreeViewEventHandler(this.customReportTreeView_AfterCheck);
     this.customReportTreeView.AfterSelect     += new System.Windows.Forms.TreeViewEventHandler(this.customReportSelect);
     //
     // newTypeButton
     //
     this.newTypeButton.BackColor  = System.Drawing.Color.Transparent;
     this.newTypeButton.FocusColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.newTypeButton, "newTypeButton");
     this.newTypeButton.ImageNormal             = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonUp;
     this.newTypeButton.ImagePressed            = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonDown;
     this.newTypeButton.Name                    = "newTypeButton";
     this.newTypeButton.SecondaryTextPadding    = new System.Windows.Forms.Padding(5);
     this.newTypeButton.UseVisualStyleBackColor = false;
     this.newTypeButton.Click                  += new System.EventHandler(this.newTypeClick);
     //
     // newGroupButton
     //
     this.newGroupButton.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.newGroupButton, "newGroupButton");
     this.newGroupButton.FocusColor              = System.Drawing.Color.Black;
     this.newGroupButton.ImageNormal             = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonUp;
     this.newGroupButton.ImagePressed            = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonDown;
     this.newGroupButton.Name                    = "newGroupButton";
     this.newGroupButton.SecondaryTextPadding    = new System.Windows.Forms.Padding(5);
     this.newGroupButton.UseVisualStyleBackColor = false;
     this.newGroupButton.Click                  += new System.EventHandler(this.newGroupClick);
     //
     // saveButton
     //
     this.saveButton.BackColor  = System.Drawing.Color.Transparent;
     this.saveButton.FocusColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.saveButton, "saveButton");
     this.saveButton.ImageNormal             = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonUp;
     this.saveButton.ImagePressed            = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonDown;
     this.saveButton.Name                    = "saveButton";
     this.saveButton.SecondaryTextPadding    = new System.Windows.Forms.Padding(5);
     this.saveButton.UseVisualStyleBackColor = false;
     this.saveButton.Click                  += new System.EventHandler(this.saveReportsClick);
     //
     // addReportButton
     //
     this.addReportButton.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.addReportButton, "addReportButton");
     this.addReportButton.FocusColor              = System.Drawing.Color.Black;
     this.addReportButton.ImageNormal             = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonUp;
     this.addReportButton.ImagePressed            = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonDown;
     this.addReportButton.Name                    = "addReportButton";
     this.addReportButton.SecondaryTextPadding    = new System.Windows.Forms.Padding(5);
     this.addReportButton.UseVisualStyleBackColor = false;
     this.addReportButton.Click                  += new System.EventHandler(this.addCheckedReportClick);
     //
     // deleteButton
     //
     this.deleteButton.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.deleteButton, "deleteButton");
     this.deleteButton.FocusColor              = System.Drawing.Color.Black;
     this.deleteButton.ImageNormal             = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonUp;
     this.deleteButton.ImagePressed            = global::GTI.Modules.ReportCenter.Properties.Resources.BlueButtonDown;
     this.deleteButton.Name                    = "deleteButton";
     this.deleteButton.SecondaryTextPadding    = new System.Windows.Forms.Padding(5);
     this.deleteButton.UseVisualStyleBackColor = false;
     this.deleteButton.Click                  += new System.EventHandler(this.DeleteClick);
     //
     // frmCustomizeReport
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.deleteButton);
     this.Controls.Add(this.addReportButton);
     this.Controls.Add(this.newTypeButton);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.newGroupButton);
     this.Controls.Add(this.customReportTreeView);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.predefinedReportlabel);
     this.Controls.Add(this.predefinedReportTreeView);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.Name            = "frmCustomizeReport";
     this.ShowIcon        = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.frmCustomizeReport_FormClosing);
     this.Load           += new System.EventHandler(this.CustomizeReport_Load);
     this.Enter          += new System.EventHandler(this.frmCustomizeReport_Enter);
     this.Leave          += new System.EventHandler(this.frmCustomizeReport_Leave);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MCPFindPlayerForm));
     this.m_lastNameLabel      = new System.Windows.Forms.Label();
     this.m_firstNameLabel     = new System.Windows.Forms.Label();
     this.m_lastName           = new System.Windows.Forms.TextBox();
     this.m_firstName          = new System.Windows.Forms.TextBox();
     this.m_searchByCardButton = new GTI.Controls.ImageButton();
     this.m_cancelButton       = new GTI.Controls.ImageButton();
     this.m_selectPlayerButton = new GTI.Controls.ImageButton();
     this.m_resultsList        = new System.Windows.Forms.ListBox();
     this.m_searchButton       = new GTI.Controls.ImageButton();
     this.SuspendLayout();
     //
     // m_lastNameLabel
     //
     resources.ApplyResources(this.m_lastNameLabel, "m_lastNameLabel");
     this.m_lastNameLabel.BackColor = System.Drawing.Color.Transparent;
     this.m_lastNameLabel.ForeColor = System.Drawing.Color.Black;
     this.m_lastNameLabel.Name      = "m_lastNameLabel";
     //
     // m_firstNameLabel
     //
     resources.ApplyResources(this.m_firstNameLabel, "m_firstNameLabel");
     this.m_firstNameLabel.BackColor = System.Drawing.Color.Transparent;
     this.m_firstNameLabel.ForeColor = System.Drawing.Color.Black;
     this.m_firstNameLabel.Name      = "m_firstNameLabel";
     //
     // m_lastName
     //
     this.m_lastName.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.m_lastName, "m_lastName");
     this.m_lastName.ForeColor = System.Drawing.Color.Black;
     this.m_lastName.Name      = "m_lastName";
     this.m_lastName.Enter    += new System.EventHandler(this.FocusChanged);
     this.m_lastName.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.NameKeyDown);
     //
     // m_firstName
     //
     this.m_firstName.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.m_firstName, "m_firstName");
     this.m_firstName.ForeColor = System.Drawing.Color.Black;
     this.m_firstName.Name      = "m_firstName";
     this.m_firstName.Enter    += new System.EventHandler(this.FocusChanged);
     this.m_firstName.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.NameKeyDown);
     //
     // m_searchByCardButton
     //
     this.m_searchByCardButton.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.m_searchByCardButton, "m_searchByCardButton");
     this.m_searchByCardButton.ImageNormal             = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonUp;
     this.m_searchByCardButton.ImagePressed            = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonDown;
     this.m_searchByCardButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.m_searchByCardButton.Name                    = "m_searchByCardButton";
     this.m_searchByCardButton.UseVisualStyleBackColor = false;
     this.m_searchByCardButton.Click                  += new System.EventHandler(this.SearchByCardClick);
     //
     // m_cancelButton
     //
     this.m_cancelButton.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.m_cancelButton, "m_cancelButton");
     this.m_cancelButton.ImageNormal             = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonUp;
     this.m_cancelButton.ImagePressed            = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonDown;
     this.m_cancelButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.m_cancelButton.Name                    = "m_cancelButton";
     this.m_cancelButton.UseVisualStyleBackColor = false;
     this.m_cancelButton.Click                  += new System.EventHandler(this.CancelClick);
     //
     // m_selectPlayerButton
     //
     this.m_selectPlayerButton.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.m_selectPlayerButton, "m_selectPlayerButton");
     this.m_selectPlayerButton.ImageNormal             = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonUp;
     this.m_selectPlayerButton.ImagePressed            = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonDown;
     this.m_selectPlayerButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.m_selectPlayerButton.Name                    = "m_selectPlayerButton";
     this.m_selectPlayerButton.UseVisualStyleBackColor = false;
     this.m_selectPlayerButton.Click                  += new System.EventHandler(this.SelectPlayerClick);
     //
     // m_resultsList
     //
     this.m_resultsList.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.m_resultsList, "m_resultsList");
     this.m_resultsList.ForeColor         = System.Drawing.Color.Black;
     this.m_resultsList.FormattingEnabled = true;
     this.m_resultsList.Name         = "m_resultsList";
     this.m_resultsList.DoubleClick += new System.EventHandler(this.PlayerResultsDoubleClick);
     this.m_resultsList.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.PlayerResultsEnter);
     //
     // m_searchButton
     //
     this.m_searchButton.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.m_searchButton, "m_searchButton");
     this.m_searchButton.ImageNormal             = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonUp;
     this.m_searchButton.ImagePressed            = global::GTI.Modules.PlayerCenter.Properties.Resources.BlueButtonDown;
     this.m_searchButton.MinimumSize             = new System.Drawing.Size(30, 30);
     this.m_searchButton.Name                    = "m_searchButton";
     this.m_searchButton.UseVisualStyleBackColor = false;
     this.m_searchButton.Click                  += new System.EventHandler(this.SearchClick);
     //
     // MCPFindPlayerForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     resources.ApplyResources(this, "$this");
     this.ControlBox = false;
     this.Controls.Add(this.m_lastNameLabel);
     this.Controls.Add(this.m_firstNameLabel);
     this.Controls.Add(this.m_searchByCardButton);
     this.Controls.Add(this.m_cancelButton);
     this.Controls.Add(this.m_selectPlayerButton);
     this.Controls.Add(this.m_resultsList);
     this.Controls.Add(this.m_searchButton);
     this.Controls.Add(this.m_lastName);
     this.Controls.Add(this.m_firstName);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "MCPFindPlayerForm";
     this.ShowInTaskbar   = false;
     this.ResumeLayout(false);
     this.PerformLayout();
 }