source: cprs/branches/HealthSevak-CPRS/BDK50/BDK32_P50/D2006/fPlinkpw.dfm@ 1691

Last change on this file since 1691 was 1691, checked in by healthsevak, 9 years ago

Committing the files for first time to this new branch

File size: 982 bytes
Line 
1object fPlinkPassword: TfPlinkPassword
2 Left = 234
3 Top = 119
4 Width = 300
5 Height = 151
6 Caption = 'Enter Plink Password'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 PixelsPerInch = 96
15 TextHeight = 13
16 object Label1: TLabel
17 Left = 40
18 Top = 8
19 Width = 212
20 Height = 13
21 Caption = 'Enter your Plink Password - or enter it on the '
22 end
23 object Label2: TLabel
24 Left = 57
25 Top = 24
26 Width = 177
27 Height = 13
28 Caption = 'Command Line as SSHpw=password'
29 end
30 object Edit1: TEdit
31 Left = 49
32 Top = 48
33 Width = 193
34 Height = 21
35 PasswordChar = '*'
36 TabOrder = 0
37 end
38 object Button1: TButton
39 Left = 108
40 Top = 88
41 Width = 75
42 Height = 25
43 Caption = 'OK'
44 Default = True
45 TabOrder = 1
46 OnClick = Button1Click
47 end
48end
Note: See TracBrowser for help on using the repository browser.