forked from isisedonusum/SampleD2010
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.dfm
158 lines (158 loc) · 3.27 KB
/
Unit1.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 299
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 635
Height = 299
ActivePage = TabSheet4
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Bilgiler'
object Label1: TLabel
Left = 208
Top = 72
Width = 49
Height = 13
Caption = 'VKN/TCKN'
end
object Label2: TLabel
Left = 208
Top = 99
Width = 37
Height = 13
Caption = 'Kullan'#305'c'#305
end
object Label3: TLabel
Left = 208
Top = 123
Width = 22
Height = 13
Caption = #350'ifre'
end
object txtVKN: TEdit
Left = 263
Top = 69
Width = 121
Height = 21
TabOrder = 0
Text = 'txtVKN'
end
object txtUser: TEdit
Left = 263
Top = 96
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object txtPass: TEdit
Left = 263
Top = 123
Width = 121
Height = 21
TabOrder = 2
Text = 'Edit1'
end
end
object TabSheet2: TTabSheet
Caption = 'M'#252'kellef'
ImageIndex = 1
DesignSize = (
627
271)
object Button1: TButton
Left = 272
Top = 98
Width = 75
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Sorgula'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 216
Top = 3
Width = 185
Height = 89
Anchors = [akLeft, akTop, akRight]
Lines.Strings = (
'*')
TabOrder = 1
end
object Memo2: TMemo
Left = 0
Top = 129
Width = 627
Height = 142
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 2
end
object Button2: TButton
Left = 549
Top = 98
Width = 75
Height = 25
Caption = 'Toplu '#304'ndir'
TabOrder = 3
OnClick = Button2Click
end
end
object TabSheet4: TTabSheet
Caption = 'Olu'#351'tur'
ImageIndex = 3
object Button4: TButton
Left = 280
Top = 120
Width = 75
Height = 25
Caption = 'Olu'#351'tur'
TabOrder = 0
OnClick = Button4Click
end
end
object TabSheet3: TTabSheet
Caption = 'G'#246'nder'
ImageIndex = 2
object Button3: TButton
Left = 280
Top = 56
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 0
OnClick = Button3Click
end
object Memo3: TMemo
Left = 0
Top = 129
Width = 627
Height = 142
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 1
end
end
end
object OpenDialog1: TOpenDialog
Left = 152
Top = 32
end
end