Form2.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace JLHHJSvr
  2. {
  3. partial class Form2
  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.button1 = new System.Windows.Forms.Button();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.textBox3 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.textBox4 = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(74, 448);
  43. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  44. this.label1.Name = "label1";
  45. this.label1.Size = new System.Drawing.Size(286, 24);
  46. this.label1.TabIndex = 0;
  47. this.label1.Text = "报价唯一码列表,逗号分隔";
  48. //
  49. // textBox1
  50. //
  51. this.textBox1.Location = new System.Drawing.Point(78, 478);
  52. this.textBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  53. this.textBox1.Multiline = true;
  54. this.textBox1.Name = "textBox1";
  55. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  56. this.textBox1.Size = new System.Drawing.Size(1468, 262);
  57. this.textBox1.TabIndex = 1;
  58. //
  59. // button1
  60. //
  61. this.button1.Location = new System.Drawing.Point(1290, 756);
  62. this.button1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  63. this.button1.Name = "button1";
  64. this.button1.Size = new System.Drawing.Size(150, 46);
  65. this.button1.TabIndex = 2;
  66. this.button1.Text = "同步";
  67. this.button1.UseVisualStyleBackColor = true;
  68. this.button1.Click += new System.EventHandler(this.button1_Click);
  69. //
  70. // textBox2
  71. //
  72. this.textBox2.Location = new System.Drawing.Point(348, 130);
  73. this.textBox2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  74. this.textBox2.Name = "textBox2";
  75. this.textBox2.Size = new System.Drawing.Size(196, 35);
  76. this.textBox2.TabIndex = 3;
  77. this.textBox2.Text = "super";
  78. //
  79. // textBox3
  80. //
  81. this.textBox3.Location = new System.Drawing.Point(348, 226);
  82. this.textBox3.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  83. this.textBox3.Name = "textBox3";
  84. this.textBox3.Size = new System.Drawing.Size(196, 35);
  85. this.textBox3.TabIndex = 4;
  86. this.textBox3.UseSystemPasswordChar = true;
  87. //
  88. // label2
  89. //
  90. this.label2.AutoSize = true;
  91. this.label2.Location = new System.Drawing.Point(182, 146);
  92. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(82, 24);
  95. this.label2.TabIndex = 5;
  96. this.label2.Text = "用户名";
  97. //
  98. // label3
  99. //
  100. this.label3.AutoSize = true;
  101. this.label3.Location = new System.Drawing.Point(186, 242);
  102. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  103. this.label3.Name = "label3";
  104. this.label3.Size = new System.Drawing.Size(58, 24);
  105. this.label3.TabIndex = 6;
  106. this.label3.Text = "密码";
  107. //
  108. // textBox4
  109. //
  110. this.textBox4.Location = new System.Drawing.Point(348, 54);
  111. this.textBox4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  112. this.textBox4.Name = "textBox4";
  113. this.textBox4.Size = new System.Drawing.Size(1198, 35);
  114. this.textBox4.TabIndex = 7;
  115. this.textBox4.Text = "http://8.134.222.185:9076/api/common/";
  116. //
  117. // label4
  118. //
  119. this.label4.AutoSize = true;
  120. this.label4.Location = new System.Drawing.Point(186, 70);
  121. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  122. this.label4.Name = "label4";
  123. this.label4.Size = new System.Drawing.Size(94, 24);
  124. this.label4.TabIndex = 8;
  125. this.label4.Text = "api前缀";
  126. //
  127. // Form2
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(1600, 900);
  132. this.Controls.Add(this.label4);
  133. this.Controls.Add(this.textBox4);
  134. this.Controls.Add(this.label3);
  135. this.Controls.Add(this.label2);
  136. this.Controls.Add(this.textBox3);
  137. this.Controls.Add(this.textBox2);
  138. this.Controls.Add(this.button1);
  139. this.Controls.Add(this.textBox1);
  140. this.Controls.Add(this.label1);
  141. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  142. this.Name = "Form2";
  143. this.Text = "Form2";
  144. this.ResumeLayout(false);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private System.Windows.Forms.Label label1;
  149. private System.Windows.Forms.TextBox textBox1;
  150. private System.Windows.Forms.Button button1;
  151. private System.Windows.Forms.TextBox textBox2;
  152. private System.Windows.Forms.TextBox textBox3;
  153. private System.Windows.Forms.Label label2;
  154. private System.Windows.Forms.Label label3;
  155. private System.Windows.Forms.TextBox textBox4;
  156. private System.Windows.Forms.Label label4;
  157. }
  158. }