-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit2.dfm
140 lines (140 loc) · 2.64 KB
/
Unit2.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
object Form2: TForm2
Left = 326
Top = 145
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'PAlg'#305'la'
ClientHeight = 308
ClientWidth = 732
Color = clBtnFace
Font.Charset = TURKISH_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
PixelsPerInch = 96
TextHeight = 16
object GroupBox1: TGroupBox
Left = 16
Top = 24
Width = 697
Height = 255
Caption = ' Aktif Process'#39'in Bilgileri '
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 27
Width = 47
Height = 16
Caption = 'Full Yol'
end
object Label2: TLabel
Left = 16
Top = 82
Width = 20
Height = 16
Caption = 'Yol'
end
object Label3: TLabel
Left = 16
Top = 138
Width = 65
Height = 16
Caption = 'Dosya Ad'#305
end
object Label4: TLabel
Left = 16
Top = 194
Width = 104
Height = 16
Caption = 'Uygulama Ba'#351'l'#305'k'
end
object fullP: TEdit
Left = 16
Top = 48
Width = 600
Height = 24
TabOrder = 0
end
object path: TEdit
Left = 16
Top = 104
Width = 600
Height = 24
TabOrder = 1
end
object exeadi: TEdit
Left = 16
Top = 160
Width = 600
Height = 24
TabOrder = 2
end
object exebaslik: TEdit
Left = 16
Top = 216
Width = 600
Height = 24
TabOrder = 3
end
object Button1: TButton
Left = 616
Top = 48
Width = 61
Height = 24
Caption = 'Kopyala'
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 616
Top = 104
Width = 61
Height = 24
Caption = 'Kopyala'
TabOrder = 5
OnClick = Button1Click
end
object Button3: TButton
Left = 616
Top = 160
Width = 61
Height = 24
Caption = 'Kopyala'
TabOrder = 6
OnClick = Button1Click
end
object Button4: TButton
Left = 616
Top = 216
Width = 61
Height = 24
Caption = 'Kopyala'
TabOrder = 7
OnClick = Button1Click
end
object otoBtn: TButton
Left = 540
Top = 0
Width = 137
Height = 25
Caption = 'Oto Alg'#305'lama Kapal'#305
TabOrder = 8
OnClick = otoBtnClick
end
end
object appev: TApplicationEvents
Left = 384
Top = 16
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Left = 456
Top = 16
end
end