Desktop application to see IOW server load and connect to IOW and external servers via jupyterlab and xpra
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
2.6 KiB

9 months ago
object Form2: TForm2
Left = 578
Height = 344
Top = 344
Width = 456
Caption = 'phyportal - start jupyter lab'
ClientHeight = 344
ClientWidth = 456
Color = clNavy
Font.Height = -14
Font.Name = 'Open Sans'
LCLVersion = '2.2.0.4'
object Shape1: TShape
Left = 6
Height = 326
Top = 6
Width = 442
Brush.Color = clSilver
Pen.Style = psClear
end
object Label1: TLabel
Left = 18
Height = 20
Top = 19
Width = 132
Caption = 'start jupyter lab on:'
end
object Edit1: TEdit
Left = 83
Height = 30
Top = 38
Width = 311
Color = clSilver
Enabled = False
TabOrder = 0
Text = 'Edit1'
end
object Label2: TLabel
Left = 18
Height = 20
Top = 77
Width = 225
Caption = 'CPU cores for parallel computing:'
end
object SpinEdit1: TSpinEdit
Left = 83
Height = 30
Top = 96
Width = 122
MaxValue = 128
MinValue = 1
TabOrder = 1
Value = 1
end
object Label3: TLabel
Left = 237
Height = 20
Top = 77
Width = 168
Caption = 'Which GPUs will you use:'
end
object Edit2: TEdit
Left = 262
Height = 30
Top = 96
Width = 134
TabOrder = 2
Text = 'no GPUs'
end
object Label4: TLabel
Left = 16
Height = 20
Top = 142
Width = 359
Caption = 'What will you do (leave empty for no job registration):'
end
object Edit3: TEdit
Left = 83
Height = 30
Top = 160
Width = 313
TabOrder = 3
Text = 'Edit3'
end
object Label5: TLabel
Left = 17
Height = 20
Top = 198
Width = 119
Caption = 'How many hours?'
end
object BitBtn1: TBitBtn
Left = 82
Height = 30
Top = 275
Width = 146
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtn1Click
TabOrder = 4
end
object BitBtn2: TBitBtn
Left = 262
Height = 30
Top = 274
Width = 134
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
OnClick = BitBtn2Click
TabOrder = 5
end
object SpinEdit2: TSpinEdit
Left = 84
Height = 30
Top = 218
Width = 121
MaxValue = 1000
MinValue = 1
TabOrder = 6
Value = 1
end
object Label6: TLabel
Left = 233
Height = 20
Top = 198
Width = 49
Caption = 'Queue:'
end
object ComboBox1: TComboBox
Left = 243
Height = 32
Top = 218
Width = 150
ItemHeight = 0
OnSelect = ComboBox1Select
Style = csDropDownList
TabOrder = 7
end
end