home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 June
/
VPR0106A.BIN
/
OLS
/
K2E10129
/
k2e10129.lzh
/
K2Editor.exe
/
0
/
RCDATA
/
TCODESELECTFORM
/
TCODESELECTFORM.txt
Wrap
Text File
|
2001-04-02
|
2KB
|
84 lines
object CodeSelectForm: TCodeSelectForm
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'ソスロ托ソスソスソスソスフ包ソスソスソスソスRソス[ソスhソスニ会ソスソスsソスフ選ソスソス'
ClientHeight = 122
ClientWidth = 242
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 8
Width = 70
Height = 12
Caption = 'ソスソスソスソスソスRソス[ソスh(&C)'
FocusControl = CharCodeCombo
end
object Label2: TLabel
Left = 24
Top = 48
Width = 70
Height = 12
Caption = 'ソスソスソスsソスRソス[ソスh(&R)'
FocusControl = ReturnCodeCombo
end
object CharCodeCombo: TComboBox
Left = 24
Top = 24
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
OnDropDown = ComboDropDown
Items.Strings = (
'SJIS'
'JIS'
'EUC'
'UNICODE')
end
object ReturnCodeCombo: TComboBox
Left = 24
Top = 64
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
OnDropDown = ComboDropDown
Items.Strings = (
'CR+LF'
'CR'
'LF')
end
object Button1: TButton
Left = 80
Top = 96
Width = 75
Height = 20
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object Button2: TButton
Left = 160
Top = 96
Width = 75
Height = 20
Cancel = True
Caption = 'ソスLソスソスソスソスソスZソスソス'
ModalResult = 2
TabOrder = 3
end
end