| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008-2012 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.DefaultPlugins |
|---|
| 23 | { |
|---|
| 24 | partial class CustomMethodEditorForm |
|---|
| 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(CustomMethodEditorForm)); |
|---|
| 54 | this.nameLbl = new System.Windows.Forms.Label(); |
|---|
| 55 | this.nameTxt = new System.Windows.Forms.TextBox(); |
|---|
| 56 | this.passesLv = new System.Windows.Forms.ListView(); |
|---|
| 57 | this.passesColNumber = new System.Windows.Forms.ColumnHeader(); |
|---|
| 58 | this.passesColType = new System.Windows.Forms.ColumnHeader(); |
|---|
| 59 | this.passesAddBtn = new System.Windows.Forms.Button(); |
|---|
| 60 | this.passesRemoveBtn = new System.Windows.Forms.Button(); |
|---|
| 61 | this.passesDuplicateBtn = new System.Windows.Forms.Button(); |
|---|
| 62 | this.passGrp = new System.Windows.Forms.GroupBox(); |
|---|
| 63 | this.randomizeChk = new System.Windows.Forms.CheckBox(); |
|---|
| 64 | this.okBtn = new System.Windows.Forms.Button(); |
|---|
| 65 | this.cancelBtn = new System.Windows.Forms.Button(); |
|---|
| 66 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); |
|---|
| 67 | this.passEditor = new Eraser.DefaultPlugins.CustomMethodPassEditor(); |
|---|
| 68 | this.passGrp.SuspendLayout(); |
|---|
| 69 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); |
|---|
| 70 | this.SuspendLayout(); |
|---|
| 71 | // |
|---|
| 72 | // nameLbl |
|---|
| 73 | // |
|---|
| 74 | resources.ApplyResources(this.nameLbl, "nameLbl"); |
|---|
| 75 | this.nameLbl.Name = "nameLbl"; |
|---|
| 76 | // |
|---|
| 77 | // nameTxt |
|---|
| 78 | // |
|---|
| 79 | resources.ApplyResources(this.nameTxt, "nameTxt"); |
|---|
| 80 | this.nameTxt.Name = "nameTxt"; |
|---|
| 81 | // |
|---|
| 82 | // passesLv |
|---|
| 83 | // |
|---|
| 84 | this.passesLv.AllowDrop = true; |
|---|
| 85 | resources.ApplyResources(this.passesLv, "passesLv"); |
|---|
| 86 | this.passesLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|---|
| 87 | this.passesColNumber, |
|---|
| 88 | this.passesColType}); |
|---|
| 89 | this.passesLv.FullRowSelect = true; |
|---|
| 90 | this.passesLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; |
|---|
| 91 | this.passesLv.HideSelection = false; |
|---|
| 92 | this.passesLv.Name = "passesLv"; |
|---|
| 93 | this.passesLv.UseCompatibleStateImageBehavior = false; |
|---|
| 94 | this.passesLv.View = System.Windows.Forms.View.Details; |
|---|
| 95 | this.passesLv.DragDrop += new System.Windows.Forms.DragEventHandler(this.passesLv_DragDrop); |
|---|
| 96 | this.passesLv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.passesLv_ItemSelectionChanged); |
|---|
| 97 | this.passesLv.DragEnter += new System.Windows.Forms.DragEventHandler(this.passesLv_DragEnter); |
|---|
| 98 | this.passesLv.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.passesLv_GiveFeedback); |
|---|
| 99 | this.passesLv.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.passesLv_ItemDrag); |
|---|
| 100 | // |
|---|
| 101 | // passesColNumber |
|---|
| 102 | // |
|---|
| 103 | resources.ApplyResources(this.passesColNumber, "passesColNumber"); |
|---|
| 104 | // |
|---|
| 105 | // passesColType |
|---|
| 106 | // |
|---|
| 107 | resources.ApplyResources(this.passesColType, "passesColType"); |
|---|
| 108 | // |
|---|
| 109 | // passesAddBtn |
|---|
| 110 | // |
|---|
| 111 | resources.ApplyResources(this.passesAddBtn, "passesAddBtn"); |
|---|
| 112 | this.passesAddBtn.Name = "passesAddBtn"; |
|---|
| 113 | this.passesAddBtn.UseVisualStyleBackColor = true; |
|---|
| 114 | this.passesAddBtn.Click += new System.EventHandler(this.passesAddBtn_Click); |
|---|
| 115 | // |
|---|
| 116 | // passesRemoveBtn |
|---|
| 117 | // |
|---|
| 118 | resources.ApplyResources(this.passesRemoveBtn, "passesRemoveBtn"); |
|---|
| 119 | this.passesRemoveBtn.Name = "passesRemoveBtn"; |
|---|
| 120 | this.passesRemoveBtn.UseVisualStyleBackColor = true; |
|---|
| 121 | this.passesRemoveBtn.Click += new System.EventHandler(this.passesRemoveBtn_Click); |
|---|
| 122 | // |
|---|
| 123 | // passesDuplicateBtn |
|---|
| 124 | // |
|---|
| 125 | resources.ApplyResources(this.passesDuplicateBtn, "passesDuplicateBtn"); |
|---|
| 126 | this.passesDuplicateBtn.Name = "passesDuplicateBtn"; |
|---|
| 127 | this.passesDuplicateBtn.UseVisualStyleBackColor = true; |
|---|
| 128 | this.passesDuplicateBtn.Click += new System.EventHandler(this.passesDuplicateBtn_Click); |
|---|
| 129 | // |
|---|
| 130 | // passGrp |
|---|
| 131 | // |
|---|
| 132 | resources.ApplyResources(this.passGrp, "passGrp"); |
|---|
| 133 | this.passGrp.Controls.Add(this.passEditor); |
|---|
| 134 | this.passGrp.Name = "passGrp"; |
|---|
| 135 | this.passGrp.TabStop = false; |
|---|
| 136 | // |
|---|
| 137 | // randomizeChk |
|---|
| 138 | // |
|---|
| 139 | resources.ApplyResources(this.randomizeChk, "randomizeChk"); |
|---|
| 140 | this.randomizeChk.Name = "randomizeChk"; |
|---|
| 141 | this.randomizeChk.UseVisualStyleBackColor = true; |
|---|
| 142 | // |
|---|
| 143 | // okBtn |
|---|
| 144 | // |
|---|
| 145 | resources.ApplyResources(this.okBtn, "okBtn"); |
|---|
| 146 | this.okBtn.Name = "okBtn"; |
|---|
| 147 | this.okBtn.UseVisualStyleBackColor = true; |
|---|
| 148 | this.okBtn.Click += new System.EventHandler(this.okBtn_Click); |
|---|
| 149 | // |
|---|
| 150 | // cancelBtn |
|---|
| 151 | // |
|---|
| 152 | resources.ApplyResources(this.cancelBtn, "cancelBtn"); |
|---|
| 153 | this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 154 | this.cancelBtn.Name = "cancelBtn"; |
|---|
| 155 | this.cancelBtn.UseVisualStyleBackColor = true; |
|---|
| 156 | // |
|---|
| 157 | // errorProvider |
|---|
| 158 | // |
|---|
| 159 | this.errorProvider.ContainerControl = this; |
|---|
| 160 | // |
|---|
| 161 | // passEditor |
|---|
| 162 | // |
|---|
| 163 | resources.ApplyResources(this.passEditor, "passEditor"); |
|---|
| 164 | this.passEditor.Name = "passEditor"; |
|---|
| 165 | this.passEditor.PassData = null; |
|---|
| 166 | this.passEditor.PassType = Eraser.DefaultPlugins.CustomMethodPassEditorPassType.Text; |
|---|
| 167 | // |
|---|
| 168 | // CustomMethodEditorForm |
|---|
| 169 | // |
|---|
| 170 | this.AcceptButton = this.okBtn; |
|---|
| 171 | resources.ApplyResources(this, "$this"); |
|---|
| 172 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 173 | this.CancelButton = this.cancelBtn; |
|---|
| 174 | this.Controls.Add(this.okBtn); |
|---|
| 175 | this.Controls.Add(this.cancelBtn); |
|---|
| 176 | this.Controls.Add(this.randomizeChk); |
|---|
| 177 | this.Controls.Add(this.passGrp); |
|---|
| 178 | this.Controls.Add(this.passesDuplicateBtn); |
|---|
| 179 | this.Controls.Add(this.passesRemoveBtn); |
|---|
| 180 | this.Controls.Add(this.passesAddBtn); |
|---|
| 181 | this.Controls.Add(this.passesLv); |
|---|
| 182 | this.Controls.Add(this.nameTxt); |
|---|
| 183 | this.Controls.Add(this.nameLbl); |
|---|
| 184 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 185 | this.MaximizeBox = false; |
|---|
| 186 | this.MinimizeBox = false; |
|---|
| 187 | this.Name = "CustomMethodEditorForm"; |
|---|
| 188 | this.ShowInTaskbar = false; |
|---|
| 189 | this.passGrp.ResumeLayout(false); |
|---|
| 190 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); |
|---|
| 191 | this.ResumeLayout(false); |
|---|
| 192 | this.PerformLayout(); |
|---|
| 193 | |
|---|
| 194 | } |
|---|
| 195 | |
|---|
| 196 | #endregion |
|---|
| 197 | |
|---|
| 198 | private System.Windows.Forms.Label nameLbl; |
|---|
| 199 | private System.Windows.Forms.TextBox nameTxt; |
|---|
| 200 | private System.Windows.Forms.ListView passesLv; |
|---|
| 201 | private System.Windows.Forms.Button passesAddBtn; |
|---|
| 202 | private System.Windows.Forms.Button passesRemoveBtn; |
|---|
| 203 | private System.Windows.Forms.Button passesDuplicateBtn; |
|---|
| 204 | private System.Windows.Forms.GroupBox passGrp; |
|---|
| 205 | private System.Windows.Forms.CheckBox randomizeChk; |
|---|
| 206 | private System.Windows.Forms.ColumnHeader passesColNumber; |
|---|
| 207 | private System.Windows.Forms.ColumnHeader passesColType; |
|---|
| 208 | private System.Windows.Forms.Button okBtn; |
|---|
| 209 | private System.Windows.Forms.Button cancelBtn; |
|---|
| 210 | private System.Windows.Forms.ErrorProvider errorProvider; |
|---|
| 211 | private CustomMethodPassEditor passEditor; |
|---|
| 212 | } |
|---|
| 213 | } |
|---|