Inno-Setup-issrc/Projects/Src/Setup.SelectLanguageForm.dfm

94 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2018-11-29 08:38:19 +01:00
object SelectLanguageForm: TSelectLanguageForm
Left = 200
Top = 108
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'SelectLanguageForm'
2019-01-23 19:41:14 +01:00
ClientHeight = 140
2018-11-29 08:38:19 +01:00
ClientWidth = 297
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
2018-11-29 08:38:19 +01:00
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
2018-11-29 08:38:19 +01:00
Scaled = False
DesignSize = (
297
2019-01-23 19:41:14 +01:00
140)
2018-11-29 08:38:19 +01:00
PixelsPerInch = 96
TextHeight = 13
object Bevel: TBevel
Left = 0
2019-01-23 19:41:14 +01:00
Top = 97
Width = 297
Height = 1
Anchors = [akLeft, akRight, akBottom]
Shape = bsTopLine
2018-11-29 08:38:19 +01:00
end
object CancelButton: TNewButton
Left = 214
2019-01-23 19:41:14 +01:00
Top = 108
2018-11-29 08:38:19 +01:00
Width = 75
Height = 23
Anchors = [akRight, akBottom]
2018-11-29 08:38:19 +01:00
Cancel = True
Caption = '*'
ModalResult = 2
TabOrder = 2
2018-11-29 08:38:19 +01:00
end
object OKButton: TNewButton
Left = 133
2019-01-23 19:41:14 +01:00
Top = 108
2018-11-29 08:38:19 +01:00
Width = 75
Height = 23
Anchors = [akRight, akBottom]
2018-11-29 08:38:19 +01:00
Caption = '*'
Default = True
ModalResult = 1
TabOrder = 1
end
object MainPanel: TPanel
Left = 0
Top = 0
Width = 297
2019-01-23 19:41:14 +01:00
Height = 97
2019-01-08 21:00:33 +01:00
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
Color = clWindow
2018-11-29 08:38:19 +01:00
TabOrder = 0
DesignSize = (
297
2019-01-23 19:41:14 +01:00
97)
object IconBitmapImage: TBitmapImage
Left = 8
Top = 8
Width = 34
Height = 34
end
object LangCombo: TNewComboBox
Left = 56
Top = 56
Width = 233
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
DropDownCount = 16
Sorted = True
TabOrder = 1
end
object SelectLabel: TNewStaticText
Left = 56
Top = 8
Width = 233
Height = 39
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '*'
TabOrder = 0
WordWrap = True
end
2018-11-29 08:38:19 +01:00
end
end