Changeset 11 for trunk/UMainWindow.dfm
- Timestamp:
- Feb 11, 2008, 11:18:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainWindow.dfm
r9 r11 3 3 Top = 296 4 4 Caption = 'SunriseChat' 5 ClientHeight = 3 316 ClientWidth = 47 05 ClientHeight = 352 6 ClientWidth = 471 7 7 Color = clBtnFace 8 8 Constraints.MinHeight = 100 … … 27 27 Left = 0 28 28 Top = 0 29 Width = 47 030 Height = 3 3129 Width = 471 30 Height = 352 31 31 Align = alClient 32 32 BevelOuter = bvNone 33 33 FullRepaint = False 34 34 TabOrder = 0 35 ExplicitWidth = 470 36 ExplicitHeight = 331 35 37 object Splitter3: TSplitter 36 Left = 32 238 Left = 323 37 39 Top = 0 38 40 Width = 2 39 Height = 3 0141 Height = 322 40 42 Align = alRight 43 ExplicitLeft = 322 44 ExplicitHeight = 301 41 45 end 42 46 object Panel4: TPanel 43 47 Left = 0 44 Top = 3 0145 Width = 47 048 Top = 322 49 Width = 471 46 50 Height = 30 47 51 Align = alBottom … … 49 53 FullRepaint = False 50 54 TabOrder = 0 55 ExplicitTop = 301 56 ExplicitWidth = 470 51 57 DesignSize = ( 52 47 058 471 53 59 30) 54 60 object Button1: TButton 55 Left = 41 261 Left = 413 56 62 Top = 3 57 63 Width = 54 … … 62 68 TabOrder = 0 63 69 OnClick = Button1Click 70 ExplicitLeft = 412 64 71 end 65 72 object ComboBox1: TComboBox 66 73 Left = 4 67 74 Top = 4 68 Width = 40 175 Width = 402 69 76 Height = 21 70 77 AutoComplete = False … … 81 88 Items.Strings = ( 82 89 '') 90 ExplicitWidth = 401 83 91 end 84 92 end 85 93 object Panel5: TPanel 86 Left = 32 494 Left = 325 87 95 Top = 0 88 96 Width = 26 89 Height = 3 0197 Height = 322 90 98 Align = alRight 91 99 BevelOuter = bvNone 92 100 TabOrder = 1 101 ExplicitLeft = 324 102 ExplicitHeight = 301 93 103 object ToolBar1: TToolBar 94 104 Left = 0 95 Top = 1 47105 Top = 168 96 106 Width = 26 97 107 Height = 154 … … 174 184 end 175 185 object Panel2: TPanel 176 Left = 35 0186 Left = 351 177 187 Top = 0 178 188 Width = 120 179 Height = 3 01189 Height = 322 180 190 Align = alRight 181 191 BevelOuter = bvNone 182 192 FullRepaint = False 183 193 TabOrder = 2 194 ExplicitLeft = 350 195 ExplicitHeight = 301 184 196 DesignSize = ( 185 197 120 186 3 01)198 322) 187 199 object Label1: TLabel 188 200 Left = 2 … … 196 208 Top = 20 197 209 Width = 116 198 Height = 2 60210 Height = 299 199 211 Hint = 'Seznam online u'#382'ivatel'#367 200 212 Anchors = [akLeft, akTop, akRight, akBottom] … … 216 228 Left = 0 217 229 Top = 0 218 Width = 32 2219 Height = 3 01230 Width = 323 231 Height = 322 220 232 Align = alClient 221 233 BevelOuter = bvNone 222 234 FullRepaint = False 223 235 TabOrder = 3 236 ExplicitWidth = 322 237 ExplicitHeight = 301 224 238 DesignSize = ( 225 32 2226 3 01)239 323 240 322) 227 241 object Label2: TLabel 228 242 Left = 8 … … 244 258 Left = 4 245 259 Top = 0 246 Width = 31 6247 Height = 2 09260 Width = 317 261 Height = 230 248 262 ActivePage = TabSheet1 249 263 Anchors = [akLeft, akTop, akRight, akBottom] … … 258 272 TabOrder = 1 259 273 OnChange = TabControl1Change 274 ExplicitWidth = 316 275 ExplicitHeight = 209 260 276 object TabSheet1: TTabSheet 261 277 Caption = 'TabSheet1' … … 267 283 ImageIndex = 1 268 284 ParentFont = False 285 ExplicitWidth = 308 286 ExplicitHeight = 180 269 287 end 270 288 end … … 272 290 Left = 4 273 291 Top = 20 274 Width = 31 6275 Height = 260292 Width = 317 293 Height = 300 276 294 Anchors = [akLeft, akTop, akRight, akBottom] 277 295 BevelOuter = bvNone … … 284 302 Left = 0 285 303 Top = 0 286 Width = 31 6287 Height = 260304 Width = 317 305 Height = 300 288 306 Align = alClient 289 307 Columns = <> 290 308 TabOrder = 1 309 ExplicitWidth = 316 310 ExplicitHeight = 260 291 311 end 292 312 object RichView1: TRichView … … 294 314 Top = 1 295 315 Width = 314 296 Height = 2 78316 Height = 295 297 317 TabStop = True 298 318 TabOrder = 0 … … 1998 2018 Top = 80 1999 2019 end 2020 object XPManifest1: TXPManifest 2021 Left = 176 2022 Top = 112 2023 end 2000 2024 end
Note:
See TracChangeset
for help on using the changeset viewer.