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

Commit 68dd24e

Browse files
committed
Releasing Truice_v2.1.4
Close #74
1 parent 9228d7b commit 68dd24e

File tree

4 files changed

+93
-32
lines changed

4 files changed

+93
-32
lines changed

Diff for: About.dfm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ object AboutBox: TAboutBox
19761976
Top = 10
19771977
Width = 69
19781978
Height = 13
1979-
Caption = 'Version: 2.1.0'
1979+
Caption = 'Version: 2.1.4'
19801980
Font.Charset = DEFAULT_CHARSET
19811981
Font.Color = clGray
19821982
Font.Height = -11

Diff for: MainUnit.dfm

+28-7
Original file line numberDiff line numberDiff line change
@@ -21878,6 +21878,13 @@ object MainForm: TMainForm
2187821878
Height = 13
2187921879
Caption = 'target_param3'
2188021880
end
21881+
object lbcytarget_param4: TLabel
21882+
Left = 539
21883+
Top = 474
21884+
Width = 68
21885+
Height = 13
21886+
Caption = 'target_param4'
21887+
end
2188121888
object lbcytarget_x: TLabel
2188221889
Left = 2
2188321890
Top = 519
@@ -22045,6 +22052,9 @@ object MainForm: TMainForm
2204522052
item
2204622053
Width = 36
2204722054
end
22055+
item
22056+
Width = 36
22057+
end
2204822058
item
2204922059
end
2205022060
item
@@ -22124,6 +22134,8 @@ object MainForm: TMainForm
2212422134
item
2212522135
end
2212622136
item
22137+
end
22138+
item
2212722139
end>
2212822140
end
2212922141
object btcyFullScript: TButton
@@ -22495,13 +22507,22 @@ object MainForm: TMainForm
2249522507
TabOrder = 23
2249622508
Text = '0'
2249722509
end
22510+
object edcytarget_param4: TJvComboEdit
22511+
Left = 539
22512+
Top = 490
22513+
Width = 130
22514+
Height = 21
22515+
ShowButton = False
22516+
TabOrder = 24
22517+
Text = '0'
22518+
end
2249822519
object edcytarget_x: TJvComboEdit
2249922520
Left = 3
2250022521
Top = 534
2250122522
Width = 121
2250222523
Height = 21
2250322524
ShowButton = False
22504-
TabOrder = 24
22525+
TabOrder = 25
2250522526
Text = '0'
2250622527
end
2250722528
object edcytarget_z: TJvComboEdit
@@ -22510,7 +22531,7 @@ object MainForm: TMainForm
2251022531
Width = 130
2251122532
Height = 21
2251222533
ShowButton = False
22513-
TabOrder = 25
22534+
TabOrder = 26
2251422535
Text = '0'
2251522536
end
2251622537
object edcytarget_o: TJvComboEdit
@@ -22519,7 +22540,7 @@ object MainForm: TMainForm
2251922540
Width = 130
2252022541
Height = 21
2252122542
ShowButton = False
22522-
TabOrder = 26
22543+
TabOrder = 27
2252322544
Text = '0'
2252422545
end
2252522546
object edcycomment: TJvComboEdit
@@ -22528,7 +22549,7 @@ object MainForm: TMainForm
2252822549
Width = 502
2252922550
Height = 21
2253022551
ShowButton = False
22531-
TabOrder = 27
22552+
TabOrder = 28
2253222553
Text = ''
2253322554
end
2253422555
object edcyentryorguid: TJvComboEdit
@@ -22537,7 +22558,7 @@ object MainForm: TMainForm
2253722558
Width = 117
2253822559
Height = 21
2253922560
ShowButton = False
22540-
TabOrder = 28
22561+
TabOrder = 29
2254122562
Text = ''
2254222563
end
2254322564
object btcyLoad: TButton
@@ -22546,7 +22567,7 @@ object MainForm: TMainForm
2254622567
Width = 75
2254722568
Height = 25
2254822569
Caption = 'Search'
22549-
TabOrder = 29
22570+
TabOrder = 30
2255022571
OnClick = btcyLoadClick
2255122572
end
2255222573
object edcytarget_y: TJvComboEdit
@@ -22555,7 +22576,7 @@ object MainForm: TMainForm
2255522576
Width = 130
2255622577
Height = 21
2255722578
ShowButton = False
22558-
TabOrder = 30
22579+
TabOrder = 31
2255922580
Text = '0'
2256022581
end
2256122582
end

0 commit comments

Comments
 (0)