UIFund.Designer.cs 48 KB

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