|
@@ -4,7 +4,7 @@ object SelectLanguageForm: TSelectLanguageForm
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
BorderStyle = bsDialog
|
|
|
Caption = 'SelectLanguageForm'
|
|
|
- ClientHeight = 125
|
|
|
+ ClientHeight = 132
|
|
|
ClientWidth = 297
|
|
|
Color = clBtnFace
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
@@ -16,57 +16,78 @@ object SelectLanguageForm: TSelectLanguageForm
|
|
|
Scaled = False
|
|
|
DesignSize = (
|
|
|
297
|
|
|
- 125)
|
|
|
+ 132)
|
|
|
PixelsPerInch = 96
|
|
|
TextHeight = 13
|
|
|
- object IconBitmapImage: TBitmapImage
|
|
|
- Left = 8
|
|
|
- Top = 8
|
|
|
- Width = 32
|
|
|
- Height = 32
|
|
|
+ object Bevel: TBevel
|
|
|
+ Left = 0
|
|
|
+ Top = 89
|
|
|
+ Width = 297
|
|
|
+ Height = 1
|
|
|
+ Anchors = [akLeft, akRight, akBottom]
|
|
|
+ Shape = bsTopLine
|
|
|
end
|
|
|
object CancelButton: TNewButton
|
|
|
Left = 214
|
|
|
- Top = 93
|
|
|
+ Top = 100
|
|
|
Width = 75
|
|
|
Height = 23
|
|
|
Anchors = [akRight, akBottom]
|
|
|
Cancel = True
|
|
|
Caption = '*'
|
|
|
ModalResult = 2
|
|
|
- TabOrder = 3
|
|
|
+ TabOrder = 2
|
|
|
end
|
|
|
object OKButton: TNewButton
|
|
|
Left = 133
|
|
|
- Top = 93
|
|
|
+ Top = 100
|
|
|
Width = 75
|
|
|
Height = 23
|
|
|
Anchors = [akRight, akBottom]
|
|
|
Caption = '*'
|
|
|
Default = True
|
|
|
ModalResult = 1
|
|
|
- TabOrder = 2
|
|
|
- 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
|
|
|
+ object MainPanel: TPanel
|
|
|
+ Left = 0
|
|
|
+ Top = 0
|
|
|
+ Width = 297
|
|
|
+ Height = 89
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
- AutoSize = False
|
|
|
- Caption = '*'
|
|
|
+ BevelOuter = bvNone
|
|
|
+ Color = clWindow
|
|
|
TabOrder = 0
|
|
|
- WordWrap = True
|
|
|
+ DesignSize = (
|
|
|
+ 297
|
|
|
+ 89)
|
|
|
+ object IconBitmapImage: TBitmapImage
|
|
|
+ Left = 8
|
|
|
+ Top = 8
|
|
|
+ Width = 32
|
|
|
+ Height = 32
|
|
|
+ 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
|
|
|
end
|
|
|
end
|