AdChannelEditor.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class AdChannelEditor
  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 Windows Form 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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  33. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  34. checkEdit = new DevExpress.XtraEditors.CheckEdit();
  35. btnOk = new DevExpress.XtraEditors.SimpleButton();
  36. btnCancle = new DevExpress.XtraEditors.SimpleButton();
  37. txtChannel = new DevExpress.XtraEditors.TextEdit();
  38. txtCenterFreq = new DevExpress.XtraEditors.ButtonEdit();
  39. txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  40. searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. txtAnt = new DevExpress.XtraEditors.SearchLookUpEdit();
  42. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  43. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  44. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  45. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  46. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  47. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  48. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  49. layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  50. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  52. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  53. emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  55. layoutControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)txtChannel.Properties).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)txtCenterFreq.Properties).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)txtAnt.Properties).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit();
  74. SuspendLayout();
  75. //
  76. // layoutControl1
  77. //
  78. layoutControl1.Controls.Add(checkEdit);
  79. layoutControl1.Controls.Add(btnOk);
  80. layoutControl1.Controls.Add(btnCancle);
  81. layoutControl1.Controls.Add(txtChannel);
  82. layoutControl1.Controls.Add(txtCenterFreq);
  83. layoutControl1.Controls.Add(txtSat);
  84. layoutControl1.Controls.Add(txtAnt);
  85. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. layoutControl1.Location = new System.Drawing.Point(0, 0);
  87. layoutControl1.Name = "layoutControl1";
  88. layoutControl1.Root = Root;
  89. layoutControl1.Size = new System.Drawing.Size(244, 326);
  90. layoutControl1.TabIndex = 0;
  91. layoutControl1.Text = "layoutControl1";
  92. //
  93. // checkEdit
  94. //
  95. checkEdit.Location = new System.Drawing.Point(12, 230);
  96. checkEdit.Name = "checkEdit";
  97. checkEdit.Properties.Caption = "是否启用";
  98. checkEdit.Size = new System.Drawing.Size(220, 20);
  99. checkEdit.StyleController = layoutControl1;
  100. checkEdit.TabIndex = 5;
  101. //
  102. // btnOk
  103. //
  104. btnOk.Location = new System.Drawing.Point(124, 274);
  105. btnOk.Name = "btnOk";
  106. btnOk.Size = new System.Drawing.Size(108, 22);
  107. btnOk.StyleController = layoutControl1;
  108. btnOk.TabIndex = 7;
  109. btnOk.Text = "确定";
  110. btnOk.Click += btnOk_Click;
  111. //
  112. // btnCancle
  113. //
  114. btnCancle.Location = new System.Drawing.Point(12, 274);
  115. btnCancle.Name = "btnCancle";
  116. btnCancle.Size = new System.Drawing.Size(108, 22);
  117. btnCancle.StyleController = layoutControl1;
  118. btnCancle.TabIndex = 6;
  119. btnCancle.Text = "取消";
  120. btnCancle.Click += btnCancle_Click;
  121. //
  122. // txtChannel
  123. //
  124. txtChannel.Location = new System.Drawing.Point(12, 29);
  125. txtChannel.Name = "txtChannel";
  126. txtChannel.Size = new System.Drawing.Size(220, 20);
  127. txtChannel.StyleController = layoutControl1;
  128. txtChannel.TabIndex = 0;
  129. //
  130. // txtCenterFreq
  131. //
  132. txtCenterFreq.Location = new System.Drawing.Point(12, 78);
  133. txtCenterFreq.Name = "txtCenterFreq";
  134. txtCenterFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
  135. txtCenterFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  136. txtCenterFreq.Properties.MaskSettings.Set("mask", "f3");
  137. txtCenterFreq.Size = new System.Drawing.Size(220, 23);
  138. txtCenterFreq.StyleController = layoutControl1;
  139. txtCenterFreq.TabIndex = 2;
  140. //
  141. // txtSat
  142. //
  143. txtSat.Location = new System.Drawing.Point(12, 130);
  144. txtSat.Name = "txtSat";
  145. txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  146. txtSat.Properties.NullText = "";
  147. txtSat.Properties.PopupView = searchLookUpEdit1View;
  148. txtSat.Size = new System.Drawing.Size(220, 20);
  149. txtSat.StyleController = layoutControl1;
  150. txtSat.TabIndex = 3;
  151. //
  152. // searchLookUpEdit1View
  153. //
  154. searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  155. searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  156. searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  157. searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  158. //
  159. // txtAnt
  160. //
  161. txtAnt.Location = new System.Drawing.Point(12, 179);
  162. txtAnt.Name = "txtAnt";
  163. txtAnt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  164. txtAnt.Properties.NullText = "";
  165. txtAnt.Properties.PopupView = gridView1;
  166. txtAnt.Size = new System.Drawing.Size(220, 20);
  167. txtAnt.StyleController = layoutControl1;
  168. txtAnt.TabIndex = 4;
  169. //
  170. // gridView1
  171. //
  172. gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  173. gridView1.Name = "gridView1";
  174. gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  175. gridView1.OptionsView.ShowGroupPanel = false;
  176. //
  177. // Root
  178. //
  179. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  180. Root.GroupBordersVisible = false;
  181. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem5, layoutControlItem6, layoutControlItem7, emptySpaceItem1, emptySpaceItem2, layoutControlItem4, emptySpaceItem3 });
  182. Root.Name = "Root";
  183. Root.Size = new System.Drawing.Size(244, 326);
  184. Root.TextVisible = false;
  185. //
  186. // layoutControlItem1
  187. //
  188. layoutControlItem1.Control = txtChannel;
  189. layoutControlItem1.CustomizationFormText = "测向站名称";
  190. layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  191. layoutControlItem1.Name = "layoutControlItem1";
  192. layoutControlItem1.Size = new System.Drawing.Size(224, 41);
  193. layoutControlItem1.Text = "通道号";
  194. layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  195. layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  196. //
  197. // layoutControlItem2
  198. //
  199. layoutControlItem2.Control = txtCenterFreq;
  200. layoutControlItem2.Location = new System.Drawing.Point(0, 41);
  201. layoutControlItem2.Name = "layoutControlItem2";
  202. layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  203. layoutControlItem2.Size = new System.Drawing.Size(224, 52);
  204. layoutControlItem2.Text = "中心频点";
  205. layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  206. layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  207. //
  208. // layoutControlItem3
  209. //
  210. layoutControlItem3.Control = txtSat;
  211. layoutControlItem3.Location = new System.Drawing.Point(0, 93);
  212. layoutControlItem3.Name = "layoutControlItem3";
  213. layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  214. layoutControlItem3.Size = new System.Drawing.Size(224, 49);
  215. layoutControlItem3.Text = "卫星";
  216. layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  217. layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  218. //
  219. // layoutControlItem5
  220. //
  221. layoutControlItem5.Control = txtAnt;
  222. layoutControlItem5.Location = new System.Drawing.Point(0, 142);
  223. layoutControlItem5.Name = "layoutControlItem5";
  224. layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  225. layoutControlItem5.Size = new System.Drawing.Size(224, 49);
  226. layoutControlItem5.Text = "天线";
  227. layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  228. layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
  229. //
  230. // layoutControlItem6
  231. //
  232. layoutControlItem6.Control = btnCancle;
  233. layoutControlItem6.Location = new System.Drawing.Point(0, 262);
  234. layoutControlItem6.Name = "layoutControlItem6";
  235. layoutControlItem6.Size = new System.Drawing.Size(112, 26);
  236. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  237. layoutControlItem6.TextVisible = false;
  238. //
  239. // layoutControlItem7
  240. //
  241. layoutControlItem7.Control = btnOk;
  242. layoutControlItem7.Location = new System.Drawing.Point(112, 262);
  243. layoutControlItem7.Name = "layoutControlItem7";
  244. layoutControlItem7.Size = new System.Drawing.Size(112, 26);
  245. layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  246. layoutControlItem7.TextVisible = false;
  247. //
  248. // emptySpaceItem1
  249. //
  250. emptySpaceItem1.AllowHotTrack = false;
  251. emptySpaceItem1.Location = new System.Drawing.Point(0, 242);
  252. emptySpaceItem1.Name = "emptySpaceItem1";
  253. emptySpaceItem1.Size = new System.Drawing.Size(224, 20);
  254. emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  255. //
  256. // emptySpaceItem2
  257. //
  258. emptySpaceItem2.AllowHotTrack = false;
  259. emptySpaceItem2.Location = new System.Drawing.Point(0, 288);
  260. emptySpaceItem2.Name = "emptySpaceItem2";
  261. emptySpaceItem2.Size = new System.Drawing.Size(224, 18);
  262. emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  263. //
  264. // layoutControlItem4
  265. //
  266. layoutControlItem4.Control = checkEdit;
  267. layoutControlItem4.Location = new System.Drawing.Point(0, 218);
  268. layoutControlItem4.Name = "layoutControlItem4";
  269. layoutControlItem4.Size = new System.Drawing.Size(224, 24);
  270. layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  271. layoutControlItem4.TextVisible = false;
  272. //
  273. // emptySpaceItem3
  274. //
  275. emptySpaceItem3.AllowHotTrack = false;
  276. emptySpaceItem3.Location = new System.Drawing.Point(0, 191);
  277. emptySpaceItem3.Name = "emptySpaceItem3";
  278. emptySpaceItem3.Size = new System.Drawing.Size(224, 27);
  279. emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  280. //
  281. // AdChannelEditor
  282. //
  283. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  284. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. ClientSize = new System.Drawing.Size(244, 326);
  286. Controls.Add(layoutControl1);
  287. FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  288. Name = "AdChannelEditor";
  289. Text = "AdChannelEditor";
  290. Load += CxEditor_Load;
  291. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  292. layoutControl1.ResumeLayout(false);
  293. ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)txtChannel.Properties).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)txtCenterFreq.Properties).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)txtAnt.Properties).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
  311. ResumeLayout(false);
  312. }
  313. #endregion
  314. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  315. private DevExpress.XtraLayout.LayoutControlGroup Root;
  316. private DevExpress.XtraEditors.TextEdit txtChannel;
  317. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  318. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  319. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  320. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  321. private DevExpress.XtraEditors.SimpleButton btnOk;
  322. private DevExpress.XtraEditors.SimpleButton btnCancle;
  323. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  324. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  325. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  326. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  327. private DevExpress.XtraEditors.ButtonEdit txtCenterFreq;
  328. private DevExpress.XtraEditors.CheckEdit checkEdit;
  329. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  330. private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
  331. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  332. private DevExpress.XtraEditors.SearchLookUpEdit txtAnt;
  333. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  334. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  335. }
  336. }