namespace Gs.DevApp.DevFrm
|
{
|
partial class XtraForm2
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.gcMain1 = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// panelControl1
|
//
|
this.panelControl1.Controls.Add(this.labelControl1);
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(1046, 77);
|
this.panelControl1.TabIndex = 0;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(138, 54);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(30, 18);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = "你好";
|
//
|
// gcMain1
|
//
|
this.gcMain1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.gcMain1.Location = new System.Drawing.Point(0, 123);
|
this.gcMain1.MainView = this.gridView1;
|
this.gcMain1.Name = "gcMain1";
|
this.gcMain1.Size = new System.Drawing.Size(1046, 531);
|
this.gcMain1.TabIndex = 1;
|
this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
this.gridView1.GridControl = this.gcMain1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsView.RowAutoHeight = true;
|
//
|
// XtraForm2
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1046, 654);
|
this.Controls.Add(this.gcMain1);
|
this.Controls.Add(this.panelControl1);
|
this.Name = "XtraForm2";
|
this.Text = "XtraForm2";
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.panelControl1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraGrid.GridControl gcMain1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
}
|
}
|