root/trunk/BrowseDirForm.dfm

Revision 4, 1.1 kB (checked in by sagrer, 1 year ago)

Исходник помещен в trunk

  • Property svnmailer:content-charset set to cp1251
Line 
1 object BrowseDirF: TBrowseDirF
2   Left = 349
3   Top = 173
4   Width = 299
5   Height = 366
6   Caption = #1042#1099#1073#1077#1088#1080#1090#1077' '#1085#1091#1078#1085#1091#1102' '#1087#1072#1087#1082#1091
7   Color = clBtnFace
8   Font.Charset = DEFAULT_CHARSET
9   Font.Color = clWindowText
10   Font.Height = -11
11   Font.Name = 'MS Sans Serif'
12   Font.Style = []
13   OldCreateOrder = False
14   PixelsPerInch = 96
15   TextHeight = 13
16   object DirectoryListBox1: TDirectoryListBox
17     Left = 0
18     Top = 0
19     Width = 289
20     Height = 297
21     ItemHeight = 16
22     TabOrder = 0
23   end
24   object DriveComboBox1: TDriveComboBox
25     Left = 23
26     Top = 311
27     Width = 145
28     Height = 19
29     DirList = DirectoryListBox1
30     TabOrder = 1
31   end
32   object OkBut: TButton
33     Left = 184
34     Top = 304
35     Width = 75
36     Height = 17
37     Caption = #1054#1050
38     ModalResult = 1
39     TabOrder = 2
40     OnClick = OkButClick
41   end
42   object CancelBut: TButton
43     Left = 184
44     Top = 322
45     Width = 75
46     Height = 17
47     Caption = #1054#1090#1084#1077#1085#1072
48     ModalResult = 2
49     TabOrder = 3
50   end
51 end
Note: See TracBrowser for help on using the browser.