UIFund.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888
  1. namespace DataManager
  2. {
  3. partial class UIFund
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.txtFundId = new System.Windows.Forms.TextBox();
  30. this.txtRegisterCode = new System.Windows.Forms.TextBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.tbcFund = new System.Windows.Forms.TabControl();
  34. this.tbpBasicInfo = new System.Windows.Forms.TabPage();
  35. this.spcBasicInfo = new System.Windows.Forms.SplitContainer();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.lblInceptionDate = new System.Windows.Forms.Label();
  38. this.lblAmacUpdateDate = new System.Windows.Forms.Label();
  39. this.label19 = new System.Windows.Forms.Label();
  40. this.lblCustodian = new System.Windows.Forms.Label();
  41. this.label21 = new System.Windows.Forms.Label();
  42. this.lblStatus = new System.Windows.Forms.Label();
  43. this.label23 = new System.Windows.Forms.Label();
  44. this.lblCurrency = new System.Windows.Forms.Label();
  45. this.label13 = new System.Windows.Forms.Label();
  46. this.lblManagementType = new System.Windows.Forms.Label();
  47. this.label15 = new System.Windows.Forms.Label();
  48. this.lblRegisteDate = new System.Windows.Forms.Label();
  49. this.label17 = new System.Windows.Forms.Label();
  50. this.lblCompany = new System.Windows.Forms.Label();
  51. this.label11 = new System.Windows.Forms.Label();
  52. this.lblFundType = new System.Windows.Forms.Label();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.label7 = new System.Windows.Forms.Label();
  55. this.gpbFundEditing = new System.Windows.Forms.GroupBox();
  56. this.cmbAssetFrequency = new System.Windows.Forms.ComboBox();
  57. this.cmbNavFrequency = new System.Windows.Forms.ComboBox();
  58. this.label12 = new System.Windows.Forms.Label();
  59. this.label14 = new System.Windows.Forms.Label();
  60. this.cmbSubStrategy = new System.Windows.Forms.ComboBox();
  61. this.cmbStrategy = new System.Windows.Forms.ComboBox();
  62. this.chkAuthorized = new System.Windows.Forms.CheckBox();
  63. this.btnSave = new System.Windows.Forms.Button();
  64. this.chkRating = new System.Windows.Forms.CheckBox();
  65. this.chkRanking = new System.Windows.Forms.CheckBox();
  66. this.txtParentFund = new System.Windows.Forms.TextBox();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.label5 = new System.Windows.Forms.Label();
  69. this.label4 = new System.Windows.Forms.Label();
  70. this.txtFundShortName = new System.Windows.Forms.TextBox();
  71. this.label2 = new System.Windows.Forms.Label();
  72. this.tbpNav = new System.Windows.Forms.TabPage();
  73. this.panel1 = new System.Windows.Forms.Panel();
  74. this.lblNavFrequency = new System.Windows.Forms.Label();
  75. this.label10 = new System.Windows.Forms.Label();
  76. this.dtpNavEndDate = new System.Windows.Forms.DateTimePicker();
  77. this.dtpNavStartDate = new System.Windows.Forms.DateTimePicker();
  78. this.btnDrawNavLineChart = new System.Windows.Forms.Button();
  79. this.btnAddNav = new System.Windows.Forms.Button();
  80. this.label8 = new System.Windows.Forms.Label();
  81. this.grdNav = new System.Windows.Forms.DataGridView();
  82. this.tbpAsset = new System.Windows.Forms.TabPage();
  83. this.tbpRating = new System.Windows.Forms.TabPage();
  84. this.txtMatchFund = new System.Windows.Forms.TextBox();
  85. this.lblMatchFund = new System.Windows.Forms.Label();
  86. this.lblMatchInstrunction = new System.Windows.Forms.Label();
  87. this.txtFundName = new System.Windows.Forms.TextBox();
  88. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  89. this.splitContainer1.Panel1.SuspendLayout();
  90. this.splitContainer1.Panel2.SuspendLayout();
  91. this.splitContainer1.SuspendLayout();
  92. this.tbcFund.SuspendLayout();
  93. this.tbpBasicInfo.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.spcBasicInfo)).BeginInit();
  95. this.spcBasicInfo.Panel1.SuspendLayout();
  96. this.spcBasicInfo.Panel2.SuspendLayout();
  97. this.spcBasicInfo.SuspendLayout();
  98. this.groupBox1.SuspendLayout();
  99. this.gpbFundEditing.SuspendLayout();
  100. this.tbpNav.SuspendLayout();
  101. this.panel1.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.grdNav)).BeginInit();
  103. this.SuspendLayout();
  104. //
  105. // splitContainer1
  106. //
  107. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  109. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  110. this.splitContainer1.Name = "splitContainer1";
  111. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  112. //
  113. // splitContainer1.Panel1
  114. //
  115. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.LightSkyBlue;
  116. this.splitContainer1.Panel1.Controls.Add(this.txtFundName);
  117. this.splitContainer1.Panel1.Controls.Add(this.txtFundId);
  118. this.splitContainer1.Panel1.Controls.Add(this.txtRegisterCode);
  119. this.splitContainer1.Panel1.Controls.Add(this.label3);
  120. this.splitContainer1.Panel1.Controls.Add(this.label1);
  121. //
  122. // splitContainer1.Panel2
  123. //
  124. this.splitContainer1.Panel2.Controls.Add(this.tbcFund);
  125. this.splitContainer1.Size = new System.Drawing.Size(800, 450);
  126. this.splitContainer1.TabIndex = 0;
  127. //
  128. // txtFundId
  129. //
  130. this.txtFundId.BackColor = System.Drawing.Color.LightSkyBlue;
  131. this.txtFundId.BorderStyle = System.Windows.Forms.BorderStyle.None;
  132. this.txtFundId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.txtFundId.Location = new System.Drawing.Point(677, 17);
  134. this.txtFundId.Name = "txtFundId";
  135. this.txtFundId.Size = new System.Drawing.Size(90, 16);
  136. this.txtFundId.TabIndex = 5;
  137. this.txtFundId.Text = "XX00000000";
  138. //
  139. // txtRegisterCode
  140. //
  141. this.txtRegisterCode.BackColor = System.Drawing.Color.LightSkyBlue;
  142. this.txtRegisterCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
  143. this.txtRegisterCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.txtRegisterCode.Location = new System.Drawing.Point(512, 17);
  145. this.txtRegisterCode.Name = "txtRegisterCode";
  146. this.txtRegisterCode.Size = new System.Drawing.Size(79, 16);
  147. this.txtRegisterCode.TabIndex = 4;
  148. this.txtRegisterCode.Text = "XXXXXX";
  149. //
  150. // label3
  151. //
  152. this.label3.AutoSize = true;
  153. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.label3.Location = new System.Drawing.Point(615, 17);
  155. this.label3.Name = "label3";
  156. this.label3.Size = new System.Drawing.Size(56, 17);
  157. this.label3.TabIndex = 3;
  158. this.label3.Text = "基金代码";
  159. //
  160. // label1
  161. //
  162. this.label1.AutoSize = true;
  163. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.label1.Location = new System.Drawing.Point(450, 17);
  165. this.label1.Name = "label1";
  166. this.label1.Size = new System.Drawing.Size(56, 17);
  167. this.label1.TabIndex = 1;
  168. this.label1.Text = "协会编号";
  169. //
  170. // tbcFund
  171. //
  172. this.tbcFund.Controls.Add(this.tbpBasicInfo);
  173. this.tbcFund.Controls.Add(this.tbpNav);
  174. this.tbcFund.Controls.Add(this.tbpAsset);
  175. this.tbcFund.Controls.Add(this.tbpRating);
  176. this.tbcFund.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.tbcFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.tbcFund.ItemSize = new System.Drawing.Size(60, 26);
  179. this.tbcFund.Location = new System.Drawing.Point(0, 0);
  180. this.tbcFund.Multiline = true;
  181. this.tbcFund.Name = "tbcFund";
  182. this.tbcFund.SelectedIndex = 0;
  183. this.tbcFund.Size = new System.Drawing.Size(800, 396);
  184. this.tbcFund.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  185. this.tbcFund.TabIndex = 0;
  186. //
  187. // tbpBasicInfo
  188. //
  189. this.tbpBasicInfo.Controls.Add(this.spcBasicInfo);
  190. this.tbpBasicInfo.Location = new System.Drawing.Point(4, 30);
  191. this.tbpBasicInfo.Name = "tbpBasicInfo";
  192. this.tbpBasicInfo.Padding = new System.Windows.Forms.Padding(3);
  193. this.tbpBasicInfo.Size = new System.Drawing.Size(792, 362);
  194. this.tbpBasicInfo.TabIndex = 0;
  195. this.tbpBasicInfo.Text = "基本信息";
  196. this.tbpBasicInfo.UseVisualStyleBackColor = true;
  197. //
  198. // spcBasicInfo
  199. //
  200. this.spcBasicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.spcBasicInfo.Location = new System.Drawing.Point(3, 3);
  202. this.spcBasicInfo.Name = "spcBasicInfo";
  203. this.spcBasicInfo.Orientation = System.Windows.Forms.Orientation.Horizontal;
  204. //
  205. // spcBasicInfo.Panel1
  206. //
  207. this.spcBasicInfo.Panel1.Controls.Add(this.groupBox1);
  208. //
  209. // spcBasicInfo.Panel2
  210. //
  211. this.spcBasicInfo.Panel2.Controls.Add(this.gpbFundEditing);
  212. this.spcBasicInfo.Size = new System.Drawing.Size(786, 356);
  213. this.spcBasicInfo.SplitterDistance = 142;
  214. this.spcBasicInfo.TabIndex = 0;
  215. //
  216. // groupBox1
  217. //
  218. this.groupBox1.Controls.Add(this.lblInceptionDate);
  219. this.groupBox1.Controls.Add(this.lblAmacUpdateDate);
  220. this.groupBox1.Controls.Add(this.label19);
  221. this.groupBox1.Controls.Add(this.lblCustodian);
  222. this.groupBox1.Controls.Add(this.label21);
  223. this.groupBox1.Controls.Add(this.lblStatus);
  224. this.groupBox1.Controls.Add(this.label23);
  225. this.groupBox1.Controls.Add(this.lblCurrency);
  226. this.groupBox1.Controls.Add(this.label13);
  227. this.groupBox1.Controls.Add(this.lblManagementType);
  228. this.groupBox1.Controls.Add(this.label15);
  229. this.groupBox1.Controls.Add(this.lblRegisteDate);
  230. this.groupBox1.Controls.Add(this.label17);
  231. this.groupBox1.Controls.Add(this.lblCompany);
  232. this.groupBox1.Controls.Add(this.label11);
  233. this.groupBox1.Controls.Add(this.lblFundType);
  234. this.groupBox1.Controls.Add(this.label9);
  235. this.groupBox1.Controls.Add(this.label7);
  236. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  239. this.groupBox1.Name = "groupBox1";
  240. this.groupBox1.Size = new System.Drawing.Size(786, 142);
  241. this.groupBox1.TabIndex = 0;
  242. this.groupBox1.TabStop = false;
  243. this.groupBox1.Text = "协会信息";
  244. //
  245. // lblInceptionDate
  246. //
  247. this.lblInceptionDate.AutoSize = true;
  248. this.lblInceptionDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.lblInceptionDate.Location = new System.Drawing.Point(80, 36);
  250. this.lblInceptionDate.Name = "lblInceptionDate";
  251. this.lblInceptionDate.Size = new System.Drawing.Size(82, 17);
  252. this.lblInceptionDate.TabIndex = 12;
  253. this.lblInceptionDate.Text = "XXXX-XX-XX";
  254. //
  255. // lblAmacUpdateDate
  256. //
  257. this.lblAmacUpdateDate.AutoSize = true;
  258. this.lblAmacUpdateDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.lblAmacUpdateDate.Location = new System.Drawing.Point(648, 101);
  260. this.lblAmacUpdateDate.Name = "lblAmacUpdateDate";
  261. this.lblAmacUpdateDate.Size = new System.Drawing.Size(82, 17);
  262. this.lblAmacUpdateDate.TabIndex = 28;
  263. this.lblAmacUpdateDate.Text = "XXXX-XX-XX";
  264. //
  265. // label19
  266. //
  267. this.label19.AutoSize = true;
  268. this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.label19.Location = new System.Drawing.Point(586, 101);
  270. this.label19.Name = "label19";
  271. this.label19.Size = new System.Drawing.Size(56, 17);
  272. this.label19.TabIndex = 27;
  273. this.label19.Text = "更新日期";
  274. //
  275. // lblCustodian
  276. //
  277. this.lblCustodian.AutoSize = true;
  278. this.lblCustodian.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.lblCustodian.Location = new System.Drawing.Point(375, 101);
  280. this.lblCustodian.Name = "lblCustodian";
  281. this.lblCustodian.Size = new System.Drawing.Size(82, 17);
  282. this.lblCustodian.TabIndex = 26;
  283. this.lblCustodian.Text = "XXXX-XX-XX";
  284. //
  285. // label21
  286. //
  287. this.label21.AutoSize = true;
  288. this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.label21.Location = new System.Drawing.Point(313, 101);
  290. this.label21.Name = "label21";
  291. this.label21.Size = new System.Drawing.Size(44, 17);
  292. this.label21.TabIndex = 25;
  293. this.label21.Text = "托管人";
  294. //
  295. // lblStatus
  296. //
  297. this.lblStatus.AutoSize = true;
  298. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.lblStatus.Location = new System.Drawing.Point(80, 101);
  300. this.lblStatus.Name = "lblStatus";
  301. this.lblStatus.Size = new System.Drawing.Size(82, 17);
  302. this.lblStatus.TabIndex = 24;
  303. this.lblStatus.Text = "XXXX-XX-XX";
  304. //
  305. // label23
  306. //
  307. this.label23.AutoSize = true;
  308. this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.label23.Location = new System.Drawing.Point(18, 101);
  310. this.label23.Name = "label23";
  311. this.label23.Size = new System.Drawing.Size(56, 17);
  312. this.label23.TabIndex = 23;
  313. this.label23.Text = "运行状态";
  314. //
  315. // lblCurrency
  316. //
  317. this.lblCurrency.AutoSize = true;
  318. this.lblCurrency.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.lblCurrency.Location = new System.Drawing.Point(648, 69);
  320. this.lblCurrency.Name = "lblCurrency";
  321. this.lblCurrency.Size = new System.Drawing.Size(82, 17);
  322. this.lblCurrency.TabIndex = 22;
  323. this.lblCurrency.Text = "XXXX-XX-XX";
  324. //
  325. // label13
  326. //
  327. this.label13.AutoSize = true;
  328. this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.label13.Location = new System.Drawing.Point(586, 69);
  330. this.label13.Name = "label13";
  331. this.label13.Size = new System.Drawing.Size(32, 17);
  332. this.label13.TabIndex = 21;
  333. this.label13.Text = "币种";
  334. //
  335. // lblManagementType
  336. //
  337. this.lblManagementType.AutoSize = true;
  338. this.lblManagementType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.lblManagementType.Location = new System.Drawing.Point(375, 69);
  340. this.lblManagementType.Name = "lblManagementType";
  341. this.lblManagementType.Size = new System.Drawing.Size(82, 17);
  342. this.lblManagementType.TabIndex = 20;
  343. this.lblManagementType.Text = "XXXX-XX-XX";
  344. //
  345. // label15
  346. //
  347. this.label15.AutoSize = true;
  348. this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.label15.Location = new System.Drawing.Point(313, 69);
  350. this.label15.Name = "label15";
  351. this.label15.Size = new System.Drawing.Size(56, 17);
  352. this.label15.TabIndex = 19;
  353. this.label15.Text = "管理类型";
  354. //
  355. // lblRegisteDate
  356. //
  357. this.lblRegisteDate.AutoSize = true;
  358. this.lblRegisteDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.lblRegisteDate.Location = new System.Drawing.Point(80, 69);
  360. this.lblRegisteDate.Name = "lblRegisteDate";
  361. this.lblRegisteDate.Size = new System.Drawing.Size(82, 17);
  362. this.lblRegisteDate.TabIndex = 18;
  363. this.lblRegisteDate.Text = "XXXX-XX-XX";
  364. //
  365. // label17
  366. //
  367. this.label17.AutoSize = true;
  368. this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.label17.Location = new System.Drawing.Point(18, 69);
  370. this.label17.Name = "label17";
  371. this.label17.Size = new System.Drawing.Size(56, 17);
  372. this.label17.TabIndex = 17;
  373. this.label17.Text = "备案日期";
  374. //
  375. // lblCompany
  376. //
  377. this.lblCompany.AutoSize = true;
  378. this.lblCompany.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.lblCompany.Location = new System.Drawing.Point(648, 36);
  380. this.lblCompany.Name = "lblCompany";
  381. this.lblCompany.Size = new System.Drawing.Size(82, 17);
  382. this.lblCompany.TabIndex = 16;
  383. this.lblCompany.Text = "XXXX-XX-XX";
  384. this.lblCompany.Click += new System.EventHandler(this.lblCompany_Click);
  385. //
  386. // label11
  387. //
  388. this.label11.AutoSize = true;
  389. this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.label11.Location = new System.Drawing.Point(586, 36);
  391. this.label11.Name = "label11";
  392. this.label11.Size = new System.Drawing.Size(44, 17);
  393. this.label11.TabIndex = 15;
  394. this.label11.Text = "管理人";
  395. //
  396. // lblFundType
  397. //
  398. this.lblFundType.AutoSize = true;
  399. this.lblFundType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.lblFundType.Location = new System.Drawing.Point(375, 36);
  401. this.lblFundType.Name = "lblFundType";
  402. this.lblFundType.Size = new System.Drawing.Size(82, 17);
  403. this.lblFundType.TabIndex = 14;
  404. this.lblFundType.Text = "XXXX-XX-XX";
  405. //
  406. // label9
  407. //
  408. this.label9.AutoSize = true;
  409. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.label9.Location = new System.Drawing.Point(313, 36);
  411. this.label9.Name = "label9";
  412. this.label9.Size = new System.Drawing.Size(56, 17);
  413. this.label9.TabIndex = 13;
  414. this.label9.Text = "基金类型";
  415. //
  416. // label7
  417. //
  418. this.label7.AutoSize = true;
  419. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.label7.Location = new System.Drawing.Point(18, 36);
  421. this.label7.Name = "label7";
  422. this.label7.Size = new System.Drawing.Size(56, 17);
  423. this.label7.TabIndex = 11;
  424. this.label7.Text = "成立日期";
  425. //
  426. // gpbFundEditing
  427. //
  428. this.gpbFundEditing.Controls.Add(this.lblMatchInstrunction);
  429. this.gpbFundEditing.Controls.Add(this.txtMatchFund);
  430. this.gpbFundEditing.Controls.Add(this.lblMatchFund);
  431. this.gpbFundEditing.Controls.Add(this.cmbAssetFrequency);
  432. this.gpbFundEditing.Controls.Add(this.cmbNavFrequency);
  433. this.gpbFundEditing.Controls.Add(this.label12);
  434. this.gpbFundEditing.Controls.Add(this.label14);
  435. this.gpbFundEditing.Controls.Add(this.cmbSubStrategy);
  436. this.gpbFundEditing.Controls.Add(this.cmbStrategy);
  437. this.gpbFundEditing.Controls.Add(this.chkAuthorized);
  438. this.gpbFundEditing.Controls.Add(this.btnSave);
  439. this.gpbFundEditing.Controls.Add(this.chkRating);
  440. this.gpbFundEditing.Controls.Add(this.chkRanking);
  441. this.gpbFundEditing.Controls.Add(this.txtParentFund);
  442. this.gpbFundEditing.Controls.Add(this.label6);
  443. this.gpbFundEditing.Controls.Add(this.label5);
  444. this.gpbFundEditing.Controls.Add(this.label4);
  445. this.gpbFundEditing.Controls.Add(this.txtFundShortName);
  446. this.gpbFundEditing.Controls.Add(this.label2);
  447. this.gpbFundEditing.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.gpbFundEditing.Location = new System.Drawing.Point(0, 0);
  449. this.gpbFundEditing.Name = "gpbFundEditing";
  450. this.gpbFundEditing.Size = new System.Drawing.Size(786, 210);
  451. this.gpbFundEditing.TabIndex = 0;
  452. this.gpbFundEditing.TabStop = false;
  453. //
  454. // cmbAssetFrequency
  455. //
  456. this.cmbAssetFrequency.Enabled = false;
  457. this.cmbAssetFrequency.FormattingEnabled = true;
  458. this.cmbAssetFrequency.Location = new System.Drawing.Point(651, 67);
  459. this.cmbAssetFrequency.Name = "cmbAssetFrequency";
  460. this.cmbAssetFrequency.Size = new System.Drawing.Size(105, 25);
  461. this.cmbAssetFrequency.TabIndex = 17;
  462. //
  463. // cmbNavFrequency
  464. //
  465. this.cmbNavFrequency.FormattingEnabled = true;
  466. this.cmbNavFrequency.Items.AddRange(new object[] {
  467. "周",
  468. "天",
  469. "月",
  470. "未知"});
  471. this.cmbNavFrequency.Location = new System.Drawing.Point(392, 67);
  472. this.cmbNavFrequency.Name = "cmbNavFrequency";
  473. this.cmbNavFrequency.Size = new System.Drawing.Size(121, 25);
  474. this.cmbNavFrequency.TabIndex = 16;
  475. //
  476. // label12
  477. //
  478. this.label12.AutoSize = true;
  479. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.label12.Location = new System.Drawing.Point(583, 72);
  481. this.label12.Name = "label12";
  482. this.label12.Size = new System.Drawing.Size(56, 17);
  483. this.label12.TabIndex = 14;
  484. this.label12.Text = "规模频率";
  485. //
  486. // label14
  487. //
  488. this.label14.AutoSize = true;
  489. this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.label14.Location = new System.Drawing.Point(313, 72);
  491. this.label14.Name = "label14";
  492. this.label14.Size = new System.Drawing.Size(56, 17);
  493. this.label14.TabIndex = 15;
  494. this.label14.Text = "净值频率";
  495. //
  496. // cmbSubStrategy
  497. //
  498. this.cmbSubStrategy.FormattingEnabled = true;
  499. this.cmbSubStrategy.Location = new System.Drawing.Point(651, 31);
  500. this.cmbSubStrategy.Name = "cmbSubStrategy";
  501. this.cmbSubStrategy.Size = new System.Drawing.Size(105, 25);
  502. this.cmbSubStrategy.TabIndex = 13;
  503. //
  504. // cmbStrategy
  505. //
  506. this.cmbStrategy.FormattingEnabled = true;
  507. this.cmbStrategy.Location = new System.Drawing.Point(392, 31);
  508. this.cmbStrategy.Name = "cmbStrategy";
  509. this.cmbStrategy.Size = new System.Drawing.Size(121, 25);
  510. this.cmbStrategy.TabIndex = 12;
  511. this.cmbStrategy.SelectedIndexChanged += new System.EventHandler(this.cmbStrategy_SelectedIndexChanged);
  512. //
  513. // chkAuthorized
  514. //
  515. this.chkAuthorized.AutoSize = true;
  516. this.chkAuthorized.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. this.chkAuthorized.Location = new System.Drawing.Point(82, 105);
  518. this.chkAuthorized.Name = "chkAuthorized";
  519. this.chkAuthorized.Size = new System.Drawing.Size(75, 21);
  520. this.chkAuthorized.TabIndex = 11;
  521. this.chkAuthorized.Text = "合作授权";
  522. this.chkAuthorized.UseVisualStyleBackColor = true;
  523. //
  524. // btnSave
  525. //
  526. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  528. this.btnSave.Location = new System.Drawing.Point(651, 165);
  529. this.btnSave.Name = "btnSave";
  530. this.btnSave.Size = new System.Drawing.Size(105, 23);
  531. this.btnSave.TabIndex = 9;
  532. this.btnSave.Text = "保 存";
  533. this.btnSave.UseVisualStyleBackColor = true;
  534. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  535. //
  536. // chkRating
  537. //
  538. this.chkRating.AutoSize = true;
  539. this.chkRating.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.chkRating.Location = new System.Drawing.Point(655, 105);
  541. this.chkRating.Name = "chkRating";
  542. this.chkRating.Size = new System.Drawing.Size(75, 21);
  543. this.chkRating.TabIndex = 8;
  544. this.chkRating.Text = "是否评级";
  545. this.chkRating.UseVisualStyleBackColor = true;
  546. //
  547. // chkRanking
  548. //
  549. this.chkRanking.AutoSize = true;
  550. this.chkRanking.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  551. this.chkRanking.Location = new System.Drawing.Point(392, 105);
  552. this.chkRanking.Name = "chkRanking";
  553. this.chkRanking.Size = new System.Drawing.Size(75, 21);
  554. this.chkRanking.TabIndex = 7;
  555. this.chkRanking.Text = "是否排名";
  556. this.chkRanking.UseVisualStyleBackColor = true;
  557. //
  558. // txtParentFund
  559. //
  560. this.txtParentFund.Enabled = false;
  561. this.txtParentFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  562. this.txtParentFund.Location = new System.Drawing.Point(82, 68);
  563. this.txtParentFund.MaxLength = 100;
  564. this.txtParentFund.Name = "txtParentFund";
  565. this.txtParentFund.Size = new System.Drawing.Size(165, 23);
  566. this.txtParentFund.TabIndex = 6;
  567. //
  568. // label6
  569. //
  570. this.label6.AutoSize = true;
  571. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.label6.Location = new System.Drawing.Point(18, 72);
  573. this.label6.Name = "label6";
  574. this.label6.Size = new System.Drawing.Size(44, 17);
  575. this.label6.TabIndex = 5;
  576. this.label6.Text = "父基金";
  577. //
  578. // label5
  579. //
  580. this.label5.AutoSize = true;
  581. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.label5.Location = new System.Drawing.Point(583, 33);
  583. this.label5.Name = "label5";
  584. this.label5.Size = new System.Drawing.Size(56, 17);
  585. this.label5.TabIndex = 2;
  586. this.label5.Text = "二级策略";
  587. //
  588. // label4
  589. //
  590. this.label4.AutoSize = true;
  591. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.label4.Location = new System.Drawing.Point(313, 33);
  593. this.label4.Name = "label4";
  594. this.label4.Size = new System.Drawing.Size(56, 17);
  595. this.label4.TabIndex = 2;
  596. this.label4.Text = "投资策略";
  597. //
  598. // txtFundShortName
  599. //
  600. this.txtFundShortName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.txtFundShortName.Location = new System.Drawing.Point(82, 31);
  602. this.txtFundShortName.MaxLength = 100;
  603. this.txtFundShortName.Name = "txtFundShortName";
  604. this.txtFundShortName.Size = new System.Drawing.Size(165, 23);
  605. this.txtFundShortName.TabIndex = 1;
  606. //
  607. // label2
  608. //
  609. this.label2.AutoSize = true;
  610. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.label2.Location = new System.Drawing.Point(18, 33);
  612. this.label2.Name = "label2";
  613. this.label2.Size = new System.Drawing.Size(56, 17);
  614. this.label2.TabIndex = 0;
  615. this.label2.Text = "基金简称";
  616. //
  617. // tbpNav
  618. //
  619. this.tbpNav.Controls.Add(this.panel1);
  620. this.tbpNav.Controls.Add(this.grdNav);
  621. this.tbpNav.Location = new System.Drawing.Point(4, 30);
  622. this.tbpNav.Name = "tbpNav";
  623. this.tbpNav.Padding = new System.Windows.Forms.Padding(3);
  624. this.tbpNav.Size = new System.Drawing.Size(792, 362);
  625. this.tbpNav.TabIndex = 1;
  626. this.tbpNav.Text = "净值";
  627. this.tbpNav.UseVisualStyleBackColor = true;
  628. //
  629. // panel1
  630. //
  631. this.panel1.BackColor = System.Drawing.Color.PowderBlue;
  632. this.panel1.Controls.Add(this.lblNavFrequency);
  633. this.panel1.Controls.Add(this.label10);
  634. this.panel1.Controls.Add(this.dtpNavEndDate);
  635. this.panel1.Controls.Add(this.dtpNavStartDate);
  636. this.panel1.Controls.Add(this.btnDrawNavLineChart);
  637. this.panel1.Controls.Add(this.btnAddNav);
  638. this.panel1.Controls.Add(this.label8);
  639. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  640. this.panel1.Location = new System.Drawing.Point(3, 3);
  641. this.panel1.Name = "panel1";
  642. this.panel1.Size = new System.Drawing.Size(786, 47);
  643. this.panel1.TabIndex = 8;
  644. //
  645. // lblNavFrequency
  646. //
  647. this.lblNavFrequency.AutoSize = true;
  648. this.lblNavFrequency.Location = new System.Drawing.Point(527, 18);
  649. this.lblNavFrequency.Name = "lblNavFrequency";
  650. this.lblNavFrequency.Size = new System.Drawing.Size(61, 17);
  651. this.lblNavFrequency.TabIndex = 8;
  652. this.lblNavFrequency.Text = "Nav Freq";
  653. //
  654. // label10
  655. //
  656. this.label10.AutoSize = true;
  657. this.label10.Location = new System.Drawing.Point(143, 18);
  658. this.label10.Name = "label10";
  659. this.label10.Size = new System.Drawing.Size(24, 17);
  660. this.label10.TabIndex = 7;
  661. this.label10.Text = " 至";
  662. //
  663. // dtpNavEndDate
  664. //
  665. this.dtpNavEndDate.Checked = false;
  666. this.dtpNavEndDate.Location = new System.Drawing.Point(171, 14);
  667. this.dtpNavEndDate.MinDate = new System.DateTime(1990, 1, 1, 0, 0, 0, 0);
  668. this.dtpNavEndDate.Name = "dtpNavEndDate";
  669. this.dtpNavEndDate.ShowCheckBox = true;
  670. this.dtpNavEndDate.Size = new System.Drawing.Size(130, 23);
  671. this.dtpNavEndDate.TabIndex = 6;
  672. this.dtpNavEndDate.Value = new System.DateTime(2024, 8, 14, 0, 0, 0, 0);
  673. this.dtpNavEndDate.ValueChanged += new System.EventHandler(this.dtpNavEndDate_ValueChanged);
  674. //
  675. // dtpNavStartDate
  676. //
  677. this.dtpNavStartDate.Checked = false;
  678. this.dtpNavStartDate.Location = new System.Drawing.Point(9, 14);
  679. this.dtpNavStartDate.MinDate = new System.DateTime(1990, 1, 1, 0, 0, 0, 0);
  680. this.dtpNavStartDate.Name = "dtpNavStartDate";
  681. this.dtpNavStartDate.ShowCheckBox = true;
  682. this.dtpNavStartDate.Size = new System.Drawing.Size(130, 23);
  683. this.dtpNavStartDate.TabIndex = 5;
  684. this.dtpNavStartDate.Value = new System.DateTime(2024, 8, 14, 0, 0, 0, 0);
  685. this.dtpNavStartDate.ValueChanged += new System.EventHandler(this.dtpNavStartDate_ValueChanged);
  686. //
  687. // btnDrawNavLineChart
  688. //
  689. this.btnDrawNavLineChart.Location = new System.Drawing.Point(354, 13);
  690. this.btnDrawNavLineChart.Name = "btnDrawNavLineChart";
  691. this.btnDrawNavLineChart.Size = new System.Drawing.Size(75, 27);
  692. this.btnDrawNavLineChart.TabIndex = 4;
  693. this.btnDrawNavLineChart.Text = "净值曲线";
  694. this.btnDrawNavLineChart.UseVisualStyleBackColor = true;
  695. this.btnDrawNavLineChart.Click += new System.EventHandler(this.btnDrawNavLineChart_Click);
  696. //
  697. // btnAddNav
  698. //
  699. this.btnAddNav.Location = new System.Drawing.Point(697, 13);
  700. this.btnAddNav.Name = "btnAddNav";
  701. this.btnAddNav.Size = new System.Drawing.Size(75, 27);
  702. this.btnAddNav.TabIndex = 3;
  703. this.btnAddNav.Text = "添 加";
  704. this.btnAddNav.UseVisualStyleBackColor = true;
  705. this.btnAddNav.Click += new System.EventHandler(this.btnAddNav_Click);
  706. //
  707. // label8
  708. //
  709. this.label8.AutoSize = true;
  710. this.label8.Location = new System.Drawing.Point(464, 18);
  711. this.label8.Name = "label8";
  712. this.label8.Size = new System.Drawing.Size(56, 17);
  713. this.label8.TabIndex = 0;
  714. this.label8.Text = "数据频率";
  715. //
  716. // grdNav
  717. //
  718. this.grdNav.AllowUserToAddRows = false;
  719. this.grdNav.AllowUserToDeleteRows = false;
  720. this.grdNav.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  721. this.grdNav.Dock = System.Windows.Forms.DockStyle.Bottom;
  722. this.grdNav.Location = new System.Drawing.Point(3, 49);
  723. this.grdNav.Name = "grdNav";
  724. this.grdNav.ReadOnly = true;
  725. this.grdNav.RowHeadersVisible = false;
  726. this.grdNav.RowTemplate.Height = 23;
  727. this.grdNav.Size = new System.Drawing.Size(786, 310);
  728. this.grdNav.TabIndex = 2;
  729. this.grdNav.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdNav_CellClick);
  730. //
  731. // tbpAsset
  732. //
  733. this.tbpAsset.Location = new System.Drawing.Point(4, 30);
  734. this.tbpAsset.Name = "tbpAsset";
  735. this.tbpAsset.Size = new System.Drawing.Size(792, 362);
  736. this.tbpAsset.TabIndex = 2;
  737. this.tbpAsset.Text = "规模";
  738. this.tbpAsset.UseVisualStyleBackColor = true;
  739. //
  740. // tbpRating
  741. //
  742. this.tbpRating.Location = new System.Drawing.Point(4, 30);
  743. this.tbpRating.Name = "tbpRating";
  744. this.tbpRating.Size = new System.Drawing.Size(792, 362);
  745. this.tbpRating.TabIndex = 3;
  746. this.tbpRating.Text = "评级";
  747. this.tbpRating.UseVisualStyleBackColor = true;
  748. //
  749. // txtMatchFund
  750. //
  751. this.txtMatchFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.txtMatchFund.Location = new System.Drawing.Point(83, 165);
  753. this.txtMatchFund.MaxLength = 10;
  754. this.txtMatchFund.Name = "txtMatchFund";
  755. this.txtMatchFund.Size = new System.Drawing.Size(165, 23);
  756. this.txtMatchFund.TabIndex = 19;
  757. //
  758. // lblMatchFund
  759. //
  760. this.lblMatchFund.AutoSize = true;
  761. this.lblMatchFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  762. this.lblMatchFund.Location = new System.Drawing.Point(19, 168);
  763. this.lblMatchFund.Name = "lblMatchFund";
  764. this.lblMatchFund.Size = new System.Drawing.Size(56, 17);
  765. this.lblMatchFund.TabIndex = 18;
  766. this.lblMatchFund.Text = "匹配基金";
  767. //
  768. // lblMatchInstrunction
  769. //
  770. this.lblMatchInstrunction.AutoSize = true;
  771. this.lblMatchInstrunction.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  772. this.lblMatchInstrunction.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  773. this.lblMatchInstrunction.Location = new System.Drawing.Point(264, 168);
  774. this.lblMatchInstrunction.Name = "lblMatchInstrunction";
  775. this.lblMatchInstrunction.Size = new System.Drawing.Size(119, 17);
  776. this.lblMatchInstrunction.TabIndex = 20;
  777. this.lblMatchInstrunction.Text = "输入十位HF基金代码";
  778. //
  779. // txtFundName
  780. //
  781. this.txtFundName.BackColor = System.Drawing.Color.LightSkyBlue;
  782. this.txtFundName.BorderStyle = System.Windows.Forms.BorderStyle.None;
  783. this.txtFundName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  784. this.txtFundName.Location = new System.Drawing.Point(12, 13);
  785. this.txtFundName.Name = "txtFundName";
  786. this.txtFundName.ReadOnly = true;
  787. this.txtFundName.Size = new System.Drawing.Size(424, 22);
  788. this.txtFundName.TabIndex = 6;
  789. this.txtFundName.Text = "基金名称";
  790. //
  791. // UIFund
  792. //
  793. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  794. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  795. this.ClientSize = new System.Drawing.Size(800, 450);
  796. this.Controls.Add(this.splitContainer1);
  797. this.Name = "UIFund";
  798. this.Text = "基金";
  799. this.splitContainer1.Panel1.ResumeLayout(false);
  800. this.splitContainer1.Panel1.PerformLayout();
  801. this.splitContainer1.Panel2.ResumeLayout(false);
  802. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  803. this.splitContainer1.ResumeLayout(false);
  804. this.tbcFund.ResumeLayout(false);
  805. this.tbpBasicInfo.ResumeLayout(false);
  806. this.spcBasicInfo.Panel1.ResumeLayout(false);
  807. this.spcBasicInfo.Panel2.ResumeLayout(false);
  808. ((System.ComponentModel.ISupportInitialize)(this.spcBasicInfo)).EndInit();
  809. this.spcBasicInfo.ResumeLayout(false);
  810. this.groupBox1.ResumeLayout(false);
  811. this.groupBox1.PerformLayout();
  812. this.gpbFundEditing.ResumeLayout(false);
  813. this.gpbFundEditing.PerformLayout();
  814. this.tbpNav.ResumeLayout(false);
  815. this.panel1.ResumeLayout(false);
  816. this.panel1.PerformLayout();
  817. ((System.ComponentModel.ISupportInitialize)(this.grdNav)).EndInit();
  818. this.ResumeLayout(false);
  819. }
  820. #endregion
  821. private System.Windows.Forms.SplitContainer splitContainer1;
  822. private System.Windows.Forms.Label label1;
  823. private System.Windows.Forms.Label label3;
  824. private System.Windows.Forms.TabControl tbcFund;
  825. private System.Windows.Forms.TabPage tbpBasicInfo;
  826. private System.Windows.Forms.TabPage tbpNav;
  827. private System.Windows.Forms.TabPage tbpAsset;
  828. private System.Windows.Forms.TabPage tbpRating;
  829. private System.Windows.Forms.SplitContainer spcBasicInfo;
  830. private System.Windows.Forms.GroupBox gpbFundEditing;
  831. private System.Windows.Forms.TextBox txtFundShortName;
  832. private System.Windows.Forms.Label label2;
  833. private System.Windows.Forms.Label label5;
  834. private System.Windows.Forms.Label label4;
  835. private System.Windows.Forms.CheckBox chkRating;
  836. private System.Windows.Forms.CheckBox chkRanking;
  837. private System.Windows.Forms.TextBox txtParentFund;
  838. private System.Windows.Forms.Label label6;
  839. private System.Windows.Forms.Button btnSave;
  840. private System.Windows.Forms.GroupBox groupBox1;
  841. private System.Windows.Forms.Label lblInceptionDate;
  842. private System.Windows.Forms.Label label7;
  843. private System.Windows.Forms.Label lblAmacUpdateDate;
  844. private System.Windows.Forms.Label label19;
  845. private System.Windows.Forms.Label lblCustodian;
  846. private System.Windows.Forms.Label label21;
  847. private System.Windows.Forms.Label lblStatus;
  848. private System.Windows.Forms.Label label23;
  849. private System.Windows.Forms.Label lblCurrency;
  850. private System.Windows.Forms.Label label13;
  851. private System.Windows.Forms.Label lblManagementType;
  852. private System.Windows.Forms.Label label15;
  853. private System.Windows.Forms.Label lblRegisteDate;
  854. private System.Windows.Forms.Label label17;
  855. private System.Windows.Forms.Label lblCompany;
  856. private System.Windows.Forms.Label label11;
  857. private System.Windows.Forms.Label lblFundType;
  858. private System.Windows.Forms.Label label9;
  859. private System.Windows.Forms.CheckBox chkAuthorized;
  860. private System.Windows.Forms.Label label8;
  861. private System.Windows.Forms.DataGridView grdNav;
  862. private System.Windows.Forms.Button btnAddNav;
  863. private System.Windows.Forms.Button btnDrawNavLineChart;
  864. private System.Windows.Forms.DateTimePicker dtpNavStartDate;
  865. private System.Windows.Forms.DateTimePicker dtpNavEndDate;
  866. private System.Windows.Forms.Label label10;
  867. private System.Windows.Forms.Panel panel1;
  868. private System.Windows.Forms.TextBox txtRegisterCode;
  869. private System.Windows.Forms.TextBox txtFundId;
  870. private System.Windows.Forms.ComboBox cmbStrategy;
  871. private System.Windows.Forms.ComboBox cmbSubStrategy;
  872. private System.Windows.Forms.Label lblNavFrequency;
  873. private System.Windows.Forms.ComboBox cmbAssetFrequency;
  874. private System.Windows.Forms.ComboBox cmbNavFrequency;
  875. private System.Windows.Forms.Label label12;
  876. private System.Windows.Forms.Label label14;
  877. private System.Windows.Forms.TextBox txtMatchFund;
  878. private System.Windows.Forms.Label lblMatchFund;
  879. private System.Windows.Forms.Label lblMatchInstrunction;
  880. private System.Windows.Forms.TextBox txtFundName;
  881. }
  882. }