?? frm會員管理.designer.cs
字號:
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(37, 207);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(65, 12);
this.label23.TabIndex = 4;
this.label23.Text = "確認密碼:";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(47, 163);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(53, 12);
this.label24.TabIndex = 5;
this.label24.Text = "新密碼:";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(389, 141);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(53, 12);
this.label25.TabIndex = 6;
this.label25.Text = "證件號:";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(378, 85);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(65, 12);
this.label26.TabIndex = 10;
this.label26.Text = "憑證類型:";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(377, 198);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(65, 12);
this.label27.TabIndex = 14;
this.label27.Text = "詳細住址:";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(61, 309);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(41, 12);
this.label28.TabIndex = 15;
this.label28.Text = "生日:";
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(61, 253);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(41, 12);
this.label29.TabIndex = 16;
this.label29.Text = "性別:";
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(49, 119);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(53, 12);
this.label34.TabIndex = 11;
this.label34.Text = "原密碼:";
//
// label33
//
this.label33.AutoSize = true;
this.label33.ForeColor = System.Drawing.Color.Red;
this.label33.Location = new System.Drawing.Point(15, 119);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(17, 12);
this.label33.TabIndex = 12;
this.label33.Text = "*";
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(49, 74);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(53, 12);
this.label30.TabIndex = 11;
this.label30.Text = "會員名:";
//
// label31
//
this.label31.AutoSize = true;
this.label31.ForeColor = System.Drawing.Color.Red;
this.label31.Location = new System.Drawing.Point(15, 74);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(17, 12);
this.label31.TabIndex = 12;
this.label31.Text = "*";
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(49, 29);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(53, 12);
this.label32.TabIndex = 13;
this.label32.Text = "會員號:";
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "2-1.bmp");
this.imageList1.Images.SetKeyName(1, "添加AtoolStripButton.Image.png");
this.imageList1.Images.SetKeyName(2, "QuickReport.bmp");
//
// 退出XToolStripMenuItem
//
this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
this.退出XToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.退出XToolStripMenuItem.Text = "退出(&X)";
this.退出XToolStripMenuItem.Click += new System.EventHandler(this.退出XToolStripMenuItem_Click);
//
// Frm會員管理
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(755, 546);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Frm會員管理";
this.Text = "會員管理";
this.Load += new System.EventHandler(this.Frm會員管理_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPageViewInfo.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabPageTakeIn.ResumeLayout(false);
this.tabPageTakeIn.PerformLayout();
this.tabPageExitParter.ResumeLayout(false);
this.tabPageExitParter.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 瀏覽會員信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 注冊ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 編輯ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 刪除DToolStripMenuItem;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPageViewInfo;
private System.Windows.Forms.TabPage tabPageTakeIn;
private System.Windows.Forms.TabPage tabPageExitParter;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dateTimePickerBrithday;
private System.Windows.Forms.ComboBox comboBoxMemClass;
private System.Windows.Forms.ComboBox comboBox憑證類型;
private System.Windows.Forms.ComboBox comboBoxMemSex;
private System.Windows.Forms.TextBox textBoxRePwd;
private System.Windows.Forms.TextBox textBoxPwd;
private System.Windows.Forms.TextBox textBox證件號;
private System.Windows.Forms.TextBox textBoxAddress;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.TextBox textBox會員號;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Button buttonAddCancle;
private System.Windows.Forms.Button buttonAddOk;
private System.Windows.Forms.DateTimePicker dateTimePickerExitBirthday;
private System.Windows.Forms.ComboBox comboBoxExitMemClass;
private System.Windows.Forms.ComboBox comboBoxExit憑證類型;
private System.Windows.Forms.ComboBox comboBoxExitSex;
private System.Windows.Forms.TextBox textBoxExitRePwd;
private System.Windows.Forms.TextBox textBoxExitPwd;
private System.Windows.Forms.TextBox textBoxExit證件號;
private System.Windows.Forms.TextBox textBoxExitAddress;
private System.Windows.Forms.TextBox textBoxExitName;
private System.Windows.Forms.TextBox textBoxExitID;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Button buttonExitCancle;
private System.Windows.Forms.Button buttonExitOK;
private System.Windows.Forms.TextBox textBoxOldPwd;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripMenuItem 退出XToolStripMenuItem;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -