source: trunk/Search.dfm

Last change on this file was 6, checked in by george, 15 years ago
  • Přesunuto: Hlavní vývojová větev přesunuta do podsložky trunk.
File size: 1.1 KB
Line 
1object Form8: TForm8
2 Left = 285
3 Top = 114
4 BorderStyle = bsDialog
5 Caption = 'Datab'#225'ze informac'#237' o sv'#283't'#283' WoW'
6 ClientHeight = 109
7 ClientWidth = 309
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 Label1: TLabel
18 Left = 104
19 Top = 48
20 Width = 82
21 Height = 13
22 Caption = 'Vyhledat pomoc'#237':'
23 end
24 object Edit1: TEdit
25 Left = 8
26 Top = 8
27 Width = 297
28 Height = 21
29 TabOrder = 0
30 end
31 object Button1: TButton
32 Left = 216
33 Top = 32
34 Width = 89
35 Height = 25
36 Caption = 'wowhead.com'
37 TabOrder = 1
38 OnClick = Button1Click
39 end
40 object Button2: TButton
41 Left = 216
42 Top = 56
43 Width = 89
44 Height = 25
45 Caption = 'thottbot.com'
46 TabOrder = 2
47 OnClick = Button2Click
48 end
49 object Button3: TButton
50 Left = 216
51 Top = 80
52 Width = 89
53 Height = 25
54 Caption = 'allakhazam.com'
55 TabOrder = 3
56 OnClick = Button3Click
57 end
58end
Note: See TracBrowser for help on using the repository browser.