1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
|
object frDesOptionsForm: TfrDesOptionsForm
Left = 309
Height = 347
Top = 177
Width = 394
ActiveControl = PageControl1
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 347
ClientWidth = 394
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.31'
object PageControl1: TPageControl
Left = 0
Height = 301
Top = 0
Width = 394
ActivePage = Tab1
Align = alClient
TabIndex = 0
TabOrder = 0
object Tab1: TTabSheet
Caption = 'Designer'
ClientHeight = 275
ClientWidth = 386
object GroupBox1: TGroupBox
Left = 4
Height = 65
Top = 4
Width = 177
Caption = 'Grid'
ClientHeight = 47
ClientWidth = 173
TabOrder = 0
object CB1: TCheckBox
Left = 8
Height = 17
Top = 4
Width = 65
HelpContext = 66
Caption = '&Show grid'
TabOrder = 0
end
object CB2: TCheckBox
Left = 8
Height = 17
Top = 24
Width = 75
HelpContext = 75
Caption = 'Align to &grid'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 188
Height = 65
Top = 4
Width = 194
Caption = 'Object moving'
ClientHeight = 47
ClientWidth = 190
TabOrder = 1
object RB4: TRadioButton
Left = 8
Height = 17
Top = 4
Width = 48
HelpContext = 84
Caption = 'S&hape'
Checked = True
TabOrder = 0
TabStop = True
end
object RB5: TRadioButton
Left = 8
Height = 17
Top = 24
Width = 62
HelpContext = 94
Caption = '&Contents'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 188
Height = 85
Top = 74
Width = 194
Caption = 'Report units'
ClientHeight = 67
ClientWidth = 190
TabOrder = 2
object RB6: TRadioButton
Left = 8
Height = 17
Top = 3
Width = 45
HelpContext = 102
Caption = '&Pixels'
Checked = True
TabOrder = 0
TabStop = True
end
object RB7: TRadioButton
Left = 8
Height = 17
Top = 23
Width = 34
HelpContext = 112
Caption = '&MM'
TabOrder = 1
end
object RB8: TRadioButton
Left = 8
Height = 17
Top = 43
Width = 50
HelpContext = 121
Caption = '&Inches'
TabOrder = 2
end
end
object GroupBox4: TGroupBox
Left = 4
Height = 85
Top = 74
Width = 177
Caption = 'Grid size'
ClientHeight = 67
ClientWidth = 173
TabOrder = 3
object RB1: TRadioButton
Left = 8
Height = 17
Top = 3
Width = 54
HelpContext = 131
Caption = '&4 pixels'
Checked = True
TabOrder = 0
TabStop = True
end
object RB2: TRadioButton
Left = 8
Height = 17
Top = 23
Width = 54
HelpContext = 141
Caption = '&8 pixels'
TabOrder = 1
end
object RB3: TRadioButton
Left = 8
Height = 17
Top = 43
Width = 93
HelpContext = 151
Caption = '&18 pixels (5mm)'
TabOrder = 2
end
end
object GroupBox5: TGroupBox
Left = 4
Height = 85
Top = 166
Width = 381
Caption = 'Other'
ClientHeight = 67
ClientWidth = 377
TabOrder = 4
object CB3: TCheckBox
Left = 8
Height = 17
Top = 2
Width = 95
HelpContext = 161
Caption = 'Colored &buttons'
Enabled = False
TabOrder = 0
end
object CB4: TCheckBox
Left = 8
Height = 17
Top = 22
Width = 107
HelpContext = 171
Caption = '&Editing after insert'
TabOrder = 1
end
object CB5: TCheckBox
Left = 8
Height = 17
Top = 44
Width = 97
Caption = 'Show band &titles'
TabOrder = 2
end
end
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 307
Width = 382
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end
|