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