Changeset 7611 for branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/UserInformationDialog.Designer.cs
- Timestamp:
- 03/13/12 16:25:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/UserInformationDialog.Designer.cs
r7599 r7611 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.closeButton = new System.Windows.Forms.Button(); 26 27 this.refreshableLightweightUserInformationView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserInformationView(); 27 this.closeButton = new System.Windows.Forms.Button();28 28 this.SuspendLayout(); 29 // 30 // closeButton 31 // 32 this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 33 this.closeButton.Location = new System.Drawing.Point(16, 245); 34 this.closeButton.Name = "closeButton"; 35 this.closeButton.Size = new System.Drawing.Size(75, 23); 36 this.closeButton.TabIndex = 1; 37 this.closeButton.Text = "OK"; 38 this.closeButton.UseVisualStyleBackColor = true; 39 this.closeButton.Click += new System.EventHandler(this.closeButton_Click); 29 40 // 30 41 // refreshableLightweightUserInformationView … … 38 49 this.refreshableLightweightUserInformationView.Name = "refreshableLightweightUserInformationView"; 39 50 this.refreshableLightweightUserInformationView.ReadOnly = false; 40 this.refreshableLightweightUserInformationView.Size = new System.Drawing.Size( 464, 299);51 this.refreshableLightweightUserInformationView.Size = new System.Drawing.Size(362, 262); 41 52 this.refreshableLightweightUserInformationView.TabIndex = 0; 42 //43 // closeButton44 //45 this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));46 this.closeButton.Location = new System.Drawing.Point(401, 328);47 this.closeButton.Name = "closeButton";48 this.closeButton.Size = new System.Drawing.Size(75, 23);49 this.closeButton.TabIndex = 1;50 this.closeButton.Text = "OK";51 this.closeButton.UseVisualStyleBackColor = true;52 this.closeButton.Click += new System.EventHandler(this.closeButton_Click);53 53 // 54 54 // UserInformationDialog … … 57 57 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 58 58 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 59 this.ClientSize = new System.Drawing.Size( 488, 363);59 this.ClientSize = new System.Drawing.Size(386, 286); 60 60 this.Controls.Add(this.closeButton); 61 61 this.Controls.Add(this.refreshableLightweightUserInformationView);
Note: See TracChangeset
for help on using the changeset viewer.