home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 45 / SuperCD45.iso / talleres / cplusplus / ResizeDialog.dfm / ResizeDialog.txt
Encoding:
Text File  |  2000-05-29  |  3.2 KB  |  95 lines

  1. object Form1: TForm1
  2.   Left = 327
  3.   Top = 169
  4.   Width = 430
  5.   Height = 339
  6.   Caption = 'Resizable Form Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 5
  19.     Top = 270
  20.     Width = 410
  21.     Height = 2
  22.     Anchors = [akLeft, akRight, akBottom]
  23.     Shape = bsBottomLine
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 344
  27.     Top = 280
  28.     Width = 75
  29.     Height = 25
  30.     Anchors = [akRight, akBottom]
  31.     Caption = 'Cancel'
  32.     TabOrder = 0
  33.     OnClick = CancelBtnClick
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 265
  37.     Top = 280
  38.     Width = 75
  39.     Height = 25
  40.     Anchors = [akRight, akBottom]
  41.     Caption = '&OK'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = CancelBtnClick
  45.   end
  46.   object CDirectoryOutline1: TCDirectoryOutline
  47.     Left = 5
  48.     Top = 5
  49.     Width = 410
  50.     Height = 255
  51.     TabStop = True
  52.     Anchors = [akLeft, akTop, akRight, akBottom]
  53.     Color = 12320767
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clNavy
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ItemHeight = 16
  60.     Options = [ooDrawFocusRect, ooStretchBitmaps]
  61.     ParentColor = False
  62.     ParentFont = False
  63.     PictureLeaf.Data = {
  64.       46030000424D460300000000000036000000280000000E0000000E0000000100
  65.       2000000000001003000000000000000000000000000000000000800080808000
  66.       8000800080808000800080008080800080008000808080008000800080808000
  67.       8000800080808000800080008080800080008000808080008000800080808000
  68.       8000800080808000800080008080800080008000808080008000800080808000
  69.       8000800080808000800080008080800080008000808080008000800080808000
  70.       8000800080808000800080008080800080008000808080008000800080808000
  71.       8000800080000000000000000000000000000000000000000000000000000000
  72.       00000000000000000000000000808000800080008080800080000000000000FF
  73.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  74.       FF0000000080800080008000808080008000000000FFFFFFFF0000FFFFFFFFFF
  75.       FF0000FFFFFFFFFFFF0000FFFFFFFFFFFF0000FFFFFFFFFFFF00000000808000
  76.       800080008080800080000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  77.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF000000008080008000800080808000
  78.       8000000000FFFFFFFF0000FFFFFFFFFFFF0000FFFFFFFFFFFF0000FFFFFFFFFF
  79.       FF0000FFFFFFFFFFFF00000000808000800080008080800080000000000000FF
  80.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  81.       FF0000000080800080008000808080008000000000FFFFFFFF0000FFFFFFFFFF
  82.       FF0000FFFFFFFFFFFF0000FFFFFFFFFFFF0000FFFFFFFFFFFF00000000808000
  83.       8000800080808000800000000000000000000000000000000000000000000000
  84.       0000000000000000000000000000000000008000808080008000800080808000
  85.       80008000800000000000FFFFFF0000FFFF00FFFFFF0000FFFF00000000808000
  86.       8000800080808000800080008080800080008000808080008000800080808080
  87.       8000000000000000000000000000000000008080808080008000800080808000
  88.       8000800080808000800080008080800080008000808080008000800080808000
  89.       8000800080808000800080008080800080008000808080008000800080808000
  90.       80008000808080008000}
  91.     TabOrder = 2
  92.     Data = {10}
  93.   end
  94. end
  95.