Rev 48 | Blame | Last modification | View Log | Download | RSS feed
namespace SWAT_Office_App{partial class Manage_User_Accounts_Form{/// <summary>/// Required designer variable./// </summary>private System.ComponentModel.IContainer components = null;/// <summary>/// Clean up any resources being used./// </summary>/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>protected override void Dispose(bool disposing){if (disposing && (components != null)){components.Dispose();}base.Dispose(disposing);}#region Windows Form Designer generated code/// <summary>/// Required method for Designer support - do not modify/// the contents of this method with the code editor./// </summary>private void InitializeComponent(){System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manage_User_Accounts_Form));this.lst_UserAccounts = new System.Windows.Forms.ListView();this.btn_Add = new System.Windows.Forms.Button();this.btn_Delete = new System.Windows.Forms.Button();this.btn_Exit = new System.Windows.Forms.Button();this.btn_Pass = new System.Windows.Forms.Button();this.btn_Share = new System.Windows.Forms.Button();this.btn_Refresh = new System.Windows.Forms.Button();this.btn_OpenShare = new System.Windows.Forms.Button();this.SuspendLayout();//// lst_UserAccounts//this.lst_UserAccounts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)| System.Windows.Forms.AnchorStyles.Left)| System.Windows.Forms.AnchorStyles.Right)));this.lst_UserAccounts.FullRowSelect = true;this.lst_UserAccounts.GridLines = true;this.lst_UserAccounts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;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(327, 348);this.lst_UserAccounts.TabIndex = 0;this.lst_UserAccounts.UseCompatibleStateImageBehavior = false;this.lst_UserAccounts.View = System.Windows.Forms.View.Details;//// 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(353, 46);this.btn_Add.Name = "btn_Add";this.btn_Add.Size = new System.Drawing.Size(75, 40);this.btn_Add.TabIndex = 2;this.btn_Add.Text = "&Add Account";this.btn_Add.UseVisualStyleBackColor = true;this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);//// 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(353, 99);this.btn_Delete.Name = "btn_Delete";this.btn_Delete.Size = new System.Drawing.Size(75, 40);this.btn_Delete.TabIndex = 3;this.btn_Delete.Text = "&Delete Account";this.btn_Delete.UseVisualStyleBackColor = true;this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);//// btn_Exit//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(378, 338);this.btn_Exit.Name = "btn_Exit";this.btn_Exit.Size = new System.Drawing.Size(50, 22);this.btn_Exit.TabIndex = 7;this.btn_Exit.Text = "Close";this.btn_Exit.UseVisualStyleBackColor = true;this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);//// 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(353, 152);this.btn_Pass.Name = "btn_Pass";this.btn_Pass.Size = new System.Drawing.Size(75, 40);this.btn_Pass.TabIndex = 4;this.btn_Pass.Text = "&Reset Password";this.btn_Pass.UseVisualStyleBackColor = true;this.btn_Pass.Click += new System.EventHandler(this.btn_Pass_Click);//// 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(353, 205);this.btn_Share.Name = "btn_Share";this.btn_Share.Size = new System.Drawing.Size(75, 40);this.btn_Share.TabIndex = 5;this.btn_Share.Text = "&Toggle Share";this.btn_Share.UseVisualStyleBackColor = true;this.btn_Share.Click += new System.EventHandler(this.btn_Share_Click);//// btn_Refresh//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(353, 12);this.btn_Refresh.Name = "btn_Refresh";this.btn_Refresh.Size = new System.Drawing.Size(23, 23);this.btn_Refresh.TabIndex = 1;this.btn_Refresh.UseVisualStyleBackColor = true;this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);//// 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(353, 258);this.btn_OpenShare.Name = "btn_OpenShare";this.btn_OpenShare.Size = new System.Drawing.Size(75, 40);this.btn_OpenShare.TabIndex = 6;this.btn_OpenShare.Text = "&Open Share";this.btn_OpenShare.UseVisualStyleBackColor = true;this.btn_OpenShare.Click += new System.EventHandler(this.btn_OpenShare_Click);//// ManageUserAccounts_Form//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(440, 372);this.Controls.Add(this.btn_OpenShare);this.Controls.Add(this.btn_Refresh);this.Controls.Add(this.btn_Share);this.Controls.Add(this.btn_Pass);this.Controls.Add(this.btn_Exit);this.Controls.Add(this.btn_Delete);this.Controls.Add(this.btn_Add);this.Controls.Add(this.lst_UserAccounts);this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));this.Name = "ManageUserAccounts_Form";this.ShowInTaskbar = false;this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;this.Text = "Manage User Accounts";this.ResumeLayout(false);}#endregionprivate System.Windows.Forms.ListView lst_UserAccounts;private System.Windows.Forms.Button btn_Add;private System.Windows.Forms.Button btn_Delete;private System.Windows.Forms.Button btn_Exit;private System.Windows.Forms.Button btn_Pass;private System.Windows.Forms.Button btn_Share;private System.Windows.Forms.Button btn_Refresh;private System.Windows.Forms.Button btn_OpenShare;}}