home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
DCLSTD30.DPL
/
0
/
RCDATA
/
THEADERCONTROLEDITOR
/
THEADERCONTROLEDITOR.txt
Wrap
Text File
|
1997-05-14
|
5KB
|
214 lines
object HeaderControlEditor: THeaderControlEditor
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'ヘッソズーソスソスソスロールのセソスソスソスンの設抵ソス'
ClientHeight = 210
ClientWidth = 471
ParentFont = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object HelpButton: TButton
Left = 388
Top = 176
Width = 75
Height = 25
Caption = 'ソスソスソスソス(&H)'
TabOrder = 5
OnClick = HelpButtonClick
end
object ApplyButton: TButton
Left = 308
Top = 176
Width = 75
Height = 25
Caption = 'ソスXソスV(&A)'
Enabled = False
TabOrder = 4
OnClick = ApplyButtonClick
end
object CancelButton: TButton
Left = 228
Top = 176
Width = 75
Height = 25
Cancel = True
Caption = 'ソスソスンセソス'
TabOrder = 3
OnClick = CancelButtonClick
end
object OkButton: TButton
Left = 148
Top = 176
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = OkButtonClick
end
object GroupBox2: TGroupBox
Left = 182
Top = 4
Width = 281
Height = 157
Caption = 'ソスソスソスソスンゑソスソスソスソスソスソスティ'
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 21
Width = 24
Height = 13
Caption = 'ソスソスソスソスソスソス(&T):'
FocusControl = SectionText
end
object Label2: TLabel
Left = 8
Top = 47
Width = 31
Height = 13
Caption = 'ソスソス(&W):'
FocusControl = SectionWidth
end
object Label3: TLabel
Left = 8
Top = 73
Width = 26
Height = 13
Caption = 'ソスソスソスソス(&S):'
FocusControl = SectionStyle
end
object Label5: TLabel
Left = 8
Top = 99
Width = 49
Height = 13
Caption = 'ソスハ置ソスソスソス墲ケ(&L):'
FocusControl = SectionAlignment
end
object Label4: TLabel
Left = 100
Top = 48
Width = 45
Height = 13
Caption = 'ソスナ擾ソス/ソスナ托ソス(&M):'
FocusControl = SectionMinWidth
end
object SectionAlignment: TComboBox
Left = 86
Top = 96
Width = 147
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'ソスソスソスソス'
'ソスEソスソス'
'ソスソスソスソスソスノ置ソスソス')
TabOrder = 5
OnChange = SectionComboChange
OnExit = SectionControlExit
end
object SectionStyle: TComboBox
Left = 86
Top = 70
Width = 147
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'テキソスソス'
'OwnerDraw')
TabOrder = 4
OnChange = SectionComboChange
OnExit = SectionControlExit
end
object SectionMaxWidth: TEdit
Left = 226
Top = 44
Width = 45
Height = 21
TabOrder = 3
OnChange = SectionEditChange
OnExit = SectionControlExit
end
object SectionMinWidth: TEdit
Left = 176
Top = 44
Width = 45
Height = 21
TabOrder = 2
OnChange = SectionEditChange
OnExit = SectionControlExit
end
object SectionWidth: TEdit
Left = 44
Top = 44
Width = 45
Height = 21
TabOrder = 1
OnChange = SectionEditChange
OnExit = SectionControlExit
end
object SectionText: TEdit
Left = 68
Top = 18
Width = 204
Height = 21
TabOrder = 0
OnChange = SectionEditChange
OnExit = SectionControlExit
end
object SectionAllowClick: TCheckBox
Left = 68
Top = 124
Width = 79
Height = 17
Caption = 'ソスリッソスソスフ具ソスソスソス(&C)'
TabOrder = 6
OnClick = SectionComboChange
OnExit = SectionControlExit
end
end
object GroupBox1: TGroupBox
Left = 8
Top = 4
Width = 167
Height = 157
Caption = 'ソスソスソスソスソス(&E)'
TabOrder = 0
object SectionList: TListBox
Left = 8
Top = 16
Width = 151
Height = 101
ItemHeight = 13
TabOrder = 0
OnClick = SectionListClick
OnDragDrop = SectionListDragDrop
OnDragOver = SectionListDragOver
OnMouseDown = SectionListMouseDown
end
object NewButton: TButton
Left = 8
Top = 124
Width = 72
Height = 25
Caption = 'ソスVソスKソス成(&N)'
TabOrder = 1
OnClick = NewButtonClick
end
object DeleteButton: TButton
Left = 87
Top = 124
Width = 72
Height = 25
Caption = 'ソス尞(&D)'
TabOrder = 2
OnClick = DeleteButtonClick
end
end
end