123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- namespace DataUpload
- {
- partial class ManyFormSearch
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.lBox_area = new System.Windows.Forms.ListBox();
- this.txt_area = new System.Windows.Forms.TextBox();
- this.label2 = 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.lBox_area);
- this.groupBox2.Controls.Add(this.txt_area);
- this.groupBox2.Controls.Add(this.label2);
- 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 = "数据源筛选";
- this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
- //
- // lBox_area
- //
- this.lBox_area.FormattingEnabled = true;
- this.lBox_area.ItemHeight = 12;
- this.lBox_area.Location = new System.Drawing.Point(58, 54);
- this.lBox_area.Name = "lBox_area";
- this.lBox_area.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
- this.lBox_area.Size = new System.Drawing.Size(248, 88);
- this.lBox_area.TabIndex = 14;
- this.lBox_area.SelectedValueChanged += new System.EventHandler(this.lBox_area_SelectedValueChanged);
- //
- // txt_area
- //
- this.txt_area.Location = new System.Drawing.Point(58, 27);
- this.txt_area.Name = "txt_area";
- this.txt_area.Size = new System.Drawing.Size(249, 21);
- this.txt_area.TabIndex = 16;
- this.txt_area.TextChanged += new System.EventHandler(this.txt_area_TextChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(11, 30);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 15;
- this.label2.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);
- //
- // ManyFormSearch
- //
- 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 = "ManyFormSearch";
- 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.Button btnOK;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.ListBox lBox_area;
- private System.Windows.Forms.TextBox txt_area;
- private System.Windows.Forms.Label label2;
- }
- }
|