华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
3.4 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormDataView
  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 Windows Form 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.grdDetail = new DevExpress.XtraGrid.GridControl();
  29. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  31. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // grdDetail
  35. //
  36. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.grdDetail.Location = new System.Drawing.Point(0, 0);
  38. this.grdDetail.MainView = this.grvDetail;
  39. this.grdDetail.Name = "grdDetail";
  40. this.grdDetail.Size = new System.Drawing.Size(360, 225);
  41. this.grdDetail.TabIndex = 1;
  42. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  43. this.grvDetail});
  44. //
  45. // grvDetail
  46. //
  47. this.grvDetail.GridControl = this.grdDetail;
  48. this.grvDetail.Name = "grvDetail";
  49. this.grvDetail.OptionsBehavior.Editable = false;
  50. this.grvDetail.OptionsBehavior.ReadOnly = true;
  51. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  52. this.grvDetail.OptionsView.ShowGroupPanel = false;
  53. this.grvDetail.OptionsView.ShowIndicator = false;
  54. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  55. //
  56. // FormDataView
  57. //
  58. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  60. this.ClientSize = new System.Drawing.Size(360, 225);
  61. this.Controls.Add(this.grdDetail);
  62. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  63. this.MaximizeBox = false;
  64. this.MinimizeBox = false;
  65. this.Name = "FormDataView";
  66. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  67. this.Text = "FormDataView";
  68. this.TopMost = true;
  69. this.Load += new System.EventHandler(this.FormDataView_Load);
  70. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  72. this.ResumeLayout(false);
  73. }
  74. #endregion
  75. private DevExpress.XtraGrid.GridControl grdDetail;
  76. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  77. }
  78. }