namespace CSFrameworkV5.Library
|
{
|
partial class frmBaseGridEditForm
|
{
|
/// <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.pcFind = new DevExpress.XtraEditors.PanelControl();
|
this.pcGrid = new DevExpress.XtraEditors.PanelControl();
|
this._FocusEditor = new DevExpress.XtraEditors.TextEdit();
|
((System.ComponentModel.ISupportInitialize)(this.pcFind)).BeginInit();
|
this.pcFind.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pcGrid)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this._FocusEditor.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// pcFind
|
//
|
this.pcFind.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.pcFind.Controls.Add(this._FocusEditor);
|
this.pcFind.Dock = System.Windows.Forms.DockStyle.Top;
|
this.pcFind.Location = new System.Drawing.Point(0, 0);
|
this.pcFind.Name = "pcFind";
|
this.pcFind.Size = new System.Drawing.Size(767, 57);
|
this.pcFind.TabIndex = 1;
|
//
|
// pcGrid
|
//
|
this.pcGrid.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.pcGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcGrid.Location = new System.Drawing.Point(0, 57);
|
this.pcGrid.Name = "pcGrid";
|
this.pcGrid.Size = new System.Drawing.Size(767, 425);
|
this.pcGrid.TabIndex = 2;
|
//
|
// _FocusEditor
|
//
|
this._FocusEditor.Location = new System.Drawing.Point(309, 21);
|
this._FocusEditor.Name = "_FocusEditor";
|
this._FocusEditor.Size = new System.Drawing.Size(0, 21);
|
this._FocusEditor.TabIndex = 0;
|
//
|
// frmBaseGridEditForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.ClientSize = new System.Drawing.Size(767, 482);
|
this.Controls.Add(this.pcGrid);
|
this.Controls.Add(this.pcFind);
|
this.Name = "frmBaseGridEditForm";
|
this.Text = "表格编辑窗体基类";
|
((System.ComponentModel.ISupportInitialize)(this.pcFind)).EndInit();
|
this.pcFind.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pcGrid)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this._FocusEditor.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
protected DevExpress.XtraEditors.PanelControl pcFind;
|
protected DevExpress.XtraEditors.PanelControl pcGrid;
|
private DevExpress.XtraEditors.TextEdit _FocusEditor;
|
|
}
|
}
|