You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

159 line
8.2 KiB

  1. namespace Test
  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.button2 = new System.Windows.Forms.Button();
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  32. this.dataGridView3 = new System.Windows.Forms.DataGridView();
  33. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  34. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
  38. this.tableLayoutPanel1.SuspendLayout();
  39. this.tableLayoutPanel2.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // button1
  43. //
  44. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.button1.Location = new System.Drawing.Point(557, 3);
  46. this.button1.Name = "button1";
  47. this.button1.Size = new System.Drawing.Size(549, 55);
  48. this.button1.TabIndex = 0;
  49. this.button1.Text = "button1";
  50. this.button1.UseVisualStyleBackColor = true;
  51. this.button1.Click += new System.EventHandler(this.button1_Click);
  52. //
  53. // button2
  54. //
  55. this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.button2.Location = new System.Drawing.Point(3, 3);
  57. this.button2.Name = "button2";
  58. this.button2.Size = new System.Drawing.Size(548, 55);
  59. this.button2.TabIndex = 1;
  60. this.button2.Text = "button2";
  61. this.button2.UseVisualStyleBackColor = true;
  62. this.button2.Click += new System.EventHandler(this.button2_Click);
  63. //
  64. // dataGridView1
  65. //
  66. this.dataGridView1.AllowUserToAddRows = false;
  67. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  68. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.dataGridView1.Location = new System.Drawing.Point(3, 3);
  70. this.dataGridView1.Name = "dataGridView1";
  71. this.dataGridView1.RowTemplate.Height = 27;
  72. this.dataGridView1.Size = new System.Drawing.Size(1103, 216);
  73. this.dataGridView1.TabIndex = 2;
  74. //
  75. // dataGridView2
  76. //
  77. this.dataGridView2.AllowUserToAddRows = false;
  78. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  79. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.dataGridView2.Location = new System.Drawing.Point(3, 447);
  81. this.dataGridView2.Name = "dataGridView2";
  82. this.dataGridView2.Size = new System.Drawing.Size(1103, 218);
  83. this.dataGridView2.TabIndex = 3;
  84. //
  85. // dataGridView3
  86. //
  87. this.dataGridView3.AllowUserToAddRows = false;
  88. this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  89. this.dataGridView3.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.dataGridView3.Location = new System.Drawing.Point(3, 225);
  91. this.dataGridView3.Name = "dataGridView3";
  92. this.dataGridView3.Size = new System.Drawing.Size(1103, 216);
  93. this.dataGridView3.TabIndex = 4;
  94. //
  95. // tableLayoutPanel1
  96. //
  97. this.tableLayoutPanel1.ColumnCount = 2;
  98. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  99. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  100. this.tableLayoutPanel1.Controls.Add(this.button2, 0, 0);
  101. this.tableLayoutPanel1.Controls.Add(this.button1, 1, 0);
  102. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  104. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  105. this.tableLayoutPanel1.RowCount = 1;
  106. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  107. this.tableLayoutPanel1.Size = new System.Drawing.Size(1109, 61);
  108. this.tableLayoutPanel1.TabIndex = 5;
  109. //
  110. // tableLayoutPanel2
  111. //
  112. this.tableLayoutPanel2.ColumnCount = 1;
  113. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  114. this.tableLayoutPanel2.Controls.Add(this.dataGridView1, 0, 0);
  115. this.tableLayoutPanel2.Controls.Add(this.dataGridView3, 0, 1);
  116. this.tableLayoutPanel2.Controls.Add(this.dataGridView2, 0, 2);
  117. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 61);
  119. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  120. this.tableLayoutPanel2.RowCount = 3;
  121. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  122. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  123. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  124. this.tableLayoutPanel2.Size = new System.Drawing.Size(1109, 668);
  125. this.tableLayoutPanel2.TabIndex = 6;
  126. //
  127. // Form1
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(1109, 729);
  132. this.Controls.Add(this.tableLayoutPanel2);
  133. this.Controls.Add(this.tableLayoutPanel1);
  134. this.Name = "Form1";
  135. this.Text = "Form1";
  136. this.Load += new System.EventHandler(this.Form1_Load);
  137. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
  140. this.tableLayoutPanel1.ResumeLayout(false);
  141. this.tableLayoutPanel2.ResumeLayout(false);
  142. this.ResumeLayout(false);
  143. }
  144. #endregion
  145. private System.Windows.Forms.Button button1;
  146. private System.Windows.Forms.Button button2;
  147. private System.Windows.Forms.DataGridView dataGridView1;
  148. private System.Windows.Forms.DataGridView dataGridView2;
  149. private System.Windows.Forms.DataGridView dataGridView3;
  150. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  151. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  152. }
  153. }