Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Releasing Truice_v2.1.4
Browse files Browse the repository at this point in the history
Close #74
  • Loading branch information
Faq committed Oct 15, 2018
1 parent 9228d7b commit 68dd24e
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 32 deletions.
2 changes: 1 addition & 1 deletion About.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ object AboutBox: TAboutBox
Top = 10
Width = 69
Height = 13
Caption = 'Version: 2.1.0'
Caption = 'Version: 2.1.4'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -11
Expand Down
35 changes: 28 additions & 7 deletions MainUnit.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -21878,6 +21878,13 @@ object MainForm: TMainForm
Height = 13
Caption = 'target_param3'
end
object lbcytarget_param4: TLabel
Left = 539
Top = 474
Width = 68
Height = 13
Caption = 'target_param4'
end
object lbcytarget_x: TLabel
Left = 2
Top = 519
Expand Down Expand Up @@ -22045,6 +22052,9 @@ object MainForm: TMainForm
item
Width = 36
end
item
Width = 36
end
item
end
item
Expand Down Expand Up @@ -22124,6 +22134,8 @@ object MainForm: TMainForm
item
end
item
end
item
end>
end
object btcyFullScript: TButton
Expand Down Expand Up @@ -22495,13 +22507,22 @@ object MainForm: TMainForm
TabOrder = 23
Text = '0'
end
object edcytarget_param4: TJvComboEdit
Left = 539
Top = 490
Width = 130
Height = 21
ShowButton = False
TabOrder = 24
Text = '0'
end
object edcytarget_x: TJvComboEdit
Left = 3
Top = 534
Width = 121
Height = 21
ShowButton = False
TabOrder = 24
TabOrder = 25
Text = '0'
end
object edcytarget_z: TJvComboEdit
Expand All @@ -22510,7 +22531,7 @@ object MainForm: TMainForm
Width = 130
Height = 21
ShowButton = False
TabOrder = 25
TabOrder = 26
Text = '0'
end
object edcytarget_o: TJvComboEdit
Expand All @@ -22519,7 +22540,7 @@ object MainForm: TMainForm
Width = 130
Height = 21
ShowButton = False
TabOrder = 26
TabOrder = 27
Text = '0'
end
object edcycomment: TJvComboEdit
Expand All @@ -22528,7 +22549,7 @@ object MainForm: TMainForm
Width = 502
Height = 21
ShowButton = False
TabOrder = 27
TabOrder = 28
Text = ''
end
object edcyentryorguid: TJvComboEdit
Expand All @@ -22537,7 +22558,7 @@ object MainForm: TMainForm
Width = 117
Height = 21
ShowButton = False
TabOrder = 28
TabOrder = 29
Text = ''
end
object btcyLoad: TButton
Expand All @@ -22546,7 +22567,7 @@ object MainForm: TMainForm
Width = 75
Height = 25
Caption = 'Search'
TabOrder = 29
TabOrder = 30
OnClick = btcyLoadClick
end
object edcytarget_y: TJvComboEdit
Expand All @@ -22555,7 +22576,7 @@ object MainForm: TMainForm
Width = 130
Height = 21
ShowButton = False
TabOrder = 30
TabOrder = 31
Text = '0'
end
end
Expand Down
Loading

0 comments on commit 68dd24e

Please sign in to comment.