namespace DataUpload { partial class NBFormSearch { /// /// 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.cbbRoom = new System.Windows.Forms.ComboBox(); this.cbbApmt = new System.Windows.Forms.ComboBox(); this.cbbBldg = new System.Windows.Forms.ComboBox(); this.cbbArea = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.cbbRoom); this.groupBox2.Controls.Add(this.cbbApmt); this.groupBox2.Controls.Add(this.cbbBldg); this.groupBox2.Controls.Add(this.cbbArea); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(12, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(325, 175); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "数据源筛选"; // // cbbRoom // this.cbbRoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbRoom.FormattingEnabled = true; this.cbbRoom.Location = new System.Drawing.Point(91, 137); this.cbbRoom.Name = "cbbRoom"; this.cbbRoom.Size = new System.Drawing.Size(223, 20); this.cbbRoom.TabIndex = 7; // // cbbApmt // this.cbbApmt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbApmt.FormattingEnabled = true; this.cbbApmt.Location = new System.Drawing.Point(91, 100); this.cbbApmt.Name = "cbbApmt"; this.cbbApmt.Size = new System.Drawing.Size(223, 20); this.cbbApmt.TabIndex = 6; this.cbbApmt.SelectedIndexChanged += new System.EventHandler(this.cbbApmt_SelectedIndexChanged); // // cbbBldg // this.cbbBldg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbBldg.FormattingEnabled = true; this.cbbBldg.Location = new System.Drawing.Point(91, 63); this.cbbBldg.Name = "cbbBldg"; this.cbbBldg.Size = new System.Drawing.Size(223, 20); this.cbbBldg.TabIndex = 5; this.cbbBldg.SelectedIndexChanged += new System.EventHandler(this.cbbBldg_SelectedIndexChanged); // // cbbArea // this.cbbArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbArea.FormattingEnabled = true; this.cbbArea.Location = new System.Drawing.Point(91, 26); this.cbbArea.Name = "cbbArea"; this.cbbArea.Size = new System.Drawing.Size(223, 20); this.cbbArea.TabIndex = 4; this.cbbArea.SelectedIndexChanged += new System.EventHandler(this.cbbArea_SelectedIndexChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(26, 140); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(59, 12); this.label6.TabIndex = 3; this.label6.Text = "用户室号:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(26, 103); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 12); this.label5.TabIndex = 2; this.label5.Text = "单元名称:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(26, 66); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 1; this.label4.Text = "楼宇名称:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(26, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 0; this.label3.Text = "小区名称:"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(190, 214); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(63, 32); this.btnOK.TabIndex = 2; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(259, 214); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(63, 32); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // FormSearch // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(340, 270); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSearch"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "筛选数据"; this.Load += new System.EventHandler(this.FormSearch_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ComboBox cbbRoom; private System.Windows.Forms.ComboBox cbbApmt; private System.Windows.Forms.ComboBox cbbBldg; private System.Windows.Forms.ComboBox cbbArea; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; } }