Subversion Repositories Code-Repo

Rev

Rev 48 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48 Rev 63
Line 1... Line 1...
1
namespace SWAT_Office_App
1
namespace SWAT_Office_App
2
{
2
{
3
    partial class ManageUserAccounts_Form
3
    partial class Manage_User_Accounts_Form
4
    {
4
    {
5
        /// <summary>
5
        /// <summary>
6
        /// Required designer variable.
6
        /// Required designer variable.
7
        /// </summary>
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
8
        private System.ComponentModel.IContainer components = null;
Line 26... Line 26...
26
        /// Required method for Designer support - do not modify
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
27
        /// the contents of this method with the code editor.
28
        /// </summary>
28
        /// </summary>
29
        private void InitializeComponent()
29
        private void InitializeComponent()
30
        {
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageUserAccounts_Form));
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manage_User_Accounts_Form));
32
            this.lst_UserAccounts = new System.Windows.Forms.ListView();
32
            this.lst_UserAccounts = new System.Windows.Forms.ListView();
33
            this.btn_Add = new System.Windows.Forms.Button();
33
            this.btn_Add = new System.Windows.Forms.Button();
34
            this.btn_Delete = new System.Windows.Forms.Button();
34
            this.btn_Delete = new System.Windows.Forms.Button();
35
            this.btn_Exit = new System.Windows.Forms.Button();
35
            this.btn_Exit = new System.Windows.Forms.Button();
36
            this.btn_Pass = new System.Windows.Forms.Button();
36
            this.btn_Pass = new System.Windows.Forms.Button();