namespace Pub_Control { partial class frmBillQueryCondition_Base { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBillQueryCondition_Base)); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("默认方案", 0); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.grdCondition = new System.Windows.Forms.DataGridView(); 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.cmdOk = new System.Windows.Forms.Button(); this.cmdCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.cmbCheck = new System.Windows.Forms.ComboBox(); this.cmbTime = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cmbClose = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.cmbDelete = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.txtHShowCount = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.cmbHComplete = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.panel4 = new System.Windows.Forms.Panel(); this.grdOrder = new System.Windows.Forms.DataGridView(); this.panel3 = new System.Windows.Forms.Panel(); this.lstOrder = new System.Windows.Forms.ListBox(); this.panel5 = new System.Windows.Forms.Panel(); this.cmdDown = new System.Windows.Forms.Button(); this.cmdUp = new System.Windows.Forms.Button(); this.cmdDel = new System.Windows.Forms.Button(); this.cmdAddNew = new System.Windows.Forms.Button(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.panel8 = new System.Windows.Forms.Panel(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtFrozenCol = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.panel7 = new System.Windows.Forms.Panel(); this.grdField = new System.Windows.Forms.DataGridView(); this.panel6 = new System.Windows.Forms.Panel(); this.cmdDown2 = new System.Windows.Forms.Button(); this.cmdUp2 = new System.Windows.Forms.Button(); this.cmdBack = new System.Windows.Forms.Button(); this.cmdAllClear = new System.Windows.Forms.Button(); this.cmdAllSelect = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panel9 = new System.Windows.Forms.Panel(); this.cmbDefault = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.lvScheme = new System.Windows.Forms.ListView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); 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.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdCondition)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdOrder)).BeginInit(); this.panel3.SuspendLayout(); this.panel5.SuspendLayout(); this.tabPage3.SuspendLayout(); this.panel8.SuspendLayout(); this.panel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdField)).BeginInit(); this.panel6.SuspendLayout(); this.panel1.SuspendLayout(); this.panel9.SuspendLayout(); this.panel2.SuspendLayout(); this.tool.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.grdCondition); this.groupBox1.Controls.Add(this.cmdRestore); this.groupBox1.Controls.Add(this.cmdDelete); this.groupBox1.Controls.Add(this.cmdPaste); this.groupBox1.Controls.Add(this.cmdCopy); this.groupBox1.Controls.Add(this.cmdUNBracket); this.groupBox1.Controls.Add(this.cmdBracket); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(4, 4); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(721, 301); this.groupBox1.TabIndex = 1; 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(4, 22); this.grdCondition.Margin = new System.Windows.Forms.Padding(4); this.grdCondition.Name = "grdCondition"; this.grdCondition.RowTemplate.Height = 23; this.grdCondition.Size = new System.Drawing.Size(589, 275); this.grdCondition.TabIndex = 7; this.grdCondition.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdCondition_CellBeginEdit); this.grdCondition.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCondition_CellEndEdit); this.grdCondition.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdCondition_EditingControlShowing); this.grdCondition.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grdCondition_KeyDown); // // cmdRestore // this.cmdRestore.Location = new System.Drawing.Point(601, 240); this.cmdRestore.Margin = new System.Windows.Forms.Padding(4); this.cmdRestore.Name = "cmdRestore"; this.cmdRestore.Size = new System.Drawing.Size(107, 34); this.cmdRestore.TabIndex = 6; this.cmdRestore.Text = "恢复"; this.cmdRestore.UseVisualStyleBackColor = true; this.cmdRestore.Click += new System.EventHandler(this.cmdRestore_Click); // // cmdDelete // this.cmdDelete.Location = new System.Drawing.Point(601, 196); this.cmdDelete.Margin = new System.Windows.Forms.Padding(4); this.cmdDelete.Name = "cmdDelete"; this.cmdDelete.Size = new System.Drawing.Size(107, 34); this.cmdDelete.TabIndex = 5; this.cmdDelete.Text = "删除"; this.cmdDelete.UseVisualStyleBackColor = true; this.cmdDelete.Click += new System.EventHandler(this.cmdDelete_Click); // // cmdPaste // this.cmdPaste.Location = new System.Drawing.Point(601, 152); this.cmdPaste.Margin = new System.Windows.Forms.Padding(4); this.cmdPaste.Name = "cmdPaste"; this.cmdPaste.Size = new System.Drawing.Size(107, 34); this.cmdPaste.TabIndex = 4; this.cmdPaste.Text = "粘贴"; this.cmdPaste.UseVisualStyleBackColor = true; this.cmdPaste.Click += new System.EventHandler(this.cmdPaste_Click); // // cmdCopy // this.cmdCopy.Location = new System.Drawing.Point(601, 110); this.cmdCopy.Margin = new System.Windows.Forms.Padding(4); this.cmdCopy.Name = "cmdCopy"; this.cmdCopy.Size = new System.Drawing.Size(107, 34); this.cmdCopy.TabIndex = 3; this.cmdCopy.Text = "拷贝"; this.cmdCopy.UseVisualStyleBackColor = true; this.cmdCopy.Click += new System.EventHandler(this.cmdCopy_Click); // // cmdUNBracket // this.cmdUNBracket.Location = new System.Drawing.Point(601, 68); this.cmdUNBracket.Margin = new System.Windows.Forms.Padding(4); this.cmdUNBracket.Name = "cmdUNBracket"; this.cmdUNBracket.Size = new System.Drawing.Size(107, 34); this.cmdUNBracket.TabIndex = 2; 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(601, 24); this.cmdBracket.Margin = new System.Windows.Forms.Padding(4); this.cmdBracket.Name = "cmdBracket"; this.cmdBracket.Size = new System.Drawing.Size(107, 34); this.cmdBracket.TabIndex = 1; this.cmdBracket.Text = "加括号"; this.cmdBracket.UseVisualStyleBackColor = true; this.cmdBracket.Click += new System.EventHandler(this.cmdBracket_Click); // // cmdOk // this.cmdOk.Location = new System.Drawing.Point(696, 10); this.cmdOk.Margin = new System.Windows.Forms.Padding(4); this.cmdOk.Name = "cmdOk"; this.cmdOk.Size = new System.Drawing.Size(104, 34); this.cmdOk.TabIndex = 7; this.cmdOk.Text = "确定(&O)"; this.cmdOk.UseVisualStyleBackColor = true; this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click); // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(839, 10); this.cmdCancel.Margin = new System.Windows.Forms.Padding(4); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(104, 34); this.cmdCancel.TabIndex = 8; this.cmdCancel.Text = "关闭(&C)"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(264, 320); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 15); this.label1.TabIndex = 9; this.label1.Text = "审核标志:"; // // cmbCheck // this.cmbCheck.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCheck.FormattingEnabled = true; this.cmbCheck.ImeMode = System.Windows.Forms.ImeMode.On; this.cmbCheck.Items.AddRange(new object[] { "全部", "未审", "已审"}); this.cmbCheck.Location = new System.Drawing.Point(351, 320); this.cmbCheck.Margin = new System.Windows.Forms.Padding(4); this.cmbCheck.Name = "cmbCheck"; this.cmbCheck.Size = new System.Drawing.Size(105, 23); this.cmbCheck.TabIndex = 10; // // 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(111, 320); this.cmbTime.Margin = new System.Windows.Forms.Padding(4); this.cmbTime.Name = "cmbTime"; this.cmbTime.Size = new System.Drawing.Size(105, 23); this.cmbTime.TabIndex = 12; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(44, 320); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(45, 15); this.label2.TabIndex = 11; this.label2.Text = "时间:"; // // cmbClose // this.cmbClose.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbClose.FormattingEnabled = true; this.cmbClose.ImeMode = System.Windows.Forms.ImeMode.On; this.cmbClose.Items.AddRange(new object[] { "全部", "未关闭", "已关闭"}); this.cmbClose.Location = new System.Drawing.Point(351, 358); this.cmbClose.Margin = new System.Windows.Forms.Padding(4); this.cmbClose.Name = "cmbClose"; this.cmbClose.Size = new System.Drawing.Size(105, 23); this.cmbClose.TabIndex = 16; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(264, 360); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(75, 15); this.label4.TabIndex = 15; this.label4.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(111, 358); this.cmbDelete.Margin = new System.Windows.Forms.Padding(4); this.cmbDelete.Name = "cmbDelete"; this.cmbDelete.Size = new System.Drawing.Size(105, 23); this.cmbDelete.TabIndex = 18; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(24, 358); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(75, 15); this.label6.TabIndex = 17; this.label6.Text = "作废标志:"; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(223, 2); this.tabControl1.Margin = new System.Windows.Forms.Padding(4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(741, 424); this.tabControl1.TabIndex = 19; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.SystemColors.Control; this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.tabPage1.Controls.Add(this.txtHShowCount); this.tabPage1.Controls.Add(this.label10); this.tabPage1.Controls.Add(this.cmbHComplete); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.groupBox1); this.tabPage1.Controls.Add(this.cmbDelete); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.cmbClose); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.cmbCheck); this.tabPage1.Controls.Add(this.cmbTime); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Margin = new System.Windows.Forms.Padding(4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4); this.tabPage1.Size = new System.Drawing.Size(733, 395); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "条件"; // // txtHShowCount // this.txtHShowCount.Location = new System.Drawing.Point(605, 356); this.txtHShowCount.Margin = new System.Windows.Forms.Padding(4); this.txtHShowCount.Name = "txtHShowCount"; this.txtHShowCount.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.txtHShowCount.Size = new System.Drawing.Size(105, 25); this.txtHShowCount.TabIndex = 24; this.txtHShowCount.Text = "5000"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(501, 360); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(67, 15); this.label10.TabIndex = 23; this.label10.Text = "显示行数"; // // cmbHComplete // this.cmbHComplete.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbHComplete.FormattingEnabled = true; this.cmbHComplete.ImeMode = System.Windows.Forms.ImeMode.On; this.cmbHComplete.Items.AddRange(new object[] { "是", "否"}); this.cmbHComplete.Location = new System.Drawing.Point(605, 316); this.cmbHComplete.Margin = new System.Windows.Forms.Padding(4); this.cmbHComplete.Name = "cmbHComplete"; this.cmbHComplete.Size = new System.Drawing.Size(105, 23); this.cmbHComplete.TabIndex = 22; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(485, 325); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(105, 15); this.label7.TabIndex = 21; this.label7.Text = "显示完整单据:"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.SystemColors.Control; this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.tabPage2.Controls.Add(this.panel4); this.tabPage2.Controls.Add(this.panel3); this.tabPage2.Controls.Add(this.panel5); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Margin = new System.Windows.Forms.Padding(4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4); this.tabPage2.Size = new System.Drawing.Size(733, 395); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "排序"; // // panel4 // this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel4.Controls.Add(this.grdOrder); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(4, 183); this.panel4.Margin = new System.Windows.Forms.Padding(4); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(572, 204); this.panel4.TabIndex = 2; // // grdOrder // this.grdOrder.BackgroundColor = System.Drawing.Color.White; this.grdOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdOrder.Dock = System.Windows.Forms.DockStyle.Fill; this.grdOrder.ImeMode = System.Windows.Forms.ImeMode.On; this.grdOrder.Location = new System.Drawing.Point(0, 0); this.grdOrder.Margin = new System.Windows.Forms.Padding(4); this.grdOrder.Name = "grdOrder"; this.grdOrder.RowTemplate.Height = 23; this.grdOrder.Size = new System.Drawing.Size(568, 200); this.grdOrder.TabIndex = 0; // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel3.Controls.Add(this.lstOrder); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(4, 4); this.panel3.Margin = new System.Windows.Forms.Padding(4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(572, 179); this.panel3.TabIndex = 3; // // lstOrder // this.lstOrder.Dock = System.Windows.Forms.DockStyle.Fill; this.lstOrder.FormattingEnabled = true; this.lstOrder.ImeMode = System.Windows.Forms.ImeMode.On; this.lstOrder.ItemHeight = 15; this.lstOrder.Location = new System.Drawing.Point(0, 0); this.lstOrder.Margin = new System.Windows.Forms.Padding(4); this.lstOrder.Name = "lstOrder"; this.lstOrder.ScrollAlwaysVisible = true; this.lstOrder.Size = new System.Drawing.Size(568, 169); this.lstOrder.TabIndex = 0; this.lstOrder.DoubleClick += new System.EventHandler(this.lstOrder_DoubleClick); // // panel5 // this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel5.Controls.Add(this.cmdDown); this.panel5.Controls.Add(this.cmdUp); this.panel5.Controls.Add(this.cmdDel); this.panel5.Controls.Add(this.cmdAddNew); this.panel5.Dock = System.Windows.Forms.DockStyle.Right; this.panel5.Location = new System.Drawing.Point(576, 4); this.panel5.Margin = new System.Windows.Forms.Padding(4); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(149, 383); this.panel5.TabIndex = 2; // // cmdDown // this.cmdDown.Image = ((System.Drawing.Image)(resources.GetObject("cmdDown.Image"))); this.cmdDown.Location = new System.Drawing.Point(59, 225); this.cmdDown.Margin = new System.Windows.Forms.Padding(4); this.cmdDown.Name = "cmdDown"; this.cmdDown.Size = new System.Drawing.Size(45, 38); this.cmdDown.TabIndex = 11; this.cmdDown.UseVisualStyleBackColor = true; this.cmdDown.Click += new System.EventHandler(this.cmdDown_Click); // // cmdUp // this.cmdUp.Image = ((System.Drawing.Image)(resources.GetObject("cmdUp.Image"))); this.cmdUp.Location = new System.Drawing.Point(59, 178); this.cmdUp.Margin = new System.Windows.Forms.Padding(4); this.cmdUp.Name = "cmdUp"; this.cmdUp.Size = new System.Drawing.Size(45, 40); this.cmdUp.TabIndex = 10; this.cmdUp.UseVisualStyleBackColor = true; this.cmdUp.Click += new System.EventHandler(this.cmdUp_Click); // // cmdDel // this.cmdDel.Location = new System.Drawing.Point(37, 72); this.cmdDel.Margin = new System.Windows.Forms.Padding(4); this.cmdDel.Name = "cmdDel"; this.cmdDel.Size = new System.Drawing.Size(81, 34); this.cmdDel.TabIndex = 9; this.cmdDel.Text = "删除"; this.cmdDel.UseVisualStyleBackColor = true; this.cmdDel.Click += new System.EventHandler(this.cmdDel_Click); // // cmdAddNew // this.cmdAddNew.Location = new System.Drawing.Point(37, 12); this.cmdAddNew.Margin = new System.Windows.Forms.Padding(4); this.cmdAddNew.Name = "cmdAddNew"; this.cmdAddNew.Size = new System.Drawing.Size(81, 34); this.cmdAddNew.TabIndex = 8; this.cmdAddNew.Text = "添加"; this.cmdAddNew.UseVisualStyleBackColor = true; this.cmdAddNew.Click += new System.EventHandler(this.cmdAddNew_Click); // // tabPage3 // this.tabPage3.BackColor = System.Drawing.SystemColors.Control; this.tabPage3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.tabPage3.Controls.Add(this.panel8); this.tabPage3.Controls.Add(this.panel7); this.tabPage3.Controls.Add(this.panel6); this.tabPage3.Location = new System.Drawing.Point(4, 25); this.tabPage3.Margin = new System.Windows.Forms.Padding(4); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(733, 395); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "列明细"; // // panel8 // this.panel8.Controls.Add(this.textBox4); this.panel8.Controls.Add(this.label8); this.panel8.Controls.Add(this.textBox3); this.panel8.Controls.Add(this.label9); this.panel8.Controls.Add(this.textBox2); this.panel8.Controls.Add(this.label5); this.panel8.Controls.Add(this.txtFrozenCol); this.panel8.Controls.Add(this.label3); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(0, 319); this.panel8.Margin = new System.Windows.Forms.Padding(4); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(573, 72); this.panel8.TabIndex = 2; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(97, 36); this.textBox4.Margin = new System.Windows.Forms.Padding(4); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(153, 25); this.textBox4.TabIndex = 11; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(15, 41); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(67, 15); this.label8.TabIndex = 10; this.label8.Text = "标题行高"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(365, 36); this.textBox3.Margin = new System.Windows.Forms.Padding(4); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(179, 25); this.textBox3.TabIndex = 9; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(285, 41); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(67, 15); this.label9.TabIndex = 8; this.label9.Text = "内容行高"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(365, 6); this.textBox2.Margin = new System.Windows.Forms.Padding(4); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(179, 25); this.textBox2.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(287, 10); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 15); this.label5.TabIndex = 4; this.label5.Text = "字体大小"; // // txtFrozenCol // this.txtFrozenCol.ImeMode = System.Windows.Forms.ImeMode.On; this.txtFrozenCol.Location = new System.Drawing.Point(97, 5); this.txtFrozenCol.Margin = new System.Windows.Forms.Padding(4); this.txtFrozenCol.Name = "txtFrozenCol"; this.txtFrozenCol.Size = new System.Drawing.Size(153, 25); this.txtFrozenCol.TabIndex = 1; this.txtFrozenCol.Text = "0"; this.txtFrozenCol.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 9); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 15); this.label3.TabIndex = 0; this.label3.Text = "冻结列数"; // // panel7 // this.panel7.Controls.Add(this.grdField); this.panel7.Dock = System.Windows.Forms.DockStyle.Top; this.panel7.Location = new System.Drawing.Point(0, 0); this.panel7.Margin = new System.Windows.Forms.Padding(4); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(573, 319); this.panel7.TabIndex = 1; // // grdField // this.grdField.AllowUserToAddRows = false; this.grdField.AllowUserToDeleteRows = false; this.grdField.BackgroundColor = System.Drawing.Color.White; this.grdField.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdField.Dock = System.Windows.Forms.DockStyle.Fill; this.grdField.ImeMode = System.Windows.Forms.ImeMode.On; this.grdField.Location = new System.Drawing.Point(0, 0); this.grdField.Margin = new System.Windows.Forms.Padding(4); this.grdField.Name = "grdField"; this.grdField.ReadOnly = true; this.grdField.RowTemplate.Height = 23; this.grdField.Size = new System.Drawing.Size(573, 319); this.grdField.TabIndex = 0; this.grdField.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdField_CellBeginEdit); // // panel6 // this.panel6.Controls.Add(this.cmdDown2); this.panel6.Controls.Add(this.cmdUp2); this.panel6.Controls.Add(this.cmdBack); this.panel6.Controls.Add(this.cmdAllClear); this.panel6.Controls.Add(this.cmdAllSelect); this.panel6.Dock = System.Windows.Forms.DockStyle.Right; this.panel6.Location = new System.Drawing.Point(573, 0); this.panel6.Margin = new System.Windows.Forms.Padding(4); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(156, 391); this.panel6.TabIndex = 0; // // cmdDown2 // this.cmdDown2.Image = ((System.Drawing.Image)(resources.GetObject("cmdDown2.Image"))); this.cmdDown2.Location = new System.Drawing.Point(53, 88); this.cmdDown2.Margin = new System.Windows.Forms.Padding(4); this.cmdDown2.Name = "cmdDown2"; this.cmdDown2.Size = new System.Drawing.Size(45, 38); this.cmdDown2.TabIndex = 14; this.cmdDown2.UseVisualStyleBackColor = true; this.cmdDown2.Click += new System.EventHandler(this.cmdDown2_Click); // // cmdUp2 // this.cmdUp2.Image = ((System.Drawing.Image)(resources.GetObject("cmdUp2.Image"))); this.cmdUp2.Location = new System.Drawing.Point(53, 40); this.cmdUp2.Margin = new System.Windows.Forms.Padding(4); this.cmdUp2.Name = "cmdUp2"; this.cmdUp2.Size = new System.Drawing.Size(45, 40); this.cmdUp2.TabIndex = 13; this.cmdUp2.UseVisualStyleBackColor = true; this.cmdUp2.Click += new System.EventHandler(this.cmdUp2_Click); // // cmdBack // this.cmdBack.Location = new System.Drawing.Point(37, 304); this.cmdBack.Margin = new System.Windows.Forms.Padding(4); this.cmdBack.Name = "cmdBack"; this.cmdBack.Size = new System.Drawing.Size(81, 34); this.cmdBack.TabIndex = 12; this.cmdBack.Text = "恢复"; this.cmdBack.UseVisualStyleBackColor = true; this.cmdBack.Visible = false; // // cmdAllClear // this.cmdAllClear.Location = new System.Drawing.Point(37, 251); this.cmdAllClear.Margin = new System.Windows.Forms.Padding(4); this.cmdAllClear.Name = "cmdAllClear"; this.cmdAllClear.Size = new System.Drawing.Size(81, 34); this.cmdAllClear.TabIndex = 10; this.cmdAllClear.Text = "全部清除"; this.cmdAllClear.UseVisualStyleBackColor = true; this.cmdAllClear.Click += new System.EventHandler(this.cmdAllClear_Click); // // cmdAllSelect // this.cmdAllSelect.Location = new System.Drawing.Point(37, 210); this.cmdAllSelect.Margin = new System.Windows.Forms.Padding(4); this.cmdAllSelect.Name = "cmdAllSelect"; this.cmdAllSelect.Size = new System.Drawing.Size(81, 34); this.cmdAllSelect.TabIndex = 9; this.cmdAllSelect.Text = "全部选中"; this.cmdAllSelect.UseVisualStyleBackColor = true; this.cmdAllSelect.Click += new System.EventHandler(this.cmdAllSelect_Click); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.panel9); this.panel1.Controls.Add(this.cmdCancel); this.panel1.Controls.Add(this.cmdOk); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 428); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(961, 54); this.panel1.TabIndex = 20; // // panel9 // this.panel9.Controls.Add(this.cmbDefault); this.panel9.Controls.Add(this.label11); this.panel9.Dock = System.Windows.Forms.DockStyle.Left; this.panel9.Location = new System.Drawing.Point(0, 0); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(659, 50); this.panel9.TabIndex = 10; // // cmbDefault // this.cmbDefault.FormattingEnabled = true; this.cmbDefault.Items.AddRange(new object[] { "", "否", "是"}); this.cmbDefault.Location = new System.Drawing.Point(528, 13); this.cmbDefault.Name = "cmbDefault"; this.cmbDefault.Size = new System.Drawing.Size(64, 23); this.cmbDefault.TabIndex = 1; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(350, 16); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(172, 15); this.label11.TabIndex = 0; this.label11.Text = "下次自动以当前方案查询"; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.Control; 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.Margin = new System.Windows.Forms.Padding(4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(216, 428); this.panel2.TabIndex = 21; // // 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.Margin = new System.Windows.Forms.Padding(4); this.lvScheme.MultiSelect = false; this.lvScheme.Name = "lvScheme"; this.lvScheme.Size = new System.Drawing.Size(212, 399); this.lvScheme.TabIndex = 1; this.lvScheme.UseCompatibleStateImageBehavior = false; this.lvScheme.SelectedIndexChanged += new System.EventHandler(this.lvScheme_SelectedIndexChanged); // // 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"); // // 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(212, 25); this.tool.TabIndex = 0; // // 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.Click += new System.EventHandler(this.xz_Click); // // 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 = "保存"; this.bc.Click += new System.EventHandler(this.bc_Click); // // 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 = "删除"; this.sc.Click += new System.EventHandler(this.sc_Click); // // frmBillQueryCondition_Base // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(961, 482); this.ControlBox = false; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmBillQueryCondition_Base"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "过滤条件"; this.Load += new System.EventHandler(this.frmBillQueryCondition_Base_Load); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdCondition)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdOrder)).EndInit(); this.panel3.ResumeLayout(false); this.panel5.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); this.panel7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdField)).EndInit(); this.panel6.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel9.ResumeLayout(false); this.panel9.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.tool.ResumeLayout(false); this.tool.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button cmdUNBracket; private System.Windows.Forms.Button cmdBracket; 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 cmdOk; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbCheck; private System.Windows.Forms.ComboBox cmbTime; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbClose; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cmbDelete; private System.Windows.Forms.Label label6; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; 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.ListView lvScheme; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.ListBox lstOrder; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Button cmdDown; private System.Windows.Forms.Button cmdUp; private System.Windows.Forms.Button cmdDel; private System.Windows.Forms.Button cmdAddNew; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button cmdDown2; private System.Windows.Forms.Button cmdUp2; private System.Windows.Forms.Button cmdBack; private System.Windows.Forms.Button cmdAllClear; private System.Windows.Forms.Button cmdAllSelect; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.DataGridView grdCondition; private System.Windows.Forms.DataGridView grdOrder; private System.Windows.Forms.DataGridView grdField; public System.Windows.Forms.TextBox txtFrozenCol; private System.Windows.Forms.Label label7; public System.Windows.Forms.ComboBox cmbHComplete; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtHShowCount; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panel9; private System.Windows.Forms.ComboBox cmbDefault; private System.Windows.Forms.Label label11; } }