1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- namespace OTSIncAReportGrids
- {
- partial class DINStandardABCDDS
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.Gview_gz = new OTSGridView();
- 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 OTSGridView Gview_gz;
- }
- }
|