Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Allexin committed Jan 18, 2017
0 parents commit 4fbb3b0
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 0 deletions.
68 changes: 68 additions & 0 deletions Main.dfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
object FormMain: TFormMain
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Perimeter GW Custom Resolution'
ClientHeight = 121
ClientWidth = 390
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 54
Height = 13
Caption = 'Resolution:'
end
object Label2: TLabel
Left = 302
Top = 87
Width = 81
Height = 13
Caption = 'Create by @!!ex'
end
object ComboBoxResolutions: TComboBox
Left = 8
Top = 27
Width = 375
Height = 21
Style = csDropDownList
TabOrder = 0
OnChange = ComboBoxResolutionsChange
end
object ButtonPatch: TButton
Left = 157
Top = 54
Width = 75
Height = 25
Caption = 'Patch'
TabOrder = 1
OnClick = ButtonPatchClick
end
object StatusBar1: TStatusBar
Left = 0
Top = 102
Width = 390
Height = 19
Panels = <>
SimplePanel = True
end
object ButtonPatchAndCreateTextues: TButton
Left = 117
Top = 54
Width = 156
Height = 25
Caption = 'Patch and create textures'
TabOrder = 3
OnClick = ButtonPatchClick
end
end
Loading

0 comments on commit 4fbb3b0

Please sign in to comment.