home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / delphi / kolekce / d56 / FLEXCEL.ZIP / BiffEdit / UEditDialog.dfm < prev    next >
Text File  |  2002-05-13  |  2KB  |  121 lines

  1. object EditDialog: TEditDialog
  2.   Left = 328
  3.   Top = 197
  4.   Width = 463
  5.   Height = 291
  6.   Caption = 'Edit Record'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel2: TBevel
  17.     Left = 8
  18.     Top = 3
  19.     Width = 441
  20.     Height = 198
  21.     Anchors = [akLeft, akTop, akRight, akBottom]
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 8
  27.     Width = 9
  28.     Height = 13
  29.     Caption = 'Id'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 88
  33.     Top = 8
  34.     Width = 20
  35.     Height = 13
  36.     Caption = 'Size'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 16
  40.     Top = 56
  41.     Width = 23
  42.     Height = 13
  43.     Caption = 'Data'
  44.   end
  45.   object lblVersion: TLabel
  46.     Left = 168
  47.     Top = 8
  48.     Width = 35
  49.     Height = 13
  50.     Caption = 'Version'
  51.   end
  52.   object edId: TEdit
  53.     Left = 16
  54.     Top = 24
  55.     Width = 57
  56.     Height = 21
  57.     MaxLength = 4
  58.     TabOrder = 0
  59.     Text = 'edId'
  60.   end
  61.   object edSize: TEdit
  62.     Left = 88
  63.     Top = 24
  64.     Width = 57
  65.     Height = 21
  66.     TabOrder = 1
  67.     Text = 'Edit1'
  68.   end
  69.   object edData: TRichEdit
  70.     Left = 16
  71.     Top = 72
  72.     Width = 425
  73.     Height = 121
  74.     Anchors = [akLeft, akTop, akRight, akBottom]
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -12
  78.     Font.Name = 'Courier New'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     ScrollBars = ssVertical
  82.     TabOrder = 2
  83.     OnSelectionChange = edDataSelectionChange
  84.   end
  85.   object btnOk: TBitBtn
  86.     Left = 286
  87.     Top = 213
  88.     Width = 75
  89.     Height = 25
  90.     Anchors = [akRight, akBottom]
  91.     TabOrder = 3
  92.     OnClick = btnOkClick
  93.     Kind = bkOK
  94.   end
  95.   object btnCancel: TBitBtn
  96.     Left = 374
  97.     Top = 213
  98.     Width = 75
  99.     Height = 25
  100.     Anchors = [akRight, akBottom]
  101.     TabOrder = 4
  102.     Kind = bkCancel
  103.   end
  104.   object edVersion: TEdit
  105.     Left = 168
  106.     Top = 24
  107.     Width = 81
  108.     Height = 21
  109.     TabOrder = 5
  110.     Text = 'edVersion'
  111.   end
  112.   object StatusBar: TStatusBar
  113.     Left = 0
  114.     Top = 245
  115.     Width = 455
  116.     Height = 19
  117.     Panels = <>
  118.     SimplePanel = False
  119.   end
  120. end
  121.