namespace Microsoft.Win32.TaskScheduler { partial class EventViewerDialog { /// /// 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(EventViewerDialog)); this.eventViewerControl1 = new Microsoft.Win32.TaskScheduler.EventViewerControl(); this.copyBtn = new System.Windows.Forms.Button(); this.closeBtn = new System.Windows.Forms.Button(); this.prevBtn = new System.Windows.Forms.Button(); this.nextBtn = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // eventViewerControl1 // this.eventViewerControl1.ActiveTab = Microsoft.Win32.TaskScheduler.EventViewerControl.EventViewerActiveTab.General; this.eventViewerControl1.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.eventViewerControl1.BackColor = System.Drawing.SystemColors.Control; this.eventViewerControl1.Font = new System.Drawing.Font("Segoe UI", 9F); this.eventViewerControl1.Location = new System.Drawing.Point(3, 3); this.eventViewerControl1.Name = "eventViewerControl1"; this.tableLayoutPanel1.SetRowSpan(this.eventViewerControl1, 2); this.eventViewerControl1.Size = new System.Drawing.Size(556, 338); this.eventViewerControl1.TabIndex = 0; this.eventViewerControl1.TaskEvent = null; // // copyBtn // this.copyBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.copyBtn.Location = new System.Drawing.Point(12, 359); this.copyBtn.Name = "copyBtn"; this.copyBtn.Size = new System.Drawing.Size(87, 27); this.copyBtn.TabIndex = 1; this.copyBtn.Text = "Co&py"; this.copyBtn.UseVisualStyleBackColor = true; this.copyBtn.Click += new System.EventHandler(this.copyBtn_Click); // // closeBtn // this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.closeBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.closeBtn.Location = new System.Drawing.Point(513, 359); this.closeBtn.Name = "closeBtn"; this.closeBtn.Size = new System.Drawing.Size(87, 27); this.closeBtn.TabIndex = 1; this.closeBtn.Text = "&Close"; this.closeBtn.UseVisualStyleBackColor = true; this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click); // // prevBtn // this.prevBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.prevBtn.Enabled = false; this.prevBtn.Image = ((System.Drawing.Image)(resources.GetObject("prevBtn.Image"))); this.prevBtn.Location = new System.Drawing.Point(565, 143); this.prevBtn.Name = "prevBtn"; this.prevBtn.Size = new System.Drawing.Size(26, 26); this.prevBtn.TabIndex = 2; this.prevBtn.UseVisualStyleBackColor = true; this.prevBtn.Visible = false; this.prevBtn.Click += new System.EventHandler(this.prevBtn_Click); // // nextBtn // this.nextBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.nextBtn.Enabled = false; this.nextBtn.Image = ((System.Drawing.Image)(resources.GetObject("nextBtn.Image"))); this.nextBtn.Location = new System.Drawing.Point(565, 175); this.nextBtn.Name = "nextBtn"; this.nextBtn.Size = new System.Drawing.Size(26, 26); this.nextBtn.TabIndex = 2; this.nextBtn.UseVisualStyleBackColor = true; this.nextBtn.Visible = false; this.nextBtn.Click += new System.EventHandler(this.nextBtn_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.prevBtn, 1, 0); this.tableLayoutPanel1.Controls.Add(this.nextBtn, 1, 1); this.tableLayoutPanel1.Controls.Add(this.eventViewerControl1, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(10, 9); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(594, 344); this.tableLayoutPanel1.TabIndex = 3; // // EventViewerDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.closeBtn; this.ClientSize = new System.Drawing.Size(612, 398); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.closeBtn); this.Controls.Add(this.copyBtn); this.Font = new System.Drawing.Font("Segoe UI", 9F); this.Name = "EventViewerDialog"; this.Text = "EventViewDialog"; this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private EventViewerControl eventViewerControl1; private System.Windows.Forms.Button copyBtn; private System.Windows.Forms.Button closeBtn; private System.Windows.Forms.Button prevBtn; private System.Windows.Forms.Button nextBtn; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }