| 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 | this.methodLbl.AccessibleDescription = null; |
|---|
| 68 | this.methodLbl.AccessibleName = null; |
|---|
| 69 | resources.ApplyResources(this.methodLbl, "methodLbl"); |
|---|
| 70 | this.errorProvider.SetError(this.methodLbl, resources.GetString("methodLbl.Error")); |
|---|
| 71 | this.methodLbl.Font = null; |
|---|
| 72 | this.errorProvider.SetIconAlignment(this.methodLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("methodLbl.IconAlignment")))); |
|---|
| 73 | this.errorProvider.SetIconPadding(this.methodLbl, ((int)(resources.GetObject("methodLbl.IconPadding")))); |
|---|
| 74 | this.methodLbl.Name = "methodLbl"; |
|---|
| 75 | // |
|---|
| 76 | // methodCmb |
|---|
| 77 | // |
|---|
| 78 | this.methodCmb.AccessibleDescription = null; |
|---|
| 79 | this.methodCmb.AccessibleName = null; |
|---|
| 80 | resources.ApplyResources(this.methodCmb, "methodCmb"); |
|---|
| 81 | this.methodCmb.BackgroundImage = null; |
|---|
| 82 | this.methodCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|---|
| 83 | this.errorProvider.SetError(this.methodCmb, resources.GetString("methodCmb.Error")); |
|---|
| 84 | this.methodCmb.Font = null; |
|---|
| 85 | this.methodCmb.FormattingEnabled = true; |
|---|
| 86 | this.errorProvider.SetIconAlignment(this.methodCmb, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("methodCmb.IconAlignment")))); |
|---|
| 87 | this.errorProvider.SetIconPadding(this.methodCmb, ((int)(resources.GetObject("methodCmb.IconPadding")))); |
|---|
| 88 | this.methodCmb.Name = "methodCmb"; |
|---|
| 89 | // |
|---|
| 90 | // okBtn |
|---|
| 91 | // |
|---|
| 92 | this.okBtn.AccessibleDescription = null; |
|---|
| 93 | this.okBtn.AccessibleName = null; |
|---|
| 94 | resources.ApplyResources(this.okBtn, "okBtn"); |
|---|
| 95 | this.okBtn.BackgroundImage = null; |
|---|
| 96 | this.errorProvider.SetError(this.okBtn, resources.GetString("okBtn.Error")); |
|---|
| 97 | this.okBtn.Font = null; |
|---|
| 98 | this.errorProvider.SetIconAlignment(this.okBtn, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("okBtn.IconAlignment")))); |
|---|
| 99 | this.errorProvider.SetIconPadding(this.okBtn, ((int)(resources.GetObject("okBtn.IconPadding")))); |
|---|
| 100 | this.okBtn.Name = "okBtn"; |
|---|
| 101 | this.okBtn.UseVisualStyleBackColor = true; |
|---|
| 102 | this.okBtn.Click += new System.EventHandler(this.ok_Click); |
|---|
| 103 | // |
|---|
| 104 | // cancelBtn |
|---|
| 105 | // |
|---|
| 106 | this.cancelBtn.AccessibleDescription = null; |
|---|
| 107 | this.cancelBtn.AccessibleName = null; |
|---|
| 108 | resources.ApplyResources(this.cancelBtn, "cancelBtn"); |
|---|
| 109 | this.cancelBtn.BackgroundImage = null; |
|---|
| 110 | this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 111 | this.errorProvider.SetError(this.cancelBtn, resources.GetString("cancelBtn.Error")); |
|---|
| 112 | this.cancelBtn.Font = null; |
|---|
| 113 | this.errorProvider.SetIconAlignment(this.cancelBtn, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("cancelBtn.IconAlignment")))); |
|---|
| 114 | this.errorProvider.SetIconPadding(this.cancelBtn, ((int)(resources.GetObject("cancelBtn.IconPadding")))); |
|---|
| 115 | this.cancelBtn.Name = "cancelBtn"; |
|---|
| 116 | this.cancelBtn.UseVisualStyleBackColor = true; |
|---|
| 117 | // |
|---|
| 118 | // errorProvider |
|---|
| 119 | // |
|---|
| 120 | this.errorProvider.ContainerControl = this; |
|---|
| 121 | resources.ApplyResources(this.errorProvider, "errorProvider"); |
|---|
| 122 | // |
|---|
| 123 | // typeLbl |
|---|
| 124 | // |
|---|
| 125 | this.typeLbl.AccessibleDescription = null; |
|---|
| 126 | this.typeLbl.AccessibleName = null; |
|---|
| 127 | resources.ApplyResources(this.typeLbl, "typeLbl"); |
|---|
| 128 | this.errorProvider.SetError(this.typeLbl, resources.GetString("typeLbl.Error")); |
|---|
| 129 | this.typeLbl.Font = null; |
|---|
| 130 | this.errorProvider.SetIconAlignment(this.typeLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeLbl.IconAlignment")))); |
|---|
| 131 | this.errorProvider.SetIconPadding(this.typeLbl, ((int)(resources.GetObject("typeLbl.IconPadding")))); |
|---|
| 132 | this.typeLbl.Name = "typeLbl"; |
|---|
| 133 | // |
|---|
| 134 | // typeCmb |
|---|
| 135 | // |
|---|
| 136 | this.typeCmb.AccessibleDescription = null; |
|---|
| 137 | this.typeCmb.AccessibleName = null; |
|---|
| 138 | resources.ApplyResources(this.typeCmb, "typeCmb"); |
|---|
| 139 | this.typeCmb.BackgroundImage = null; |
|---|
| 140 | this.typeCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|---|
| 141 | this.errorProvider.SetError(this.typeCmb, resources.GetString("typeCmb.Error")); |
|---|
| 142 | this.typeCmb.Font = null; |
|---|
| 143 | this.typeCmb.FormattingEnabled = true; |
|---|
| 144 | this.errorProvider.SetIconAlignment(this.typeCmb, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeCmb.IconAlignment")))); |
|---|
| 145 | this.errorProvider.SetIconPadding(this.typeCmb, ((int)(resources.GetObject("typeCmb.IconPadding")))); |
|---|
| 146 | this.typeCmb.Name = "typeCmb"; |
|---|
| 147 | this.typeCmb.SelectedIndexChanged += new System.EventHandler(this.typeCmb_SelectedIndexChanged); |
|---|
| 148 | // |
|---|
| 149 | // typeSettingsPnl |
|---|
| 150 | // |
|---|
| 151 | this.typeSettingsPnl.AccessibleDescription = null; |
|---|
| 152 | this.typeSettingsPnl.AccessibleName = null; |
|---|
| 153 | resources.ApplyResources(this.typeSettingsPnl, "typeSettingsPnl"); |
|---|
| 154 | this.typeSettingsPnl.BackgroundImage = null; |
|---|
| 155 | this.errorProvider.SetError(this.typeSettingsPnl, resources.GetString("typeSettingsPnl.Error")); |
|---|
| 156 | this.typeSettingsPnl.Font = null; |
|---|
| 157 | this.errorProvider.SetIconAlignment(this.typeSettingsPnl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeSettingsPnl.IconAlignment")))); |
|---|
| 158 | this.errorProvider.SetIconPadding(this.typeSettingsPnl, ((int)(resources.GetObject("typeSettingsPnl.IconPadding")))); |
|---|
| 159 | this.typeSettingsPnl.Name = "typeSettingsPnl"; |
|---|
| 160 | this.typeSettingsPnl.TabStop = false; |
|---|
| 161 | // |
|---|
| 162 | // TaskDataSelectionForm |
|---|
| 163 | // |
|---|
| 164 | this.AcceptButton = this.okBtn; |
|---|
| 165 | this.AccessibleDescription = null; |
|---|
| 166 | this.AccessibleName = null; |
|---|
| 167 | resources.ApplyResources(this, "$this"); |
|---|
| 168 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 169 | this.BackgroundImage = null; |
|---|
| 170 | this.CancelButton = this.cancelBtn; |
|---|
| 171 | this.Controls.Add(this.typeSettingsPnl); |
|---|
| 172 | this.Controls.Add(this.typeCmb); |
|---|
| 173 | this.Controls.Add(this.typeLbl); |
|---|
| 174 | this.Controls.Add(this.cancelBtn); |
|---|
| 175 | this.Controls.Add(this.okBtn); |
|---|
| 176 | this.Controls.Add(this.methodCmb); |
|---|
| 177 | this.Controls.Add(this.methodLbl); |
|---|
| 178 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 179 | this.Icon = null; |
|---|
| 180 | this.MaximizeBox = false; |
|---|
| 181 | this.MinimizeBox = false; |
|---|
| 182 | this.Name = "TaskDataSelectionForm"; |
|---|
| 183 | this.ShowInTaskbar = false; |
|---|
| 184 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); |
|---|
| 185 | this.ResumeLayout(false); |
|---|
| 186 | this.PerformLayout(); |
|---|
| 187 | |
|---|
| 188 | } |
|---|
| 189 | |
|---|
| 190 | #endregion |
|---|
| 191 | |
|---|
| 192 | private System.Windows.Forms.Label methodLbl; |
|---|
| 193 | private System.Windows.Forms.ComboBox methodCmb; |
|---|
| 194 | private System.Windows.Forms.Button okBtn; |
|---|
| 195 | private System.Windows.Forms.Button cancelBtn; |
|---|
| 196 | private System.Windows.Forms.ErrorProvider errorProvider; |
|---|
| 197 | private System.Windows.Forms.ComboBox typeCmb; |
|---|
| 198 | private System.Windows.Forms.Label typeLbl; |
|---|
| 199 | private System.Windows.Forms.GroupBox typeSettingsPnl; |
|---|
| 200 | } |
|---|
| 201 | } |
|---|