Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 47 → Rev 48

/SWAT Office App/trunk/SWAT Office App/Manage_User_Accounts_Form.Designer.cs
50,7 → 50,7
this.lst_UserAccounts.HideSelection = false;
this.lst_UserAccounts.Location = new System.Drawing.Point(12, 12);
this.lst_UserAccounts.Name = "lst_UserAccounts";
this.lst_UserAccounts.Size = new System.Drawing.Size(277, 348);
this.lst_UserAccounts.Size = new System.Drawing.Size(327, 348);
this.lst_UserAccounts.TabIndex = 0;
this.lst_UserAccounts.UseCompatibleStateImageBehavior = false;
this.lst_UserAccounts.View = System.Windows.Forms.View.Details;
58,7 → 58,7
// btn_Add
//
this.btn_Add.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Add.Location = new System.Drawing.Point(303, 46);
this.btn_Add.Location = new System.Drawing.Point(353, 46);
this.btn_Add.Name = "btn_Add";
this.btn_Add.Size = new System.Drawing.Size(75, 40);
this.btn_Add.TabIndex = 2;
69,7 → 69,7
// btn_Delete
//
this.btn_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Delete.Location = new System.Drawing.Point(303, 99);
this.btn_Delete.Location = new System.Drawing.Point(353, 99);
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.Size = new System.Drawing.Size(75, 40);
this.btn_Delete.TabIndex = 3;
81,7 → 81,7
//
this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Exit.Location = new System.Drawing.Point(328, 338);
this.btn_Exit.Location = new System.Drawing.Point(378, 338);
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.Size = new System.Drawing.Size(50, 22);
this.btn_Exit.TabIndex = 7;
92,7 → 92,7
// btn_Pass
//
this.btn_Pass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Pass.Location = new System.Drawing.Point(303, 152);
this.btn_Pass.Location = new System.Drawing.Point(353, 152);
this.btn_Pass.Name = "btn_Pass";
this.btn_Pass.Size = new System.Drawing.Size(75, 40);
this.btn_Pass.TabIndex = 4;
103,7 → 103,7
// btn_Share
//
this.btn_Share.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Share.Location = new System.Drawing.Point(303, 205);
this.btn_Share.Location = new System.Drawing.Point(353, 205);
this.btn_Share.Name = "btn_Share";
this.btn_Share.Size = new System.Drawing.Size(75, 40);
this.btn_Share.TabIndex = 5;
115,7 → 115,7
//
this.btn_Refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Refresh.Image = global::SWAT_Office_App.Properties.Resources.Refresh;
this.btn_Refresh.Location = new System.Drawing.Point(303, 12);
this.btn_Refresh.Location = new System.Drawing.Point(353, 12);
this.btn_Refresh.Name = "btn_Refresh";
this.btn_Refresh.Size = new System.Drawing.Size(23, 23);
this.btn_Refresh.TabIndex = 1;
125,7 → 125,7
// btn_OpenShare
//
this.btn_OpenShare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_OpenShare.Location = new System.Drawing.Point(303, 258);
this.btn_OpenShare.Location = new System.Drawing.Point(353, 258);
this.btn_OpenShare.Name = "btn_OpenShare";
this.btn_OpenShare.Size = new System.Drawing.Size(75, 40);
this.btn_OpenShare.TabIndex = 6;
138,7 → 138,7
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btn_Exit;
this.ClientSize = new System.Drawing.Size(390, 372);
this.ClientSize = new System.Drawing.Size(440, 372);
this.Controls.Add(this.btn_OpenShare);
this.Controls.Add(this.btn_Refresh);
this.Controls.Add(this.btn_Share);