FundQ.Designer.cs 54 KB

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