namespace ryPrint.Mod { partial class frmModView { /// /// 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(frmModView)); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.listView1 = new System.Windows.Forms.ListView(); this.colExpressName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colExpressDes = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colBillType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.添加快递模板ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.修改快递模板ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除快递模板ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.复制快递模板ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ctlMyPage1 = new MyPage.ctlMyPage(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(360, 7); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 23); this.btnSearch.TabIndex = 11; this.btnSearch.Text = "搜索"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtSearch // this.txtSearch.Location = new System.Drawing.Point(6, 9); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(348, 21); this.txtSearch.TabIndex = 10; this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown); // // listView1 // this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colExpressName, this.colExpressDes, this.columnHeader3, this.colBillType}); this.listView1.ContextMenuStrip = this.contextMenuStrip1; this.listView1.FullRowSelect = true; this.listView1.Location = new System.Drawing.Point(6, 39); this.listView1.Name = "listView1"; this.listView1.ShowItemToolTips = true; this.listView1.Size = new System.Drawing.Size(643, 362); this.listView1.TabIndex = 8; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // colExpressName // this.colExpressName.Text = "名称"; this.colExpressName.Width = 150; // // colExpressDes // this.colExpressDes.Text = "备注"; this.colExpressDes.Width = 300; // // columnHeader3 // this.columnHeader3.Text = "模板类型"; this.columnHeader3.Width = 80; // // colBillType // this.colBillType.Text = "单据类型"; this.colBillType.Width = 80; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.添加快递模板ToolStripMenuItem, this.修改快递模板ToolStripMenuItem, this.删除快递模板ToolStripMenuItem, this.toolStripMenuItem1, this.复制快递模板ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(153, 120); // // 添加快递模板ToolStripMenuItem // this.添加快递模板ToolStripMenuItem.Name = "添加快递模板ToolStripMenuItem"; this.添加快递模板ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.添加快递模板ToolStripMenuItem.Text = "添加模板"; this.添加快递模板ToolStripMenuItem.Click += new System.EventHandler(this.添加快递模板ToolStripMenuItem_Click); // // 修改快递模板ToolStripMenuItem // this.修改快递模板ToolStripMenuItem.Name = "修改快递模板ToolStripMenuItem"; this.修改快递模板ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.修改快递模板ToolStripMenuItem.Text = "修改模板"; this.修改快递模板ToolStripMenuItem.Click += new System.EventHandler(this.修改快递模板ToolStripMenuItem_Click); // // 删除快递模板ToolStripMenuItem // this.删除快递模板ToolStripMenuItem.Name = "删除快递模板ToolStripMenuItem"; this.删除快递模板ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.删除快递模板ToolStripMenuItem.Text = "删除模板"; this.删除快递模板ToolStripMenuItem.Click += new System.EventHandler(this.删除快递模板ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6); // // 复制快递模板ToolStripMenuItem // this.复制快递模板ToolStripMenuItem.Name = "复制快递模板ToolStripMenuItem"; this.复制快递模板ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.复制快递模板ToolStripMenuItem.Text = "复制模板"; this.复制快递模板ToolStripMenuItem.Click += new System.EventHandler(this.复制快递模板ToolStripMenuItem_Click); // // ctlMyPage1 // this.ctlMyPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ctlMyPage1.Location = new System.Drawing.Point(6, 407); this.ctlMyPage1.Name = "ctlMyPage1"; this.ctlMyPage1.PageSize = 50; this.ctlMyPage1.RecordCount = 0; this.ctlMyPage1.Size = new System.Drawing.Size(506, 26); this.ctlMyPage1.SQLText = ""; this.ctlMyPage1.SQLText2 = ""; this.ctlMyPage1.T_FirstCaption = "首页"; this.ctlMyPage1.T_LastCaption = "末页"; this.ctlMyPage1.T_NextCaption = "下一页"; this.ctlMyPage1.T_Parameters = null; this.ctlMyPage1.T_PreCaption = "上一页"; this.ctlMyPage1.T_SkipCaption = "跳到"; this.ctlMyPage1.T_TipCaption = "{pageindex}/{pagecount} 页,共 {recordcount} 条记录,每页 {pagesize} 条"; this.ctlMyPage1.TabIndex = 9; this.ctlMyPage1.OnPageChange += new System.EventHandler(this.ctlMyPage1_OnPageChange); // // frmModView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(661, 438); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtSearch); this.Controls.Add(this.ctlMyPage1); this.Controls.Add(this.listView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmModView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "单据模板"; this.Load += new System.EventHandler(this.frmModView_Load); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.TextBox txtSearch; private MyPage.ctlMyPage ctlMyPage1; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader colExpressName; private System.Windows.Forms.ColumnHeader colExpressDes; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 添加快递模板ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 修改快递模板ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除快递模板ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 复制快递模板ToolStripMenuItem; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader colBillType; } }