adventuresalesform.designer.cs
来自「< SQL Server2005程序设计>」· CS 代码 · 共 392 行 · 第 1/2 页
CS
392 行
namespace AdventureSales
{
partial class AdventureSalesForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.CustomerTabControl = new System.Windows.Forms.TabControl();
this.SearchTab = new System.Windows.Forms.TabPage();
this.clearButton = new System.Windows.Forms.Button();
this.storesListBox = new System.Windows.Forms.ListBox();
this.searchButton = new System.Windows.Forms.Button();
this.storesLabel = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.searchZipTextBox = new System.Windows.Forms.TextBox();
this.searchStateTextBox = new System.Windows.Forms.TextBox();
this.searchZipLabel = new System.Windows.Forms.Label();
this.searchStateLabel = new System.Windows.Forms.Label();
this.searchCityLabel = new System.Windows.Forms.Label();
this.searchCityTextBox = new System.Windows.Forms.TextBox();
this.searchStoreNameTextBox = new System.Windows.Forms.TextBox();
this.CustomerTab = new System.Windows.Forms.TabPage();
this.salesYTDTextBox = new System.Windows.Forms.TextBox();
this.BusinessLabel = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.recentOrdersDataGridView = new System.Windows.Forms.DataGridView();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.contactsDataGridView = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cityStateZipTextBox = new System.Windows.Forms.TextBox();
this.address1TextBox = new System.Windows.Forms.TextBox();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.CustomerTabControl.SuspendLayout();
this.SearchTab.SuspendLayout();
this.groupBox1.SuspendLayout();
this.CustomerTab.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.recentOrdersDataGridView)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.contactsDataGridView)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// CustomerTabControl
//
this.CustomerTabControl.Controls.Add(this.SearchTab);
this.CustomerTabControl.Controls.Add(this.CustomerTab);
this.CustomerTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.CustomerTabControl.Location = new System.Drawing.Point(0, 0);
this.CustomerTabControl.Name = "CustomerTabControl";
this.CustomerTabControl.SelectedIndex = 0;
this.CustomerTabControl.Size = new System.Drawing.Size(374, 429);
this.CustomerTabControl.TabIndex = 0;
//
// SearchTab
//
this.SearchTab.Controls.Add(this.clearButton);
this.SearchTab.Controls.Add(this.storesListBox);
this.SearchTab.Controls.Add(this.searchButton);
this.SearchTab.Controls.Add(this.storesLabel);
this.SearchTab.Controls.Add(this.groupBox1);
this.SearchTab.Location = new System.Drawing.Point(4, 22);
this.SearchTab.Name = "SearchTab";
this.SearchTab.Padding = new System.Windows.Forms.Padding(3);
this.SearchTab.Size = new System.Drawing.Size(366, 403);
this.SearchTab.TabIndex = 0;
this.SearchTab.Text = "Search";
this.SearchTab.UseVisualStyleBackColor = true;
//
// clearButton
//
this.clearButton.Location = new System.Drawing.Point(118, 128);
this.clearButton.Name = "clearButton";
this.clearButton.Size = new System.Drawing.Size(75, 23);
this.clearButton.TabIndex = 12;
this.clearButton.Text = "Clear";
this.clearButton.UseVisualStyleBackColor = true;
this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
//
// storesListBox
//
this.storesListBox.Dock = System.Windows.Forms.DockStyle.Bottom;
this.storesListBox.FormattingEnabled = true;
this.storesListBox.Location = new System.Drawing.Point(3, 188);
this.storesListBox.Name = "storesListBox";
this.storesListBox.Size = new System.Drawing.Size(360, 212);
this.storesListBox.TabIndex = 11;
this.storesListBox.DoubleClick += new System.EventHandler(this.storesListBox_DoubleClick);
//
// searchButton
//
this.searchButton.Location = new System.Drawing.Point(9, 128);
this.searchButton.Name = "searchButton";
this.searchButton.Size = new System.Drawing.Size(84, 23);
this.searchButton.TabIndex = 10;
this.searchButton.Text = "&Search";
this.searchButton.UseVisualStyleBackColor = true;
this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
//
// storesLabel
//
this.storesLabel.AutoSize = true;
this.storesLabel.Location = new System.Drawing.Point(6, 172);
this.storesLabel.Name = "storesLabel";
this.storesLabel.Size = new System.Drawing.Size(40, 13);
this.storesLabel.TabIndex = 2;
this.storesLabel.Text = "Stores:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.searchZipTextBox);
this.groupBox1.Controls.Add(this.searchStateTextBox);
this.groupBox1.Controls.Add(this.searchZipLabel);
this.groupBox1.Controls.Add(this.searchStateLabel);
this.groupBox1.Controls.Add(this.searchCityLabel);
this.groupBox1.Controls.Add(this.searchCityTextBox);
this.groupBox1.Controls.Add(this.searchStoreNameTextBox);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(360, 116);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Search Criteria";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Store Name:";
//
// searchZipTextBox
//
this.searchZipTextBox.Location = new System.Drawing.Point(161, 82);
this.searchZipTextBox.MaxLength = 10;
this.searchZipTextBox.Name = "searchZipTextBox";
this.searchZipTextBox.Size = new System.Drawing.Size(81, 20);
this.searchZipTextBox.TabIndex = 9;
//
// searchStateTextBox
//
this.searchStateTextBox.Location = new System.Drawing.Point(112, 82);
this.searchStateTextBox.MaxLength = 2;
this.searchStateTextBox.Name = "searchStateTextBox";
this.searchStateTextBox.Size = new System.Drawing.Size(32, 20);
this.searchStateTextBox.TabIndex = 8;
//
// searchZipLabel
//
this.searchZipLabel.AutoSize = true;
this.searchZipLabel.Location = new System.Drawing.Point(158, 64);
this.searchZipLabel.Name = "searchZipLabel";
this.searchZipLabel.Size = new System.Drawing.Size(25, 13);
this.searchZipLabel.TabIndex = 7;
this.searchZipLabel.Text = "Zip:";
//
// searchStateLabel
//
this.searchStateLabel.AutoSize = true;
this.searchStateLabel.Location = new System.Drawing.Point(109, 64);
this.searchStateLabel.Name = "searchStateLabel";
this.searchStateLabel.Size = new System.Drawing.Size(35, 13);
this.searchStateLabel.TabIndex = 6;
this.searchStateLabel.Text = "State:";
//
// searchCityLabel
//
this.searchCityLabel.AutoSize = true;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?