TJStatistics.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. namespace WWPipeLine.MapTools.Conditions.Statistics
  2. {
  3. partial class TJStatistics
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  29. this.uilbLayers = new Sunny.UI.UIListBox();
  30. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  31. this.uilbValues = new Sunny.UI.UIListBox();
  32. this.uicbxFields = new Sunny.UI.UIComboBox();
  33. this.uiLabel1 = new Sunny.UI.UILabel();
  34. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  35. this.uibtnNull = new Sunny.UI.UIButton();
  36. this.uibtnNot = new Sunny.UI.UIButton();
  37. this.uibtnbaifenhao = new Sunny.UI.UIButton();
  38. this.uibtnIs = new Sunny.UI.UIButton();
  39. this.uibtnyoukuohao = new Sunny.UI.UIButton();
  40. this.uibtnzuokuohao = new Sunny.UI.UIButton();
  41. this.uibtnOr = new Sunny.UI.UIButton();
  42. this.uibtnxydy = new Sunny.UI.UIButton();
  43. this.uibtndydy = new Sunny.UI.UIButton();
  44. this.uibtnAnd = new Sunny.UI.UIButton();
  45. this.uibtnxiaoyu = new Sunny.UI.UIButton();
  46. this.uibtndayu = new Sunny.UI.UIButton();
  47. this.uibtnLike = new Sunny.UI.UIButton();
  48. this.uibtnbudengyu = new Sunny.UI.UIButton();
  49. this.uibtndengyu = new Sunny.UI.UIButton();
  50. this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
  51. this.uibtnSqlClear = new Sunny.UI.UIButton();
  52. this.uibtnSqltest = new Sunny.UI.UIButton();
  53. this.uitbSql = new Sunny.UI.UITextBox();
  54. this.uicbxTongji = new Sunny.UI.UIComboBox();
  55. this.uiLabel2 = new Sunny.UI.UILabel();
  56. this.uiGroupBox1.SuspendLayout();
  57. this.uiGroupBox2.SuspendLayout();
  58. this.uiGroupBox3.SuspendLayout();
  59. this.uiGroupBox4.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // uiGroupBox1
  63. //
  64. this.uiGroupBox1.Controls.Add(this.uilbLayers);
  65. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  66. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.uiGroupBox1.Location = new System.Drawing.Point(2, 2);
  68. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  69. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  70. this.uiGroupBox1.Name = "uiGroupBox1";
  71. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(5, 32, 5, 5);
  72. this.uiGroupBox1.Size = new System.Drawing.Size(166, 521);
  73. this.uiGroupBox1.TabIndex = 0;
  74. this.uiGroupBox1.Text = "图层列表";
  75. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  76. //
  77. // uilbLayers
  78. //
  79. this.uilbLayers.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.uilbLayers.FillColor = System.Drawing.Color.White;
  81. this.uilbLayers.Font = new System.Drawing.Font("微软雅黑", 12F);
  82. this.uilbLayers.FormatString = "";
  83. this.uilbLayers.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  84. this.uilbLayers.Location = new System.Drawing.Point(5, 32);
  85. this.uilbLayers.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  86. this.uilbLayers.MinimumSize = new System.Drawing.Size(1, 1);
  87. this.uilbLayers.Name = "uilbLayers";
  88. this.uilbLayers.Padding = new System.Windows.Forms.Padding(2);
  89. this.uilbLayers.Size = new System.Drawing.Size(156, 484);
  90. this.uilbLayers.TabIndex = 0;
  91. this.uilbLayers.Text = null;
  92. this.uilbLayers.SelectedIndexChanged += new System.EventHandler(this.uilbLayers_SelectedIndexChanged);
  93. //
  94. // uiGroupBox2
  95. //
  96. this.uiGroupBox2.Controls.Add(this.uilbValues);
  97. this.uiGroupBox2.Controls.Add(this.uicbxFields);
  98. this.uiGroupBox2.Controls.Add(this.uiLabel1);
  99. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
  100. this.uiGroupBox2.Location = new System.Drawing.Point(173, 1);
  101. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  102. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  103. this.uiGroupBox2.Name = "uiGroupBox2";
  104. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(1, 32, 1, 1);
  105. this.uiGroupBox2.Size = new System.Drawing.Size(301, 338);
  106. this.uiGroupBox2.TabIndex = 1;
  107. this.uiGroupBox2.Text = "查询字段";
  108. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  109. //
  110. // uilbValues
  111. //
  112. this.uilbValues.Dock = System.Windows.Forms.DockStyle.Bottom;
  113. this.uilbValues.FillColor = System.Drawing.Color.White;
  114. this.uilbValues.Font = new System.Drawing.Font("微软雅黑", 12F);
  115. this.uilbValues.FormatString = "";
  116. this.uilbValues.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  117. this.uilbValues.Location = new System.Drawing.Point(1, 69);
  118. this.uilbValues.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  119. this.uilbValues.MinimumSize = new System.Drawing.Size(1, 1);
  120. this.uilbValues.Name = "uilbValues";
  121. this.uilbValues.Padding = new System.Windows.Forms.Padding(2);
  122. this.uilbValues.Size = new System.Drawing.Size(299, 268);
  123. this.uilbValues.TabIndex = 2;
  124. this.uilbValues.Text = "uiListBox1";
  125. this.uilbValues.ItemClick += new System.EventHandler(this.uilbxValues_ItemClick);
  126. //
  127. // uicbxFields
  128. //
  129. this.uicbxFields.DataSource = null;
  130. this.uicbxFields.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  131. this.uicbxFields.FillColor = System.Drawing.Color.White;
  132. this.uicbxFields.Font = new System.Drawing.Font("微软雅黑", 12F);
  133. this.uicbxFields.Location = new System.Drawing.Point(110, 30);
  134. this.uicbxFields.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  135. this.uicbxFields.MinimumSize = new System.Drawing.Size(63, 0);
  136. this.uicbxFields.Name = "uicbxFields";
  137. this.uicbxFields.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  138. this.uicbxFields.Size = new System.Drawing.Size(186, 29);
  139. this.uicbxFields.TabIndex = 1;
  140. this.uicbxFields.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  141. this.uicbxFields.SelectedIndexChanged += new System.EventHandler(this.uicbxFields_SelectedIndexChanged);
  142. //
  143. // uiLabel1
  144. //
  145. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  146. this.uiLabel1.Location = new System.Drawing.Point(8, 36);
  147. this.uiLabel1.Name = "uiLabel1";
  148. this.uiLabel1.Size = new System.Drawing.Size(95, 23);
  149. this.uiLabel1.TabIndex = 0;
  150. this.uiLabel1.Text = "属性字段:";
  151. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  152. //
  153. // uiGroupBox3
  154. //
  155. this.uiGroupBox3.Controls.Add(this.uibtnNull);
  156. this.uiGroupBox3.Controls.Add(this.uibtnNot);
  157. this.uiGroupBox3.Controls.Add(this.uibtnbaifenhao);
  158. this.uiGroupBox3.Controls.Add(this.uibtnIs);
  159. this.uiGroupBox3.Controls.Add(this.uibtnyoukuohao);
  160. this.uiGroupBox3.Controls.Add(this.uibtnzuokuohao);
  161. this.uiGroupBox3.Controls.Add(this.uibtnOr);
  162. this.uiGroupBox3.Controls.Add(this.uibtnxydy);
  163. this.uiGroupBox3.Controls.Add(this.uibtndydy);
  164. this.uiGroupBox3.Controls.Add(this.uibtnAnd);
  165. this.uiGroupBox3.Controls.Add(this.uibtnxiaoyu);
  166. this.uiGroupBox3.Controls.Add(this.uibtndayu);
  167. this.uiGroupBox3.Controls.Add(this.uibtnLike);
  168. this.uiGroupBox3.Controls.Add(this.uibtnbudengyu);
  169. this.uiGroupBox3.Controls.Add(this.uibtndengyu);
  170. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F);
  171. this.uiGroupBox3.Location = new System.Drawing.Point(482, 1);
  172. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  173. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  174. this.uiGroupBox3.Name = "uiGroupBox3";
  175. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  176. this.uiGroupBox3.Size = new System.Drawing.Size(169, 337);
  177. this.uiGroupBox3.TabIndex = 2;
  178. this.uiGroupBox3.Text = "操作符";
  179. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  180. //
  181. // uibtnNull
  182. //
  183. this.uibtnNull.Cursor = System.Windows.Forms.Cursors.Hand;
  184. this.uibtnNull.Font = new System.Drawing.Font("微软雅黑", 12F);
  185. this.uibtnNull.Location = new System.Drawing.Point(118, 265);
  186. this.uibtnNull.MinimumSize = new System.Drawing.Size(1, 1);
  187. this.uibtnNull.Name = "uibtnNull";
  188. this.uibtnNull.Size = new System.Drawing.Size(35, 35);
  189. this.uibtnNull.TabIndex = 14;
  190. this.uibtnNull.Text = "Null";
  191. //
  192. // uibtnNot
  193. //
  194. this.uibtnNot.Cursor = System.Windows.Forms.Cursors.Hand;
  195. this.uibtnNot.Font = new System.Drawing.Font("微软雅黑", 12F);
  196. this.uibtnNot.Location = new System.Drawing.Point(67, 265);
  197. this.uibtnNot.MinimumSize = new System.Drawing.Size(1, 1);
  198. this.uibtnNot.Name = "uibtnNot";
  199. this.uibtnNot.Size = new System.Drawing.Size(35, 35);
  200. this.uibtnNot.TabIndex = 13;
  201. this.uibtnNot.Text = "Not";
  202. //
  203. // uibtnbaifenhao
  204. //
  205. this.uibtnbaifenhao.Cursor = System.Windows.Forms.Cursors.Hand;
  206. this.uibtnbaifenhao.Font = new System.Drawing.Font("微软雅黑", 12F);
  207. this.uibtnbaifenhao.Location = new System.Drawing.Point(15, 265);
  208. this.uibtnbaifenhao.MinimumSize = new System.Drawing.Size(1, 1);
  209. this.uibtnbaifenhao.Name = "uibtnbaifenhao";
  210. this.uibtnbaifenhao.Size = new System.Drawing.Size(35, 35);
  211. this.uibtnbaifenhao.TabIndex = 12;
  212. this.uibtnbaifenhao.Text = "%";
  213. //
  214. // uibtnIs
  215. //
  216. this.uibtnIs.Cursor = System.Windows.Forms.Cursors.Hand;
  217. this.uibtnIs.Font = new System.Drawing.Font("微软雅黑", 12F);
  218. this.uibtnIs.Location = new System.Drawing.Point(118, 211);
  219. this.uibtnIs.MinimumSize = new System.Drawing.Size(1, 1);
  220. this.uibtnIs.Name = "uibtnIs";
  221. this.uibtnIs.Size = new System.Drawing.Size(35, 35);
  222. this.uibtnIs.TabIndex = 11;
  223. this.uibtnIs.Tag = "hasField";
  224. this.uibtnIs.Text = "Is";
  225. //
  226. // uibtnyoukuohao
  227. //
  228. this.uibtnyoukuohao.Cursor = System.Windows.Forms.Cursors.Hand;
  229. this.uibtnyoukuohao.Font = new System.Drawing.Font("微软雅黑", 12F);
  230. this.uibtnyoukuohao.Location = new System.Drawing.Point(67, 211);
  231. this.uibtnyoukuohao.MinimumSize = new System.Drawing.Size(1, 1);
  232. this.uibtnyoukuohao.Name = "uibtnyoukuohao";
  233. this.uibtnyoukuohao.Size = new System.Drawing.Size(35, 35);
  234. this.uibtnyoukuohao.TabIndex = 10;
  235. this.uibtnyoukuohao.Text = ")";
  236. //
  237. // uibtnzuokuohao
  238. //
  239. this.uibtnzuokuohao.Cursor = System.Windows.Forms.Cursors.Hand;
  240. this.uibtnzuokuohao.Font = new System.Drawing.Font("微软雅黑", 12F);
  241. this.uibtnzuokuohao.Location = new System.Drawing.Point(15, 211);
  242. this.uibtnzuokuohao.MinimumSize = new System.Drawing.Size(1, 1);
  243. this.uibtnzuokuohao.Name = "uibtnzuokuohao";
  244. this.uibtnzuokuohao.Size = new System.Drawing.Size(35, 35);
  245. this.uibtnzuokuohao.TabIndex = 9;
  246. this.uibtnzuokuohao.Text = "(";
  247. //
  248. // uibtnOr
  249. //
  250. this.uibtnOr.Cursor = System.Windows.Forms.Cursors.Hand;
  251. this.uibtnOr.Font = new System.Drawing.Font("微软雅黑", 12F);
  252. this.uibtnOr.Location = new System.Drawing.Point(118, 159);
  253. this.uibtnOr.MinimumSize = new System.Drawing.Size(1, 1);
  254. this.uibtnOr.Name = "uibtnOr";
  255. this.uibtnOr.Size = new System.Drawing.Size(35, 35);
  256. this.uibtnOr.TabIndex = 8;
  257. this.uibtnOr.Text = "Or";
  258. //
  259. // uibtnxydy
  260. //
  261. this.uibtnxydy.Cursor = System.Windows.Forms.Cursors.Hand;
  262. this.uibtnxydy.Font = new System.Drawing.Font("微软雅黑", 12F);
  263. this.uibtnxydy.Location = new System.Drawing.Point(67, 159);
  264. this.uibtnxydy.MinimumSize = new System.Drawing.Size(1, 1);
  265. this.uibtnxydy.Name = "uibtnxydy";
  266. this.uibtnxydy.Size = new System.Drawing.Size(35, 35);
  267. this.uibtnxydy.TabIndex = 7;
  268. this.uibtnxydy.Tag = "hasField";
  269. this.uibtnxydy.Text = "<=";
  270. //
  271. // uibtndydy
  272. //
  273. this.uibtndydy.Cursor = System.Windows.Forms.Cursors.Hand;
  274. this.uibtndydy.Font = new System.Drawing.Font("微软雅黑", 12F);
  275. this.uibtndydy.Location = new System.Drawing.Point(15, 159);
  276. this.uibtndydy.MinimumSize = new System.Drawing.Size(1, 1);
  277. this.uibtndydy.Name = "uibtndydy";
  278. this.uibtndydy.Size = new System.Drawing.Size(35, 35);
  279. this.uibtndydy.TabIndex = 6;
  280. this.uibtndydy.Tag = "hasField";
  281. this.uibtndydy.Text = ">=";
  282. //
  283. // uibtnAnd
  284. //
  285. this.uibtnAnd.Cursor = System.Windows.Forms.Cursors.Hand;
  286. this.uibtnAnd.Font = new System.Drawing.Font("微软雅黑", 12F);
  287. this.uibtnAnd.Location = new System.Drawing.Point(118, 106);
  288. this.uibtnAnd.MinimumSize = new System.Drawing.Size(1, 1);
  289. this.uibtnAnd.Name = "uibtnAnd";
  290. this.uibtnAnd.Size = new System.Drawing.Size(35, 35);
  291. this.uibtnAnd.TabIndex = 5;
  292. this.uibtnAnd.Text = "And";
  293. //
  294. // uibtnxiaoyu
  295. //
  296. this.uibtnxiaoyu.Cursor = System.Windows.Forms.Cursors.Hand;
  297. this.uibtnxiaoyu.Font = new System.Drawing.Font("微软雅黑", 12F);
  298. this.uibtnxiaoyu.Location = new System.Drawing.Point(67, 106);
  299. this.uibtnxiaoyu.MinimumSize = new System.Drawing.Size(1, 1);
  300. this.uibtnxiaoyu.Name = "uibtnxiaoyu";
  301. this.uibtnxiaoyu.Size = new System.Drawing.Size(35, 35);
  302. this.uibtnxiaoyu.TabIndex = 4;
  303. this.uibtnxiaoyu.Tag = "hasField";
  304. this.uibtnxiaoyu.Text = "<";
  305. //
  306. // uibtndayu
  307. //
  308. this.uibtndayu.Cursor = System.Windows.Forms.Cursors.Hand;
  309. this.uibtndayu.Font = new System.Drawing.Font("微软雅黑", 12F);
  310. this.uibtndayu.Location = new System.Drawing.Point(15, 106);
  311. this.uibtndayu.MinimumSize = new System.Drawing.Size(1, 1);
  312. this.uibtndayu.Name = "uibtndayu";
  313. this.uibtndayu.Size = new System.Drawing.Size(35, 35);
  314. this.uibtndayu.TabIndex = 3;
  315. this.uibtndayu.Tag = "hasField";
  316. this.uibtndayu.Text = ">";
  317. //
  318. // uibtnLike
  319. //
  320. this.uibtnLike.Cursor = System.Windows.Forms.Cursors.Hand;
  321. this.uibtnLike.Font = new System.Drawing.Font("微软雅黑", 12F);
  322. this.uibtnLike.Location = new System.Drawing.Point(118, 53);
  323. this.uibtnLike.MinimumSize = new System.Drawing.Size(1, 1);
  324. this.uibtnLike.Name = "uibtnLike";
  325. this.uibtnLike.Size = new System.Drawing.Size(35, 35);
  326. this.uibtnLike.TabIndex = 2;
  327. this.uibtnLike.Tag = "hasField";
  328. this.uibtnLike.Text = "Like";
  329. //
  330. // uibtnbudengyu
  331. //
  332. this.uibtnbudengyu.Cursor = System.Windows.Forms.Cursors.Hand;
  333. this.uibtnbudengyu.Font = new System.Drawing.Font("微软雅黑", 12F);
  334. this.uibtnbudengyu.Location = new System.Drawing.Point(67, 53);
  335. this.uibtnbudengyu.MinimumSize = new System.Drawing.Size(1, 1);
  336. this.uibtnbudengyu.Name = "uibtnbudengyu";
  337. this.uibtnbudengyu.Size = new System.Drawing.Size(35, 35);
  338. this.uibtnbudengyu.TabIndex = 1;
  339. this.uibtnbudengyu.Tag = "hasField";
  340. this.uibtnbudengyu.Text = "<>";
  341. //
  342. // uibtndengyu
  343. //
  344. this.uibtndengyu.Cursor = System.Windows.Forms.Cursors.Hand;
  345. this.uibtndengyu.Font = new System.Drawing.Font("微软雅黑", 12F);
  346. this.uibtndengyu.Location = new System.Drawing.Point(15, 53);
  347. this.uibtndengyu.MinimumSize = new System.Drawing.Size(1, 1);
  348. this.uibtndengyu.Name = "uibtndengyu";
  349. this.uibtndengyu.Size = new System.Drawing.Size(35, 35);
  350. this.uibtndengyu.TabIndex = 0;
  351. this.uibtndengyu.Tag = "hasField";
  352. this.uibtndengyu.Text = "=";
  353. //
  354. // uiGroupBox4
  355. //
  356. this.uiGroupBox4.Controls.Add(this.uicbxTongji);
  357. this.uiGroupBox4.Controls.Add(this.uibtnSqlClear);
  358. this.uiGroupBox4.Controls.Add(this.uiLabel2);
  359. this.uiGroupBox4.Controls.Add(this.uibtnSqltest);
  360. this.uiGroupBox4.Controls.Add(this.uitbSql);
  361. this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
  362. this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 12F);
  363. this.uiGroupBox4.Location = new System.Drawing.Point(168, 349);
  364. this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  365. this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
  366. this.uiGroupBox4.Name = "uiGroupBox4";
  367. this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  368. this.uiGroupBox4.Size = new System.Drawing.Size(490, 174);
  369. this.uiGroupBox4.TabIndex = 3;
  370. this.uiGroupBox4.Text = "条件语句";
  371. this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  372. //
  373. // uibtnSqlClear
  374. //
  375. this.uibtnSqlClear.Cursor = System.Windows.Forms.Cursors.Hand;
  376. this.uibtnSqlClear.Font = new System.Drawing.Font("微软雅黑", 12F);
  377. this.uibtnSqlClear.Location = new System.Drawing.Point(380, 134);
  378. this.uibtnSqlClear.MinimumSize = new System.Drawing.Size(1, 1);
  379. this.uibtnSqlClear.Name = "uibtnSqlClear";
  380. this.uibtnSqlClear.Size = new System.Drawing.Size(100, 35);
  381. this.uibtnSqlClear.TabIndex = 2;
  382. this.uibtnSqlClear.Text = "清空";
  383. this.uibtnSqlClear.Click += new System.EventHandler(this.uibtnSqlClear_Click);
  384. //
  385. // uibtnSqltest
  386. //
  387. this.uibtnSqltest.Cursor = System.Windows.Forms.Cursors.Hand;
  388. this.uibtnSqltest.Font = new System.Drawing.Font("微软雅黑", 12F);
  389. this.uibtnSqltest.Location = new System.Drawing.Point(265, 134);
  390. this.uibtnSqltest.MinimumSize = new System.Drawing.Size(1, 1);
  391. this.uibtnSqltest.Name = "uibtnSqltest";
  392. this.uibtnSqltest.Size = new System.Drawing.Size(100, 35);
  393. this.uibtnSqltest.TabIndex = 1;
  394. this.uibtnSqltest.Text = "测试";
  395. this.uibtnSqltest.Click += new System.EventHandler(this.uibtnSqltest_Click);
  396. //
  397. // uitbSql
  398. //
  399. this.uitbSql.Cursor = System.Windows.Forms.Cursors.IBeam;
  400. this.uitbSql.Dock = System.Windows.Forms.DockStyle.Top;
  401. this.uitbSql.FillColor = System.Drawing.Color.White;
  402. this.uitbSql.Font = new System.Drawing.Font("微软雅黑", 12F);
  403. this.uitbSql.Location = new System.Drawing.Point(0, 32);
  404. this.uitbSql.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  405. this.uitbSql.Maximum = 2147483647D;
  406. this.uitbSql.Minimum = -2147483648D;
  407. this.uitbSql.MinimumSize = new System.Drawing.Size(1, 1);
  408. this.uitbSql.Multiline = true;
  409. this.uitbSql.Name = "uitbSql";
  410. this.uitbSql.Size = new System.Drawing.Size(490, 94);
  411. this.uitbSql.TabIndex = 0;
  412. this.uitbSql.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  413. //
  414. // uicbxTongji
  415. //
  416. this.uicbxTongji.DataSource = null;
  417. this.uicbxTongji.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  418. this.uicbxTongji.FillColor = System.Drawing.Color.White;
  419. this.uicbxTongji.Font = new System.Drawing.Font("微软雅黑", 12F);
  420. this.uicbxTongji.Location = new System.Drawing.Point(115, 136);
  421. this.uicbxTongji.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  422. this.uicbxTongji.MinimumSize = new System.Drawing.Size(63, 0);
  423. this.uicbxTongji.Name = "uicbxTongji";
  424. this.uicbxTongji.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  425. this.uicbxTongji.Size = new System.Drawing.Size(139, 29);
  426. this.uicbxTongji.TabIndex = 4;
  427. this.uicbxTongji.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  428. //
  429. // uiLabel2
  430. //
  431. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  432. this.uiLabel2.Location = new System.Drawing.Point(13, 142);
  433. this.uiLabel2.Name = "uiLabel2";
  434. this.uiLabel2.Size = new System.Drawing.Size(95, 23);
  435. this.uiLabel2.TabIndex = 3;
  436. this.uiLabel2.Text = "统计字段:";
  437. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  438. //
  439. // TJStatistics
  440. //
  441. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  442. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  443. this.Controls.Add(this.uiGroupBox4);
  444. this.Controls.Add(this.uiGroupBox3);
  445. this.Controls.Add(this.uiGroupBox2);
  446. this.Controls.Add(this.uiGroupBox1);
  447. this.Name = "TJStatistics";
  448. this.Padding = new System.Windows.Forms.Padding(2);
  449. this.Size = new System.Drawing.Size(660, 525);
  450. this.uiGroupBox1.ResumeLayout(false);
  451. this.uiGroupBox2.ResumeLayout(false);
  452. this.uiGroupBox3.ResumeLayout(false);
  453. this.uiGroupBox4.ResumeLayout(false);
  454. this.ResumeLayout(false);
  455. }
  456. #endregion
  457. private Sunny.UI.UIGroupBox uiGroupBox1;
  458. private Sunny.UI.UIGroupBox uiGroupBox2;
  459. private Sunny.UI.UIGroupBox uiGroupBox3;
  460. private Sunny.UI.UIGroupBox uiGroupBox4;
  461. private Sunny.UI.UITextBox uitbSql;
  462. private Sunny.UI.UIButton uibtnSqltest;
  463. private Sunny.UI.UIButton uibtnSqlClear;
  464. private Sunny.UI.UILabel uiLabel1;
  465. private Sunny.UI.UIComboBox uicbxFields;
  466. private Sunny.UI.UIListBox uilbValues;
  467. private Sunny.UI.UIButton uibtndengyu;
  468. private Sunny.UI.UIButton uibtnbudengyu;
  469. private Sunny.UI.UIButton uibtnLike;
  470. private Sunny.UI.UIButton uibtnAnd;
  471. private Sunny.UI.UIButton uibtnxiaoyu;
  472. private Sunny.UI.UIButton uibtndayu;
  473. private Sunny.UI.UIButton uibtnOr;
  474. private Sunny.UI.UIButton uibtnxydy;
  475. private Sunny.UI.UIButton uibtndydy;
  476. private Sunny.UI.UIButton uibtnIs;
  477. private Sunny.UI.UIButton uibtnyoukuohao;
  478. private Sunny.UI.UIButton uibtnzuokuohao;
  479. private Sunny.UI.UIButton uibtnNull;
  480. private Sunny.UI.UIButton uibtnNot;
  481. private Sunny.UI.UIButton uibtnbaifenhao;
  482. private Sunny.UI.UIListBox uilbLayers;
  483. private Sunny.UI.UIComboBox uicbxTongji;
  484. private Sunny.UI.UILabel uiLabel2;
  485. }
  486. }