?? frm會員管理.designer.cs
字號:
?namespace 餐飲管理系統
{
partial class Frm會員管理
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm會員管理));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.瀏覽會員信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.注冊ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.編輯ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.刪除DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitter1 = new System.Windows.Forms.Splitter();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPageViewInfo = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.tabPageTakeIn = new System.Windows.Forms.TabPage();
this.buttonAddCancle = new System.Windows.Forms.Button();
this.buttonAddOk = new System.Windows.Forms.Button();
this.dateTimePickerBrithday = new System.Windows.Forms.DateTimePicker();
this.comboBoxMemClass = new System.Windows.Forms.ComboBox();
this.comboBox憑證類型 = new System.Windows.Forms.ComboBox();
this.comboBoxMemSex = new System.Windows.Forms.ComboBox();
this.textBoxRePwd = new System.Windows.Forms.TextBox();
this.textBoxPwd = new System.Windows.Forms.TextBox();
this.textBox證件號 = new System.Windows.Forms.TextBox();
this.textBoxAddress = new System.Windows.Forms.TextBox();
this.textBoxName = new System.Windows.Forms.TextBox();
this.textBox會員號 = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPageExitParter = new System.Windows.Forms.TabPage();
this.buttonExitCancle = new System.Windows.Forms.Button();
this.buttonExitOK = new System.Windows.Forms.Button();
this.dateTimePickerExitBirthday = new System.Windows.Forms.DateTimePicker();
this.comboBoxExitMemClass = new System.Windows.Forms.ComboBox();
this.comboBoxExit憑證類型 = new System.Windows.Forms.ComboBox();
this.comboBoxExitSex = new System.Windows.Forms.ComboBox();
this.textBoxExitRePwd = new System.Windows.Forms.TextBox();
this.textBoxExitPwd = new System.Windows.Forms.TextBox();
this.textBoxExit證件號 = new System.Windows.Forms.TextBox();
this.textBoxExitAddress = new System.Windows.Forms.TextBox();
this.textBoxOldPwd = new System.Windows.Forms.TextBox();
this.textBoxExitName = new System.Windows.Forms.TextBox();
this.textBoxExitID = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.label34 = new System.Windows.Forms.Label();
this.label33 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPageViewInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabPageTakeIn.SuspendLayout();
this.tabPageExitParter.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.瀏覽會員信息ToolStripMenuItem,
this.注冊ToolStripMenuItem,
this.編輯ToolStripMenuItem,
this.刪除DToolStripMenuItem,
this.退出XToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(755, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 瀏覽會員信息ToolStripMenuItem
//
this.瀏覽會員信息ToolStripMenuItem.Name = "瀏覽會員信息ToolStripMenuItem";
this.瀏覽會員信息ToolStripMenuItem.Size = new System.Drawing.Size(105, 20);
this.瀏覽會員信息ToolStripMenuItem.Text = "瀏覽會員信息(&V)";
this.瀏覽會員信息ToolStripMenuItem.Click += new System.EventHandler(this.瀏覽會員信息ToolStripMenuItem_Click);
//
// 注冊ToolStripMenuItem
//
this.注冊ToolStripMenuItem.Name = "注冊ToolStripMenuItem";
this.注冊ToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
this.注冊ToolStripMenuItem.Text = "注冊(&N)";
this.注冊ToolStripMenuItem.Click += new System.EventHandler(this.注冊ToolStripMenuItem_Click);
//
// 編輯ToolStripMenuItem
//
this.編輯ToolStripMenuItem.Name = "編輯ToolStripMenuItem";
this.編輯ToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.編輯ToolStripMenuItem.Text = "編輯(&E)";
this.編輯ToolStripMenuItem.Click += new System.EventHandler(this.編輯ToolStripMenuItem_Click);
//
// 刪除DToolStripMenuItem
//
this.刪除DToolStripMenuItem.Name = "刪除DToolStripMenuItem";
this.刪除DToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
this.刪除DToolStripMenuItem.Text = "刪除(&D)";
this.刪除DToolStripMenuItem.Click += new System.EventHandler(this.刪除DToolStripMenuItem_Click);
//
// splitter1
//
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter1.Location = new System.Drawing.Point(0, 24);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(755, 3);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPageViewInfo);
this.tabControl1.Controls.Add(this.tabPageTakeIn);
this.tabControl1.Controls.Add(this.tabPageExitParter);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.ImageList = this.imageList1;
this.tabControl1.Location = new System.Drawing.Point(0, 27);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(755, 519);
this.tabControl1.TabIndex = 2;
//this.tabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Selecting);
//
// tabPageViewInfo
//
this.tabPageViewInfo.Controls.Add(this.dataGridView1);
this.tabPageViewInfo.ImageIndex = 0;
this.tabPageViewInfo.Location = new System.Drawing.Point(4, 23);
this.tabPageViewInfo.Name = "tabPageViewInfo";
this.tabPageViewInfo.Padding = new System.Windows.Forms.Padding(3);
this.tabPageViewInfo.Size = new System.Drawing.Size(747, 492);
this.tabPageViewInfo.TabIndex = 0;
this.tabPageViewInfo.Text = "會員信息";
this.tabPageViewInfo.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(741, 486);
this.dataGridView1.TabIndex = 0;
//
// tabPageTakeIn
//
this.tabPageTakeIn.Controls.Add(this.buttonAddCancle);
this.tabPageTakeIn.Controls.Add(this.buttonAddOk);
this.tabPageTakeIn.Controls.Add(this.dateTimePickerBrithday);
this.tabPageTakeIn.Controls.Add(this.comboBoxMemClass);
this.tabPageTakeIn.Controls.Add(this.comboBox憑證類型);
this.tabPageTakeIn.Controls.Add(this.comboBoxMemSex);
this.tabPageTakeIn.Controls.Add(this.textBoxRePwd);
this.tabPageTakeIn.Controls.Add(this.textBoxPwd);
this.tabPageTakeIn.Controls.Add(this.textBox證件號);
this.tabPageTakeIn.Controls.Add(this.textBoxAddress);
this.tabPageTakeIn.Controls.Add(this.textBoxName);
this.tabPageTakeIn.Controls.Add(this.textBox會員號);
this.tabPageTakeIn.Controls.Add(this.label17);
this.tabPageTakeIn.Controls.Add(this.label16);
this.tabPageTakeIn.Controls.Add(this.label15);
this.tabPageTakeIn.Controls.Add(this.label13);
this.tabPageTakeIn.Controls.Add(this.label12);
this.tabPageTakeIn.Controls.Add(this.label11);
this.tabPageTakeIn.Controls.Add(this.label10);
this.tabPageTakeIn.Controls.Add(this.label9);
this.tabPageTakeIn.Controls.Add(this.label8);
this.tabPageTakeIn.Controls.Add(this.label7);
this.tabPageTakeIn.Controls.Add(this.label6);
this.tabPageTakeIn.Controls.Add(this.label5);
this.tabPageTakeIn.Controls.Add(this.label4);
this.tabPageTakeIn.Controls.Add(this.label2);
this.tabPageTakeIn.Controls.Add(this.label3);
this.tabPageTakeIn.Controls.Add(this.label1);
this.tabPageTakeIn.ImageIndex = 1;
this.tabPageTakeIn.Location = new System.Drawing.Point(4, 23);
this.tabPageTakeIn.Name = "tabPageTakeIn";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -