home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / zkuste / delphi / kompon / d23456 / COOLTRAY.ZIP / demos / TextTrayTest / TtMain.dfm / TtMain.txt < prev   
Text File  |  2002-04-07  |  5KB  |  262 lines

  1. object MainForm: TMainForm
  2.   Left = 403
  3.   Top = 350
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TextTrayIcon Test'
  7.   ClientHeight = 315
  8.   ClientWidth = 263
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button7: TButton
  22.     Left = 155
  23.     Top = 131
  24.     Width = 95
  25.     Height = 25
  26.     Caption = 'E&xit'
  27.     TabOrder = 4
  28.     OnClick = Button7Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 155
  32.     Top = 47
  33.     Width = 95
  34.     Height = 25
  35.     Caption = '&Loop chars'
  36.     TabOrder = 2
  37.     OnClick = Button2Click
  38.   end
  39.   object Button1: TButton
  40.     Left = 155
  41.     Top = 15
  42.     Width = 95
  43.     Height = 25
  44.     Caption = 'Loop &numbers'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button3: TButton
  49.     Left = 155
  50.     Top = 79
  51.     Width = 95
  52.     Height = 25
  53.     Caption = '&Stop loop'
  54.     TabOrder = 3
  55.     OnClick = Button3Click
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Left = 11
  59.     Top = 10
  60.     Width = 122
  61.     Height = 293
  62.     Caption = ' Appearance '
  63.     TabOrder = 0
  64.     object Label1: TLabel
  65.       Left = 15
  66.       Top = 24
  67.       Width = 24
  68.       Height = 13
  69.       Caption = '&Text:'
  70.       FocusControl = Edit1
  71.     end
  72.     object Label2: TLabel
  73.       Left = 15
  74.       Top = 180
  75.       Width = 38
  76.       Height = 13
  77.       Caption = '&OffsetX:'
  78.     end
  79.     object Label3: TLabel
  80.       Left = 15
  81.       Top = 208
  82.       Width = 38
  83.       Height = 13
  84.       Caption = 'Offset&Y:'
  85.     end
  86.     object Label4: TLabel
  87.       Left = 15
  88.       Top = 236
  89.       Width = 45
  90.       Height = 13
  91.       Caption = 'Line &dist.:'
  92.     end
  93.     object Edit1: TEdit
  94.       Left = 63
  95.       Top = 20
  96.       Width = 44
  97.       Height = 21
  98.       Ctl3D = True
  99.       MaxLength = 9
  100.       ParentCtl3D = False
  101.       TabOrder = 0
  102.       Text = 'Yo'
  103.       OnChange = Edit1Change
  104.     end
  105.     object Button4: TButton
  106.       Left = 12
  107.       Top = 73
  108.       Width = 95
  109.       Height = 25
  110.       Caption = '&Font...'
  111.       TabOrder = 2
  112.       OnClick = Button4Click
  113.     end
  114.     object CheckBox1: TCheckBox
  115.       Left = 13
  116.       Top = 48
  117.       Width = 63
  118.       Height = 17
  119.       Alignment = taLeftJustify
  120.       Caption = '&Border'
  121.       TabOrder = 1
  122.       OnClick = CheckBox1Click
  123.     end
  124.     object Button5: TButton
  125.       Left = 12
  126.       Top = 105
  127.       Width = 95
  128.       Height = 25
  129.       Caption = '&Color...'
  130.       TabOrder = 3
  131.       OnClick = Button5Click
  132.     end
  133.     object Button6: TButton
  134.       Left = 12
  135.       Top = 137
  136.       Width = 95
  137.       Height = 25
  138.       Caption = 'B&order color...'
  139.       TabOrder = 4
  140.       OnClick = Button6Click
  141.     end
  142.     object Edit2: TEdit
  143.       Left = 63
  144.       Top = 176
  145.       Width = 29
  146.       Height = 21
  147.       TabOrder = 5
  148.       Text = '0'
  149.       OnChange = Edit2Change
  150.     end
  151.     object UpDown2: TUpDown
  152.       Left = 92
  153.       Top = 176
  154.       Width = 15
  155.       Height = 21
  156.       Associate = Edit2
  157.       Min = -10
  158.       Max = 10
  159.       Position = 0
  160.       TabOrder = 6
  161.       Wrap = False
  162.     end
  163.     object Edit3: TEdit
  164.       Left = 63
  165.       Top = 204
  166.       Width = 29
  167.       Height = 21
  168.       TabOrder = 7
  169.       Text = '0'
  170.       OnChange = Edit3Change
  171.     end
  172.     object UpDown3: TUpDown
  173.       Left = 92
  174.       Top = 204
  175.       Width = 15
  176.       Height = 21
  177.       Associate = Edit3
  178.       Min = -10
  179.       Max = 10
  180.       Position = 0
  181.       TabOrder = 8
  182.       Wrap = False
  183.     end
  184.     object Edit4: TEdit
  185.       Left = 63
  186.       Top = 232
  187.       Width = 29
  188.       Height = 21
  189.       TabOrder = 9
  190.       Text = '0'
  191.       OnChange = Edit4Change
  192.     end
  193.     object UpDown4: TUpDown
  194.       Left = 92
  195.       Top = 232
  196.       Width = 15
  197.       Height = 21
  198.       Associate = Edit4
  199.       Min = -10
  200.       Max = 10
  201.       Position = 0
  202.       TabOrder = 10
  203.       Wrap = False
  204.     end
  205.     object CheckBox2: TCheckBox
  206.       Left = 13
  207.       Top = 264
  208.       Width = 63
  209.       Height = 17
  210.       Alignment = taLeftJustify
  211.       Caption = 'Bg. &icon'
  212.       TabOrder = 11
  213.       OnClick = CheckBox2Click
  214.     end
  215.   end
  216.   object Timer1: TTimer
  217.     Enabled = False
  218.     Interval = 200
  219.     OnTimer = Timer1Timer
  220.     Left = 192
  221.     Top = 172
  222.   end
  223.   object FontDialog1: TFontDialog
  224.     Font.Charset = DEFAULT_CHARSET
  225.     Font.Color = clWindowText
  226.     Font.Height = -11
  227.     Font.Name = 'MS Sans Serif'
  228.     Font.Style = []
  229.     MinFontSize = 0
  230.     MaxFontSize = 0
  231.     Left = 208
  232.     Top = 172
  233.   end
  234.   object ColorDialog1: TColorDialog
  235.     Ctl3D = True
  236.     Left = 224
  237.     Top = 172
  238.   end
  239.   object TrayIcon1: TTextTrayIcon
  240.     CycleInterval = 0
  241.     ShowHint = False
  242.     Icon.Data = {<image000.ico>}
  243.     IconVisible = True
  244.     IconIndex = 0
  245.     OnMouseDown = TrayIcon1MouseDown
  246.     BackgroundIcon.Data = {<image001.unknown>}
  247.     Text = 'X'
  248.     Font.Charset = ANSI_CHARSET
  249.     Font.Color = clNavy
  250.     Font.Height = -9
  251.     Font.Name = 'Small Fonts'
  252.     Font.Style = []
  253.     Color = clYellow
  254.     Border = False
  255.     Options.OffsetX = 0
  256.     Options.OffsetY = 0
  257.     Options.LineDistance = 0
  258.     Left = 152
  259.     Top = 172
  260.   end
  261. end
  262.