TableButton.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. 
  2. namespace WinFrom1.ToFile
  3. {
  4. partial class TableButton
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.panel3 = new System.Windows.Forms.Panel();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.panel1.SuspendLayout();
  36. this.panel3.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.AutoScroll = true;
  43. this.panel1.Controls.Add(this.panel3);
  44. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.panel1.Location = new System.Drawing.Point(0, 0);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(938, 515);
  48. this.panel1.TabIndex = 0;
  49. //
  50. // panel3
  51. //
  52. this.panel3.Controls.Add(this.dataGridView1);
  53. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.panel3.Location = new System.Drawing.Point(0, 0);
  55. this.panel3.Name = "panel3";
  56. this.panel3.Size = new System.Drawing.Size(938, 515);
  57. this.panel3.TabIndex = 2;
  58. //
  59. // dataGridView1
  60. //
  61. this.dataGridView1.AllowUserToAddRows = false;
  62. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  63. this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  64. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  65. this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  66. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  67. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  68. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  70. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  71. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  72. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  73. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  74. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  75. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  77. this.dataGridView1.Name = "dataGridView1";
  78. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  79. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  80. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  82. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  83. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  84. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  85. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  86. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  87. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle3;
  88. this.dataGridView1.RowTemplate.Height = 23;
  89. this.dataGridView1.Size = new System.Drawing.Size(938, 515);
  90. this.dataGridView1.TabIndex = 0;
  91. //
  92. // TableButton
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(938, 515);
  97. this.Controls.Add(this.panel1);
  98. this.Name = "TableButton";
  99. this.Text = "TableButton";
  100. this.panel1.ResumeLayout(false);
  101. this.panel3.ResumeLayout(false);
  102. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private System.Windows.Forms.Panel panel1;
  107. private System.Windows.Forms.Panel panel3;
  108. private System.Windows.Forms.DataGridView dataGridView1;
  109. }
  110. }