ManyFormSearch.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. namespace DataUpload
  2. {
  3. partial class ManyFormSearch
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox2 = new System.Windows.Forms.GroupBox();
  29. this.lBox_area = new System.Windows.Forms.ListBox();
  30. this.txt_area = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.groupBox2.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // groupBox2
  38. //
  39. this.groupBox2.Controls.Add(this.lBox_area);
  40. this.groupBox2.Controls.Add(this.txt_area);
  41. this.groupBox2.Controls.Add(this.label2);
  42. this.groupBox2.Location = new System.Drawing.Point(12, 12);
  43. this.groupBox2.Name = "groupBox2";
  44. this.groupBox2.Size = new System.Drawing.Size(325, 175);
  45. this.groupBox2.TabIndex = 1;
  46. this.groupBox2.TabStop = false;
  47. this.groupBox2.Text = "数据源筛选";
  48. this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
  49. //
  50. // lBox_area
  51. //
  52. this.lBox_area.FormattingEnabled = true;
  53. this.lBox_area.ItemHeight = 12;
  54. this.lBox_area.Location = new System.Drawing.Point(58, 54);
  55. this.lBox_area.Name = "lBox_area";
  56. this.lBox_area.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
  57. this.lBox_area.Size = new System.Drawing.Size(248, 88);
  58. this.lBox_area.TabIndex = 14;
  59. this.lBox_area.SelectedValueChanged += new System.EventHandler(this.lBox_area_SelectedValueChanged);
  60. //
  61. // txt_area
  62. //
  63. this.txt_area.Location = new System.Drawing.Point(58, 27);
  64. this.txt_area.Name = "txt_area";
  65. this.txt_area.Size = new System.Drawing.Size(249, 21);
  66. this.txt_area.TabIndex = 16;
  67. this.txt_area.TextChanged += new System.EventHandler(this.txt_area_TextChanged);
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Location = new System.Drawing.Point(11, 30);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(41, 12);
  75. this.label2.TabIndex = 15;
  76. this.label2.Text = "小区:";
  77. //
  78. // btnOK
  79. //
  80. this.btnOK.Location = new System.Drawing.Point(190, 214);
  81. this.btnOK.Name = "btnOK";
  82. this.btnOK.Size = new System.Drawing.Size(63, 32);
  83. this.btnOK.TabIndex = 2;
  84. this.btnOK.Text = "确定";
  85. this.btnOK.UseVisualStyleBackColor = true;
  86. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  87. //
  88. // btnCancel
  89. //
  90. this.btnCancel.Location = new System.Drawing.Point(259, 214);
  91. this.btnCancel.Name = "btnCancel";
  92. this.btnCancel.Size = new System.Drawing.Size(63, 32);
  93. this.btnCancel.TabIndex = 3;
  94. this.btnCancel.Text = "取消";
  95. this.btnCancel.UseVisualStyleBackColor = true;
  96. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  97. //
  98. // ManyFormSearch
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.ClientSize = new System.Drawing.Size(340, 270);
  103. this.Controls.Add(this.btnCancel);
  104. this.Controls.Add(this.btnOK);
  105. this.Controls.Add(this.groupBox2);
  106. this.MaximizeBox = false;
  107. this.MinimizeBox = false;
  108. this.Name = "ManyFormSearch";
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  110. this.Text = "筛选数据";
  111. this.Load += new System.EventHandler(this.FormSearch_Load);
  112. this.groupBox2.ResumeLayout(false);
  113. this.groupBox2.PerformLayout();
  114. this.ResumeLayout(false);
  115. }
  116. #endregion
  117. private System.Windows.Forms.GroupBox groupBox2;
  118. private System.Windows.Forms.Button btnOK;
  119. private System.Windows.Forms.Button btnCancel;
  120. private System.Windows.Forms.ListBox lBox_area;
  121. private System.Windows.Forms.TextBox txt_area;
  122. private System.Windows.Forms.Label label2;
  123. }
  124. }