DINStandardABCDDS.designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. namespace OTSIncAReportGB
  2. {
  3. partial class DINStandardABCDDS
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.comboBox_InitialRatingLevel = new System.Windows.Forms.ComboBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.Gview_gz = new System.Windows.Forms.DataGridView();
  32. this.panel1.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.AutoScroll = true;
  39. this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  40. this.panel1.Controls.Add(this.comboBox_InitialRatingLevel);
  41. this.panel1.Controls.Add(this.label2);
  42. this.panel1.Controls.Add(this.Gview_gz);
  43. this.panel1.Location = new System.Drawing.Point(0, 0);
  44. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  45. this.panel1.Name = "panel1";
  46. this.panel1.Size = new System.Drawing.Size(1326, 775);
  47. this.panel1.TabIndex = 12;
  48. //
  49. // comboBox_InitialRatingLevel
  50. //
  51. this.comboBox_InitialRatingLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  52. this.comboBox_InitialRatingLevel.FormattingEnabled = true;
  53. this.comboBox_InitialRatingLevel.Location = new System.Drawing.Point(68, 7);
  54. this.comboBox_InitialRatingLevel.Name = "comboBox_InitialRatingLevel";
  55. this.comboBox_InitialRatingLevel.Size = new System.Drawing.Size(102, 20);
  56. this.comboBox_InitialRatingLevel.TabIndex = 15;
  57. //
  58. // label2
  59. //
  60. this.label2.AutoSize = true;
  61. this.label2.Location = new System.Drawing.Point(3, 10);
  62. this.label2.Name = "label2";
  63. this.label2.Size = new System.Drawing.Size(59, 12);
  64. this.label2.TabIndex = 14;
  65. this.label2.Text = "起评级别:";
  66. //
  67. // Gview_gz
  68. //
  69. this.Gview_gz.AllowUserToAddRows = false;
  70. this.Gview_gz.AllowUserToDeleteRows = false;
  71. this.Gview_gz.AllowUserToResizeRows = false;
  72. this.Gview_gz.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  73. this.Gview_gz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  74. this.Gview_gz.Location = new System.Drawing.Point(0, 32);
  75. this.Gview_gz.Margin = new System.Windows.Forms.Padding(2);
  76. this.Gview_gz.Name = "Gview_gz";
  77. this.Gview_gz.ReadOnly = true;
  78. this.Gview_gz.RowHeadersVisible = false;
  79. this.Gview_gz.RowHeadersWidth = 40;
  80. this.Gview_gz.RowTemplate.Height = 30;
  81. this.Gview_gz.Size = new System.Drawing.Size(1324, 741);
  82. this.Gview_gz.TabIndex = 13;
  83. //
  84. // DINStandardABCDDS
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.Controls.Add(this.panel1);
  89. this.Margin = new System.Windows.Forms.Padding(2);
  90. this.Name = "DINStandardABCDDS";
  91. this.Size = new System.Drawing.Size(1328, 777);
  92. this.Load += new System.EventHandler(this.DINStandardABCDDS_Load);
  93. this.panel1.ResumeLayout(false);
  94. this.panel1.PerformLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).EndInit();
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private System.Windows.Forms.Panel panel1;
  100. public System.Windows.Forms.DataGridView Gview_gz;
  101. private System.Windows.Forms.ComboBox comboBox_InitialRatingLevel;
  102. private System.Windows.Forms.Label label2;
  103. }
  104. }