FundQ.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. namespace ddq
  2. {
  3. partial class FundQ
  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.panStaticData = new System.Windows.Forms.Panel();
  29. this.lblDomicile = new System.Windows.Forms.Label();
  30. this.lblInceptionDate = new System.Windows.Forms.Label();
  31. this.lblCategory = new System.Windows.Forms.Label();
  32. this.lblMainCode = new System.Windows.Forms.Label();
  33. this.lblFundName = new System.Windows.Forms.Label();
  34. this.tbcFund = new System.Windows.Forms.TabControl();
  35. this.tabGeneralInfo = new System.Windows.Forms.TabPage();
  36. this.panGeneralInfoMain = new System.Windows.Forms.Panel();
  37. this.txtPolicyOfClosingFund = new System.Windows.Forms.TextBox();
  38. this.label14 = new System.Windows.Forms.Label();
  39. this.grdTER = new System.Windows.Forms.DataGridView();
  40. this.grbFees = new System.Windows.Forms.GroupBox();
  41. this.txtTrusteeFee = new System.Windows.Forms.TextBox();
  42. this.label11 = new System.Windows.Forms.Label();
  43. this.txtPerformanceFee = new System.Windows.Forms.TextBox();
  44. this.label12 = new System.Windows.Forms.Label();
  45. this.txtSwitchingFee = new System.Windows.Forms.TextBox();
  46. this.label13 = new System.Windows.Forms.Label();
  47. this.txtAdministrationFee = new System.Windows.Forms.TextBox();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.txtSubscriptionFee = new System.Windows.Forms.TextBox();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.txtRedemptionFee = new System.Windows.Forms.TextBox();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.txtManagementFee = new System.Windows.Forms.TextBox();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.grdPortfolioManager = new System.Windows.Forms.DataGridView();
  57. this.label4 = new System.Windows.Forms.Label();
  58. this.txtInvestmentPhilosophy = new System.Windows.Forms.TextBox();
  59. this.txtBenchmark = new System.Windows.Forms.TextBox();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.label2 = new System.Windows.Forms.Label();
  62. this.txtInvestmentObjective = new System.Windows.Forms.TextBox();
  63. this.label1 = new System.Windows.Forms.Label();
  64. this.btnSaveGeneralInfo = new System.Windows.Forms.Button();
  65. this.tabProcess = new System.Windows.Forms.TabPage();
  66. this.panel2 = new System.Windows.Forms.Panel();
  67. this.chkDerivatesForLeverage = new System.Windows.Forms.CheckBox();
  68. this.chkDerivativesForMarket = new System.Windows.Forms.CheckBox();
  69. this.chkDerivatesForHedging = new System.Windows.Forms.CheckBox();
  70. this.chkDerivativesForEfficent = new System.Windows.Forms.CheckBox();
  71. this.label15 = new System.Windows.Forms.Label();
  72. this.chkUseDerivatives = new System.Windows.Forms.CheckBox();
  73. this.chkAllowDerivatives = new System.Windows.Forms.CheckBox();
  74. this.btnUploadProcessDiagram = new System.Windows.Forms.Button();
  75. this.btnDeleteProcessDiagram = new System.Windows.Forms.Button();
  76. this.picFundProcess = new System.Windows.Forms.PictureBox();
  77. this.label10 = new System.Windows.Forms.Label();
  78. this.tabRisk = new System.Windows.Forms.TabPage();
  79. this.tabOwnership = new System.Windows.Forms.TabPage();
  80. this.tabPerformance = new System.Windows.Forms.TabPage();
  81. this.label16 = new System.Windows.Forms.Label();
  82. this.panStaticData.SuspendLayout();
  83. this.tbcFund.SuspendLayout();
  84. this.tabGeneralInfo.SuspendLayout();
  85. this.panGeneralInfoMain.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.grdTER)).BeginInit();
  87. this.grbFees.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.grdPortfolioManager)).BeginInit();
  89. this.tabProcess.SuspendLayout();
  90. this.panel2.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.picFundProcess)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // panStaticData
  95. //
  96. this.panStaticData.Controls.Add(this.btnSaveGeneralInfo);
  97. this.panStaticData.Controls.Add(this.lblDomicile);
  98. this.panStaticData.Controls.Add(this.lblInceptionDate);
  99. this.panStaticData.Controls.Add(this.lblCategory);
  100. this.panStaticData.Controls.Add(this.lblMainCode);
  101. this.panStaticData.Controls.Add(this.lblFundName);
  102. this.panStaticData.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.panStaticData.Location = new System.Drawing.Point(0, 0);
  104. this.panStaticData.Name = "panStaticData";
  105. this.panStaticData.Size = new System.Drawing.Size(1067, 76);
  106. this.panStaticData.TabIndex = 0;
  107. //
  108. // lblDomicile
  109. //
  110. this.lblDomicile.AutoSize = true;
  111. this.lblDomicile.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  112. this.lblDomicile.Location = new System.Drawing.Point(382, 49);
  113. this.lblDomicile.Name = "lblDomicile";
  114. this.lblDomicile.Size = new System.Drawing.Size(59, 14);
  115. this.lblDomicile.TabIndex = 4;
  116. this.lblDomicile.Text = "Domicile:";
  117. //
  118. // lblInceptionDate
  119. //
  120. this.lblInceptionDate.AutoSize = true;
  121. this.lblInceptionDate.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.lblInceptionDate.Location = new System.Drawing.Point(183, 49);
  123. this.lblInceptionDate.Name = "lblInceptionDate";
  124. this.lblInceptionDate.Size = new System.Drawing.Size(121, 14);
  125. this.lblInceptionDate.TabIndex = 3;
  126. this.lblInceptionDate.Text = "Launched: XXXX-XX-XX";
  127. //
  128. // lblCategory
  129. //
  130. this.lblCategory.AutoSize = true;
  131. this.lblCategory.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  132. this.lblCategory.Location = new System.Drawing.Point(546, 49);
  133. this.lblCategory.Name = "lblCategory";
  134. this.lblCategory.Size = new System.Drawing.Size(56, 14);
  135. this.lblCategory.TabIndex = 2;
  136. this.lblCategory.Text = "Category:";
  137. //
  138. // lblMainCode
  139. //
  140. this.lblMainCode.AutoSize = true;
  141. this.lblMainCode.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  142. this.lblMainCode.Location = new System.Drawing.Point(22, 49);
  143. this.lblMainCode.Name = "lblMainCode";
  144. this.lblMainCode.Size = new System.Drawing.Size(37, 14);
  145. this.lblMainCode.TabIndex = 1;
  146. this.lblMainCode.Text = "Code:";
  147. //
  148. // lblFundName
  149. //
  150. this.lblFundName.AutoSize = true;
  151. this.lblFundName.Location = new System.Drawing.Point(22, 22);
  152. this.lblFundName.Name = "lblFundName";
  153. this.lblFundName.Size = new System.Drawing.Size(79, 18);
  154. this.lblFundName.TabIndex = 0;
  155. this.lblFundName.Text = "Fund Name";
  156. //
  157. // tbcFund
  158. //
  159. this.tbcFund.Controls.Add(this.tabGeneralInfo);
  160. this.tbcFund.Controls.Add(this.tabProcess);
  161. this.tbcFund.Controls.Add(this.tabRisk);
  162. this.tbcFund.Controls.Add(this.tabOwnership);
  163. this.tbcFund.Controls.Add(this.tabPerformance);
  164. this.tbcFund.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.tbcFund.Location = new System.Drawing.Point(0, 76);
  166. this.tbcFund.Name = "tbcFund";
  167. this.tbcFund.SelectedIndex = 0;
  168. this.tbcFund.Size = new System.Drawing.Size(1067, 599);
  169. this.tbcFund.TabIndex = 1;
  170. //
  171. // tabGeneralInfo
  172. //
  173. this.tabGeneralInfo.AutoScroll = true;
  174. this.tabGeneralInfo.Controls.Add(this.panGeneralInfoMain);
  175. this.tabGeneralInfo.Location = new System.Drawing.Point(4, 27);
  176. this.tabGeneralInfo.Name = "tabGeneralInfo";
  177. this.tabGeneralInfo.Padding = new System.Windows.Forms.Padding(3);
  178. this.tabGeneralInfo.Size = new System.Drawing.Size(1059, 568);
  179. this.tabGeneralInfo.TabIndex = 0;
  180. this.tabGeneralInfo.Text = "General Info";
  181. this.tabGeneralInfo.UseVisualStyleBackColor = true;
  182. //
  183. // panGeneralInfoMain
  184. //
  185. this.panGeneralInfoMain.AutoScroll = true;
  186. this.panGeneralInfoMain.BackColor = System.Drawing.Color.Transparent;
  187. this.panGeneralInfoMain.Controls.Add(this.label16);
  188. this.panGeneralInfoMain.Controls.Add(this.txtPolicyOfClosingFund);
  189. this.panGeneralInfoMain.Controls.Add(this.label14);
  190. this.panGeneralInfoMain.Controls.Add(this.grdTER);
  191. this.panGeneralInfoMain.Controls.Add(this.grbFees);
  192. this.panGeneralInfoMain.Controls.Add(this.label5);
  193. this.panGeneralInfoMain.Controls.Add(this.grdPortfolioManager);
  194. this.panGeneralInfoMain.Controls.Add(this.label4);
  195. this.panGeneralInfoMain.Controls.Add(this.txtInvestmentPhilosophy);
  196. this.panGeneralInfoMain.Controls.Add(this.txtBenchmark);
  197. this.panGeneralInfoMain.Controls.Add(this.label3);
  198. this.panGeneralInfoMain.Controls.Add(this.label2);
  199. this.panGeneralInfoMain.Controls.Add(this.txtInvestmentObjective);
  200. this.panGeneralInfoMain.Controls.Add(this.label1);
  201. this.panGeneralInfoMain.Dock = System.Windows.Forms.DockStyle.Fill;
  202. this.panGeneralInfoMain.Location = new System.Drawing.Point(3, 3);
  203. this.panGeneralInfoMain.Name = "panGeneralInfoMain";
  204. this.panGeneralInfoMain.Size = new System.Drawing.Size(1053, 562);
  205. this.panGeneralInfoMain.TabIndex = 14;
  206. //
  207. // txtPolicyOfClosingFund
  208. //
  209. this.txtPolicyOfClosingFund.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  210. | System.Windows.Forms.AnchorStyles.Right)));
  211. this.txtPolicyOfClosingFund.Location = new System.Drawing.Point(24, 779);
  212. this.txtPolicyOfClosingFund.Multiline = true;
  213. this.txtPolicyOfClosingFund.Name = "txtPolicyOfClosingFund";
  214. this.txtPolicyOfClosingFund.Size = new System.Drawing.Size(673, 124);
  215. this.txtPolicyOfClosingFund.TabIndex = 12;
  216. //
  217. // label14
  218. //
  219. this.label14.AutoSize = true;
  220. this.label14.Location = new System.Drawing.Point(21, 757);
  221. this.label14.Name = "label14";
  222. this.label14.Size = new System.Drawing.Size(143, 18);
  223. this.label14.TabIndex = 11;
  224. this.label14.Text = "Policy of Closing Fund";
  225. //
  226. // grdTER
  227. //
  228. this.grdTER.AllowUserToAddRows = false;
  229. this.grdTER.AllowUserToDeleteRows = false;
  230. this.grdTER.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  231. this.grdTER.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  232. this.grdTER.Location = new System.Drawing.Point(24, 532);
  233. this.grdTER.Name = "grdTER";
  234. this.grdTER.RowTemplate.Height = 23;
  235. this.grdTER.Size = new System.Drawing.Size(340, 210);
  236. this.grdTER.TabIndex = 10;
  237. this.grdTER.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.grdTER_CellValidating);
  238. //
  239. // grbFees
  240. //
  241. this.grbFees.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  242. | System.Windows.Forms.AnchorStyles.Right)));
  243. this.grbFees.Controls.Add(this.txtTrusteeFee);
  244. this.grbFees.Controls.Add(this.label11);
  245. this.grbFees.Controls.Add(this.txtPerformanceFee);
  246. this.grbFees.Controls.Add(this.label12);
  247. this.grbFees.Controls.Add(this.txtSwitchingFee);
  248. this.grbFees.Controls.Add(this.label13);
  249. this.grbFees.Controls.Add(this.txtAdministrationFee);
  250. this.grbFees.Controls.Add(this.label9);
  251. this.grbFees.Controls.Add(this.txtSubscriptionFee);
  252. this.grbFees.Controls.Add(this.label8);
  253. this.grbFees.Controls.Add(this.txtRedemptionFee);
  254. this.grbFees.Controls.Add(this.label7);
  255. this.grbFees.Controls.Add(this.txtManagementFee);
  256. this.grbFees.Controls.Add(this.label6);
  257. this.grbFees.Location = new System.Drawing.Point(370, 524);
  258. this.grbFees.Name = "grbFees";
  259. this.grbFees.Size = new System.Drawing.Size(644, 218);
  260. this.grbFees.TabIndex = 9;
  261. this.grbFees.TabStop = false;
  262. this.grbFees.Text = "Current Fees";
  263. //
  264. // txtTrusteeFee
  265. //
  266. this.txtTrusteeFee.Location = new System.Drawing.Point(469, 90);
  267. this.txtTrusteeFee.Name = "txtTrusteeFee";
  268. this.txtTrusteeFee.Size = new System.Drawing.Size(100, 26);
  269. this.txtTrusteeFee.TabIndex = 11;
  270. //
  271. // label11
  272. //
  273. this.label11.AutoSize = true;
  274. this.label11.Location = new System.Drawing.Point(342, 93);
  275. this.label11.Name = "label11";
  276. this.label11.Size = new System.Drawing.Size(80, 18);
  277. this.label11.TabIndex = 10;
  278. this.label11.Text = "Trustee Fee";
  279. //
  280. // txtPerformanceFee
  281. //
  282. this.txtPerformanceFee.Location = new System.Drawing.Point(150, 126);
  283. this.txtPerformanceFee.Multiline = true;
  284. this.txtPerformanceFee.Name = "txtPerformanceFee";
  285. this.txtPerformanceFee.Size = new System.Drawing.Size(419, 77);
  286. this.txtPerformanceFee.TabIndex = 13;
  287. //
  288. // label12
  289. //
  290. this.label12.AutoSize = true;
  291. this.label12.Location = new System.Drawing.Point(23, 129);
  292. this.label12.Name = "label12";
  293. this.label12.Size = new System.Drawing.Size(114, 18);
  294. this.label12.TabIndex = 12;
  295. this.label12.Text = "Performance Fee";
  296. //
  297. // txtSwitchingFee
  298. //
  299. this.txtSwitchingFee.Location = new System.Drawing.Point(150, 90);
  300. this.txtSwitchingFee.Name = "txtSwitchingFee";
  301. this.txtSwitchingFee.Size = new System.Drawing.Size(100, 26);
  302. this.txtSwitchingFee.TabIndex = 9;
  303. //
  304. // label13
  305. //
  306. this.label13.AutoSize = true;
  307. this.label13.Location = new System.Drawing.Point(23, 93);
  308. this.label13.Name = "label13";
  309. this.label13.Size = new System.Drawing.Size(94, 18);
  310. this.label13.TabIndex = 8;
  311. this.label13.Text = "Switching Fee";
  312. //
  313. // txtAdministrationFee
  314. //
  315. this.txtAdministrationFee.Location = new System.Drawing.Point(469, 58);
  316. this.txtAdministrationFee.Name = "txtAdministrationFee";
  317. this.txtAdministrationFee.Size = new System.Drawing.Size(100, 26);
  318. this.txtAdministrationFee.TabIndex = 7;
  319. //
  320. // label9
  321. //
  322. this.label9.AutoSize = true;
  323. this.label9.Location = new System.Drawing.Point(342, 61);
  324. this.label9.Name = "label9";
  325. this.label9.Size = new System.Drawing.Size(126, 18);
  326. this.label9.TabIndex = 6;
  327. this.label9.Text = "Administration Fee";
  328. //
  329. // txtSubscriptionFee
  330. //
  331. this.txtSubscriptionFee.Location = new System.Drawing.Point(469, 22);
  332. this.txtSubscriptionFee.Name = "txtSubscriptionFee";
  333. this.txtSubscriptionFee.Size = new System.Drawing.Size(100, 26);
  334. this.txtSubscriptionFee.TabIndex = 3;
  335. //
  336. // label8
  337. //
  338. this.label8.AutoSize = true;
  339. this.label8.Location = new System.Drawing.Point(342, 25);
  340. this.label8.Name = "label8";
  341. this.label8.Size = new System.Drawing.Size(110, 18);
  342. this.label8.TabIndex = 2;
  343. this.label8.Text = "Subscription Fee";
  344. //
  345. // txtRedemptionFee
  346. //
  347. this.txtRedemptionFee.Location = new System.Drawing.Point(150, 58);
  348. this.txtRedemptionFee.Name = "txtRedemptionFee";
  349. this.txtRedemptionFee.Size = new System.Drawing.Size(100, 26);
  350. this.txtRedemptionFee.TabIndex = 5;
  351. //
  352. // label7
  353. //
  354. this.label7.AutoSize = true;
  355. this.label7.Location = new System.Drawing.Point(23, 61);
  356. this.label7.Name = "label7";
  357. this.label7.Size = new System.Drawing.Size(110, 18);
  358. this.label7.TabIndex = 4;
  359. this.label7.Text = "Redemption Fee";
  360. //
  361. // txtManagementFee
  362. //
  363. this.txtManagementFee.Location = new System.Drawing.Point(150, 22);
  364. this.txtManagementFee.Name = "txtManagementFee";
  365. this.txtManagementFee.Size = new System.Drawing.Size(100, 26);
  366. this.txtManagementFee.TabIndex = 1;
  367. //
  368. // label6
  369. //
  370. this.label6.AutoSize = true;
  371. this.label6.Location = new System.Drawing.Point(23, 25);
  372. this.label6.Name = "label6";
  373. this.label6.Size = new System.Drawing.Size(116, 18);
  374. this.label6.TabIndex = 0;
  375. this.label6.Text = "Management Fee";
  376. //
  377. // label5
  378. //
  379. this.label5.AutoSize = true;
  380. this.label5.Location = new System.Drawing.Point(21, 510);
  381. this.label5.Name = "label5";
  382. this.label5.Size = new System.Drawing.Size(86, 18);
  383. this.label5.TabIndex = 8;
  384. this.label5.Text = "Fee & Charges";
  385. //
  386. // grdPortfolioManager
  387. //
  388. this.grdPortfolioManager.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  389. | System.Windows.Forms.AnchorStyles.Right)));
  390. this.grdPortfolioManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  391. this.grdPortfolioManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  392. this.grdPortfolioManager.Location = new System.Drawing.Point(24, 398);
  393. this.grdPortfolioManager.Name = "grdPortfolioManager";
  394. this.grdPortfolioManager.RowTemplate.Height = 23;
  395. this.grdPortfolioManager.Size = new System.Drawing.Size(990, 85);
  396. this.grdPortfolioManager.TabIndex = 7;
  397. //
  398. // label4
  399. //
  400. this.label4.AutoSize = true;
  401. this.label4.Location = new System.Drawing.Point(21, 377);
  402. this.label4.Name = "label4";
  403. this.label4.Size = new System.Drawing.Size(119, 18);
  404. this.label4.TabIndex = 6;
  405. this.label4.Text = "Portfolio Manager";
  406. //
  407. // txtInvestmentPhilosophy
  408. //
  409. this.txtInvestmentPhilosophy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  410. | System.Windows.Forms.AnchorStyles.Right)));
  411. this.txtInvestmentPhilosophy.Location = new System.Drawing.Point(24, 255);
  412. this.txtInvestmentPhilosophy.Multiline = true;
  413. this.txtInvestmentPhilosophy.Name = "txtInvestmentPhilosophy";
  414. this.txtInvestmentPhilosophy.Size = new System.Drawing.Size(990, 95);
  415. this.txtInvestmentPhilosophy.TabIndex = 5;
  416. //
  417. // txtBenchmark
  418. //
  419. this.txtBenchmark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  420. | System.Windows.Forms.AnchorStyles.Right)));
  421. this.txtBenchmark.Location = new System.Drawing.Point(24, 179);
  422. this.txtBenchmark.Name = "txtBenchmark";
  423. this.txtBenchmark.Size = new System.Drawing.Size(990, 26);
  424. this.txtBenchmark.TabIndex = 4;
  425. //
  426. // label3
  427. //
  428. this.label3.AutoSize = true;
  429. this.label3.Location = new System.Drawing.Point(21, 158);
  430. this.label3.Name = "label3";
  431. this.label3.Size = new System.Drawing.Size(77, 18);
  432. this.label3.TabIndex = 3;
  433. this.label3.Text = "Benchmark";
  434. //
  435. // label2
  436. //
  437. this.label2.AutoSize = true;
  438. this.label2.Location = new System.Drawing.Point(21, 234);
  439. this.label2.Name = "label2";
  440. this.label2.Size = new System.Drawing.Size(151, 18);
  441. this.label2.TabIndex = 2;
  442. this.label2.Text = "Investment Philosophy";
  443. //
  444. // txtInvestmentObjective
  445. //
  446. this.txtInvestmentObjective.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  447. | System.Windows.Forms.AnchorStyles.Right)));
  448. this.txtInvestmentObjective.Location = new System.Drawing.Point(24, 39);
  449. this.txtInvestmentObjective.Multiline = true;
  450. this.txtInvestmentObjective.Name = "txtInvestmentObjective";
  451. this.txtInvestmentObjective.Size = new System.Drawing.Size(990, 95);
  452. this.txtInvestmentObjective.TabIndex = 1;
  453. //
  454. // label1
  455. //
  456. this.label1.AutoSize = true;
  457. this.label1.Location = new System.Drawing.Point(21, 18);
  458. this.label1.Name = "label1";
  459. this.label1.Size = new System.Drawing.Size(141, 18);
  460. this.label1.TabIndex = 0;
  461. this.label1.Text = "Investment Objective";
  462. //
  463. // btnSaveGeneralInfo
  464. //
  465. this.btnSaveGeneralInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  466. | System.Windows.Forms.AnchorStyles.Right)));
  467. this.btnSaveGeneralInfo.Location = new System.Drawing.Point(980, 39);
  468. this.btnSaveGeneralInfo.Name = "btnSaveGeneralInfo";
  469. this.btnSaveGeneralInfo.Size = new System.Drawing.Size(75, 28);
  470. this.btnSaveGeneralInfo.TabIndex = 0;
  471. this.btnSaveGeneralInfo.Text = "Save";
  472. this.btnSaveGeneralInfo.UseVisualStyleBackColor = true;
  473. this.btnSaveGeneralInfo.Click += new System.EventHandler(this.btnSaveGeneralInfo_Click);
  474. //
  475. // tabProcess
  476. //
  477. this.tabProcess.AutoScroll = true;
  478. this.tabProcess.Controls.Add(this.panel2);
  479. this.tabProcess.Location = new System.Drawing.Point(4, 27);
  480. this.tabProcess.Name = "tabProcess";
  481. this.tabProcess.Padding = new System.Windows.Forms.Padding(3);
  482. this.tabProcess.Size = new System.Drawing.Size(1059, 568);
  483. this.tabProcess.TabIndex = 1;
  484. this.tabProcess.Text = "Process";
  485. this.tabProcess.UseVisualStyleBackColor = true;
  486. //
  487. // panel2
  488. //
  489. this.panel2.AutoScroll = true;
  490. this.panel2.Controls.Add(this.chkDerivatesForLeverage);
  491. this.panel2.Controls.Add(this.chkDerivativesForMarket);
  492. this.panel2.Controls.Add(this.chkDerivatesForHedging);
  493. this.panel2.Controls.Add(this.chkDerivativesForEfficent);
  494. this.panel2.Controls.Add(this.label15);
  495. this.panel2.Controls.Add(this.chkUseDerivatives);
  496. this.panel2.Controls.Add(this.chkAllowDerivatives);
  497. this.panel2.Controls.Add(this.btnUploadProcessDiagram);
  498. this.panel2.Controls.Add(this.btnDeleteProcessDiagram);
  499. this.panel2.Controls.Add(this.picFundProcess);
  500. this.panel2.Controls.Add(this.label10);
  501. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  502. this.panel2.Location = new System.Drawing.Point(3, 3);
  503. this.panel2.Name = "panel2";
  504. this.panel2.Size = new System.Drawing.Size(1053, 562);
  505. this.panel2.TabIndex = 0;
  506. //
  507. // chkDerivatesForLeverage
  508. //
  509. this.chkDerivatesForLeverage.AutoSize = true;
  510. this.chkDerivatesForLeverage.Location = new System.Drawing.Point(257, 471);
  511. this.chkDerivatesForLeverage.Name = "chkDerivatesForLeverage";
  512. this.chkDerivatesForLeverage.Size = new System.Drawing.Size(194, 22);
  513. this.chkDerivatesForLeverage.TabIndex = 11;
  514. this.chkDerivatesForLeverage.Text = "Active allocation / leverage";
  515. this.chkDerivatesForLeverage.UseVisualStyleBackColor = true;
  516. //
  517. // chkDerivativesForMarket
  518. //
  519. this.chkDerivativesForMarket.AutoSize = true;
  520. this.chkDerivativesForMarket.Location = new System.Drawing.Point(257, 443);
  521. this.chkDerivativesForMarket.Name = "chkDerivativesForMarket";
  522. this.chkDerivativesForMarket.Size = new System.Drawing.Size(113, 22);
  523. this.chkDerivativesForMarket.TabIndex = 10;
  524. this.chkDerivativesForMarket.Text = "Market access";
  525. this.chkDerivativesForMarket.UseVisualStyleBackColor = true;
  526. //
  527. // chkDerivatesForHedging
  528. //
  529. this.chkDerivatesForHedging.AutoSize = true;
  530. this.chkDerivatesForHedging.Location = new System.Drawing.Point(257, 415);
  531. this.chkDerivatesForHedging.Name = "chkDerivatesForHedging";
  532. this.chkDerivatesForHedging.Size = new System.Drawing.Size(78, 22);
  533. this.chkDerivatesForHedging.TabIndex = 9;
  534. this.chkDerivatesForHedging.Text = "Hedging";
  535. this.chkDerivatesForHedging.UseVisualStyleBackColor = true;
  536. //
  537. // chkDerivativesForEfficent
  538. //
  539. this.chkDerivativesForEfficent.AutoSize = true;
  540. this.chkDerivativesForEfficent.Location = new System.Drawing.Point(257, 387);
  541. this.chkDerivativesForEfficent.Name = "chkDerivativesForEfficent";
  542. this.chkDerivativesForEfficent.Size = new System.Drawing.Size(219, 22);
  543. this.chkDerivativesForEfficent.TabIndex = 8;
  544. this.chkDerivativesForEfficent.Text = "Efficient portfolio management";
  545. this.chkDerivativesForEfficent.UseVisualStyleBackColor = true;
  546. //
  547. // label15
  548. //
  549. this.label15.AutoSize = true;
  550. this.label15.Location = new System.Drawing.Point(15, 386);
  551. this.label15.Name = "label15";
  552. this.label15.Size = new System.Drawing.Size(224, 18);
  553. this.label15.TabIndex = 7;
  554. this.label15.Text = "The purpose to use derivatives are:";
  555. //
  556. // chkUseDerivatives
  557. //
  558. this.chkUseDerivatives.AutoSize = true;
  559. this.chkUseDerivatives.Location = new System.Drawing.Point(18, 346);
  560. this.chkUseDerivatives.Name = "chkUseDerivatives";
  561. this.chkUseDerivatives.Size = new System.Drawing.Size(319, 22);
  562. this.chkUseDerivatives.TabIndex = 6;
  563. this.chkUseDerivatives.Text = "Does the fund actually use derivatives for now?";
  564. this.chkUseDerivatives.UseVisualStyleBackColor = true;
  565. //
  566. // chkAllowDerivatives
  567. //
  568. this.chkAllowDerivatives.AutoSize = true;
  569. this.chkAllowDerivatives.Location = new System.Drawing.Point(18, 304);
  570. this.chkAllowDerivatives.Name = "chkAllowDerivatives";
  571. this.chkAllowDerivatives.Size = new System.Drawing.Size(645, 22);
  572. this.chkAllowDerivatives.TabIndex = 5;
  573. this.chkAllowDerivatives.Text = "Does the fund‘s investment objective/policy/investment restriction allow for the " +
  574. "use of derivatives?";
  575. this.chkAllowDerivatives.UseVisualStyleBackColor = true;
  576. //
  577. // btnUploadProcessDiagram
  578. //
  579. this.btnUploadProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  580. | System.Windows.Forms.AnchorStyles.Right)));
  581. this.btnUploadProcessDiagram.Location = new System.Drawing.Point(955, 260);
  582. this.btnUploadProcessDiagram.Name = "btnUploadProcessDiagram";
  583. this.btnUploadProcessDiagram.Size = new System.Drawing.Size(75, 23);
  584. this.btnUploadProcessDiagram.TabIndex = 3;
  585. this.btnUploadProcessDiagram.Text = "Upload";
  586. this.btnUploadProcessDiagram.UseVisualStyleBackColor = true;
  587. //
  588. // btnDeleteProcessDiagram
  589. //
  590. this.btnDeleteProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  591. | System.Windows.Forms.AnchorStyles.Right)));
  592. this.btnDeleteProcessDiagram.Location = new System.Drawing.Point(874, 260);
  593. this.btnDeleteProcessDiagram.Name = "btnDeleteProcessDiagram";
  594. this.btnDeleteProcessDiagram.Size = new System.Drawing.Size(75, 23);
  595. this.btnDeleteProcessDiagram.TabIndex = 2;
  596. this.btnDeleteProcessDiagram.Text = "Delete";
  597. this.btnDeleteProcessDiagram.UseVisualStyleBackColor = true;
  598. //
  599. // picFundProcess
  600. //
  601. this.picFundProcess.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  602. | System.Windows.Forms.AnchorStyles.Right)));
  603. this.picFundProcess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  604. this.picFundProcess.Location = new System.Drawing.Point(18, 36);
  605. this.picFundProcess.Name = "picFundProcess";
  606. this.picFundProcess.Size = new System.Drawing.Size(1012, 218);
  607. this.picFundProcess.TabIndex = 1;
  608. this.picFundProcess.TabStop = false;
  609. //
  610. // label10
  611. //
  612. this.label10.AutoSize = true;
  613. this.label10.Location = new System.Drawing.Point(18, 15);
  614. this.label10.Name = "label10";
  615. this.label10.Size = new System.Drawing.Size(872, 18);
  616. this.label10.TabIndex = 0;
  617. this.label10.Text = "Use a diagram to help explain your process; including references to the market in" +
  618. "efficiencies you aim to exploit and your buy/sell disciplines";
  619. //
  620. // tabRisk
  621. //
  622. this.tabRisk.Location = new System.Drawing.Point(4, 27);
  623. this.tabRisk.Name = "tabRisk";
  624. this.tabRisk.Size = new System.Drawing.Size(1059, 568);
  625. this.tabRisk.TabIndex = 2;
  626. this.tabRisk.Text = "Risk & Compliance";
  627. this.tabRisk.UseVisualStyleBackColor = true;
  628. //
  629. // tabOwnership
  630. //
  631. this.tabOwnership.Location = new System.Drawing.Point(4, 27);
  632. this.tabOwnership.Name = "tabOwnership";
  633. this.tabOwnership.Size = new System.Drawing.Size(1059, 568);
  634. this.tabOwnership.TabIndex = 3;
  635. this.tabOwnership.Text = "Ownership";
  636. this.tabOwnership.UseVisualStyleBackColor = true;
  637. //
  638. // tabPerformance
  639. //
  640. this.tabPerformance.Location = new System.Drawing.Point(4, 27);
  641. this.tabPerformance.Name = "tabPerformance";
  642. this.tabPerformance.Size = new System.Drawing.Size(1059, 568);
  643. this.tabPerformance.TabIndex = 4;
  644. this.tabPerformance.Text = "Performance";
  645. this.tabPerformance.UseVisualStyleBackColor = true;
  646. //
  647. // label16
  648. //
  649. this.label16.AutoSize = true;
  650. this.label16.Location = new System.Drawing.Point(24, 936);
  651. this.label16.Name = "label16";
  652. this.label16.Size = new System.Drawing.Size(0, 18);
  653. this.label16.TabIndex = 14;
  654. //
  655. // FundQ
  656. //
  657. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  658. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  659. this.ClientSize = new System.Drawing.Size(1067, 675);
  660. this.Controls.Add(this.tbcFund);
  661. this.Controls.Add(this.panStaticData);
  662. this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  663. this.Margin = new System.Windows.Forms.Padding(4);
  664. this.Name = "FundQ";
  665. this.Text = "Fund Data";
  666. this.Load += new System.EventHandler(this.FundQ_Load);
  667. this.panStaticData.ResumeLayout(false);
  668. this.panStaticData.PerformLayout();
  669. this.tbcFund.ResumeLayout(false);
  670. this.tabGeneralInfo.ResumeLayout(false);
  671. this.panGeneralInfoMain.ResumeLayout(false);
  672. this.panGeneralInfoMain.PerformLayout();
  673. ((System.ComponentModel.ISupportInitialize)(this.grdTER)).EndInit();
  674. this.grbFees.ResumeLayout(false);
  675. this.grbFees.PerformLayout();
  676. ((System.ComponentModel.ISupportInitialize)(this.grdPortfolioManager)).EndInit();
  677. this.tabProcess.ResumeLayout(false);
  678. this.panel2.ResumeLayout(false);
  679. this.panel2.PerformLayout();
  680. ((System.ComponentModel.ISupportInitialize)(this.picFundProcess)).EndInit();
  681. this.ResumeLayout(false);
  682. }
  683. #endregion
  684. private System.Windows.Forms.Panel panStaticData;
  685. private System.Windows.Forms.Label lblMainCode;
  686. private System.Windows.Forms.Label lblFundName;
  687. private System.Windows.Forms.TabControl tbcFund;
  688. private System.Windows.Forms.TabPage tabGeneralInfo;
  689. private System.Windows.Forms.TabPage tabProcess;
  690. private System.Windows.Forms.TabPage tabRisk;
  691. private System.Windows.Forms.TabPage tabOwnership;
  692. private System.Windows.Forms.TabPage tabPerformance;
  693. private System.Windows.Forms.Label lblDomicile;
  694. private System.Windows.Forms.Label lblInceptionDate;
  695. private System.Windows.Forms.Label lblCategory;
  696. private System.Windows.Forms.Label label3;
  697. private System.Windows.Forms.Label label2;
  698. private System.Windows.Forms.TextBox txtInvestmentObjective;
  699. private System.Windows.Forms.Label label1;
  700. private System.Windows.Forms.DataGridView grdPortfolioManager;
  701. private System.Windows.Forms.Label label4;
  702. private System.Windows.Forms.TextBox txtInvestmentPhilosophy;
  703. private System.Windows.Forms.TextBox txtBenchmark;
  704. private System.Windows.Forms.GroupBox grbFees;
  705. private System.Windows.Forms.Label label5;
  706. private System.Windows.Forms.DataGridView grdTER;
  707. private System.Windows.Forms.TextBox txtManagementFee;
  708. private System.Windows.Forms.Label label6;
  709. private System.Windows.Forms.TextBox txtRedemptionFee;
  710. private System.Windows.Forms.Label label7;
  711. private System.Windows.Forms.TextBox txtSubscriptionFee;
  712. private System.Windows.Forms.Label label8;
  713. private System.Windows.Forms.TextBox txtAdministrationFee;
  714. private System.Windows.Forms.Label label9;
  715. private System.Windows.Forms.Label label14;
  716. private System.Windows.Forms.TextBox txtTrusteeFee;
  717. private System.Windows.Forms.Label label11;
  718. private System.Windows.Forms.TextBox txtPerformanceFee;
  719. private System.Windows.Forms.Label label12;
  720. private System.Windows.Forms.TextBox txtSwitchingFee;
  721. private System.Windows.Forms.Label label13;
  722. private System.Windows.Forms.TextBox txtPolicyOfClosingFund;
  723. private System.Windows.Forms.Button btnSaveGeneralInfo;
  724. private System.Windows.Forms.Panel panel2;
  725. private System.Windows.Forms.Label label10;
  726. private System.Windows.Forms.CheckBox chkAllowDerivatives;
  727. private System.Windows.Forms.Button btnUploadProcessDiagram;
  728. private System.Windows.Forms.Button btnDeleteProcessDiagram;
  729. private System.Windows.Forms.PictureBox picFundProcess;
  730. private System.Windows.Forms.CheckBox chkDerivatesForLeverage;
  731. private System.Windows.Forms.CheckBox chkDerivativesForMarket;
  732. private System.Windows.Forms.CheckBox chkDerivatesForHedging;
  733. private System.Windows.Forms.CheckBox chkDerivativesForEfficent;
  734. private System.Windows.Forms.Label label15;
  735. private System.Windows.Forms.CheckBox chkUseDerivatives;
  736. private System.Windows.Forms.Panel panGeneralInfoMain;
  737. private System.Windows.Forms.Label label16;
  738. }
  739. }