UICompany.Designer.cs 51 KB

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