CustomerForm.Designer.cs
资源名称:BookStore.rar [点击查看]
上传用户:xyl529207
上传日期:2022-08-03
资源大小:935k
文件大小:17k
源码类别:
行业应用
开发平台:
SQL
- namespace BookStoreMan
- {
- partial class CustomerForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerForm));
- this.cmbCustomerID = new System.Windows.Forms.ComboBox();
- this.btnQuery = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.nudLevels = new System.Windows.Forms.NumericUpDown();
- this.label8 = new System.Windows.Forms.Label();
- this.nudScore = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.tbEmail = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tbTelephone = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbAddress = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.cmbDegree = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.rabWoman = new System.Windows.Forms.RadioButton();
- this.rabMan = new System.Windows.Forms.RadioButton();
- this.tbName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnSave = new System.Windows.Forms.Button();
- this.btnNew = new System.Windows.Forms.Button();
- this.label9 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudLevels)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudScore)).BeginInit();
- this.SuspendLayout();
- //
- // cmbCustomerID
- //
- this.cmbCustomerID.FormattingEnabled = true;
- this.cmbCustomerID.Location = new System.Drawing.Point(64, 9);
- this.cmbCustomerID.Name = "cmbCustomerID";
- this.cmbCustomerID.Size = new System.Drawing.Size(90, 20);
- this.cmbCustomerID.TabIndex = 12;
- //
- // btnQuery
- //
- this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image")));
- this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnQuery.Location = new System.Drawing.Point(160, 7);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(60, 23);
- this.btnQuery.TabIndex = 18;
- this.btnQuery.Text = "查询";
- this.btnQuery.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnQuery.UseVisualStyleBackColor = true;
- this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.nudLevels);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.nudScore);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.tbEmail);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.tbTelephone);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.tbAddress);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.cmbDegree);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.dtpBirthday);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.rabWoman);
- this.groupBox1.Controls.Add(this.rabMan);
- this.groupBox1.Controls.Add(this.tbName);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Location = new System.Drawing.Point(12, 40);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(320, 300);
- this.groupBox1.TabIndex = 19;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "会员信息";
- //
- // nudLevels
- //
- this.nudLevels.Location = new System.Drawing.Point(52, 272);
- this.nudLevels.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nudLevels.Name = "nudLevels";
- this.nudLevels.Size = new System.Drawing.Size(45, 21);
- this.nudLevels.TabIndex = 31;
- this.nudLevels.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(12, 274);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(38, 12);
- this.label8.TabIndex = 30;
- this.label8.Text = "级别:";
- //
- // nudScore
- //
- this.nudScore.Location = new System.Drawing.Point(52, 238);
- this.nudScore.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.nudScore.Name = "nudScore";
- this.nudScore.Size = new System.Drawing.Size(90, 21);
- this.nudScore.TabIndex = 29;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(12, 240);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(35, 12);
- this.label7.TabIndex = 28;
- this.label7.Text = "积分:";
- //
- // tbEmail
- //
- this.tbEmail.Location = new System.Drawing.Point(85, 207);
- this.tbEmail.MaxLength = 100;
- this.tbEmail.Name = "tbEmail";
- this.tbEmail.Size = new System.Drawing.Size(199, 21);
- this.tbEmail.TabIndex = 27;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(12, 210);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(65, 12);
- this.label6.TabIndex = 26;
- this.label6.Text = "Email地址:";
- //
- // tbTelephone
- //
- this.tbTelephone.Location = new System.Drawing.Point(85, 177);
- this.tbTelephone.MaxLength = 100;
- this.tbTelephone.Name = "tbTelephone";
- this.tbTelephone.Size = new System.Drawing.Size(199, 21);
- this.tbTelephone.TabIndex = 25;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(12, 180);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(59, 12);
- this.label5.TabIndex = 24;
- this.label5.Text = "联系电话:";
- //
- // tbAddress
- //
- this.tbAddress.Location = new System.Drawing.Point(14, 145);
- this.tbAddress.MaxLength = 256;
- this.tbAddress.Name = "tbAddress";
- this.tbAddress.Size = new System.Drawing.Size(270, 21);
- this.tbAddress.TabIndex = 23;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(12, 120);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 22;
- this.label4.Text = "通信地址:";
- //
- // cmbDegree
- //
- this.cmbDegree.FormattingEnabled = true;
- this.cmbDegree.Items.AddRange(new object[] {
- "博士后",
- "博士",
- "硕士",
- "本科",
- "大专",
- "中专",
- "高中及以下"});
- this.cmbDegree.Location = new System.Drawing.Point(52, 87);
- this.cmbDegree.Name = "cmbDegree";
- this.cmbDegree.Size = new System.Drawing.Size(90, 20);
- this.cmbDegree.TabIndex = 21;
- this.cmbDegree.Text = "本科";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(12, 90);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 12);
- this.label3.TabIndex = 20;
- this.label3.Text = "学历:";
- //
- // dtpBirthday
- //
- this.dtpBirthday.Location = new System.Drawing.Point(82, 56);
- this.dtpBirthday.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
- this.dtpBirthday.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.dtpBirthday.Name = "dtpBirthday";
- this.dtpBirthday.Size = new System.Drawing.Size(126, 21);
- this.dtpBirthday.TabIndex = 19;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(12, 60);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 18;
- this.label2.Text = "出生日期:";
- //
- // rabWoman
- //
- this.rabWoman.AutoSize = true;
- this.rabWoman.Location = new System.Drawing.Point(182, 28);
- this.rabWoman.Name = "rabWoman";
- this.rabWoman.Size = new System.Drawing.Size(35, 16);
- this.rabWoman.TabIndex = 17;
- this.rabWoman.Text = "女";
- this.rabWoman.UseVisualStyleBackColor = true;
- //
- // rabMan
- //
- this.rabMan.AutoSize = true;
- this.rabMan.Checked = true;
- this.rabMan.Location = new System.Drawing.Point(142, 28);
- this.rabMan.Name = "rabMan";
- this.rabMan.Size = new System.Drawing.Size(35, 16);
- this.rabMan.TabIndex = 16;
- this.rabMan.TabStop = true;
- this.rabMan.Text = "男";
- this.rabMan.UseVisualStyleBackColor = true;
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(52, 27);
- this.tbName.MaxLength = 100;
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(75, 21);
- this.tbName.TabIndex = 15;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 30);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(35, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "姓名:";
- //
- // btnSave
- //
- this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
- this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnSave.Location = new System.Drawing.Point(12, 352);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(80, 23);
- this.btnSave.TabIndex = 23;
- this.btnSave.Text = "保存修改";
- this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnNew
- //
- this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
- this.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnNew.Location = new System.Drawing.Point(109, 352);
- this.btnNew.Name = "btnNew";
- this.btnNew.Size = new System.Drawing.Size(80, 23);
- this.btnNew.TabIndex = 25;
- this.btnNew.Text = "新增会员";
- this.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnNew.UseVisualStyleBackColor = true;
- this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(15, 12);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(47, 12);
- this.label9.TabIndex = 26;
- this.label9.Text = "会员号:";
- //
- // CustomerForm
- //
- this.AcceptButton = this.btnQuery;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(352, 393);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.btnNew);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.btnQuery);
- this.Controls.Add(this.cmbCustomerID);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "CustomerForm";
- this.Text = "会员管理";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomerForm_FormClosing);
- this.Load += new System.EventHandler(this.CustomerForm_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudLevels)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudScore)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox cmbCustomerID;
- private System.Windows.Forms.Button btnQuery;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.RadioButton rabWoman;
- private System.Windows.Forms.RadioButton rabMan;
- private System.Windows.Forms.DateTimePicker dtpBirthday;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cmbDegree;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbTelephone;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbAddress;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox tbEmail;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.NumericUpDown nudLevels;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.NumericUpDown nudScore;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button btnNew;
- private System.Windows.Forms.Label label9;
- }
- }