UICompany.Designer.cs 44 KB

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