source: tags/1.2.0/LocalPlayer/MessgEx.lfm

Last change on this file was 232, checked in by chronos, 4 years ago
  • Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
File size: 1.6 KB
Line 
1object MessgExDlg: TMessgExDlg
2 Left = 463
3 Top = 164
4 BorderIcons = []
5 BorderStyle = bsNone
6 Caption = 'C-evo'
7 ClientHeight = 134
8 ClientWidth = 418
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -13
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 FormStyle = fsStayOnTop
16 OnClose = FormClose
17 OnCreate = FormCreate
18 OnKeyPress = FormKeyPress
19 OnPaint = FormPaint
20 OnShow = FormShow
21 PixelsPerInch = 96
22 Scaled = False
23 object Button1: TButtonA
24 Left = 43
25 Top = 104
26 Width = 100
27 Height = 25
28 Down = False
29 Permanent = False
30 OnClick = Button1Click
31 Caption = ''
32 end
33 object Button2: TButtonA
34 Left = 159
35 Top = 104
36 Width = 100
37 Height = 25
38 Down = False
39 Permanent = False
40 OnClick = Button2Click
41 Caption = ''
42 end
43 object Button3: TButtonA
44 Left = 275
45 Top = 104
46 Width = 100
47 Height = 25
48 Down = False
49 Permanent = False
50 OnClick = Button3Click
51 Caption = ''
52 end
53 object RemoveBtn: TButtonB
54 Left = 384
55 Top = 104
56 Width = 25
57 Height = 25
58 Down = False
59 Permanent = False
60 OnClick = RemoveBtnClick
61 ButtonIndex = 0
62 end
63 object EInput: TEdit
64 Left = 125
65 Top = 64
66 Width = 168
67 Height = 19
68 TabStop = False
69 BorderStyle = bsNone
70 Color = clBlack
71 Font.Charset = DEFAULT_CHARSET
72 Font.Color = 4176863
73 Font.Height = -15
74 Font.Name = 'Times New Roman'
75 Font.Style = [fsBold]
76 ParentFont = False
77 TabOrder = 0
78 end
79end
Note: See TracBrowser for help on using the repository browser.