Form1.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace _08_2_WsClient
  2. {
  3. partial class Form1
  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.label1 = new System.Windows.Forms.Label();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.button5 = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  42. this.button1.Location = new System.Drawing.Point(12, 12);
  43. this.button1.Name = "button1";
  44. this.button1.Size = new System.Drawing.Size(184, 54);
  45. this.button1.TabIndex = 0;
  46. this.button1.Text = "Hello";
  47. this.button1.UseVisualStyleBackColor = true;
  48. this.button1.Click += new System.EventHandler(this.button1_Click);
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  54. this.label1.Location = new System.Drawing.Point(20, 89);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(70, 25);
  57. this.label1.TabIndex = 1;
  58. this.label1.Text = "label1";
  59. //
  60. // button2
  61. //
  62. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  63. this.button2.Location = new System.Drawing.Point(213, 12);
  64. this.button2.Name = "button2";
  65. this.button2.Size = new System.Drawing.Size(184, 54);
  66. this.button2.TabIndex = 2;
  67. this.button2.Text = "Doubles";
  68. this.button2.UseVisualStyleBackColor = true;
  69. this.button2.Click += new System.EventHandler(this.button2_Click);
  70. //
  71. // textBox1
  72. //
  73. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  74. | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.textBox1.Location = new System.Drawing.Point(25, 117);
  77. this.textBox1.Multiline = true;
  78. this.textBox1.Name = "textBox1";
  79. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  80. this.textBox1.Size = new System.Drawing.Size(945, 328);
  81. this.textBox1.TabIndex = 3;
  82. this.textBox1.WordWrap = false;
  83. //
  84. // button3
  85. //
  86. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  87. this.button3.Location = new System.Drawing.Point(413, 12);
  88. this.button3.Name = "button3";
  89. this.button3.Size = new System.Drawing.Size(184, 54);
  90. this.button3.TabIndex = 4;
  91. this.button3.Text = "Document";
  92. this.button3.UseVisualStyleBackColor = true;
  93. this.button3.Click += new System.EventHandler(this.button3_Click);
  94. //
  95. // button4
  96. //
  97. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  98. this.button4.Location = new System.Drawing.Point(603, 12);
  99. this.button4.Name = "button4";
  100. this.button4.Size = new System.Drawing.Size(184, 54);
  101. this.button4.TabIndex = 5;
  102. this.button4.Text = "DataTable";
  103. this.button4.UseVisualStyleBackColor = true;
  104. this.button4.Click += new System.EventHandler(this.button4_Click);
  105. //
  106. // dataGridView1
  107. //
  108. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  109. | System.Windows.Forms.AnchorStyles.Left)
  110. | System.Windows.Forms.AnchorStyles.Right)));
  111. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  112. this.dataGridView1.Location = new System.Drawing.Point(612, 110);
  113. this.dataGridView1.Name = "dataGridView1";
  114. this.dataGridView1.Size = new System.Drawing.Size(955, 335);
  115. this.dataGridView1.TabIndex = 6;
  116. //
  117. // button5
  118. //
  119. this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  120. this.button5.Location = new System.Drawing.Point(793, 12);
  121. this.button5.Name = "button5";
  122. this.button5.Size = new System.Drawing.Size(234, 54);
  123. this.button5.TabIndex = 7;
  124. this.button5.Text = "UpdateDataTable";
  125. this.button5.UseVisualStyleBackColor = true;
  126. this.button5.Click += new System.EventHandler(this.button5_Click);
  127. //
  128. // Form1
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.ClientSize = new System.Drawing.Size(1579, 450);
  133. this.Controls.Add(this.button5);
  134. this.Controls.Add(this.dataGridView1);
  135. this.Controls.Add(this.button4);
  136. this.Controls.Add(this.button3);
  137. this.Controls.Add(this.textBox1);
  138. this.Controls.Add(this.button2);
  139. this.Controls.Add(this.label1);
  140. this.Controls.Add(this.button1);
  141. this.Name = "Form1";
  142. this.Text = "Form1";
  143. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  144. this.ResumeLayout(false);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private System.Windows.Forms.Button button1;
  149. private System.Windows.Forms.Label label1;
  150. private System.Windows.Forms.Button button2;
  151. private System.Windows.Forms.TextBox textBox1;
  152. private System.Windows.Forms.Button button3;
  153. private System.Windows.Forms.Button button4;
  154. private System.Windows.Forms.DataGridView dataGridView1;
  155. private System.Windows.Forms.Button button5;
  156. }
  157. }