Subversion Repositories Code-Repo

Rev

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

Rev 9 Rev 48
Line 48... Line 48...
48
            this.lst_UserAccounts.GridLines = true;
48
            this.lst_UserAccounts.GridLines = true;
49
            this.lst_UserAccounts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
49
            this.lst_UserAccounts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
50
            this.lst_UserAccounts.HideSelection = false;
50
            this.lst_UserAccounts.HideSelection = false;
51
            this.lst_UserAccounts.Location = new System.Drawing.Point(12, 12);
51
            this.lst_UserAccounts.Location = new System.Drawing.Point(12, 12);
52
            this.lst_UserAccounts.Name = "lst_UserAccounts";
52
            this.lst_UserAccounts.Name = "lst_UserAccounts";
53
            this.lst_UserAccounts.Size = new System.Drawing.Size(277, 348);
53
            this.lst_UserAccounts.Size = new System.Drawing.Size(327, 348);
54
            this.lst_UserAccounts.TabIndex = 0;
54
            this.lst_UserAccounts.TabIndex = 0;
55
            this.lst_UserAccounts.UseCompatibleStateImageBehavior = false;
55
            this.lst_UserAccounts.UseCompatibleStateImageBehavior = false;
56
            this.lst_UserAccounts.View = System.Windows.Forms.View.Details;
56
            this.lst_UserAccounts.View = System.Windows.Forms.View.Details;
57
            // 
57
            // 
58
            // btn_Add
58
            // btn_Add
59
            // 
59
            // 
60
            this.btn_Add.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
60
            this.btn_Add.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
61
            this.btn_Add.Location = new System.Drawing.Point(303, 46);
61
            this.btn_Add.Location = new System.Drawing.Point(353, 46);
62
            this.btn_Add.Name = "btn_Add";
62
            this.btn_Add.Name = "btn_Add";
63
            this.btn_Add.Size = new System.Drawing.Size(75, 40);
63
            this.btn_Add.Size = new System.Drawing.Size(75, 40);
64
            this.btn_Add.TabIndex = 2;
64
            this.btn_Add.TabIndex = 2;
65
            this.btn_Add.Text = "&Add Account";
65
            this.btn_Add.Text = "&Add Account";
66
            this.btn_Add.UseVisualStyleBackColor = true;
66
            this.btn_Add.UseVisualStyleBackColor = true;
67
            this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
67
            this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
68
            // 
68
            // 
69
            // btn_Delete
69
            // btn_Delete
70
            // 
70
            // 
71
            this.btn_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
71
            this.btn_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
72
            this.btn_Delete.Location = new System.Drawing.Point(303, 99);
72
            this.btn_Delete.Location = new System.Drawing.Point(353, 99);
73
            this.btn_Delete.Name = "btn_Delete";
73
            this.btn_Delete.Name = "btn_Delete";
74
            this.btn_Delete.Size = new System.Drawing.Size(75, 40);
74
            this.btn_Delete.Size = new System.Drawing.Size(75, 40);
75
            this.btn_Delete.TabIndex = 3;
75
            this.btn_Delete.TabIndex = 3;
76
            this.btn_Delete.Text = "&Delete Account";
76
            this.btn_Delete.Text = "&Delete Account";
77
            this.btn_Delete.UseVisualStyleBackColor = true;
77
            this.btn_Delete.UseVisualStyleBackColor = true;
Line 79... Line 79...
79
            // 
79
            // 
80
            // btn_Exit
80
            // btn_Exit
81
            // 
81
            // 
82
            this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
82
            this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
83
            this.btn_Exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
83
            this.btn_Exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
84
            this.btn_Exit.Location = new System.Drawing.Point(328, 338);
84
            this.btn_Exit.Location = new System.Drawing.Point(378, 338);
85
            this.btn_Exit.Name = "btn_Exit";
85
            this.btn_Exit.Name = "btn_Exit";
86
            this.btn_Exit.Size = new System.Drawing.Size(50, 22);
86
            this.btn_Exit.Size = new System.Drawing.Size(50, 22);
87
            this.btn_Exit.TabIndex = 7;
87
            this.btn_Exit.TabIndex = 7;
88
            this.btn_Exit.Text = "Close";
88
            this.btn_Exit.Text = "Close";
89
            this.btn_Exit.UseVisualStyleBackColor = true;
89
            this.btn_Exit.UseVisualStyleBackColor = true;
90
            this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
90
            this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
91
            // 
91
            // 
92
            // btn_Pass
92
            // btn_Pass
93
            // 
93
            // 
94
            this.btn_Pass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
94
            this.btn_Pass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
95
            this.btn_Pass.Location = new System.Drawing.Point(303, 152);
95
            this.btn_Pass.Location = new System.Drawing.Point(353, 152);
96
            this.btn_Pass.Name = "btn_Pass";
96
            this.btn_Pass.Name = "btn_Pass";
97
            this.btn_Pass.Size = new System.Drawing.Size(75, 40);
97
            this.btn_Pass.Size = new System.Drawing.Size(75, 40);
98
            this.btn_Pass.TabIndex = 4;
98
            this.btn_Pass.TabIndex = 4;
99
            this.btn_Pass.Text = "&Reset Password";
99
            this.btn_Pass.Text = "&Reset Password";
100
            this.btn_Pass.UseVisualStyleBackColor = true;
100
            this.btn_Pass.UseVisualStyleBackColor = true;
101
            this.btn_Pass.Click += new System.EventHandler(this.btn_Pass_Click);
101
            this.btn_Pass.Click += new System.EventHandler(this.btn_Pass_Click);
102
            // 
102
            // 
103
            // btn_Share
103
            // btn_Share
104
            // 
104
            // 
105
            this.btn_Share.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
105
            this.btn_Share.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
106
            this.btn_Share.Location = new System.Drawing.Point(303, 205);
106
            this.btn_Share.Location = new System.Drawing.Point(353, 205);
107
            this.btn_Share.Name = "btn_Share";
107
            this.btn_Share.Name = "btn_Share";
108
            this.btn_Share.Size = new System.Drawing.Size(75, 40);
108
            this.btn_Share.Size = new System.Drawing.Size(75, 40);
109
            this.btn_Share.TabIndex = 5;
109
            this.btn_Share.TabIndex = 5;
110
            this.btn_Share.Text = "&Toggle Share";
110
            this.btn_Share.Text = "&Toggle Share";
111
            this.btn_Share.UseVisualStyleBackColor = true;
111
            this.btn_Share.UseVisualStyleBackColor = true;
Line 113... Line 113...
113
            // 
113
            // 
114
            // btn_Refresh
114
            // btn_Refresh
115
            // 
115
            // 
116
            this.btn_Refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
116
            this.btn_Refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
117
            this.btn_Refresh.Image = global::SWAT_Office_App.Properties.Resources.Refresh;
117
            this.btn_Refresh.Image = global::SWAT_Office_App.Properties.Resources.Refresh;
118
            this.btn_Refresh.Location = new System.Drawing.Point(303, 12);
118
            this.btn_Refresh.Location = new System.Drawing.Point(353, 12);
119
            this.btn_Refresh.Name = "btn_Refresh";
119
            this.btn_Refresh.Name = "btn_Refresh";
120
            this.btn_Refresh.Size = new System.Drawing.Size(23, 23);
120
            this.btn_Refresh.Size = new System.Drawing.Size(23, 23);
121
            this.btn_Refresh.TabIndex = 1;
121
            this.btn_Refresh.TabIndex = 1;
122
            this.btn_Refresh.UseVisualStyleBackColor = true;
122
            this.btn_Refresh.UseVisualStyleBackColor = true;
123
            this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
123
            this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
124
            // 
124
            // 
125
            // btn_OpenShare
125
            // btn_OpenShare
126
            // 
126
            // 
127
            this.btn_OpenShare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
127
            this.btn_OpenShare.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
128
            this.btn_OpenShare.Location = new System.Drawing.Point(303, 258);
128
            this.btn_OpenShare.Location = new System.Drawing.Point(353, 258);
129
            this.btn_OpenShare.Name = "btn_OpenShare";
129
            this.btn_OpenShare.Name = "btn_OpenShare";
130
            this.btn_OpenShare.Size = new System.Drawing.Size(75, 40);
130
            this.btn_OpenShare.Size = new System.Drawing.Size(75, 40);
131
            this.btn_OpenShare.TabIndex = 6;
131
            this.btn_OpenShare.TabIndex = 6;
132
            this.btn_OpenShare.Text = "&Open Share";
132
            this.btn_OpenShare.Text = "&Open Share";
133
            this.btn_OpenShare.UseVisualStyleBackColor = true;
133
            this.btn_OpenShare.UseVisualStyleBackColor = true;
Line 136... Line 136...
136
            // ManageUserAccounts_Form
136
            // ManageUserAccounts_Form
137
            // 
137
            // 
138
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
138
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
139
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
139
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
140
            this.CancelButton = this.btn_Exit;
140
            this.CancelButton = this.btn_Exit;
141
            this.ClientSize = new System.Drawing.Size(390, 372);
141
            this.ClientSize = new System.Drawing.Size(440, 372);
142
            this.Controls.Add(this.btn_OpenShare);
142
            this.Controls.Add(this.btn_OpenShare);
143
            this.Controls.Add(this.btn_Refresh);
143
            this.Controls.Add(this.btn_Refresh);
144
            this.Controls.Add(this.btn_Share);
144
            this.Controls.Add(this.btn_Share);
145
            this.Controls.Add(this.btn_Pass);
145
            this.Controls.Add(this.btn_Pass);
146
            this.Controls.Add(this.btn_Exit);
146
            this.Controls.Add(this.btn_Exit);