123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- namespace DW5S.App.PopupControl
- {
- partial class ShowCxCtrl
- {
- /// <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.gridShowCx = new DevExpress.XtraGrid.GridControl();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- ((System.ComponentModel.ISupportInitialize)(this.gridShowCx)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- this.SuspendLayout();
- //
- // gridShowCx
- //
- this.gridShowCx.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gridShowCx.Location = new System.Drawing.Point(0, 0);
- this.gridShowCx.MainView = this.gridView1;
- this.gridShowCx.Name = "gridShowCx";
- this.gridShowCx.Size = new System.Drawing.Size(834, 310);
- this.gridShowCx.TabIndex = 1;
- this.gridShowCx.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
- //
- // gridView1
- //
- this.gridView1.GridControl = this.gridShowCx;
- this.gridView1.Name = "gridView1";
- //
- // ShowCxCtrl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.gridShowCx);
- this.Name = "ShowCxCtrl";
- this.Size = new System.Drawing.Size(834, 310);
- this.Load += new System.EventHandler(this.ShowCxCtrl_Load);
- ((System.ComponentModel.ISupportInitialize)(this.gridShowCx)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraGrid.GridControl gridShowCx;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- }
- }
|