1 | using System;
|
---|
2 | namespace HeuristicLab.Clients.Access.Views {
|
---|
3 | partial class RefreshableLightweightUserInformationView {
|
---|
4 | /// <summary>
|
---|
5 | /// Required designer variable.
|
---|
6 | /// </summary>
|
---|
7 | private System.ComponentModel.IContainer components = null;
|
---|
8 |
|
---|
9 | /// <summary>
|
---|
10 | /// Clean up any resources being used.
|
---|
11 | /// </summary>
|
---|
12 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
13 | protected override void Dispose(bool disposing) {
|
---|
14 | if (disposing && (components != null)) {
|
---|
15 | lightweightUserInformationView.UserInformationChanged -= new EventHandler(lightweightUserInformationView_Changed);
|
---|
16 | components.Dispose();
|
---|
17 | }
|
---|
18 | base.Dispose(disposing);
|
---|
19 | }
|
---|
20 |
|
---|
21 | #region Component Designer generated code
|
---|
22 |
|
---|
23 | /// <summary>
|
---|
24 | /// Required method for Designer support - do not modify
|
---|
25 | /// the contents of this method with the code editor.
|
---|
26 | /// </summary>
|
---|
27 | private void InitializeComponent() {
|
---|
28 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableLightweightUserInformationView));
|
---|
29 | this.lightweightUserInformationView = new HeuristicLab.Clients.Access.Views.LightweightUserInformationView();
|
---|
30 | this.storeButton = new System.Windows.Forms.Button();
|
---|
31 | this.SuspendLayout();
|
---|
32 | //
|
---|
33 | // refreshButton
|
---|
34 | //
|
---|
35 | this.refreshButton.Location = new System.Drawing.Point(4, 3);
|
---|
36 | //
|
---|
37 | // lightweightUserInformationView
|
---|
38 | //
|
---|
39 | this.lightweightUserInformationView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
40 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
41 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
42 | this.lightweightUserInformationView.Caption = "RefreshableLightweightUserInformation View";
|
---|
43 | this.lightweightUserInformationView.Content = null;
|
---|
44 | this.lightweightUserInformationView.Location = new System.Drawing.Point(3, 33);
|
---|
45 | this.lightweightUserInformationView.Name = "lightweightUserInformationView";
|
---|
46 | this.lightweightUserInformationView.ReadOnly = false;
|
---|
47 | this.lightweightUserInformationView.Size = new System.Drawing.Size(378, 245);
|
---|
48 | this.lightweightUserInformationView.TabIndex = 2;
|
---|
49 | //
|
---|
50 | // storeButton
|
---|
51 | //
|
---|
52 | this.storeButton.Enabled = false;
|
---|
53 | this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
|
---|
54 | this.storeButton.Location = new System.Drawing.Point(34, 3);
|
---|
55 | this.storeButton.Name = "storeButton";
|
---|
56 | this.storeButton.Size = new System.Drawing.Size(24, 24);
|
---|
57 | this.storeButton.TabIndex = 3;
|
---|
58 | this.storeButton.UseVisualStyleBackColor = true;
|
---|
59 | this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
|
---|
60 | //
|
---|
61 | // RefreshableLightweightUserInformationView
|
---|
62 | //
|
---|
63 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
64 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
65 | this.Controls.Add(this.lightweightUserInformationView);
|
---|
66 | this.Controls.Add(this.storeButton);
|
---|
67 | this.Name = "RefreshableLightweightUserInformationView";
|
---|
68 | this.Size = new System.Drawing.Size(384, 281);
|
---|
69 | this.Controls.SetChildIndex(this.storeButton, 0);
|
---|
70 | this.Controls.SetChildIndex(this.lightweightUserInformationView, 0);
|
---|
71 | this.Controls.SetChildIndex(this.refreshButton, 0);
|
---|
72 | this.ResumeLayout(false);
|
---|
73 |
|
---|
74 | }
|
---|
75 |
|
---|
76 | #endregion
|
---|
77 |
|
---|
78 | private LightweightUserInformationView lightweightUserInformationView;
|
---|
79 | private System.Windows.Forms.Button storeButton;
|
---|
80 |
|
---|
81 | }
|
---|
82 | }
|
---|