ControlTFnum.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. namespace Tofly.SearchUI.Win
  2. {
  3. partial class ControlTFnum
  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 Component 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.toolBar1 = new Tofly.CoreUI.Win.Control.ToolBar();
  29. this.bar2 = new DevExpress.XtraBars.Bar();
  30. this.barQuery = new DevExpress.XtraBars.BarButtonItem();
  31. this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
  32. this.btnClear = new DevExpress.XtraBars.BarButtonItem();
  33. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  34. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  35. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  37. this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
  38. this.tfInput = new DevExpress.XtraBars.BarButtonItem();
  39. this.InputTFH = new DevExpress.XtraBars.BarButtonItem();
  40. this.SelectLayer = new DevExpress.XtraBars.BarButtonItem();
  41. this.NewTFH = new DevExpress.XtraBars.BarButtonItem();
  42. this.OldTFH = new DevExpress.XtraBars.BarButtonItem();
  43. this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  44. this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  45. this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  46. this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  47. this.panelClass1 = new Tofly.CoreUI.Win.Form.Control.PanelClass();
  48. this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
  49. this.buttonStart = new Tofly.CoreUI.Win.Control.ButtonClass();
  50. this.buttonStop = new Tofly.CoreUI.Win.Control.ButtonClass();
  51. this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
  52. this.TFlist = new Tofly.CoreUI.Win.Control.ListBoxClass();
  53. this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass();
  54. this.labelClass2 = new Tofly.CoreUI.Win.Control.LabelClass();
  55. this.labelClass1 = new Tofly.CoreUI.Win.Control.LabelClass();
  56. this.combTFType = new Tofly.CoreUI.Win.Control.ComboBoxClass();
  57. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  58. ((System.ComponentModel.ISupportInitialize)(this.toolBar1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.panelClass1)).BeginInit();
  64. this.panelClass1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.TFlist)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.combTFType.Properties)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // toolBar1
  72. //
  73. this.toolBar1.AnchorStyles = Tofly.CoreUI.Control.AnchorStyles.None;
  74. this.toolBar1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
  75. this.bar2});
  76. this.toolBar1.DockControls.Add(this.barDockControlTop);
  77. this.toolBar1.DockControls.Add(this.barDockControlBottom);
  78. this.toolBar1.DockControls.Add(this.barDockControlLeft);
  79. this.toolBar1.DockControls.Add(this.barDockControlRight);
  80. this.toolBar1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  81. this.toolBar1.Enabled = false;
  82. this.toolBar1.Font = null;
  83. this.toolBar1.ForeColor = System.Drawing.Color.Empty;
  84. this.toolBar1.Form = this;
  85. this.toolBar1.GUID = null;
  86. this.toolBar1.Height = -1;
  87. this.toolBar1.IsMemory = false;
  88. this.toolBar1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  89. this.btnClear,
  90. this.barCheckItem1,
  91. this.tfInput,
  92. this.barQuery,
  93. this.InputTFH,
  94. this.SelectLayer,
  95. this.NewTFH,
  96. this.OldTFH,
  97. this.barButtonItem1});
  98. this.toolBar1.LocationLeft = -1;
  99. this.toolBar1.LocationTop = -1;
  100. this.toolBar1.MainMenu = this.bar2;
  101. this.toolBar1.Margins = "";
  102. this.toolBar1.MaxItemId = 30;
  103. this.toolBar1.Name = "";
  104. this.toolBar1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  105. this.repositoryItemCheckEdit1,
  106. this.repositoryItemComboBox1,
  107. this.repositoryItemCheckEdit2,
  108. this.repositoryItemCheckEdit3});
  109. this.toolBar1.Security = "";
  110. this.toolBar1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  111. this.toolBar1.SecurityValue = false;
  112. this.toolBar1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  113. this.toolBar1.States = "";
  114. this.toolBar1.StateValue = false;
  115. this.toolBar1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  116. this.toolBar1.TabIndex = -1;
  117. this.toolBar1.Text = "";
  118. this.toolBar1.Value = null;
  119. this.toolBar1.Visible = false;
  120. this.toolBar1.Width = -1;
  121. //
  122. // bar2
  123. //
  124. this.bar2.BarAppearance.Disabled.BackColor = System.Drawing.Color.Gray;
  125. this.bar2.BarAppearance.Disabled.Options.UseBackColor = true;
  126. this.bar2.BarName = "Main menu";
  127. this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
  128. this.bar2.DockCol = 0;
  129. this.bar2.DockRow = 0;
  130. this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  131. this.bar2.FloatLocation = new System.Drawing.Point(57, 132);
  132. this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  133. new DevExpress.XtraBars.LinkPersistInfo(this.barQuery),
  134. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
  135. new DevExpress.XtraBars.LinkPersistInfo(this.btnClear)});
  136. this.bar2.OptionsBar.AllowQuickCustomization = false;
  137. this.bar2.OptionsBar.UseWholeRow = true;
  138. this.bar2.Text = "Main menu";
  139. //
  140. // barQuery
  141. //
  142. this.barQuery.Caption = "查询";
  143. this.barQuery.Id = 17;
  144. this.barQuery.Name = "barQuery";
  145. this.barQuery.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
  146. this.barQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barQuery_ItemClick);
  147. //
  148. // barButtonItem1
  149. //
  150. this.barButtonItem1.Caption = "定位";
  151. this.barButtonItem1.Id = 29;
  152. this.barButtonItem1.Name = "barButtonItem1";
  153. this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
  154. //
  155. // btnClear
  156. //
  157. this.btnClear.Caption = "清除";
  158. this.btnClear.Id = 2;
  159. this.btnClear.Name = "btnClear";
  160. this.btnClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClear_ItemClick);
  161. //
  162. // barDockControlTop
  163. //
  164. this.barDockControlTop.CausesValidation = false;
  165. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  166. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  167. this.barDockControlTop.Size = new System.Drawing.Size(268, 24);
  168. //
  169. // barDockControlBottom
  170. //
  171. this.barDockControlBottom.CausesValidation = false;
  172. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  173. this.barDockControlBottom.Location = new System.Drawing.Point(0, 273);
  174. this.barDockControlBottom.Size = new System.Drawing.Size(268, 0);
  175. //
  176. // barDockControlLeft
  177. //
  178. this.barDockControlLeft.CausesValidation = false;
  179. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  180. this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
  181. this.barDockControlLeft.Size = new System.Drawing.Size(0, 249);
  182. //
  183. // barDockControlRight
  184. //
  185. this.barDockControlRight.CausesValidation = false;
  186. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  187. this.barDockControlRight.Location = new System.Drawing.Point(268, 24);
  188. this.barDockControlRight.Size = new System.Drawing.Size(0, 249);
  189. //
  190. // barCheckItem1
  191. //
  192. this.barCheckItem1.Caption = "barCheckItem1";
  193. this.barCheckItem1.Id = 5;
  194. this.barCheckItem1.Name = "barCheckItem1";
  195. //
  196. // tfInput
  197. //
  198. this.tfInput.Caption = "输入";
  199. this.tfInput.Id = 11;
  200. this.tfInput.Name = "tfInput";
  201. //
  202. // InputTFH
  203. //
  204. this.InputTFH.Caption = "输入图号";
  205. this.InputTFH.Id = 19;
  206. this.InputTFH.Name = "InputTFH";
  207. this.InputTFH.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.InputTFH_ItemClick);
  208. //
  209. // SelectLayer
  210. //
  211. this.SelectLayer.Caption = "选择图层";
  212. this.SelectLayer.Id = 20;
  213. this.SelectLayer.Name = "SelectLayer";
  214. this.SelectLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.SelectLayer_ItemClick);
  215. //
  216. // NewTFH
  217. //
  218. this.NewTFH.Caption = "新";
  219. this.NewTFH.Id = 22;
  220. this.NewTFH.Name = "NewTFH";
  221. //
  222. // OldTFH
  223. //
  224. this.OldTFH.Caption = "旧";
  225. this.OldTFH.Id = 23;
  226. this.OldTFH.Name = "OldTFH";
  227. //
  228. // repositoryItemCheckEdit1
  229. //
  230. this.repositoryItemCheckEdit1.AutoHeight = false;
  231. this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
  232. //
  233. // repositoryItemComboBox1
  234. //
  235. this.repositoryItemComboBox1.AutoHeight = false;
  236. this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  237. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  238. this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
  239. //
  240. // repositoryItemCheckEdit2
  241. //
  242. this.repositoryItemCheckEdit2.AutoHeight = false;
  243. this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
  244. this.repositoryItemCheckEdit2.CheckStateChanged += new System.EventHandler(this.repositoryItemCheckEdit2_CheckStateChanged);
  245. //
  246. // repositoryItemCheckEdit3
  247. //
  248. this.repositoryItemCheckEdit3.AutoHeight = false;
  249. this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
  250. //
  251. // panelClass1
  252. //
  253. this.panelClass1.AddCaptionField = false;
  254. this.panelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  255. this.panelClass1.ChildControlName = null;
  256. this.panelClass1.ControlCursor = null;
  257. this.panelClass1.Controls.Add(this.checkEdit1);
  258. this.panelClass1.Controls.Add(this.buttonStart);
  259. this.panelClass1.Controls.Add(this.buttonStop);
  260. this.panelClass1.Controls.Add(this.textEdit1);
  261. this.panelClass1.Controls.Add(this.TFlist);
  262. this.panelClass1.Controls.Add(this.labelClass3);
  263. this.panelClass1.Controls.Add(this.labelClass2);
  264. this.panelClass1.Controls.Add(this.labelClass1);
  265. this.panelClass1.Controls.Add(this.combTFType);
  266. this.panelClass1.DataTableName = null;
  267. this.panelClass1.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.panelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.Fill;
  269. this.panelClass1.GUID = null;
  270. this.panelClass1.Height = 249;
  271. this.panelClass1.IsMemory = false;
  272. this.panelClass1.Location = new System.Drawing.Point(0, 24);
  273. this.panelClass1.LocationLeft = 0;
  274. this.panelClass1.LocationTop = 24;
  275. this.panelClass1.Margins = "3,3,3,3";
  276. this.panelClass1.Name = "panelClass1";
  277. this.panelClass1.RelationKey = null;
  278. this.panelClass1.Security = "";
  279. this.panelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  280. this.panelClass1.SecurityValue = true;
  281. this.panelClass1.Size = new System.Drawing.Size(268, 249);
  282. this.panelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  283. this.panelClass1.States = "";
  284. this.panelClass1.StateValue = true;
  285. this.panelClass1.SynEditControlName = null;
  286. this.panelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  287. this.panelClass1.TabIndex = 11;
  288. this.panelClass1.UserCache = true;
  289. this.panelClass1.Value = null;
  290. this.panelClass1.Width = 268;
  291. //
  292. // checkEdit1
  293. //
  294. this.checkEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  295. this.checkEdit1.Location = new System.Drawing.Point(7, 220);
  296. this.checkEdit1.MenuManager = this.toolBar1;
  297. this.checkEdit1.Name = "checkEdit1";
  298. this.checkEdit1.Properties.Caption = "旧图号";
  299. this.checkEdit1.Size = new System.Drawing.Size(61, 19);
  300. this.checkEdit1.TabIndex = 9;
  301. this.checkEdit1.Visible = false;
  302. //
  303. // buttonStart
  304. //
  305. this.buttonStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  306. this.buttonStart.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Bottom | Tofly.CoreUI.Control.AnchorStyles.Right)));
  307. this.buttonStart.ControlCursor = null;
  308. this.buttonStart.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  309. this.buttonStart.GroupName = "";
  310. this.buttonStart.GUID = null;
  311. this.buttonStart.Height = 20;
  312. this.buttonStart.IsMemory = false;
  313. this.buttonStart.IsStrongValidate = false;
  314. this.buttonStart.Location = new System.Drawing.Point(174, 221);
  315. this.buttonStart.LocationLeft = 174;
  316. this.buttonStart.LocationTop = 221;
  317. this.buttonStart.Margins = "3,3,3,3";
  318. this.buttonStart.Name = "buttonStart";
  319. this.buttonStart.Security = "";
  320. this.buttonStart.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  321. this.buttonStart.SecurityValue = true;
  322. this.buttonStart.Size = new System.Drawing.Size(40, 20);
  323. this.buttonStart.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  324. this.buttonStart.States = "";
  325. this.buttonStart.StateValue = true;
  326. this.buttonStart.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  327. this.buttonStart.TabIndex = 8;
  328. this.buttonStart.Text = "开始";
  329. this.buttonStart.Width = 40;
  330. this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
  331. //
  332. // buttonStop
  333. //
  334. this.buttonStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  335. this.buttonStop.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Bottom | Tofly.CoreUI.Control.AnchorStyles.Right)));
  336. this.buttonStop.ControlCursor = null;
  337. this.buttonStop.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  338. this.buttonStop.GroupName = "";
  339. this.buttonStop.GUID = null;
  340. this.buttonStop.Height = 20;
  341. this.buttonStop.IsMemory = false;
  342. this.buttonStop.IsStrongValidate = false;
  343. this.buttonStop.Location = new System.Drawing.Point(220, 221);
  344. this.buttonStop.LocationLeft = 220;
  345. this.buttonStop.LocationTop = 221;
  346. this.buttonStop.Margins = "3,3,3,3";
  347. this.buttonStop.Name = "buttonStop";
  348. this.buttonStop.Security = "";
  349. this.buttonStop.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  350. this.buttonStop.SecurityValue = true;
  351. this.buttonStop.Size = new System.Drawing.Size(40, 20);
  352. this.buttonStop.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  353. this.buttonStop.States = "";
  354. this.buttonStop.StateValue = true;
  355. this.buttonStop.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  356. this.buttonStop.TabIndex = 8;
  357. this.buttonStop.Text = "停止";
  358. this.buttonStop.Width = 40;
  359. this.buttonStop.Click += new System.EventHandler(this.buttonClass1_Click);
  360. //
  361. // textEdit1
  362. //
  363. this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  364. | System.Windows.Forms.AnchorStyles.Right)));
  365. this.textEdit1.Location = new System.Drawing.Point(63, 34);
  366. this.textEdit1.MenuManager = this.toolBar1;
  367. this.textEdit1.Name = "textEdit1";
  368. this.textEdit1.Size = new System.Drawing.Size(198, 20);
  369. this.textEdit1.TabIndex = 7;
  370. this.textEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.textEdit1_EditValueChanging);
  371. //
  372. // TFlist
  373. //
  374. this.TFlist.AllowNull = true;
  375. this.TFlist.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  376. | System.Windows.Forms.AnchorStyles.Left)
  377. | System.Windows.Forms.AnchorStyles.Right)));
  378. this.TFlist.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Bottom)
  379. | Tofly.CoreUI.Control.AnchorStyles.Left)
  380. | Tofly.CoreUI.Control.AnchorStyles.Right)));
  381. this.TFlist.ControlCursor = null;
  382. this.TFlist.DataTableName = null;
  383. this.TFlist.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  384. this.TFlist.GroupName = null;
  385. this.TFlist.GUID = null;
  386. this.TFlist.Height = 158;
  387. this.TFlist.IsMemory = false;
  388. this.TFlist.IsStrongValidate = false;
  389. this.TFlist.Location = new System.Drawing.Point(5, 60);
  390. this.TFlist.LocationLeft = 5;
  391. this.TFlist.LocationTop = 60;
  392. this.TFlist.Margins = "3,3,3,3";
  393. this.TFlist.Name = "TFlist";
  394. this.TFlist.Security = "";
  395. this.TFlist.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  396. this.TFlist.SecurityValue = true;
  397. this.TFlist.Size = new System.Drawing.Size(255, 158);
  398. this.TFlist.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  399. this.TFlist.States = "";
  400. this.TFlist.StateValue = true;
  401. this.TFlist.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  402. this.TFlist.TabIndex = 6;
  403. this.TFlist.Tip = null;
  404. this.TFlist.Width = 255;
  405. this.TFlist.SelectedIndexChanged += new System.EventHandler(this.TFlist_SelectedIndexChanged);
  406. this.TFlist.DoubleClick += new System.EventHandler(this.TFlist_DoubleClick);
  407. //
  408. // labelClass3
  409. //
  410. this.labelClass3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  411. this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Bottom | Tofly.CoreUI.Control.AnchorStyles.Left)));
  412. this.labelClass3.ControlCursor = null;
  413. this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  414. this.labelClass3.GUID = null;
  415. this.labelClass3.Height = 14;
  416. this.labelClass3.IsMemory = false;
  417. this.labelClass3.Location = new System.Drawing.Point(9, 225);
  418. this.labelClass3.LocationLeft = 9;
  419. this.labelClass3.LocationTop = 225;
  420. this.labelClass3.Margins = "3,3,3,3";
  421. this.labelClass3.Name = "labelClass3";
  422. this.labelClass3.Security = "";
  423. this.labelClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  424. this.labelClass3.SecurityValue = true;
  425. this.labelClass3.Size = new System.Drawing.Size(0, 14);
  426. this.labelClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  427. this.labelClass3.States = "";
  428. this.labelClass3.StateValue = true;
  429. this.labelClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  430. this.labelClass3.TabIndex = 5;
  431. this.labelClass3.TextFieldName = null;
  432. this.labelClass3.Width = 0;
  433. //
  434. // labelClass2
  435. //
  436. this.labelClass2.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  437. this.labelClass2.ControlCursor = null;
  438. this.labelClass2.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  439. this.labelClass2.GUID = null;
  440. this.labelClass2.Height = 14;
  441. this.labelClass2.IsMemory = false;
  442. this.labelClass2.Location = new System.Drawing.Point(5, 37);
  443. this.labelClass2.LocationLeft = 5;
  444. this.labelClass2.LocationTop = 37;
  445. this.labelClass2.Margins = "3,3,3,3";
  446. this.labelClass2.Name = "labelClass2";
  447. this.labelClass2.Security = "";
  448. this.labelClass2.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  449. this.labelClass2.SecurityValue = true;
  450. this.labelClass2.Size = new System.Drawing.Size(60, 14);
  451. this.labelClass2.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  452. this.labelClass2.States = "";
  453. this.labelClass2.StateValue = true;
  454. this.labelClass2.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  455. this.labelClass2.TabIndex = 5;
  456. this.labelClass2.Text = "搜 索:";
  457. this.labelClass2.TextFieldName = null;
  458. this.labelClass2.Width = 60;
  459. //
  460. // labelClass1
  461. //
  462. this.labelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  463. this.labelClass1.ControlCursor = null;
  464. this.labelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  465. this.labelClass1.GUID = null;
  466. this.labelClass1.Height = 14;
  467. this.labelClass1.IsMemory = false;
  468. this.labelClass1.Location = new System.Drawing.Point(5, 14);
  469. this.labelClass1.LocationLeft = 5;
  470. this.labelClass1.LocationTop = 14;
  471. this.labelClass1.Margins = "3,3,3,3";
  472. this.labelClass1.Name = "labelClass1";
  473. this.labelClass1.Security = "";
  474. this.labelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  475. this.labelClass1.SecurityValue = true;
  476. this.labelClass1.Size = new System.Drawing.Size(60, 14);
  477. this.labelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  478. this.labelClass1.States = "";
  479. this.labelClass1.StateValue = true;
  480. this.labelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  481. this.labelClass1.TabIndex = 5;
  482. this.labelClass1.Text = "图号类型:";
  483. this.labelClass1.TextFieldName = null;
  484. this.labelClass1.Width = 60;
  485. //
  486. // combTFType
  487. //
  488. this.combTFType.AddCaptionField = false;
  489. this.combTFType.AddNullRow = false;
  490. this.combTFType.AllowNull = true;
  491. this.combTFType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  492. | System.Windows.Forms.AnchorStyles.Right)));
  493. this.combTFType.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)(((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)
  494. | Tofly.CoreUI.Control.AnchorStyles.Right)));
  495. this.combTFType.AutoExpandFirstNode = true;
  496. this.combTFType.AutoLoad = true;
  497. this.combTFType.CanSelectRoot = true;
  498. this.combTFType.CodeFieldName = null;
  499. this.combTFType.ColorSetWhere = null;
  500. this.combTFType.ControlCursor = null;
  501. this.combTFType.DataFilter = null;
  502. this.combTFType.DataTableName = null;
  503. this.combTFType.DisplayFieldName = null;
  504. this.combTFType.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  505. this.combTFType.FilterFields = null;
  506. this.combTFType.FocusedNode = null;
  507. this.combTFType.GroupBy = null;
  508. this.combTFType.GroupName = null;
  509. this.combTFType.GUID = null;
  510. this.combTFType.Height = 20;
  511. this.combTFType.IDFieldName = null;
  512. this.combTFType.IsEdit = false;
  513. this.combTFType.IsMemory = false;
  514. this.combTFType.IsStrongValidate = false;
  515. this.combTFType.JustLastLevelNodeText = false;
  516. this.combTFType.LayOutFieldName = null;
  517. this.combTFType.LinkGroup = null;
  518. this.combTFType.LinkIndex = 0;
  519. this.combTFType.Location = new System.Drawing.Point(63, 11);
  520. this.combTFType.LocationLeft = 63;
  521. this.combTFType.LocationTop = 11;
  522. this.combTFType.Margins = "3,3,3,3";
  523. this.combTFType.MenuManager = this.toolBar1;
  524. this.combTFType.Name = "combTFType";
  525. this.combTFType.ObjectFactory = null;
  526. this.combTFType.OrderBy = null;
  527. this.combTFType.PIDFieldName = null;
  528. this.combTFType.PinYinFieldName = "C_PINYIN";
  529. this.combTFType.Properties.Appearance.BackColor = System.Drawing.Color.White;
  530. this.combTFType.Properties.Appearance.Options.UseBackColor = true;
  531. this.combTFType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  532. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  533. this.combTFType.Security = "";
  534. this.combTFType.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  535. this.combTFType.SecurityValue = true;
  536. this.combTFType.SelectedFields = null;
  537. this.combTFType.ShowCheckbox = false;
  538. this.combTFType.ShowCodeString = false;
  539. this.combTFType.ShowMoreRowName = "【显示更多】";
  540. this.combTFType.ShowRowNum = 0;
  541. this.combTFType.Size = new System.Drawing.Size(197, 20);
  542. this.combTFType.SplitString = ",";
  543. this.combTFType.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Visible;
  544. this.combTFType.States = "";
  545. this.combTFType.StateValue = true;
  546. this.combTFType.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  547. this.combTFType.TabIndex = 4;
  548. this.combTFType.TextFieldName = null;
  549. this.combTFType.Tip = null;
  550. this.combTFType.ValueFieldName = null;
  551. this.combTFType.ValueFilter = null;
  552. this.combTFType.ValueGetScript = null;
  553. this.combTFType.ValueMatchingField = null;
  554. this.combTFType.ValueSetScript = null;
  555. this.combTFType.Width = 197;
  556. this.combTFType.SelectedIndexChangedEvent += new Tofly.CoreUI.Control.DataListSelectChanged(this.combTFType_SelectedIndexChangedEvent);
  557. //
  558. // backgroundWorker1
  559. //
  560. this.backgroundWorker1.WorkerReportsProgress = true;
  561. this.backgroundWorker1.WorkerSupportsCancellation = true;
  562. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  563. this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
  564. this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
  565. //
  566. // ControlTFnum
  567. //
  568. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  569. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  570. this.Controls.Add(this.panelClass1);
  571. this.Controls.Add(this.barDockControlLeft);
  572. this.Controls.Add(this.barDockControlRight);
  573. this.Controls.Add(this.barDockControlBottom);
  574. this.Controls.Add(this.barDockControlTop);
  575. this.Height = 273;
  576. this.LocationLeft = 15;
  577. this.LocationTop = 15;
  578. this.Name = "ControlTFnum";
  579. this.Size = new System.Drawing.Size(268, 273);
  580. this.Width = 268;
  581. ((System.ComponentModel.ISupportInitialize)(this.toolBar1)).EndInit();
  582. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
  583. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
  584. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
  586. ((System.ComponentModel.ISupportInitialize)(this.panelClass1)).EndInit();
  587. this.panelClass1.ResumeLayout(false);
  588. this.panelClass1.PerformLayout();
  589. ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
  590. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
  591. ((System.ComponentModel.ISupportInitialize)(this.TFlist)).EndInit();
  592. ((System.ComponentModel.ISupportInitialize)(this.combTFType.Properties)).EndInit();
  593. this.ResumeLayout(false);
  594. }
  595. #endregion
  596. private CoreUI.Win.Control.ToolBar toolBar1;
  597. private DevExpress.XtraBars.Bar bar2;
  598. private DevExpress.XtraBars.BarButtonItem btnClear;
  599. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  600. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  601. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  602. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  603. private DevExpress.XtraBars.BarCheckItem barCheckItem1;
  604. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
  605. private DevExpress.XtraBars.BarButtonItem tfInput;
  606. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
  607. private DevExpress.XtraBars.BarButtonItem barQuery;
  608. private DevExpress.XtraBars.BarButtonItem InputTFH;
  609. private DevExpress.XtraBars.BarButtonItem SelectLayer;
  610. private DevExpress.XtraBars.BarButtonItem NewTFH;
  611. private DevExpress.XtraBars.BarButtonItem OldTFH;
  612. private CoreUI.Win.Form.Control.PanelClass panelClass1;
  613. private CoreUI.Win.Control.ListBoxClass TFlist;
  614. private CoreUI.Win.Control.LabelClass labelClass1;
  615. private CoreUI.Win.Control.ComboBoxClass combTFType;
  616. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
  617. private DevExpress.XtraEditors.TextEdit textEdit1;
  618. private CoreUI.Win.Control.ButtonClass buttonStop;
  619. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit3;
  620. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  621. private CoreUI.Win.Control.ButtonClass buttonStart;
  622. private DevExpress.XtraBars.BarButtonItem barButtonItem1;
  623. private CoreUI.Win.Control.LabelClass labelClass3;
  624. private CoreUI.Win.Control.LabelClass labelClass2;
  625. private DevExpress.XtraEditors.CheckEdit checkEdit1;
  626. }
  627. }