ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibinsertsqleditor.lfm
Revision: 19
Committed: Mon Jul 7 13:00:15 2014 UTC (9 years, 8 months ago) by tony
File size: 2607 byte(s)
Log Message:
Committing updates for Release R1-1-0

File Contents

# Content
1 object IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 Left = 334
3 Height = 436
4 Top = 239
5 Width = 748
6 ActiveControl = TableNamesCombo
7 Caption = 'Insert SQL Editor'
8 ClientHeight = 436
9 ClientWidth = 748
10 OnShow = FormShow
11 LCLVersion = '1.2.2.0'
12 object Label1: TLabel
13 Left = 16
14 Height = 15
15 Top = 16
16 Width = 69
17 Caption = 'Table Name'
18 ParentColor = False
19 end
20 object Label2: TLabel
21 Left = 19
22 Height = 15
23 Top = 84
24 Width = 33
25 Caption = 'Fields'
26 ParentColor = False
27 end
28 object Label3: TLabel
29 Left = 279
30 Height = 15
31 Top = 16
32 Width = 24
33 Caption = 'SQL'
34 ParentColor = False
35 end
36 object SQLText: TMemo
37 Left = 279
38 Height = 326
39 Top = 36
40 Width = 438
41 Anchors = [akTop, akLeft, akRight, akBottom]
42 ScrollBars = ssAutoBoth
43 TabOrder = 0
44 end
45 object Button1: TButton
46 Left = 551
47 Height = 30
48 Top = 378
49 Width = 72
50 Anchors = [akRight, akBottom]
51 Caption = 'OK'
52 Default = True
53 ModalResult = 1
54 TabOrder = 1
55 end
56 object Button2: TButton
57 Left = 639
58 Height = 30
59 Top = 378
60 Width = 72
61 Anchors = [akRight, akBottom]
62 Cancel = True
63 Caption = 'Cancel'
64 ModalResult = 2
65 TabOrder = 2
66 end
67 object TableNamesCombo: TComboBox
68 Left = 24
69 Height = 27
70 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 ScrollWidth = 202
87 ShowHint = True
88 TabOrder = 4
89 TopIndex = -1
90 end
91 object GenerateBtn: TButton
92 Left = 279
93 Height = 30
94 Top = 378
95 Width = 101
96 Anchors = [akRight, akBottom]
97 Caption = 'Generate SQL'
98 OnClick = GenerateBtnClick
99 TabOrder = 5
100 end
101 object TestBtn: TButton
102 Left = 415
103 Height = 30
104 Top = 378
105 Width = 66
106 Anchors = [akRight, akBottom]
107 Caption = 'Test'
108 OnClick = TestBtnClick
109 TabOrder = 6
110 end
111 object QuoteFields: TCheckBox
112 Left = 16
113 Height = 24
114 Top = 392
115 Width = 127
116 Caption = '&Quote Identifiers'
117 TabOrder = 7
118 end
119 object GenerateParams: TCheckBox
120 Left = 16
121 Height = 24
122 Top = 368
123 Width = 173
124 Caption = 'Allow DSQL Placeholders'
125 TabOrder = 8
126 end
127 object IBTransaction1: TIBTransaction
128 Active = False
129 left = 200
130 top = 388
131 end
132 end