UICompany.Designer.cs 50 KB

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