SmartFactory_NEOL/SOURCE/NEOL-MES/Editor.dfm
2026-09-04 14:06:10 +09:00

85 lines
1.8 KiB
Plaintext

object frmEditor: TfrmEditor
Left = 0
Top = 0
Caption = 'Object Editor'
ClientHeight = 482
ClientWidth = 407
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #44404#47548#52404
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 444
Width = 407
Height = 38
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 405
object Panel2: TPanel
Left = 154
Top = 0
Width = 253
Height = 38
Align = alRight
BevelOuter = bvNone
TabOrder = 0
ExplicitLeft = 152
ExplicitHeight = 62
object BitBtn1: TBitBtn
Left = 8
Top = 6
Width = 75
Height = 25
Caption = #49888#44508
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 89
Top = 6
Width = 75
Height = 25
Caption = #49688#51221
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 170
Top = 6
Width = 75
Height = 25
Caption = #51333#47308
ModalResult = 2
TabOrder = 2
end
end
end
object StringGrid1: TStringGrid
Left = 0
Top = 0
Width = 407
Height = 444
Align = alClient
ColCount = 2
DefaultColWidth = 100
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goFixedRowDefAlign]
TabOrder = 1
ExplicitLeft = 16
ExplicitWidth = 405
ColWidths = (
100
278)
end
end