source: cprs/trunk/BDK50/BDK32_P50/Samples D2006/RPCBroker/BrokerEx/fOkToTerminate.dfm@ 1678

Last change on this file since 1678 was 1678, checked in by healthsevak, 9 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 1.3 KB
Line 
1object frmOKToTerminate: TfrmOKToTerminate
2 Left = 325
3 Top = 214
4 Caption = 'Request To Close User Context'
5 ClientHeight = 166
6 ClientWidth = 371
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 frmOKToTerminate: TLabel
17 Left = 48
18 Top = 48
19 Width = 277
20 Height = 20
21 Caption = 'OK To Terminate This Application?'
22 Font.Charset = DEFAULT_CHARSET
23 Font.Color = clWindowText
24 Font.Height = -16
25 Font.Name = 'MS Sans Serif'
26 Font.Style = [fsBold]
27 ParentFont = False
28 end
29 object Label1: TLabel
30 Left = 37
31 Top = 16
32 Width = 296
33 Height = 17
34 Caption = 'User Context has been changed or cleared'
35 Font.Charset = DEFAULT_CHARSET
36 Font.Color = clWindowText
37 Font.Height = -13
38 Font.Name = 'MS Sans Serif'
39 Font.Style = [fsBold]
40 ParentFont = False
41 end
42 object btnYes: TButton
43 Left = 80
44 Top = 104
45 Width = 75
46 Height = 25
47 Caption = 'Yes'
48 ModalResult = 1
49 TabOrder = 0
50 end
51 object btnNo: TButton
52 Left = 216
53 Top = 104
54 Width = 75
55 Height = 25
56 Caption = 'No'
57 ModalResult = 7
58 TabOrder = 1
59 end
60end
Note: See TracBrowser for help on using the repository browser.