CtrlCdbTx.Designer.cs 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlCdbTx
  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. this.gridCdbTx = new DevExpress.XtraGrid.GridControl();
  29. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. ((System.ComponentModel.ISupportInitialize)(this.gridCdbTx)).BeginInit();
  31. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // gridCdbTx
  35. //
  36. this.gridCdbTx.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.gridCdbTx.Location = new System.Drawing.Point(0, 0);
  38. this.gridCdbTx.MainView = this.gridView;
  39. this.gridCdbTx.Name = "gridCdbTx";
  40. this.gridCdbTx.Size = new System.Drawing.Size(647, 422);
  41. this.gridCdbTx.TabIndex = 0;
  42. this.gridCdbTx.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  43. this.gridView});
  44. //
  45. // gridView
  46. //
  47. this.gridView.GridControl = this.gridCdbTx;
  48. this.gridView.Name = "gridView";
  49. this.gridView.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
  50. //
  51. // CtrlRecTx
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.Controls.Add(this.gridCdbTx);
  56. this.Name = "CtrlCdbTx";
  57. this.Size = new System.Drawing.Size(647, 422);
  58. this.Load += new System.EventHandler(this.CtrlCdbTx_Load);
  59. ((System.ComponentModel.ISupportInitialize)(this.gridCdbTx)).EndInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private DevExpress.XtraGrid.GridControl gridCdbTx;
  65. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  66. }
  67. }