namespace DataManager
{
partial class UIBuckAuthorizeFund
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.txtFundIds = new System.Windows.Forms.TextBox();
this.btnBuckAuthorizeFund = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(26, 23);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(503, 20);
this.label1.TabIndex = 0;
this.label1.Text = "在下面输入基金备案编码,多个编码用逗号(半角英文)分隔,最长2000个字母";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.Menu;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.ForeColor = System.Drawing.SystemColors.GrayText;
this.textBox1.Location = new System.Drawing.Point(29, 60);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(589, 16);
this.textBox1.TabIndex = 1;
this.textBox1.Text = "比如:SSJ951,SSM160,SSX250,SNX208,SVD536,SNR532,SNT610,SB7390,SAAS16,S22965,SAJL51";
//
// txtFundIds
//
this.txtFundIds.Location = new System.Drawing.Point(30, 93);
this.txtFundIds.MaxLength = 2000;
this.txtFundIds.Multiline = true;
this.txtFundIds.Name = "txtFundIds";
this.txtFundIds.Size = new System.Drawing.Size(588, 159);
this.txtFundIds.TabIndex = 2;
//
// btnBuckAuthorizeFund
//
this.btnBuckAuthorizeFund.Location = new System.Drawing.Point(497, 272);
this.btnBuckAuthorizeFund.Name = "btnBuckAuthorizeFund";
this.btnBuckAuthorizeFund.Size = new System.Drawing.Size(121, 28);
this.btnBuckAuthorizeFund.TabIndex = 5;
this.btnBuckAuthorizeFund.Text = "保 存";
this.btnBuckAuthorizeFund.UseVisualStyleBackColor = true;
this.btnBuckAuthorizeFund.Click += new System.EventHandler(this.btnBuckAuthorizeFund_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(26, 276);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(275, 20);
this.label2.TabIndex = 6;
this.label2.Text = "注意啦~ 取消授权需要在基金页面挨个勾选";
//
// UIBuckAuthorizeFund
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(645, 315);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnBuckAuthorizeFund);
this.Controls.Add(this.txtFundIds);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "UIBuckAuthorizeFund";
this.Text = "批量基金授权";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox txtFundIds;
private System.Windows.Forms.Button btnBuckAuthorizeFund;
private System.Windows.Forms.Label label2;
}
}