Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

Location:
trunk/sources/HeuristicLab.Operators.Programmable/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj

    r5163 r5832  
    1919    </UpgradeBackupLocation>
    2020    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    21     <TargetFrameworkProfile></TargetFrameworkProfile>
     21    <TargetFrameworkProfile>
     22    </TargetFrameworkProfile>
    2223    <PublishUrl>publish\</PublishUrl>
    2324    <Install>true</Install>
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs

    r5466 r5832  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.Windows.Forms.TabPage tabPage2;
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgrammableOperatorView));
     47      this.tabPage2 = new System.Windows.Forms.TabPage();
    4948      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     49      this.compilationLabel = new System.Windows.Forms.Label();
    5050      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    5151      this.assembliesBox = new System.Windows.Forms.GroupBox();
     
    6161      this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
    6262      this.breakpointLabel = new System.Windows.Forms.Label();
    63       this.compilationLabel = new System.Windows.Forms.Label();
    64       tabPage2 = new System.Windows.Forms.TabPage();
    6563      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    66       tabPage2.SuspendLayout();
     64      this.tabPage2.SuspendLayout();
     65      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    6766      this.splitContainer1.Panel1.SuspendLayout();
    6867      this.splitContainer1.Panel2.SuspendLayout();
    6968      this.splitContainer1.SuspendLayout();
     69      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
    7070      this.splitContainer2.Panel1.SuspendLayout();
    7171      this.splitContainer2.Panel2.SuspendLayout();
     
    8181      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    8282      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    83       this.nameTextBox.Size = new System.Drawing.Size(913, 20);
    84       //
    85       // descriptionTextBox
    86       //
    87       this.descriptionTextBox.Size = new System.Drawing.Size(913, 20);
     83      this.nameTextBox.Location = new System.Drawing.Point(70, 0);
     84      this.nameTextBox.Size = new System.Drawing.Size(890, 20);
     85      //
     86      // infoLabel
     87      //
     88      this.infoLabel.Location = new System.Drawing.Point(966, 3);
    8889      //
    8990      // tabPage2
    9091      //
    91       tabPage2.Controls.Add(this.splitContainer1);
    92       tabPage2.Location = new System.Drawing.Point(4, 22);
    93       tabPage2.Name = "tabPage2";
    94       tabPage2.Padding = new System.Windows.Forms.Padding(3);
    95       tabPage2.Size = new System.Drawing.Size(977, 596);
    96       tabPage2.TabIndex = 1;
    97       tabPage2.Text = "Code";
    98       tabPage2.UseVisualStyleBackColor = true;
     92      this.tabPage2.Controls.Add(this.splitContainer1);
     93      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     94      this.tabPage2.Name = "tabPage2";
     95      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     96      this.tabPage2.Size = new System.Drawing.Size(977, 625);
     97      this.tabPage2.TabIndex = 1;
     98      this.tabPage2.Text = "Code";
     99      this.tabPage2.UseVisualStyleBackColor = true;
    99100      //
    100101      // splitContainer1
     
    114115      //
    115116      this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
    116       this.splitContainer1.Size = new System.Drawing.Size(971, 590);
     117      this.splitContainer1.Size = new System.Drawing.Size(971, 619);
    117118      this.splitContainer1.SplitterDistance = 244;
    118119      this.splitContainer1.TabIndex = 0;
    119120      //
     121      // compilationLabel
     122      //
     123      this.compilationLabel.AutoSize = true;
     124      this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     125      this.compilationLabel.Location = new System.Drawing.Point(63, 9);
     126      this.compilationLabel.Name = "compilationLabel";
     127      this.compilationLabel.Size = new System.Drawing.Size(69, 13);
     128      this.compilationLabel.TabIndex = 2;
     129      this.compilationLabel.Text = "Not compiled";
     130      //
    120131      // splitContainer2
    121132      //
    122133      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    123             | System.Windows.Forms.AnchorStyles.Left)
    124             | System.Windows.Forms.AnchorStyles.Right)));
     134                  | System.Windows.Forms.AnchorStyles.Left)
     135                  | System.Windows.Forms.AnchorStyles.Right)));
    125136      this.splitContainer2.Location = new System.Drawing.Point(0, 33);
    126137      this.splitContainer2.Name = "splitContainer2";
     
    134145      //
    135146      this.splitContainer2.Panel2.Controls.Add(this.namespacesBox);
    136       this.splitContainer2.Size = new System.Drawing.Size(242, 560);
    137       this.splitContainer2.SplitterDistance = 278;
     147      this.splitContainer2.Size = new System.Drawing.Size(242, 589);
     148      this.splitContainer2.SplitterDistance = 292;
    138149      this.splitContainer2.TabIndex = 2;
    139150      //
     
    144155      this.assembliesBox.Location = new System.Drawing.Point(0, 0);
    145156      this.assembliesBox.Name = "assembliesBox";
    146       this.assembliesBox.Size = new System.Drawing.Size(242, 278);
    147       this.assembliesBox.TabIndex = 1;
     157      this.assembliesBox.Size = new System.Drawing.Size(242, 292);
     158      this.assembliesBox.TabIndex = 0;
    148159      this.assembliesBox.TabStop = false;
    149160      this.assembliesBox.Text = "Assemblies";
     
    155166      this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
    156167      this.assembliesTreeView.Name = "assembliesTreeView";
    157       this.assembliesTreeView.Size = new System.Drawing.Size(236, 259);
     168      this.assembliesTreeView.Size = new System.Drawing.Size(236, 273);
    158169      this.assembliesTreeView.TabIndex = 0;
    159170      this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
     
    165176      this.namespacesBox.Location = new System.Drawing.Point(0, 0);
    166177      this.namespacesBox.Name = "namespacesBox";
    167       this.namespacesBox.Size = new System.Drawing.Size(242, 278);
    168       this.namespacesBox.TabIndex = 1;
     178      this.namespacesBox.Size = new System.Drawing.Size(242, 293);
     179      this.namespacesBox.TabIndex = 0;
    169180      this.namespacesBox.TabStop = false;
    170181      this.namespacesBox.Text = "Namespaces";
     
    177188      this.namespacesTreeView.Name = "namespacesTreeView";
    178189      this.namespacesTreeView.PathSeparator = ".";
    179       this.namespacesTreeView.Size = new System.Drawing.Size(236, 259);
     190      this.namespacesTreeView.Size = new System.Drawing.Size(236, 274);
    180191      this.namespacesTreeView.TabIndex = 0;
    181192      this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
     
    187198      this.showCodeButton.Name = "showCodeButton";
    188199      this.showCodeButton.Size = new System.Drawing.Size(24, 24);
    189       this.showCodeButton.TabIndex = 0;
     200      this.showCodeButton.TabIndex = 1;
    190201      this.showCodeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    191202      this.toolTip.SetToolTip(this.showCodeButton, "Show generated code");
     
    199210      this.compileButton.Name = "compileButton";
    200211      this.compileButton.Size = new System.Drawing.Size(24, 24);
    201       this.compileButton.TabIndex = 1;
     212      this.compileButton.TabIndex = 0;
    202213      this.compileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    203214      this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
     
    211222      this.codeEditor.Name = "codeEditor";
    212223      this.codeEditor.Prefix = "";
    213       this.codeEditor.Size = new System.Drawing.Size(723, 590);
     224      this.codeEditor.Size = new System.Drawing.Size(723, 619);
    214225      this.codeEditor.Suffix = "";
    215226      this.codeEditor.TabIndex = 0;
     
    219230      // tabControl1
    220231      //
     232      this.tabControl1.AllowDrop = true;
    221233      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    222             | System.Windows.Forms.AnchorStyles.Left)
    223             | System.Windows.Forms.AnchorStyles.Right)));
     234                  | System.Windows.Forms.AnchorStyles.Left)
     235                  | System.Windows.Forms.AnchorStyles.Right)));
    224236      this.tabControl1.Controls.Add(this.tabPage1);
    225       this.tabControl1.Controls.Add(tabPage2);
    226       this.tabControl1.Location = new System.Drawing.Point(0, 75);
     237      this.tabControl1.Controls.Add(this.tabPage2);
     238      this.tabControl1.Location = new System.Drawing.Point(0, 46);
    227239      this.tabControl1.Name = "tabControl1";
    228240      this.tabControl1.SelectedIndex = 0;
    229       this.tabControl1.Size = new System.Drawing.Size(985, 622);
    230       this.tabControl1.TabIndex = 7;
     241      this.tabControl1.Size = new System.Drawing.Size(985, 651);
     242      this.tabControl1.TabIndex = 5;
    231243      //
    232244      // tabPage1
     
    236248      this.tabPage1.Name = "tabPage1";
    237249      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
    238       this.tabPage1.Size = new System.Drawing.Size(977, 596);
     250      this.tabPage1.Size = new System.Drawing.Size(977, 625);
    239251      this.tabPage1.TabIndex = 0;
    240252      this.tabPage1.Text = "Parameters";
     
    249261      this.parameterCollectionView.Name = "parameterCollectionView";
    250262      this.parameterCollectionView.ReadOnly = false;
    251       this.parameterCollectionView.Size = new System.Drawing.Size(971, 590);
     263      this.parameterCollectionView.Size = new System.Drawing.Size(971, 619);
    252264      this.parameterCollectionView.TabIndex = 0;
    253265      //
     
    255267      //
    256268      this.breakpointCheckBox.AutoSize = true;
    257       this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
     269      this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
    258270      this.breakpointCheckBox.Name = "breakpointCheckBox";
    259271      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
    260       this.breakpointCheckBox.TabIndex = 8;
     272      this.breakpointCheckBox.TabIndex = 4;
    261273      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    262274      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
     
    265277      //
    266278      this.breakpointLabel.AutoSize = true;
    267       this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
     279      this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
    268280      this.breakpointLabel.Name = "breakpointLabel";
    269281      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
    270       this.breakpointLabel.TabIndex = 9;
     282      this.breakpointLabel.TabIndex = 3;
    271283      this.breakpointLabel.Text = "Breakpoint:";
    272       //
    273       // compilationLabel
    274       //
    275       this.compilationLabel.AutoSize = true;
    276       this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
    277       this.compilationLabel.Location = new System.Drawing.Point(63, 9);
    278       this.compilationLabel.Name = "compilationLabel";
    279       this.compilationLabel.Size = new System.Drawing.Size(67, 13);
    280       this.compilationLabel.TabIndex = 3;
    281       this.compilationLabel.Text = "Not compiled";
    282284      //
    283285      // ProgrammableOperatorView
     
    286288      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    287289      this.Controls.Add(this.tabControl1);
     290      this.Controls.Add(this.breakpointLabel);
    288291      this.Controls.Add(this.breakpointCheckBox);
    289       this.Controls.Add(this.breakpointLabel);
    290292      this.Name = "ProgrammableOperatorView";
    291293      this.Size = new System.Drawing.Size(985, 697);
     294      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
    292295      this.Controls.SetChildIndex(this.breakpointLabel, 0);
    293       this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
     296      this.Controls.SetChildIndex(this.infoLabel, 0);
     297      this.Controls.SetChildIndex(this.nameLabel, 0);
    294298      this.Controls.SetChildIndex(this.tabControl1, 0);
    295299      this.Controls.SetChildIndex(this.nameTextBox, 0);
    296       this.Controls.SetChildIndex(this.nameLabel, 0);
    297       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    298       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    299300      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    300       tabPage2.ResumeLayout(false);
     301      this.tabPage2.ResumeLayout(false);
    301302      this.splitContainer1.Panel1.ResumeLayout(false);
    302303      this.splitContainer1.Panel1.PerformLayout();
    303304      this.splitContainer1.Panel2.ResumeLayout(false);
     305      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
    304306      this.splitContainer1.ResumeLayout(false);
    305307      this.splitContainer2.Panel1.ResumeLayout(false);
    306308      this.splitContainer2.Panel2.ResumeLayout(false);
     309      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
    307310      this.splitContainer2.ResumeLayout(false);
    308311      this.assembliesBox.ResumeLayout(false);
     
    332335    private System.Windows.Forms.Label compilationLabel;
    333336    private System.Windows.Forms.Label breakpointLabel;
     337    private System.Windows.Forms.TabPage tabPage2;
    334338  }
    335339}
Note: See TracChangeset for help on using the changeset viewer.