добавил Игры, нужно разобраться с передачей команд в игру
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
object fCreateGame: TfCreateGame
|
||||
Left = 0
|
||||
Top = 0
|
||||
Caption = #1057#1086#1079#1076#1072#1085#1080#1077' '#1080#1075#1088#1099
|
||||
ClientHeight = 99
|
||||
ClientWidth = 294
|
||||
FormFactor.Width = 320
|
||||
FormFactor.Height = 480
|
||||
FormFactor.Devices = [Desktop]
|
||||
OnCreate = FormCreate
|
||||
DesignerMasterStyle = 0
|
||||
object Button1: TButton
|
||||
Position.X = 177.000000000000000000
|
||||
Position.Y = 63.000000000000000000
|
||||
Size.Width = 100.000000000000000000
|
||||
Size.Height = 22.000000000000000000
|
||||
Size.PlatformDefault = False
|
||||
TabOrder = 0
|
||||
Text = #1057#1086#1079#1076#1072#1090#1100' '#1080#1075#1088#1091
|
||||
TextSettings.Trimming = None
|
||||
OnClick = Button1Click
|
||||
end
|
||||
object Label1: TLabel
|
||||
Position.X = 8.000000000000000000
|
||||
Position.Y = 8.000000000000000000
|
||||
Text = #1048#1075#1088#1072
|
||||
TabOrder = 1
|
||||
end
|
||||
object cbGames: TComboBox
|
||||
Position.X = 8.000000000000000000
|
||||
Position.Y = 33.000000000000000000
|
||||
Size.Width = 161.000000000000000000
|
||||
Size.Height = 22.000000000000000000
|
||||
Size.PlatformDefault = False
|
||||
TabOrder = 2
|
||||
end
|
||||
object Label2: TLabel
|
||||
Position.X = 177.000000000000000000
|
||||
Position.Y = 8.000000000000000000
|
||||
Text = #1055#1086#1088#1090
|
||||
TabOrder = 3
|
||||
end
|
||||
object sbWebServerPort: TSpinBox
|
||||
Touch.InteractiveGestures = [LongTap, DoubleTap]
|
||||
TabOrder = 4
|
||||
Cursor = crIBeam
|
||||
Min = 100.000000000000000000
|
||||
Max = 60000.000000000000000000
|
||||
Value = 8080.000000000000000000
|
||||
Position.X = 177.000000000000000000
|
||||
Position.Y = 33.000000000000000000
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user