Advertisement
carlosfeitozafilho

UFormLogin.dfm

Jun 18th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.89 KB | None | 0 0
  1. object FormLogin: TFormLogin
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'FormLogin'
  5.   ClientHeight = 154
  6.   ClientWidth = 232
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object EDIT2: TEdit
  17.     Left = 54
  18.     Top = 12
  19.     Width = 121
  20.     Height = 21
  21.     TabOrder = 0
  22.     Text = 'EDIT2'
  23.   end
  24.   object EDIT3: TEdit
  25.     Left = 54
  26.     Top = 54
  27.     Width = 121
  28.     Height = 21
  29.     TabOrder = 1
  30.     Text = 'EDIT3'
  31.   end
  32.   object BUTN1: TButton
  33.     Left = 24
  34.     Top = 115
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     ModalResult = 1
  39.     TabOrder = 2
  40.   end
  41.   object BUTN2: TButton
  42.     Left = 138
  43.     Top = 121
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Cancelar'
  47.     ModalResult = 2
  48.     TabOrder = 3
  49.   end
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement