ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibinsertsqleditor.lfm
Revision: 7
Committed: Sun Aug 5 18:28:19 2012 UTC (11 years, 8 months ago) by tony
File size: 2426 byte(s)
Log Message:
Committing updates for Release R1-0-0

File Contents

# User Rev Content
1 tony 5 object IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 tony 7 Left = 334
3     Height = 436
4     Top = 239
5     Width = 748
6 tony 5 ActiveControl = TableNamesCombo
7     Caption = 'Insert SQL Editor'
8 tony 7 ClientHeight = 436
9     ClientWidth = 748
10 tony 5 OnShow = FormShow
11 tony 7 LCLVersion = '0.9.30'
12 tony 5 object Label1: TLabel
13     Left = 16
14 tony 7 Height = 18
15 tony 5 Top = 16
16 tony 7 Width = 78
17 tony 5 Caption = 'Table Name'
18     ParentColor = False
19     end
20     object Label2: TLabel
21     Left = 19
22 tony 7 Height = 18
23 tony 5 Top = 84
24 tony 7 Width = 39
25 tony 5 Caption = 'Fields'
26     ParentColor = False
27     end
28     object Label3: TLabel
29     Left = 279
30 tony 7 Height = 18
31 tony 5 Top = 16
32 tony 7 Width = 26
33 tony 5 Caption = 'SQL'
34     ParentColor = False
35     end
36     object SQLText: TMemo
37     Left = 279
38 tony 7 Height = 326
39 tony 5 Top = 36
40 tony 7 Width = 438
41     Anchors = [akTop, akLeft, akRight, akBottom]
42     ScrollBars = ssAutoBoth
43 tony 5 TabOrder = 0
44     end
45     object Button1: TButton
46 tony 7 Left = 551
47 tony 5 Height = 30
48 tony 7 Top = 378
49 tony 5 Width = 72
50 tony 7 Anchors = [akRight, akBottom]
51 tony 5 Caption = 'OK'
52     Default = True
53     ModalResult = 1
54     TabOrder = 1
55     end
56     object Button2: TButton
57 tony 7 Left = 639
58 tony 5 Height = 30
59 tony 7 Top = 378
60 tony 5 Width = 72
61 tony 7 Anchors = [akRight, akBottom]
62 tony 5 Cancel = True
63     Caption = 'Cancel'
64     ModalResult = 2
65     TabOrder = 2
66     end
67     object TableNamesCombo: TComboBox
68     Left = 24
69 tony 7 Height = 29
70 tony 5 Top = 38
71     Width = 201
72     ItemHeight = 0
73     OnCloseUp = TableNamesComboCloseUp
74     TabOrder = 3
75     end
76     object FieldList: TListBox
77     Left = 21
78     Height = 258
79     Hint = 'Select Fields to include in Insert Statement, or leave unselected to select all'
80     Top = 102
81     Width = 204
82     ItemHeight = 0
83     MultiSelect = True
84     OnDblClick = FieldListDblClick
85     ParentShowHint = False
86     ShowHint = True
87     TabOrder = 4
88     TopIndex = -1
89     end
90 tony 7 object GenerateBtn: TButton
91     Left = 279
92 tony 5 Height = 30
93 tony 7 Top = 378
94     Width = 101
95     Anchors = [akRight, akBottom]
96 tony 5 Caption = 'Generate SQL'
97 tony 7 OnClick = GenerateBtnClick
98 tony 5 TabOrder = 5
99     end
100 tony 7 object TestBtn: TButton
101     Left = 415
102 tony 5 Height = 30
103 tony 7 Top = 378
104 tony 5 Width = 66
105 tony 7 Anchors = [akRight, akBottom]
106 tony 5 Caption = 'Test'
107 tony 7 OnClick = TestBtnClick
108 tony 5 TabOrder = 6
109     end
110     object QuoteFields: TCheckBox
111     Left = 16
112     Height = 22
113     Top = 380
114 tony 7 Width = 132
115 tony 5 Caption = '&Quote Identifiers'
116     TabOrder = 7
117     end
118 tony 7 object IBTransaction1: TIBTransaction
119     Active = False
120     left = 200
121     top = 388
122     end
123 tony 5 end