root/trunk/Permissions.dfm

Revision 9, 2.5 kB (checked in by SnAIper, 1 year ago)

Я чуть-чуть поковырялся тут неделю назад, в общем просьба в сырце ничего не менять, т.к. у мну большие планы (всё-таки сделать из этого УДОБНЫЙ тулз, а не ХЗ что). Заливаю то, что пока есть, хотя тут почти ничего и нету :) Но начало положено.

  • Property svnmailer:content-charset set to cp1251
Line 
1 object FromAllowDeny: TFromAllowDeny
2   Left = 192
3   Top = 107
4   BorderStyle = bsToolWindow
5   Caption = #1056#1072#1088#1077#1096#1077#1085#1080#1103' '#1087#1077#1088#1077#1093#1086#1076#1086#1074' '#1090#1077#1088#1088#1077#1081#1085#1086#1074
6   ClientHeight = 300
7   ClientWidth = 469
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 lblFrom: TLabel
18     Left = 8
19     Top = 8
20     Width = 105
21     Height = 13
22     Caption = #1055#1077#1088#1077#1093#1086#1076' '#1089' '#1090#1077#1088#1088#1077#1081#1085#1072':'
23   end
24   object lblTo: TLabel
25     Left = 248
26     Top = 8
27     Width = 61
28     Height = 13
29     Caption = #1053#1072' '#1090#1077#1088#1088#1077#1081#1085':'
30   end
31   object lblState: TLabel
32     Left = 7
33     Top = 232
34     Width = 66
35     Height = 13
36     Caption = #1042' '#1089#1086#1089#1090#1086#1103#1085#1080#1080':'
37   end
38   object From: TListBox
39     Left = 8
40     Top = 24
41     Width = 217
42     Height = 201
43     ItemHeight = 13
44     TabOrder = 0
45   end
46   object To: TListBox
47     Left = 248
48     Top = 24
49     Width = 217
50     Height = 201
51     ItemHeight = 13
52     TabOrder = 1
53   end
54   object optDefault: TRadioButton
55     Left = 80
56     Top = 232
57     Width = 153
58     Height = 17
59     Caption = #1055#1086' '#1091#1084#1086#1083#1095#1072#1085#1080#1102' ('#1088#1072#1079#1088#1077#1096#1105#1085')'
60     TabOrder = 2
61   end
62   object optAllow: TRadioButton
63     Left = 80
64     Top = 256
65     Width = 161
66     Height = 17
67     Caption = #1056#1072#1079#1088#1077#1096#1105#1085' '#1103#1074#1085#1086
68     TabOrder = 3
69   end
70   object optDisallow: TRadioButton
71     Left = 80
72     Top = 280
73     Width = 161
74     Height = 17
75     Caption = #1047#1072#1087#1088#1077#1097#1105#1085' '#1103#1074#1085#1086
76     TabOrder = 4
77   end
78   object btnSavePermissions: TButton
79     Left = 248
80     Top = 232
81     Width = 217
82     Height = 25
83     Caption = #1055#1088#1080#1084#1077#1085#1080#1090#1100' '#1087#1088#1072#1074#1080#1083#1086
84     TabOrder = 5
85   end
86   object btnExitNafig: TButton
87     Left = 248
88     Top = 272
89     Width = 217
90     Height = 25
91     Caption = #1042#1099#1093#1086#1076' ('#1085#1077#1089#1086#1093#1088#1072#1085#1105#1085#1085#1072#1103' '#1080#1085#1092#1072' '#1087#1088#1086#1087#1072#1076#1105#1090')'
92     TabOrder = 6
93     OnClick = btnExitNafigClick
94   end
95 end
Note: See TracBrowser for help on using the browser.