namespace HKCardManager { partial class Query { /// /// 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.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 21); this.label1.TabIndex = 0; this.label1.Text = "选择机构:"; // // comboBox1 // this.comboBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(12, 36); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(200, 29); this.comboBox1.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label2.Location = new System.Drawing.Point(245, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 21); this.label2.TabIndex = 2; this.label2.Text = "姓名:"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.textBox1.Location = new System.Drawing.Point(245, 37); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(203, 28); this.textBox1.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label3.Location = new System.Drawing.Point(10, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 21); this.label3.TabIndex = 4; this.label3.Text = "开始时间:"; // // dateTimePicker1 // this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.dateTimePicker1.Location = new System.Drawing.Point(12, 121); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(200, 28); this.dateTimePicker1.TabIndex = 5; // // dateTimePicker2 // this.dateTimePicker2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.dateTimePicker2.Location = new System.Drawing.Point(245, 121); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(200, 28); this.dateTimePicker2.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label4.Location = new System.Drawing.Point(243, 94); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(90, 21); this.label4.TabIndex = 6; this.label4.Text = "结束时间:"; // // comboBox2 // this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(12, 193); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(200, 29); this.comboBox2.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label5.Location = new System.Drawing.Point(12, 169); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(90, 21); this.label5.TabIndex = 8; this.label5.Text = "选择窗口:"; // // button1 // 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(247, 249); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(88, 38); this.button1.TabIndex = 10; this.button1.Text = "查询"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.button2.Location = new System.Drawing.Point(359, 248); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(88, 38); this.button2.TabIndex = 11; this.button2.Text = "退出"; this.button2.UseVisualStyleBackColor = true; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.dateTimePicker2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.comboBox2); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.dateTimePicker1); this.panel1.Location = new System.Drawing.Point(9, 9); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(454, 234); this.panel1.TabIndex = 12; // // label6 // this.label6.AutoSize = true; this.label6.Dock = System.Windows.Forms.DockStyle.Bottom; this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label6.Location = new System.Drawing.Point(0, 307); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 21); this.label6.TabIndex = 13; this.label6.Text = "label6"; // // Query // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(476, 328); this.Controls.Add(this.label6); this.Controls.Add(this.panel1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Query"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "查询条件输入"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private ComboBox comboBox1; private Label label2; private TextBox textBox1; private Label label3; private DateTimePicker dateTimePicker1; private DateTimePicker dateTimePicker2; private Label label4; private ComboBox comboBox2; private Label label5; private Button button1; private Button button2; private Panel panel1; private Label label6; } }