namespace HKCardManager { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.人事信息ZToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.人员录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.机构录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.卡片维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.发卡ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.销户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.挂失ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.解挂ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.报表打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.月餐段汇总表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.计次就餐天消费表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.计次就餐消费明细表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.记次就餐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.餐段设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.button12 = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.button9 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.panel1 = new System.Windows.Forms.Panel(); this.listBox1 = new System.Windows.Forms.ListBox(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.人事信息ZToolStripMenuItem, this.卡片维护ToolStripMenuItem, this.报表打印ToolStripMenuItem, this.记次就餐ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1207, 25); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // 人事信息ZToolStripMenuItem // this.人事信息ZToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.人员录入ToolStripMenuItem, this.机构录入ToolStripMenuItem}); this.人事信息ZToolStripMenuItem.Name = "人事信息ZToolStripMenuItem"; this.人事信息ZToolStripMenuItem.Size = new System.Drawing.Size(83, 21); this.人事信息ZToolStripMenuItem.Text = "人事信息(Z)"; // // 人员录入ToolStripMenuItem // this.人员录入ToolStripMenuItem.Name = "人员录入ToolStripMenuItem"; this.人员录入ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.人员录入ToolStripMenuItem.Text = "人员录入"; this.人员录入ToolStripMenuItem.Click += new System.EventHandler(this.人员录入ToolStripMenuItem_Click); // // 机构录入ToolStripMenuItem // this.机构录入ToolStripMenuItem.Name = "机构录入ToolStripMenuItem"; this.机构录入ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.机构录入ToolStripMenuItem.Text = "机构录入"; this.机构录入ToolStripMenuItem.Click += new System.EventHandler(this.机构录入ToolStripMenuItem_Click); // // 卡片维护ToolStripMenuItem // this.卡片维护ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.发卡ToolStripMenuItem, this.销户ToolStripMenuItem, this.挂失ToolStripMenuItem, this.解挂ToolStripMenuItem}); this.卡片维护ToolStripMenuItem.Name = "卡片维护ToolStripMenuItem"; this.卡片维护ToolStripMenuItem.Size = new System.Drawing.Size(84, 21); this.卡片维护ToolStripMenuItem.Text = "卡片维护(X)"; // // 发卡ToolStripMenuItem // this.发卡ToolStripMenuItem.Name = "发卡ToolStripMenuItem"; this.发卡ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.发卡ToolStripMenuItem.Text = "发卡"; this.发卡ToolStripMenuItem.Click += new System.EventHandler(this.发卡ToolStripMenuItem_Click); // // 销户ToolStripMenuItem // this.销户ToolStripMenuItem.Name = "销户ToolStripMenuItem"; this.销户ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.销户ToolStripMenuItem.Text = "销户"; this.销户ToolStripMenuItem.Click += new System.EventHandler(this.销户ToolStripMenuItem_Click); // // 挂失ToolStripMenuItem // this.挂失ToolStripMenuItem.Name = "挂失ToolStripMenuItem"; this.挂失ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.挂失ToolStripMenuItem.Text = "挂失"; this.挂失ToolStripMenuItem.Click += new System.EventHandler(this.挂失ToolStripMenuItem_Click); // // 解挂ToolStripMenuItem // this.解挂ToolStripMenuItem.Name = "解挂ToolStripMenuItem"; this.解挂ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.解挂ToolStripMenuItem.Text = "解挂"; this.解挂ToolStripMenuItem.Click += new System.EventHandler(this.解挂ToolStripMenuItem_Click); // // 报表打印ToolStripMenuItem // this.报表打印ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.月餐段汇总表ToolStripMenuItem, this.计次就餐天消费表ToolStripMenuItem, this.计次就餐消费明细表ToolStripMenuItem}); this.报表打印ToolStripMenuItem.Name = "报表打印ToolStripMenuItem"; this.报表打印ToolStripMenuItem.Size = new System.Drawing.Size(68, 21); this.报表打印ToolStripMenuItem.Text = "报表打印"; // // 月餐段汇总表ToolStripMenuItem // this.月餐段汇总表ToolStripMenuItem.Name = "月餐段汇总表ToolStripMenuItem"; this.月餐段汇总表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.月餐段汇总表ToolStripMenuItem.Text = "月餐段汇总表"; this.月餐段汇总表ToolStripMenuItem.Click += new System.EventHandler(this.月餐段汇总表ToolStripMenuItem_Click); // // 计次就餐天消费表ToolStripMenuItem // this.计次就餐天消费表ToolStripMenuItem.Name = "计次就餐天消费表ToolStripMenuItem"; this.计次就餐天消费表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.计次就餐天消费表ToolStripMenuItem.Text = "记次就餐天消费表"; this.计次就餐天消费表ToolStripMenuItem.Click += new System.EventHandler(this.计次就餐天消费表ToolStripMenuItem_Click); // // 计次就餐消费明细表ToolStripMenuItem // this.计次就餐消费明细表ToolStripMenuItem.Name = "计次就餐消费明细表ToolStripMenuItem"; this.计次就餐消费明细表ToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.计次就餐消费明细表ToolStripMenuItem.Text = "记次就餐消费明细表"; this.计次就餐消费明细表ToolStripMenuItem.Click += new System.EventHandler(this.计次就餐消费明细表ToolStripMenuItem_Click); // // 记次就餐ToolStripMenuItem // this.记次就餐ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.餐段设置ToolStripMenuItem}); this.记次就餐ToolStripMenuItem.Name = "记次就餐ToolStripMenuItem"; this.记次就餐ToolStripMenuItem.Size = new System.Drawing.Size(68, 21); this.记次就餐ToolStripMenuItem.Text = "记次就餐"; // // 餐段设置ToolStripMenuItem // this.餐段设置ToolStripMenuItem.Name = "餐段设置ToolStripMenuItem"; this.餐段设置ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.餐段设置ToolStripMenuItem.Text = "餐段设置"; this.餐段设置ToolStripMenuItem.Click += new System.EventHandler(this.餐段设置ToolStripMenuItem_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox1); this.splitContainer1.Panel1.Controls.Add(this.groupBox4); this.splitContainer1.Panel1.Controls.Add(this.groupBox3); this.splitContainer1.Panel1.Controls.Add(this.groupBox2); this.splitContainer1.Panel1.Controls.Add(this.button1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Highlight; this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(1207, 664); this.splitContainer1.SplitterDistance = 249; this.splitContainer1.TabIndex = 1; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.SystemColors.Control; this.groupBox1.Controls.Add(this.pictureBox2); this.groupBox1.Controls.Add(this.pictureBox1); this.groupBox1.Controls.Add(this.button3); this.groupBox1.Controls.Add(this.button2); this.groupBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.groupBox1.ForeColor = System.Drawing.Color.Black; this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(243, 118); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "人事信息"; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = global::HKCardManager.Properties.Resources.suozaijigou; this.pictureBox2.Location = new System.Drawing.Point(16, 81); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(20, 20); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 3; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::HKCardManager.Properties.Resources.renyuanpinci; this.pictureBox1.Location = new System.Drawing.Point(16, 37); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(20, 20); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // button3 // this.button3.BackColor = System.Drawing.SystemColors.Control; this.button3.Location = new System.Drawing.Point(9, 71); this.button3.Name = "button3"; this.button3.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button3.Size = new System.Drawing.Size(220, 38); this.button3.TabIndex = 2; this.button3.Text = "机构录入"; this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.BackColor = System.Drawing.SystemColors.Control; this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button2.Location = new System.Drawing.Point(9, 29); this.button2.Name = "button2"; this.button2.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button2.Size = new System.Drawing.Size(220, 36); this.button2.TabIndex = 1; this.button2.Text = "人员录入"; this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // groupBox4 // this.groupBox4.BackColor = System.Drawing.SystemColors.Control; this.groupBox4.Controls.Add(this.pictureBox10); this.groupBox4.Controls.Add(this.button12); this.groupBox4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.groupBox4.ForeColor = System.Drawing.Color.Black; this.groupBox4.Location = new System.Drawing.Point(3, 501); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(243, 77); this.groupBox4.TabIndex = 3; this.groupBox4.TabStop = false; this.groupBox4.Text = "计次就餐"; // // pictureBox10 // this.pictureBox10.BackColor = System.Drawing.Color.Transparent; this.pictureBox10.Image = global::HKCardManager.Properties.Resources.shijianshezhi; this.pictureBox10.Location = new System.Drawing.Point(16, 37); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.Size = new System.Drawing.Size(20, 20); this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox10.TabIndex = 11; this.pictureBox10.TabStop = false; // // button12 // this.button12.BackColor = System.Drawing.SystemColors.Control; this.button12.Location = new System.Drawing.Point(9, 29); this.button12.Name = "button12"; this.button12.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button12.Size = new System.Drawing.Size(220, 36); this.button12.TabIndex = 1; this.button12.Text = "餐段设置"; this.button12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button12.UseVisualStyleBackColor = false; this.button12.Click += new System.EventHandler(this.button12_Click); // // groupBox3 // this.groupBox3.BackColor = System.Drawing.SystemColors.Control; this.groupBox3.Controls.Add(this.pictureBox9); this.groupBox3.Controls.Add(this.pictureBox8); this.groupBox3.Controls.Add(this.pictureBox7); this.groupBox3.Controls.Add(this.button9); this.groupBox3.Controls.Add(this.button10); this.groupBox3.Controls.Add(this.button11); this.groupBox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.groupBox3.ForeColor = System.Drawing.Color.Black; this.groupBox3.Location = new System.Drawing.Point(3, 336); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(243, 159); this.groupBox3.TabIndex = 5; this.groupBox3.TabStop = false; this.groupBox3.Text = "报表打印"; // // pictureBox9 // this.pictureBox9.BackColor = System.Drawing.Color.Transparent; this.pictureBox9.Image = global::HKCardManager.Properties.Resources.shujubiao_; this.pictureBox9.Location = new System.Drawing.Point(16, 123); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.Size = new System.Drawing.Size(20, 20); this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox9.TabIndex = 10; this.pictureBox9.TabStop = false; // // pictureBox8 // this.pictureBox8.BackColor = System.Drawing.Color.Transparent; this.pictureBox8.Image = global::HKCardManager.Properties.Resources.shujubiao; this.pictureBox8.Location = new System.Drawing.Point(16, 81); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(20, 20); this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox8.TabIndex = 9; this.pictureBox8.TabStop = false; // // pictureBox7 // this.pictureBox7.BackColor = System.Drawing.Color.Transparent; this.pictureBox7.Image = global::HKCardManager.Properties.Resources.benyue; this.pictureBox7.Location = new System.Drawing.Point(16, 38); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(20, 20); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox7.TabIndex = 8; this.pictureBox7.TabStop = false; // // button9 // this.button9.BackColor = System.Drawing.SystemColors.Control; this.button9.Location = new System.Drawing.Point(9, 113); this.button9.Name = "button9"; this.button9.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button9.Size = new System.Drawing.Size(220, 38); this.button9.TabIndex = 3; this.button9.Tag = "记次就餐消费明细表"; this.button9.Text = "记次就餐消费明细表"; this.button9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button9.UseVisualStyleBackColor = false; this.button9.Click += new System.EventHandler(this.button11_Click); // // button10 // this.button10.BackColor = System.Drawing.SystemColors.Control; this.button10.Location = new System.Drawing.Point(9, 72); this.button10.Name = "button10"; this.button10.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button10.Size = new System.Drawing.Size(220, 38); this.button10.TabIndex = 2; this.button10.Tag = "记次就餐天消费表"; this.button10.Text = "记次就餐天消费表"; this.button10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button10.UseVisualStyleBackColor = false; this.button10.Click += new System.EventHandler(this.button11_Click); // // button11 // this.button11.BackColor = System.Drawing.SystemColors.Control; this.button11.Location = new System.Drawing.Point(9, 28); this.button11.Name = "button11"; this.button11.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button11.Size = new System.Drawing.Size(220, 38); this.button11.TabIndex = 1; this.button11.Tag = "月餐段汇总表"; this.button11.Text = "月餐段汇总表"; this.button11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button11.UseVisualStyleBackColor = false; this.button11.Click += new System.EventHandler(this.button11_Click); // // groupBox2 // this.groupBox2.BackColor = System.Drawing.SystemColors.Control; this.groupBox2.Controls.Add(this.pictureBox6); this.groupBox2.Controls.Add(this.pictureBox5); this.groupBox2.Controls.Add(this.pictureBox4); this.groupBox2.Controls.Add(this.pictureBox3); this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(this.button6); this.groupBox2.Controls.Add(this.button4); this.groupBox2.Controls.Add(this.button5); this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.groupBox2.ForeColor = System.Drawing.Color.Black; this.groupBox2.Location = new System.Drawing.Point(3, 127); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(243, 203); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "卡片维护"; // // pictureBox6 // this.pictureBox6.BackColor = System.Drawing.Color.Transparent; this.pictureBox6.Image = global::HKCardManager.Properties.Resources.jiegua; this.pictureBox6.Location = new System.Drawing.Point(16, 166); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(20, 20); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox6.TabIndex = 7; this.pictureBox6.TabStop = false; // // pictureBox5 // this.pictureBox5.BackColor = System.Drawing.Color.Transparent; this.pictureBox5.Image = global::HKCardManager.Properties.Resources.shebaoqiaguashi; this.pictureBox5.Location = new System.Drawing.Point(16, 123); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(20, 20); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox5.TabIndex = 6; this.pictureBox5.TabStop = false; // // pictureBox4 // this.pictureBox4.BackColor = System.Drawing.Color.Transparent; this.pictureBox4.Image = global::HKCardManager.Properties.Resources.xiaohu; this.pictureBox4.Location = new System.Drawing.Point(16, 81); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(20, 20); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox4.TabIndex = 5; this.pictureBox4.TabStop = false; // // pictureBox3 // this.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.Image = global::HKCardManager.Properties.Resources.IC_card; this.pictureBox3.Location = new System.Drawing.Point(16, 38); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(20, 20); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox3.TabIndex = 4; this.pictureBox3.TabStop = false; // // button7 // this.button7.BackColor = System.Drawing.SystemColors.Control; this.button7.Location = new System.Drawing.Point(9, 156); this.button7.Name = "button7"; this.button7.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button7.Size = new System.Drawing.Size(220, 38); this.button7.TabIndex = 4; this.button7.Tag = "解挂"; this.button7.Text = "解挂"; this.button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button7.UseVisualStyleBackColor = false; this.button7.Click += new System.EventHandler(this.button4_Click); // // button6 // this.button6.BackColor = System.Drawing.SystemColors.Control; this.button6.Location = new System.Drawing.Point(9, 113); this.button6.Name = "button6"; this.button6.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button6.Size = new System.Drawing.Size(220, 38); this.button6.TabIndex = 3; this.button6.Tag = "挂失"; this.button6.Text = "挂失"; this.button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button6.UseVisualStyleBackColor = false; this.button6.Click += new System.EventHandler(this.button4_Click); // // button4 // this.button4.BackColor = System.Drawing.SystemColors.Control; this.button4.Location = new System.Drawing.Point(9, 72); this.button4.Name = "button4"; this.button4.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button4.Size = new System.Drawing.Size(220, 38); this.button4.TabIndex = 2; this.button4.Tag = "销户"; this.button4.Text = "销户"; this.button4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.BackColor = System.Drawing.SystemColors.Control; this.button5.Location = new System.Drawing.Point(9, 28); this.button5.Name = "button5"; this.button5.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button5.Size = new System.Drawing.Size(220, 38); this.button5.TabIndex = 1; this.button5.Text = "发卡"; this.button5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.Dock = System.Windows.Forms.DockStyle.Top; this.button1.Enabled = false; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.button1.Location = new System.Drawing.Point(0, 0); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(249, 10); this.button1.TabIndex = 0; this.button1.Text = "模块列表"; this.button1.UseVisualStyleBackColor = false; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.panel1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.listBox1); this.splitContainer2.Size = new System.Drawing.Size(954, 664); this.splitContainer2.SplitterDistance = 500; this.splitContainer2.TabIndex = 0; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(954, 500); this.panel1.TabIndex = 1; // // listBox1 // this.listBox1.BackColor = System.Drawing.SystemColors.Control; this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 17; this.listBox1.Location = new System.Drawing.Point(0, 0); this.listBox1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(954, 160); this.listBox1.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1207, 689); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Form1"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MenuStrip menuStrip1; private ToolStripMenuItem 人事信息ZToolStripMenuItem; private ToolStripMenuItem 人员录入ToolStripMenuItem; private ToolStripMenuItem 卡片维护ToolStripMenuItem; private ToolStripMenuItem 发卡ToolStripMenuItem; private ToolStripMenuItem 销户ToolStripMenuItem; private ToolStripMenuItem 挂失ToolStripMenuItem; private ToolStripMenuItem 解挂ToolStripMenuItem; private ToolStripMenuItem 报表打印ToolStripMenuItem; private ToolStripMenuItem 月餐段汇总表ToolStripMenuItem; private ToolStripMenuItem 计次就餐天消费表ToolStripMenuItem; private ToolStripMenuItem 计次就餐消费明细表ToolStripMenuItem; private ToolStripMenuItem 记次就餐ToolStripMenuItem; private ToolStripMenuItem 餐段设置ToolStripMenuItem; private ToolStripMenuItem 机构录入ToolStripMenuItem; private SplitContainer splitContainer1; private Button button1; private GroupBox groupBox4; private Button button12; private GroupBox groupBox3; private Button button9; private Button button10; private Button button11; private GroupBox groupBox2; private Button button7; private Button button6; private Button button4; private Button button5; private GroupBox groupBox1; private Button button3; private Button button2; private ListBox listBox1; private Panel panel1; private SplitContainer splitContainer2; private PictureBox pictureBox1; private PictureBox pictureBox10; private PictureBox pictureBox9; private PictureBox pictureBox8; private PictureBox pictureBox7; private PictureBox pictureBox6; private PictureBox pictureBox5; private PictureBox pictureBox4; private PictureBox pictureBox3; private PictureBox pictureBox2; } }