CtrlCgRes.Designer.cs 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. 
  2. namespace XzXdDw.App.UserControl
  3. {
  4. partial class CtrlCgRes
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.gridCg = new DevExpress.XtraGrid.GridControl();
  30. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. ((System.ComponentModel.ISupportInitialize)(this.gridCg)).BeginInit();
  32. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // gridCg
  36. //
  37. this.gridCg.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.gridCg.Location = new System.Drawing.Point(0, 0);
  39. this.gridCg.MainView = this.gridView1;
  40. this.gridCg.Name = "gridCg";
  41. this.gridCg.Size = new System.Drawing.Size(873, 467);
  42. this.gridCg.TabIndex = 1;
  43. this.gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  44. this.gridView1});
  45. //
  46. // gridView1
  47. //
  48. this.gridView1.GridControl = this.gridCg;
  49. this.gridView1.Name = "gridView1";
  50. //
  51. // CtrlCg
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.Controls.Add(this.gridCg);
  56. this.Name = "CtrlCg";
  57. this.Size = new System.Drawing.Size(873, 467);
  58. this.Load += new System.EventHandler(this.CtrlCg_Load);
  59. ((System.ComponentModel.ISupportInitialize)(this.gridCg)).EndInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private DevExpress.XtraGrid.GridControl gridCg;
  65. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  66. }
  67. }