ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibmodifysqleditor.lfm
Revision: 5
Committed: Fri Feb 18 16:26:16 2011 UTC (13 years, 2 months ago) by tony
File size: 2520 byte(s)
Log Message:
Committing updates for Release pre-release

File Contents

# User Rev Content
1 tony 5 object IBModifySQLEditorForm: TIBModifySQLEditorForm
2     Left = 330
3     Height = 438
4     Top = 215
5     Width = 749
6     ActiveControl = TableNamesCombo
7     Caption = 'Modify SQL Editor'
8     ClientHeight = 438
9     ClientWidth = 749
10     OnShow = FormShow
11     LCLVersion = '0.9.28.2'
12     object Label1: TLabel
13     Left = 16
14     Height = 19
15     Top = 16
16     Width = 87
17     Caption = 'Table Name'
18     ParentColor = False
19     end
20     object Label2: TLabel
21     Left = 19
22     Height = 19
23     Top = 84
24     Width = 41
25     Caption = 'Fields'
26     ParentColor = False
27     end
28     object Label3: TLabel
29     Left = 279
30     Height = 19
31     Top = 16
32     Width = 29
33     Caption = 'SQL'
34     ParentColor = False
35     end
36     object Label4: TLabel
37     Left = 23
38     Height = 19
39     Top = 285
40     Width = 93
41     Caption = 'Primary Keys'
42     ParentColor = False
43     end
44     object SQLText: TMemo
45     Left = 279
46     Height = 328
47     Top = 36
48     Width = 439
49     ScrollBars = ssVertical
50     TabOrder = 0
51     end
52     object Button1: TButton
53     Left = 552
54     Height = 30
55     Top = 380
56     Width = 72
57     Caption = 'OK'
58     Default = True
59     ModalResult = 1
60     TabOrder = 1
61     end
62     object Button2: TButton
63     Left = 640
64     Height = 30
65     Top = 380
66     Width = 72
67     Cancel = True
68     Caption = 'Cancel'
69     ModalResult = 2
70     TabOrder = 2
71     end
72     object TableNamesCombo: TComboBox
73     Left = 23
74     Height = 30
75     Top = 38
76     Width = 201
77     ItemHeight = 0
78     OnCloseUp = TableNamesComboCloseUp
79     ParentColor = True
80     TabOrder = 3
81     end
82     object FieldList: TListBox
83     Left = 21
84     Height = 170
85     Hint = 'Select Fields to include in Update Statement, or leave unselected to select all'
86     Top = 102
87     Width = 204
88     ItemHeight = 0
89     MultiSelect = True
90     OnDblClick = FieldListDblClick
91     ParentShowHint = False
92     ShowHint = True
93     TabOrder = 4
94     TopIndex = -1
95     end
96     object Button3: TButton
97     Left = 280
98     Height = 30
99     Top = 380
100     Width = 112
101     AutoSize = True
102     Caption = 'Generate SQL'
103     OnClick = Button3Click
104     TabOrder = 5
105     end
106     object Button4: TButton
107     Left = 416
108     Height = 30
109     Top = 380
110     Width = 66
111     Caption = 'Test'
112     OnClick = Button4Click
113     TabOrder = 6
114     end
115     object QuoteFields: TCheckBox
116     Left = 16
117     Height = 22
118     Top = 380
119     Width = 144
120     Caption = '&Quote Identifiers'
121     TabOrder = 7
122     end
123     object PrimaryKeyList: TListBox
124     Left = 23
125     Height = 59
126     Top = 304
127     Width = 200
128     ItemHeight = 0
129     OnDblClick = PrimaryKeyListDblClick
130     TabOrder = 8
131     TopIndex = -1
132     end
133     end