ab56a9bcf7
SVN-Revision: r240
116 lines
4.7 KiB
C#
116 lines
4.7 KiB
C#
namespace DXApplication3
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(1287, 589);
|
|
this.gridControl1.TabIndex = 0;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.gridControl2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 309);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1287, 280);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// gridControl2
|
|
//
|
|
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControl2.MainView = this.gridView2;
|
|
this.gridControl2.Name = "gridControl2";
|
|
this.gridControl2.Size = new System.Drawing.Size(1287, 280);
|
|
this.gridControl2.TabIndex = 0;
|
|
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView2});
|
|
//
|
|
// gridView2
|
|
//
|
|
this.gridView2.GridControl = this.gridControl2;
|
|
this.gridView2.Name = "gridView2";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1287, 589);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.gridControl1);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|