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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.pictureBox11 = new System.Windows.Forms.PictureBox(); this.button8 = new System.Windows.Forms.Button(); 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.button13 = new System.Windows.Forms.Button(); 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.dataGridView1 = new System.Windows.Forms.DataGridView(); this.图标 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.消息文本 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pictureBox12 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit(); 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(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox5); 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, 717); this.splitContainer1.SplitterDistance = 249; this.splitContainer1.TabIndex = 1; // // groupBox5 // this.groupBox5.BackColor = System.Drawing.SystemColors.Control; this.groupBox5.Controls.Add(this.pictureBox11); this.groupBox5.Controls.Add(this.button8); this.groupBox5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.groupBox5.ForeColor = System.Drawing.Color.Black; this.groupBox5.Location = new System.Drawing.Point(3, 615); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(243, 77); this.groupBox5.TabIndex = 12; this.groupBox5.TabStop = false; this.groupBox5.Text = "广告设置"; this.groupBox5.Visible = false; // // pictureBox11 // this.pictureBox11.BackColor = System.Drawing.Color.Transparent; this.pictureBox11.Image = global::HKCardManager.Properties.Resources.shijianshezhi; this.pictureBox11.Location = new System.Drawing.Point(16, 37); this.pictureBox11.Name = "pictureBox11"; this.pictureBox11.Size = new System.Drawing.Size(20, 20); this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox11.TabIndex = 11; this.pictureBox11.TabStop = false; // // button8 // this.button8.BackColor = System.Drawing.SystemColors.Control; this.button8.Location = new System.Drawing.Point(9, 29); this.button8.Name = "button8"; this.button8.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button8.Size = new System.Drawing.Size(220, 36); this.button8.TabIndex = 1; this.button8.Text = "广告设置"; this.button8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button8.UseVisualStyleBackColor = false; this.button8.Click += new System.EventHandler(this.button8_Click); // // 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, 534); 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, 368); 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.pictureBox12); this.groupBox2.Controls.Add(this.button13); 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, 118); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(243, 246); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "卡片维护"; // // button13 // this.button13.BackColor = System.Drawing.SystemColors.Control; this.button13.Location = new System.Drawing.Point(9, 200); this.button13.Name = "button13"; this.button13.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.button13.Size = new System.Drawing.Size(220, 38); this.button13.TabIndex = 8; this.button13.Tag = "销卡"; this.button13.Text = "销卡"; this.button13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button13.UseVisualStyleBackColor = false; this.button13.Click += new System.EventHandler(this.button13_Click); // // 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.dataGridView1); this.splitContainer2.Size = new System.Drawing.Size(954, 717); this.splitContainer2.SplitterDistance = 539; this.splitContainer2.TabIndex = 0; // // panel1 // this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 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, 539); this.panel1.TabIndex = 1; // // dataGridView1 // this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ColumnHeadersVisible = false; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.图标, this.消息文本}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 25; this.dataGridView1.Size = new System.Drawing.Size(954, 174); this.dataGridView1.TabIndex = 1; // // 图标 // dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter; this.图标.DefaultCellStyle = dataGridViewCellStyle5; this.图标.HeaderText = "图标"; this.图标.Name = "图标"; this.图标.ReadOnly = true; this.图标.Width = 30; // // 消息文本 // this.消息文本.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.消息文本.DefaultCellStyle = dataGridViewCellStyle6; this.消息文本.HeaderText = "消息文本"; this.消息文本.Name = "消息文本"; this.消息文本.ReadOnly = true; // // pictureBox12 // this.pictureBox12.BackColor = System.Drawing.Color.Transparent; this.pictureBox12.Image = global::HKCardManager.Properties.Resources.xiaohu; this.pictureBox12.Location = new System.Drawing.Point(20, 210); this.pictureBox12.Name = "pictureBox12"; this.pictureBox12.Size = new System.Drawing.Size(20, 20); this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox12.TabIndex = 9; this.pictureBox12.TabStop = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1207, 717); this.Controls.Add(this.splitContainer1); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit(); 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); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit(); this.ResumeLayout(false); } #endregion 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 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; private GroupBox groupBox5; private PictureBox pictureBox11; private Button button8; private DataGridView dataGridView1; private DataGridViewTextBoxColumn 图标; private DataGridViewTextBoxColumn 消息文本; private Button button13; private PictureBox pictureBox12; } }