CtrlXl.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. ctrlPage1 = new CtrlPage();
  31. txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  32. searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. btnImp = new DevExpress.XtraEditors.SimpleButton();
  34. gridXl = new DevExpress.XtraGrid.GridControl();
  35. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. btnOpen = new DevExpress.XtraEditors.ButtonEdit();
  37. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  38. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  39. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  40. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  41. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  42. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  43. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  44. layoutControl1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)gridXl).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)btnOpen.Properties).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  56. SuspendLayout();
  57. //
  58. // layoutControl1
  59. //
  60. layoutControl1.Controls.Add(ctrlPage1);
  61. layoutControl1.Controls.Add(txtSat);
  62. layoutControl1.Controls.Add(btnImp);
  63. layoutControl1.Controls.Add(gridXl);
  64. layoutControl1.Controls.Add(btnOpen);
  65. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  66. layoutControl1.Location = new System.Drawing.Point(0, 0);
  67. layoutControl1.Name = "layoutControl1";
  68. layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1044, 185, 650, 400);
  69. layoutControl1.Root = Root;
  70. layoutControl1.Size = new System.Drawing.Size(694, 473);
  71. layoutControl1.TabIndex = 0;
  72. layoutControl1.Text = "layoutControl1";
  73. //
  74. // ctrlPage1
  75. //
  76. ctrlPage1.Location = new System.Drawing.Point(4, 443);
  77. ctrlPage1.Margin = new System.Windows.Forms.Padding(0);
  78. ctrlPage1.MinimumSize = new System.Drawing.Size(100, 26);
  79. ctrlPage1.Name = "ctrlPage1";
  80. ctrlPage1.Size = new System.Drawing.Size(686, 26);
  81. ctrlPage1.TabIndex = 13;
  82. //
  83. // txtSat
  84. //
  85. txtSat.Location = new System.Drawing.Point(61, 32);
  86. txtSat.Name = "txtSat";
  87. txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  88. txtSat.Properties.PopupView = searchLookUpEdit1View;
  89. txtSat.Size = new System.Drawing.Size(629, 20);
  90. txtSat.StyleController = layoutControl1;
  91. txtSat.TabIndex = 12;
  92. txtSat.EditValueChanged += TxtSat_EditValueChanged;
  93. //
  94. // searchLookUpEdit1View
  95. //
  96. searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  97. searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  98. searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  99. searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  100. //
  101. // btnImp
  102. //
  103. btnImp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnImp.ImageOptions.SvgImage");
  104. btnImp.Location = new System.Drawing.Point(594, 4);
  105. btnImp.Name = "btnImp";
  106. btnImp.Size = new System.Drawing.Size(96, 24);
  107. btnImp.StyleController = layoutControl1;
  108. btnImp.TabIndex = 6;
  109. btnImp.Text = "导入";
  110. btnImp.Click += btnImp_Click;
  111. //
  112. // gridXl
  113. //
  114. gridXl.EmbeddedNavigator.Buttons.Append.Visible = false;
  115. gridXl.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
  116. gridXl.EmbeddedNavigator.Buttons.Edit.Visible = false;
  117. gridXl.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
  118. gridXl.EmbeddedNavigator.Buttons.Next.Visible = false;
  119. gridXl.EmbeddedNavigator.Buttons.Prev.Visible = false;
  120. gridXl.EmbeddedNavigator.Buttons.Remove.Visible = false;
  121. gridXl.EmbeddedNavigator.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin;
  122. gridXl.EmbeddedNavigator.TextStringFormat = "第{0}页/共{1}页";
  123. gridXl.Location = new System.Drawing.Point(2, 54);
  124. gridXl.MainView = gridView1;
  125. gridXl.Name = "gridXl";
  126. gridXl.Size = new System.Drawing.Size(690, 387);
  127. gridXl.TabIndex = 5;
  128. gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
  129. //
  130. // gridView1
  131. //
  132. gridView1.GridControl = gridXl;
  133. gridView1.Name = "gridView1";
  134. //
  135. // btnOpen
  136. //
  137. btnOpen.Location = new System.Drawing.Point(61, 4);
  138. btnOpen.Name = "btnOpen";
  139. btnOpen.Properties.AutoHeight = false;
  140. btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  141. btnOpen.Size = new System.Drawing.Size(529, 24);
  142. btnOpen.StyleController = layoutControl1;
  143. btnOpen.TabIndex = 4;
  144. //
  145. // Root
  146. //
  147. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  148. Root.GroupBordersVisible = false;
  149. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5 });
  150. Root.Name = "Root";
  151. Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
  152. Root.Size = new System.Drawing.Size(694, 473);
  153. Root.TextVisible = false;
  154. //
  155. // layoutControlItem1
  156. //
  157. layoutControlItem1.Control = btnOpen;
  158. layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  159. layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
  160. layoutControlItem1.MinSize = new System.Drawing.Size(118, 28);
  161. layoutControlItem1.Name = "layoutControlItem1";
  162. layoutControlItem1.Size = new System.Drawing.Size(590, 28);
  163. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  164. layoutControlItem1.Text = "星历文件";
  165. layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
  166. layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
  167. layoutControlItem1.TextToControlDistance = 5;
  168. //
  169. // layoutControlItem2
  170. //
  171. layoutControlItem2.Control = gridXl;
  172. layoutControlItem2.Location = new System.Drawing.Point(0, 52);
  173. layoutControlItem2.Name = "layoutControlItem2";
  174. layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  175. layoutControlItem2.Size = new System.Drawing.Size(690, 387);
  176. layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  177. layoutControlItem2.TextVisible = false;
  178. //
  179. // layoutControlItem3
  180. //
  181. layoutControlItem3.Control = btnImp;
  182. layoutControlItem3.Location = new System.Drawing.Point(590, 0);
  183. layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28);
  184. layoutControlItem3.MinSize = new System.Drawing.Size(100, 28);
  185. layoutControlItem3.Name = "layoutControlItem3";
  186. layoutControlItem3.Size = new System.Drawing.Size(100, 28);
  187. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  188. layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  189. layoutControlItem3.TextVisible = false;
  190. //
  191. // layoutControlItem4
  192. //
  193. layoutControlItem4.Control = txtSat;
  194. layoutControlItem4.Location = new System.Drawing.Point(0, 28);
  195. layoutControlItem4.Name = "layoutControlItem4";
  196. layoutControlItem4.Size = new System.Drawing.Size(690, 24);
  197. layoutControlItem4.Text = "卫星";
  198. layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
  199. layoutControlItem4.TextSize = new System.Drawing.Size(50, 20);
  200. layoutControlItem4.TextToControlDistance = 7;
  201. //
  202. // layoutControlItem5
  203. //
  204. layoutControlItem5.Control = ctrlPage1;
  205. layoutControlItem5.Location = new System.Drawing.Point(0, 439);
  206. layoutControlItem5.MaxSize = new System.Drawing.Size(0, 30);
  207. layoutControlItem5.MinSize = new System.Drawing.Size(104, 30);
  208. layoutControlItem5.Name = "layoutControlItem5";
  209. layoutControlItem5.Size = new System.Drawing.Size(690, 30);
  210. layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  211. layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  212. layoutControlItem5.TextVisible = false;
  213. //
  214. // CtrlXl
  215. //
  216. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  217. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. Controls.Add(layoutControl1);
  219. Name = "CtrlXl";
  220. Size = new System.Drawing.Size(694, 473);
  221. Load += CtrlXl_Load;
  222. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  223. layoutControl1.ResumeLayout(false);
  224. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)gridXl).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)btnOpen.Properties).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  230. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  232. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  235. ResumeLayout(false);
  236. }
  237. #endregion
  238. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  239. private DevExpress.XtraGrid.GridControl gridXl;
  240. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  241. private DevExpress.XtraEditors.ButtonEdit btnOpen;
  242. private DevExpress.XtraLayout.LayoutControlGroup Root;
  243. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  244. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  245. private DevExpress.XtraEditors.SimpleButton btnImp;
  246. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  247. private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
  248. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  249. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  250. private CtrlPage ctrlPage1;
  251. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  252. }
  253. }