UIBuckAuthorizeFund.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. namespace DataManager
  2. {
  3. partial class UIBuckAuthorizeFund
  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.label1 = new System.Windows.Forms.Label();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.txtFundIds = new System.Windows.Forms.TextBox();
  31. this.btnBuckAuthorizeFund = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.label1.Location = new System.Drawing.Point(26, 23);
  40. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(503, 20);
  43. this.label1.TabIndex = 0;
  44. this.label1.Text = "在下面输入基金备案编码,多个编码用逗号(半角英文)分隔,最长2000个字母";
  45. //
  46. // textBox1
  47. //
  48. this.textBox1.BackColor = System.Drawing.SystemColors.Menu;
  49. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  50. this.textBox1.ForeColor = System.Drawing.SystemColors.GrayText;
  51. this.textBox1.Location = new System.Drawing.Point(29, 60);
  52. this.textBox1.Name = "textBox1";
  53. this.textBox1.ReadOnly = true;
  54. this.textBox1.Size = new System.Drawing.Size(589, 16);
  55. this.textBox1.TabIndex = 1;
  56. this.textBox1.Text = "比如:SSJ951,SSM160,SSX250,SNX208,SVD536,SNR532,SNT610,SB7390,SAAS16,S22965,SAJL51";
  57. //
  58. // txtFundIds
  59. //
  60. this.txtFundIds.Location = new System.Drawing.Point(30, 93);
  61. this.txtFundIds.MaxLength = 2000;
  62. this.txtFundIds.Multiline = true;
  63. this.txtFundIds.Name = "txtFundIds";
  64. this.txtFundIds.Size = new System.Drawing.Size(588, 159);
  65. this.txtFundIds.TabIndex = 2;
  66. //
  67. // btnBuckAuthorizeFund
  68. //
  69. this.btnBuckAuthorizeFund.Location = new System.Drawing.Point(497, 272);
  70. this.btnBuckAuthorizeFund.Name = "btnBuckAuthorizeFund";
  71. this.btnBuckAuthorizeFund.Size = new System.Drawing.Size(121, 28);
  72. this.btnBuckAuthorizeFund.TabIndex = 5;
  73. this.btnBuckAuthorizeFund.Text = "保 存";
  74. this.btnBuckAuthorizeFund.UseVisualStyleBackColor = true;
  75. this.btnBuckAuthorizeFund.Click += new System.EventHandler(this.btnBuckAuthorizeFund_Click);
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label2.Location = new System.Drawing.Point(26, 276);
  82. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(275, 20);
  85. this.label2.TabIndex = 6;
  86. this.label2.Text = "注意啦~ 取消授权需要在基金页面挨个勾选";
  87. //
  88. // UIBuckAuthorizeFund
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(645, 315);
  93. this.Controls.Add(this.label2);
  94. this.Controls.Add(this.btnBuckAuthorizeFund);
  95. this.Controls.Add(this.txtFundIds);
  96. this.Controls.Add(this.textBox1);
  97. this.Controls.Add(this.label1);
  98. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.Margin = new System.Windows.Forms.Padding(4);
  100. this.Name = "UIBuckAuthorizeFund";
  101. this.Text = "批量基金授权";
  102. this.ResumeLayout(false);
  103. this.PerformLayout();
  104. }
  105. #endregion
  106. private System.Windows.Forms.Label label1;
  107. private System.Windows.Forms.TextBox textBox1;
  108. private System.Windows.Forms.TextBox txtFundIds;
  109. private System.Windows.Forms.Button btnBuckAuthorizeFund;
  110. private System.Windows.Forms.Label label2;
  111. }
  112. }