SelectFormUserControl.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. namespace Tofly.SearchUI.Win
  2. {
  3. partial class SelectFormUserControl
  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.treeView_Source = new Tofly.CoreUI.Win.Control.TreeControlClass();
  29. this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  30. this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  31. this.regTableCombox1 = new Tofly.CoreUI.Win.Form.RegTableCombox();
  32. this.groupBoxClass1 = new Tofly.CoreUI.Win.Control.GroupBoxClass();
  33. this.groupBoxClass2 = new Tofly.CoreUI.Win.Control.GroupBoxClass();
  34. this.groupBoxClass3 = new Tofly.CoreUI.Win.Control.GroupBoxClass();
  35. this.spinEditClass1 = new Tofly.CoreUI.Win.Control.SpinEditClass();
  36. this.labelClass1 = new Tofly.CoreUI.Win.Control.LabelClass();
  37. ((System.ComponentModel.ISupportInitialize)(this.treeView_Source)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.regTableCombox1.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.groupBoxClass1)).BeginInit();
  40. this.groupBoxClass1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.groupBoxClass2)).BeginInit();
  42. this.groupBoxClass2.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.groupBoxClass3)).BeginInit();
  44. this.groupBoxClass3.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.spinEditClass1.Properties)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // treeView_Source
  49. //
  50. this.treeView_Source.AddCaptionField = false;
  51. this.treeView_Source.AddNullRow = false;
  52. this.treeView_Source.AllowNull = true;
  53. this.treeView_Source.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  54. this.treeView_Source.AutoExpandFirstNode = true;
  55. this.treeView_Source.AutoLoad = true;
  56. this.treeView_Source.AverageScript = null;
  57. this.treeView_Source.AverageValidateTip = null;
  58. this.treeView_Source.CheckboxCanEdit = false;
  59. this.treeView_Source.CheckParentNode = true;
  60. this.treeView_Source.CheckParentNodeSubNodeChecked = true;
  61. this.treeView_Source.ChildControlName = null;
  62. this.treeView_Source.CodeFieldName = null;
  63. this.treeView_Source.CodeStringSubFormat = null;
  64. this.treeView_Source.ColorSetWhere = null;
  65. this.treeView_Source.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
  66. this.treeListColumn1});
  67. this.treeView_Source.ControlCursor = null;
  68. this.treeView_Source.DataFilter = null;
  69. this.treeView_Source.DataTableName = null;
  70. this.treeView_Source.DisplayFieldName = null;
  71. this.treeView_Source.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.treeView_Source.DockStyle = Tofly.CoreUI.Control.DockStyle.Fill;
  73. this.treeView_Source.GroupBy = null;
  74. this.treeView_Source.GroupName = null;
  75. this.treeView_Source.GUID = null;
  76. this.treeView_Source.Height = 181;
  77. this.treeView_Source.IDFieldName = null;
  78. this.treeView_Source.IsMemory = false;
  79. this.treeView_Source.IsStrongValidate = false;
  80. this.treeView_Source.JustLastLevelNodeText = false;
  81. this.treeView_Source.KeyFieldName = null;
  82. this.treeView_Source.Location = new System.Drawing.Point(2, 22);
  83. this.treeView_Source.LocationLeft = 2;
  84. this.treeView_Source.LocationTop = 22;
  85. this.treeView_Source.Margins = "3,3,3,3";
  86. this.treeView_Source.Name = "treeView_Source";
  87. this.treeView_Source.NotNullField = null;
  88. this.treeView_Source.OptionsSelection.InvertSelection = true;
  89. this.treeView_Source.OrderBy = null;
  90. this.treeView_Source.PageControlName = null;
  91. this.treeView_Source.ParentFieldName = null;
  92. this.treeView_Source.PIDFieldName = null;
  93. this.treeView_Source.RelationKey = null;
  94. this.treeView_Source.Security = "";
  95. this.treeView_Source.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  96. this.treeView_Source.SecurityValue = true;
  97. this.treeView_Source.SelectedFields = null;
  98. this.treeView_Source.ShowCheckbox = false;
  99. this.treeView_Source.ShowCodeString = false;
  100. this.treeView_Source.Size = new System.Drawing.Size(286, 181);
  101. this.treeView_Source.SplitString = ",";
  102. this.treeView_Source.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  103. this.treeView_Source.States = "";
  104. this.treeView_Source.StateValue = true;
  105. this.treeView_Source.SumScript = null;
  106. this.treeView_Source.SumValidateTip = null;
  107. this.treeView_Source.SynEditControlName = null;
  108. this.treeView_Source.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  109. this.treeView_Source.TabIndex = 0;
  110. this.treeView_Source.TextFieldName = null;
  111. this.treeView_Source.Tip = null;
  112. this.treeView_Source.UniqueValueScript = null;
  113. this.treeView_Source.UniqueValueValidateTip = null;
  114. this.treeView_Source.UserCache = true;
  115. this.treeView_Source.ValueFieldName = null;
  116. this.treeView_Source.ValueFilter = null;
  117. this.treeView_Source.ValueGetScript = null;
  118. this.treeView_Source.ValueMatchingField = "S_FILENAME";
  119. this.treeView_Source.ValueSetScript = null;
  120. this.treeView_Source.Width = 286;
  121. //
  122. // treeListColumn1
  123. //
  124. this.treeListColumn1.Caption = "表单名称";
  125. this.treeListColumn1.FieldName = "表单名称";
  126. this.treeListColumn1.Name = "treeListColumn1";
  127. this.treeListColumn1.OptionsColumn.AllowEdit = false;
  128. this.treeListColumn1.Visible = true;
  129. this.treeListColumn1.VisibleIndex = 0;
  130. //
  131. // treeListColumn2
  132. //
  133. this.treeListColumn2.Caption = "表单名称";
  134. this.treeListColumn2.FieldName = "表单名称";
  135. this.treeListColumn2.Name = "treeListColumn2";
  136. this.treeListColumn2.OptionsColumn.AllowEdit = false;
  137. this.treeListColumn2.Visible = true;
  138. this.treeListColumn2.VisibleIndex = 0;
  139. //
  140. // regTableCombox1
  141. //
  142. this.regTableCombox1.AddCaptionField = false;
  143. this.regTableCombox1.AddNullRow = false;
  144. this.regTableCombox1.AllowNull = true;
  145. this.regTableCombox1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  146. this.regTableCombox1.AutoExpandFirstNode = true;
  147. this.regTableCombox1.AutoLoad = true;
  148. this.regTableCombox1.CanSelectRoot = true;
  149. this.regTableCombox1.CheckParentNode = true;
  150. this.regTableCombox1.CheckParentNodeSubNodeChecked = true;
  151. this.regTableCombox1.CodeFieldName = null;
  152. this.regTableCombox1.CodeStringSubFormat = null;
  153. this.regTableCombox1.ColorSetWhere = null;
  154. this.regTableCombox1.ControlCursor = null;
  155. this.regTableCombox1.DataFilter = null;
  156. this.regTableCombox1.DataTableName = null;
  157. this.regTableCombox1.DisplayFieldName = null;
  158. this.regTableCombox1.Dock = System.Windows.Forms.DockStyle.Top;
  159. this.regTableCombox1.DockStyle = Tofly.CoreUI.Control.DockStyle.Top;
  160. this.regTableCombox1.FilterFields = null;
  161. this.regTableCombox1.FocusedNode = null;
  162. this.regTableCombox1.GroupBy = null;
  163. this.regTableCombox1.GroupName = null;
  164. this.regTableCombox1.GUID = null;
  165. this.regTableCombox1.Height = 20;
  166. this.regTableCombox1.IDFieldName = null;
  167. this.regTableCombox1.IsEdit = false;
  168. this.regTableCombox1.IsFocusedDropDown = false;
  169. this.regTableCombox1.IsMemory = false;
  170. this.regTableCombox1.IsStrongValidate = false;
  171. this.regTableCombox1.JustLastLevelNodeText = false;
  172. this.regTableCombox1.LayOutFieldName = null;
  173. this.regTableCombox1.LinkGroup = null;
  174. this.regTableCombox1.LinkIndex = 0;
  175. this.regTableCombox1.Location = new System.Drawing.Point(2, 22);
  176. this.regTableCombox1.LocationLeft = 2;
  177. this.regTableCombox1.LocationTop = 22;
  178. this.regTableCombox1.Margins = "3,3,3,3";
  179. this.regTableCombox1.Name = "regTableCombox1";
  180. this.regTableCombox1.ObjectFactory = null;
  181. this.regTableCombox1.OrderBy = null;
  182. this.regTableCombox1.PIDFieldName = null;
  183. this.regTableCombox1.PinYinFieldName = "C_PINYIN";
  184. this.regTableCombox1.Properties.Appearance.BackColor = System.Drawing.Color.White;
  185. this.regTableCombox1.Properties.Appearance.Options.UseBackColor = true;
  186. this.regTableCombox1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  187. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  188. this.regTableCombox1.Security = "";
  189. this.regTableCombox1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  190. this.regTableCombox1.SecurityValue = true;
  191. this.regTableCombox1.SelectedFields = null;
  192. this.regTableCombox1.ShowCheckbox = false;
  193. this.regTableCombox1.ShowCodeString = false;
  194. this.regTableCombox1.ShowMoreRowName = "【显示更多】";
  195. this.regTableCombox1.ShowRowNum = 0;
  196. this.regTableCombox1.Size = new System.Drawing.Size(286, 20);
  197. this.regTableCombox1.SplitString = ",";
  198. this.regTableCombox1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  199. this.regTableCombox1.States = "";
  200. this.regTableCombox1.StateValue = true;
  201. this.regTableCombox1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  202. this.regTableCombox1.TabIndex = 2;
  203. this.regTableCombox1.TextFieldName = null;
  204. this.regTableCombox1.Tip = null;
  205. this.regTableCombox1.ValueFieldName = null;
  206. this.regTableCombox1.ValueFilter = null;
  207. this.regTableCombox1.ValueGetScript = null;
  208. this.regTableCombox1.ValueMatchingField = null;
  209. this.regTableCombox1.ValueSetScript = null;
  210. this.regTableCombox1.Width = 286;
  211. //
  212. // groupBoxClass1
  213. //
  214. this.groupBoxClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  215. this.groupBoxClass1.ControlCursor = null;
  216. this.groupBoxClass1.Controls.Add(this.regTableCombox1);
  217. this.groupBoxClass1.Dock = System.Windows.Forms.DockStyle.Top;
  218. this.groupBoxClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.Top;
  219. this.groupBoxClass1.GUID = null;
  220. this.groupBoxClass1.Height = 49;
  221. this.groupBoxClass1.IsMemory = false;
  222. this.groupBoxClass1.Location = new System.Drawing.Point(0, 0);
  223. this.groupBoxClass1.LocationLeft = 0;
  224. this.groupBoxClass1.LocationTop = 0;
  225. this.groupBoxClass1.Margins = "3,3,3,3";
  226. this.groupBoxClass1.Name = "groupBoxClass1";
  227. this.groupBoxClass1.Security = "";
  228. this.groupBoxClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  229. this.groupBoxClass1.SecurityValue = true;
  230. this.groupBoxClass1.Size = new System.Drawing.Size(290, 49);
  231. this.groupBoxClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  232. this.groupBoxClass1.States = "";
  233. this.groupBoxClass1.StateValue = true;
  234. this.groupBoxClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  235. this.groupBoxClass1.TabIndex = 3;
  236. this.groupBoxClass1.Text = "注册结构";
  237. this.groupBoxClass1.Width = 290;
  238. //
  239. // groupBoxClass2
  240. //
  241. this.groupBoxClass2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  242. | System.Windows.Forms.AnchorStyles.Left)
  243. | System.Windows.Forms.AnchorStyles.Right)));
  244. this.groupBoxClass2.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Bottom)
  245. | Tofly.CoreUI.Control.AnchorStyles.Left)
  246. | Tofly.CoreUI.Control.AnchorStyles.Right)));
  247. this.groupBoxClass2.ControlCursor = null;
  248. this.groupBoxClass2.Controls.Add(this.treeView_Source);
  249. this.groupBoxClass2.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  250. this.groupBoxClass2.GUID = null;
  251. this.groupBoxClass2.Height = 205;
  252. this.groupBoxClass2.IsMemory = false;
  253. this.groupBoxClass2.Location = new System.Drawing.Point(0, 49);
  254. this.groupBoxClass2.LocationLeft = 0;
  255. this.groupBoxClass2.LocationTop = 49;
  256. this.groupBoxClass2.Margins = "3,3,3,3";
  257. this.groupBoxClass2.Name = "groupBoxClass2";
  258. this.groupBoxClass2.Security = "";
  259. this.groupBoxClass2.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  260. this.groupBoxClass2.SecurityValue = true;
  261. this.groupBoxClass2.Size = new System.Drawing.Size(290, 205);
  262. this.groupBoxClass2.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  263. this.groupBoxClass2.States = "";
  264. this.groupBoxClass2.StateValue = true;
  265. this.groupBoxClass2.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  266. this.groupBoxClass2.TabIndex = 3;
  267. this.groupBoxClass2.Text = "使用表单";
  268. this.groupBoxClass2.Width = 290;
  269. //
  270. // groupBoxClass3
  271. //
  272. this.groupBoxClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  273. this.groupBoxClass3.ControlCursor = null;
  274. this.groupBoxClass3.Controls.Add(this.labelClass1);
  275. this.groupBoxClass3.Controls.Add(this.spinEditClass1);
  276. this.groupBoxClass3.Dock = System.Windows.Forms.DockStyle.Bottom;
  277. this.groupBoxClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.Bottom;
  278. this.groupBoxClass3.GUID = null;
  279. this.groupBoxClass3.Height = 70;
  280. this.groupBoxClass3.IsMemory = false;
  281. this.groupBoxClass3.Location = new System.Drawing.Point(0, 258);
  282. this.groupBoxClass3.LocationLeft = 0;
  283. this.groupBoxClass3.LocationTop = 258;
  284. this.groupBoxClass3.Margins = "3,3,3,3";
  285. this.groupBoxClass3.Name = "groupBoxClass3";
  286. this.groupBoxClass3.Security = "";
  287. this.groupBoxClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  288. this.groupBoxClass3.SecurityValue = true;
  289. this.groupBoxClass3.Size = new System.Drawing.Size(290, 70);
  290. this.groupBoxClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  291. this.groupBoxClass3.States = "";
  292. this.groupBoxClass3.StateValue = true;
  293. this.groupBoxClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  294. this.groupBoxClass3.TabIndex = 4;
  295. this.groupBoxClass3.Text = "其它参数";
  296. this.groupBoxClass3.Width = 290;
  297. //
  298. // spinEditClass1
  299. //
  300. this.spinEditClass1.AllowDisplayNullValue = false;
  301. this.spinEditClass1.AllowNull = true;
  302. this.spinEditClass1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  303. | System.Windows.Forms.AnchorStyles.Right)));
  304. this.spinEditClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)(((Tofly.CoreUI.Control.AnchorStyles.Bottom | Tofly.CoreUI.Control.AnchorStyles.Left)
  305. | Tofly.CoreUI.Control.AnchorStyles.Right)));
  306. this.spinEditClass1.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
  307. this.spinEditClass1.ClearErrorData = false;
  308. this.spinEditClass1.ControlCursor = null;
  309. this.spinEditClass1.DecimalDigits = 0;
  310. this.spinEditClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  311. this.spinEditClass1.EditValue = new decimal(new int[] {
  312. 0,
  313. 0,
  314. 0,
  315. 0});
  316. this.spinEditClass1.GroupName = "";
  317. this.spinEditClass1.GUID = null;
  318. this.spinEditClass1.Height = 20;
  319. this.spinEditClass1.IsMemory = false;
  320. this.spinEditClass1.IsStrongValidate = false;
  321. this.spinEditClass1.LayOutFieldName = null;
  322. this.spinEditClass1.Location = new System.Drawing.Point(107, 36);
  323. this.spinEditClass1.LocationLeft = 107;
  324. this.spinEditClass1.LocationTop = 36;
  325. this.spinEditClass1.LogicWhere = "";
  326. this.spinEditClass1.Margins = "3,3,3,3";
  327. this.spinEditClass1.MaxLength = 0;
  328. this.spinEditClass1.Name = "spinEditClass1";
  329. this.spinEditClass1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  330. new DevExpress.XtraEditors.Controls.EditorButton()});
  331. this.spinEditClass1.RegExp = "";
  332. this.spinEditClass1.Security = "";
  333. this.spinEditClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  334. this.spinEditClass1.SecurityValue = true;
  335. this.spinEditClass1.Size = new System.Drawing.Size(178, 20);
  336. this.spinEditClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  337. this.spinEditClass1.States = "";
  338. this.spinEditClass1.StateValue = true;
  339. this.spinEditClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  340. this.spinEditClass1.TabIndex = 0;
  341. this.spinEditClass1.TextFieldName = null;
  342. this.spinEditClass1.Tip = null;
  343. this.spinEditClass1.Value = new decimal(new int[] {
  344. 0,
  345. 0,
  346. 0,
  347. 0});
  348. this.spinEditClass1.Width = 178;
  349. //
  350. // labelClass1
  351. //
  352. this.labelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  353. this.labelClass1.ControlCursor = null;
  354. this.labelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  355. this.labelClass1.GUID = null;
  356. this.labelClass1.Height = 14;
  357. this.labelClass1.IsMemory = false;
  358. this.labelClass1.Location = new System.Drawing.Point(5, 39);
  359. this.labelClass1.LocationLeft = 5;
  360. this.labelClass1.LocationTop = 39;
  361. this.labelClass1.Margins = "3,3,3,3";
  362. this.labelClass1.Name = "labelClass1";
  363. this.labelClass1.Security = "";
  364. this.labelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  365. this.labelClass1.SecurityValue = true;
  366. this.labelClass1.Size = new System.Drawing.Size(96, 14);
  367. this.labelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  368. this.labelClass1.States = "";
  369. this.labelClass1.StateValue = true;
  370. this.labelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
  371. this.labelClass1.TabIndex = 1;
  372. this.labelClass1.Text = "地图单击缓冲距离";
  373. this.labelClass1.TextFieldName = null;
  374. this.labelClass1.Width = 96;
  375. //
  376. // SelectFormUserControl
  377. //
  378. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  379. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  380. this.Controls.Add(this.groupBoxClass3);
  381. this.Controls.Add(this.groupBoxClass2);
  382. this.Controls.Add(this.groupBoxClass1);
  383. this.Height = 328;
  384. this.LocationLeft = 15;
  385. this.LocationTop = 15;
  386. this.Name = "SelectFormUserControl";
  387. this.Size = new System.Drawing.Size(290, 328);
  388. this.Width = 290;
  389. ((System.ComponentModel.ISupportInitialize)(this.treeView_Source)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.regTableCombox1.Properties)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.groupBoxClass1)).EndInit();
  392. this.groupBoxClass1.ResumeLayout(false);
  393. ((System.ComponentModel.ISupportInitialize)(this.groupBoxClass2)).EndInit();
  394. this.groupBoxClass2.ResumeLayout(false);
  395. ((System.ComponentModel.ISupportInitialize)(this.groupBoxClass3)).EndInit();
  396. this.groupBoxClass3.ResumeLayout(false);
  397. this.groupBoxClass3.PerformLayout();
  398. ((System.ComponentModel.ISupportInitialize)(this.spinEditClass1.Properties)).EndInit();
  399. this.ResumeLayout(false);
  400. }
  401. #endregion
  402. private Tofly.CoreUI.Win.Control.TreeControlClass treeView_Source;
  403. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
  404. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
  405. private CoreUI.Win.Form.RegTableCombox regTableCombox1;
  406. private CoreUI.Win.Control.GroupBoxClass groupBoxClass1;
  407. private CoreUI.Win.Control.GroupBoxClass groupBoxClass2;
  408. private CoreUI.Win.Control.GroupBoxClass groupBoxClass3;
  409. private CoreUI.Win.Control.LabelClass labelClass1;
  410. private CoreUI.Win.Control.SpinEditClass spinEditClass1;
  411. }
  412. }