1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
namespace CSFrameworkV5.Library
{
    partial class frmBaseEditorQuery
    {
        /// <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()
        {
            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;
    }
}