| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008-2010 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * Modified By: |
|---|
| 6 | * |
|---|
| 7 | * This file is part of Eraser. |
|---|
| 8 | * |
|---|
| 9 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 10 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 11 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 12 | * version. |
|---|
| 13 | * |
|---|
| 14 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 15 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 16 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * A copy of the GNU General Public License can be found at |
|---|
| 19 | * <http://www.gnu.org/licenses/>. |
|---|
| 20 | */ |
|---|
| 21 | |
|---|
| 22 | namespace Eraser |
|---|
| 23 | { |
|---|
| 24 | partial class TaskDataSelectionForm |
|---|
| 25 | { |
|---|
| 26 | /// <summary> |
|---|
| 27 | /// Required designer variable. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private System.ComponentModel.IContainer components = null; |
|---|
| 30 | |
|---|
| 31 | /// <summary> |
|---|
| 32 | /// Clean up any resources being used. |
|---|
| 33 | /// </summary> |
|---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 35 | protected override void Dispose(bool disposing) |
|---|
| 36 | { |
|---|
| 37 | if (disposing && (components != null)) |
|---|
| 38 | { |
|---|
| 39 | components.Dispose(); |
|---|
| 40 | } |
|---|
| 41 | base.Dispose(disposing); |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | #region Windows Form Designer generated code |
|---|
| 45 | |
|---|
| 46 | /// <summary> |
|---|
| 47 | /// Required method for Designer support - do not modify |
|---|
| 48 | /// the contents of this method with the code editor. |
|---|
| 49 | /// </summary> |
|---|
| 50 | private void InitializeComponent() |
|---|
| 51 | { |
|---|
| 52 | this.components = new System.ComponentModel.Container(); |
|---|
| 53 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskDataSelectionForm)); |
|---|
| 54 | this.methodLbl = new System.Windows.Forms.Label(); |
|---|
| 55 | this.methodCmb = new System.Windows.Forms.ComboBox(); |
|---|
| 56 | this.okBtn = new System.Windows.Forms.Button(); |
|---|
| 57 | this.cancelBtn = new System.Windows.Forms.Button(); |
|---|
| 58 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); |
|---|
| 59 | this.typeLbl = new System.Windows.Forms.Label(); |
|---|
| 60 | this.typeCmb = new System.Windows.Forms.ComboBox(); |
|---|
| 61 | this.typeSettingsPnl = new System.Windows.Forms.GroupBox(); |
|---|
| 62 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); |
|---|
| 63 | this.SuspendLayout(); |
|---|
| 64 | // |
|---|
| 65 | // methodLbl |
|---|
| 66 | // |
|---|
| 67 | resources.ApplyResources(this.methodLbl, "methodLbl"); |
|---|
| 68 | this.methodLbl.Name = "methodLbl"; |
|---|
| 69 | // |
|---|
| 70 | // methodCmb |
|---|
| 71 | // |
|---|
| 72 | resources.ApplyResources(this.methodCmb, "methodCmb"); |
|---|
| 73 | this.methodCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|---|
| 74 | this.methodCmb.FormattingEnabled = true; |
|---|
| 75 | this.methodCmb.Name = "methodCmb"; |
|---|
| 76 | // |
|---|
| 77 | // okBtn |
|---|
| 78 | // |
|---|
| 79 | resources.ApplyResources(this.okBtn, "okBtn"); |
|---|
| 80 | this.okBtn.Name = "okBtn"; |
|---|
| 81 | this.okBtn.UseVisualStyleBackColor = true; |
|---|
| 82 | this.okBtn.Click += new System.EventHandler(this.ok_Click); |
|---|
| 83 | // |
|---|
| 84 | // cancelBtn |
|---|
| 85 | // |
|---|
| 86 | resources.ApplyResources(this.cancelBtn, "cancelBtn"); |
|---|
| 87 | this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 88 | this.cancelBtn.Name = "cancelBtn"; |
|---|
| 89 | this.cancelBtn.UseVisualStyleBackColor = true; |
|---|
| 90 | // |
|---|
| 91 | // errorProvider |
|---|
| 92 | // |
|---|
| 93 | this.errorProvider.ContainerControl = this; |
|---|
| 94 | // |
|---|
| 95 | // typeLbl |
|---|
| 96 | // |
|---|
| 97 | resources.ApplyResources(this.typeLbl, "typeLbl"); |
|---|
| 98 | this.typeLbl.Name = "typeLbl"; |
|---|
| 99 | // |
|---|
| 100 | // typeCmb |
|---|
| 101 | // |
|---|
| 102 | resources.ApplyResources(this.typeCmb, "typeCmb"); |
|---|
| 103 | this.typeCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|---|
| 104 | this.typeCmb.FormattingEnabled = true; |
|---|
| 105 | this.typeCmb.Name = "typeCmb"; |
|---|
| 106 | this.typeCmb.SelectedIndexChanged += new System.EventHandler(this.typeCmb_SelectedIndexChanged); |
|---|
| 107 | // |
|---|
| 108 | // typeSettingsPnl |
|---|
| 109 | // |
|---|
| 110 | resources.ApplyResources(this.typeSettingsPnl, "typeSettingsPnl"); |
|---|
| 111 | this.typeSettingsPnl.Name = "typeSettingsPnl"; |
|---|
| 112 | this.typeSettingsPnl.TabStop = false; |
|---|
| 113 | // |
|---|
| 114 | // TaskDataSelectionForm |
|---|
| 115 | // |
|---|
| 116 | this.AcceptButton = this.okBtn; |
|---|
| 117 | resources.ApplyResources(this, "$this"); |
|---|
| 118 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 119 | this.CancelButton = this.cancelBtn; |
|---|
| 120 | this.Controls.Add(this.typeSettingsPnl); |
|---|
| 121 | this.Controls.Add(this.typeCmb); |
|---|
| 122 | this.Controls.Add(this.typeLbl); |
|---|
| 123 | this.Controls.Add(this.cancelBtn); |
|---|
| 124 | this.Controls.Add(this.okBtn); |
|---|
| 125 | this.Controls.Add(this.methodCmb); |
|---|
| 126 | this.Controls.Add(this.methodLbl); |
|---|
| 127 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 128 | this.MaximizeBox = false; |
|---|
| 129 | this.MinimizeBox = false; |
|---|
| 130 | this.Name = "TaskDataSelectionForm"; |
|---|
| 131 | this.ShowInTaskbar = false; |
|---|
| 132 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); |
|---|
| 133 | this.ResumeLayout(false); |
|---|
| 134 | this.PerformLayout(); |
|---|
| 135 | |
|---|
| 136 | } |
|---|
| 137 | |
|---|
| 138 | #endregion |
|---|
| 139 | |
|---|
| 140 | private System.Windows.Forms.Label methodLbl; |
|---|
| 141 | private System.Windows.Forms.ComboBox methodCmb; |
|---|
| 142 | private System.Windows.Forms.Button okBtn; |
|---|
| 143 | private System.Windows.Forms.Button cancelBtn; |
|---|
| 144 | private System.Windows.Forms.ErrorProvider errorProvider; |
|---|
| 145 | private System.Windows.Forms.ComboBox typeCmb; |
|---|
| 146 | private System.Windows.Forms.Label typeLbl; |
|---|
| 147 | private System.Windows.Forms.GroupBox typeSettingsPnl; |
|---|
| 148 | } |
|---|
| 149 | } |
|---|