Advertisement
carlosfeitozafilho

UFormPrincipal.dfm

Jun 18th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.90 KB | None | 0 0
  1. object FormPrincipal: TFormPrincipal
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'FormPrincipal'
  5.   ClientHeight = 305
  6.   ClientWidth = 582
  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 MEMO2: TMemo
  17.     Left = 60
  18.     Top = 84
  19.     Width = 185
  20.     Height = 89
  21.     Lines.Strings = (
  22.       'MEMO2')
  23.     TabOrder = 0
  24.   end
  25.   object EDIT2: TEdit
  26.     Left = 60
  27.     Top = 216
  28.     Width = 121
  29.     Height = 21
  30.     TabOrder = 1
  31.     Text = 'EDIT2'
  32.   end
  33.   object VLED1: TValueListEditor
  34.     Left = 251
  35.     Top = -3
  36.     Width = 306
  37.     Height = 300
  38.     TabOrder = 2
  39.   end
  40.   object BUTN1: TButton
  41.     Left = 100
  42.     Top = 261
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'BUTN1'
  46.     TabOrder = 3
  47.     OnClick = BUTN1Click
  48.   end
  49. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement