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

148 lines
3.0 KiB
Plaintext

object frmNeolTestMain: TfrmNeolTestMain
Left = 0
Top = 0
Caption = 'NEOL TEST'
ClientHeight = 367
ClientWidth = 716
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 SpeedButton1: TSpeedButton
Left = 20
Top = 63
Width = 23
Height = 22
Caption = 'Q1'
OnClick = SpeedButton1Click
end
object LabeledEdit1: TLabeledEdit
Left = 20
Top = 36
Width = 61
Height = 21
EditLabel.Width = 49
EditLabel.Height = 13
EditLabel.Caption = 'DB Name'
TabOrder = 0
Text = 'neol'
end
object LabeledEdit4: TLabeledEdit
Left = 279
Top = 36
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 = 20
Top = 158
Width = 680
Height = 195
FixedCols = 0
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goFixedRowDefAlign]
TabOrder = 2
end
object Memo1: TMemo
Left = 20
Top = 91
Width = 680
Height = 61
Lines.Strings = (
'SELECT datname FROM pg_database WHERE datname = '#39'neol'#39';')
ScrollBars = ssVertical
TabOrder = 3
end
object BitBtn1: TBitBtn
Left = 463
Top = 32
Width = 75
Height = 25
Caption = #51217#49549
TabOrder = 4
OnClick = BitBtn1Click
end
object LabeledEdit5: TLabeledEdit
Left = 406
Top = 36
Width = 51
Height = 21
EditLabel.Width = 28
EditLabel.Height = 13
EditLabel.Caption = 'PORT'
TabOrder = 5
Text = '54323'
end
object BitBtn2: TBitBtn
Left = 544
Top = 32
Width = 75
Height = 25
Caption = #53244#47532
TabOrder = 6
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 625
Top = 32
Width = 75
Height = 25
Caption = #51333#47308
TabOrder = 7
OnClick = BitBtn3Click
end
object LabeledEdit3: TLabeledEdit
Left = 167
Top = 36
Width = 106
Height = 21
EditLabel.Width = 56
EditLabel.Height = 13
EditLabel.Caption = 'Password'
TabOrder = 8
Text = 'qsentech!1233'
end
object LabeledEdit2: TLabeledEdit
Left = 87
Top = 36
Width = 74
Height = 21
EditLabel.Width = 63
EditLabel.Height = 13
EditLabel.Caption = 'User Name'
TabOrder = 9
Text = 'qsentech'
end
object FDConnection1: TFDConnection
Left = 172
Top = 196
end
object FDQuery1: TFDQuery
Connection = FDConnection1
Left = 252
Top = 200
end
object FDGUIxWaitCursor1: TFDGUIxWaitCursor
Provider = 'Forms'
Left = 220
Top = 296
end
object FDPhysPgDriverLink1: TFDPhysPgDriverLink
Left = 336
Top = 288
end
end