Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/08/10 00:28:59 (14 years ago)
Author:
abeham
Message:

#567

  • Updated installer
  • Updated View template
  • Added Algorithm template (untested)
Location:
trunk/tools/Templates/HeuristicLab.VS2010Wizards
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards/ViewWizardForm.Designer.cs

    r4146 r4176  
    1 namespace HeuristicLab.VS2010Wizards {
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21
     22namespace HeuristicLab.VS2010Wizards {
    223  partial class ViewWizardForm {
    324    /// <summary>
     
    2445    /// </summary>
    2546    private void InitializeComponent() {
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewWizardForm));
    2648      this.okButton = new System.Windows.Forms.Button();
    2749      this.cancelButton = new System.Windows.Forms.Button();
     
    3254      this.viewContentTypeTextBox = new System.Windows.Forms.TextBox();
    3355      this.label2 = new System.Windows.Forms.Label();
     56      this.label3 = new System.Windows.Forms.Label();
    3457      this.SuspendLayout();
    3558      //
    3659      // okButton
    3760      //
    38       this.okButton.Location = new System.Drawing.Point(10, 146);
     61      this.okButton.Location = new System.Drawing.Point(10, 135);
    3962      this.okButton.Name = "okButton";
    4063      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    4669      // cancelButton
    4770      //
    48       this.cancelButton.Location = new System.Drawing.Point(92, 146);
     71      this.cancelButton.Location = new System.Drawing.Point(92, 135);
    4972      this.cancelButton.Name = "cancelButton";
    5073      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    6790      this.baseClassTextBox.Location = new System.Drawing.Point(113, 12);
    6891      this.baseClassTextBox.Name = "baseClassTextBox";
    69       this.baseClassTextBox.Size = new System.Drawing.Size(100, 20);
     92      this.baseClassTextBox.Size = new System.Drawing.Size(161, 20);
    7093      this.baseClassTextBox.TabIndex = 1;
    7194      this.baseClassTextBox.Text = "ItemView";
     
    84107      //
    85108      this.isDefaultViewCheckBox.AutoSize = true;
     109      this.isDefaultViewCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    86110      this.isDefaultViewCheckBox.Location = new System.Drawing.Point(113, 64);
    87111      this.isDefaultViewCheckBox.Name = "isDefaultViewCheckBox";
    88       this.isDefaultViewCheckBox.Size = new System.Drawing.Size(97, 17);
     112      this.isDefaultViewCheckBox.Size = new System.Drawing.Size(15, 14);
    89113      this.isDefaultViewCheckBox.TabIndex = 4;
    90       this.isDefaultViewCheckBox.Text = "Is Default View";
    91114      this.isDefaultViewCheckBox.UseVisualStyleBackColor = true;
    92115      this.isDefaultViewCheckBox.CheckedChanged += new System.EventHandler(this.isDefaultViewCheckBox_CheckedChanged);
     
    103126      // label2
    104127      //
    105       this.label2.Location = new System.Drawing.Point(110, 84);
     128      this.label2.Location = new System.Drawing.Point(10, 84);
    106129      this.label2.Name = "label2";
    107       this.label2.Size = new System.Drawing.Size(165, 60);
     130      this.label2.Size = new System.Drawing.Size(265, 48);
    108131      this.label2.TabIndex = 5;
    109132      this.label2.Text = "Warning: Only one view can be default for a certain content type. If there is mor" +
    110133          "e than one default view, the application will crash.";
     134      //
     135      // label3
     136      //
     137      this.label3.AutoSize = true;
     138      this.label3.Location = new System.Drawing.Point(7, 64);
     139      this.label3.Name = "label3";
     140      this.label3.Size = new System.Drawing.Size(70, 13);
     141      this.label3.TabIndex = 2;
     142      this.label3.Text = "Default View:";
    111143      //
    112144      // ViewWizardForm
     
    114146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    115147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    116       this.ClientSize = new System.Drawing.Size(286, 180);
     148      this.ClientSize = new System.Drawing.Size(286, 168);
    117149      this.Controls.Add(this.label2);
    118150      this.Controls.Add(this.viewContentTypeTextBox);
    119151      this.Controls.Add(this.isDefaultViewCheckBox);
    120152      this.Controls.Add(this.baseClassTextBox);
     153      this.Controls.Add(this.label3);
    121154      this.Controls.Add(this.label1);
    122155      this.Controls.Add(this.baseClassLabel);
    123156      this.Controls.Add(this.cancelButton);
    124157      this.Controls.Add(this.okButton);
     158      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    125159      this.Name = "ViewWizardForm";
    126160      this.Text = "New View Wizard";
     
    140174    private System.Windows.Forms.TextBox viewContentTypeTextBox;
    141175    private System.Windows.Forms.Label label2;
     176    private System.Windows.Forms.Label label3;
    142177
    143178  }
Note: See TracChangeset for help on using the changeset viewer.