home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / ctenari / Radlite / Subedit / Subedit.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2001-01-02  |  3KB  |  148 lines

  1. object Form2: TForm2
  2.   Left = 211
  3.   Top = 178
  4.   BorderStyle = bsDialog
  5.   Caption = 'Editing...'
  6.   ClientHeight = 243
  7.   ClientWidth = 555
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 208
  20.     Width = 555
  21.     Height = 35
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 0
  26.       Top = 0
  27.       Width = 555
  28.       Height = 3
  29.       Align = alTop
  30.       Shape = bsTopLine
  31.     end
  32.     object Button1: TButton
  33.       Left = 467
  34.       Top = 7
  35.       Width = 75
  36.       Height = 25
  37.       Caption = 'OK'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       TabOrder = 0
  45.       OnClick = Button1Click
  46.     end
  47.     object Button2: TButton
  48.       Left = 384
  49.       Top = 7
  50.       Width = 75
  51.       Height = 25
  52.       Caption = 'Cancel'
  53.       TabOrder = 1
  54.       OnClick = Button2Click
  55.     end
  56.   end
  57.   object GroupBox2: TGroupBox
  58.     Left = 5
  59.     Top = 2
  60.     Width = 545
  61.     Height = 65
  62.     Caption = 'Time'
  63.     TabOrder = 2
  64.     object Label1: TLabel
  65.       Left = 144
  66.       Top = 16
  67.       Width = 23
  68.       Height = 13
  69.       Caption = 'From'
  70.     end
  71.     object Label2: TLabel
  72.       Left = 280
  73.       Top = 16
  74.       Width = 13
  75.       Height = 13
  76.       Caption = 'To'
  77.     end
  78.     object Label3: TLabel
  79.       Left = 8
  80.       Top = 16
  81.       Width = 68
  82.       Height = 13
  83.       Caption = 'Previous Ends'
  84.     end
  85.     object Label4: TLabel
  86.       Left = 416
  87.       Top = 16
  88.       Width = 52
  89.       Height = 13
  90.       Caption = 'Next Starts'
  91.     end
  92.     object Edit1: TEdit
  93.       Left = 144
  94.       Top = 32
  95.       Width = 121
  96.       Height = 21
  97.       TabOrder = 0
  98.     end
  99.     object Edit2: TEdit
  100.       Left = 280
  101.       Top = 32
  102.       Width = 121
  103.       Height = 21
  104.       TabOrder = 1
  105.     end
  106.     object Edit3: TEdit
  107.       Left = 8
  108.       Top = 32
  109.       Width = 121
  110.       Height = 21
  111.       Color = clScrollBar
  112.       ReadOnly = True
  113.       TabOrder = 2
  114.     end
  115.     object Edit4: TEdit
  116.       Left = 416
  117.       Top = 32
  118.       Width = 121
  119.       Height = 21
  120.       Color = clScrollBar
  121.       ReadOnly = True
  122.       TabOrder = 3
  123.     end
  124.   end
  125.   object GroupBox1: TGroupBox
  126.     Left = 13
  127.     Top = 72
  128.     Width = 529
  129.     Height = 129
  130.     Caption = 'Text'
  131.     TabOrder = 1
  132.     object Memo1: TMemo
  133.       Left = 8
  134.       Top = 16
  135.       Width = 513
  136.       Height = 105
  137.       Alignment = taCenter
  138.       Font.Charset = EASTEUROPE_CHARSET
  139.       Font.Color = clWindowText
  140.       Font.Height = -27
  141.       Font.Name = 'Arial'
  142.       Font.Style = [fsBold]
  143.       ParentFont = False
  144.       TabOrder = 0
  145.     end
  146.   end
  147. end
  148.