Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

130 строки
5.0 KiB

  1. namespace Quanjiang.DigitalScholl.DataSync
  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.button1 = new System.Windows.Forms.Button();
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.textBox4 = new System.Windows.Forms.TextBox();
  31. this.mixtxt = new System.Windows.Forms.TextBox();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.admtxt = new System.Windows.Forms.Label();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.Location = new System.Drawing.Point(205, 276);
  41. this.button1.Name = "button1";
  42. this.button1.Size = new System.Drawing.Size(75, 23);
  43. this.button1.TabIndex = 0;
  44. this.button1.Text = "button1";
  45. this.button1.UseVisualStyleBackColor = true;
  46. this.button1.Click += new System.EventHandler(this.button1_Click);
  47. //
  48. // textBox4
  49. //
  50. this.textBox4.Location = new System.Drawing.Point(205, 223);
  51. this.textBox4.Name = "textBox4";
  52. this.textBox4.Size = new System.Drawing.Size(372, 21);
  53. this.textBox4.TabIndex = 1;
  54. //
  55. // mixtxt
  56. //
  57. this.mixtxt.Location = new System.Drawing.Point(205, 70);
  58. this.mixtxt.Name = "mixtxt";
  59. this.mixtxt.Size = new System.Drawing.Size(372, 21);
  60. this.mixtxt.TabIndex = 2;
  61. //
  62. // textBox2
  63. //
  64. this.textBox2.Location = new System.Drawing.Point(205, 126);
  65. this.textBox2.Name = "textBox2";
  66. this.textBox2.Size = new System.Drawing.Size(372, 21);
  67. this.textBox2.TabIndex = 2;
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Location = new System.Drawing.Point(138, 73);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(23, 12);
  75. this.label1.TabIndex = 3;
  76. this.label1.Text = "mis";
  77. //
  78. // admtxt
  79. //
  80. this.admtxt.AutoSize = true;
  81. this.admtxt.Location = new System.Drawing.Point(138, 135);
  82. this.admtxt.Name = "admtxt";
  83. this.admtxt.Size = new System.Drawing.Size(23, 12);
  84. this.admtxt.TabIndex = 3;
  85. this.admtxt.Text = "adm";
  86. //
  87. // button2
  88. //
  89. this.button2.Location = new System.Drawing.Point(205, 168);
  90. this.button2.Name = "button2";
  91. this.button2.Size = new System.Drawing.Size(75, 23);
  92. this.button2.TabIndex = 4;
  93. this.button2.Text = "button2";
  94. this.button2.UseVisualStyleBackColor = true;
  95. this.button2.Click += new System.EventHandler(this.button2_Click);
  96. //
  97. // Form2
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(800, 450);
  102. this.Controls.Add(this.button2);
  103. this.Controls.Add(this.admtxt);
  104. this.Controls.Add(this.label1);
  105. this.Controls.Add(this.textBox2);
  106. this.Controls.Add(this.mixtxt);
  107. this.Controls.Add(this.textBox4);
  108. this.Controls.Add(this.button1);
  109. this.Name = "Form2";
  110. this.Text = "Form2";
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private System.Windows.Forms.Button button1;
  116. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  117. private System.Windows.Forms.TextBox textBox4;
  118. private System.Windows.Forms.TextBox mixtxt;
  119. private System.Windows.Forms.TextBox textBox2;
  120. private System.Windows.Forms.Label label1;
  121. private System.Windows.Forms.Label admtxt;
  122. private System.Windows.Forms.Button button2;
  123. }
  124. }