FundQ.Designer.cs 43 KB

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