Form1.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. namespace Dongke.IBOSS.PRD.BaseControlsTest
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  32. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // dataGridView1
  36. //
  37. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  38. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  39. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  41. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  42. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  43. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  44. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  45. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  46. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  47. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  48. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  50. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  51. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  52. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  53. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
  54. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  55. this.dataGridView1.MultiSelect = false;
  56. this.dataGridView1.Name = "dataGridView1";
  57. this.dataGridView1.ReadOnly = true;
  58. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  59. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  60. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  62. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  63. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  64. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  65. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  66. this.dataGridView1.RowTemplate.Height = 23;
  67. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  68. this.dataGridView1.Size = new System.Drawing.Size(491, 249);
  69. this.dataGridView1.TabIndex = 1;
  70. this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter);
  71. //
  72. // Form1
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(569, 306);
  77. this.Controls.Add(this.dataGridView1);
  78. this.Name = "Form1";
  79. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  80. this.Text = "Form1";
  81. this.Controls.SetChildIndex(this.dataGridView1, 0);
  82. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  83. this.ResumeLayout(false);
  84. this.PerformLayout();
  85. }
  86. #endregion
  87. private System.Windows.Forms.DataGridView dataGridView1;
  88. //private Basics.BaseControls.GRPBase GRPBase1;
  89. //private Basics.BaseControls.CMBBase CMBBase1;
  90. //private Basics.BaseControls.CHKBase CHKBase1;
  91. //private Basics.BaseControls.CKLBase CKLBase1;
  92. //private Basics.BaseControls.CMBBase CMBBase2;
  93. //private Basics.BaseControls.GRPBase GRPBase2;
  94. //private Basics.BaseControls.LBLBase LBLBase1;
  95. //private Basics.BaseControls.RDOBase RDOBase1;
  96. //private Basics.BaseControls.TSRBase TSRBase1;
  97. //private Basics.BaseControls.DKListBoxComboBoxEx dkListBoxComboBoxEx1;
  98. //private Basics.BaseControls.DTPBase DTPBase1;
  99. //private Basics.BaseControls.DTPBase dtpBase2;
  100. }
  101. }