NBFormSearch.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace DataUpload
  2. {
  3. partial class NBFormSearch
  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.cbbRoom = new System.Windows.Forms.ComboBox();
  30. this.cbbApmt = new System.Windows.Forms.ComboBox();
  31. this.cbbBldg = new System.Windows.Forms.ComboBox();
  32. this.cbbArea = new System.Windows.Forms.ComboBox();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.btnOK = new System.Windows.Forms.Button();
  38. this.btnCancel = new System.Windows.Forms.Button();
  39. this.groupBox2.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // groupBox2
  43. //
  44. this.groupBox2.Controls.Add(this.cbbRoom);
  45. this.groupBox2.Controls.Add(this.cbbApmt);
  46. this.groupBox2.Controls.Add(this.cbbBldg);
  47. this.groupBox2.Controls.Add(this.cbbArea);
  48. this.groupBox2.Controls.Add(this.label6);
  49. this.groupBox2.Controls.Add(this.label5);
  50. this.groupBox2.Controls.Add(this.label4);
  51. this.groupBox2.Controls.Add(this.label3);
  52. this.groupBox2.Location = new System.Drawing.Point(12, 12);
  53. this.groupBox2.Name = "groupBox2";
  54. this.groupBox2.Size = new System.Drawing.Size(325, 175);
  55. this.groupBox2.TabIndex = 1;
  56. this.groupBox2.TabStop = false;
  57. this.groupBox2.Text = "数据源筛选";
  58. //
  59. // cbbRoom
  60. //
  61. this.cbbRoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  62. this.cbbRoom.FormattingEnabled = true;
  63. this.cbbRoom.Location = new System.Drawing.Point(91, 137);
  64. this.cbbRoom.Name = "cbbRoom";
  65. this.cbbRoom.Size = new System.Drawing.Size(223, 20);
  66. this.cbbRoom.TabIndex = 7;
  67. //
  68. // cbbApmt
  69. //
  70. this.cbbApmt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  71. this.cbbApmt.FormattingEnabled = true;
  72. this.cbbApmt.Location = new System.Drawing.Point(91, 100);
  73. this.cbbApmt.Name = "cbbApmt";
  74. this.cbbApmt.Size = new System.Drawing.Size(223, 20);
  75. this.cbbApmt.TabIndex = 6;
  76. this.cbbApmt.SelectedIndexChanged += new System.EventHandler(this.cbbApmt_SelectedIndexChanged);
  77. //
  78. // cbbBldg
  79. //
  80. this.cbbBldg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  81. this.cbbBldg.FormattingEnabled = true;
  82. this.cbbBldg.Location = new System.Drawing.Point(91, 63);
  83. this.cbbBldg.Name = "cbbBldg";
  84. this.cbbBldg.Size = new System.Drawing.Size(223, 20);
  85. this.cbbBldg.TabIndex = 5;
  86. this.cbbBldg.SelectedIndexChanged += new System.EventHandler(this.cbbBldg_SelectedIndexChanged);
  87. //
  88. // cbbArea
  89. //
  90. this.cbbArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  91. this.cbbArea.FormattingEnabled = true;
  92. this.cbbArea.Location = new System.Drawing.Point(91, 26);
  93. this.cbbArea.Name = "cbbArea";
  94. this.cbbArea.Size = new System.Drawing.Size(223, 20);
  95. this.cbbArea.TabIndex = 4;
  96. this.cbbArea.SelectedIndexChanged += new System.EventHandler(this.cbbArea_SelectedIndexChanged);
  97. //
  98. // label6
  99. //
  100. this.label6.AutoSize = true;
  101. this.label6.Location = new System.Drawing.Point(26, 140);
  102. this.label6.Name = "label6";
  103. this.label6.Size = new System.Drawing.Size(59, 12);
  104. this.label6.TabIndex = 3;
  105. this.label6.Text = "用户室号:";
  106. //
  107. // label5
  108. //
  109. this.label5.AutoSize = true;
  110. this.label5.Location = new System.Drawing.Point(26, 103);
  111. this.label5.Name = "label5";
  112. this.label5.Size = new System.Drawing.Size(59, 12);
  113. this.label5.TabIndex = 2;
  114. this.label5.Text = "单元名称:";
  115. //
  116. // label4
  117. //
  118. this.label4.AutoSize = true;
  119. this.label4.Location = new System.Drawing.Point(26, 66);
  120. this.label4.Name = "label4";
  121. this.label4.Size = new System.Drawing.Size(59, 12);
  122. this.label4.TabIndex = 1;
  123. this.label4.Text = "楼宇名称:";
  124. //
  125. // label3
  126. //
  127. this.label3.AutoSize = true;
  128. this.label3.Location = new System.Drawing.Point(26, 29);
  129. this.label3.Name = "label3";
  130. this.label3.Size = new System.Drawing.Size(59, 12);
  131. this.label3.TabIndex = 0;
  132. this.label3.Text = "小区名称:";
  133. //
  134. // btnOK
  135. //
  136. this.btnOK.Location = new System.Drawing.Point(190, 214);
  137. this.btnOK.Name = "btnOK";
  138. this.btnOK.Size = new System.Drawing.Size(63, 32);
  139. this.btnOK.TabIndex = 2;
  140. this.btnOK.Text = "确定";
  141. this.btnOK.UseVisualStyleBackColor = true;
  142. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  143. //
  144. // btnCancel
  145. //
  146. this.btnCancel.Location = new System.Drawing.Point(259, 214);
  147. this.btnCancel.Name = "btnCancel";
  148. this.btnCancel.Size = new System.Drawing.Size(63, 32);
  149. this.btnCancel.TabIndex = 3;
  150. this.btnCancel.Text = "取消";
  151. this.btnCancel.UseVisualStyleBackColor = true;
  152. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  153. //
  154. // FormSearch
  155. //
  156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  158. this.ClientSize = new System.Drawing.Size(340, 270);
  159. this.Controls.Add(this.btnCancel);
  160. this.Controls.Add(this.btnOK);
  161. this.Controls.Add(this.groupBox2);
  162. this.MaximizeBox = false;
  163. this.MinimizeBox = false;
  164. this.Name = "FormSearch";
  165. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  166. this.Text = "筛选数据";
  167. this.Load += new System.EventHandler(this.FormSearch_Load);
  168. this.groupBox2.ResumeLayout(false);
  169. this.groupBox2.PerformLayout();
  170. this.ResumeLayout(false);
  171. }
  172. #endregion
  173. private System.Windows.Forms.GroupBox groupBox2;
  174. private System.Windows.Forms.ComboBox cbbRoom;
  175. private System.Windows.Forms.ComboBox cbbApmt;
  176. private System.Windows.Forms.ComboBox cbbBldg;
  177. private System.Windows.Forms.ComboBox cbbArea;
  178. private System.Windows.Forms.Label label6;
  179. private System.Windows.Forms.Label label5;
  180. private System.Windows.Forms.Label label4;
  181. private System.Windows.Forms.Label label3;
  182. private System.Windows.Forms.Button btnOK;
  183. private System.Windows.Forms.Button btnCancel;
  184. }
  185. }