123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- namespace OTSIncAReportApp
- {
- partial class frmReportConditionChoose
- {
- public SourceGrid.Grid PropGrid;
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReportConditionChoose));
- this.PropGrid = new SourceGrid.Grid();
- this.SuspendLayout();
- //
- // PropGrid
- //
- this.PropGrid.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PropGrid.EnableSort = true;
- this.PropGrid.Location = new System.Drawing.Point(0, 0);
- this.PropGrid.Name = "PropGrid";
- this.PropGrid.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
- this.PropGrid.SelectionMode = SourceGrid.GridSelectionMode.Cell;
- this.PropGrid.Size = new System.Drawing.Size(442, 697);
- this.PropGrid.TabIndex = 5;
- this.PropGrid.TabStop = true;
- this.PropGrid.ToolTipText = "";
- this.PropGrid.Click += new System.EventHandler(this.PropGrid_Click_1);
- //
- // frmReportConditionChoose
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(442, 697);
- this.CloseButton = false;
- this.CloseButtonVisible = false;
- this.Controls.Add(this.PropGrid);
- this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
- | OTS.WinFormsUI.Docking.DockAreas.DockTop)
- | OTS.WinFormsUI.Docking.DockAreas.DockBottom)));
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "frmReportConditionChoose";
- this.RightToLeftLayout = true;
- this.Text = "查询参数窗口";
- this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
- this.Load += new System.EventHandler(this.frmReportConditionChoose_Load);
- this.Resize += new System.EventHandler(this.OTSPropertyWindow_Resize);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|