UIFund.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. namespace DataManager
  2. {
  3. partial class UIFund
  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. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.txtFundId = new System.Windows.Forms.TextBox();
  30. this.txtRegisterCode = new System.Windows.Forms.TextBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.lblFundName = new System.Windows.Forms.Label();
  34. this.tbcFund = new System.Windows.Forms.TabControl();
  35. this.tbpBasicInfo = new System.Windows.Forms.TabPage();
  36. this.spcBasicInfo = new System.Windows.Forms.SplitContainer();
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.lblInceptionDate = new System.Windows.Forms.Label();
  39. this.lblAmacUpdateDate = new System.Windows.Forms.Label();
  40. this.label19 = new System.Windows.Forms.Label();
  41. this.lblCustodian = new System.Windows.Forms.Label();
  42. this.label21 = new System.Windows.Forms.Label();
  43. this.lblStatus = new System.Windows.Forms.Label();
  44. this.label23 = new System.Windows.Forms.Label();
  45. this.lblCurrency = new System.Windows.Forms.Label();
  46. this.label13 = new System.Windows.Forms.Label();
  47. this.lblManagementType = new System.Windows.Forms.Label();
  48. this.label15 = new System.Windows.Forms.Label();
  49. this.lblRegisteDate = new System.Windows.Forms.Label();
  50. this.label17 = new System.Windows.Forms.Label();
  51. this.lblCompany = new System.Windows.Forms.Label();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.lblFundType = new System.Windows.Forms.Label();
  54. this.label9 = new System.Windows.Forms.Label();
  55. this.label7 = new System.Windows.Forms.Label();
  56. this.gpbFundEditing = new System.Windows.Forms.GroupBox();
  57. this.cmbManagers = new System.Windows.Forms.ComboBox();
  58. this.cmbStrategy = new System.Windows.Forms.ComboBox();
  59. this.chkAuthorized = new System.Windows.Forms.CheckBox();
  60. this.btnSave = new System.Windows.Forms.Button();
  61. this.chkRating = new System.Windows.Forms.CheckBox();
  62. this.chkRanking = new System.Windows.Forms.CheckBox();
  63. this.txtParentFund = new System.Windows.Forms.TextBox();
  64. this.label6 = new System.Windows.Forms.Label();
  65. this.label5 = new System.Windows.Forms.Label();
  66. this.label4 = new System.Windows.Forms.Label();
  67. this.txtFundShortName = new System.Windows.Forms.TextBox();
  68. this.label2 = new System.Windows.Forms.Label();
  69. this.tbpNav = new System.Windows.Forms.TabPage();
  70. this.panel1 = new System.Windows.Forms.Panel();
  71. this.label10 = new System.Windows.Forms.Label();
  72. this.dtpNavEndDate = new System.Windows.Forms.DateTimePicker();
  73. this.dtpNavStartDate = new System.Windows.Forms.DateTimePicker();
  74. this.btnDrawNavLineChart = new System.Windows.Forms.Button();
  75. this.btnAddNav = new System.Windows.Forms.Button();
  76. this.label8 = new System.Windows.Forms.Label();
  77. this.grdNav = new System.Windows.Forms.DataGridView();
  78. this.tbpAsset = new System.Windows.Forms.TabPage();
  79. this.tbpRating = new System.Windows.Forms.TabPage();
  80. this.lblNavFrequency = new System.Windows.Forms.Label();
  81. this.cmbAssetFrequency = new System.Windows.Forms.ComboBox();
  82. this.cmbNavFrequency = new System.Windows.Forms.ComboBox();
  83. this.label12 = new System.Windows.Forms.Label();
  84. this.label14 = new System.Windows.Forms.Label();
  85. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  86. this.splitContainer1.Panel1.SuspendLayout();
  87. this.splitContainer1.Panel2.SuspendLayout();
  88. this.splitContainer1.SuspendLayout();
  89. this.tbcFund.SuspendLayout();
  90. this.tbpBasicInfo.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.spcBasicInfo)).BeginInit();
  92. this.spcBasicInfo.Panel1.SuspendLayout();
  93. this.spcBasicInfo.Panel2.SuspendLayout();
  94. this.spcBasicInfo.SuspendLayout();
  95. this.groupBox1.SuspendLayout();
  96. this.gpbFundEditing.SuspendLayout();
  97. this.tbpNav.SuspendLayout();
  98. this.panel1.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.grdNav)).BeginInit();
  100. this.SuspendLayout();
  101. //
  102. // splitContainer1
  103. //
  104. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  106. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  107. this.splitContainer1.Name = "splitContainer1";
  108. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  109. //
  110. // splitContainer1.Panel1
  111. //
  112. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.LightSkyBlue;
  113. this.splitContainer1.Panel1.Controls.Add(this.txtFundId);
  114. this.splitContainer1.Panel1.Controls.Add(this.txtRegisterCode);
  115. this.splitContainer1.Panel1.Controls.Add(this.label3);
  116. this.splitContainer1.Panel1.Controls.Add(this.label1);
  117. this.splitContainer1.Panel1.Controls.Add(this.lblFundName);
  118. //
  119. // splitContainer1.Panel2
  120. //
  121. this.splitContainer1.Panel2.Controls.Add(this.tbcFund);
  122. this.splitContainer1.Size = new System.Drawing.Size(800, 450);
  123. this.splitContainer1.TabIndex = 0;
  124. //
  125. // txtFundId
  126. //
  127. this.txtFundId.BackColor = System.Drawing.Color.LightSkyBlue;
  128. this.txtFundId.BorderStyle = System.Windows.Forms.BorderStyle.None;
  129. this.txtFundId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.txtFundId.Location = new System.Drawing.Point(677, 17);
  131. this.txtFundId.Name = "txtFundId";
  132. this.txtFundId.Size = new System.Drawing.Size(90, 16);
  133. this.txtFundId.TabIndex = 5;
  134. this.txtFundId.Text = "XX00000000";
  135. //
  136. // txtRegisterCode
  137. //
  138. this.txtRegisterCode.BackColor = System.Drawing.Color.LightSkyBlue;
  139. this.txtRegisterCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
  140. this.txtRegisterCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.txtRegisterCode.Location = new System.Drawing.Point(492, 17);
  142. this.txtRegisterCode.Name = "txtRegisterCode";
  143. this.txtRegisterCode.Size = new System.Drawing.Size(79, 16);
  144. this.txtRegisterCode.TabIndex = 4;
  145. this.txtRegisterCode.Text = "XXXXXX";
  146. //
  147. // label3
  148. //
  149. this.label3.AutoSize = true;
  150. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label3.Location = new System.Drawing.Point(615, 17);
  152. this.label3.Name = "label3";
  153. this.label3.Size = new System.Drawing.Size(56, 17);
  154. this.label3.TabIndex = 3;
  155. this.label3.Text = "基金代码";
  156. //
  157. // label1
  158. //
  159. this.label1.AutoSize = true;
  160. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.label1.Location = new System.Drawing.Point(430, 17);
  162. this.label1.Name = "label1";
  163. this.label1.Size = new System.Drawing.Size(56, 17);
  164. this.label1.TabIndex = 1;
  165. this.label1.Text = "协会编号";
  166. //
  167. // lblFundName
  168. //
  169. this.lblFundName.AutoSize = true;
  170. this.lblFundName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.lblFundName.Location = new System.Drawing.Point(23, 15);
  172. this.lblFundName.Name = "lblFundName";
  173. this.lblFundName.Size = new System.Drawing.Size(65, 20);
  174. this.lblFundName.TabIndex = 0;
  175. this.lblFundName.Text = "基金名称";
  176. //
  177. // tbcFund
  178. //
  179. this.tbcFund.Controls.Add(this.tbpBasicInfo);
  180. this.tbcFund.Controls.Add(this.tbpNav);
  181. this.tbcFund.Controls.Add(this.tbpAsset);
  182. this.tbcFund.Controls.Add(this.tbpRating);
  183. this.tbcFund.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.tbcFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.tbcFund.ItemSize = new System.Drawing.Size(60, 26);
  186. this.tbcFund.Location = new System.Drawing.Point(0, 0);
  187. this.tbcFund.Multiline = true;
  188. this.tbcFund.Name = "tbcFund";
  189. this.tbcFund.SelectedIndex = 0;
  190. this.tbcFund.Size = new System.Drawing.Size(800, 396);
  191. this.tbcFund.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  192. this.tbcFund.TabIndex = 0;
  193. //
  194. // tbpBasicInfo
  195. //
  196. this.tbpBasicInfo.Controls.Add(this.spcBasicInfo);
  197. this.tbpBasicInfo.Location = new System.Drawing.Point(4, 30);
  198. this.tbpBasicInfo.Name = "tbpBasicInfo";
  199. this.tbpBasicInfo.Padding = new System.Windows.Forms.Padding(3);
  200. this.tbpBasicInfo.Size = new System.Drawing.Size(792, 362);
  201. this.tbpBasicInfo.TabIndex = 0;
  202. this.tbpBasicInfo.Text = "基本信息";
  203. this.tbpBasicInfo.UseVisualStyleBackColor = true;
  204. //
  205. // spcBasicInfo
  206. //
  207. this.spcBasicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.spcBasicInfo.Location = new System.Drawing.Point(3, 3);
  209. this.spcBasicInfo.Name = "spcBasicInfo";
  210. this.spcBasicInfo.Orientation = System.Windows.Forms.Orientation.Horizontal;
  211. //
  212. // spcBasicInfo.Panel1
  213. //
  214. this.spcBasicInfo.Panel1.Controls.Add(this.groupBox1);
  215. //
  216. // spcBasicInfo.Panel2
  217. //
  218. this.spcBasicInfo.Panel2.Controls.Add(this.gpbFundEditing);
  219. this.spcBasicInfo.Size = new System.Drawing.Size(786, 356);
  220. this.spcBasicInfo.SplitterDistance = 142;
  221. this.spcBasicInfo.TabIndex = 0;
  222. //
  223. // groupBox1
  224. //
  225. this.groupBox1.Controls.Add(this.lblInceptionDate);
  226. this.groupBox1.Controls.Add(this.lblAmacUpdateDate);
  227. this.groupBox1.Controls.Add(this.label19);
  228. this.groupBox1.Controls.Add(this.lblCustodian);
  229. this.groupBox1.Controls.Add(this.label21);
  230. this.groupBox1.Controls.Add(this.lblStatus);
  231. this.groupBox1.Controls.Add(this.label23);
  232. this.groupBox1.Controls.Add(this.lblCurrency);
  233. this.groupBox1.Controls.Add(this.label13);
  234. this.groupBox1.Controls.Add(this.lblManagementType);
  235. this.groupBox1.Controls.Add(this.label15);
  236. this.groupBox1.Controls.Add(this.lblRegisteDate);
  237. this.groupBox1.Controls.Add(this.label17);
  238. this.groupBox1.Controls.Add(this.lblCompany);
  239. this.groupBox1.Controls.Add(this.label11);
  240. this.groupBox1.Controls.Add(this.lblFundType);
  241. this.groupBox1.Controls.Add(this.label9);
  242. this.groupBox1.Controls.Add(this.label7);
  243. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  246. this.groupBox1.Name = "groupBox1";
  247. this.groupBox1.Size = new System.Drawing.Size(786, 142);
  248. this.groupBox1.TabIndex = 0;
  249. this.groupBox1.TabStop = false;
  250. this.groupBox1.Text = "协会信息";
  251. //
  252. // lblInceptionDate
  253. //
  254. this.lblInceptionDate.AutoSize = true;
  255. this.lblInceptionDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.lblInceptionDate.Location = new System.Drawing.Point(80, 36);
  257. this.lblInceptionDate.Name = "lblInceptionDate";
  258. this.lblInceptionDate.Size = new System.Drawing.Size(82, 17);
  259. this.lblInceptionDate.TabIndex = 12;
  260. this.lblInceptionDate.Text = "XXXX-XX-XX";
  261. //
  262. // lblAmacUpdateDate
  263. //
  264. this.lblAmacUpdateDate.AutoSize = true;
  265. this.lblAmacUpdateDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.lblAmacUpdateDate.Location = new System.Drawing.Point(648, 101);
  267. this.lblAmacUpdateDate.Name = "lblAmacUpdateDate";
  268. this.lblAmacUpdateDate.Size = new System.Drawing.Size(82, 17);
  269. this.lblAmacUpdateDate.TabIndex = 28;
  270. this.lblAmacUpdateDate.Text = "XXXX-XX-XX";
  271. //
  272. // label19
  273. //
  274. this.label19.AutoSize = true;
  275. this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.label19.Location = new System.Drawing.Point(586, 101);
  277. this.label19.Name = "label19";
  278. this.label19.Size = new System.Drawing.Size(56, 17);
  279. this.label19.TabIndex = 27;
  280. this.label19.Text = "更新日期";
  281. //
  282. // lblCustodian
  283. //
  284. this.lblCustodian.AutoSize = true;
  285. this.lblCustodian.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.lblCustodian.Location = new System.Drawing.Point(375, 101);
  287. this.lblCustodian.Name = "lblCustodian";
  288. this.lblCustodian.Size = new System.Drawing.Size(82, 17);
  289. this.lblCustodian.TabIndex = 26;
  290. this.lblCustodian.Text = "XXXX-XX-XX";
  291. //
  292. // label21
  293. //
  294. this.label21.AutoSize = true;
  295. this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.label21.Location = new System.Drawing.Point(313, 101);
  297. this.label21.Name = "label21";
  298. this.label21.Size = new System.Drawing.Size(44, 17);
  299. this.label21.TabIndex = 25;
  300. this.label21.Text = "托管人";
  301. //
  302. // lblStatus
  303. //
  304. this.lblStatus.AutoSize = true;
  305. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.lblStatus.Location = new System.Drawing.Point(80, 101);
  307. this.lblStatus.Name = "lblStatus";
  308. this.lblStatus.Size = new System.Drawing.Size(82, 17);
  309. this.lblStatus.TabIndex = 24;
  310. this.lblStatus.Text = "XXXX-XX-XX";
  311. //
  312. // label23
  313. //
  314. this.label23.AutoSize = true;
  315. this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.label23.Location = new System.Drawing.Point(18, 101);
  317. this.label23.Name = "label23";
  318. this.label23.Size = new System.Drawing.Size(56, 17);
  319. this.label23.TabIndex = 23;
  320. this.label23.Text = "运行状态";
  321. //
  322. // lblCurrency
  323. //
  324. this.lblCurrency.AutoSize = true;
  325. this.lblCurrency.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lblCurrency.Location = new System.Drawing.Point(648, 69);
  327. this.lblCurrency.Name = "lblCurrency";
  328. this.lblCurrency.Size = new System.Drawing.Size(82, 17);
  329. this.lblCurrency.TabIndex = 22;
  330. this.lblCurrency.Text = "XXXX-XX-XX";
  331. //
  332. // label13
  333. //
  334. this.label13.AutoSize = true;
  335. this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.label13.Location = new System.Drawing.Point(586, 69);
  337. this.label13.Name = "label13";
  338. this.label13.Size = new System.Drawing.Size(32, 17);
  339. this.label13.TabIndex = 21;
  340. this.label13.Text = "币种";
  341. //
  342. // lblManagementType
  343. //
  344. this.lblManagementType.AutoSize = true;
  345. this.lblManagementType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.lblManagementType.Location = new System.Drawing.Point(375, 69);
  347. this.lblManagementType.Name = "lblManagementType";
  348. this.lblManagementType.Size = new System.Drawing.Size(82, 17);
  349. this.lblManagementType.TabIndex = 20;
  350. this.lblManagementType.Text = "XXXX-XX-XX";
  351. //
  352. // label15
  353. //
  354. this.label15.AutoSize = true;
  355. this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.label15.Location = new System.Drawing.Point(313, 69);
  357. this.label15.Name = "label15";
  358. this.label15.Size = new System.Drawing.Size(56, 17);
  359. this.label15.TabIndex = 19;
  360. this.label15.Text = "管理类型";
  361. //
  362. // lblRegisteDate
  363. //
  364. this.lblRegisteDate.AutoSize = true;
  365. this.lblRegisteDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.lblRegisteDate.Location = new System.Drawing.Point(80, 69);
  367. this.lblRegisteDate.Name = "lblRegisteDate";
  368. this.lblRegisteDate.Size = new System.Drawing.Size(82, 17);
  369. this.lblRegisteDate.TabIndex = 18;
  370. this.lblRegisteDate.Text = "XXXX-XX-XX";
  371. //
  372. // label17
  373. //
  374. this.label17.AutoSize = true;
  375. this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.label17.Location = new System.Drawing.Point(18, 69);
  377. this.label17.Name = "label17";
  378. this.label17.Size = new System.Drawing.Size(56, 17);
  379. this.label17.TabIndex = 17;
  380. this.label17.Text = "备案日期";
  381. //
  382. // lblCompany
  383. //
  384. this.lblCompany.AutoSize = true;
  385. this.lblCompany.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.lblCompany.Location = new System.Drawing.Point(648, 36);
  387. this.lblCompany.Name = "lblCompany";
  388. this.lblCompany.Size = new System.Drawing.Size(82, 17);
  389. this.lblCompany.TabIndex = 16;
  390. this.lblCompany.Text = "XXXX-XX-XX";
  391. //
  392. // label11
  393. //
  394. this.label11.AutoSize = true;
  395. this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.label11.Location = new System.Drawing.Point(586, 36);
  397. this.label11.Name = "label11";
  398. this.label11.Size = new System.Drawing.Size(44, 17);
  399. this.label11.TabIndex = 15;
  400. this.label11.Text = "管理人";
  401. //
  402. // lblFundType
  403. //
  404. this.lblFundType.AutoSize = true;
  405. this.lblFundType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.lblFundType.Location = new System.Drawing.Point(375, 36);
  407. this.lblFundType.Name = "lblFundType";
  408. this.lblFundType.Size = new System.Drawing.Size(82, 17);
  409. this.lblFundType.TabIndex = 14;
  410. this.lblFundType.Text = "XXXX-XX-XX";
  411. //
  412. // label9
  413. //
  414. this.label9.AutoSize = true;
  415. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.label9.Location = new System.Drawing.Point(313, 36);
  417. this.label9.Name = "label9";
  418. this.label9.Size = new System.Drawing.Size(56, 17);
  419. this.label9.TabIndex = 13;
  420. this.label9.Text = "基金类型";
  421. //
  422. // label7
  423. //
  424. this.label7.AutoSize = true;
  425. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.label7.Location = new System.Drawing.Point(18, 36);
  427. this.label7.Name = "label7";
  428. this.label7.Size = new System.Drawing.Size(56, 17);
  429. this.label7.TabIndex = 11;
  430. this.label7.Text = "成立日期";
  431. //
  432. // gpbFundEditing
  433. //
  434. this.gpbFundEditing.Controls.Add(this.cmbAssetFrequency);
  435. this.gpbFundEditing.Controls.Add(this.cmbNavFrequency);
  436. this.gpbFundEditing.Controls.Add(this.label12);
  437. this.gpbFundEditing.Controls.Add(this.label14);
  438. this.gpbFundEditing.Controls.Add(this.cmbManagers);
  439. this.gpbFundEditing.Controls.Add(this.cmbStrategy);
  440. this.gpbFundEditing.Controls.Add(this.chkAuthorized);
  441. this.gpbFundEditing.Controls.Add(this.btnSave);
  442. this.gpbFundEditing.Controls.Add(this.chkRating);
  443. this.gpbFundEditing.Controls.Add(this.chkRanking);
  444. this.gpbFundEditing.Controls.Add(this.txtParentFund);
  445. this.gpbFundEditing.Controls.Add(this.label6);
  446. this.gpbFundEditing.Controls.Add(this.label5);
  447. this.gpbFundEditing.Controls.Add(this.label4);
  448. this.gpbFundEditing.Controls.Add(this.txtFundShortName);
  449. this.gpbFundEditing.Controls.Add(this.label2);
  450. this.gpbFundEditing.Dock = System.Windows.Forms.DockStyle.Fill;
  451. this.gpbFundEditing.Location = new System.Drawing.Point(0, 0);
  452. this.gpbFundEditing.Name = "gpbFundEditing";
  453. this.gpbFundEditing.Size = new System.Drawing.Size(786, 210);
  454. this.gpbFundEditing.TabIndex = 0;
  455. this.gpbFundEditing.TabStop = false;
  456. //
  457. // cmbManagers
  458. //
  459. this.cmbManagers.FormattingEnabled = true;
  460. this.cmbManagers.Location = new System.Drawing.Point(651, 31);
  461. this.cmbManagers.Name = "cmbManagers";
  462. this.cmbManagers.Size = new System.Drawing.Size(105, 25);
  463. this.cmbManagers.TabIndex = 13;
  464. //
  465. // cmbStrategy
  466. //
  467. this.cmbStrategy.FormattingEnabled = true;
  468. this.cmbStrategy.Location = new System.Drawing.Point(392, 31);
  469. this.cmbStrategy.Name = "cmbStrategy";
  470. this.cmbStrategy.Size = new System.Drawing.Size(121, 25);
  471. this.cmbStrategy.TabIndex = 12;
  472. //
  473. // chkAuthorized
  474. //
  475. this.chkAuthorized.AutoSize = true;
  476. this.chkAuthorized.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.chkAuthorized.Location = new System.Drawing.Point(82, 105);
  478. this.chkAuthorized.Name = "chkAuthorized";
  479. this.chkAuthorized.Size = new System.Drawing.Size(75, 21);
  480. this.chkAuthorized.TabIndex = 11;
  481. this.chkAuthorized.Text = "合作授权";
  482. this.chkAuthorized.UseVisualStyleBackColor = true;
  483. //
  484. // btnSave
  485. //
  486. this.btnSave.Enabled = false;
  487. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  489. this.btnSave.Location = new System.Drawing.Point(651, 165);
  490. this.btnSave.Name = "btnSave";
  491. this.btnSave.Size = new System.Drawing.Size(105, 23);
  492. this.btnSave.TabIndex = 9;
  493. this.btnSave.Text = "保 存";
  494. this.btnSave.UseVisualStyleBackColor = true;
  495. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  496. //
  497. // chkRating
  498. //
  499. this.chkRating.AutoSize = true;
  500. this.chkRating.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.chkRating.Location = new System.Drawing.Point(655, 105);
  502. this.chkRating.Name = "chkRating";
  503. this.chkRating.Size = new System.Drawing.Size(75, 21);
  504. this.chkRating.TabIndex = 8;
  505. this.chkRating.Text = "是否评级";
  506. this.chkRating.UseVisualStyleBackColor = true;
  507. //
  508. // chkRanking
  509. //
  510. this.chkRanking.AutoSize = true;
  511. this.chkRanking.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.chkRanking.Location = new System.Drawing.Point(392, 105);
  513. this.chkRanking.Name = "chkRanking";
  514. this.chkRanking.Size = new System.Drawing.Size(75, 21);
  515. this.chkRanking.TabIndex = 7;
  516. this.chkRanking.Text = "是否排名";
  517. this.chkRanking.UseVisualStyleBackColor = true;
  518. //
  519. // txtParentFund
  520. //
  521. this.txtParentFund.Enabled = false;
  522. this.txtParentFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.txtParentFund.Location = new System.Drawing.Point(82, 68);
  524. this.txtParentFund.Name = "txtParentFund";
  525. this.txtParentFund.Size = new System.Drawing.Size(165, 23);
  526. this.txtParentFund.TabIndex = 6;
  527. //
  528. // label6
  529. //
  530. this.label6.AutoSize = true;
  531. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.label6.Location = new System.Drawing.Point(18, 72);
  533. this.label6.Name = "label6";
  534. this.label6.Size = new System.Drawing.Size(44, 17);
  535. this.label6.TabIndex = 5;
  536. this.label6.Text = "父基金";
  537. //
  538. // label5
  539. //
  540. this.label5.AutoSize = true;
  541. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.label5.Location = new System.Drawing.Point(583, 33);
  543. this.label5.Name = "label5";
  544. this.label5.Size = new System.Drawing.Size(56, 17);
  545. this.label5.TabIndex = 2;
  546. this.label5.Text = "基金经理";
  547. //
  548. // label4
  549. //
  550. this.label4.AutoSize = true;
  551. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.label4.Location = new System.Drawing.Point(313, 33);
  553. this.label4.Name = "label4";
  554. this.label4.Size = new System.Drawing.Size(56, 17);
  555. this.label4.TabIndex = 2;
  556. this.label4.Text = "投资策略";
  557. //
  558. // txtFundShortName
  559. //
  560. this.txtFundShortName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.txtFundShortName.Location = new System.Drawing.Point(82, 31);
  562. this.txtFundShortName.Name = "txtFundShortName";
  563. this.txtFundShortName.Size = new System.Drawing.Size(165, 23);
  564. this.txtFundShortName.TabIndex = 1;
  565. //
  566. // label2
  567. //
  568. this.label2.AutoSize = true;
  569. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.label2.Location = new System.Drawing.Point(18, 33);
  571. this.label2.Name = "label2";
  572. this.label2.Size = new System.Drawing.Size(56, 17);
  573. this.label2.TabIndex = 0;
  574. this.label2.Text = "基金简称";
  575. //
  576. // tbpNav
  577. //
  578. this.tbpNav.Controls.Add(this.panel1);
  579. this.tbpNav.Controls.Add(this.grdNav);
  580. this.tbpNav.Location = new System.Drawing.Point(4, 30);
  581. this.tbpNav.Name = "tbpNav";
  582. this.tbpNav.Padding = new System.Windows.Forms.Padding(3);
  583. this.tbpNav.Size = new System.Drawing.Size(792, 362);
  584. this.tbpNav.TabIndex = 1;
  585. this.tbpNav.Text = "净值";
  586. this.tbpNav.UseVisualStyleBackColor = true;
  587. //
  588. // panel1
  589. //
  590. this.panel1.BackColor = System.Drawing.Color.PowderBlue;
  591. this.panel1.Controls.Add(this.lblNavFrequency);
  592. this.panel1.Controls.Add(this.label10);
  593. this.panel1.Controls.Add(this.dtpNavEndDate);
  594. this.panel1.Controls.Add(this.dtpNavStartDate);
  595. this.panel1.Controls.Add(this.btnDrawNavLineChart);
  596. this.panel1.Controls.Add(this.btnAddNav);
  597. this.panel1.Controls.Add(this.label8);
  598. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  599. this.panel1.Location = new System.Drawing.Point(3, 3);
  600. this.panel1.Name = "panel1";
  601. this.panel1.Size = new System.Drawing.Size(786, 47);
  602. this.panel1.TabIndex = 8;
  603. //
  604. // label10
  605. //
  606. this.label10.AutoSize = true;
  607. this.label10.Location = new System.Drawing.Point(143, 18);
  608. this.label10.Name = "label10";
  609. this.label10.Size = new System.Drawing.Size(24, 17);
  610. this.label10.TabIndex = 7;
  611. this.label10.Text = " 至";
  612. //
  613. // dtpNavEndDate
  614. //
  615. this.dtpNavEndDate.Checked = false;
  616. this.dtpNavEndDate.Location = new System.Drawing.Point(171, 14);
  617. this.dtpNavEndDate.MaxDate = new System.DateTime(2024, 8, 14, 0, 0, 0, 0);
  618. this.dtpNavEndDate.MinDate = new System.DateTime(1990, 1, 1, 0, 0, 0, 0);
  619. this.dtpNavEndDate.Name = "dtpNavEndDate";
  620. this.dtpNavEndDate.ShowCheckBox = true;
  621. this.dtpNavEndDate.Size = new System.Drawing.Size(130, 23);
  622. this.dtpNavEndDate.TabIndex = 6;
  623. this.dtpNavEndDate.Value = new System.DateTime(2024, 8, 14, 0, 0, 0, 0);
  624. //
  625. // dtpNavStartDate
  626. //
  627. this.dtpNavStartDate.Checked = false;
  628. this.dtpNavStartDate.Location = new System.Drawing.Point(9, 14);
  629. this.dtpNavStartDate.MaxDate = new System.DateTime(2024, 8, 14, 0, 0, 0, 0);
  630. this.dtpNavStartDate.MinDate = new System.DateTime(1990, 1, 1, 0, 0, 0, 0);
  631. this.dtpNavStartDate.Name = "dtpNavStartDate";
  632. this.dtpNavStartDate.ShowCheckBox = true;
  633. this.dtpNavStartDate.Size = new System.Drawing.Size(130, 23);
  634. this.dtpNavStartDate.TabIndex = 5;
  635. this.dtpNavStartDate.Value = new System.DateTime(2024, 8, 14, 0, 0, 0, 0);
  636. //
  637. // btnDrawNavLineChart
  638. //
  639. this.btnDrawNavLineChart.Location = new System.Drawing.Point(354, 13);
  640. this.btnDrawNavLineChart.Name = "btnDrawNavLineChart";
  641. this.btnDrawNavLineChart.Size = new System.Drawing.Size(75, 27);
  642. this.btnDrawNavLineChart.TabIndex = 4;
  643. this.btnDrawNavLineChart.Text = "净值曲线";
  644. this.btnDrawNavLineChart.UseVisualStyleBackColor = true;
  645. this.btnDrawNavLineChart.Click += new System.EventHandler(this.btnDrawNavLineChart_Click);
  646. //
  647. // btnAddNav
  648. //
  649. this.btnAddNav.Location = new System.Drawing.Point(697, 13);
  650. this.btnAddNav.Name = "btnAddNav";
  651. this.btnAddNav.Size = new System.Drawing.Size(75, 27);
  652. this.btnAddNav.TabIndex = 3;
  653. this.btnAddNav.Text = "添 加";
  654. this.btnAddNav.UseVisualStyleBackColor = true;
  655. //
  656. // label8
  657. //
  658. this.label8.AutoSize = true;
  659. this.label8.Location = new System.Drawing.Point(464, 18);
  660. this.label8.Name = "label8";
  661. this.label8.Size = new System.Drawing.Size(56, 17);
  662. this.label8.TabIndex = 0;
  663. this.label8.Text = "数据频率";
  664. //
  665. // grdNav
  666. //
  667. this.grdNav.AllowUserToAddRows = false;
  668. this.grdNav.AllowUserToDeleteRows = false;
  669. this.grdNav.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  670. this.grdNav.Dock = System.Windows.Forms.DockStyle.Bottom;
  671. this.grdNav.Location = new System.Drawing.Point(3, 49);
  672. this.grdNav.Name = "grdNav";
  673. this.grdNav.ReadOnly = true;
  674. this.grdNav.RowHeadersVisible = false;
  675. this.grdNav.RowTemplate.Height = 23;
  676. this.grdNav.Size = new System.Drawing.Size(786, 310);
  677. this.grdNav.TabIndex = 2;
  678. this.grdNav.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdNav_CellContentClick);
  679. //
  680. // tbpAsset
  681. //
  682. this.tbpAsset.Location = new System.Drawing.Point(4, 30);
  683. this.tbpAsset.Name = "tbpAsset";
  684. this.tbpAsset.Size = new System.Drawing.Size(792, 362);
  685. this.tbpAsset.TabIndex = 2;
  686. this.tbpAsset.Text = "规模";
  687. this.tbpAsset.UseVisualStyleBackColor = true;
  688. //
  689. // tbpRating
  690. //
  691. this.tbpRating.Location = new System.Drawing.Point(4, 30);
  692. this.tbpRating.Name = "tbpRating";
  693. this.tbpRating.Size = new System.Drawing.Size(792, 362);
  694. this.tbpRating.TabIndex = 3;
  695. this.tbpRating.Text = "评级";
  696. this.tbpRating.UseVisualStyleBackColor = true;
  697. //
  698. // lblNavFrequency
  699. //
  700. this.lblNavFrequency.AutoSize = true;
  701. this.lblNavFrequency.Location = new System.Drawing.Point(527, 18);
  702. this.lblNavFrequency.Name = "lblNavFrequency";
  703. this.lblNavFrequency.Size = new System.Drawing.Size(61, 17);
  704. this.lblNavFrequency.TabIndex = 8;
  705. this.lblNavFrequency.Text = "Nav Freq";
  706. //
  707. // cmbAssetFrequency
  708. //
  709. this.cmbAssetFrequency.Enabled = false;
  710. this.cmbAssetFrequency.FormattingEnabled = true;
  711. this.cmbAssetFrequency.Location = new System.Drawing.Point(651, 67);
  712. this.cmbAssetFrequency.Name = "cmbAssetFrequency";
  713. this.cmbAssetFrequency.Size = new System.Drawing.Size(105, 25);
  714. this.cmbAssetFrequency.TabIndex = 17;
  715. //
  716. // cmbNavFrequency
  717. //
  718. this.cmbNavFrequency.FormattingEnabled = true;
  719. this.cmbNavFrequency.Items.AddRange(new object[] {
  720. "周",
  721. "天",
  722. "月",
  723. "未知"});
  724. this.cmbNavFrequency.Location = new System.Drawing.Point(392, 67);
  725. this.cmbNavFrequency.Name = "cmbNavFrequency";
  726. this.cmbNavFrequency.Size = new System.Drawing.Size(121, 25);
  727. this.cmbNavFrequency.TabIndex = 16;
  728. //
  729. // label12
  730. //
  731. this.label12.AutoSize = true;
  732. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  733. this.label12.Location = new System.Drawing.Point(583, 72);
  734. this.label12.Name = "label12";
  735. this.label12.Size = new System.Drawing.Size(56, 17);
  736. this.label12.TabIndex = 14;
  737. this.label12.Text = "规模频率";
  738. //
  739. // label14
  740. //
  741. this.label14.AutoSize = true;
  742. this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.label14.Location = new System.Drawing.Point(313, 72);
  744. this.label14.Name = "label14";
  745. this.label14.Size = new System.Drawing.Size(56, 17);
  746. this.label14.TabIndex = 15;
  747. this.label14.Text = "净值频率";
  748. //
  749. // UIFund
  750. //
  751. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  752. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  753. this.ClientSize = new System.Drawing.Size(800, 450);
  754. this.Controls.Add(this.splitContainer1);
  755. this.Name = "UIFund";
  756. this.Text = "基金";
  757. this.splitContainer1.Panel1.ResumeLayout(false);
  758. this.splitContainer1.Panel1.PerformLayout();
  759. this.splitContainer1.Panel2.ResumeLayout(false);
  760. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  761. this.splitContainer1.ResumeLayout(false);
  762. this.tbcFund.ResumeLayout(false);
  763. this.tbpBasicInfo.ResumeLayout(false);
  764. this.spcBasicInfo.Panel1.ResumeLayout(false);
  765. this.spcBasicInfo.Panel2.ResumeLayout(false);
  766. ((System.ComponentModel.ISupportInitialize)(this.spcBasicInfo)).EndInit();
  767. this.spcBasicInfo.ResumeLayout(false);
  768. this.groupBox1.ResumeLayout(false);
  769. this.groupBox1.PerformLayout();
  770. this.gpbFundEditing.ResumeLayout(false);
  771. this.gpbFundEditing.PerformLayout();
  772. this.tbpNav.ResumeLayout(false);
  773. this.panel1.ResumeLayout(false);
  774. this.panel1.PerformLayout();
  775. ((System.ComponentModel.ISupportInitialize)(this.grdNav)).EndInit();
  776. this.ResumeLayout(false);
  777. }
  778. #endregion
  779. private System.Windows.Forms.SplitContainer splitContainer1;
  780. private System.Windows.Forms.Label label1;
  781. private System.Windows.Forms.Label lblFundName;
  782. private System.Windows.Forms.Label label3;
  783. private System.Windows.Forms.TabControl tbcFund;
  784. private System.Windows.Forms.TabPage tbpBasicInfo;
  785. private System.Windows.Forms.TabPage tbpNav;
  786. private System.Windows.Forms.TabPage tbpAsset;
  787. private System.Windows.Forms.TabPage tbpRating;
  788. private System.Windows.Forms.SplitContainer spcBasicInfo;
  789. private System.Windows.Forms.GroupBox gpbFundEditing;
  790. private System.Windows.Forms.TextBox txtFundShortName;
  791. private System.Windows.Forms.Label label2;
  792. private System.Windows.Forms.Label label5;
  793. private System.Windows.Forms.Label label4;
  794. private System.Windows.Forms.CheckBox chkRating;
  795. private System.Windows.Forms.CheckBox chkRanking;
  796. private System.Windows.Forms.TextBox txtParentFund;
  797. private System.Windows.Forms.Label label6;
  798. private System.Windows.Forms.Button btnSave;
  799. private System.Windows.Forms.GroupBox groupBox1;
  800. private System.Windows.Forms.Label lblInceptionDate;
  801. private System.Windows.Forms.Label label7;
  802. private System.Windows.Forms.Label lblAmacUpdateDate;
  803. private System.Windows.Forms.Label label19;
  804. private System.Windows.Forms.Label lblCustodian;
  805. private System.Windows.Forms.Label label21;
  806. private System.Windows.Forms.Label lblStatus;
  807. private System.Windows.Forms.Label label23;
  808. private System.Windows.Forms.Label lblCurrency;
  809. private System.Windows.Forms.Label label13;
  810. private System.Windows.Forms.Label lblManagementType;
  811. private System.Windows.Forms.Label label15;
  812. private System.Windows.Forms.Label lblRegisteDate;
  813. private System.Windows.Forms.Label label17;
  814. private System.Windows.Forms.Label lblCompany;
  815. private System.Windows.Forms.Label label11;
  816. private System.Windows.Forms.Label lblFundType;
  817. private System.Windows.Forms.Label label9;
  818. private System.Windows.Forms.CheckBox chkAuthorized;
  819. private System.Windows.Forms.Label label8;
  820. private System.Windows.Forms.DataGridView grdNav;
  821. private System.Windows.Forms.Button btnAddNav;
  822. private System.Windows.Forms.Button btnDrawNavLineChart;
  823. private System.Windows.Forms.DateTimePicker dtpNavStartDate;
  824. private System.Windows.Forms.DateTimePicker dtpNavEndDate;
  825. private System.Windows.Forms.Label label10;
  826. private System.Windows.Forms.Panel panel1;
  827. private System.Windows.Forms.TextBox txtRegisterCode;
  828. private System.Windows.Forms.TextBox txtFundId;
  829. private System.Windows.Forms.ComboBox cmbStrategy;
  830. private System.Windows.Forms.ComboBox cmbManagers;
  831. private System.Windows.Forms.Label lblNavFrequency;
  832. private System.Windows.Forms.ComboBox cmbAssetFrequency;
  833. private System.Windows.Forms.ComboBox cmbNavFrequency;
  834. private System.Windows.Forms.Label label12;
  835. private System.Windows.Forms.Label label14;
  836. }
  837. }