CustomerForm.Designer.cs
上传用户:xyl529207
上传日期:2022-08-03
资源大小:935k
文件大小:17k
源码类别:

行业应用

开发平台:

SQL

  1. namespace BookStoreMan
  2. {
  3.     partial class CustomerForm
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerForm));
  29.             this.cmbCustomerID = new System.Windows.Forms.ComboBox();
  30.             this.btnQuery = new System.Windows.Forms.Button();
  31.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  32.             this.nudLevels = new System.Windows.Forms.NumericUpDown();
  33.             this.label8 = new System.Windows.Forms.Label();
  34.             this.nudScore = new System.Windows.Forms.NumericUpDown();
  35.             this.label7 = new System.Windows.Forms.Label();
  36.             this.tbEmail = new System.Windows.Forms.TextBox();
  37.             this.label6 = new System.Windows.Forms.Label();
  38.             this.tbTelephone = new System.Windows.Forms.TextBox();
  39.             this.label5 = new System.Windows.Forms.Label();
  40.             this.tbAddress = new System.Windows.Forms.TextBox();
  41.             this.label4 = new System.Windows.Forms.Label();
  42.             this.cmbDegree = new System.Windows.Forms.ComboBox();
  43.             this.label3 = new System.Windows.Forms.Label();
  44.             this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
  45.             this.label2 = new System.Windows.Forms.Label();
  46.             this.rabWoman = new System.Windows.Forms.RadioButton();
  47.             this.rabMan = new System.Windows.Forms.RadioButton();
  48.             this.tbName = new System.Windows.Forms.TextBox();
  49.             this.label1 = new System.Windows.Forms.Label();
  50.             this.btnSave = new System.Windows.Forms.Button();
  51.             this.btnNew = new System.Windows.Forms.Button();
  52.             this.label9 = new System.Windows.Forms.Label();
  53.             this.groupBox1.SuspendLayout();
  54.             ((System.ComponentModel.ISupportInitialize)(this.nudLevels)).BeginInit();
  55.             ((System.ComponentModel.ISupportInitialize)(this.nudScore)).BeginInit();
  56.             this.SuspendLayout();
  57.             // 
  58.             // cmbCustomerID
  59.             // 
  60.             this.cmbCustomerID.FormattingEnabled = true;
  61.             this.cmbCustomerID.Location = new System.Drawing.Point(64, 9);
  62.             this.cmbCustomerID.Name = "cmbCustomerID";
  63.             this.cmbCustomerID.Size = new System.Drawing.Size(90, 20);
  64.             this.cmbCustomerID.TabIndex = 12;
  65.             // 
  66.             // btnQuery
  67.             // 
  68.             this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image")));
  69.             this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  70.             this.btnQuery.Location = new System.Drawing.Point(160, 7);
  71.             this.btnQuery.Name = "btnQuery";
  72.             this.btnQuery.Size = new System.Drawing.Size(60, 23);
  73.             this.btnQuery.TabIndex = 18;
  74.             this.btnQuery.Text = "查询";
  75.             this.btnQuery.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  76.             this.btnQuery.UseVisualStyleBackColor = true;
  77.             this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  78.             // 
  79.             // groupBox1
  80.             // 
  81.             this.groupBox1.Controls.Add(this.nudLevels);
  82.             this.groupBox1.Controls.Add(this.label8);
  83.             this.groupBox1.Controls.Add(this.nudScore);
  84.             this.groupBox1.Controls.Add(this.label7);
  85.             this.groupBox1.Controls.Add(this.tbEmail);
  86.             this.groupBox1.Controls.Add(this.label6);
  87.             this.groupBox1.Controls.Add(this.tbTelephone);
  88.             this.groupBox1.Controls.Add(this.label5);
  89.             this.groupBox1.Controls.Add(this.tbAddress);
  90.             this.groupBox1.Controls.Add(this.label4);
  91.             this.groupBox1.Controls.Add(this.cmbDegree);
  92.             this.groupBox1.Controls.Add(this.label3);
  93.             this.groupBox1.Controls.Add(this.dtpBirthday);
  94.             this.groupBox1.Controls.Add(this.label2);
  95.             this.groupBox1.Controls.Add(this.rabWoman);
  96.             this.groupBox1.Controls.Add(this.rabMan);
  97.             this.groupBox1.Controls.Add(this.tbName);
  98.             this.groupBox1.Controls.Add(this.label1);
  99.             this.groupBox1.Location = new System.Drawing.Point(12, 40);
  100.             this.groupBox1.Name = "groupBox1";
  101.             this.groupBox1.Size = new System.Drawing.Size(320, 300);
  102.             this.groupBox1.TabIndex = 19;
  103.             this.groupBox1.TabStop = false;
  104.             this.groupBox1.Text = "会员信息";
  105.             // 
  106.             // nudLevels
  107.             // 
  108.             this.nudLevels.Location = new System.Drawing.Point(52, 272);
  109.             this.nudLevels.Minimum = new decimal(new int[] {
  110.             1,
  111.             0,
  112.             0,
  113.             0});
  114.             this.nudLevels.Name = "nudLevels";
  115.             this.nudLevels.Size = new System.Drawing.Size(45, 21);
  116.             this.nudLevels.TabIndex = 31;
  117.             this.nudLevels.Value = new decimal(new int[] {
  118.             1,
  119.             0,
  120.             0,
  121.             0});
  122.             // 
  123.             // label8
  124.             // 
  125.             this.label8.AutoSize = true;
  126.             this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127.             this.label8.Location = new System.Drawing.Point(12, 274);
  128.             this.label8.Name = "label8";
  129.             this.label8.Size = new System.Drawing.Size(38, 12);
  130.             this.label8.TabIndex = 30;
  131.             this.label8.Text = "级别:";
  132.             // 
  133.             // nudScore
  134.             // 
  135.             this.nudScore.Location = new System.Drawing.Point(52, 238);
  136.             this.nudScore.Maximum = new decimal(new int[] {
  137.             1000000,
  138.             0,
  139.             0,
  140.             0});
  141.             this.nudScore.Name = "nudScore";
  142.             this.nudScore.Size = new System.Drawing.Size(90, 21);
  143.             this.nudScore.TabIndex = 29;
  144.             // 
  145.             // label7
  146.             // 
  147.             this.label7.AutoSize = true;
  148.             this.label7.Location = new System.Drawing.Point(12, 240);
  149.             this.label7.Name = "label7";
  150.             this.label7.Size = new System.Drawing.Size(35, 12);
  151.             this.label7.TabIndex = 28;
  152.             this.label7.Text = "积分:";
  153.             // 
  154.             // tbEmail
  155.             // 
  156.             this.tbEmail.Location = new System.Drawing.Point(85, 207);
  157.             this.tbEmail.MaxLength = 100;
  158.             this.tbEmail.Name = "tbEmail";
  159.             this.tbEmail.Size = new System.Drawing.Size(199, 21);
  160.             this.tbEmail.TabIndex = 27;
  161.             // 
  162.             // label6
  163.             // 
  164.             this.label6.AutoSize = true;
  165.             this.label6.Location = new System.Drawing.Point(12, 210);
  166.             this.label6.Name = "label6";
  167.             this.label6.Size = new System.Drawing.Size(65, 12);
  168.             this.label6.TabIndex = 26;
  169.             this.label6.Text = "Email地址:";
  170.             // 
  171.             // tbTelephone
  172.             // 
  173.             this.tbTelephone.Location = new System.Drawing.Point(85, 177);
  174.             this.tbTelephone.MaxLength = 100;
  175.             this.tbTelephone.Name = "tbTelephone";
  176.             this.tbTelephone.Size = new System.Drawing.Size(199, 21);
  177.             this.tbTelephone.TabIndex = 25;
  178.             // 
  179.             // label5
  180.             // 
  181.             this.label5.AutoSize = true;
  182.             this.label5.Location = new System.Drawing.Point(12, 180);
  183.             this.label5.Name = "label5";
  184.             this.label5.Size = new System.Drawing.Size(59, 12);
  185.             this.label5.TabIndex = 24;
  186.             this.label5.Text = "联系电话:";
  187.             // 
  188.             // tbAddress
  189.             // 
  190.             this.tbAddress.Location = new System.Drawing.Point(14, 145);
  191.             this.tbAddress.MaxLength = 256;
  192.             this.tbAddress.Name = "tbAddress";
  193.             this.tbAddress.Size = new System.Drawing.Size(270, 21);
  194.             this.tbAddress.TabIndex = 23;
  195.             // 
  196.             // label4
  197.             // 
  198.             this.label4.AutoSize = true;
  199.             this.label4.Location = new System.Drawing.Point(12, 120);
  200.             this.label4.Name = "label4";
  201.             this.label4.Size = new System.Drawing.Size(59, 12);
  202.             this.label4.TabIndex = 22;
  203.             this.label4.Text = "通信地址:";
  204.             // 
  205.             // cmbDegree
  206.             // 
  207.             this.cmbDegree.FormattingEnabled = true;
  208.             this.cmbDegree.Items.AddRange(new object[] {
  209.             "博士后",
  210.             "博士",
  211.             "硕士",
  212.             "本科",
  213.             "大专",
  214.             "中专",
  215.             "高中及以下"});
  216.             this.cmbDegree.Location = new System.Drawing.Point(52, 87);
  217.             this.cmbDegree.Name = "cmbDegree";
  218.             this.cmbDegree.Size = new System.Drawing.Size(90, 20);
  219.             this.cmbDegree.TabIndex = 21;
  220.             this.cmbDegree.Text = "本科";
  221.             // 
  222.             // label3
  223.             // 
  224.             this.label3.AutoSize = true;
  225.             this.label3.Location = new System.Drawing.Point(12, 90);
  226.             this.label3.Name = "label3";
  227.             this.label3.Size = new System.Drawing.Size(35, 12);
  228.             this.label3.TabIndex = 20;
  229.             this.label3.Text = "学历:";
  230.             // 
  231.             // dtpBirthday
  232.             // 
  233.             this.dtpBirthday.Location = new System.Drawing.Point(82, 56);
  234.             this.dtpBirthday.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
  235.             this.dtpBirthday.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  236.             this.dtpBirthday.Name = "dtpBirthday";
  237.             this.dtpBirthday.Size = new System.Drawing.Size(126, 21);
  238.             this.dtpBirthday.TabIndex = 19;
  239.             // 
  240.             // label2
  241.             // 
  242.             this.label2.AutoSize = true;
  243.             this.label2.Location = new System.Drawing.Point(12, 60);
  244.             this.label2.Name = "label2";
  245.             this.label2.Size = new System.Drawing.Size(59, 12);
  246.             this.label2.TabIndex = 18;
  247.             this.label2.Text = "出生日期:";
  248.             // 
  249.             // rabWoman
  250.             // 
  251.             this.rabWoman.AutoSize = true;
  252.             this.rabWoman.Location = new System.Drawing.Point(182, 28);
  253.             this.rabWoman.Name = "rabWoman";
  254.             this.rabWoman.Size = new System.Drawing.Size(35, 16);
  255.             this.rabWoman.TabIndex = 17;
  256.             this.rabWoman.Text = "女";
  257.             this.rabWoman.UseVisualStyleBackColor = true;
  258.             // 
  259.             // rabMan
  260.             // 
  261.             this.rabMan.AutoSize = true;
  262.             this.rabMan.Checked = true;
  263.             this.rabMan.Location = new System.Drawing.Point(142, 28);
  264.             this.rabMan.Name = "rabMan";
  265.             this.rabMan.Size = new System.Drawing.Size(35, 16);
  266.             this.rabMan.TabIndex = 16;
  267.             this.rabMan.TabStop = true;
  268.             this.rabMan.Text = "男";
  269.             this.rabMan.UseVisualStyleBackColor = true;
  270.             // 
  271.             // tbName
  272.             // 
  273.             this.tbName.Location = new System.Drawing.Point(52, 27);
  274.             this.tbName.MaxLength = 100;
  275.             this.tbName.Name = "tbName";
  276.             this.tbName.Size = new System.Drawing.Size(75, 21);
  277.             this.tbName.TabIndex = 15;
  278.             // 
  279.             // label1
  280.             // 
  281.             this.label1.AutoSize = true;
  282.             this.label1.Location = new System.Drawing.Point(12, 30);
  283.             this.label1.Name = "label1";
  284.             this.label1.Size = new System.Drawing.Size(35, 12);
  285.             this.label1.TabIndex = 0;
  286.             this.label1.Text = "姓名:";
  287.             // 
  288.             // btnSave
  289.             // 
  290.             this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  291.             this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  292.             this.btnSave.Location = new System.Drawing.Point(12, 352);
  293.             this.btnSave.Name = "btnSave";
  294.             this.btnSave.Size = new System.Drawing.Size(80, 23);
  295.             this.btnSave.TabIndex = 23;
  296.             this.btnSave.Text = "保存修改";
  297.             this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  298.             this.btnSave.UseVisualStyleBackColor = true;
  299.             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  300.             // 
  301.             // btnNew
  302.             // 
  303.             this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
  304.             this.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  305.             this.btnNew.Location = new System.Drawing.Point(109, 352);
  306.             this.btnNew.Name = "btnNew";
  307.             this.btnNew.Size = new System.Drawing.Size(80, 23);
  308.             this.btnNew.TabIndex = 25;
  309.             this.btnNew.Text = "新增会员";
  310.             this.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  311.             this.btnNew.UseVisualStyleBackColor = true;
  312.             this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
  313.             // 
  314.             // label9
  315.             // 
  316.             this.label9.AutoSize = true;
  317.             this.label9.Location = new System.Drawing.Point(15, 12);
  318.             this.label9.Name = "label9";
  319.             this.label9.Size = new System.Drawing.Size(47, 12);
  320.             this.label9.TabIndex = 26;
  321.             this.label9.Text = "会员号:";
  322.             // 
  323.             // CustomerForm
  324.             // 
  325.             this.AcceptButton = this.btnQuery;
  326.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  327.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328.             this.ClientSize = new System.Drawing.Size(352, 393);
  329.             this.Controls.Add(this.label9);
  330.             this.Controls.Add(this.btnNew);
  331.             this.Controls.Add(this.btnSave);
  332.             this.Controls.Add(this.groupBox1);
  333.             this.Controls.Add(this.btnQuery);
  334.             this.Controls.Add(this.cmbCustomerID);
  335.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  336.             this.Name = "CustomerForm";
  337.             this.Text = "会员管理";
  338.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomerForm_FormClosing);
  339.             this.Load += new System.EventHandler(this.CustomerForm_Load);
  340.             this.groupBox1.ResumeLayout(false);
  341.             this.groupBox1.PerformLayout();
  342.             ((System.ComponentModel.ISupportInitialize)(this.nudLevels)).EndInit();
  343.             ((System.ComponentModel.ISupportInitialize)(this.nudScore)).EndInit();
  344.             this.ResumeLayout(false);
  345.             this.PerformLayout();
  346.         }
  347.         #endregion
  348.         private System.Windows.Forms.ComboBox cmbCustomerID;
  349.         private System.Windows.Forms.Button btnQuery;
  350.         private System.Windows.Forms.GroupBox groupBox1;
  351.         private System.Windows.Forms.Label label1;
  352.         private System.Windows.Forms.TextBox tbName;
  353.         private System.Windows.Forms.RadioButton rabWoman;
  354.         private System.Windows.Forms.RadioButton rabMan;
  355.         private System.Windows.Forms.DateTimePicker dtpBirthday;
  356.         private System.Windows.Forms.Label label2;
  357.         private System.Windows.Forms.ComboBox cmbDegree;
  358.         private System.Windows.Forms.Label label3;
  359.         private System.Windows.Forms.TextBox tbTelephone;
  360.         private System.Windows.Forms.Label label5;
  361.         private System.Windows.Forms.TextBox tbAddress;
  362.         private System.Windows.Forms.Label label4;
  363.         private System.Windows.Forms.TextBox tbEmail;
  364.         private System.Windows.Forms.Label label6;
  365.         private System.Windows.Forms.NumericUpDown nudLevels;
  366.         private System.Windows.Forms.Label label8;
  367.         private System.Windows.Forms.NumericUpDown nudScore;
  368.         private System.Windows.Forms.Label label7;
  369.         private System.Windows.Forms.Button btnSave;
  370.         private System.Windows.Forms.Button btnNew;
  371.         private System.Windows.Forms.Label label9;
  372.     }
  373. }