adventuresalesform.designer.cs

来自「< SQL Server2005程序设计>」· CS 代码 · 共 392 行 · 第 1/2 页

CS
392
字号
            this.searchCityLabel.Location = new System.Drawing.Point(13, 64);
            this.searchCityLabel.Name = "searchCityLabel";
            this.searchCityLabel.Size = new System.Drawing.Size(27, 13);
            this.searchCityLabel.TabIndex = 5;
            this.searchCityLabel.Text = "City:";
            // 
            // searchCityTextBox
            // 
            this.searchCityTextBox.Location = new System.Drawing.Point(16, 83);
            this.searchCityTextBox.Name = "searchCityTextBox";
            this.searchCityTextBox.Size = new System.Drawing.Size(84, 20);
            this.searchCityTextBox.TabIndex = 4;
            // 
            // searchStoreNameTextBox
            // 
            this.searchStoreNameTextBox.Location = new System.Drawing.Point(16, 39);
            this.searchStoreNameTextBox.Name = "searchStoreNameTextBox";
            this.searchStoreNameTextBox.Size = new System.Drawing.Size(226, 20);
            this.searchStoreNameTextBox.TabIndex = 3;
            // 
            // CustomerTab
            // 
            this.CustomerTab.Controls.Add(this.salesYTDTextBox);
            this.CustomerTab.Controls.Add(this.BusinessLabel);
            this.CustomerTab.Controls.Add(this.groupBox4);
            this.CustomerTab.Controls.Add(this.groupBox3);
            this.CustomerTab.Controls.Add(this.groupBox2);
            this.CustomerTab.Location = new System.Drawing.Point(4, 22);
            this.CustomerTab.Name = "CustomerTab";
            this.CustomerTab.Padding = new System.Windows.Forms.Padding(3);
            this.CustomerTab.Size = new System.Drawing.Size(366, 403);
            this.CustomerTab.TabIndex = 1;
            this.CustomerTab.Text = "Customer Info";
            this.CustomerTab.UseVisualStyleBackColor = true;
            // 
            // salesYTDTextBox
            // 
            this.salesYTDTextBox.Location = new System.Drawing.Point(99, 366);
            this.salesYTDTextBox.Name = "salesYTDTextBox";
            this.salesYTDTextBox.ReadOnly = true;
            this.salesYTDTextBox.Size = new System.Drawing.Size(100, 20);
            this.salesYTDTextBox.TabIndex = 4;
            // 
            // BusinessLabel
            // 
            this.BusinessLabel.AutoSize = true;
            this.BusinessLabel.Location = new System.Drawing.Point(7, 372);
            this.BusinessLabel.Name = "BusinessLabel";
            this.BusinessLabel.Size = new System.Drawing.Size(85, 13);
            this.BusinessLabel.TabIndex = 3;
            this.BusinessLabel.Text = "Purchases YTD:";
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox4.Controls.Add(this.recentOrdersDataGridView);
            this.groupBox4.Location = new System.Drawing.Point(7, 219);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(359, 137);
            this.groupBox4.TabIndex = 2;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Recent Orders";
            // 
            // recentOrdersDataGridView
            // 
            this.recentOrdersDataGridView.AllowUserToAddRows = false;
            this.recentOrdersDataGridView.AllowUserToDeleteRows = false;
            this.recentOrdersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.recentOrdersDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.recentOrdersDataGridView.Location = new System.Drawing.Point(3, 16);
            this.recentOrdersDataGridView.Name = "recentOrdersDataGridView";
            this.recentOrdersDataGridView.ReadOnly = true;
            this.recentOrdersDataGridView.Size = new System.Drawing.Size(353, 118);
            this.recentOrdersDataGridView.TabIndex = 0;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.contactsDataGridView);
            this.groupBox3.Location = new System.Drawing.Point(7, 113);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(356, 100);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Contacts";
            // 
            // contactsDataGridView
            // 
            this.contactsDataGridView.AllowUserToAddRows = false;
            this.contactsDataGridView.AllowUserToDeleteRows = false;
            this.contactsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.contactsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.contactsDataGridView.Location = new System.Drawing.Point(3, 16);
            this.contactsDataGridView.Name = "contactsDataGridView";
            this.contactsDataGridView.ReadOnly = true;
            this.contactsDataGridView.Size = new System.Drawing.Size(350, 81);
            this.contactsDataGridView.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cityStateZipTextBox);
            this.groupBox2.Controls.Add(this.address1TextBox);
            this.groupBox2.Controls.Add(this.nameTextBox);
            this.groupBox2.Location = new System.Drawing.Point(7, 7);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(351, 100);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Address";
            // 
            // cityStateZipTextBox
            // 
            this.cityStateZipTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.cityStateZipTextBox.Location = new System.Drawing.Point(17, 71);
            this.cityStateZipTextBox.Name = "cityStateZipTextBox";
            this.cityStateZipTextBox.ReadOnly = true;
            this.cityStateZipTextBox.Size = new System.Drawing.Size(328, 13);
            this.cityStateZipTextBox.TabIndex = 3;
            // 
            // address1TextBox
            // 
            this.address1TextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.address1TextBox.Location = new System.Drawing.Point(17, 44);
            this.address1TextBox.Name = "address1TextBox";
            this.address1TextBox.ReadOnly = true;
            this.address1TextBox.Size = new System.Drawing.Size(328, 13);
            this.address1TextBox.TabIndex = 2;
            // 
            // nameTextBox
            // 
            this.nameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.nameTextBox.Location = new System.Drawing.Point(17, 18);
            this.nameTextBox.Name = "nameTextBox";
            this.nameTextBox.ReadOnly = true;
            this.nameTextBox.Size = new System.Drawing.Size(328, 13);
            this.nameTextBox.TabIndex = 1;
            // 
            // AdventureSalesForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(374, 429);
            this.Controls.Add(this.CustomerTabControl);
            this.Name = "AdventureSalesForm";
            this.Text = "Adventure Works Sales";
            this.CustomerTabControl.ResumeLayout(false);
            this.SearchTab.ResumeLayout(false);
            this.SearchTab.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.CustomerTab.ResumeLayout(false);
            this.CustomerTab.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.recentOrdersDataGridView)).EndInit();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.contactsDataGridView)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl CustomerTabControl;
        private System.Windows.Forms.TabPage SearchTab;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox searchStoreNameTextBox;
        private System.Windows.Forms.TabPage CustomerTab;
        private System.Windows.Forms.TextBox searchCityTextBox;
        private System.Windows.Forms.Label searchStateLabel;
        private System.Windows.Forms.Label searchCityLabel;
        private System.Windows.Forms.TextBox searchStateTextBox;
        private System.Windows.Forms.Label searchZipLabel;
        private System.Windows.Forms.TextBox searchZipTextBox;
        private System.Windows.Forms.Label storesLabel;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button searchButton;
        private System.Windows.Forms.DataGridView recentOrdersDataGridView;
        private System.Windows.Forms.DataGridView contactsDataGridView;
        private System.Windows.Forms.TextBox cityStateZipTextBox;
        private System.Windows.Forms.TextBox address1TextBox;
        private System.Windows.Forms.TextBox nameTextBox;
        private System.Windows.Forms.TextBox salesYTDTextBox;
        private System.Windows.Forms.Label BusinessLabel;
        private System.Windows.Forms.ListBox storesListBox;
        private System.Windows.Forms.Button clearButton;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?