DINStandardABCDDS.designer.cs 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. namespace OTSIncAReportGrids
  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.Gview_gz = new OTSGridView();
  30. this.panel1.SuspendLayout();
  31. ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // panel1
  35. //
  36. this.panel1.AutoScroll = true;
  37. this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  38. this.panel1.Controls.Add(this.Gview_gz);
  39. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.panel1.Location = new System.Drawing.Point(0, 0);
  41. this.panel1.Name = "panel1";
  42. this.panel1.Size = new System.Drawing.Size(1000, 780);
  43. this.panel1.TabIndex = 12;
  44. //
  45. // Gview_gz
  46. //
  47. this.Gview_gz.AllowUserToAddRows = false;
  48. this.Gview_gz.AllowUserToDeleteRows = false;
  49. this.Gview_gz.AllowUserToResizeRows = false;
  50. this.Gview_gz.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  51. this.Gview_gz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  52. this.Gview_gz.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.Gview_gz.Location = new System.Drawing.Point(0, 0);
  54. this.Gview_gz.Name = "Gview_gz";
  55. this.Gview_gz.ReadOnly = true;
  56. this.Gview_gz.RowHeadersVisible = false;
  57. this.Gview_gz.RowHeadersWidth = 40;
  58. this.Gview_gz.RowTemplate.Height = 30;
  59. this.Gview_gz.Size = new System.Drawing.Size(1000, 780);
  60. this.Gview_gz.TabIndex = 13;
  61. //
  62. // DINStandardABCDDS
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  66. this.Controls.Add(this.panel1);
  67. this.Name = "DINStandardABCDDS";
  68. this.Size = new System.Drawing.Size(1000, 780);
  69. this.Load += new System.EventHandler(this.DINStandardABCDDS_Load);
  70. this.panel1.ResumeLayout(false);
  71. ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).EndInit();
  72. this.ResumeLayout(false);
  73. }
  74. #endregion
  75. private System.Windows.Forms.Panel panel1;
  76. public OTSGridView Gview_gz;
  77. }
  78. }