namespace Lskj.PubPrint { partial class Form1 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.PrintAfterTable = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.PrintTable = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.id = new DevExpress.XtraGrid.Columns.GridColumn(); this.modid = new DevExpress.XtraGrid.Columns.GridColumn(); this.PrintCount = new DevExpress.XtraGrid.Columns.GridColumn(); this.libaryName = new DevExpress.XtraGrid.Columns.GridColumn(); this.printKeyvalue = new DevExpress.XtraGrid.Columns.GridColumn(); this.printModuleName = new DevExpress.XtraGrid.Columns.GridColumn(); this.printerName = new DevExpress.XtraGrid.Columns.GridColumn(); this.printSQL = new DevExpress.XtraGrid.Columns.GridColumn(); this.printSQL1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.printSQL2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.printSQL3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.printFlag = new DevExpress.XtraGrid.Columns.GridColumn(); this.printTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.createTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.panel2 = new System.Windows.Forms.Panel(); this.Afterprint = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(); this.打印查看ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.打印回撤ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit(); this.timer1 = new System.Windows.Forms.Timer(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.lab_Sql = new Lskj.Control.LabelMemoEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txt_timer = new DevExpress.XtraEditors.TextEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.txtLog = new System.Windows.Forms.TextBox(); this.timer2 = new System.Windows.Forms.Timer(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(); ((System.ComponentModel.ISupportInitialize)(this.PrintAfterTable)).BeginInit(); this.PrintAfterTable.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PrintTable)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit(); this.xtraTabPage2.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Afterprint)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_timer.Properties)).BeginInit(); this.SuspendLayout(); // // PrintAfterTable // this.PrintAfterTable.Dock = System.Windows.Forms.DockStyle.Top; this.PrintAfterTable.Location = new System.Drawing.Point(0, 0); this.PrintAfterTable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.PrintAfterTable.Name = "PrintAfterTable"; this.PrintAfterTable.SelectedTabPage = this.xtraTabPage1; this.PrintAfterTable.Size = new System.Drawing.Size(819, 240); this.PrintAfterTable.TabIndex = 10; this.PrintAfterTable.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.AutoScroll = true; this.xtraTabPage1.Controls.Add(this.panel1); this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(813, 211); this.xtraTabPage1.Text = "待打印"; // // panel1 // this.panel1.AutoScroll = true; this.panel1.Controls.Add(this.PrintTable); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(813, 211); this.panel1.TabIndex = 0; // // PrintTable // this.PrintTable.Dock = System.Windows.Forms.DockStyle.Fill; this.PrintTable.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.PrintTable.Location = new System.Drawing.Point(0, 0); this.PrintTable.MainView = this.gridView1; this.PrintTable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.PrintTable.Name = "PrintTable"; this.PrintTable.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemTimeEdit1, this.repositoryItemTextEdit1}); this.PrintTable.Size = new System.Drawing.Size(813, 211); this.PrintTable.TabIndex = 0; this.PrintTable.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.id, this.modid, this.PrintCount, this.libaryName, this.printKeyvalue, this.printModuleName, this.printerName, this.printSQL, this.printSQL1, this.printSQL2, this.printSQL3, this.printFlag, this.printTime, this.createTime}); this.gridView1.GridControl = this.PrintTable; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click; // // id // this.id.Caption = "打印id"; this.id.FieldName = "id"; this.id.Name = "id"; this.id.Visible = true; this.id.VisibleIndex = 0; // // modid // this.modid.Caption = "模板编号ID"; this.modid.FieldName = "modid"; this.modid.Name = "modid"; this.modid.Visible = true; this.modid.VisibleIndex = 1; // // PrintCount // this.PrintCount.Caption = "打印次数"; this.PrintCount.FieldName = "PrintCount"; this.PrintCount.Name = "PrintCount"; this.PrintCount.Visible = true; this.PrintCount.VisibleIndex = 2; // // libaryName // this.libaryName.Caption = "调用程序"; this.libaryName.FieldName = "libaryName"; this.libaryName.Name = "libaryName"; this.libaryName.Visible = true; this.libaryName.VisibleIndex = 3; // // printKeyvalue // this.printKeyvalue.Caption = "打印关键字"; this.printKeyvalue.FieldName = "printKeyvalue"; this.printKeyvalue.Name = "printKeyvalue"; this.printKeyvalue.Visible = true; this.printKeyvalue.VisibleIndex = 4; // // printModuleName // this.printModuleName.Caption = "打印模板文件名"; this.printModuleName.FieldName = "printModuleName"; this.printModuleName.Name = "printModuleName"; this.printModuleName.Visible = true; this.printModuleName.VisibleIndex = 5; // // printerName // this.printerName.Caption = "打印机名"; this.printerName.FieldName = "printerName"; this.printerName.Name = "printerName"; this.printerName.Visible = true; this.printerName.VisibleIndex = 6; // // printSQL // this.printSQL.Caption = "打印主SQL"; this.printSQL.FieldName = "printSQL"; this.printSQL.Name = "printSQL"; this.printSQL.Visible = true; this.printSQL.VisibleIndex = 7; // // printSQL1 // this.printSQL1.Caption = "打印SQL1"; this.printSQL1.FieldName = "printSQL1"; this.printSQL1.Name = "printSQL1"; this.printSQL1.Visible = true; this.printSQL1.VisibleIndex = 8; // // printSQL2 // this.printSQL2.Caption = "打印明细sql"; this.printSQL2.FieldName = "printSQL2"; this.printSQL2.Name = "printSQL2"; this.printSQL2.Visible = true; this.printSQL2.VisibleIndex = 9; // // printSQL3 // this.printSQL3.Caption = "打印SQL3"; this.printSQL3.FieldName = "printSQL3"; this.printSQL3.Name = "printSQL3"; this.printSQL3.Visible = true; this.printSQL3.VisibleIndex = 10; // // printFlag // this.printFlag.Caption = "是否已打印"; this.printFlag.FieldName = "printFlag"; this.printFlag.Name = "printFlag"; this.printFlag.Visible = true; this.printFlag.VisibleIndex = 11; // // printTime // this.printTime.Caption = "打印时间"; this.printTime.ColumnEdit = this.repositoryItemTextEdit1; this.printTime.FieldName = "printTime"; this.printTime.Name = "printTime"; this.printTime.Visible = true; this.printTime.VisibleIndex = 12; // // repositoryItemTextEdit1 // this.repositoryItemTextEdit1.AutoHeight = false; this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1"; // // createTime // this.createTime.Caption = "创建时间"; this.createTime.FieldName = "createTime"; this.createTime.Name = "createTime"; this.createTime.Visible = true; this.createTime.VisibleIndex = 13; // // repositoryItemTimeEdit1 // this.repositoryItemTimeEdit1.AutoHeight = false; this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1"; // // xtraTabPage2 // this.xtraTabPage2.AutoScroll = true; this.xtraTabPage2.Controls.Add(this.panel2); this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(813, 211); this.xtraTabPage2.Text = "已打印"; // // panel2 // this.panel2.AutoScroll = true; this.panel2.Controls.Add(this.Afterprint); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(813, 211); this.panel2.TabIndex = 0; // // Afterprint // this.Afterprint.ContextMenuStrip = this.contextMenuStrip1; this.Afterprint.Dock = System.Windows.Forms.DockStyle.Fill; this.Afterprint.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Afterprint.Location = new System.Drawing.Point(0, 0); this.Afterprint.MainView = this.gridView2; this.Afterprint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Afterprint.Name = "Afterprint"; this.Afterprint.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemTimeEdit2, this.repositoryItemTextEdit2}); this.Afterprint.Size = new System.Drawing.Size(813, 211); this.Afterprint.TabIndex = 1; this.Afterprint.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.打印查看ToolStripMenuItem, this.打印回撤ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 48); // // 打印查看ToolStripMenuItem // this.打印查看ToolStripMenuItem.Name = "打印查看ToolStripMenuItem"; this.打印查看ToolStripMenuItem.Size = new System.Drawing.Size(124, 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(124, 22); this.打印回撤ToolStripMenuItem.Text = "打印回撤"; this.打印回撤ToolStripMenuItem.Click += new System.EventHandler(this.打印回撤ToolStripMenuItem_Click); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn14, this.gridColumn3, this.gridColumn4, this.gridColumn5, this.gridColumn6, this.gridColumn7, this.gridColumn8, this.gridColumn9, this.gridColumn10, this.gridColumn11, this.gridColumn12, this.gridColumn13}); this.gridView2.GridControl = this.Afterprint; this.gridView2.Name = "gridView2"; this.gridView2.OptionsBehavior.Editable = false; this.gridView2.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click; // // gridColumn1 // this.gridColumn1.Caption = "打印id"; this.gridColumn1.FieldName = "id"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "模板编号ID"; this.gridColumn2.FieldName = "modid"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn14 // this.gridColumn14.Caption = "打印次数"; this.gridColumn14.FieldName = "PrintCount"; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 2; // // gridColumn3 // this.gridColumn3.Caption = "调用程序"; this.gridColumn3.FieldName = "libaryName"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 3; // // gridColumn4 // this.gridColumn4.Caption = "打印关键字"; this.gridColumn4.FieldName = "printKeyvalue"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 4; // // gridColumn5 // this.gridColumn5.Caption = "打印模板文件名"; this.gridColumn5.FieldName = "printModuleName"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 5; // // gridColumn6 // this.gridColumn6.Caption = "打印机名"; this.gridColumn6.FieldName = "printerName"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 6; // // gridColumn7 // this.gridColumn7.Caption = "打印主SQL"; this.gridColumn7.FieldName = "printSQL"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 7; // // gridColumn8 // this.gridColumn8.Caption = "打印SQL1"; this.gridColumn8.FieldName = "printSQL1"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 8; // // gridColumn9 // this.gridColumn9.Caption = "打印明细sql"; this.gridColumn9.FieldName = "printSQL2"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 9; // // gridColumn10 // this.gridColumn10.Caption = "打印SQL3"; this.gridColumn10.FieldName = "printSQL3"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 10; // // gridColumn11 // this.gridColumn11.Caption = "是否已打印"; this.gridColumn11.FieldName = "printFlag"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 11; // // gridColumn12 // this.gridColumn12.Caption = "打印时间"; this.gridColumn12.ColumnEdit = this.repositoryItemTextEdit2; this.gridColumn12.FieldName = "printTime"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Visible = true; this.gridColumn12.VisibleIndex = 12; // // repositoryItemTextEdit2 // this.repositoryItemTextEdit2.AutoHeight = false; this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2"; // // gridColumn13 // this.gridColumn13.Caption = "创建时间"; this.gridColumn13.FieldName = "createTime"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 13; // // repositoryItemTimeEdit2 // this.repositoryItemTimeEdit2.AutoHeight = false; this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2"; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // panelControl1 // this.panelControl1.Controls.Add(this.lab_Sql); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.txt_timer); this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 459); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(819, 47); this.panelControl1.TabIndex = 12; // // lab_Sql // this.lab_Sql.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lab_Sql.BackColor = System.Drawing.Color.Transparent; this.lab_Sql.EditText = ""; this.lab_Sql.FontSize = 0F; this.lab_Sql.LabelText = "sql设置"; this.lab_Sql.Location = new System.Drawing.Point(588, 16); this.lab_Sql.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.lab_Sql.Model = null; this.lab_Sql.Name = "lab_Sql"; this.lab_Sql.NullText = ""; this.lab_Sql.ReadOnly = false; this.lab_Sql.Required = false; this.lab_Sql.Size = new System.Drawing.Size(215, 19); this.lab_Sql.TabIndex = 5; // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl1.Location = new System.Drawing.Point(440, 18); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(24, 14); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "时间"; // // txt_timer // this.txt_timer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.txt_timer.Location = new System.Drawing.Point(472, 16); this.txt_timer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_timer.Name = "txt_timer"; this.txt_timer.Size = new System.Drawing.Size(122, 20); this.txt_timer.TabIndex = 1; // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton1.Location = new System.Drawing.Point(317, 12); this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(118, 25); this.simpleButton1.TabIndex = 0; this.simpleButton1.Text = "设置打印"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // txtLog // this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill; this.txtLog.Location = new System.Drawing.Point(0, 240); this.txtLog.Multiline = true; this.txtLog.Name = "txtLog"; this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtLog.Size = new System.Drawing.Size(819, 219); this.txtLog.TabIndex = 13; // // timer2 // this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // notifyIcon1 // this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "朗速自动打印监视"; this.notifyIcon1.Visible = true; this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(819, 506); this.Controls.Add(this.txtLog); this.Controls.Add(this.panelControl1); this.Controls.Add(this.PrintAfterTable); this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_Main_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.SizeChanged += new System.EventHandler(this.F_Main_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.PrintAfterTable)).EndInit(); this.PrintAfterTable.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.PrintTable)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit(); this.xtraTabPage2.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Afterprint)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_timer.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraTab.XtraTabControl PrintAfterTable; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private System.Windows.Forms.Timer timer1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit txt_timer; private DevExpress.XtraEditors.SimpleButton simpleButton1; private System.Windows.Forms.TextBox txtLog; private DevExpress.XtraGrid.GridControl PrintTable; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 打印查看ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 打印回撤ToolStripMenuItem; private System.Windows.Forms.NotifyIcon notifyIcon1; private Control.LabelMemoEdit lab_Sql; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private DevExpress.XtraGrid.Columns.GridColumn id; private DevExpress.XtraGrid.Columns.GridColumn modid; private DevExpress.XtraGrid.Columns.GridColumn libaryName; private DevExpress.XtraGrid.Columns.GridColumn printKeyvalue; private DevExpress.XtraGrid.Columns.GridColumn printModuleName; private DevExpress.XtraGrid.Columns.GridColumn printerName; private DevExpress.XtraGrid.Columns.GridColumn printSQL; private DevExpress.XtraGrid.Columns.GridColumn printSQL1; private DevExpress.XtraGrid.Columns.GridColumn printSQL2; private DevExpress.XtraGrid.Columns.GridColumn printSQL3; private DevExpress.XtraGrid.Columns.GridColumn printFlag; private DevExpress.XtraGrid.Columns.GridColumn printTime; private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1; private DevExpress.XtraGrid.Columns.GridColumn createTime; private DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit repositoryItemTimeEdit1; private DevExpress.XtraGrid.GridControl Afterprint; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn13; private DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit repositoryItemTimeEdit2; private DevExpress.XtraGrid.Columns.GridColumn PrintCount; private DevExpress.XtraGrid.Columns.GridColumn gridColumn14; } }