您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

156 行
8.0 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  67. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.dataGridView1.Location = new System.Drawing.Point(3, 3);
  69. this.dataGridView1.Name = "dataGridView1";
  70. this.dataGridView1.RowTemplate.Height = 27;
  71. this.dataGridView1.Size = new System.Drawing.Size(1103, 153);
  72. this.dataGridView1.TabIndex = 2;
  73. //
  74. // dataGridView2
  75. //
  76. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  77. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.dataGridView2.Location = new System.Drawing.Point(3, 321);
  79. this.dataGridView2.Name = "dataGridView2";
  80. this.dataGridView2.Size = new System.Drawing.Size(1103, 156);
  81. this.dataGridView2.TabIndex = 3;
  82. //
  83. // dataGridView3
  84. //
  85. this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  86. this.dataGridView3.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.dataGridView3.Location = new System.Drawing.Point(3, 162);
  88. this.dataGridView3.Name = "dataGridView3";
  89. this.dataGridView3.Size = new System.Drawing.Size(1103, 153);
  90. this.dataGridView3.TabIndex = 4;
  91. //
  92. // tableLayoutPanel1
  93. //
  94. this.tableLayoutPanel1.ColumnCount = 2;
  95. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  96. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  97. this.tableLayoutPanel1.Controls.Add(this.button2, 0, 0);
  98. this.tableLayoutPanel1.Controls.Add(this.button1, 1, 0);
  99. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  100. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  101. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  102. this.tableLayoutPanel1.RowCount = 1;
  103. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  104. this.tableLayoutPanel1.Size = new System.Drawing.Size(1109, 61);
  105. this.tableLayoutPanel1.TabIndex = 5;
  106. //
  107. // tableLayoutPanel2
  108. //
  109. this.tableLayoutPanel2.ColumnCount = 1;
  110. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  111. this.tableLayoutPanel2.Controls.Add(this.dataGridView1, 0, 0);
  112. this.tableLayoutPanel2.Controls.Add(this.dataGridView3, 0, 1);
  113. this.tableLayoutPanel2.Controls.Add(this.dataGridView2, 0, 2);
  114. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 61);
  116. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  117. this.tableLayoutPanel2.RowCount = 3;
  118. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  119. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  120. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  121. this.tableLayoutPanel2.Size = new System.Drawing.Size(1109, 480);
  122. this.tableLayoutPanel2.TabIndex = 6;
  123. //
  124. // Form1
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(1109, 541);
  129. this.Controls.Add(this.tableLayoutPanel2);
  130. this.Controls.Add(this.tableLayoutPanel1);
  131. this.Name = "Form1";
  132. this.Text = "Form1";
  133. this.Load += new System.EventHandler(this.Form1_Load);
  134. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
  137. this.tableLayoutPanel1.ResumeLayout(false);
  138. this.tableLayoutPanel2.ResumeLayout(false);
  139. this.ResumeLayout(false);
  140. }
  141. #endregion
  142. private System.Windows.Forms.Button button1;
  143. private System.Windows.Forms.Button button2;
  144. private System.Windows.Forms.DataGridView dataGridView1;
  145. private System.Windows.Forms.DataGridView dataGridView2;
  146. private System.Windows.Forms.DataGridView dataGridView3;
  147. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  148. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  149. }
  150. }