namespace PrintMSWord { partial class frmPrintMSWord { /// /// 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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pDFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.analyzeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.tbTimings = new System.Windows.Forms.TextBox(); this.tbPageCount = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cbWatermark = new System.Windows.Forms.ComboBox(); this.tbRevDate = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbRev = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.lbProcs = new System.Windows.Forms.ListBox(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.pDFToolStripMenuItem, this.analyzeToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(844, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22); this.exitToolStripMenuItem.Text = "E&xit"; // // pDFToolStripMenuItem // this.pDFToolStripMenuItem.Name = "pDFToolStripMenuItem"; this.pDFToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.pDFToolStripMenuItem.Text = "PDF"; this.pDFToolStripMenuItem.Click += new System.EventHandler(this.pDFToolStripMenuItem_Click); // // analyzeToolStripMenuItem // this.analyzeToolStripMenuItem.Name = "analyzeToolStripMenuItem"; this.analyzeToolStripMenuItem.Size = new System.Drawing.Size(60, 20); this.analyzeToolStripMenuItem.Text = "Analyze"; this.analyzeToolStripMenuItem.Click += new System.EventHandler(this.analyzeToolStripMenuItem_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 315); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(844, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // tsslStatus // this.tsslStatus.Name = "tsslStatus"; this.tsslStatus.Size = new System.Drawing.Size(39, 17); this.tsslStatus.Text = "Ready"; // // panel1 // this.panel1.Controls.Add(this.tbTimings); this.panel1.Controls.Add(this.tbPageCount); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.cbWatermark); this.panel1.Controls.Add(this.tbRevDate); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.tbRev); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(485, 24); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(359, 291); this.panel1.TabIndex = 2; // // tbTimings // this.tbTimings.AcceptsReturn = true; this.tbTimings.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.tbTimings.Location = new System.Drawing.Point(0, 56); this.tbTimings.Multiline = true; this.tbTimings.Name = "tbTimings"; this.tbTimings.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbTimings.Size = new System.Drawing.Size(359, 235); this.tbTimings.TabIndex = 8; // // tbPageCount // this.tbPageCount.AcceptsReturn = true; this.tbPageCount.Location = new System.Drawing.Point(71, 29); this.tbPageCount.Name = "tbPageCount"; this.tbPageCount.Size = new System.Drawing.Size(100, 20); this.tbPageCount.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 13); this.label4.TabIndex = 6; this.label4.Text = "Page Count"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(180, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 13); this.label3.TabIndex = 5; this.label3.Text = "Watermark"; // // cbWatermark // this.cbWatermark.FormattingEnabled = true; this.cbWatermark.Items.AddRange(new object[] { "(None)", "Draft", "Master", "Sample", "Reference", "Information Only"}); this.cbWatermark.Location = new System.Drawing.Point(245, 29); this.cbWatermark.Name = "cbWatermark"; this.cbWatermark.Size = new System.Drawing.Size(100, 21); this.cbWatermark.TabIndex = 4; this.cbWatermark.Text = "(none)"; // // tbRevDate // this.tbRevDate.AcceptsReturn = true; this.tbRevDate.Location = new System.Drawing.Point(245, 3); this.tbRevDate.Name = "tbRevDate"; this.tbRevDate.Size = new System.Drawing.Size(100, 20); this.tbRevDate.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(180, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(30, 13); this.label2.TabIndex = 2; this.label2.Text = "Date"; // // tbRev // this.tbRev.Location = new System.Drawing.Point(71, 3); this.tbRev.Name = "tbRev"; this.tbRev.Size = new System.Drawing.Size(100, 20); this.tbRev.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(27, 13); this.label1.TabIndex = 0; this.label1.Text = "Rev"; // // lbProcs // this.lbProcs.Dock = System.Windows.Forms.DockStyle.Fill; this.lbProcs.FormattingEnabled = true; this.lbProcs.Location = new System.Drawing.Point(0, 24); this.lbProcs.Name = "lbProcs"; this.lbProcs.Size = new System.Drawing.Size(485, 290); this.lbProcs.TabIndex = 3; this.lbProcs.DoubleClick += new System.EventHandler(this.lbProcs_DoubleClick); this.lbProcs.SelectedValueChanged += new System.EventHandler(this.lbProcs_SelectedValueChanged); // // frmPrintMSWord // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(844, 337); this.Controls.Add(this.lbProcs); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "frmPrintMSWord"; this.Text = "PrintMSWord"; this.Load += new System.EventHandler(this.frmPrintMSWord_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pDFToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem analyzeToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tsslStatus; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ListBox lbProcs; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cbWatermark; private System.Windows.Forms.TextBox tbRevDate; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbRev; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbPageCount; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbTimings; } }