PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/TaskService/TaskEditor/EventViewerDialog.Designer.cs

#
C# | 150 lines | 112 code | 6 blank | 32 comment | 3 complexity | b9dd781bb282cbe46ae9ad6ad9932b25 MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler
  2. {
  3. partial class EventViewerDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EventViewerDialog));
  29. this.eventViewerControl1 = new Microsoft.Win32.TaskScheduler.EventViewerControl();
  30. this.copyBtn = new System.Windows.Forms.Button();
  31. this.closeBtn = new System.Windows.Forms.Button();
  32. this.prevBtn = new System.Windows.Forms.Button();
  33. this.nextBtn = new System.Windows.Forms.Button();
  34. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  35. this.tableLayoutPanel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // eventViewerControl1
  39. //
  40. this.eventViewerControl1.ActiveTab = Microsoft.Win32.TaskScheduler.EventViewerControl.EventViewerActiveTab.General;
  41. this.eventViewerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  42. | System.Windows.Forms.AnchorStyles.Left)
  43. | System.Windows.Forms.AnchorStyles.Right)));
  44. this.eventViewerControl1.BackColor = System.Drawing.SystemColors.Control;
  45. this.eventViewerControl1.Font = new System.Drawing.Font("Segoe UI", 9F);
  46. this.eventViewerControl1.Location = new System.Drawing.Point(3, 3);
  47. this.eventViewerControl1.Name = "eventViewerControl1";
  48. this.tableLayoutPanel1.SetRowSpan(this.eventViewerControl1, 2);
  49. this.eventViewerControl1.Size = new System.Drawing.Size(556, 338);
  50. this.eventViewerControl1.TabIndex = 0;
  51. this.eventViewerControl1.TaskEvent = null;
  52. //
  53. // copyBtn
  54. //
  55. this.copyBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  56. this.copyBtn.Location = new System.Drawing.Point(12, 359);
  57. this.copyBtn.Name = "copyBtn";
  58. this.copyBtn.Size = new System.Drawing.Size(87, 27);
  59. this.copyBtn.TabIndex = 1;
  60. this.copyBtn.Text = "Co&py";
  61. this.copyBtn.UseVisualStyleBackColor = true;
  62. this.copyBtn.Click += new System.EventHandler(this.copyBtn_Click);
  63. //
  64. // closeBtn
  65. //
  66. this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  67. this.closeBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  68. this.closeBtn.Location = new System.Drawing.Point(513, 359);
  69. this.closeBtn.Name = "closeBtn";
  70. this.closeBtn.Size = new System.Drawing.Size(87, 27);
  71. this.closeBtn.TabIndex = 1;
  72. this.closeBtn.Text = "&Close";
  73. this.closeBtn.UseVisualStyleBackColor = true;
  74. this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
  75. //
  76. // prevBtn
  77. //
  78. this.prevBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  79. this.prevBtn.Enabled = false;
  80. this.prevBtn.Image = ((System.Drawing.Image)(resources.GetObject("prevBtn.Image")));
  81. this.prevBtn.Location = new System.Drawing.Point(565, 143);
  82. this.prevBtn.Name = "prevBtn";
  83. this.prevBtn.Size = new System.Drawing.Size(26, 26);
  84. this.prevBtn.TabIndex = 2;
  85. this.prevBtn.UseVisualStyleBackColor = true;
  86. this.prevBtn.Visible = false;
  87. this.prevBtn.Click += new System.EventHandler(this.prevBtn_Click);
  88. //
  89. // nextBtn
  90. //
  91. this.nextBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  92. this.nextBtn.Enabled = false;
  93. this.nextBtn.Image = ((System.Drawing.Image)(resources.GetObject("nextBtn.Image")));
  94. this.nextBtn.Location = new System.Drawing.Point(565, 175);
  95. this.nextBtn.Name = "nextBtn";
  96. this.nextBtn.Size = new System.Drawing.Size(26, 26);
  97. this.nextBtn.TabIndex = 2;
  98. this.nextBtn.UseVisualStyleBackColor = true;
  99. this.nextBtn.Visible = false;
  100. this.nextBtn.Click += new System.EventHandler(this.nextBtn_Click);
  101. //
  102. // tableLayoutPanel1
  103. //
  104. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.tableLayoutPanel1.ColumnCount = 2;
  108. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  109. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  110. this.tableLayoutPanel1.Controls.Add(this.prevBtn, 1, 0);
  111. this.tableLayoutPanel1.Controls.Add(this.nextBtn, 1, 1);
  112. this.tableLayoutPanel1.Controls.Add(this.eventViewerControl1, 0, 0);
  113. this.tableLayoutPanel1.Location = new System.Drawing.Point(10, 9);
  114. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  115. this.tableLayoutPanel1.RowCount = 2;
  116. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  117. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  118. this.tableLayoutPanel1.Size = new System.Drawing.Size(594, 344);
  119. this.tableLayoutPanel1.TabIndex = 3;
  120. //
  121. // EventViewerDialog
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.CancelButton = this.closeBtn;
  126. this.ClientSize = new System.Drawing.Size(612, 398);
  127. this.Controls.Add(this.tableLayoutPanel1);
  128. this.Controls.Add(this.closeBtn);
  129. this.Controls.Add(this.copyBtn);
  130. this.Font = new System.Drawing.Font("Segoe UI", 9F);
  131. this.Name = "EventViewerDialog";
  132. this.Text = "EventViewDialog";
  133. this.tableLayoutPanel1.ResumeLayout(false);
  134. this.ResumeLayout(false);
  135. }
  136. #endregion
  137. private EventViewerControl eventViewerControl1;
  138. private System.Windows.Forms.Button copyBtn;
  139. private System.Windows.Forms.Button closeBtn;
  140. private System.Windows.Forms.Button prevBtn;
  141. private System.Windows.Forms.Button nextBtn;
  142. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  143. }
  144. }