namespace DW5S.App.UserControl { partial class CtrlCdbTx { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.gridCdbTx = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); ((System.ComponentModel.ISupportInitialize)(this.gridCdbTx)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.SuspendLayout(); // // gridCdbTx // this.gridCdbTx.Dock = System.Windows.Forms.DockStyle.Fill; this.gridCdbTx.Location = new System.Drawing.Point(0, 0); this.gridCdbTx.MainView = this.gridView; this.gridCdbTx.Name = "gridCdbTx"; this.gridCdbTx.Size = new System.Drawing.Size(647, 422); this.gridCdbTx.TabIndex = 0; this.gridCdbTx.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView}); // // gridView // this.gridView.GridControl = this.gridCdbTx; this.gridView.Name = "gridView"; this.gridView.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick); // // CtrlRecTx // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gridCdbTx); this.Name = "CtrlCdbTx"; this.Size = new System.Drawing.Size(647, 422); this.Load += new System.EventHandler(this.CtrlCdbTx_Load); ((System.ComponentModel.ISupportInitialize)(this.gridCdbTx)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridCdbTx; private DevExpress.XtraGrid.Views.Grid.GridView gridView; } }