SmartFactory_NEOL/SOURCE/NEOL-MES/__history/NeolTestMain.dfm.~15~
2026-09-04 14:06:10 +09:00

164 lines
3.3 KiB
Plaintext

object frmNeolTestMain: TfrmNeolTestMain
Left = 0
Top = 0
Caption = 'NEOL TEST'
ClientHeight = 514
ClientWidth = 621
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
OnDestroy = FormDestroy
OnShow = FormShow
DesignSize = (
621
514)
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 12
Top = 59
Width = 35
Height = 25
Caption = 'Q1'
OnClick = SpeedButton1Click
end
object LabeledEdit1: TLabeledEdit
Left = 12
Top = 32
Width = 61
Height = 21
EditLabel.Width = 49
EditLabel.Height = 13
EditLabel.Caption = 'DB Name'
TabOrder = 0
Text = 'neol'
end
object LabeledEdit4: TLabeledEdit
Left = 271
Top = 32
Width = 121
Height = 21
EditLabel.Width = 28
EditLabel.Height = 13
EditLabel.Caption = 'HOST'
TabOrder = 1
Text = 'qst-s.iptime.org'
end
object StringGrid1: TStringGrid
Left = 12
Top = 154
Width = 599
Height = 111
Anchors = [akLeft, akTop, akRight, akBottom]
FixedCols = 0
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goFixedRowDefAlign]
TabOrder = 2
OnDblClick = StringGrid1DblClick
end
object Memo1: TMemo
Left = 12
Top = 87
Width = 599
Height = 61
Lines.Strings = (
'SELECT datname FROM pg_database WHERE datname = '#39'neol'#39';')
ScrollBars = ssVertical
TabOrder = 3
end
object BitBtn1: TBitBtn
Left = 455
Top = 28
Width = 75
Height = 25
Caption = #51217#49549
TabOrder = 4
OnClick = BitBtn1Click
end
object LabeledEdit5: TLabeledEdit
Left = 398
Top = 32
Width = 51
Height = 21
EditLabel.Width = 28
EditLabel.Height = 13
EditLabel.Caption = 'PORT'
TabOrder = 5
Text = '54323'
end
object BitBtn2: TBitBtn
Left = 53
Top = 59
Width = 75
Height = 25
Caption = #53244#47532
TabOrder = 6
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 536
Top = 28
Width = 75
Height = 25
Caption = #51333#47308
TabOrder = 7
OnClick = BitBtn3Click
end
object LabeledEdit3: TLabeledEdit
Left = 159
Top = 32
Width = 106
Height = 21
EditLabel.Width = 56
EditLabel.Height = 13
EditLabel.Caption = 'Password'
TabOrder = 8
Text = 'qsentech!1233'
end
object LabeledEdit2: TLabeledEdit
Left = 79
Top = 32
Width = 74
Height = 21
EditLabel.Width = 63
EditLabel.Height = 13
EditLabel.Caption = 'User Name'
TabOrder = 9
Text = 'qsentech'
end
object Memo2: TMemo
Left = 12
Top = 271
Width = 599
Height = 230
Anchors = [akLeft, akRight, akBottom]
Lines.Strings = (
'Memo2')
TabOrder = 10
end
object FDConnection1: TFDConnection
Left = 164
Top = 192
end
object FDQuery1: TFDQuery
Connection = FDConnection1
Left = 244
Top = 196
end
object FDGUIxWaitCursor1: TFDGUIxWaitCursor
Provider = 'Forms'
Left = 472
Top = 196
end
object FDPhysPgDriverLink1: TFDPhysPgDriverLink
Left = 352
Top = 200
end
end