FundQ.Designer.cs 57 KB

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