CtrlRecTx.Designer.cs 2.6 KB

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