namespace CSFrameworkV5.Library { partial class frmBaseEditorQuery { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseEditorQuery)); this.tpSummary = new DevExpress.XtraTab.XtraTabPage(); this.pnlSummary = new System.Windows.Forms.Panel(); this.tcBusiness = new DevExpress.XtraTab.XtraTabControl(); this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components); this.timeLocal = new System.Windows.Forms.Timer(this.components); this.txtFocusForSave = new System.Windows.Forms.TextBox(); this.pnlSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit(); this.tcBusiness.SuspendLayout(); this.SuspendLayout(); // // tpSummary // this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpSummary.Appearance.PageClient.Options.UseBackColor = true; this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image"))); this.tpSummary.Name = "tpSummary"; this.tpSummary.Size = new System.Drawing.Size(772, 529); this.tpSummary.Text = "数据查询"; // // pnlSummary // this.pnlSummary.Controls.Add(this.tcBusiness); this.pnlSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlSummary.Location = new System.Drawing.Point(2, 2); this.pnlSummary.Name = "pnlSummary"; this.pnlSummary.Size = new System.Drawing.Size(778, 535); this.pnlSummary.TabIndex = 121; // // tcBusiness // this.tcBusiness.Dock = System.Windows.Forms.DockStyle.Fill; this.tcBusiness.Location = new System.Drawing.Point(0, 0); this.tcBusiness.Name = "tcBusiness"; this.tcBusiness.SelectedTabPage = this.tpSummary; this.tcBusiness.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False; this.tcBusiness.Size = new System.Drawing.Size(778, 535); this.tcBusiness.TabIndex = 0; this.tcBusiness.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tpSummary}); // // toolTipController1 // this.toolTipController1.ToolTipType = DevExpress.Utils.ToolTipType.SuperTip; // // timeLocal // this.timeLocal.Interval = 1000; // // txtFocusForSave // this.txtFocusForSave.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtFocusForSave.Location = new System.Drawing.Point(421, 265); this.txtFocusForSave.Name = "txtFocusForSave"; this.txtFocusForSave.Size = new System.Drawing.Size(0, 15); this.txtFocusForSave.TabIndex = 122; // // frmBaseDataEditorQuery // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(782, 539); this.Controls.Add(this.pnlSummary); this.Controls.Add(this.txtFocusForSave); this.Name = "frmBaseDataEditorQuery"; this.Padding = new System.Windows.Forms.Padding(2); this.Text = "基类窗体-数据查询"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBaseDataForm_FormClosing); this.Load += new System.EventHandler(this.frmBaseDataForm_Load); this.pnlSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit(); this.tcBusiness.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion public DevExpress.XtraTab.XtraTabPage tpSummary; public System.Windows.Forms.Panel pnlSummary; public DevExpress.XtraTab.XtraTabControl tcBusiness; private DevExpress.Utils.ToolTipController toolTipController1; private System.Windows.Forms.Timer timeLocal; public System.Windows.Forms.TextBox txtFocusForSave; } }