namespace OTSIncAReportGB
{
partial class DINStandardABCDDS
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.Gview_gz = new System.Windows.Forms.DataGridView();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.panel1.Controls.Add(this.Gview_gz);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1000, 780);
this.panel1.TabIndex = 12;
//
// Gview_gz
//
this.Gview_gz.AllowUserToAddRows = false;
this.Gview_gz.AllowUserToDeleteRows = false;
this.Gview_gz.AllowUserToResizeRows = false;
this.Gview_gz.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
this.Gview_gz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.Gview_gz.Dock = System.Windows.Forms.DockStyle.Fill;
this.Gview_gz.Location = new System.Drawing.Point(0, 0);
this.Gview_gz.Name = "Gview_gz";
this.Gview_gz.ReadOnly = true;
this.Gview_gz.RowHeadersVisible = false;
this.Gview_gz.RowHeadersWidth = 40;
this.Gview_gz.RowTemplate.Height = 30;
this.Gview_gz.Size = new System.Drawing.Size(1000, 780);
this.Gview_gz.TabIndex = 13;
//
// DINStandardABCDDS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "DINStandardABCDDS";
this.Size = new System.Drawing.Size(1000, 780);
this.Load += new System.EventHandler(this.DINStandardABCDDS_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.DataGridView Gview_gz;
}
}