frmReportConditionChoose.Designer.cs 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. namespace OTSIncAReportApp
  2. {
  3. partial class frmReportConditionChoose
  4. {
  5. public SourceGrid.Grid PropGrid;
  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 Windows Form 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReportConditionChoose));
  30. this.PropGrid = new SourceGrid.Grid();
  31. this.SuspendLayout();
  32. //
  33. // PropGrid
  34. //
  35. this.PropGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  36. this.PropGrid.EnableSort = true;
  37. this.PropGrid.Location = new System.Drawing.Point(0, 0);
  38. this.PropGrid.Name = "PropGrid";
  39. this.PropGrid.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
  40. this.PropGrid.SelectionMode = SourceGrid.GridSelectionMode.Cell;
  41. this.PropGrid.Size = new System.Drawing.Size(442, 697);
  42. this.PropGrid.TabIndex = 5;
  43. this.PropGrid.TabStop = true;
  44. this.PropGrid.ToolTipText = "";
  45. this.PropGrid.Click += new System.EventHandler(this.PropGrid_Click_1);
  46. //
  47. // frmReportConditionChoose
  48. //
  49. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  50. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  51. this.ClientSize = new System.Drawing.Size(442, 697);
  52. this.CloseButton = false;
  53. this.CloseButtonVisible = false;
  54. this.Controls.Add(this.PropGrid);
  55. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
  56. | OTS.WinFormsUI.Docking.DockAreas.DockTop)
  57. | OTS.WinFormsUI.Docking.DockAreas.DockBottom)));
  58. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  60. this.Margin = new System.Windows.Forms.Padding(4);
  61. this.Name = "frmReportConditionChoose";
  62. this.RightToLeftLayout = true;
  63. this.Text = "查询参数窗口";
  64. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  65. this.Load += new System.EventHandler(this.frmReportConditionChoose_Load);
  66. this.Resize += new System.EventHandler(this.OTSPropertyWindow_Resize);
  67. this.ResumeLayout(false);
  68. }
  69. #endregion
  70. }
  71. }