Changeset 7982 for branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/LightweightUserInformationView.Designer.cs
- Timestamp:
- 06/11/12 14:29:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/UserViews/LightweightUserInformationView.Designer.cs
r7942 r7982 33 33 this.userNameTextBox = new System.Windows.Forms.TextBox(); 34 34 this.splitContainer = new System.Windows.Forms.SplitContainer(); 35 this.rolesListView = new System.Windows.Forms.ListView(); 36 this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 37 this.imageList = new System.Windows.Forms.ImageList(this.components); 35 38 this.groupsListView = new System.Windows.Forms.ListView(); 36 this.rolesListView = new System.Windows.Forms.ListView();37 this.imageList = new System.Windows.Forms.ImageList(this.components);38 this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));39 39 this.groupsColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); 40 this.label5 = new System.Windows.Forms.Label(); 41 this.emailTextBox = new System.Windows.Forms.TextBox(); 40 42 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); 41 43 this.splitContainer.Panel1.SuspendLayout(); … … 47 49 // 48 50 this.changePasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 49 this.changePasswordButton.Location = new System.Drawing.Point(316, 2 09);51 this.changePasswordButton.Location = new System.Drawing.Point(316, 231); 50 52 this.changePasswordButton.Name = "changePasswordButton"; 51 53 this.changePasswordButton.Size = new System.Drawing.Size(112, 23); … … 72 74 this.fullNameTextBox.Size = new System.Drawing.Size(359, 20); 73 75 this.fullNameTextBox.TabIndex = 16; 76 this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged); 74 77 // 75 78 // label4 … … 106 109 this.userNameTextBox.Location = new System.Drawing.Point(69, 3); 107 110 this.userNameTextBox.Name = "userNameTextBox"; 111 this.userNameTextBox.ReadOnly = true; 108 112 this.userNameTextBox.Size = new System.Drawing.Size(359, 20); 109 113 this.userNameTextBox.TabIndex = 15; … … 114 118 | System.Windows.Forms.AnchorStyles.Left) 115 119 | System.Windows.Forms.AnchorStyles.Right))); 116 this.splitContainer.Location = new System.Drawing.Point(3, 55);120 this.splitContainer.Location = new System.Drawing.Point(3, 81); 117 121 this.splitContainer.Name = "splitContainer"; 118 122 // … … 126 130 this.splitContainer.Panel2.Controls.Add(this.groupsListView); 127 131 this.splitContainer.Panel2.Controls.Add(this.label4); 128 this.splitContainer.Size = new System.Drawing.Size(425, 14 8);132 this.splitContainer.Size = new System.Drawing.Size(425, 144); 129 133 this.splitContainer.SplitterDistance = 211; 130 134 this.splitContainer.TabIndex = 20; 135 // 136 // rolesListView 137 // 138 this.rolesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 139 | System.Windows.Forms.AnchorStyles.Left) 140 | System.Windows.Forms.AnchorStyles.Right))); 141 this.rolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 142 this.columnHeader}); 143 this.rolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; 144 this.rolesListView.HideSelection = false; 145 this.rolesListView.Location = new System.Drawing.Point(3, 16); 146 this.rolesListView.Name = "rolesListView"; 147 this.rolesListView.Size = new System.Drawing.Size(205, 125); 148 this.rolesListView.SmallImageList = this.imageList; 149 this.rolesListView.TabIndex = 18; 150 this.rolesListView.UseCompatibleStateImageBehavior = false; 151 this.rolesListView.View = System.Windows.Forms.View.Details; 152 // 153 // columnHeader 154 // 155 this.columnHeader.Width = 100; 156 // 157 // imageList 158 // 159 this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; 160 this.imageList.ImageSize = new System.Drawing.Size(16, 16); 161 this.imageList.TransparentColor = System.Drawing.Color.Transparent; 131 162 // 132 163 // groupsListView … … 141 172 this.groupsListView.Location = new System.Drawing.Point(3, 16); 142 173 this.groupsListView.Name = "groupsListView"; 143 this.groupsListView.Size = new System.Drawing.Size(204, 12 9);174 this.groupsListView.Size = new System.Drawing.Size(204, 125); 144 175 this.groupsListView.SmallImageList = this.imageList; 145 176 this.groupsListView.TabIndex = 19; … … 147 178 this.groupsListView.View = System.Windows.Forms.View.Details; 148 179 // 149 // rolesListView150 //151 this.rolesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)152 | System.Windows.Forms.AnchorStyles.Left)153 | System.Windows.Forms.AnchorStyles.Right)));154 this.rolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {155 this.columnHeader});156 this.rolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;157 this.rolesListView.HideSelection = false;158 this.rolesListView.Location = new System.Drawing.Point(3, 16);159 this.rolesListView.Name = "rolesListView";160 this.rolesListView.Size = new System.Drawing.Size(205, 129);161 this.rolesListView.SmallImageList = this.imageList;162 this.rolesListView.TabIndex = 18;163 this.rolesListView.UseCompatibleStateImageBehavior = false;164 this.rolesListView.View = System.Windows.Forms.View.Details;165 //166 // imageList167 //168 this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;169 this.imageList.ImageSize = new System.Drawing.Size(16, 16);170 this.imageList.TransparentColor = System.Drawing.Color.Transparent;171 //172 // columnHeader173 //174 this.columnHeader.Width = 100;175 //176 180 // groupsColumnHeader 177 181 // 178 182 this.groupsColumnHeader.Width = 100; 183 // 184 // label5 185 // 186 this.label5.AutoSize = true; 187 this.label5.Location = new System.Drawing.Point(0, 58); 188 this.label5.Name = "label5"; 189 this.label5.Size = new System.Drawing.Size(39, 13); 190 this.label5.TabIndex = 21; 191 this.label5.Text = "E-Mail:"; 192 // 193 // emailTextBox 194 // 195 this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 196 | System.Windows.Forms.AnchorStyles.Right))); 197 this.emailTextBox.Location = new System.Drawing.Point(69, 55); 198 this.emailTextBox.Name = "emailTextBox"; 199 this.emailTextBox.Size = new System.Drawing.Size(359, 20); 200 this.emailTextBox.TabIndex = 22; 201 this.emailTextBox.TextChanged += new System.EventHandler(this.emailTextBox_TextChanged); 179 202 // 180 203 // LightweightUserInformationView … … 182 205 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 183 206 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 207 this.Controls.Add(this.emailTextBox); 208 this.Controls.Add(this.label5); 184 209 this.Controls.Add(this.splitContainer); 185 210 this.Controls.Add(this.changePasswordButton); … … 189 214 this.Controls.Add(this.userNameTextBox); 190 215 this.Name = "LightweightUserInformationView"; 191 this.Size = new System.Drawing.Size(431, 2 35);216 this.Size = new System.Drawing.Size(431, 257); 192 217 this.splitContainer.Panel1.ResumeLayout(false); 193 218 this.splitContainer.Panel1.PerformLayout(); … … 216 241 private System.Windows.Forms.ColumnHeader columnHeader; 217 242 private System.Windows.Forms.ColumnHeader groupsColumnHeader; 243 private System.Windows.Forms.Label label5; 244 private System.Windows.Forms.TextBox emailTextBox; 218 245 } 219 246 }
Note: See TracChangeset
for help on using the changeset viewer.