DDQ.Designer.cs 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. namespace ddq
  2. {
  3. partial class frmMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tbcMain = new System.Windows.Forms.TabControl();
  29. this.tabRequests = new System.Windows.Forms.TabPage();
  30. this.panRequests = new System.Windows.Forms.Panel();
  31. this.panRequestList = new System.Windows.Forms.Panel();
  32. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  33. this.panRequestsTool = new System.Windows.Forms.Panel();
  34. this.cmbRequestAction = new System.Windows.Forms.ComboBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.btnSearchRequest = new System.Windows.Forms.Button();
  37. this.txtSearchRequest = new System.Windows.Forms.TextBox();
  38. this.tabData = new System.Windows.Forms.TabPage();
  39. this.tbcData = new System.Windows.Forms.TabControl();
  40. this.tabFunds = new System.Windows.Forms.TabPage();
  41. this.panFundList = new System.Windows.Forms.Panel();
  42. this.grdFundList = new System.Windows.Forms.DataGridView();
  43. this.panFundsTool = new System.Windows.Forms.Panel();
  44. this.cmbCategoryGroup = new System.Windows.Forms.ComboBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.btnSearchFund = new System.Windows.Forms.Button();
  47. this.txtSearchFund = new System.Windows.Forms.TextBox();
  48. this.tabPeople = new System.Windows.Forms.TabPage();
  49. this.btnAddPersonn = new System.Windows.Forms.Button();
  50. this.grdPeopleList = new System.Windows.Forms.DataGridView();
  51. this.panPeopleTool = new System.Windows.Forms.Panel();
  52. this.cmbRole = new System.Windows.Forms.ComboBox();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.btnSearchPeople = new System.Windows.Forms.Button();
  55. this.txtSearchPeople = new System.Windows.Forms.TextBox();
  56. this.tabCompany = new System.Windows.Forms.TabPage();
  57. this.panCompanyBottom = new System.Windows.Forms.Panel();
  58. this.panel1 = new System.Windows.Forms.Panel();
  59. this.grdClientBreakdown = new System.Windows.Forms.DataGridView();
  60. this.label12 = new System.Windows.Forms.Label();
  61. this.grdAUM = new System.Windows.Forms.DataGridView();
  62. this.label11 = new System.Windows.Forms.Label();
  63. this.grdCreditRating = new System.Windows.Forms.DataGridView();
  64. this.label10 = new System.Windows.Forms.Label();
  65. this.grdFinancialData = new System.Windows.Forms.DataGridView();
  66. this.label9 = new System.Windows.Forms.Label();
  67. this.label8 = new System.Windows.Forms.Label();
  68. this.txtParentCompanyName = new System.Windows.Forms.TextBox();
  69. this.label7 = new System.Windows.Forms.Label();
  70. this.txtDetailOfAcquired = new System.Windows.Forms.TextBox();
  71. this.label6 = new System.Windows.Forms.Label();
  72. this.grdAcquisiton = new System.Windows.Forms.DataGridView();
  73. this.label5 = new System.Windows.Forms.Label();
  74. this.dtpIncepionDate = new System.Windows.Forms.DateTimePicker();
  75. this.label4 = new System.Windows.Forms.Label();
  76. this.tabSettings = new System.Windows.Forms.TabPage();
  77. this.btnSaveCompany = new System.Windows.Forms.Button();
  78. this.chkSupportFinancial = new System.Windows.Forms.CheckBox();
  79. this.chkSupportSales = new System.Windows.Forms.CheckBox();
  80. this.chkSupportMarketing = new System.Windows.Forms.CheckBox();
  81. this.chkSupportTechnical = new System.Windows.Forms.CheckBox();
  82. this.chkSupportPersonnel = new System.Windows.Forms.CheckBox();
  83. this.agent = new System.Windows.Forms.DataGridViewComboBoxColumn();
  84. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  85. this.tspInceptionDate = new System.Windows.Forms.Label();
  86. this.tspAcqusition = new System.Windows.Forms.Label();
  87. this.tspDetailOfAcquired = new System.Windows.Forms.Label();
  88. this.tspParentCompanyName = new System.Windows.Forms.Label();
  89. this.tspSupportFromParent = new System.Windows.Forms.Label();
  90. this.tspFinancialData = new System.Windows.Forms.Label();
  91. this.tspCreditRating = new System.Windows.Forms.Label();
  92. this.tspAUM = new System.Windows.Forms.Label();
  93. this.tspClientBreakdown = new System.Windows.Forms.Label();
  94. this.tbcMain.SuspendLayout();
  95. this.tabRequests.SuspendLayout();
  96. this.panRequests.SuspendLayout();
  97. this.panRequestList.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  99. this.panRequestsTool.SuspendLayout();
  100. this.tabData.SuspendLayout();
  101. this.tbcData.SuspendLayout();
  102. this.tabFunds.SuspendLayout();
  103. this.panFundList.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
  105. this.panFundsTool.SuspendLayout();
  106. this.tabPeople.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.grdPeopleList)).BeginInit();
  108. this.panPeopleTool.SuspendLayout();
  109. this.tabCompany.SuspendLayout();
  110. this.panCompanyBottom.SuspendLayout();
  111. this.panel1.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.grdClientBreakdown)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.grdAUM)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.grdCreditRating)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.grdFinancialData)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.grdAcquisiton)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  118. this.SuspendLayout();
  119. //
  120. // tbcMain
  121. //
  122. this.tbcMain.Controls.Add(this.tabRequests);
  123. this.tbcMain.Controls.Add(this.tabData);
  124. this.tbcMain.Controls.Add(this.tabSettings);
  125. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.tbcMain.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.tbcMain.ItemSize = new System.Drawing.Size(76, 30);
  128. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  129. this.tbcMain.Name = "tbcMain";
  130. this.tbcMain.SelectedIndex = 0;
  131. this.tbcMain.Size = new System.Drawing.Size(800, 525);
  132. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  133. this.tbcMain.TabIndex = 0;
  134. this.tbcMain.SelectedIndexChanged += new System.EventHandler(this.tbcMain_SelectedIndexChanged);
  135. //
  136. // tabRequests
  137. //
  138. this.tabRequests.Controls.Add(this.panRequests);
  139. this.tabRequests.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  140. this.tabRequests.Location = new System.Drawing.Point(4, 34);
  141. this.tabRequests.Name = "tabRequests";
  142. this.tabRequests.Padding = new System.Windows.Forms.Padding(3);
  143. this.tabRequests.Size = new System.Drawing.Size(792, 487);
  144. this.tabRequests.TabIndex = 0;
  145. this.tabRequests.Text = "Requests";
  146. this.tabRequests.UseVisualStyleBackColor = true;
  147. //
  148. // panRequests
  149. //
  150. this.panRequests.Controls.Add(this.panRequestList);
  151. this.panRequests.Controls.Add(this.panRequestsTool);
  152. this.panRequests.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.panRequests.Location = new System.Drawing.Point(3, 3);
  154. this.panRequests.Name = "panRequests";
  155. this.panRequests.Size = new System.Drawing.Size(786, 481);
  156. this.panRequests.TabIndex = 0;
  157. //
  158. // panRequestList
  159. //
  160. this.panRequestList.Controls.Add(this.dataGridView1);
  161. this.panRequestList.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.panRequestList.Location = new System.Drawing.Point(0, 55);
  163. this.panRequestList.Name = "panRequestList";
  164. this.panRequestList.Size = new System.Drawing.Size(786, 426);
  165. this.panRequestList.TabIndex = 1;
  166. //
  167. // dataGridView1
  168. //
  169. this.dataGridView1.AllowUserToAddRows = false;
  170. this.dataGridView1.AllowUserToDeleteRows = false;
  171. this.dataGridView1.AllowUserToOrderColumns = true;
  172. this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
  173. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  174. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  176. this.dataGridView1.Name = "dataGridView1";
  177. this.dataGridView1.ReadOnly = true;
  178. this.dataGridView1.RowTemplate.Height = 23;
  179. this.dataGridView1.Size = new System.Drawing.Size(786, 426);
  180. this.dataGridView1.TabIndex = 0;
  181. //
  182. // panRequestsTool
  183. //
  184. this.panRequestsTool.Controls.Add(this.cmbRequestAction);
  185. this.panRequestsTool.Controls.Add(this.label1);
  186. this.panRequestsTool.Controls.Add(this.btnSearchRequest);
  187. this.panRequestsTool.Controls.Add(this.txtSearchRequest);
  188. this.panRequestsTool.Dock = System.Windows.Forms.DockStyle.Top;
  189. this.panRequestsTool.Location = new System.Drawing.Point(0, 0);
  190. this.panRequestsTool.Name = "panRequestsTool";
  191. this.panRequestsTool.Size = new System.Drawing.Size(786, 55);
  192. this.panRequestsTool.TabIndex = 0;
  193. //
  194. // cmbRequestAction
  195. //
  196. this.cmbRequestAction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  197. this.cmbRequestAction.FormattingEnabled = true;
  198. this.cmbRequestAction.Location = new System.Drawing.Point(594, 13);
  199. this.cmbRequestAction.Name = "cmbRequestAction";
  200. this.cmbRequestAction.Size = new System.Drawing.Size(175, 26);
  201. this.cmbRequestAction.TabIndex = 3;
  202. //
  203. // label1
  204. //
  205. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  206. this.label1.AutoSize = true;
  207. this.label1.Location = new System.Drawing.Point(541, 17);
  208. this.label1.Name = "label1";
  209. this.label1.Size = new System.Drawing.Size(47, 18);
  210. this.label1.TabIndex = 2;
  211. this.label1.Text = "Action";
  212. //
  213. // btnSearchRequest
  214. //
  215. this.btnSearchRequest.Location = new System.Drawing.Point(302, 13);
  216. this.btnSearchRequest.Name = "btnSearchRequest";
  217. this.btnSearchRequest.Size = new System.Drawing.Size(75, 26);
  218. this.btnSearchRequest.TabIndex = 1;
  219. this.btnSearchRequest.Text = "Search";
  220. this.btnSearchRequest.UseVisualStyleBackColor = true;
  221. //
  222. // txtSearchRequest
  223. //
  224. this.txtSearchRequest.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  225. this.txtSearchRequest.ForeColor = System.Drawing.SystemColors.GrayText;
  226. this.txtSearchRequest.Location = new System.Drawing.Point(16, 13);
  227. this.txtSearchRequest.Name = "txtSearchRequest";
  228. this.txtSearchRequest.Size = new System.Drawing.Size(279, 26);
  229. this.txtSearchRequest.TabIndex = 0;
  230. this.txtSearchRequest.Text = "Type in name of fund or requestor";
  231. //
  232. // tabData
  233. //
  234. this.tabData.Controls.Add(this.tbcData);
  235. this.tabData.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  236. this.tabData.Location = new System.Drawing.Point(4, 34);
  237. this.tabData.Name = "tabData";
  238. this.tabData.Padding = new System.Windows.Forms.Padding(3);
  239. this.tabData.Size = new System.Drawing.Size(792, 487);
  240. this.tabData.TabIndex = 1;
  241. this.tabData.Text = "Data";
  242. this.tabData.UseVisualStyleBackColor = true;
  243. //
  244. // tbcData
  245. //
  246. this.tbcData.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  247. this.tbcData.Controls.Add(this.tabFunds);
  248. this.tbcData.Controls.Add(this.tabPeople);
  249. this.tbcData.Controls.Add(this.tabCompany);
  250. this.tbcData.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.tbcData.ItemSize = new System.Drawing.Size(70, 23);
  252. this.tbcData.Location = new System.Drawing.Point(3, 3);
  253. this.tbcData.Multiline = true;
  254. this.tbcData.Name = "tbcData";
  255. this.tbcData.SelectedIndex = 0;
  256. this.tbcData.Size = new System.Drawing.Size(786, 481);
  257. this.tbcData.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  258. this.tbcData.TabIndex = 0;
  259. this.tbcData.SelectedIndexChanged += new System.EventHandler(this.tbcData_SelectedIndexChanged);
  260. //
  261. // tabFunds
  262. //
  263. this.tabFunds.Controls.Add(this.panFundList);
  264. this.tabFunds.Controls.Add(this.panFundsTool);
  265. this.tabFunds.Location = new System.Drawing.Point(4, 4);
  266. this.tabFunds.Name = "tabFunds";
  267. this.tabFunds.Padding = new System.Windows.Forms.Padding(3);
  268. this.tabFunds.Size = new System.Drawing.Size(778, 450);
  269. this.tabFunds.TabIndex = 0;
  270. this.tabFunds.Text = "Funds";
  271. this.tabFunds.UseVisualStyleBackColor = true;
  272. //
  273. // panFundList
  274. //
  275. this.panFundList.Controls.Add(this.grdFundList);
  276. this.panFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  277. this.panFundList.Location = new System.Drawing.Point(3, 64);
  278. this.panFundList.Name = "panFundList";
  279. this.panFundList.Size = new System.Drawing.Size(772, 383);
  280. this.panFundList.TabIndex = 1;
  281. //
  282. // grdFundList
  283. //
  284. this.grdFundList.AllowUserToAddRows = false;
  285. this.grdFundList.AllowUserToDeleteRows = false;
  286. this.grdFundList.AllowUserToOrderColumns = true;
  287. this.grdFundList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  288. this.grdFundList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  289. this.grdFundList.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.grdFundList.Location = new System.Drawing.Point(0, 0);
  291. this.grdFundList.Name = "grdFundList";
  292. this.grdFundList.ReadOnly = true;
  293. this.grdFundList.RowTemplate.Height = 23;
  294. this.grdFundList.Size = new System.Drawing.Size(772, 383);
  295. this.grdFundList.TabIndex = 0;
  296. this.grdFundList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFundList_CellContentClick);
  297. //
  298. // panFundsTool
  299. //
  300. this.panFundsTool.Controls.Add(this.cmbCategoryGroup);
  301. this.panFundsTool.Controls.Add(this.label2);
  302. this.panFundsTool.Controls.Add(this.btnSearchFund);
  303. this.panFundsTool.Controls.Add(this.txtSearchFund);
  304. this.panFundsTool.Dock = System.Windows.Forms.DockStyle.Top;
  305. this.panFundsTool.Location = new System.Drawing.Point(3, 3);
  306. this.panFundsTool.Name = "panFundsTool";
  307. this.panFundsTool.Size = new System.Drawing.Size(772, 61);
  308. this.panFundsTool.TabIndex = 0;
  309. //
  310. // cmbCategoryGroup
  311. //
  312. this.cmbCategoryGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  313. this.cmbCategoryGroup.FormattingEnabled = true;
  314. this.cmbCategoryGroup.Location = new System.Drawing.Point(562, 18);
  315. this.cmbCategoryGroup.Name = "cmbCategoryGroup";
  316. this.cmbCategoryGroup.Size = new System.Drawing.Size(196, 26);
  317. this.cmbCategoryGroup.TabIndex = 3;
  318. this.cmbCategoryGroup.SelectedIndexChanged += new System.EventHandler(this.cmbCategoryGroup_SelectedIndexChanged);
  319. //
  320. // label2
  321. //
  322. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  323. this.label2.AutoSize = true;
  324. this.label2.Location = new System.Drawing.Point(452, 21);
  325. this.label2.Name = "label2";
  326. this.label2.Size = new System.Drawing.Size(104, 18);
  327. this.label2.TabIndex = 2;
  328. this.label2.Text = "Category Group";
  329. //
  330. // btnSearchFund
  331. //
  332. this.btnSearchFund.Enabled = false;
  333. this.btnSearchFund.Location = new System.Drawing.Point(281, 18);
  334. this.btnSearchFund.Name = "btnSearchFund";
  335. this.btnSearchFund.Size = new System.Drawing.Size(75, 26);
  336. this.btnSearchFund.TabIndex = 1;
  337. this.btnSearchFund.Text = "Search";
  338. this.btnSearchFund.UseVisualStyleBackColor = true;
  339. //
  340. // txtSearchFund
  341. //
  342. this.txtSearchFund.Enabled = false;
  343. this.txtSearchFund.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  344. this.txtSearchFund.ForeColor = System.Drawing.SystemColors.GrayText;
  345. this.txtSearchFund.Location = new System.Drawing.Point(20, 18);
  346. this.txtSearchFund.Name = "txtSearchFund";
  347. this.txtSearchFund.Size = new System.Drawing.Size(255, 26);
  348. this.txtSearchFund.TabIndex = 0;
  349. this.txtSearchFund.Text = "Type in fund name";
  350. //
  351. // tabPeople
  352. //
  353. this.tabPeople.Controls.Add(this.btnAddPersonn);
  354. this.tabPeople.Controls.Add(this.grdPeopleList);
  355. this.tabPeople.Controls.Add(this.panPeopleTool);
  356. this.tabPeople.Location = new System.Drawing.Point(4, 4);
  357. this.tabPeople.Name = "tabPeople";
  358. this.tabPeople.Padding = new System.Windows.Forms.Padding(3);
  359. this.tabPeople.Size = new System.Drawing.Size(778, 450);
  360. this.tabPeople.TabIndex = 1;
  361. this.tabPeople.Text = "People";
  362. this.tabPeople.UseVisualStyleBackColor = true;
  363. //
  364. // btnAddPersonn
  365. //
  366. this.btnAddPersonn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  367. this.btnAddPersonn.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  368. this.btnAddPersonn.Location = new System.Drawing.Point(644, 78);
  369. this.btnAddPersonn.Name = "btnAddPersonn";
  370. this.btnAddPersonn.Size = new System.Drawing.Size(128, 23);
  371. this.btnAddPersonn.TabIndex = 2;
  372. this.btnAddPersonn.Text = "Add a staff";
  373. this.btnAddPersonn.UseVisualStyleBackColor = true;
  374. this.btnAddPersonn.Click += new System.EventHandler(this.btnAddPersonn_Click);
  375. //
  376. // grdPeopleList
  377. //
  378. this.grdPeopleList.AllowUserToAddRows = false;
  379. this.grdPeopleList.AllowUserToDeleteRows = false;
  380. this.grdPeopleList.AllowUserToOrderColumns = true;
  381. this.grdPeopleList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  382. | System.Windows.Forms.AnchorStyles.Left)
  383. | System.Windows.Forms.AnchorStyles.Right)));
  384. this.grdPeopleList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  385. this.grdPeopleList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  386. this.grdPeopleList.Location = new System.Drawing.Point(3, 116);
  387. this.grdPeopleList.MultiSelect = false;
  388. this.grdPeopleList.Name = "grdPeopleList";
  389. this.grdPeopleList.ReadOnly = true;
  390. this.grdPeopleList.RowTemplate.Height = 23;
  391. this.grdPeopleList.Size = new System.Drawing.Size(772, 331);
  392. this.grdPeopleList.TabIndex = 1;
  393. this.grdPeopleList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdPeopleList_CellClick);
  394. //
  395. // panPeopleTool
  396. //
  397. this.panPeopleTool.Controls.Add(this.cmbRole);
  398. this.panPeopleTool.Controls.Add(this.label3);
  399. this.panPeopleTool.Controls.Add(this.btnSearchPeople);
  400. this.panPeopleTool.Controls.Add(this.txtSearchPeople);
  401. this.panPeopleTool.Dock = System.Windows.Forms.DockStyle.Top;
  402. this.panPeopleTool.Location = new System.Drawing.Point(3, 3);
  403. this.panPeopleTool.Name = "panPeopleTool";
  404. this.panPeopleTool.Size = new System.Drawing.Size(772, 61);
  405. this.panPeopleTool.TabIndex = 0;
  406. //
  407. // cmbRole
  408. //
  409. this.cmbRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  410. this.cmbRole.Enabled = false;
  411. this.cmbRole.FormattingEnabled = true;
  412. this.cmbRole.Location = new System.Drawing.Point(559, 18);
  413. this.cmbRole.Name = "cmbRole";
  414. this.cmbRole.Size = new System.Drawing.Size(196, 26);
  415. this.cmbRole.TabIndex = 5;
  416. //
  417. // label3
  418. //
  419. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  420. this.label3.AutoSize = true;
  421. this.label3.Location = new System.Drawing.Point(517, 22);
  422. this.label3.Name = "label3";
  423. this.label3.Size = new System.Drawing.Size(36, 18);
  424. this.label3.TabIndex = 4;
  425. this.label3.Text = "Role";
  426. //
  427. // btnSearchPeople
  428. //
  429. this.btnSearchPeople.Enabled = false;
  430. this.btnSearchPeople.Location = new System.Drawing.Point(280, 18);
  431. this.btnSearchPeople.Name = "btnSearchPeople";
  432. this.btnSearchPeople.Size = new System.Drawing.Size(75, 26);
  433. this.btnSearchPeople.TabIndex = 3;
  434. this.btnSearchPeople.Text = "Search";
  435. this.btnSearchPeople.UseVisualStyleBackColor = true;
  436. //
  437. // txtSearchPeople
  438. //
  439. this.txtSearchPeople.Enabled = false;
  440. this.txtSearchPeople.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  441. this.txtSearchPeople.ForeColor = System.Drawing.SystemColors.GrayText;
  442. this.txtSearchPeople.Location = new System.Drawing.Point(19, 18);
  443. this.txtSearchPeople.Name = "txtSearchPeople";
  444. this.txtSearchPeople.Size = new System.Drawing.Size(255, 26);
  445. this.txtSearchPeople.TabIndex = 2;
  446. this.txtSearchPeople.Text = "Type in fund name";
  447. //
  448. // tabCompany
  449. //
  450. this.tabCompany.Controls.Add(this.panCompanyBottom);
  451. this.tabCompany.Controls.Add(this.panel1);
  452. this.tabCompany.Location = new System.Drawing.Point(4, 4);
  453. this.tabCompany.Name = "tabCompany";
  454. this.tabCompany.Size = new System.Drawing.Size(778, 450);
  455. this.tabCompany.TabIndex = 2;
  456. this.tabCompany.Text = "Company";
  457. this.tabCompany.UseVisualStyleBackColor = true;
  458. //
  459. // panCompanyBottom
  460. //
  461. this.panCompanyBottom.BackColor = System.Drawing.Color.WhiteSmoke;
  462. this.panCompanyBottom.Controls.Add(this.btnSaveCompany);
  463. this.panCompanyBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  464. this.panCompanyBottom.Location = new System.Drawing.Point(0, 402);
  465. this.panCompanyBottom.Name = "panCompanyBottom";
  466. this.panCompanyBottom.Size = new System.Drawing.Size(778, 48);
  467. this.panCompanyBottom.TabIndex = 1;
  468. //
  469. // panel1
  470. //
  471. this.panel1.AutoScroll = true;
  472. this.panel1.Controls.Add(this.tspClientBreakdown);
  473. this.panel1.Controls.Add(this.tspAUM);
  474. this.panel1.Controls.Add(this.tspCreditRating);
  475. this.panel1.Controls.Add(this.tspFinancialData);
  476. this.panel1.Controls.Add(this.tspSupportFromParent);
  477. this.panel1.Controls.Add(this.tspParentCompanyName);
  478. this.panel1.Controls.Add(this.tspDetailOfAcquired);
  479. this.panel1.Controls.Add(this.tspAcqusition);
  480. this.panel1.Controls.Add(this.tspInceptionDate);
  481. this.panel1.Controls.Add(this.pictureBox1);
  482. this.panel1.Controls.Add(this.chkSupportPersonnel);
  483. this.panel1.Controls.Add(this.chkSupportTechnical);
  484. this.panel1.Controls.Add(this.chkSupportMarketing);
  485. this.panel1.Controls.Add(this.chkSupportSales);
  486. this.panel1.Controls.Add(this.chkSupportFinancial);
  487. this.panel1.Controls.Add(this.grdClientBreakdown);
  488. this.panel1.Controls.Add(this.label12);
  489. this.panel1.Controls.Add(this.grdAUM);
  490. this.panel1.Controls.Add(this.label11);
  491. this.panel1.Controls.Add(this.grdCreditRating);
  492. this.panel1.Controls.Add(this.label10);
  493. this.panel1.Controls.Add(this.grdFinancialData);
  494. this.panel1.Controls.Add(this.label9);
  495. this.panel1.Controls.Add(this.label8);
  496. this.panel1.Controls.Add(this.txtParentCompanyName);
  497. this.panel1.Controls.Add(this.label7);
  498. this.panel1.Controls.Add(this.txtDetailOfAcquired);
  499. this.panel1.Controls.Add(this.label6);
  500. this.panel1.Controls.Add(this.grdAcquisiton);
  501. this.panel1.Controls.Add(this.label5);
  502. this.panel1.Controls.Add(this.dtpIncepionDate);
  503. this.panel1.Controls.Add(this.label4);
  504. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  505. this.panel1.Location = new System.Drawing.Point(0, 0);
  506. this.panel1.Name = "panel1";
  507. this.panel1.Size = new System.Drawing.Size(778, 450);
  508. this.panel1.TabIndex = 0;
  509. //
  510. // grdClientBreakdown
  511. //
  512. this.grdClientBreakdown.AllowUserToAddRows = false;
  513. this.grdClientBreakdown.AllowUserToDeleteRows = false;
  514. this.grdClientBreakdown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  515. | System.Windows.Forms.AnchorStyles.Right)));
  516. this.grdClientBreakdown.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  517. this.grdClientBreakdown.Location = new System.Drawing.Point(29, 1022);
  518. this.grdClientBreakdown.Name = "grdClientBreakdown";
  519. this.grdClientBreakdown.RowTemplate.Height = 23;
  520. this.grdClientBreakdown.Size = new System.Drawing.Size(706, 104);
  521. this.grdClientBreakdown.TabIndex = 20;
  522. //
  523. // label12
  524. //
  525. this.label12.AutoSize = true;
  526. this.label12.Location = new System.Drawing.Point(26, 1000);
  527. this.label12.Name = "label12";
  528. this.label12.Size = new System.Drawing.Size(460, 18);
  529. this.label12.TabIndex = 19;
  530. this.label12.Text = "Retail/Instituitional Breakdown (as accurate of 31 December of each year)";
  531. //
  532. // grdAUM
  533. //
  534. this.grdAUM.AllowUserToAddRows = false;
  535. this.grdAUM.AllowUserToDeleteRows = false;
  536. this.grdAUM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  537. | System.Windows.Forms.AnchorStyles.Right)));
  538. this.grdAUM.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  539. this.grdAUM.Location = new System.Drawing.Point(29, 909);
  540. this.grdAUM.Name = "grdAUM";
  541. this.grdAUM.RowTemplate.Height = 23;
  542. this.grdAUM.Size = new System.Drawing.Size(706, 74);
  543. this.grdAUM.TabIndex = 18;
  544. //
  545. // label11
  546. //
  547. this.label11.AutoSize = true;
  548. this.label11.Location = new System.Drawing.Point(26, 887);
  549. this.label11.Name = "label11";
  550. this.label11.Size = new System.Drawing.Size(470, 18);
  551. this.label11.TabIndex = 17;
  552. this.label11.Text = "Asset Under Management (AUM) (as accurate of 31 December of each year)";
  553. //
  554. // grdCreditRating
  555. //
  556. this.grdCreditRating.AllowUserToDeleteRows = false;
  557. this.grdCreditRating.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  558. | System.Windows.Forms.AnchorStyles.Right)));
  559. this.grdCreditRating.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  560. this.grdCreditRating.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  561. this.grdCreditRating.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  562. this.agent});
  563. this.grdCreditRating.Location = new System.Drawing.Point(29, 717);
  564. this.grdCreditRating.Name = "grdCreditRating";
  565. this.grdCreditRating.RowTemplate.Height = 23;
  566. this.grdCreditRating.Size = new System.Drawing.Size(706, 150);
  567. this.grdCreditRating.TabIndex = 16;
  568. //
  569. // label10
  570. //
  571. this.label10.AutoSize = true;
  572. this.label10.Location = new System.Drawing.Point(26, 695);
  573. this.label10.Name = "label10";
  574. this.label10.Size = new System.Drawing.Size(463, 18);
  575. this.label10.TabIndex = 15;
  576. this.label10.Text = "Credit Rating of the company or parent company (whichever is applicable)";
  577. //
  578. // grdFinancialData
  579. //
  580. this.grdFinancialData.AllowUserToAddRows = false;
  581. this.grdFinancialData.AllowUserToDeleteRows = false;
  582. this.grdFinancialData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  583. | System.Windows.Forms.AnchorStyles.Right)));
  584. this.grdFinancialData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  585. this.grdFinancialData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  586. this.grdFinancialData.Location = new System.Drawing.Point(29, 518);
  587. this.grdFinancialData.Name = "grdFinancialData";
  588. this.grdFinancialData.RowTemplate.Height = 23;
  589. this.grdFinancialData.Size = new System.Drawing.Size(706, 150);
  590. this.grdFinancialData.TabIndex = 14;
  591. //
  592. // label9
  593. //
  594. this.label9.AutoSize = true;
  595. this.label9.Location = new System.Drawing.Point(26, 497);
  596. this.label9.Name = "label9";
  597. this.label9.Size = new System.Drawing.Size(469, 18);
  598. this.label9.TabIndex = 13;
  599. this.label9.Text = "Financial data of the company or parent company (whichever is applicable)";
  600. //
  601. // label8
  602. //
  603. this.label8.AutoSize = true;
  604. this.label8.Location = new System.Drawing.Point(26, 428);
  605. this.label8.Name = "label8";
  606. this.label8.Size = new System.Drawing.Size(385, 18);
  607. this.label8.TabIndex = 11;
  608. this.label8.Text = "Select all types of supports provided by your parent company";
  609. //
  610. // txtParentCompanyName
  611. //
  612. this.txtParentCompanyName.Location = new System.Drawing.Point(145, 377);
  613. this.txtParentCompanyName.Name = "txtParentCompanyName";
  614. this.txtParentCompanyName.Size = new System.Drawing.Size(430, 26);
  615. this.txtParentCompanyName.TabIndex = 10;
  616. //
  617. // label7
  618. //
  619. this.label7.AutoSize = true;
  620. this.label7.Location = new System.Drawing.Point(26, 380);
  621. this.label7.Name = "label7";
  622. this.label7.Size = new System.Drawing.Size(110, 18);
  623. this.label7.TabIndex = 9;
  624. this.label7.Text = "Parent Company";
  625. //
  626. // txtDetailOfAcquired
  627. //
  628. this.txtDetailOfAcquired.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  629. | System.Windows.Forms.AnchorStyles.Right)));
  630. this.txtDetailOfAcquired.Location = new System.Drawing.Point(29, 276);
  631. this.txtDetailOfAcquired.Multiline = true;
  632. this.txtDetailOfAcquired.Name = "txtDetailOfAcquired";
  633. this.txtDetailOfAcquired.Size = new System.Drawing.Size(706, 76);
  634. this.txtDetailOfAcquired.TabIndex = 5;
  635. //
  636. // label6
  637. //
  638. this.label6.AutoSize = true;
  639. this.label6.Location = new System.Drawing.Point(26, 254);
  640. this.label6.Name = "label6";
  641. this.label6.Size = new System.Drawing.Size(512, 18);
  642. this.label6.TabIndex = 4;
  643. this.label6.Text = "If your firm has recently been acquired by another entity, please describe in det" +
  644. "ail";
  645. //
  646. // grdAcquisiton
  647. //
  648. this.grdAcquisiton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  649. | System.Windows.Forms.AnchorStyles.Right)));
  650. this.grdAcquisiton.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  651. this.grdAcquisiton.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  652. this.grdAcquisiton.Location = new System.Drawing.Point(29, 80);
  653. this.grdAcquisiton.Name = "grdAcquisiton";
  654. this.grdAcquisiton.RowTemplate.Height = 23;
  655. this.grdAcquisiton.Size = new System.Drawing.Size(706, 150);
  656. this.grdAcquisiton.TabIndex = 3;
  657. //
  658. // label5
  659. //
  660. this.label5.AutoSize = true;
  661. this.label5.Location = new System.Drawing.Point(23, 58);
  662. this.label5.Name = "label5";
  663. this.label5.Size = new System.Drawing.Size(385, 18);
  664. this.label5.TabIndex = 2;
  665. this.label5.Text = "Recent changes in capital structure, mergers/acquisitions etc.";
  666. //
  667. // dtpIncepionDate
  668. //
  669. this.dtpIncepionDate.Location = new System.Drawing.Point(138, 16);
  670. this.dtpIncepionDate.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
  671. this.dtpIncepionDate.Name = "dtpIncepionDate";
  672. this.dtpIncepionDate.Size = new System.Drawing.Size(146, 26);
  673. this.dtpIncepionDate.TabIndex = 1;
  674. this.dtpIncepionDate.Value = new System.DateTime(2025, 10, 26, 0, 0, 0, 0);
  675. //
  676. // label4
  677. //
  678. this.label4.AutoSize = true;
  679. this.label4.Location = new System.Drawing.Point(20, 20);
  680. this.label4.Name = "label4";
  681. this.label4.Size = new System.Drawing.Size(95, 18);
  682. this.label4.TabIndex = 0;
  683. this.label4.Text = "Date Founded";
  684. //
  685. // tabSettings
  686. //
  687. this.tabSettings.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  688. this.tabSettings.Location = new System.Drawing.Point(4, 34);
  689. this.tabSettings.Name = "tabSettings";
  690. this.tabSettings.Size = new System.Drawing.Size(792, 487);
  691. this.tabSettings.TabIndex = 2;
  692. this.tabSettings.Text = "Settings";
  693. this.tabSettings.UseVisualStyleBackColor = true;
  694. //
  695. // btnSaveCompany
  696. //
  697. this.btnSaveCompany.Location = new System.Drawing.Point(685, 12);
  698. this.btnSaveCompany.Name = "btnSaveCompany";
  699. this.btnSaveCompany.Size = new System.Drawing.Size(75, 23);
  700. this.btnSaveCompany.TabIndex = 0;
  701. this.btnSaveCompany.Text = "Save";
  702. this.btnSaveCompany.UseVisualStyleBackColor = true;
  703. this.btnSaveCompany.Click += new System.EventHandler(this.btnSaveCompany_Click);
  704. //
  705. // chkSupportFinancial
  706. //
  707. this.chkSupportFinancial.AutoSize = true;
  708. this.chkSupportFinancial.Location = new System.Drawing.Point(49, 453);
  709. this.chkSupportFinancial.Name = "chkSupportFinancial";
  710. this.chkSupportFinancial.Size = new System.Drawing.Size(82, 22);
  711. this.chkSupportFinancial.TabIndex = 22;
  712. this.chkSupportFinancial.Text = "Financial";
  713. this.chkSupportFinancial.UseVisualStyleBackColor = true;
  714. //
  715. // chkSupportSales
  716. //
  717. this.chkSupportSales.AutoSize = true;
  718. this.chkSupportSales.Location = new System.Drawing.Point(165, 453);
  719. this.chkSupportSales.Name = "chkSupportSales";
  720. this.chkSupportSales.Size = new System.Drawing.Size(59, 22);
  721. this.chkSupportSales.TabIndex = 23;
  722. this.chkSupportSales.Text = "Sales";
  723. this.chkSupportSales.UseVisualStyleBackColor = true;
  724. //
  725. // chkSupportMarketing
  726. //
  727. this.chkSupportMarketing.AutoSize = true;
  728. this.chkSupportMarketing.Location = new System.Drawing.Point(256, 453);
  729. this.chkSupportMarketing.Name = "chkSupportMarketing";
  730. this.chkSupportMarketing.Size = new System.Drawing.Size(89, 22);
  731. this.chkSupportMarketing.TabIndex = 24;
  732. this.chkSupportMarketing.Text = "Marketing";
  733. this.chkSupportMarketing.UseVisualStyleBackColor = true;
  734. //
  735. // chkSupportTechnical
  736. //
  737. this.chkSupportTechnical.AutoSize = true;
  738. this.chkSupportTechnical.Location = new System.Drawing.Point(375, 453);
  739. this.chkSupportTechnical.Name = "chkSupportTechnical";
  740. this.chkSupportTechnical.Size = new System.Drawing.Size(84, 22);
  741. this.chkSupportTechnical.TabIndex = 25;
  742. this.chkSupportTechnical.Text = "Technical";
  743. this.chkSupportTechnical.UseVisualStyleBackColor = true;
  744. //
  745. // chkSupportPersonnel
  746. //
  747. this.chkSupportPersonnel.AutoSize = true;
  748. this.chkSupportPersonnel.Location = new System.Drawing.Point(485, 453);
  749. this.chkSupportPersonnel.Name = "chkSupportPersonnel";
  750. this.chkSupportPersonnel.Size = new System.Drawing.Size(90, 22);
  751. this.chkSupportPersonnel.TabIndex = 26;
  752. this.chkSupportPersonnel.Text = "Personnel";
  753. this.chkSupportPersonnel.UseVisualStyleBackColor = true;
  754. //
  755. // agent
  756. //
  757. this.agent.DataPropertyName = "agent";
  758. this.agent.HeaderText = "Rating Agent";
  759. this.agent.Items.AddRange(new object[] {
  760. "Moody\'s",
  761. "S&P",
  762. "Fitch"});
  763. this.agent.Name = "agent";
  764. this.agent.Width = 92;
  765. //
  766. // pictureBox1
  767. //
  768. this.pictureBox1.Location = new System.Drawing.Point(29, 1151);
  769. this.pictureBox1.Name = "pictureBox1";
  770. this.pictureBox1.Size = new System.Drawing.Size(688, 47);
  771. this.pictureBox1.TabIndex = 27;
  772. this.pictureBox1.TabStop = false;
  773. //
  774. // tspInceptionDate
  775. //
  776. this.tspInceptionDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  777. this.tspInceptionDate.AutoSize = true;
  778. this.tspInceptionDate.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  779. this.tspInceptionDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  780. this.tspInceptionDate.Location = new System.Drawing.Point(605, 20);
  781. this.tspInceptionDate.Name = "tspInceptionDate";
  782. this.tspInceptionDate.Size = new System.Drawing.Size(130, 15);
  783. this.tspInceptionDate.TabIndex = 28;
  784. this.tspInceptionDate.Text = "yyyy-MM-dd hh-mm-ss";
  785. //
  786. // tspAcqusition
  787. //
  788. this.tspAcqusition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  789. this.tspAcqusition.AutoSize = true;
  790. this.tspAcqusition.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  791. this.tspAcqusition.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  792. this.tspAcqusition.Location = new System.Drawing.Point(605, 60);
  793. this.tspAcqusition.Name = "tspAcqusition";
  794. this.tspAcqusition.Size = new System.Drawing.Size(130, 15);
  795. this.tspAcqusition.TabIndex = 29;
  796. this.tspAcqusition.Text = "yyyy-MM-dd hh-mm-ss";
  797. //
  798. // tspDetailOfAcquired
  799. //
  800. this.tspDetailOfAcquired.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  801. this.tspDetailOfAcquired.AutoSize = true;
  802. this.tspDetailOfAcquired.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  803. this.tspDetailOfAcquired.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  804. this.tspDetailOfAcquired.Location = new System.Drawing.Point(605, 257);
  805. this.tspDetailOfAcquired.Name = "tspDetailOfAcquired";
  806. this.tspDetailOfAcquired.Size = new System.Drawing.Size(130, 15);
  807. this.tspDetailOfAcquired.TabIndex = 30;
  808. this.tspDetailOfAcquired.Text = "yyyy-MM-dd hh-mm-ss";
  809. //
  810. // tspParentCompanyName
  811. //
  812. this.tspParentCompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  813. this.tspParentCompanyName.AutoSize = true;
  814. this.tspParentCompanyName.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  815. this.tspParentCompanyName.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  816. this.tspParentCompanyName.Location = new System.Drawing.Point(605, 382);
  817. this.tspParentCompanyName.Name = "tspParentCompanyName";
  818. this.tspParentCompanyName.Size = new System.Drawing.Size(130, 15);
  819. this.tspParentCompanyName.TabIndex = 31;
  820. this.tspParentCompanyName.Text = "yyyy-MM-dd hh-mm-ss";
  821. //
  822. // tspSupportFromParent
  823. //
  824. this.tspSupportFromParent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  825. this.tspSupportFromParent.AutoSize = true;
  826. this.tspSupportFromParent.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  827. this.tspSupportFromParent.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  828. this.tspSupportFromParent.Location = new System.Drawing.Point(605, 431);
  829. this.tspSupportFromParent.Name = "tspSupportFromParent";
  830. this.tspSupportFromParent.Size = new System.Drawing.Size(130, 15);
  831. this.tspSupportFromParent.TabIndex = 32;
  832. this.tspSupportFromParent.Text = "yyyy-MM-dd hh-mm-ss";
  833. //
  834. // tspFinancialData
  835. //
  836. this.tspFinancialData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  837. this.tspFinancialData.AutoSize = true;
  838. this.tspFinancialData.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  839. this.tspFinancialData.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  840. this.tspFinancialData.Location = new System.Drawing.Point(605, 497);
  841. this.tspFinancialData.Name = "tspFinancialData";
  842. this.tspFinancialData.Size = new System.Drawing.Size(130, 15);
  843. this.tspFinancialData.TabIndex = 33;
  844. this.tspFinancialData.Text = "yyyy-MM-dd hh-mm-ss";
  845. //
  846. // tspCreditRating
  847. //
  848. this.tspCreditRating.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  849. this.tspCreditRating.AutoSize = true;
  850. this.tspCreditRating.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  851. this.tspCreditRating.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  852. this.tspCreditRating.Location = new System.Drawing.Point(605, 698);
  853. this.tspCreditRating.Name = "tspCreditRating";
  854. this.tspCreditRating.Size = new System.Drawing.Size(130, 15);
  855. this.tspCreditRating.TabIndex = 34;
  856. this.tspCreditRating.Text = "yyyy-MM-dd hh-mm-ss";
  857. //
  858. // tspAUM
  859. //
  860. this.tspAUM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  861. this.tspAUM.AutoSize = true;
  862. this.tspAUM.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  863. this.tspAUM.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  864. this.tspAUM.Location = new System.Drawing.Point(605, 889);
  865. this.tspAUM.Name = "tspAUM";
  866. this.tspAUM.Size = new System.Drawing.Size(130, 15);
  867. this.tspAUM.TabIndex = 35;
  868. this.tspAUM.Text = "yyyy-MM-dd hh-mm-ss";
  869. //
  870. // tspClientBreakdown
  871. //
  872. this.tspClientBreakdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  873. this.tspClientBreakdown.AutoSize = true;
  874. this.tspClientBreakdown.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  875. this.tspClientBreakdown.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  876. this.tspClientBreakdown.Location = new System.Drawing.Point(605, 1002);
  877. this.tspClientBreakdown.Name = "tspClientBreakdown";
  878. this.tspClientBreakdown.Size = new System.Drawing.Size(130, 15);
  879. this.tspClientBreakdown.TabIndex = 36;
  880. this.tspClientBreakdown.Text = "yyyy-MM-dd hh-mm-ss";
  881. //
  882. // frmMain
  883. //
  884. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
  885. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  886. this.ClientSize = new System.Drawing.Size(800, 525);
  887. this.Controls.Add(this.tbcMain);
  888. this.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  889. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  890. this.Name = "frmMain";
  891. this.Text = "Fundit DDQ";
  892. this.tbcMain.ResumeLayout(false);
  893. this.tabRequests.ResumeLayout(false);
  894. this.panRequests.ResumeLayout(false);
  895. this.panRequestList.ResumeLayout(false);
  896. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  897. this.panRequestsTool.ResumeLayout(false);
  898. this.panRequestsTool.PerformLayout();
  899. this.tabData.ResumeLayout(false);
  900. this.tbcData.ResumeLayout(false);
  901. this.tabFunds.ResumeLayout(false);
  902. this.panFundList.ResumeLayout(false);
  903. ((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
  904. this.panFundsTool.ResumeLayout(false);
  905. this.panFundsTool.PerformLayout();
  906. this.tabPeople.ResumeLayout(false);
  907. ((System.ComponentModel.ISupportInitialize)(this.grdPeopleList)).EndInit();
  908. this.panPeopleTool.ResumeLayout(false);
  909. this.panPeopleTool.PerformLayout();
  910. this.tabCompany.ResumeLayout(false);
  911. this.panCompanyBottom.ResumeLayout(false);
  912. this.panel1.ResumeLayout(false);
  913. this.panel1.PerformLayout();
  914. ((System.ComponentModel.ISupportInitialize)(this.grdClientBreakdown)).EndInit();
  915. ((System.ComponentModel.ISupportInitialize)(this.grdAUM)).EndInit();
  916. ((System.ComponentModel.ISupportInitialize)(this.grdCreditRating)).EndInit();
  917. ((System.ComponentModel.ISupportInitialize)(this.grdFinancialData)).EndInit();
  918. ((System.ComponentModel.ISupportInitialize)(this.grdAcquisiton)).EndInit();
  919. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  920. this.ResumeLayout(false);
  921. }
  922. #endregion
  923. private System.Windows.Forms.TabControl tbcMain;
  924. private System.Windows.Forms.TabPage tabRequests;
  925. private System.Windows.Forms.TabPage tabData;
  926. private System.Windows.Forms.TabPage tabSettings;
  927. private System.Windows.Forms.Panel panRequests;
  928. private System.Windows.Forms.Panel panRequestList;
  929. private System.Windows.Forms.Panel panRequestsTool;
  930. private System.Windows.Forms.TextBox txtSearchRequest;
  931. private System.Windows.Forms.DataGridView dataGridView1;
  932. private System.Windows.Forms.ComboBox cmbRequestAction;
  933. private System.Windows.Forms.Label label1;
  934. private System.Windows.Forms.Button btnSearchRequest;
  935. private System.Windows.Forms.TabControl tbcData;
  936. private System.Windows.Forms.TabPage tabFunds;
  937. private System.Windows.Forms.TabPage tabPeople;
  938. private System.Windows.Forms.Panel panFundList;
  939. private System.Windows.Forms.Panel panFundsTool;
  940. private System.Windows.Forms.TextBox txtSearchFund;
  941. private System.Windows.Forms.TabPage tabCompany;
  942. private System.Windows.Forms.DataGridView grdFundList;
  943. private System.Windows.Forms.ComboBox cmbCategoryGroup;
  944. private System.Windows.Forms.Label label2;
  945. private System.Windows.Forms.Button btnSearchFund;
  946. private System.Windows.Forms.DataGridView grdPeopleList;
  947. private System.Windows.Forms.Panel panPeopleTool;
  948. private System.Windows.Forms.Button btnSearchPeople;
  949. private System.Windows.Forms.TextBox txtSearchPeople;
  950. private System.Windows.Forms.ComboBox cmbRole;
  951. private System.Windows.Forms.Label label3;
  952. private System.Windows.Forms.Button btnAddPersonn;
  953. private System.Windows.Forms.Panel panCompanyBottom;
  954. private System.Windows.Forms.Panel panel1;
  955. private System.Windows.Forms.DateTimePicker dtpIncepionDate;
  956. private System.Windows.Forms.Label label4;
  957. private System.Windows.Forms.TextBox txtDetailOfAcquired;
  958. private System.Windows.Forms.Label label6;
  959. private System.Windows.Forms.DataGridView grdAcquisiton;
  960. private System.Windows.Forms.Label label5;
  961. private System.Windows.Forms.TextBox txtParentCompanyName;
  962. private System.Windows.Forms.Label label7;
  963. private System.Windows.Forms.Label label8;
  964. private System.Windows.Forms.Label label9;
  965. private System.Windows.Forms.Label label11;
  966. private System.Windows.Forms.DataGridView grdCreditRating;
  967. private System.Windows.Forms.Label label10;
  968. private System.Windows.Forms.DataGridView grdFinancialData;
  969. private System.Windows.Forms.DataGridView grdClientBreakdown;
  970. private System.Windows.Forms.Label label12;
  971. private System.Windows.Forms.DataGridView grdAUM;
  972. private System.Windows.Forms.Button btnSaveCompany;
  973. private System.Windows.Forms.CheckBox chkSupportFinancial;
  974. private System.Windows.Forms.CheckBox chkSupportPersonnel;
  975. private System.Windows.Forms.CheckBox chkSupportTechnical;
  976. private System.Windows.Forms.CheckBox chkSupportMarketing;
  977. private System.Windows.Forms.CheckBox chkSupportSales;
  978. private System.Windows.Forms.DataGridViewComboBoxColumn agent;
  979. private System.Windows.Forms.PictureBox pictureBox1;
  980. private System.Windows.Forms.Label tspInceptionDate;
  981. private System.Windows.Forms.Label tspParentCompanyName;
  982. private System.Windows.Forms.Label tspDetailOfAcquired;
  983. private System.Windows.Forms.Label tspAcqusition;
  984. private System.Windows.Forms.Label tspFinancialData;
  985. private System.Windows.Forms.Label tspSupportFromParent;
  986. private System.Windows.Forms.Label tspClientBreakdown;
  987. private System.Windows.Forms.Label tspAUM;
  988. private System.Windows.Forms.Label tspCreditRating;
  989. }
  990. }