namespace HKCardManager { partial class DailyConsumptionTable { /// /// 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.查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.查询ToolStripMenuItem, this.导出ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(800, 25); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // 查询ToolStripMenuItem // this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem"; this.查询ToolStripMenuItem.Size = new System.Drawing.Size(44, 21); this.查询ToolStripMenuItem.Text = "查询"; this.查询ToolStripMenuItem.Click += new System.EventHandler(this.查询ToolStripMenuItem_Click); // // 导出ToolStripMenuItem // this.导出ToolStripMenuItem.Name = "导出ToolStripMenuItem"; this.导出ToolStripMenuItem.Size = new System.Drawing.Size(44, 21); this.导出ToolStripMenuItem.Text = "导出"; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 25); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 25; this.dataGridView1.Size = new System.Drawing.Size(800, 425); this.dataGridView1.TabIndex = 1; // // DailyConsumptionTable // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "DailyConsumptionTable"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "记次就餐天消费表"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MenuStrip menuStrip1; private ToolStripMenuItem 查询ToolStripMenuItem; private ToolStripMenuItem 导出ToolStripMenuItem; private DataGridView dataGridView1; } }