namespace Pub_Control 
 | 
{ 
 | 
    partial class frm_S_BillQueryCondition_Base 
 | 
    { 
 | 
        /// <summary> 
 | 
        /// 必需的设计器变量。 
 | 
        /// </summary> 
 | 
        private System.ComponentModel.IContainer components = null; 
 | 
  
 | 
        /// <summary> 
 | 
        /// 清理所有正在使用的资源。 
 | 
        /// </summary> 
 | 
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> 
 | 
        protected override void Dispose(bool disposing) 
 | 
        { 
 | 
            if (disposing && (components != null)) 
 | 
            { 
 | 
                components.Dispose(); 
 | 
            } 
 | 
            base.Dispose(disposing); 
 | 
        } 
 | 
  
 | 
        #region Windows 窗体设计器生成的代码 
 | 
  
 | 
        /// <summary> 
 | 
        /// 设计器支持所需的方法 - 不要 
 | 
        /// 使用代码编辑器修改此方法的内容。 
 | 
        /// </summary> 
 | 
        private void InitializeComponent() 
 | 
        { 
 | 
            this.components = new System.ComponentModel.Container(); 
 | 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_S_BillQueryCondition_Base)); 
 | 
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("默认方案", 0); 
 | 
            this.cmdCancel = new System.Windows.Forms.Button(); 
 | 
            this.cmdOk = new System.Windows.Forms.Button(); 
 | 
            this.cmdRestore = new System.Windows.Forms.Button(); 
 | 
            this.cmdDelete = new System.Windows.Forms.Button(); 
 | 
            this.cmdPaste = new System.Windows.Forms.Button(); 
 | 
            this.cmdCopy = new System.Windows.Forms.Button(); 
 | 
            this.cmdUNBracket = new System.Windows.Forms.Button(); 
 | 
            this.cmdBracket = new System.Windows.Forms.Button(); 
 | 
            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
 | 
            this.grdCondition = new System.Windows.Forms.DataGridView(); 
 | 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
 | 
            this.panel1 = new System.Windows.Forms.Panel(); 
 | 
            this.tabControl1 = new System.Windows.Forms.TabControl(); 
 | 
            this.tabPage1 = new System.Windows.Forms.TabPage(); 
 | 
            this.cmbDelete = new System.Windows.Forms.ComboBox(); 
 | 
            this.label6 = new System.Windows.Forms.Label(); 
 | 
            this.txtFrozenCol = new System.Windows.Forms.TextBox(); 
 | 
            this.label3 = new System.Windows.Forms.Label(); 
 | 
            this.label2 = new System.Windows.Forms.Label(); 
 | 
            this.cmbTime = new System.Windows.Forms.ComboBox(); 
 | 
            this.tool = new System.Windows.Forms.ToolStrip(); 
 | 
            this.xz = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.bc = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.sc = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.imageList1 = new System.Windows.Forms.ImageList(this.components); 
 | 
            this.lvScheme = new System.Windows.Forms.ListView(); 
 | 
            this.panel2 = new System.Windows.Forms.Panel(); 
 | 
            this.groupBox1.SuspendLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdCondition)).BeginInit(); 
 | 
            this.panel1.SuspendLayout(); 
 | 
            this.tabControl1.SuspendLayout(); 
 | 
            this.tabPage1.SuspendLayout(); 
 | 
            this.tool.SuspendLayout(); 
 | 
            this.panel2.SuspendLayout(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // cmdCancel 
 | 
            //  
 | 
            this.cmdCancel.Location = new System.Drawing.Point(621, 10); 
 | 
            this.cmdCancel.Name = "cmdCancel"; 
 | 
            this.cmdCancel.Size = new System.Drawing.Size(78, 27); 
 | 
            this.cmdCancel.TabIndex = 22; 
 | 
            this.cmdCancel.Text = "关闭(&C)"; 
 | 
            this.cmdCancel.UseVisualStyleBackColor = true; 
 | 
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); 
 | 
            //  
 | 
            // cmdOk 
 | 
            //  
 | 
            this.cmdOk.Location = new System.Drawing.Point(525, 10); 
 | 
            this.cmdOk.Name = "cmdOk"; 
 | 
            this.cmdOk.Size = new System.Drawing.Size(78, 27); 
 | 
            this.cmdOk.TabIndex = 21; 
 | 
            this.cmdOk.Text = "确定(&O)"; 
 | 
            this.cmdOk.UseVisualStyleBackColor = true; 
 | 
            this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click); 
 | 
            //  
 | 
            // cmdRestore 
 | 
            //  
 | 
            this.cmdRestore.Location = new System.Drawing.Point(464, 208); 
 | 
            this.cmdRestore.Name = "cmdRestore"; 
 | 
            this.cmdRestore.Size = new System.Drawing.Size(80, 27); 
 | 
            this.cmdRestore.TabIndex = 40; 
 | 
            this.cmdRestore.Text = "恢复"; 
 | 
            this.cmdRestore.UseVisualStyleBackColor = true; 
 | 
            this.cmdRestore.Click += new System.EventHandler(this.cmdRestore_Click); 
 | 
            //  
 | 
            // cmdDelete 
 | 
            //  
 | 
            this.cmdDelete.Location = new System.Drawing.Point(464, 168); 
 | 
            this.cmdDelete.Name = "cmdDelete"; 
 | 
            this.cmdDelete.Size = new System.Drawing.Size(80, 27); 
 | 
            this.cmdDelete.TabIndex = 39; 
 | 
            this.cmdDelete.Text = "删除"; 
 | 
            this.cmdDelete.UseVisualStyleBackColor = true; 
 | 
            this.cmdDelete.Click += new System.EventHandler(this.cmdDelete_Click); 
 | 
            //  
 | 
            // cmdPaste 
 | 
            //  
 | 
            this.cmdPaste.Location = new System.Drawing.Point(464, 130); 
 | 
            this.cmdPaste.Name = "cmdPaste"; 
 | 
            this.cmdPaste.Size = new System.Drawing.Size(80, 27); 
 | 
            this.cmdPaste.TabIndex = 38; 
 | 
            this.cmdPaste.Text = "粘贴"; 
 | 
            this.cmdPaste.UseVisualStyleBackColor = true; 
 | 
            this.cmdPaste.Click += new System.EventHandler(this.cmdPaste_Click); 
 | 
            //  
 | 
            // cmdCopy 
 | 
            //  
 | 
            this.cmdCopy.Location = new System.Drawing.Point(464, 94); 
 | 
            this.cmdCopy.Name = "cmdCopy"; 
 | 
            this.cmdCopy.Size = new System.Drawing.Size(80, 27); 
 | 
            this.cmdCopy.TabIndex = 37; 
 | 
            this.cmdCopy.Text = "拷贝"; 
 | 
            this.cmdCopy.UseVisualStyleBackColor = true; 
 | 
            this.cmdCopy.Click += new System.EventHandler(this.cmdCopy_Click); 
 | 
            //  
 | 
            // cmdUNBracket 
 | 
            //  
 | 
            this.cmdUNBracket.Location = new System.Drawing.Point(464, 57); 
 | 
            this.cmdUNBracket.Name = "cmdUNBracket"; 
 | 
            this.cmdUNBracket.Size = new System.Drawing.Size(80, 27); 
 | 
            this.cmdUNBracket.TabIndex = 36; 
 | 
            this.cmdUNBracket.Text = "减括号"; 
 | 
            this.cmdUNBracket.UseVisualStyleBackColor = true; 
 | 
            this.cmdUNBracket.Click += new System.EventHandler(this.cmdUNBracket_Click); 
 | 
            //  
 | 
            // cmdBracket 
 | 
            //  
 | 
            this.cmdBracket.FlatStyle = System.Windows.Forms.FlatStyle.System; 
 | 
            this.cmdBracket.Location = new System.Drawing.Point(464, 20); 
 | 
            this.cmdBracket.Name = "cmdBracket"; 
 | 
            this.cmdBracket.Size = new System.Drawing.Size(80, 27); 
 | 
            this.cmdBracket.TabIndex = 35; 
 | 
            this.cmdBracket.Text = "加括号"; 
 | 
            this.cmdBracket.UseVisualStyleBackColor = true; 
 | 
            this.cmdBracket.Click += new System.EventHandler(this.cmdBracket_Click); 
 | 
            //  
 | 
            // groupBox1 
 | 
            //  
 | 
            this.groupBox1.Controls.Add(this.grdCondition); 
 | 
            this.groupBox1.Controls.Add(this.cmdRestore); 
 | 
            this.groupBox1.Controls.Add(this.cmdBracket); 
 | 
            this.groupBox1.Controls.Add(this.cmdDelete); 
 | 
            this.groupBox1.Controls.Add(this.cmdUNBracket); 
 | 
            this.groupBox1.Controls.Add(this.cmdPaste); 
 | 
            this.groupBox1.Controls.Add(this.cmdCopy); 
 | 
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; 
 | 
            this.groupBox1.Location = new System.Drawing.Point(3, 3); 
 | 
            this.groupBox1.Name = "groupBox1"; 
 | 
            this.groupBox1.Size = new System.Drawing.Size(550, 254); 
 | 
            this.groupBox1.TabIndex = 41; 
 | 
            this.groupBox1.TabStop = false; 
 | 
            //  
 | 
            // grdCondition 
 | 
            //  
 | 
            this.grdCondition.BackgroundColor = System.Drawing.Color.White; 
 | 
            this.grdCondition.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdCondition.Dock = System.Windows.Forms.DockStyle.Left; 
 | 
            this.grdCondition.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.grdCondition.Location = new System.Drawing.Point(3, 17); 
 | 
            this.grdCondition.Name = "grdCondition"; 
 | 
            this.grdCondition.RowTemplate.Height = 23; 
 | 
            this.grdCondition.Size = new System.Drawing.Size(455, 234); 
 | 
            this.grdCondition.TabIndex = 41; 
 | 
            this.grdCondition.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdCondition_CellBeginEdit); 
 | 
            this.grdCondition.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grdCondition_KeyDown); 
 | 
            //  
 | 
            // timer1 
 | 
            //  
 | 
            this.timer1.Enabled = true; 
 | 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
 | 
            //  
 | 
            // panel1 
 | 
            //  
 | 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 
 | 
            this.panel1.Controls.Add(this.cmdOk); 
 | 
            this.panel1.Controls.Add(this.cmdCancel); 
 | 
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; 
 | 
            this.panel1.Location = new System.Drawing.Point(0, 349); 
 | 
            this.panel1.Name = "panel1"; 
 | 
            this.panel1.Size = new System.Drawing.Size(736, 56); 
 | 
            this.panel1.TabIndex = 42; 
 | 
            //  
 | 
            // tabControl1 
 | 
            //  
 | 
            this.tabControl1.Controls.Add(this.tabPage1); 
 | 
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.tabControl1.Location = new System.Drawing.Point(172, 0); 
 | 
            this.tabControl1.Name = "tabControl1"; 
 | 
            this.tabControl1.SelectedIndex = 0; 
 | 
            this.tabControl1.Size = new System.Drawing.Size(564, 349); 
 | 
            this.tabControl1.TabIndex = 43; 
 | 
            //  
 | 
            // tabPage1 
 | 
            //  
 | 
            this.tabPage1.BackColor = System.Drawing.SystemColors.Control; 
 | 
            this.tabPage1.Controls.Add(this.cmbDelete); 
 | 
            this.tabPage1.Controls.Add(this.label6); 
 | 
            this.tabPage1.Controls.Add(this.txtFrozenCol); 
 | 
            this.tabPage1.Controls.Add(this.label3); 
 | 
            this.tabPage1.Controls.Add(this.label2); 
 | 
            this.tabPage1.Controls.Add(this.cmbTime); 
 | 
            this.tabPage1.Controls.Add(this.groupBox1); 
 | 
            this.tabPage1.Location = new System.Drawing.Point(4, 22); 
 | 
            this.tabPage1.Name = "tabPage1"; 
 | 
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 
 | 
            this.tabPage1.Size = new System.Drawing.Size(556, 323); 
 | 
            this.tabPage1.TabIndex = 0; 
 | 
            this.tabPage1.Text = "条件"; 
 | 
            //  
 | 
            // cmbDelete 
 | 
            //  
 | 
            this.cmbDelete.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
 | 
            this.cmbDelete.FormattingEnabled = true; 
 | 
            this.cmbDelete.ImeMode = System.Windows.Forms.ImeMode.On; 
 | 
            this.cmbDelete.Items.AddRange(new object[] { 
 | 
            "全部", 
 | 
            "正常", 
 | 
            "作废"}); 
 | 
            this.cmbDelete.Location = new System.Drawing.Point(81, 289); 
 | 
            this.cmbDelete.Name = "cmbDelete"; 
 | 
            this.cmbDelete.Size = new System.Drawing.Size(80, 20); 
 | 
            this.cmbDelete.TabIndex = 47; 
 | 
            //  
 | 
            // label6 
 | 
            //  
 | 
            this.label6.AutoSize = true; 
 | 
            this.label6.Location = new System.Drawing.Point(16, 289); 
 | 
            this.label6.Name = "label6"; 
 | 
            this.label6.Size = new System.Drawing.Size(59, 12); 
 | 
            this.label6.TabIndex = 46; 
 | 
            this.label6.Text = "作废标志:"; 
 | 
            //  
 | 
            // txtFrozenCol 
 | 
            //  
 | 
            this.txtFrozenCol.ImeMode = System.Windows.Forms.ImeMode.On; 
 | 
            this.txtFrozenCol.Location = new System.Drawing.Point(262, 263); 
 | 
            this.txtFrozenCol.Name = "txtFrozenCol"; 
 | 
            this.txtFrozenCol.Size = new System.Drawing.Size(112, 21); 
 | 
            this.txtFrozenCol.TabIndex = 45; 
 | 
            this.txtFrozenCol.Text = "0"; 
 | 
            this.txtFrozenCol.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
 | 
            //  
 | 
            // label3 
 | 
            //  
 | 
            this.label3.AutoSize = true; 
 | 
            this.label3.Location = new System.Drawing.Point(200, 264); 
 | 
            this.label3.Name = "label3"; 
 | 
            this.label3.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label3.TabIndex = 44; 
 | 
            this.label3.Text = "冻结列数"; 
 | 
            //  
 | 
            // label2 
 | 
            //  
 | 
            this.label2.AutoSize = true; 
 | 
            this.label2.Location = new System.Drawing.Point(26, 264); 
 | 
            this.label2.Name = "label2"; 
 | 
            this.label2.Size = new System.Drawing.Size(35, 12); 
 | 
            this.label2.TabIndex = 42; 
 | 
            this.label2.Text = "时间:"; 
 | 
            //  
 | 
            // cmbTime 
 | 
            //  
 | 
            this.cmbTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
 | 
            this.cmbTime.FormattingEnabled = true; 
 | 
            this.cmbTime.ImeMode = System.Windows.Forms.ImeMode.On; 
 | 
            this.cmbTime.Items.AddRange(new object[] { 
 | 
            "全部", 
 | 
            "本日", 
 | 
            "本周", 
 | 
            "本期"}); 
 | 
            this.cmbTime.Location = new System.Drawing.Point(81, 263); 
 | 
            this.cmbTime.Name = "cmbTime"; 
 | 
            this.cmbTime.Size = new System.Drawing.Size(80, 20); 
 | 
            this.cmbTime.TabIndex = 43; 
 | 
            //  
 | 
            // tool 
 | 
            //  
 | 
            this.tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
 | 
            this.xz, 
 | 
            this.bc, 
 | 
            this.sc}); 
 | 
            this.tool.Location = new System.Drawing.Point(0, 0); 
 | 
            this.tool.Name = "tool"; 
 | 
            this.tool.Size = new System.Drawing.Size(168, 25); 
 | 
            this.tool.TabIndex = 44; 
 | 
            //  
 | 
            // xz 
 | 
            //  
 | 
            this.xz.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
 | 
            this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image"))); 
 | 
            this.xz.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.xz.Name = "xz"; 
 | 
            this.xz.Size = new System.Drawing.Size(23, 22); 
 | 
            this.xz.ToolTipText = "新增"; 
 | 
            this.xz.Visible = false; 
 | 
            //  
 | 
            // bc 
 | 
            //  
 | 
            this.bc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
 | 
            this.bc.Image = ((System.Drawing.Image)(resources.GetObject("bc.Image"))); 
 | 
            this.bc.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.bc.Name = "bc"; 
 | 
            this.bc.Size = new System.Drawing.Size(23, 22); 
 | 
            this.bc.ToolTipText = "保存"; 
 | 
            //  
 | 
            // sc 
 | 
            //  
 | 
            this.sc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
 | 
            this.sc.Image = ((System.Drawing.Image)(resources.GetObject("sc.Image"))); 
 | 
            this.sc.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.sc.Name = "sc"; 
 | 
            this.sc.Size = new System.Drawing.Size(23, 22); 
 | 
            this.sc.ToolTipText = "删除"; 
 | 
            //  
 | 
            // imageList1 
 | 
            //  
 | 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); 
 | 
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent; 
 | 
            this.imageList1.Images.SetKeyName(0, "stock_add-bookmark.ico"); 
 | 
            //  
 | 
            // lvScheme 
 | 
            //  
 | 
            this.lvScheme.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.lvScheme.HideSelection = false; 
 | 
            this.lvScheme.Items.AddRange(new System.Windows.Forms.ListViewItem[] { 
 | 
            listViewItem1}); 
 | 
            this.lvScheme.LargeImageList = this.imageList1; 
 | 
            this.lvScheme.Location = new System.Drawing.Point(0, 25); 
 | 
            this.lvScheme.MultiSelect = false; 
 | 
            this.lvScheme.Name = "lvScheme"; 
 | 
            this.lvScheme.Size = new System.Drawing.Size(168, 320); 
 | 
            this.lvScheme.TabIndex = 45; 
 | 
            this.lvScheme.UseCompatibleStateImageBehavior = false; 
 | 
            //  
 | 
            // panel2 
 | 
            //  
 | 
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 
 | 
            this.panel2.Controls.Add(this.lvScheme); 
 | 
            this.panel2.Controls.Add(this.tool); 
 | 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left; 
 | 
            this.panel2.Location = new System.Drawing.Point(0, 0); 
 | 
            this.panel2.Name = "panel2"; 
 | 
            this.panel2.Size = new System.Drawing.Size(172, 349); 
 | 
            this.panel2.TabIndex = 46; 
 | 
            //  
 | 
            // frm_S_BillQueryCondition_Base 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.ClientSize = new System.Drawing.Size(736, 405); 
 | 
            this.ControlBox = false; 
 | 
            this.Controls.Add(this.tabControl1); 
 | 
            this.Controls.Add(this.panel2); 
 | 
            this.Controls.Add(this.panel1); 
 | 
            this.Name = "frm_S_BillQueryCondition_Base"; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "过滤条件"; 
 | 
            this.Load += new System.EventHandler(this.frm_S_BillQueryCondition_Base_Load); 
 | 
            this.groupBox1.ResumeLayout(false); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdCondition)).EndInit(); 
 | 
            this.panel1.ResumeLayout(false); 
 | 
            this.tabControl1.ResumeLayout(false); 
 | 
            this.tabPage1.ResumeLayout(false); 
 | 
            this.tabPage1.PerformLayout(); 
 | 
            this.tool.ResumeLayout(false); 
 | 
            this.tool.PerformLayout(); 
 | 
            this.panel2.ResumeLayout(false); 
 | 
            this.panel2.PerformLayout(); 
 | 
            this.ResumeLayout(false); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.Button cmdCancel; 
 | 
        private System.Windows.Forms.Button cmdOk; 
 | 
        private System.Windows.Forms.Button cmdRestore; 
 | 
        private System.Windows.Forms.Button cmdDelete; 
 | 
        private System.Windows.Forms.Button cmdPaste; 
 | 
        private System.Windows.Forms.Button cmdCopy; 
 | 
        private System.Windows.Forms.Button cmdUNBracket; 
 | 
        private System.Windows.Forms.Button cmdBracket; 
 | 
        private System.Windows.Forms.GroupBox groupBox1; 
 | 
        private System.Windows.Forms.Timer timer1; 
 | 
        private System.Windows.Forms.DataGridView grdCondition; 
 | 
        private System.Windows.Forms.Panel panel1; 
 | 
        private System.Windows.Forms.TabControl tabControl1; 
 | 
        private System.Windows.Forms.TabPage tabPage1; 
 | 
        private System.Windows.Forms.Label label2; 
 | 
        private System.Windows.Forms.ComboBox cmbTime; 
 | 
        public System.Windows.Forms.TextBox txtFrozenCol; 
 | 
        private System.Windows.Forms.Label label3; 
 | 
        private System.Windows.Forms.ComboBox cmbDelete; 
 | 
        private System.Windows.Forms.Label label6; 
 | 
        private System.Windows.Forms.ToolStrip tool; 
 | 
        private System.Windows.Forms.ToolStripButton xz; 
 | 
        private System.Windows.Forms.ToolStripButton bc; 
 | 
        private System.Windows.Forms.ToolStripButton sc; 
 | 
        private System.Windows.Forms.ImageList imageList1; 
 | 
        private System.Windows.Forms.ListView lvScheme; 
 | 
        private System.Windows.Forms.Panel panel2; 
 | 
    } 
 | 
} 
 |