⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formkhxx.designer.cs

📁 超市进销存管理系统 Visual Studio 2005+SQL Sever2005
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace _10901BS
{
    partial class formKhxx
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.查询 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txthyDz = new System.Windows.Forms.TextBox();
            this.txtbeiZhu = new System.Windows.Forms.TextBox();
            this.txthyDh = new System.Windows.Forms.TextBox();
            this.txthySfzh = new System.Windows.Forms.TextBox();
            this.txthyLx = new System.Windows.Forms.TextBox();
            this.txthyName = new System.Windows.Forms.TextBox();
            this.txthyID = new System.Windows.Forms.TextBox();
            this.butygYuexin = new System.Windows.Forms.Button();
            this.butbeiZhu = new System.Windows.Forms.Button();
            this.butbuMen = new System.Windows.Forms.Button();
            this.butzhiWu = new System.Windows.Forms.Button();
            this.butygSex = new System.Windows.Forms.Button();
            this.butygName = new System.Windows.Forms.Button();
            this.butygID = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // 查询
            // 
            this.查询.Location = new System.Drawing.Point(534, 182);
            this.查询.Name = "查询";
            this.查询.Size = new System.Drawing.Size(75, 31);
            this.查询.TabIndex = 5;
            this.查询.Text = "查  询";
            this.查询.UseVisualStyleBackColor = true;
            this.查询.Click += new System.EventHandler(this.查询_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.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.groupBox2.Controls.Add(this.dataGridView1);
            this.groupBox2.Location = new System.Drawing.Point(21, 223);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(601, 181);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "客户显示表";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(3, 17);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(595, 161);
            this.dataGridView1.TabIndex = 9;
            this.dataGridView1.TabStop = false;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txthyDz);
            this.groupBox1.Controls.Add(this.txtbeiZhu);
            this.groupBox1.Controls.Add(this.txthyDh);
            this.groupBox1.Controls.Add(this.txthySfzh);
            this.groupBox1.Controls.Add(this.txthyLx);
            this.groupBox1.Controls.Add(this.txthyName);
            this.groupBox1.Controls.Add(this.txthyID);
            this.groupBox1.Controls.Add(this.butygYuexin);
            this.groupBox1.Controls.Add(this.butbeiZhu);
            this.groupBox1.Controls.Add(this.butbuMen);
            this.groupBox1.Controls.Add(this.butzhiWu);
            this.groupBox1.Controls.Add(this.butygSex);
            this.groupBox1.Controls.Add(this.butygName);
            this.groupBox1.Controls.Add(this.butygID);
            this.groupBox1.Location = new System.Drawing.Point(21, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(601, 155);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "客户记录表";
            // 
            // txthyDz
            // 
            this.txthyDz.Location = new System.Drawing.Point(471, 73);
            this.txthyDz.Name = "txthyDz";
            this.txthyDz.Size = new System.Drawing.Size(117, 21);
            this.txthyDz.TabIndex = 5;
            this.txthyDz.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txthyDz_KeyPress);
            // 
            // txtbeiZhu
            // 
            this.txtbeiZhu.Location = new System.Drawing.Point(109, 116);
            this.txtbeiZhu.Name = "txtbeiZhu";
            this.txtbeiZhu.Size = new System.Drawing.Size(479, 21);
            this.txtbeiZhu.TabIndex = 6;
            // 
            // txthyDh
            // 
            this.txthyDh.Location = new System.Drawing.Point(281, 73);
            this.txthyDh.MaxLength = 14;
            this.txthyDh.Name = "txthyDh";
            this.txthyDh.Size = new System.Drawing.Size(90, 21);
            this.txthyDh.TabIndex = 4;
            this.txthyDh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txthyDh_KeyPress);
            // 
            // txthySfzh
            // 
            this.txthySfzh.Location = new System.Drawing.Point(471, 32);
            this.txthySfzh.MaxLength = 18;
            this.txthySfzh.Name = "txthySfzh";
            this.txthySfzh.Size = new System.Drawing.Size(117, 21);
            this.txthySfzh.TabIndex = 2;
            this.txthySfzh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txthySfzh_KeyPress);
            // 
            // txthyLx
            // 
            this.txthyLx.Location = new System.Drawing.Point(109, 72);
            this.txthyLx.Name = "txthyLx";
            this.txthyLx.Size = new System.Drawing.Size(77, 21);
            this.txthyLx.TabIndex = 3;
            this.txthyLx.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txthyLx_KeyUp);
            this.txthyLx.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txthyLx_KeyPress);
            this.txthyLx.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txthyLx_KeyUp);
            // 
            // txthyName
            // 
            this.txthyName.Location = new System.Drawing.Point(281, 32);
            this.txthyName.Name = "txthyName";
            this.txthyName.Size = new System.Drawing.Size(90, 21);
            this.txthyName.TabIndex = 1;

⌨️ 快捷键说明

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