SelectionViewControl.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace Tofly.SearchUI.Win
  2. {
  3. partial class SelectionViewControl
  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.toolBarMain = new Tofly.CoreUI.Win.Control.ToolBar();
  29. this.barButtom = new DevExpress.XtraBars.Bar();
  30. this.barStaticItemCurrentRow = new DevExpress.XtraBars.BarStaticItem();
  31. this.barButtonStatic = new DevExpress.XtraBars.BarButtonItem();
  32. this.barButtonExport = new DevExpress.XtraBars.BarButtonItem();
  33. this.barButtonExportAll = new DevExpress.XtraBars.BarButtonItem();
  34. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  35. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  37. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  38. this.PanelTop = new Tofly.CoreUI.Win.Control.PanelClass();
  39. this.LabelSelectionCount = new Tofly.CoreUI.Win.Control.LabelClass();
  40. this.LabelQueryResult = new Tofly.CoreUI.Win.Control.LabelClass();
  41. this.comboBoxLayer = new Tofly.CoreUI.Win.Control.ComboBoxClass();
  42. this.PanelMain = new Tofly.CoreUI.Win.Control.PanelClass();
  43. this.PageControl = new Tofly.SearchUI.Win.QueryPageControl();
  44. this.GridMain = new Tofly.CoreUI.Win.Control.GridControlClass();
  45. ((System.ComponentModel.ISupportInitialize)(this.toolBarMain)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.PanelTop)).BeginInit();
  47. this.PanelTop.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.comboBoxLayer.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.PanelMain)).BeginInit();
  50. this.PanelMain.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.GridMain)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // toolBarMain
  55. //
  56. this.toolBarMain.AnchorStyles = Tofly.CoreUI.Control.AnchorStyles.None;
  57. this.toolBarMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
  58. this.barButtom});
  59. this.toolBarMain.DockControls.Add(this.barDockControlTop);
  60. this.toolBarMain.DockControls.Add(this.barDockControlBottom);
  61. this.toolBarMain.DockControls.Add(this.barDockControlLeft);
  62. this.toolBarMain.DockControls.Add(this.barDockControlRight);
  63. this.toolBarMain.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  64. this.toolBarMain.Enabled = false;
  65. this.toolBarMain.Font = null;
  66. this.toolBarMain.ForeColor = System.Drawing.Color.Empty;
  67. this.toolBarMain.Form = this;
  68. this.toolBarMain.GUID = null;
  69. this.toolBarMain.Height = -1;
  70. this.toolBarMain.IsMemory = false;
  71. this.toolBarMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  72. this.barButtonStatic,
  73. this.barStaticItemCurrentRow,
  74. this.barButtonExport,
  75. this.barButtonExportAll});
  76. this.toolBarMain.LocationLeft = -1;
  77. this.toolBarMain.LocationTop = -1;
  78. this.toolBarMain.Margins = "";
  79. this.toolBarMain.MaxItemId = 5;
  80. this.toolBarMain.Name = "";
  81. this.toolBarMain.Security = "";
  82. this.toolBarMain.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  83. this.toolBarMain.SecurityValue = false;
  84. this.toolBarMain.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  85. this.toolBarMain.States = "";
  86. this.toolBarMain.StateValue = false;
  87. this.toolBarMain.StatusBar = this.barButtom;
  88. this.toolBarMain.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  89. this.toolBarMain.TabIndex = -1;
  90. this.toolBarMain.Text = "";
  91. this.toolBarMain.Value = null;
  92. this.toolBarMain.Visible = false;
  93. this.toolBarMain.Width = -1;
  94. //
  95. // barButtom
  96. //
  97. this.barButtom.BarName = "Status bar";
  98. this.barButtom.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
  99. this.barButtom.DockCol = 0;
  100. this.barButtom.DockRow = 0;
  101. this.barButtom.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
  102. this.barButtom.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  103. new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItemCurrentRow),
  104. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonStatic),
  105. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonExport),
  106. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonExportAll)});
  107. this.barButtom.OptionsBar.AllowQuickCustomization = false;
  108. this.barButtom.OptionsBar.DrawDragBorder = false;
  109. this.barButtom.OptionsBar.UseWholeRow = true;
  110. this.barButtom.Text = "Status bar";
  111. //
  112. // barStaticItemCurrentRow
  113. //
  114. this.barStaticItemCurrentRow.Caption = "行0/0";
  115. this.barStaticItemCurrentRow.Id = 2;
  116. this.barStaticItemCurrentRow.Name = "barStaticItemCurrentRow";
  117. this.barStaticItemCurrentRow.TextAlignment = System.Drawing.StringAlignment.Near;
  118. //
  119. // barButtonStatic
  120. //
  121. this.barButtonStatic.Caption = "统计";
  122. this.barButtonStatic.Id = 0;
  123. this.barButtonStatic.Name = "barButtonStatic";
  124. this.barButtonStatic.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonStatic_ItemClick);
  125. //
  126. // barButtonExport
  127. //
  128. this.barButtonExport.Caption = "导出当前结果";
  129. this.barButtonExport.Id = 3;
  130. this.barButtonExport.Name = "barButtonExport";
  131. this.barButtonExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonExport_ItemClick);
  132. //
  133. // barButtonExportAll
  134. //
  135. this.barButtonExportAll.Caption = "导出所有结果";
  136. this.barButtonExportAll.Id = 4;
  137. this.barButtonExportAll.Name = "barButtonExportAll";
  138. this.barButtonExportAll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
  139. this.barButtonExportAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonExportAll_ItemClick);
  140. //
  141. // barDockControlTop
  142. //
  143. this.barDockControlTop.CausesValidation = false;
  144. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  145. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  146. this.barDockControlTop.Size = new System.Drawing.Size(653, 0);
  147. //
  148. // barDockControlBottom
  149. //
  150. this.barDockControlBottom.CausesValidation = false;
  151. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  152. this.barDockControlBottom.Location = new System.Drawing.Point(0, 256);
  153. this.barDockControlBottom.Size = new System.Drawing.Size(653, 27);
  154. //
  155. // barDockControlLeft
  156. //
  157. this.barDockControlLeft.CausesValidation = false;
  158. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  159. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  160. this.barDockControlLeft.Size = new System.Drawing.Size(0, 256);
  161. //
  162. // barDockControlRight
  163. //
  164. this.barDockControlRight.CausesValidation = false;
  165. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  166. this.barDockControlRight.Location = new System.Drawing.Point(653, 0);
  167. this.barDockControlRight.Size = new System.Drawing.Size(0, 256);
  168. //
  169. // PanelTop
  170. //
  171. this.PanelTop.AddCaptionField = false;
  172. this.PanelTop.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  173. this.PanelTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  174. this.PanelTop.ChildControlName = null;
  175. this.PanelTop.ControlCursor = null;
  176. this.PanelTop.Controls.Add(this.LabelSelectionCount);
  177. this.PanelTop.Controls.Add(this.LabelQueryResult);
  178. this.PanelTop.Controls.Add(this.comboBoxLayer);
  179. this.PanelTop.DataTableName = null;
  180. this.PanelTop.Dock = System.Windows.Forms.DockStyle.Top;
  181. this.PanelTop.DockStyle = Tofly.CoreUI.Control.DockStyle.Top;
  182. this.PanelTop.GUID = null;
  183. this.PanelTop.Height = 27;
  184. this.PanelTop.IsMemory = false;
  185. this.PanelTop.Location = new System.Drawing.Point(0, 0);
  186. this.PanelTop.LocationLeft = 0;
  187. this.PanelTop.LocationTop = 0;
  188. this.PanelTop.Margins = "3,3,3,3";
  189. this.PanelTop.Name = "PanelTop";
  190. this.PanelTop.RelationKey = null;
  191. this.PanelTop.Security = "";
  192. this.PanelTop.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  193. this.PanelTop.SecurityValue = true;
  194. this.PanelTop.Size = new System.Drawing.Size(653, 27);
  195. this.PanelTop.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  196. this.PanelTop.States = "";
  197. this.PanelTop.StateValue = true;
  198. this.PanelTop.SynEditControlName = null;
  199. this.PanelTop.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  200. this.PanelTop.TabIndex = 4;
  201. this.PanelTop.UserCache = true;
  202. this.PanelTop.Value = null;
  203. this.PanelTop.Width = 653;
  204. //
  205. // LabelSelectionCount
  206. //
  207. this.LabelSelectionCount.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  208. this.LabelSelectionCount.ControlCursor = null;
  209. this.LabelSelectionCount.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  210. this.LabelSelectionCount.GUID = null;
  211. this.LabelSelectionCount.Height = 14;
  212. this.LabelSelectionCount.IsMemory = false;
  213. this.LabelSelectionCount.Location = new System.Drawing.Point(226, 6);
  214. this.LabelSelectionCount.LocationLeft = 226;
  215. this.LabelSelectionCount.LocationTop = 6;
  216. this.LabelSelectionCount.Margins = "3,3,3,3";
  217. this.LabelSelectionCount.Name = "LabelSelectionCount";
  218. this.LabelSelectionCount.Security = "";
  219. this.LabelSelectionCount.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  220. this.LabelSelectionCount.SecurityValue = true;
  221. this.LabelSelectionCount.Size = new System.Drawing.Size(86, 14);
  222. this.LabelSelectionCount.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  223. this.LabelSelectionCount.States = "";
  224. this.LabelSelectionCount.StateValue = true;
  225. this.LabelSelectionCount.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  226. this.LabelSelectionCount.TabIndex = 2;
  227. this.LabelSelectionCount.Text = "已选择XX条要素";
  228. this.LabelSelectionCount.TextFieldName = null;
  229. this.LabelSelectionCount.Visible = false;
  230. this.LabelSelectionCount.Width = 86;
  231. //
  232. // LabelQueryResult
  233. //
  234. this.LabelQueryResult.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  235. this.LabelQueryResult.ControlCursor = null;
  236. this.LabelQueryResult.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  237. this.LabelQueryResult.GUID = null;
  238. this.LabelQueryResult.Height = 14;
  239. this.LabelQueryResult.IsMemory = false;
  240. this.LabelQueryResult.Location = new System.Drawing.Point(3, 6);
  241. this.LabelQueryResult.LocationLeft = 3;
  242. this.LabelQueryResult.LocationTop = 6;
  243. this.LabelQueryResult.Margins = "3,3,3,3";
  244. this.LabelQueryResult.Name = "LabelQueryResult";
  245. this.LabelQueryResult.Security = "";
  246. this.LabelQueryResult.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  247. this.LabelQueryResult.SecurityValue = true;
  248. this.LabelQueryResult.Size = new System.Drawing.Size(60, 14);
  249. this.LabelQueryResult.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  250. this.LabelQueryResult.States = "";
  251. this.LabelQueryResult.StateValue = true;
  252. this.LabelQueryResult.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  253. this.LabelQueryResult.TabIndex = 1;
  254. this.LabelQueryResult.Text = "查询结果:";
  255. this.LabelQueryResult.TextFieldName = null;
  256. this.LabelQueryResult.Width = 60;
  257. //
  258. // comboBoxLayer
  259. //
  260. this.comboBoxLayer.AddCaptionField = false;
  261. this.comboBoxLayer.AddNullRow = false;
  262. this.comboBoxLayer.AllowNull = true;
  263. this.comboBoxLayer.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  264. this.comboBoxLayer.AutoExpandFirstNode = true;
  265. this.comboBoxLayer.AutoLoad = true;
  266. this.comboBoxLayer.CanSelectRoot = true;
  267. this.comboBoxLayer.CheckParentNode = true;
  268. this.comboBoxLayer.CheckParentNodeSubNodeChecked = true;
  269. this.comboBoxLayer.CodeFieldName = null;
  270. this.comboBoxLayer.CodeStringSubFormat = null;
  271. this.comboBoxLayer.ColorSetWhere = null;
  272. this.comboBoxLayer.ControlCursor = null;
  273. this.comboBoxLayer.DataFilter = null;
  274. this.comboBoxLayer.DataTableName = null;
  275. this.comboBoxLayer.DisplayFieldName = null;
  276. this.comboBoxLayer.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  277. this.comboBoxLayer.DropHeight = 200;
  278. this.comboBoxLayer.FilterFields = null;
  279. this.comboBoxLayer.FocusedNode = null;
  280. this.comboBoxLayer.GroupBy = null;
  281. this.comboBoxLayer.GroupName = null;
  282. this.comboBoxLayer.GUID = null;
  283. this.comboBoxLayer.Height = 20;
  284. this.comboBoxLayer.IDFieldName = null;
  285. this.comboBoxLayer.IsEdit = false;
  286. this.comboBoxLayer.IsFocusedDropDown = false;
  287. this.comboBoxLayer.IsMemory = false;
  288. this.comboBoxLayer.IsStrongValidate = false;
  289. this.comboBoxLayer.JustLastLevelNodeText = false;
  290. this.comboBoxLayer.LayOutFieldName = null;
  291. this.comboBoxLayer.LinkGroup = null;
  292. this.comboBoxLayer.LinkIndex = 0;
  293. this.comboBoxLayer.Location = new System.Drawing.Point(69, 3);
  294. this.comboBoxLayer.LocationLeft = 69;
  295. this.comboBoxLayer.LocationTop = 3;
  296. this.comboBoxLayer.Margins = "3,3,3,3";
  297. this.comboBoxLayer.MenuManager = this.toolBarMain;
  298. this.comboBoxLayer.Name = "comboBoxLayer";
  299. this.comboBoxLayer.ObjectFactory = null;
  300. this.comboBoxLayer.OrderBy = null;
  301. this.comboBoxLayer.PIDFieldName = null;
  302. this.comboBoxLayer.PinYinFieldName = "C_PINYIN";
  303. this.comboBoxLayer.Properties.Appearance.BackColor = System.Drawing.Color.White;
  304. this.comboBoxLayer.Properties.Appearance.Options.UseBackColor = true;
  305. this.comboBoxLayer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  306. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  307. this.comboBoxLayer.Security = "";
  308. this.comboBoxLayer.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  309. this.comboBoxLayer.SecurityValue = true;
  310. this.comboBoxLayer.SelectedFields = null;
  311. this.comboBoxLayer.ShowCheckbox = false;
  312. this.comboBoxLayer.ShowCodeString = false;
  313. this.comboBoxLayer.ShowMoreRowName = "【显示更多】";
  314. this.comboBoxLayer.ShowRowNum = 0;
  315. this.comboBoxLayer.Size = new System.Drawing.Size(125, 20);
  316. this.comboBoxLayer.SplitString = ",";
  317. this.comboBoxLayer.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  318. this.comboBoxLayer.States = "";
  319. this.comboBoxLayer.StateValue = true;
  320. this.comboBoxLayer.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  321. this.comboBoxLayer.TabIndex = 0;
  322. this.comboBoxLayer.TextFieldName = null;
  323. this.comboBoxLayer.Tip = null;
  324. this.comboBoxLayer.ValueFieldName = null;
  325. this.comboBoxLayer.ValueFilter = null;
  326. this.comboBoxLayer.ValueGetScript = null;
  327. this.comboBoxLayer.ValueMatchingField = null;
  328. this.comboBoxLayer.ValueSetScript = null;
  329. this.comboBoxLayer.Width = 125;
  330. this.comboBoxLayer.SelectedIndexChangedEvent += new Tofly.CoreUI.Control.DataListSelectChanged(this.comboBoxLayer_SelectedIndexChangedEvent);
  331. //
  332. // PanelMain
  333. //
  334. this.PanelMain.AddCaptionField = false;
  335. this.PanelMain.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  336. this.PanelMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  337. this.PanelMain.ChildControlName = null;
  338. this.PanelMain.ControlCursor = null;
  339. this.PanelMain.Controls.Add(this.PageControl);
  340. this.PanelMain.Controls.Add(this.GridMain);
  341. this.PanelMain.DataTableName = null;
  342. this.PanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.PanelMain.DockStyle = Tofly.CoreUI.Control.DockStyle.Fill;
  344. this.PanelMain.GUID = null;
  345. this.PanelMain.Height = 229;
  346. this.PanelMain.IsMemory = false;
  347. this.PanelMain.Location = new System.Drawing.Point(0, 27);
  348. this.PanelMain.LocationLeft = 0;
  349. this.PanelMain.LocationTop = 27;
  350. this.PanelMain.Margins = "3,3,3,3";
  351. this.PanelMain.Name = "PanelMain";
  352. this.PanelMain.RelationKey = null;
  353. this.PanelMain.Security = "";
  354. this.PanelMain.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  355. this.PanelMain.SecurityValue = true;
  356. this.PanelMain.Size = new System.Drawing.Size(653, 229);
  357. this.PanelMain.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  358. this.PanelMain.States = "";
  359. this.PanelMain.StateValue = true;
  360. this.PanelMain.SynEditControlName = null;
  361. this.PanelMain.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  362. this.PanelMain.TabIndex = 5;
  363. this.PanelMain.UserCache = true;
  364. this.PanelMain.Value = null;
  365. this.PanelMain.Width = 653;
  366. //
  367. // PageControl
  368. //
  369. this.PageControl.Dock = System.Windows.Forms.DockStyle.Bottom;
  370. this.PageControl.Location = new System.Drawing.Point(0, 207);
  371. this.PageControl.Name = "PageControl";
  372. this.PageControl.PageCount = 0;
  373. this.PageControl.PageIndex = 0;
  374. this.PageControl.PageSize = 0;
  375. this.PageControl.RowCount = 0;
  376. this.PageControl.Size = new System.Drawing.Size(653, 22);
  377. this.PageControl.TabIndex = 1;
  378. //
  379. // GridMain
  380. //
  381. this.GridMain.AddCaptionField = false;
  382. this.GridMain.AllowFilter = false;
  383. this.GridMain.AllowNull = true;
  384. this.GridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  385. | System.Windows.Forms.AnchorStyles.Left)
  386. | System.Windows.Forms.AnchorStyles.Right)));
  387. this.GridMain.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Bottom)
  388. | Tofly.CoreUI.Control.AnchorStyles.Left)
  389. | Tofly.CoreUI.Control.AnchorStyles.Right)));
  390. this.GridMain.AutoLoad = false;
  391. this.GridMain.AverageScript = null;
  392. this.GridMain.AverageValidateTip = null;
  393. this.GridMain.BestFitColumns = false;
  394. this.GridMain.CanEdit = false;
  395. this.GridMain.CheckboxCanEdit = true;
  396. this.GridMain.CheckedValueIsNew = false;
  397. this.GridMain.ChildControlName = null;
  398. this.GridMain.ColorSetWhere = null;
  399. this.GridMain.ColumnAutoWidth = false;
  400. this.GridMain.ColumnNameStyle = Tofly.CoreUI.Control.HorzAlignmentStyles.Default;
  401. this.GridMain.ControlCursor = null;
  402. this.GridMain.DataFilter = null;
  403. this.GridMain.DataTableName = null;
  404. this.GridMain.DirectionType = Tofly.CoreUI.Control.DirectionType.Right;
  405. this.GridMain.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  406. this.GridMain.GroupBy = null;
  407. this.GridMain.GroupName = null;
  408. this.GridMain.GUID = null;
  409. this.GridMain.Height = 205;
  410. this.GridMain.IsMemory = false;
  411. this.GridMain.IsNextContainUnableColumn = true;
  412. this.GridMain.IsStrongValidate = false;
  413. this.GridMain.Location = new System.Drawing.Point(0, 0);
  414. this.GridMain.LocationLeft = 0;
  415. this.GridMain.LocationTop = 0;
  416. this.GridMain.Margins = "3,3,3,3";
  417. this.GridMain.MenuManager = this.toolBarMain;
  418. this.GridMain.MergeFields = "";
  419. this.GridMain.MultiSelecte = false;
  420. this.GridMain.Name = "GridMain";
  421. this.GridMain.NotNullField = null;
  422. this.GridMain.OrderBy = null;
  423. this.GridMain.PageControlName = null;
  424. this.GridMain.RelationKey = null;
  425. this.GridMain.Security = "";
  426. this.GridMain.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  427. this.GridMain.SecurityValue = true;
  428. this.GridMain.SelectedFields = null;
  429. this.GridMain.ShowAutoFilterRow = false;
  430. this.GridMain.ShowCheckbox = false;
  431. this.GridMain.ShowFields = null;
  432. this.GridMain.Size = new System.Drawing.Size(653, 205);
  433. this.GridMain.SourceMatchingField = null;
  434. this.GridMain.SplitString = ",";
  435. this.GridMain.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  436. this.GridMain.States = "";
  437. this.GridMain.StateValue = true;
  438. this.GridMain.SumScript = null;
  439. this.GridMain.SumValidateTip = null;
  440. this.GridMain.SynEditControlName = null;
  441. this.GridMain.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  442. this.GridMain.TabIndex = 0;
  443. this.GridMain.TargetMatchingField = null;
  444. this.GridMain.Tip = null;
  445. this.GridMain.UniqueValueScript = null;
  446. this.GridMain.UniqueValueValidateTip = null;
  447. this.GridMain.UserCache = true;
  448. this.GridMain.ValueFilter = null;
  449. this.GridMain.ValueGetScript = null;
  450. this.GridMain.ValueMatchingField = null;
  451. this.GridMain.ValueSetScript = null;
  452. this.GridMain.Width = 653;
  453. //
  454. // SelectionViewControl
  455. //
  456. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  457. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  458. this.Controls.Add(this.PanelMain);
  459. this.Controls.Add(this.PanelTop);
  460. this.Controls.Add(this.barDockControlLeft);
  461. this.Controls.Add(this.barDockControlRight);
  462. this.Controls.Add(this.barDockControlBottom);
  463. this.Controls.Add(this.barDockControlTop);
  464. this.Height = 283;
  465. this.LocationLeft = 15;
  466. this.LocationTop = 15;
  467. this.Name = "SelectionViewControl";
  468. this.Size = new System.Drawing.Size(653, 283);
  469. this.Width = 653;
  470. ((System.ComponentModel.ISupportInitialize)(this.toolBarMain)).EndInit();
  471. ((System.ComponentModel.ISupportInitialize)(this.PanelTop)).EndInit();
  472. this.PanelTop.ResumeLayout(false);
  473. this.PanelTop.PerformLayout();
  474. ((System.ComponentModel.ISupportInitialize)(this.comboBoxLayer.Properties)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.PanelMain)).EndInit();
  476. this.PanelMain.ResumeLayout(false);
  477. ((System.ComponentModel.ISupportInitialize)(this.GridMain)).EndInit();
  478. this.ResumeLayout(false);
  479. }
  480. #endregion
  481. private CoreUI.Win.Control.ToolBar toolBarMain;
  482. private DevExpress.XtraBars.Bar barButtom;
  483. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  484. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  485. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  486. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  487. private CoreUI.Win.Control.PanelClass PanelTop;
  488. private CoreUI.Win.Control.LabelClass LabelSelectionCount;
  489. private CoreUI.Win.Control.LabelClass LabelQueryResult;
  490. private CoreUI.Win.Control.ComboBoxClass comboBoxLayer;
  491. private CoreUI.Win.Control.PanelClass PanelMain;
  492. private CoreUI.Win.Control.GridControlClass GridMain;
  493. private DevExpress.XtraBars.BarButtonItem barButtonStatic;
  494. private DevExpress.XtraBars.BarStaticItem barStaticItemCurrentRow;
  495. private DevExpress.XtraBars.BarButtonItem barButtonExport;
  496. private DevExpress.XtraBars.BarButtonItem barButtonExportAll;
  497. private Tofly.SearchUI.Win.QueryPageControl PageControl;
  498. }
  499. }