BSOne.SFC/eCrmHE/Utils/EXE_MakeLogStress/DMkLogStressMain.dfm

182 lines
4.2 KiB
Plaintext

object DlgMkLogStress: TDlgMkLogStress
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'MakeLogStress'
ClientHeight = 441
ClientWidth = 491
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 473
Height = 161
Caption = #49324#50857#51088' '#51221#48372
TabOrder = 0
object Label1: TLabel
Left = 28
Top = 32
Width = 57
Height = 15
Alignment = taRightJustify
Caption = #49436#48260' '#51217#49549' :'
end
object Label2: TLabel
Left = 55
Top = 62
Width = 30
Height = 15
Alignment = taRightJustify
Caption = #49324#48264' :'
end
object Label3: TLabel
Left = 264
Top = 61
Width = 49
Height = 15
Alignment = taRightJustify
Caption = 'AgentID :'
end
object Label4: TLabel
Left = 42
Top = 91
Width = 43
Height = 15
Alignment = taRightJustify
Caption = 'IP '#51452#49548' :'
end
object Label5: TLabel
Left = 253
Top = 91
Width = 60
Height = 15
Alignment = taRightJustify
Caption = 'MAC '#51452#49548' :'
end
object Label6: TLabel
Left = 16
Top = 120
Width = 69
Height = 15
Alignment = taRightJustify
Caption = #54840#49828#53944' '#51060#47492' :'
end
object btnSvrTest: TSpeedButton
Left = 419
Top = 29
Width = 30
Height = 23
Caption = 'Test'
OnClick = btnSvrTestClick
end
object edDestUrl: TEdit
Left = 96
Top = 29
Width = 321
Height = 23
TabOrder = 0
Text = 'https://192.168.14.133:8443/agentLogRequests.do'
end
object edEmpNo: TEdit
Left = 96
Top = 59
Width = 121
Height = 23
TabOrder = 1
end
object edAgentId: TEdit
Left = 328
Top = 59
Width = 121
Height = 23
TabOrder = 2
end
object edIP: TEdit
Left = 96
Top = 88
Width = 121
Height = 23
TabOrder = 3
end
object edMAC: TEdit
Left = 328
Top = 88
Width = 121
Height = 23
TabOrder = 4
end
object edHostName: TEdit
Left = 96
Top = 117
Width = 217
Height = 23
TabOrder = 5
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 184
Width = 473
Height = 249
Caption = #50948#48152' '#47196#44536' '#51204#49569
TabOrder = 1
object Label7: TLabel
Left = 312
Top = 88
Width = 57
Height = 15
Caption = #51204#49569' '#54943#49688' :'
end
object btnSendLog: TSpeedButton
Left = 256
Top = 120
Width = 185
Height = 36
Caption = #52404#53356#46108' '#47196#44536' '#47924#51089#50948' '#51204#49569
OnClick = btnSendLogClick
end
object vtList: TVirtualStringTree
Left = 17
Top = 32
Width = 200
Height = 201
Header.AutoSizeIndex = 0
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs]
TabOrder = 0
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect]
OnFreeNode = vtListFreeNode
OnGetText = vtListGetText
OnGetNodeDataSize = vtListGetNodeDataSize
Touch.InteractiveGestures = [igPan, igPressAndTap]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
Columns = <
item
Position = 0
Text = 'Info'
Width = 196
end>
DefaultText = ''
end
object edSendCnt: TEdit
Left = 376
Top = 85
Width = 65
Height = 23
Alignment = taRightJustify
NumbersOnly = True
TabOrder = 1
Text = '1'
end
end
end