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