CtrlXl.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlXl
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlXl));
  29. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  31. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.btnGo = new DevExpress.XtraEditors.SimpleButton();
  33. this.txtGoPage = new DevExpress.XtraEditors.TextEdit();
  34. this.dataNavigator1 = new DevExpress.XtraEditors.DataNavigator();
  35. this.btnImp = new DevExpress.XtraEditors.SimpleButton();
  36. this.gridXl = new DevExpress.XtraGrid.GridControl();
  37. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. this.btnOpen = new DevExpress.XtraEditors.ButtonEdit();
  39. this.txtCountPerPage = new DevExpress.XtraEditors.ComboBoxEdit();
  40. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  41. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
  48. this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
  49. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  52. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  53. this.layoutControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.gridXl)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // layoutControl1
  76. //
  77. this.layoutControl1.Controls.Add(this.txtSat);
  78. this.layoutControl1.Controls.Add(this.btnGo);
  79. this.layoutControl1.Controls.Add(this.txtGoPage);
  80. this.layoutControl1.Controls.Add(this.dataNavigator1);
  81. this.layoutControl1.Controls.Add(this.btnImp);
  82. this.layoutControl1.Controls.Add(this.gridXl);
  83. this.layoutControl1.Controls.Add(this.btnOpen);
  84. this.layoutControl1.Controls.Add(this.txtCountPerPage);
  85. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  87. this.layoutControl1.Name = "layoutControl1";
  88. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1044, 185, 650, 400);
  89. this.layoutControl1.Root = this.Root;
  90. this.layoutControl1.Size = new System.Drawing.Size(647, 473);
  91. this.layoutControl1.TabIndex = 0;
  92. this.layoutControl1.Text = "layoutControl1";
  93. //
  94. // txtSat
  95. //
  96. this.txtSat.Location = new System.Drawing.Point(61, 32);
  97. this.txtSat.Name = "txtSat";
  98. this.txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  99. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  100. this.txtSat.Properties.PopupView = this.searchLookUpEdit1View;
  101. this.txtSat.Size = new System.Drawing.Size(582, 20);
  102. this.txtSat.StyleController = this.layoutControl1;
  103. this.txtSat.TabIndex = 12;
  104. this.txtSat.EditValueChanged += new System.EventHandler(this.TxtSat_EditValueChanged);
  105. //
  106. // searchLookUpEdit1View
  107. //
  108. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  109. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  110. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  111. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  112. //
  113. // btnGo
  114. //
  115. this.btnGo.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnGo.ImageOptions.SvgImage")));
  116. this.btnGo.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
  117. this.btnGo.Location = new System.Drawing.Point(623, 448);
  118. this.btnGo.Name = "btnGo";
  119. this.btnGo.Size = new System.Drawing.Size(20, 17);
  120. this.btnGo.StyleController = this.layoutControl1;
  121. this.btnGo.TabIndex = 11;
  122. this.btnGo.ToolTip = "跳转";
  123. this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
  124. //
  125. // txtGoPage
  126. //
  127. this.txtGoPage.Location = new System.Drawing.Point(543, 448);
  128. this.txtGoPage.Name = "txtGoPage";
  129. this.txtGoPage.Properties.AutoHeight = false;
  130. this.txtGoPage.Size = new System.Drawing.Size(76, 17);
  131. this.txtGoPage.StyleController = this.layoutControl1;
  132. this.txtGoPage.TabIndex = 9;
  133. //
  134. // dataNavigator1
  135. //
  136. this.dataNavigator1.Buttons.Append.Visible = false;
  137. this.dataNavigator1.Buttons.CancelEdit.Visible = false;
  138. this.dataNavigator1.Buttons.EndEdit.Visible = false;
  139. this.dataNavigator1.Buttons.Next.Visible = false;
  140. this.dataNavigator1.Buttons.Prev.Visible = false;
  141. this.dataNavigator1.Buttons.Remove.Visible = false;
  142. this.dataNavigator1.Location = new System.Drawing.Point(152, 448);
  143. this.dataNavigator1.Name = "dataNavigator1";
  144. this.dataNavigator1.Size = new System.Drawing.Size(152, 20);
  145. this.dataNavigator1.StyleController = this.layoutControl1;
  146. this.dataNavigator1.TabIndex = 8;
  147. this.dataNavigator1.Text = "dataNavigator1";
  148. this.dataNavigator1.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Center;
  149. this.dataNavigator1.TextStringFormat = "第{0}页/共{1}页";
  150. this.dataNavigator1.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.dataNavigator1_ButtonClick);
  151. //
  152. // btnImp
  153. //
  154. this.btnImp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImp.ImageOptions.SvgImage")));
  155. this.btnImp.Location = new System.Drawing.Point(547, 4);
  156. this.btnImp.Name = "btnImp";
  157. this.btnImp.Size = new System.Drawing.Size(96, 24);
  158. this.btnImp.StyleController = this.layoutControl1;
  159. this.btnImp.TabIndex = 6;
  160. this.btnImp.Text = "导入";
  161. this.btnImp.Click += new System.EventHandler(this.btnImp_Click);
  162. //
  163. // gridXl
  164. //
  165. this.gridXl.EmbeddedNavigator.Buttons.Append.Visible = false;
  166. this.gridXl.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
  167. this.gridXl.EmbeddedNavigator.Buttons.Edit.Visible = false;
  168. this.gridXl.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
  169. this.gridXl.EmbeddedNavigator.Buttons.Next.Visible = false;
  170. this.gridXl.EmbeddedNavigator.Buttons.Prev.Visible = false;
  171. this.gridXl.EmbeddedNavigator.Buttons.Remove.Visible = false;
  172. this.gridXl.EmbeddedNavigator.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin;
  173. this.gridXl.EmbeddedNavigator.TextStringFormat = "第{0}页/共{1}页";
  174. this.gridXl.Location = new System.Drawing.Point(2, 54);
  175. this.gridXl.MainView = this.gridView1;
  176. this.gridXl.Name = "gridXl";
  177. this.gridXl.Size = new System.Drawing.Size(643, 389);
  178. this.gridXl.TabIndex = 5;
  179. this.gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  180. this.gridView1});
  181. //
  182. // gridView1
  183. //
  184. this.gridView1.GridControl = this.gridXl;
  185. this.gridView1.Name = "gridView1";
  186. //
  187. // btnOpen
  188. //
  189. this.btnOpen.Location = new System.Drawing.Point(61, 4);
  190. this.btnOpen.Name = "btnOpen";
  191. this.btnOpen.Properties.AutoHeight = false;
  192. this.btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  193. new DevExpress.XtraEditors.Controls.EditorButton()});
  194. this.btnOpen.Size = new System.Drawing.Size(482, 24);
  195. this.btnOpen.StyleController = this.layoutControl1;
  196. this.btnOpen.TabIndex = 4;
  197. //
  198. // txtCountPerPage
  199. //
  200. this.txtCountPerPage.EditValue = "5000";
  201. this.txtCountPerPage.Location = new System.Drawing.Point(34, 448);
  202. this.txtCountPerPage.Name = "txtCountPerPage";
  203. this.txtCountPerPage.Properties.AutoHeight = false;
  204. this.txtCountPerPage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  205. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  206. this.txtCountPerPage.Properties.Items.AddRange(new object[] {
  207. "100",
  208. "500",
  209. "1000",
  210. "2000",
  211. "5000",
  212. "10000"});
  213. this.txtCountPerPage.Size = new System.Drawing.Size(76, 18);
  214. this.txtCountPerPage.StyleController = this.layoutControl1;
  215. this.txtCountPerPage.TabIndex = 10;
  216. this.txtCountPerPage.EditValueChanged += new System.EventHandler(this.txtCountPerPage_EditValueChanged);
  217. //
  218. // Root
  219. //
  220. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  221. this.Root.GroupBordersVisible = false;
  222. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  223. this.layoutControlItem1,
  224. this.layoutControlItem2,
  225. this.layoutControlItem3,
  226. this.layoutControlItem5,
  227. this.layoutControlItem6,
  228. this.layoutControlItem7,
  229. this.simpleLabelItem1,
  230. this.simpleLabelItem2,
  231. this.layoutControlItem8,
  232. this.emptySpaceItem1,
  233. this.layoutControlItem4});
  234. this.Root.Name = "Root";
  235. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
  236. this.Root.Size = new System.Drawing.Size(647, 473);
  237. this.Root.TextVisible = false;
  238. //
  239. // layoutControlItem1
  240. //
  241. this.layoutControlItem1.Control = this.btnOpen;
  242. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  243. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
  244. this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 28);
  245. this.layoutControlItem1.Name = "layoutControlItem1";
  246. this.layoutControlItem1.Size = new System.Drawing.Size(543, 28);
  247. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  248. this.layoutControlItem1.Text = "星历文件";
  249. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
  250. this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
  251. this.layoutControlItem1.TextToControlDistance = 5;
  252. //
  253. // layoutControlItem2
  254. //
  255. this.layoutControlItem2.Control = this.gridXl;
  256. this.layoutControlItem2.Location = new System.Drawing.Point(0, 52);
  257. this.layoutControlItem2.Name = "layoutControlItem2";
  258. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  259. this.layoutControlItem2.Size = new System.Drawing.Size(643, 389);
  260. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  261. this.layoutControlItem2.TextVisible = false;
  262. //
  263. // layoutControlItem3
  264. //
  265. this.layoutControlItem3.Control = this.btnImp;
  266. this.layoutControlItem3.Location = new System.Drawing.Point(543, 0);
  267. this.layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28);
  268. this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 28);
  269. this.layoutControlItem3.Name = "layoutControlItem3";
  270. this.layoutControlItem3.Size = new System.Drawing.Size(100, 28);
  271. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  272. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  273. this.layoutControlItem3.TextVisible = false;
  274. //
  275. // layoutControlItem5
  276. //
  277. this.layoutControlItem5.Control = this.dataNavigator1;
  278. this.layoutControlItem5.Location = new System.Drawing.Point(148, 441);
  279. this.layoutControlItem5.MaxSize = new System.Drawing.Size(156, 25);
  280. this.layoutControlItem5.MinSize = new System.Drawing.Size(156, 25);
  281. this.layoutControlItem5.Name = "layoutControlItem5";
  282. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  283. this.layoutControlItem5.Size = new System.Drawing.Size(156, 28);
  284. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  285. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  286. this.layoutControlItem5.TextVisible = false;
  287. //
  288. // layoutControlItem6
  289. //
  290. this.layoutControlItem6.Control = this.txtGoPage;
  291. this.layoutControlItem6.Location = new System.Drawing.Point(539, 441);
  292. this.layoutControlItem6.MaxSize = new System.Drawing.Size(80, 24);
  293. this.layoutControlItem6.MinSize = new System.Drawing.Size(80, 24);
  294. this.layoutControlItem6.Name = "layoutControlItem6";
  295. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  296. this.layoutControlItem6.Size = new System.Drawing.Size(80, 28);
  297. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  298. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  299. this.layoutControlItem6.TextVisible = false;
  300. //
  301. // layoutControlItem7
  302. //
  303. this.layoutControlItem7.Control = this.txtCountPerPage;
  304. this.layoutControlItem7.Location = new System.Drawing.Point(30, 441);
  305. this.layoutControlItem7.MaxSize = new System.Drawing.Size(80, 25);
  306. this.layoutControlItem7.MinSize = new System.Drawing.Size(80, 25);
  307. this.layoutControlItem7.Name = "layoutControlItem7";
  308. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  309. this.layoutControlItem7.Size = new System.Drawing.Size(80, 28);
  310. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  311. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  312. this.layoutControlItem7.TextVisible = false;
  313. //
  314. // simpleLabelItem1
  315. //
  316. this.simpleLabelItem1.AllowHotTrack = false;
  317. this.simpleLabelItem1.Location = new System.Drawing.Point(0, 441);
  318. this.simpleLabelItem1.MaxSize = new System.Drawing.Size(30, 28);
  319. this.simpleLabelItem1.MinSize = new System.Drawing.Size(30, 28);
  320. this.simpleLabelItem1.Name = "simpleLabelItem1";
  321. this.simpleLabelItem1.Size = new System.Drawing.Size(30, 28);
  322. this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  323. this.simpleLabelItem1.Text = "每页";
  324. this.simpleLabelItem1.TextSize = new System.Drawing.Size(24, 14);
  325. //
  326. // simpleLabelItem2
  327. //
  328. this.simpleLabelItem2.AllowHotTrack = false;
  329. this.simpleLabelItem2.Location = new System.Drawing.Point(110, 441);
  330. this.simpleLabelItem2.MaxSize = new System.Drawing.Size(38, 25);
  331. this.simpleLabelItem2.MinSize = new System.Drawing.Size(38, 25);
  332. this.simpleLabelItem2.Name = "simpleLabelItem2";
  333. this.simpleLabelItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 20, 2, 2);
  334. this.simpleLabelItem2.Size = new System.Drawing.Size(38, 28);
  335. this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  336. this.simpleLabelItem2.Text = "条";
  337. this.simpleLabelItem2.TextSize = new System.Drawing.Size(24, 14);
  338. //
  339. // layoutControlItem8
  340. //
  341. this.layoutControlItem8.Control = this.btnGo;
  342. this.layoutControlItem8.Location = new System.Drawing.Point(619, 441);
  343. this.layoutControlItem8.MaxSize = new System.Drawing.Size(24, 24);
  344. this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 24);
  345. this.layoutControlItem8.Name = "layoutControlItem8";
  346. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  347. this.layoutControlItem8.Size = new System.Drawing.Size(24, 28);
  348. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  349. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  350. this.layoutControlItem8.TextVisible = false;
  351. //
  352. // emptySpaceItem1
  353. //
  354. this.emptySpaceItem1.AllowHotTrack = false;
  355. this.emptySpaceItem1.Location = new System.Drawing.Point(304, 441);
  356. this.emptySpaceItem1.Name = "emptySpaceItem1";
  357. this.emptySpaceItem1.Size = new System.Drawing.Size(235, 28);
  358. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  359. //
  360. // layoutControlItem4
  361. //
  362. this.layoutControlItem4.Control = this.txtSat;
  363. this.layoutControlItem4.Location = new System.Drawing.Point(0, 28);
  364. this.layoutControlItem4.Name = "layoutControlItem4";
  365. this.layoutControlItem4.Size = new System.Drawing.Size(643, 24);
  366. this.layoutControlItem4.Text = "卫星";
  367. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
  368. this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20);
  369. this.layoutControlItem4.TextToControlDistance = 7;
  370. //
  371. // CtrlXl
  372. //
  373. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  374. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  375. this.Controls.Add(this.layoutControl1);
  376. this.Name = "CtrlXl";
  377. this.Size = new System.Drawing.Size(647, 473);
  378. this.Load += new System.EventHandler(this.CtrlXl_Load);
  379. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  380. this.layoutControl1.ResumeLayout(false);
  381. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.txtGoPage.Properties)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.gridXl)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.txtCountPerPage.Properties)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
  396. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
  397. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  398. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  400. this.ResumeLayout(false);
  401. }
  402. #endregion
  403. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  404. private DevExpress.XtraGrid.GridControl gridXl;
  405. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  406. private DevExpress.XtraEditors.ButtonEdit btnOpen;
  407. private DevExpress.XtraLayout.LayoutControlGroup Root;
  408. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  409. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  410. private DevExpress.XtraEditors.SimpleButton btnImp;
  411. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  412. private DevExpress.XtraEditors.TextEdit txtGoPage;
  413. private DevExpress.XtraEditors.DataNavigator dataNavigator1;
  414. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  415. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  416. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  417. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  418. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
  419. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
  420. private DevExpress.XtraEditors.SimpleButton btnGo;
  421. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  422. private DevExpress.XtraEditors.ComboBoxEdit txtCountPerPage;
  423. private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
  424. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  425. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  426. }
  427. }