SmartFactory_NEOL/SOURCE/NEOL-LS-PLC-TEST/LC_PLC_TEST/PlcAddressEdit.dfm
2026-09-04 14:06:10 +09:00

156 lines
3.3 KiB
Plaintext

object frmPlcAddressEdit: TfrmPlcAddressEdit
Left = 0
Top = 0
Caption = 'Address '#46321#47197
ClientHeight = 184
ClientWidth = 392
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #44404#47548#52404
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 392
Height = 73
Align = alTop
Caption = #44592#52488#51221#48372
TabOrder = 0
ExplicitWidth = 635
object LabeledEdit1: TLabeledEdit
Left = 135
Top = 40
Width = 121
Height = 21
Color = cl3DLight
EditLabel.Width = 42
EditLabel.Height = 13
EditLabel.Caption = #54840#44592#47749
ReadOnly = True
TabOrder = 0
Text = '1'#54840#44592
end
object LabeledEdit2: TLabeledEdit
Left = 262
Top = 40
Width = 121
Height = 21
Color = cl3DLight
EditLabel.Width = 56
EditLabel.Height = 13
EditLabel.Caption = #54840#44592#48264#54840
ReadOnly = True
TabOrder = 1
Text = '#1'
end
object LabeledEdit3: TLabeledEdit
Left = 8
Top = 40
Width = 121
Height = 21
Color = cl3DLight
EditLabel.Width = 56
EditLabel.Height = 13
EditLabel.Caption = #49444#48708#44396#48516
ReadOnly = True
TabOrder = 2
Text = #49548#44208#47196'1'
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 73
Width = 392
Height = 72
Align = alClient
Caption = #46321#47197#51221#48372
TabOrder = 1
object LabeledEdit4: TLabeledEdit
Left = 135
Top = 41
Width = 121
Height = 21
EditLabel.Width = 28
EditLabel.Height = 13
EditLabel.Caption = #47749#52845
ImeMode = imSHanguel
TabOrder = 0
OnKeyDown = LabeledEdit4KeyDown
end
object LabeledEdit5: TLabeledEdit
Left = 262
Top = 41
Width = 121
Height = 21
EditLabel.Width = 49
EditLabel.Height = 13
EditLabel.Caption = 'Address'
TabOrder = 1
OnKeyDown = LabeledEdit5KeyDown
end
object RadioGroup1: TRadioGroup
Left = 2
Top = 15
Width = 127
Height = 55
Align = alLeft
Caption = #47784#45768#53552#47553
Columns = 2
ItemIndex = 1
Items.Strings = (
#51201#50857
#48120#51201#50857)
TabOrder = 2
end
end
object Panel1: TPanel
Left = 0
Top = 145
Width = 392
Height = 39
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
ExplicitTop = 260
object Panel2: TPanel
Left = 224
Top = 0
Width = 168
Height = 39
Align = alRight
BevelOuter = bvNone
TabOrder = 0
ExplicitHeight = 55
object BitBtn1: TBitBtn
Left = 4
Top = 8
Width = 75
Height = 25
Caption = #51200#51109
ModalResult = 1
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 85
Top = 8
Width = 75
Height = 25
Caption = #51333#47308
ModalResult = 2
TabOrder = 1
end
end
end
end