namespace Pub_Control
|
{
|
partial class frm_G_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_G_BillQueryCondition_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.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.cmbCheck = new System.Windows.Forms.ComboBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtFrozenCol = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.lvScheme = new System.Windows.Forms.ListView();
|
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.panel1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
this.tabPage1.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(3, 3);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(542, 244);
|
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(3, 17);
|
this.grdCondition.Name = "grdCondition";
|
this.grdCondition.RowTemplate.Height = 23;
|
this.grdCondition.Size = new System.Drawing.Size(445, 224);
|
this.grdCondition.TabIndex = 8;
|
this.grdCondition.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdCondition_CellBeginEdit);
|
//
|
// cmdRestore
|
//
|
this.cmdRestore.Location = new System.Drawing.Point(454, 209);
|
this.cmdRestore.Name = "cmdRestore";
|
this.cmdRestore.Size = new System.Drawing.Size(80, 27);
|
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(454, 169);
|
this.cmdDelete.Name = "cmdDelete";
|
this.cmdDelete.Size = new System.Drawing.Size(80, 27);
|
this.cmdDelete.TabIndex = 5;
|
this.cmdDelete.Text = "删除";
|
this.cmdDelete.UseVisualStyleBackColor = true;
|
this.cmdDelete.Click += new System.EventHandler(this.cmdDelete_Click);
|
//
|
// cmdPaste
|
//
|
this.cmdPaste.Enabled = false;
|
this.cmdPaste.Location = new System.Drawing.Point(454, 131);
|
this.cmdPaste.Name = "cmdPaste";
|
this.cmdPaste.Size = new System.Drawing.Size(80, 27);
|
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(454, 92);
|
this.cmdCopy.Name = "cmdCopy";
|
this.cmdCopy.Size = new System.Drawing.Size(80, 27);
|
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(454, 54);
|
this.cmdUNBracket.Name = "cmdUNBracket";
|
this.cmdUNBracket.Size = new System.Drawing.Size(80, 27);
|
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(454, 16);
|
this.cmdBracket.Name = "cmdBracket";
|
this.cmdBracket.Size = new System.Drawing.Size(80, 27);
|
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(529, 16);
|
this.cmdOk.Name = "cmdOk";
|
this.cmdOk.Size = new System.Drawing.Size(78, 27);
|
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(627, 16);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(78, 27);
|
this.cmdCancel.TabIndex = 8;
|
this.cmdCancel.Text = "关闭(&C)";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// 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.cmdCancel);
|
this.panel1.Controls.Add(this.cmdOk);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 339);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(719, 57);
|
this.panel1.TabIndex = 9;
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Right;
|
this.tabControl1.Location = new System.Drawing.Point(163, 0);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(556, 339);
|
this.tabControl1.TabIndex = 10;
|
//
|
// tabPage1
|
//
|
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
|
this.tabPage1.Controls.Add(this.txtFrozenCol);
|
this.tabPage1.Controls.Add(this.label3);
|
this.tabPage1.Controls.Add(this.cmbDelete);
|
this.tabPage1.Controls.Add(this.label6);
|
this.tabPage1.Controls.Add(this.cmbCheck);
|
this.tabPage1.Controls.Add(this.label1);
|
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(548, 313);
|
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(108, 282);
|
this.cmbDelete.Name = "cmbDelete";
|
this.cmbDelete.Size = new System.Drawing.Size(80, 20);
|
this.cmbDelete.TabIndex = 22;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(42, 286);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(59, 12);
|
this.label6.TabIndex = 21;
|
this.label6.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(108, 256);
|
this.cmbCheck.Name = "cmbCheck";
|
this.cmbCheck.Size = new System.Drawing.Size(80, 20);
|
this.cmbCheck.TabIndex = 20;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(43, 256);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
this.label1.TabIndex = 19;
|
this.label1.Text = "审核标志:";
|
//
|
// txtFrozenCol
|
//
|
this.txtFrozenCol.ImeMode = System.Windows.Forms.ImeMode.On;
|
this.txtFrozenCol.Location = new System.Drawing.Point(279, 256);
|
this.txtFrozenCol.Name = "txtFrozenCol";
|
this.txtFrozenCol.Size = new System.Drawing.Size(112, 21);
|
this.txtFrozenCol.TabIndex = 47;
|
this.txtFrozenCol.Text = "0";
|
this.txtFrozenCol.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(217, 257);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 46;
|
this.label3.Text = "冻结列数";
|
//
|
// 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");
|
//
|
// 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.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(162, 339);
|
this.panel2.TabIndex = 22;
|
//
|
// 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(158, 310);
|
this.lvScheme.TabIndex = 1;
|
this.lvScheme.UseCompatibleStateImageBehavior = false;
|
//
|
// 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(158, 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.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 = "删除";
|
//
|
// frm_G_BillQueryCondition_Base
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(719, 396);
|
this.ControlBox = false;
|
this.Controls.Add(this.panel2);
|
this.Controls.Add(this.tabControl1);
|
this.Controls.Add(this.panel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "frm_G_BillQueryCondition_Base";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "过滤条件";
|
this.Load += new System.EventHandler(this.frm_G_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.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.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.ComboBox cmbDelete;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.ComboBox cmbCheck;
|
private System.Windows.Forms.Label label1;
|
public System.Windows.Forms.TextBox txtFrozenCol;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.ImageList imageList1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.ListView lvScheme;
|
private System.Windows.Forms.ToolStrip tool;
|
private System.Windows.Forms.ToolStripButton xz;
|
private System.Windows.Forms.ToolStripButton bc;
|
private System.Windows.Forms.ToolStripButton sc;
|
}
|
}
|