home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kolekce / d567 / FLEXCEL.ZIP / Demo / FlDemo / UFormatDialog.dfm < prev    next >
Encoding:
Text File  |  2002-10-06  |  2.4 KB  |  122 lines

  1. object FormatDialog: TFormatDialog
  2.   Left = 242
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Format:'
  6.   ClientHeight = 203
  7.   ClientWidth = 415
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 73
  22.     Height = 13
  23.     Caption = 'Format number:'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 152
  27.     Top = 0
  28.     Width = 1
  29.     Height = 161
  30.     Anchors = [akLeft, akTop, akBottom]
  31.     Shape = bsLeftLine
  32.   end
  33.   object BorderL: TShape
  34.     Left = 161
  35.     Top = 32
  36.     Width = 4
  37.     Height = 89
  38.     Anchors = [akLeft, akTop, akRight]
  39.   end
  40.   object BorderT: TShape
  41.     Left = 161
  42.     Top = 29
  43.     Width = 235
  44.     Height = 4
  45.     Anchors = [akLeft, akTop, akRight]
  46.   end
  47.   object BorderB: TShape
  48.     Left = 161
  49.     Top = 120
  50.     Width = 235
  51.     Height = 4
  52.     Anchors = [akLeft, akTop, akRight]
  53.   end
  54.   object BorderR: TShape
  55.     Left = 392
  56.     Top = 32
  57.     Width = 4
  58.     Height = 89
  59.     Anchors = [akLeft, akTop, akRight]
  60.   end
  61.   object DemoCell2: TPanel
  62.     Left = 165
  63.     Top = 33
  64.     Width = 227
  65.     Height = 87
  66.     BevelOuter = bvNone
  67.     TabOrder = 3
  68.   end
  69.   object ToolBar: TToolBar
  70.     Left = 0
  71.     Top = 165
  72.     Width = 415
  73.     Height = 38
  74.     Align = alBottom
  75.     AutoSize = True
  76.     ButtonHeight = 36
  77.     ButtonWidth = 54
  78.     Caption = 'ToolBar'
  79.     DisabledImages = DemoData.ImageList2
  80.     Flat = True
  81.     HotImages = DemoData.ImageList3
  82.     Images = DemoData.ImageList1
  83.     ParentShowHint = False
  84.     ShowCaptions = True
  85.     ShowHint = True
  86.     TabOrder = 0
  87.     object BtnSave: TToolButton
  88.       Left = 0
  89.       Top = 0
  90.       Caption = '      Ok     '
  91.       ImageIndex = 11
  92.       OnClick = BtnSaveClick
  93.     end
  94.     object BtnClose: TToolButton
  95.       Left = 54
  96.       Top = 0
  97.       Caption = 'Cancel'
  98.       ImageIndex = 12
  99.       OnClick = BtnCloseClick
  100.     end
  101.   end
  102.   object cbFormat: TListBox
  103.     Left = 8
  104.     Top = 32
  105.     Width = 137
  106.     Height = 121
  107.     Anchors = [akLeft, akTop, akBottom]
  108.     ItemHeight = 13
  109.     TabOrder = 1
  110.     OnClick = cbFormatClick
  111.   end
  112.   object DemoCell: TPanel
  113.     Left = 176
  114.     Top = 33
  115.     Width = 201
  116.     Height = 46
  117.     BevelOuter = bvNone
  118.     Caption = 'Demo Cell'
  119.     TabOrder = 2
  120.   end
  121. end
  122.