root/trunk/KeyChangerForm.dfm

Revision 1, 1.2 kB (checked in by sagrer, 10 months ago)

Заливаю исходник.

  • Property svnmailer:content-charset set to cp1251
Line 
1 object KeyChangerF: TKeyChangerF
2   Left = 418
3   Top = 295
4   BorderStyle = bsDialog
5   Caption = #1057#1084#1077#1085#1072' '#1082#1083#1102#1095#1072' '#1089#1082#1088#1080#1087#1090#1072
6   ClientHeight = 99
7   ClientWidth = 241
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   PixelsPerInch = 96
17   TextHeight = 13
18   object Label2: TLabel
19     Left = 66
20     Top = 8
21     Width = 108
22     Height = 13
23     Caption = #1042#1074#1077#1076#1080#1090#1077' '#1085#1086#1074#1099#1081' '#1082#1083#1102#1095':'
24   end
25   object KeyEditF: TEdit
26     Left = 8
27     Top = 32
28     Width = 225
29     Height = 21
30     TabOrder = 0
31   end
32   object OkBut: TButton
33     Left = 35
34     Top = 65
35     Width = 75
36     Height = 25
37     Caption = #1055#1088#1080#1085#1103#1090#1100
38     TabOrder = 1
39     OnClick = OkButClick
40   end
41   object CancelBut: TButton
42     Left = 131
43     Top = 65
44     Width = 75
45     Height = 25
46     Caption = #1040#1040#1040#1090#1084#1077#1085#1072
47     TabOrder = 2
48     OnClick = CancelButClick
49   end
50 end
Note: See TracBrowser for help on using the browser.