eLeft;
//
//userRightsComboBox
//. userRightsComboBox. FormattingEnabled=true ;. userRightsComboBox. Items. AddRange (new object [] {
Читання ,
Читання/Запис ,
Читання/Запис/Редагування });
this. userRightsComboBox. Location=new System. Drawing. Point (155, 97) ;. userRightsComboBox. Name= userRightsComboBox raquo ;;. userRightsComboBox. Size=new System. Drawing. Size (121, 21) ;. userRightsComboBox. TabIndex=3 ;. userRightsComboBox. SelectedIndexChanged +=new System. EventHandler (this. UserRights_TextUpdate) ;. userRightsComboBox. TextUpdate +=new System. EventHandler (this. UserRights_TextUpdate) ;. userRightsComboBox. KeyPress +=new System. Windows. Forms. KeyPressEventHandler (this. OnKeyPress_ComboBox);
//
//userPasswordLabel
//. userPasswordLabel. Font=new System. Drawing. Font ( Microsoft Sans Serif raquo ;, 10F, System. Drawing. FontStyle. Regular, System. Drawing. GraphicsUnit. Point, ((byte) (204))) ;. userPasswordLabel. Location=new System. Drawing. Point (12, 121) ;. userPasswordLabel. Name= userPasswordLabel raquo ;;. userPasswordLabel. Size=new System. Drawing. Size (137, 23) ;. userPasswordLabel. TabIndex=8 ;. userPasswordLabel. Text= Пароль: raquo ;;. userPasswordLabel. TextAlign=System. Drawing. ContentAlignment. MiddleLeft ;. userPasswordLabel. Visible=false;
//
//userPasswordTextBox
//. userPasswordTextBox. Location=new System. Drawing. Point (155, 124) ;. userPasswordTextBox. Name= userPasswordTextBox raquo ;;. userPasswordTextBox. Size=new System. Drawing. Size (121, 20) ;. userPasswordTextBox. TabIndex=4 ;. userPasswordTextBox. Visible=false ;. userPasswordTextBox. KeyPress +=new System. Windows. Forms. KeyPressEventHandler (this. OnKeyPress_passwordField);
//
//userButton
//. userButton. Location=new System. Drawing. Point (155, 159) ;. userButton. Name= userButton raquo ;;. userButton. Size=new System. Drawing. Size (121, 23) ;. userButton. TabIndex=5 ;. userButton. Text= Створити raquo ;;. userButton. UseVisualStyleBackColor=true ;. userButton. Visible=false ;. userButton. Click +=new System. EventHandler (this. OnCreateButton_Click);
//
//userNameLabel
//. userNameLabel. Font=new System. Drawing. Font ( Microsoft Sans Serif raquo ;, 10F, System. Drawing. FontStyle. Regular, System. Drawing. GraphicsUnit. Point, ((byte) (204))) ;. userNameLabel. Location=new System. Drawing. Point (12, 43) ;. userNameLabel. Name= userNameLabel raquo ;;. userNameLabel. Size=new System. Drawing. Size (137, 23) ;. userNameLabel. TabIndex=1 ;. userNameLabel. Text= Ім'я користувача: raquo ;;. userNameLabel. TextAlign=System. Drawing. ContentAlignment. MiddleLeft;
//
//userNameTextBox
//. userNameTextBox. Location=new System. Drawing. Point (155, 46) ;. userNameTextBox. Name= userNameTextBox raquo ;;. userNameTextBox. Size=new System. Drawing. Size (121, 20) ;. userNameTextBox. TabIndex=1 ;. userNameTextBox. TextChanged +=new System. EventHandler (this. UserName_TextChanged);
//
//userForm
//. AutoScaleDimensions=new System. Drawing. SizeF (6F, 13F) ;. AutoScaleMode=System. Windows. Forms. AutoScaleMode. Font ;. ClientSize=new System. Drawing. Size (295, 194) ;. Controls. Add (this. UserNameTextBox) ;. Controls. Add (this. UserNameLabel) ;. Controls. Add (this. UserButton) ;. Controls. Add (this. UserPasswordTextBox) ;. Controls. Add (this. UserPasswordLabel) ;. Controls. Add (this. UserRightsComboBox) ;. Controls. Add (this. UserRightsLabel) ;. Controls. Add (this. UserTypeComboBox) ;. Controls. Add (this. UserTypeLabel) ;. Controls. Add (this. UserLabel) ;. FormBorderStyle=System. Windows. Forms. FormBorderStyle. FixedDialog ;. MaximizeBox=false ;. MinimizeBox=false;
this. Name= userForm raquo ;;. Text= Додавання користувача raquo ;;
this. ResumeLayout (false) ;. PerformLayout ();
}
# endregionSystem. Windows. Forms. Label userLabel; System. Windows. Forms. Label userTypeLabel; System. Windows. FormsboBox userTypeComboBox; System. Windows. Forms. Label userRightsLabel; System. Windows. FormsboBox userRightsComboBox; System. Windows. Forms. Label userPasswordLabel; System. Windows. F...