12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- namespace DW5S.App.UserControl
- {
- partial class CtrlRefTx
- {
- /// <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 Component 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.gridRefTx = new DevExpress.XtraGrid.GridControl();
- this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
- ((System.ComponentModel.ISupportInitialize)(this.gridRefTx)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
- this.SuspendLayout();
- //
- // gridRefTx
- //
- this.gridRefTx.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gridRefTx.Location = new System.Drawing.Point(0, 0);
- this.gridRefTx.MainView = this.gridView;
- this.gridRefTx.Name = "gridRefTx";
- this.gridRefTx.Size = new System.Drawing.Size(647, 422);
- this.gridRefTx.TabIndex = 0;
- this.gridRefTx.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView});
- //
- // gridView
- //
- this.gridView.GridControl = this.gridRefTx;
- this.gridView.Name = "gridView";
- this.gridView.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
- //
- // CtrlRefTx
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.gridRefTx);
- this.Name = "CtrlRefTx";
- this.Size = new System.Drawing.Size(647, 422);
- this.Load += new System.EventHandler(this.CtrlRefTx_Load);
- ((System.ComponentModel.ISupportInitialize)(this.gridRefTx)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraGrid.GridControl gridRefTx;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView;
- }
- }
|