source: trunk/UNewRoom.dfm

Last change on this file was 2, checked in by george, 16 years ago

Přidáno: Ropracovaná verze 3.0

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1object NewRoom: TNewRoom
2 Left = 399
3 Top = 245
4 BorderStyle = bsDialog
5 Caption = 'Vytvo'#345'en'#237' m'#237'stnosti'
6 ClientHeight = 103
7 ClientWidth = 275
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 Position = poScreenCenter
16 OnShow = FormShow
17 DesignSize = (
18 275
19 103)
20 PixelsPerInch = 96
21 TextHeight = 13
22 object Label1: TLabel
23 Left = 8
24 Top = 8
25 Width = 114
26 Height = 13
27 Caption = 'Zadejte jm'#233'no m'#237'stnosti:'
28 end
29 object Button2: TButton
30 Left = 144
31 Top = 70
32 Width = 75
33 Height = 25
34 Caption = 'Cancel'
35 TabOrder = 0
36 OnClick = Button2Click
37 end
38 object CheckBox1: TCheckBox
39 Left = 8
40 Top = 48
41 Width = 121
42 Height = 17
43 Caption = 'Soukrom'#225' m'#237'stnost'
44 TabOrder = 1
45 end
46 object Button1: TButton
47 Left = 61
48 Top = 71
49 Width = 68
50 Height = 25
51 Caption = 'Ok'
52 TabOrder = 2
53 OnClick = Button1Click
54 end
55 object Edit1: TEdit
56 Left = 8
57 Top = 22
58 Width = 259
59 Height = 21
60 Anchors = [akLeft, akTop, akRight]
61 TabOrder = 3
62 end
63end
Note: See TracBrowser for help on using the repository browser.