namespace DataManager
{
partial class UICompany
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtCompanyId = new System.Windows.Forms.TextBox();
this.txtRegisterCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtCompanyName = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tbpBasicInfo = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cmbMainStrategy = new System.Windows.Forms.ComboBox();
this.btnSaveBasicInfo = new System.Windows.Forms.Button();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.txtCompanyShortName = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtAmacUpdateDate = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.lklAmacURL = new System.Windows.Forms.LinkLabel();
this.txtOwner = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtIsQualifiedAdvisor = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtAssetSize = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.txtBusinessType = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtCompanyType = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtOrgType = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtBusinessAddress = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtOrgCode = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtRegisterAddress = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtIncoporationDate = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbpPeople = new System.Windows.Forms.TabPage();
this.grdContacts = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.lblContactsCount = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.btnSaveContact = new System.Windows.Forms.Button();
this.tbpProducts = new System.Windows.Forms.TabPage();
this.sstCompany = new System.Windows.Forms.StatusStrip();
this.grdFund = new System.Windows.Forms.DataGridView();
this.panel2 = new System.Windows.Forms.Panel();
this.dtpInceptionDate = new System.Windows.Forms.DateTimePicker();
this.label19 = new System.Windows.Forms.Label();
this.cmbStrategy = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.tbpContracts = new System.Windows.Forms.TabPage();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.btnUploadFile = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.clbContactor = new System.Windows.Forms.CheckedListBox();
this.clbCollector = new System.Windows.Forms.CheckedListBox();
this.btnSaveContactor = new System.Windows.Forms.Button();
this.label20 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.tpgTask = new System.Windows.Forms.TabPage();
this.grdTaskList = new System.Windows.Forms.DataGridView();
this.panel3 = new System.Windows.Forms.Panel();
this.cmbTaskType = new System.Windows.Forms.ComboBox();
this.btnAddtTask = new System.Windows.Forms.Button();
this.ofdUploadFile = new System.Windows.Forms.OpenFileDialog();
this.chkIsAuthorized = new System.Windows.Forms.CheckBox();
this.btnAuthorizeFunds = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tbpBasicInfo.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tbpPeople.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdContacts)).BeginInit();
this.panel1.SuspendLayout();
this.tbpProducts.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdFund)).BeginInit();
this.panel2.SuspendLayout();
this.tbpContracts.SuspendLayout();
this.groupBox4.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tpgTask.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdTaskList)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Wheat;
this.splitContainer1.Panel1.Controls.Add(this.txtCompanyId);
this.splitContainer1.Panel1.Controls.Add(this.txtRegisterCode);
this.splitContainer1.Panel1.Controls.Add(this.label3);
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.txtCompanyName);
this.splitContainer1.Panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Panel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.splitContainer1.Size = new System.Drawing.Size(800, 450);
this.splitContainer1.SplitterDistance = 57;
this.splitContainer1.TabIndex = 0;
//
// txtCompanyId
//
this.txtCompanyId.BackColor = System.Drawing.Color.Wheat;
this.txtCompanyId.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtCompanyId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCompanyId.Location = new System.Drawing.Point(687, 20);
this.txtCompanyId.Name = "txtCompanyId";
this.txtCompanyId.Size = new System.Drawing.Size(90, 16);
this.txtCompanyId.TabIndex = 9;
this.txtCompanyId.Text = "Company Id";
//
// txtRegisterCode
//
this.txtRegisterCode.BackColor = System.Drawing.Color.Wheat;
this.txtRegisterCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtRegisterCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRegisterCode.Location = new System.Drawing.Point(502, 20);
this.txtRegisterCode.Name = "txtRegisterCode";
this.txtRegisterCode.Size = new System.Drawing.Size(79, 16);
this.txtRegisterCode.TabIndex = 8;
this.txtRegisterCode.Text = "Register No";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(625, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 17);
this.label3.TabIndex = 7;
this.label3.Text = "公司代码";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(440, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 17);
this.label1.TabIndex = 6;
this.label1.Text = "协会编号";
//
// txtCompanyName
//
this.txtCompanyName.BackColor = System.Drawing.Color.Wheat;
this.txtCompanyName.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtCompanyName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCompanyName.Location = new System.Drawing.Point(23, 19);
this.txtCompanyName.Name = "txtCompanyName";
this.txtCompanyName.Size = new System.Drawing.Size(291, 19);
this.txtCompanyName.TabIndex = 0;
this.txtCompanyName.Text = "Company Name";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tbpBasicInfo);
this.tabControl1.Controls.Add(this.tbpPeople);
this.tabControl1.Controls.Add(this.tbpProducts);
this.tabControl1.Controls.Add(this.tbpContracts);
this.tabControl1.Controls.Add(this.tpgTask);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.ItemSize = new System.Drawing.Size(60, 26);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(6);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(800, 389);
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl1.TabIndex = 0;
//
// tbpBasicInfo
//
this.tbpBasicInfo.Controls.Add(this.groupBox2);
this.tbpBasicInfo.Controls.Add(this.groupBox1);
this.tbpBasicInfo.Location = new System.Drawing.Point(4, 30);
this.tbpBasicInfo.Name = "tbpBasicInfo";
this.tbpBasicInfo.Padding = new System.Windows.Forms.Padding(3);
this.tbpBasicInfo.Size = new System.Drawing.Size(792, 355);
this.tbpBasicInfo.TabIndex = 0;
this.tbpBasicInfo.Text = "基本信息";
this.tbpBasicInfo.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.cmbMainStrategy);
this.groupBox2.Controls.Add(this.btnSaveBasicInfo);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.txtCompanyShortName);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(3, 228);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(786, 124);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// cmbMainStrategy
//
this.cmbMainStrategy.Enabled = false;
this.cmbMainStrategy.FormattingEnabled = true;
this.cmbMainStrategy.Location = new System.Drawing.Point(378, 35);
this.cmbMainStrategy.Name = "cmbMainStrategy";
this.cmbMainStrategy.Size = new System.Drawing.Size(121, 25);
this.cmbMainStrategy.TabIndex = 30;
//
// btnSaveBasicInfo
//
this.btnSaveBasicInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSaveBasicInfo.Location = new System.Drawing.Point(660, 84);
this.btnSaveBasicInfo.Name = "btnSaveBasicInfo";
this.btnSaveBasicInfo.Size = new System.Drawing.Size(96, 28);
this.btnSaveBasicInfo.TabIndex = 29;
this.btnSaveBasicInfo.Text = "保 存";
this.btnSaveBasicInfo.UseVisualStyleBackColor = true;
this.btnSaveBasicInfo.Click += new System.EventHandler(this.btnSaveBasicInfo_Click);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(16, 38);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(56, 17);
this.label16.TabIndex = 23;
this.label16.Text = "公司简称";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(299, 38);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(56, 17);
this.label15.TabIndex = 25;
this.label15.Text = "主要策略";
//
// txtCompanyShortName
//
this.txtCompanyShortName.BackColor = System.Drawing.SystemColors.Window;
this.txtCompanyShortName.Location = new System.Drawing.Point(95, 35);
this.txtCompanyShortName.MaxLength = 100;
this.txtCompanyShortName.Name = "txtCompanyShortName";
this.txtCompanyShortName.Size = new System.Drawing.Size(149, 23);
this.txtCompanyShortName.TabIndex = 24;
this.txtCompanyShortName.Text = "ABCD";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtAmacUpdateDate);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.lklAmacURL);
this.groupBox1.Controls.Add(this.txtOwner);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtIsQualifiedAdvisor);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.txtAssetSize);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.txtBusinessType);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.txtCompanyType);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtOrgType);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtBusinessAddress);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtOrgCode);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtRegisterAddress);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtIncoporationDate);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(786, 225);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "协会信息";
//
// txtAmacUpdateDate
//
this.txtAmacUpdateDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtAmacUpdateDate.Location = new System.Drawing.Point(660, 183);
this.txtAmacUpdateDate.Name = "txtAmacUpdateDate";
this.txtAmacUpdateDate.Size = new System.Drawing.Size(96, 16);
this.txtAmacUpdateDate.TabIndex = 22;
this.txtAmacUpdateDate.Text = "XXXX-XX-XX";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(581, 183);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(56, 17);
this.label13.TabIndex = 21;
this.label13.Text = "更新时间";
//
// lklAmacURL
//
this.lklAmacURL.AutoSize = true;
this.lklAmacURL.Location = new System.Drawing.Point(19, 183);
this.lklAmacURL.Name = "lklAmacURL";
this.lklAmacURL.Size = new System.Drawing.Size(56, 17);
this.lklAmacURL.TabIndex = 20;
this.lklAmacURL.TabStop = true;
this.lklAmacURL.Text = "协会链接";
//
// txtOwner
//
this.txtOwner.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtOwner.Location = new System.Drawing.Point(660, 147);
this.txtOwner.Name = "txtOwner";
this.txtOwner.Size = new System.Drawing.Size(96, 16);
this.txtOwner.TabIndex = 19;
this.txtOwner.Text = "Real Owner";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(581, 147);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(44, 17);
this.label10.TabIndex = 18;
this.label10.Text = "实控人";
//
// txtIsQualifiedAdvisor
//
this.txtIsQualifiedAdvisor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtIsQualifiedAdvisor.Location = new System.Drawing.Point(378, 147);
this.txtIsQualifiedAdvisor.Name = "txtIsQualifiedAdvisor";
this.txtIsQualifiedAdvisor.Size = new System.Drawing.Size(111, 16);
this.txtIsQualifiedAdvisor.TabIndex = 17;
this.txtIsQualifiedAdvisor.Text = "Qualified Advisor";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(299, 147);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(56, 17);
this.label11.TabIndex = 16;
this.label11.Text = "三方投顾";
//
// txtAssetSize
//
this.txtAssetSize.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtAssetSize.Location = new System.Drawing.Point(95, 147);
this.txtAssetSize.Name = "txtAssetSize";
this.txtAssetSize.Size = new System.Drawing.Size(149, 16);
this.txtAssetSize.TabIndex = 15;
this.txtAssetSize.Text = "50-100亿";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(16, 147);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(56, 17);
this.label12.TabIndex = 14;
this.label12.Text = "管理规模";
//
// txtBusinessType
//
this.txtBusinessType.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtBusinessType.Location = new System.Drawing.Point(660, 111);
this.txtBusinessType.Name = "txtBusinessType";
this.txtBusinessType.Size = new System.Drawing.Size(96, 16);
this.txtBusinessType.TabIndex = 13;
this.txtBusinessType.Text = "Business Type";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(581, 111);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(56, 17);
this.label9.TabIndex = 12;
this.label9.Text = "业务类型";
//
// txtCompanyType
//
this.txtCompanyType.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtCompanyType.Location = new System.Drawing.Point(378, 111);
this.txtCompanyType.Name = "txtCompanyType";
this.txtCompanyType.Size = new System.Drawing.Size(111, 16);
this.txtCompanyType.TabIndex = 11;
this.txtCompanyType.Text = "Company Type";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(299, 111);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 17);
this.label7.TabIndex = 10;
this.label7.Text = "机构类型";
//
// txtOrgType
//
this.txtOrgType.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtOrgType.Location = new System.Drawing.Point(95, 111);
this.txtOrgType.Name = "txtOrgType";
this.txtOrgType.Size = new System.Drawing.Size(149, 16);
this.txtOrgType.TabIndex = 9;
this.txtOrgType.Text = "Organization Type";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(16, 111);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 17);
this.label8.TabIndex = 8;
this.label8.Text = "企业性质";
//
// txtBusinessAddress
//
this.txtBusinessAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtBusinessAddress.Location = new System.Drawing.Point(378, 75);
this.txtBusinessAddress.Name = "txtBusinessAddress";
this.txtBusinessAddress.Size = new System.Drawing.Size(378, 16);
this.txtBusinessAddress.TabIndex = 7;
this.txtBusinessAddress.Text = "Business Address";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(299, 75);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 17);
this.label5.TabIndex = 6;
this.label5.Text = "办公地址";
//
// txtOrgCode
//
this.txtOrgCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtOrgCode.Location = new System.Drawing.Point(95, 75);
this.txtOrgCode.Name = "txtOrgCode";
this.txtOrgCode.Size = new System.Drawing.Size(149, 16);
this.txtOrgCode.TabIndex = 5;
this.txtOrgCode.Text = "012345678901234567";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(16, 75);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 17);
this.label6.TabIndex = 4;
this.label6.Text = "组织代码";
//
// txtRegisterAddress
//
this.txtRegisterAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtRegisterAddress.Location = new System.Drawing.Point(378, 39);
this.txtRegisterAddress.Name = "txtRegisterAddress";
this.txtRegisterAddress.Size = new System.Drawing.Size(378, 16);
this.txtRegisterAddress.TabIndex = 3;
this.txtRegisterAddress.Text = "Register Address";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(299, 39);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 17);
this.label4.TabIndex = 2;
this.label4.Text = "注册地址";
//
// txtIncoporationDate
//
this.txtIncoporationDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtIncoporationDate.Location = new System.Drawing.Point(95, 39);
this.txtIncoporationDate.Name = "txtIncoporationDate";
this.txtIncoporationDate.Size = new System.Drawing.Size(100, 16);
this.txtIncoporationDate.TabIndex = 1;
this.txtIncoporationDate.Text = "XXXX-XX-XX";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 17);
this.label2.TabIndex = 0;
this.label2.Text = "成立时间";
//
// tbpPeople
//
this.tbpPeople.Controls.Add(this.grdContacts);
this.tbpPeople.Controls.Add(this.panel1);
this.tbpPeople.Location = new System.Drawing.Point(4, 30);
this.tbpPeople.Name = "tbpPeople";
this.tbpPeople.Padding = new System.Windows.Forms.Padding(3);
this.tbpPeople.Size = new System.Drawing.Size(792, 355);
this.tbpPeople.TabIndex = 1;
this.tbpPeople.Text = "人员";
this.tbpPeople.UseVisualStyleBackColor = true;
//
// grdContacts
//
this.grdContacts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdContacts.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdContacts.Location = new System.Drawing.Point(3, 53);
this.grdContacts.Name = "grdContacts";
this.grdContacts.RowTemplate.Height = 23;
this.grdContacts.Size = new System.Drawing.Size(786, 299);
this.grdContacts.TabIndex = 1;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Linen;
this.panel1.Controls.Add(this.lblContactsCount);
this.panel1.Controls.Add(this.label17);
this.panel1.Controls.Add(this.btnSaveContact);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(786, 50);
this.panel1.TabIndex = 0;
//
// lblContactsCount
//
this.lblContactsCount.AutoSize = true;
this.lblContactsCount.Location = new System.Drawing.Point(88, 19);
this.lblContactsCount.Name = "lblContactsCount";
this.lblContactsCount.Size = new System.Drawing.Size(15, 17);
this.lblContactsCount.TabIndex = 8;
this.lblContactsCount.Text = "0";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(13, 19);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(80, 17);
this.label17.TabIndex = 7;
this.label17.Text = "联系人总数:";
//
// btnSaveContact
//
this.btnSaveContact.Location = new System.Drawing.Point(649, 13);
this.btnSaveContact.Name = "btnSaveContact";
this.btnSaveContact.Size = new System.Drawing.Size(121, 28);
this.btnSaveContact.TabIndex = 0;
this.btnSaveContact.Text = "保 存";
this.btnSaveContact.UseVisualStyleBackColor = true;
this.btnSaveContact.Click += new System.EventHandler(this.btnSaveContact_Click);
//
// tbpProducts
//
this.tbpProducts.Controls.Add(this.sstCompany);
this.tbpProducts.Controls.Add(this.grdFund);
this.tbpProducts.Controls.Add(this.panel2);
this.tbpProducts.Location = new System.Drawing.Point(4, 30);
this.tbpProducts.Name = "tbpProducts";
this.tbpProducts.Size = new System.Drawing.Size(792, 355);
this.tbpProducts.TabIndex = 2;
this.tbpProducts.Text = "产品";
this.tbpProducts.UseVisualStyleBackColor = true;
//
// sstCompany
//
this.sstCompany.Location = new System.Drawing.Point(0, 333);
this.sstCompany.Name = "sstCompany";
this.sstCompany.Size = new System.Drawing.Size(792, 22);
this.sstCompany.TabIndex = 2;
this.sstCompany.Text = "statusStrip1";
//
// grdFund
//
this.grdFund.AllowUserToAddRows = false;
this.grdFund.AllowUserToDeleteRows = false;
this.grdFund.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdFund.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdFund.Location = new System.Drawing.Point(0, 56);
this.grdFund.Name = "grdFund";
this.grdFund.ReadOnly = true;
this.grdFund.RowHeadersVisible = false;
this.grdFund.RowTemplate.Height = 23;
this.grdFund.Size = new System.Drawing.Size(792, 299);
this.grdFund.TabIndex = 1;
this.grdFund.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFund_CellClick);
//
// panel2
//
this.panel2.Controls.Add(this.dtpInceptionDate);
this.panel2.Controls.Add(this.label19);
this.panel2.Controls.Add(this.cmbStrategy);
this.panel2.Controls.Add(this.label18);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(792, 56);
this.panel2.TabIndex = 0;
//
// dtpInceptionDate
//
this.dtpInceptionDate.Location = new System.Drawing.Point(317, 16);
this.dtpInceptionDate.Name = "dtpInceptionDate";
this.dtpInceptionDate.Size = new System.Drawing.Size(114, 23);
this.dtpInceptionDate.TabIndex = 3;
this.dtpInceptionDate.ValueChanged += new System.EventHandler(this.dtpInceptionDate_ValueChanged);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(254, 18);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(56, 17);
this.label19.TabIndex = 2;
this.label19.Text = "成立早于";
//
// cmbStrategy
//
this.cmbStrategy.FormattingEnabled = true;
this.cmbStrategy.Location = new System.Drawing.Point(80, 15);
this.cmbStrategy.Name = "cmbStrategy";
this.cmbStrategy.Size = new System.Drawing.Size(121, 25);
this.cmbStrategy.TabIndex = 1;
this.cmbStrategy.SelectedIndexChanged += new System.EventHandler(this.cmbStrategy_SelectedIndexChanged);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(9, 18);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(56, 17);
this.label18.TabIndex = 0;
this.label18.Text = "投资策略";
//
// tbpContracts
//
this.tbpContracts.Controls.Add(this.groupBox4);
this.tbpContracts.Controls.Add(this.groupBox3);
this.tbpContracts.Location = new System.Drawing.Point(4, 30);
this.tbpContracts.Margin = new System.Windows.Forms.Padding(6);
this.tbpContracts.Name = "tbpContracts";
this.tbpContracts.Padding = new System.Windows.Forms.Padding(3);
this.tbpContracts.Size = new System.Drawing.Size(792, 355);
this.tbpContracts.TabIndex = 3;
this.tbpContracts.Text = "合作";
this.tbpContracts.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.flowLayoutPanel1);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(3, 155);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(786, 197);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "协议文件";
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoScroll = true;
this.flowLayoutPanel1.Controls.Add(this.btnUploadFile);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 19);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(780, 175);
this.flowLayoutPanel1.TabIndex = 0;
//
// btnUploadFile
//
this.btnUploadFile.Location = new System.Drawing.Point(3, 3);
this.btnUploadFile.Name = "btnUploadFile";
this.btnUploadFile.Size = new System.Drawing.Size(133, 170);
this.btnUploadFile.TabIndex = 0;
this.btnUploadFile.Text = "上传协议";
this.btnUploadFile.UseVisualStyleBackColor = true;
this.btnUploadFile.Click += new System.EventHandler(this.btnUploadFile_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnAuthorizeFunds);
this.groupBox3.Controls.Add(this.chkIsAuthorized);
this.groupBox3.Controls.Add(this.clbContactor);
this.groupBox3.Controls.Add(this.clbCollector);
this.groupBox3.Controls.Add(this.btnSaveContactor);
this.groupBox3.Controls.Add(this.label20);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new System.Drawing.Point(3, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(786, 152);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
//
// clbContactor
//
this.clbContactor.CheckOnClick = true;
this.clbContactor.FormattingEnabled = true;
this.clbContactor.Location = new System.Drawing.Point(91, 23);
this.clbContactor.Name = "clbContactor";
this.clbContactor.Size = new System.Drawing.Size(138, 94);
this.clbContactor.TabIndex = 6;
//
// clbCollector
//
this.clbCollector.CheckOnClick = true;
this.clbCollector.FormattingEnabled = true;
this.clbCollector.Location = new System.Drawing.Point(350, 23);
this.clbCollector.Name = "clbCollector";
this.clbCollector.Size = new System.Drawing.Size(138, 94);
this.clbCollector.TabIndex = 7;
//
// btnSaveContactor
//
this.btnSaveContactor.Location = new System.Drawing.Point(649, 89);
this.btnSaveContactor.Name = "btnSaveContactor";
this.btnSaveContactor.Size = new System.Drawing.Size(121, 28);
this.btnSaveContactor.TabIndex = 4;
this.btnSaveContactor.Text = "保 存";
this.btnSaveContactor.UseVisualStyleBackColor = true;
this.btnSaveContactor.Click += new System.EventHandler(this.btnSaveContactor_Click);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(278, 27);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(44, 17);
this.label20.TabIndex = 2;
this.label20.Text = "数据员";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(19, 27);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(44, 17);
this.label14.TabIndex = 0;
this.label14.Text = "联络员";
//
// tpgTask
//
this.tpgTask.Controls.Add(this.grdTaskList);
this.tpgTask.Controls.Add(this.panel3);
this.tpgTask.Location = new System.Drawing.Point(4, 30);
this.tpgTask.Name = "tpgTask";
this.tpgTask.Size = new System.Drawing.Size(792, 355);
this.tpgTask.TabIndex = 4;
this.tpgTask.Text = "任务";
this.tpgTask.UseVisualStyleBackColor = true;
//
// grdTaskList
//
this.grdTaskList.AllowUserToAddRows = false;
this.grdTaskList.AllowUserToDeleteRows = false;
this.grdTaskList.AllowUserToOrderColumns = true;
this.grdTaskList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdTaskList.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdTaskList.Location = new System.Drawing.Point(0, 51);
this.grdTaskList.Name = "grdTaskList";
this.grdTaskList.ReadOnly = true;
this.grdTaskList.RowHeadersVisible = false;
this.grdTaskList.RowTemplate.Height = 23;
this.grdTaskList.Size = new System.Drawing.Size(792, 304);
this.grdTaskList.TabIndex = 1;
this.grdTaskList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdTaskList_CellClick);
//
// panel3
//
this.panel3.Controls.Add(this.cmbTaskType);
this.panel3.Controls.Add(this.btnAddtTask);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(792, 51);
this.panel3.TabIndex = 0;
//
// cmbTaskType
//
this.cmbTaskType.FormattingEnabled = true;
this.cmbTaskType.Location = new System.Drawing.Point(19, 13);
this.cmbTaskType.Name = "cmbTaskType";
this.cmbTaskType.Size = new System.Drawing.Size(121, 25);
this.cmbTaskType.TabIndex = 3;
this.cmbTaskType.SelectedIndexChanged += new System.EventHandler(this.cmbTaskType_SelectedIndexChanged);
//
// btnAddtTask
//
this.btnAddtTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAddtTask.BackColor = System.Drawing.Color.Transparent;
this.btnAddtTask.Location = new System.Drawing.Point(661, 11);
this.btnAddtTask.Name = "btnAddtTask";
this.btnAddtTask.Size = new System.Drawing.Size(121, 28);
this.btnAddtTask.TabIndex = 2;
this.btnAddtTask.Text = "添 加 任 务";
this.btnAddtTask.UseVisualStyleBackColor = false;
this.btnAddtTask.Click += new System.EventHandler(this.btnAddtTask_Click);
//
// chkIsAuthorized
//
this.chkIsAuthorized.AutoSize = true;
this.chkIsAuthorized.Location = new System.Drawing.Point(559, 25);
this.chkIsAuthorized.Name = "chkIsAuthorized";
this.chkIsAuthorized.Size = new System.Drawing.Size(75, 21);
this.chkIsAuthorized.TabIndex = 8;
this.chkIsAuthorized.Text = "授权合作";
this.chkIsAuthorized.UseVisualStyleBackColor = true;
//
// btnAuthorizeFunds
//
this.btnAuthorizeFunds.Location = new System.Drawing.Point(649, 21);
this.btnAuthorizeFunds.Name = "btnAuthorizeFunds";
this.btnAuthorizeFunds.Size = new System.Drawing.Size(121, 28);
this.btnAuthorizeFunds.TabIndex = 9;
this.btnAuthorizeFunds.Text = "批量基金授权";
this.btnAuthorizeFunds.UseVisualStyleBackColor = true;
this.btnAuthorizeFunds.Click += new System.EventHandler(this.btnAuthorizeFunds_Click);
//
// UICompany
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.splitContainer1);
this.Name = "UICompany";
this.Text = "公司";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tbpBasicInfo.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tbpPeople.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdContacts)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tbpProducts.ResumeLayout(false);
this.tbpProducts.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdFund)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.tbpContracts.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.tpgTask.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdTaskList)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tbpBasicInfo;
private System.Windows.Forms.TabPage tbpPeople;
private System.Windows.Forms.TabPage tbpProducts;
private System.Windows.Forms.TabPage tbpContracts;
private System.Windows.Forms.TextBox txtCompanyName;
private System.Windows.Forms.TextBox txtCompanyId;
private System.Windows.Forms.TextBox txtRegisterCode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtRegisterAddress;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtIncoporationDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtBusinessAddress;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtOrgCode;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtCompanyType;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtOrgType;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtAmacUpdateDate;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.LinkLabel lklAmacURL;
private System.Windows.Forms.TextBox txtOwner;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtIsQualifiedAdvisor;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtAssetSize;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtBusinessType;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox txtCompanyShortName;
private System.Windows.Forms.Button btnSaveBasicInfo;
private System.Windows.Forms.ComboBox cmbMainStrategy;
private System.Windows.Forms.DataGridView grdContacts;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnSaveContact;
private System.Windows.Forms.Label lblContactsCount;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.DataGridView grdFund;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ComboBox cmbStrategy;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.DateTimePicker dtpInceptionDate;
private System.Windows.Forms.StatusStrip sstCompany;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button btnUploadFile;
private System.Windows.Forms.OpenFileDialog ofdUploadFile;
private System.Windows.Forms.Button btnSaveContactor;
private System.Windows.Forms.CheckedListBox clbContactor;
private System.Windows.Forms.CheckedListBox clbCollector;
private System.Windows.Forms.TabPage tpgTask;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button btnAddtTask;
private System.Windows.Forms.DataGridView grdTaskList;
private System.Windows.Forms.ComboBox cmbTaskType;
private System.Windows.Forms.CheckBox chkIsAuthorized;
private System.Windows.Forms.Button btnAuthorizeFunds;
}
}