root/Cheat Engine/ProcessWindowUnit.dfm @ 314

Revision 314, 3.8 kB (checked in by dark_byte, 7 months ago)

commiting all minor fixes

Line 
1object ProcessWindow: TProcessWindow
2  Left = 543
3  Top = 311
4  Width = 254
5  Height = 355
6  HelpContext = 4
7  BorderIcons = [biSystemMenu]
8  Caption = 'Process List'
9  Color = clBtnFace
10  Font.Charset = DEFAULT_CHARSET
11  Font.Color = clWindowText
12  Font.Height = -11
13  Font.Name = 'MS Sans Serif'
14  Font.Style = []
15  OldCreateOrder = False
16  Position = poMainFormCenter
17  Scaled = False
18  OnClose = FormClose
19  OnResize = FormResize
20  OnShow = FormShow
21  PixelsPerInch = 120
22  TextHeight = 13
23  object ProcessList: TListBox
24    Left = 0
25    Top = 0
26    Width = 236
27    Height = 141
28    Style = lbOwnerDrawFixed
29    Align = alClient
30    ItemHeight = 16
31    PopupMenu = PopupMenu1
32    TabOrder = 0
33    OnDblClick = OKButtonClick
34    OnDrawItem = ProcessListDrawItem
35  end
36  object Panel1: TPanel
37    Left = 0
38    Top = 141
39    Width = 236
40    Height = 169
41    Align = alBottom
42    BevelInner = bvLowered
43    BevelOuter = bvNone
44    TabOrder = 1
45    object Panel2: TPanel
46      Left = 1
47      Top = 1
48      Width = 234
49      Height = 167
50      Align = alClient
51      BevelOuter = bvNone
52      TabOrder = 0
53      object Button6: TButton
54        Left = 164
55        Top = 120
56        Width = 76
57        Height = 17
58        Caption = 'Process watch'
59        TabOrder = 0
60        OnClick = Button6Click
61      end
62      object Button2: TButton
63        Left = 83
64        Top = 120
65        Width = 76
66        Height = 17
67        Caption = 'Window List'
68        TabOrder = 1
69        OnClick = Button2Click
70      end
71      object Button1: TButton
72        Left = 7
73        Top = 120
74        Width = 76
75        Height = 17
76        Caption = 'Process List'
77        TabOrder = 2
78        OnClick = Button1Click
79      end
80      object Button5: TButton
81        Left = 32
82        Top = 88
83        Width = 177
84        Height = 17
85        Caption = 'Open file'
86        TabOrder = 3
87        OnClick = Button5Click
88      end
89      object Button3: TButton
90        Left = 32
91        Top = 64
92        Width = 177
93        Height = 17
94        Caption = 'Create process'
95        TabOrder = 4
96        OnClick = Button3Click
97      end
98      object Button4: TButton
99        Left = 32
100        Top = 40
101        Width = 177
102        Height = 17
103        Caption = 'Attach debugger to process'
104        TabOrder = 5
105        OnClick = Button4Click
106      end
107      object CancelButton: TButton
108        Left = 134
109        Top = 8
110        Width = 75
111        Height = 25
112        Cancel = True
113        Caption = 'Cancel'
114        TabOrder = 6
115        OnClick = CancelButtonClick
116      end
117      object OKButton: TButton
118        Left = 32
119        Top = 8
120        Width = 75
121        Height = 25
122        Caption = 'Open'
123        Default = True
124        TabOrder = 7
125        OnClick = OKButtonClick
126      end
127      object btnProcessListLong: TButton
128        Left = 56
129        Top = 145
130        Width = 129
131        Height = 18
132        Caption = 'Process List(long)'
133        TabOrder = 8
134        OnClick = btnProcessListLongClick
135      end
136    end
137  end
138  object OpenDialog1: TOpenDialog
139    DefaultExt = 'EXE'
140    Filter = 'EXE files|*.exe'
141  end
142  object OpenDialog2: TOpenDialog
143    Filter = 'All files (*.*)|*.*'
144    Left = 224
145  end
146  object PopupMenu1: TPopupMenu
147    Left = 112
148    Top = 48
149    object InputPIDmanually1: TMenuItem
150      Caption = 'Input PID manually'
151      ShortCut = 16464
152      OnClick = InputPIDmanually1Click
153    end
154    object Filter1: TMenuItem
155      Caption = 'Filter'
156      ShortCut = 16454
157      OnClick = Filter1Click
158    end
159    object Showinvisiblewindows1: TMenuItem
160      Caption = 'Show invisible windows'
161      ShortCut = 16457
162      OnClick = Showinvisiblewindows1Click
163    end
164  end
165end
Note: See TracBrowser for help on using the browser.