- Timestamp:
- 3/22/2012 4:01:22 AM (14 months ago)
- Location:
- trunk/eraser
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.DefaultPlugins/CustomMethodEditorForm.Designer.cs (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 2576
- Property svn:mergeinfo changed
-
trunk/eraser/Eraser.DefaultPlugins/CustomMethodEditorForm.Designer.cs
r2516 r2577 55 55 this.nameTxt = new System.Windows.Forms.TextBox(); 56 56 this.passesLv = new System.Windows.Forms.ListView(); 57 this.passesColNumber = new System.Windows.Forms.ColumnHeader();58 this.passesColType = new System.Windows.Forms.ColumnHeader();57 this.passesColNumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 58 this.passesColType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 59 59 this.passesAddBtn = new System.Windows.Forms.Button(); 60 60 this.passesRemoveBtn = new System.Windows.Forms.Button(); 61 61 this.passesDuplicateBtn = new System.Windows.Forms.Button(); 62 62 this.passGrp = new System.Windows.Forms.GroupBox(); 63 this.passEditor = new Eraser.DefaultPlugins.CustomMethodPassEditor(); 63 64 this.randomizeChk = new System.Windows.Forms.CheckBox(); 64 65 this.okBtn = new System.Windows.Forms.Button(); 65 66 this.cancelBtn = new System.Windows.Forms.Button(); 66 67 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 67 this.passEditor = new Eraser.DefaultPlugins.CustomMethodPassEditor();68 68 this.passGrp.SuspendLayout(); 69 69 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); … … 93 93 this.passesLv.UseCompatibleStateImageBehavior = false; 94 94 this.passesLv.View = System.Windows.Forms.View.Details; 95 this.passesLv.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.passesLv_ItemDrag); 96 this.passesLv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.passesLv_ItemSelectionChanged); 95 97 this.passesLv.DragDrop += new System.Windows.Forms.DragEventHandler(this.passesLv_DragDrop); 96 this.passesLv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.passesLv_ItemSelectionChanged);97 98 this.passesLv.DragEnter += new System.Windows.Forms.DragEventHandler(this.passesLv_DragEnter); 98 99 this.passesLv.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.passesLv_GiveFeedback); 99 this.passesLv.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.passesLv_ItemDrag);100 100 // 101 101 // passesColNumber … … 135 135 this.passGrp.TabStop = false; 136 136 // 137 // passEditor 138 // 139 resources.ApplyResources(this.passEditor, "passEditor"); 140 this.passEditor.Name = "passEditor"; 141 this.passEditor.PassData = null; 142 this.passEditor.PassType = Eraser.DefaultPlugins.CustomMethodPassEditorPassType.Text; 143 // 137 144 // randomizeChk 138 145 // … … 151 158 // 152 159 resources.ApplyResources(this.cancelBtn, "cancelBtn"); 160 this.cancelBtn.CausesValidation = false; 153 161 this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; 154 162 this.cancelBtn.Name = "cancelBtn"; … … 158 166 // 159 167 this.errorProvider.ContainerControl = this; 160 //161 // passEditor162 //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 // 168 169 // CustomMethodEditorForm
Note: See TracChangeset
for help on using the changeset viewer.
