ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBTransactionEdit.dfm
Revision: 1
Committed: Mon Jul 31 16:43:00 2000 UTC (23 years, 9 months ago) by tony
File size: 2622 byte(s)
Log Message:
Borland IBX Open Source Release

File Contents

# User Rev Content
1 tony 1 object IBTransactionEditForm: TIBTransactionEditForm
2     Left = 247
3     Top = 213
4     ActiveControl = OKBtn
5     BorderStyle = bsDialog
6     BorderWidth = 5
7     Caption = 'Transaction Editor'
8     ClientHeight = 158
9     ClientWidth = 291
10     Color = clBtnFace
11     ParentFont = True
12     HelpFile = 'ibx.hlp'
13     OldCreateOrder = False
14     Position = poScreenCenter
15     OnCreate = FormCreate
16     PixelsPerInch = 96
17     TextHeight = 13
18     object GroupBox1: TGroupBox
19     Left = 0
20     Top = 0
21     Width = 291
22     Height = 124
23     Align = alClient
24     Caption = 'Transaction Properties'
25     TabOrder = 0
26     object Label1: TLabel
27     Left = 163
28     Top = 13
29     Width = 41
30     Height = 13
31     Caption = 'Se&ttings:'
32     FocusControl = TransactionParams
33     end
34     object rbSnapShot: TRadioButton
35     Left = 7
36     Top = 26
37     Width = 150
38     Height = 14
39     Caption = '&Snapshot'
40     TabOrder = 0
41     OnClick = rbSnapShotClick
42     end
43     object rbReadCommitted: TRadioButton
44     Left = 7
45     Top = 48
46     Width = 150
47     Height = 14
48     Caption = 'Read &Committed'
49     TabOrder = 1
50     OnClick = rbReadCommittedClick
51     end
52     object rbReadOnlyTableStability: TRadioButton
53     Left = 7
54     Top = 69
55     Width = 150
56     Height = 14
57     Caption = '&Read-Only Table Stability'
58     TabOrder = 2
59     OnClick = rbReadOnlyTableStabilityClick
60     end
61     object rbReadWriteTableStability: TRadioButton
62     Left = 7
63     Top = 91
64     Width = 150
65     Height = 14
66     Caption = 'Read-&Write Table Stability '
67     TabOrder = 3
68     OnClick = rbReadWriteTableStabilityClick
69     end
70     object TransactionParams: TMemo
71     Left = 163
72     Top = 26
73     Width = 126
74     Height = 95
75     Lines.Strings = (
76     '')
77     ScrollBars = ssBoth
78     TabOrder = 4
79     WordWrap = False
80     OnClick = TransactionParamsClick
81     OnExit = TransactionParamsExit
82     end
83     end
84     object Panel1: TPanel
85     Left = 0
86     Top = 124
87     Width = 291
88     Height = 34
89     Align = alBottom
90     BevelOuter = bvNone
91     BorderWidth = 5
92     TabOrder = 1
93     object HelpBtn: TButton
94     Left = 208
95     Top = 8
96     Width = 75
97     Height = 25
98     Caption = '&Help'
99     TabOrder = 0
100     OnClick = HelpBtnClick
101     end
102     object Cancelbtn: TButton
103     Left = 124
104     Top = 8
105     Width = 74
106     Height = 25
107     Cancel = True
108     Caption = 'Cancel'
109     ModalResult = 2
110     TabOrder = 2
111     end
112     object OKBtn: TButton
113     Left = 39
114     Top = 8
115     Width = 75
116     Height = 25
117     Caption = 'OK'
118     Default = True
119     TabOrder = 1
120     OnClick = OKBtnClick
121     end
122     end
123     end