Form2.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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(37, 224);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(143, 12);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "mattressid列表,逗号分隔";
  47. //
  48. // textBox1
  49. //
  50. this.textBox1.Location = new System.Drawing.Point(39, 239);
  51. this.textBox1.Multiline = true;
  52. this.textBox1.Name = "textBox1";
  53. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  54. this.textBox1.Size = new System.Drawing.Size(736, 133);
  55. this.textBox1.TabIndex = 1;
  56. //
  57. // button1
  58. //
  59. this.button1.Location = new System.Drawing.Point(645, 378);
  60. this.button1.Name = "button1";
  61. this.button1.Size = new System.Drawing.Size(75, 23);
  62. this.button1.TabIndex = 2;
  63. this.button1.Text = "同步";
  64. this.button1.UseVisualStyleBackColor = true;
  65. this.button1.Click += new System.EventHandler(this.button1_Click);
  66. //
  67. // textBox2
  68. //
  69. this.textBox2.Location = new System.Drawing.Point(174, 65);
  70. this.textBox2.Name = "textBox2";
  71. this.textBox2.Size = new System.Drawing.Size(100, 21);
  72. this.textBox2.TabIndex = 3;
  73. this.textBox2.Text = "super";
  74. //
  75. // textBox3
  76. //
  77. this.textBox3.Location = new System.Drawing.Point(174, 113);
  78. this.textBox3.Name = "textBox3";
  79. this.textBox3.Size = new System.Drawing.Size(100, 21);
  80. this.textBox3.TabIndex = 4;
  81. this.textBox3.UseSystemPasswordChar = true;
  82. //
  83. // label2
  84. //
  85. this.label2.AutoSize = true;
  86. this.label2.Location = new System.Drawing.Point(91, 73);
  87. this.label2.Name = "label2";
  88. this.label2.Size = new System.Drawing.Size(41, 12);
  89. this.label2.TabIndex = 5;
  90. this.label2.Text = "用户名";
  91. //
  92. // label3
  93. //
  94. this.label3.AutoSize = true;
  95. this.label3.Location = new System.Drawing.Point(93, 121);
  96. this.label3.Name = "label3";
  97. this.label3.Size = new System.Drawing.Size(29, 12);
  98. this.label3.TabIndex = 6;
  99. this.label3.Text = "密码";
  100. //
  101. // textBox4
  102. //
  103. this.textBox4.Location = new System.Drawing.Point(174, 27);
  104. this.textBox4.Name = "textBox4";
  105. this.textBox4.Size = new System.Drawing.Size(601, 21);
  106. this.textBox4.TabIndex = 7;
  107. this.textBox4.Text = "http://8.134.222.185:9076/api/common/";
  108. //
  109. // label4
  110. //
  111. this.label4.AutoSize = true;
  112. this.label4.Location = new System.Drawing.Point(93, 35);
  113. this.label4.Name = "label4";
  114. this.label4.Size = new System.Drawing.Size(47, 12);
  115. this.label4.TabIndex = 8;
  116. this.label4.Text = "api前缀";
  117. //
  118. // Form2
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(800, 450);
  123. this.Controls.Add(this.label4);
  124. this.Controls.Add(this.textBox4);
  125. this.Controls.Add(this.label3);
  126. this.Controls.Add(this.label2);
  127. this.Controls.Add(this.textBox3);
  128. this.Controls.Add(this.textBox2);
  129. this.Controls.Add(this.button1);
  130. this.Controls.Add(this.textBox1);
  131. this.Controls.Add(this.label1);
  132. this.Name = "Form2";
  133. this.Text = "Form2";
  134. this.ResumeLayout(false);
  135. this.PerformLayout();
  136. }
  137. #endregion
  138. private System.Windows.Forms.Label label1;
  139. private System.Windows.Forms.TextBox textBox1;
  140. private System.Windows.Forms.Button button1;
  141. private System.Windows.Forms.TextBox textBox2;
  142. private System.Windows.Forms.TextBox textBox3;
  143. private System.Windows.Forms.Label label2;
  144. private System.Windows.Forms.Label label3;
  145. private System.Windows.Forms.TextBox textBox4;
  146. private System.Windows.Forms.Label label4;
  147. }
  148. }