Changeset 13 for trunk/UMainWindow.dfm
- Timestamp:
- Feb 11, 2008, 2:14:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainWindow.dfm
r12 r13 3 3 Top = 296 4 4 Caption = 'SunriseChat' 5 ClientHeight = 3 525 ClientHeight = 372 6 6 ClientWidth = 471 7 7 Color = clBtnFace … … 28 28 Top = 0 29 29 Width = 471 30 Height = 3 5230 Height = 372 31 31 Align = alClient 32 32 BevelOuter = bvNone 33 33 FullRepaint = False 34 34 TabOrder = 0 35 ExplicitHeight = 352 35 36 object Splitter3: TSplitter 36 37 Left = 323 37 38 Top = 0 38 39 Width = 2 39 Height = 3 2240 Height = 342 40 41 Align = alRight 41 42 ExplicitLeft = 322 … … 44 45 object Panel4: TPanel 45 46 Left = 0 46 Top = 3 2247 Top = 342 47 48 Width = 471 48 49 Height = 30 … … 51 52 FullRepaint = False 52 53 TabOrder = 0 54 ExplicitTop = 322 53 55 DesignSize = ( 54 56 471 … … 89 91 Top = 0 90 92 Width = 26 91 Height = 3 2293 Height = 342 92 94 Align = alRight 93 95 BevelOuter = bvNone 94 96 TabOrder = 1 97 ExplicitHeight = 322 95 98 object ToolBar1: TToolBar 96 99 Left = 0 97 Top = 1 68100 Top = 188 98 101 Width = 26 99 102 Height = 154 … … 106 109 TabOrder = 0 107 110 Transparent = False 111 ExplicitTop = 168 108 112 object ToolButton1: TToolButton 109 113 Left = 0 … … 178 182 Top = 0 179 183 Width = 120 180 Height = 3 22184 Height = 342 181 185 Align = alRight 182 186 BevelOuter = bvNone 183 187 FullRepaint = False 184 188 TabOrder = 2 189 ExplicitHeight = 322 185 190 DesignSize = ( 186 191 120 187 3 22)192 342) 188 193 object Label1: TLabel 189 194 Left = 2 … … 197 202 Top = 20 198 203 Width = 116 199 Height = 299204 Height = 319 200 205 Hint = 'Seznam online u'#382'ivatel'#367 201 206 Anchors = [akLeft, akTop, akRight, akBottom] … … 212 217 OnClick = ListView1Click 213 218 OnInfoTip = ListView1InfoTip 219 ExplicitHeight = 299 214 220 end 215 221 end … … 218 224 Top = 0 219 225 Width = 323 220 Height = 3 22226 Height = 342 221 227 Align = alClient 222 228 BevelOuter = bvNone 223 229 FullRepaint = False 224 230 TabOrder = 3 231 ExplicitHeight = 322 225 232 DesignSize = ( 226 233 323 227 3 22)234 342) 228 235 object Label2: TLabel 229 236 Left = 8 … … 246 253 Top = 0 247 254 Width = 317 248 Height = 2 30255 Height = 250 249 256 ActivePage = TabSheet1 250 257 Anchors = [akLeft, akTop, akRight, akBottom] … … 259 266 TabOrder = 1 260 267 OnChange = TabControl1Change 268 ExplicitHeight = 230 261 269 object TabSheet1: TTabSheet 262 270 Caption = 'TabSheet1' … … 268 276 ImageIndex = 1 269 277 ParentFont = False 278 ExplicitHeight = 201 270 279 end 271 280 end … … 274 283 Top = 20 275 284 Width = 317 276 Height = 3 00285 Height = 320 277 286 Anchors = [akLeft, akTop, akRight, akBottom] 278 287 BevelOuter = bvNone … … 282 291 TabOrder = 0 283 292 OnResize = Panel6Resize 293 ExplicitHeight = 300 284 294 object ListView2: TListView 285 295 Left = 0 286 296 Top = 0 287 297 Width = 317 288 Height = 3 00298 Height = 320 289 299 Align = alClient 290 300 Columns = <> 291 301 TabOrder = 1 302 ExplicitHeight = 300 292 303 end 293 304 object RichView1: TRichView … … 1913 1924 Action = ActionAbout 1914 1925 end 1926 object Log1: TMenuItem 1927 Caption = 'Log' 1928 OnClick = Log1Click 1929 end 1915 1930 end 1916 1931 object PopupMenu5: TPopupMenu … … 2003 2018 Top = 112 2004 2019 end 2020 object fndUDPSocket1: TfndUDPSocket 2021 Left = 48 2022 Top = 216 2023 end 2024 object fndUDPClientSocket1: TfndUDPClientSocket 2025 Left = 144 2026 Top = 232 2027 end 2005 2028 end
Note:
See TracChangeset
for help on using the changeset viewer.