root/trunk/CheckShablForm.dfm

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

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

  • Property svnmailer:content-charset set to cp1251
Line 
1 object CheckShablF: TCheckShablF
2   Left = 417
3   Top = 255
4   BorderStyle = bsDialog
5   Caption = #1042#1099#1073#1077#1088#1080#1090#1077' '#1096#1072#1073#1083#1086#1085':'
6   ClientHeight = 269
7   ClientWidth = 306
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   PixelsPerInch = 96
18   TextHeight = 13
19   object ShabList: TListBox
20     Left = 3
21     Top = 3
22     Width = 220
23     Height = 264
24     ItemHeight = 13
25     TabOrder = 0
26     OnClick = ShabListClick
27   end
28   object OkBut: TButton
29     Left = 229
30     Top = 8
31     Width = 75
32     Height = 25
33     Caption = #1054#1050
34     TabOrder = 1
35     OnClick = OkButClick
36   end
37   object CancelBut: TButton
38     Left = 229
39     Top = 39
40     Width = 75
41     Height = 25
42     Caption = #1054#1090#1084#1077#1085#1072
43     TabOrder = 2
44     OnClick = CancelButClick
45   end
46 end
Note: See TracBrowser for help on using the browser.