Subversion Repositories simple_log_event

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 daniel-mar 1
object Form1: TForm1
2
  Left = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft Simple Event Log Setup'
5
  ClientHeight = 530
6
  ClientWidth = 784
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  OnShow = FormShow
15
  DesignSize = (
16
    784
17
    530)
18
  PixelsPerInch = 96
19
  TextHeight = 13
20
  object GroupBox1: TGroupBox
21
    Left = 8
22
    Top = 8
23
    Width = 768
24
    Height = 209
25
    Anchors = [akLeft, akTop, akRight]
26
    Caption = 'Status of installation / registration'
27
    TabOrder = 0
28
    DesignSize = (
29
      768
30
      209)
31
    object Label1: TLabel
32
      Left = 24
33
      Top = 29
34
      Width = 28
35
      Height = 13
36
      Caption = '32-Bit'
37
    end
38
    object Label2: TLabel
39
      Left = 24
40
      Top = 80
41
      Width = 28
42
      Height = 13
43
      Caption = '64-Bit'
44
    end
45
    object Label3: TLabel
46
      Left = 24
47
      Top = 142
48
      Width = 311
49
      Height = 13
50
      Caption = 
51
        'The installation and registration of the DLL files has two reaso' +
52
        'ns:'
53
    end
54
    object Label4: TLabel
55
      Left = 24
56
      Top = 161
57
      Width = 351
58
      Height = 13
59
      Caption = 
60
        '1. It offers a COM Interface for applications to use in order to' +
61
        ' log events'
62
    end
63
    object Label5: TLabel
64
      Left = 24
65
      Top = 180
66
      Width = 504
67
      Height = 13
68
      Caption = 
69
        '2. It is required in the definition of a "Log Event Provider" wh' +
70
        'ich is required by the Windows Event Viewer'
71
    end
72
    object Edit1: TEdit
73
      Left = 24
74
      Top = 48
75
      Width = 720
76
      Height = 21
77
      Anchors = [akLeft, akTop, akRight]
78
      Enabled = False
79
      TabOrder = 0
80
      Text = 'Edit1'
81
    end
82
    object Button1: TButton
83
      Left = 581
84
      Top = 142
85
      Width = 163
86
      Height = 25
87
      Anchors = [akTop, akRight]
88
      Caption = 'Re-Install'
89
      TabOrder = 1
90
      OnClick = Button1Click
91
    end
92
    object Edit2: TEdit
93
      Left = 24
94
      Top = 99
95
      Width = 720
96
      Height = 21
97
      Anchors = [akLeft, akTop, akRight]
98
      Enabled = False
99
      TabOrder = 2
100
      Text = 'Edit1'
101
    end
102
  end
103
  object GroupBox2: TGroupBox
104
    Left = 8
105
    Top = 232
106
    Width = 768
107
    Height = 290
108
    Anchors = [akLeft, akTop, akRight, akBottom]
109
    Caption = 'Registered Log Sources'
110
    TabOrder = 1
111
    DesignSize = (
112
      768
113
      290)
114
    object Label6: TLabel
115
      Left = 272
116
      Top = 32
117
      Width = 371
118
      Height = 13
119
      Caption = 
120
        'Here, you can register Log Event Source names your applications ' +
121
        'should use.'
122
    end
123
    object Label7: TLabel
124
      Left = 272
125
      Top = 51
126
      Width = 297
127
      Height = 13
128
      Caption = 'If an application logs an event with an unknown source name,'
129
    end
130
    object Label8: TLabel
131
      Left = 272
132
      Top = 70
133
      Width = 353
134
      Height = 13
135
      Caption = 
136
        'you will see an error message in the Windows Event Viewer simila' +
137
        'r to this:'
138
    end
139
    object Label9: TLabel
140
      Left = 272
141
      Top = 89
142
      Width = 382
143
      Height = 13
144
      Caption = 
145
        '                     "The description for Event ID ... from sour' +
146
        'ce ... cannot be found")'
147
    end
148
    object Label10: TLabel
149
      Left = 272
150
      Top = 108
151
      Width = 461
152
      Height = 13
153
      Caption = 
154
        'However, the original message is still readable. But it is still' +
155
        ' more ccorrect to register the source.'
156
    end
157
    object ListBox1: TListBox
158
      Left = 24
159
      Top = 32
160
      Width = 217
161
      Height = 234
162
      Anchors = [akLeft, akTop, akBottom]
163
      ItemHeight = 13
164
      TabOrder = 0
165
    end
166
    object Edit3: TEdit
167
      Left = 353
168
      Top = 241
169
      Width = 136
170
      Height = 21
171
      Anchors = [akLeft, akBottom]
172
      TabOrder = 1
173
    end
174
    object Button2: TButton
175
      Left = 272
176
      Top = 241
177
      Width = 75
178
      Height = 25
179
      Anchors = [akLeft, akBottom]
180
      Caption = 'Add new:'
181
      TabOrder = 2
182
      OnClick = Button2Click
183
    end
184
    object Button3: TButton
185
      Left = 272
186
      Top = 194
187
      Width = 129
188
      Height = 25
189
      Anchors = [akLeft, akBottom]
190
      Caption = 'Delete selected'
191
      TabOrder = 3
192
      OnClick = Button3Click
193
    end
194
  end
195
end