Changeset 89 for Docking/CoolDocking/UCoolDockCustomize.lfm
- Timestamp:
- Nov 4, 2010, 7:14:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCoolDockCustomize.lfm
r60 r89 1 1 object CoolDockCustomizeForm: TCoolDockCustomizeForm 2 Left = 3742 Left = 431 3 3 Height = 323 4 Top = 13 54 Top = 139 5 5 Width = 407 6 6 Caption = 'Customize docking' 7 7 ClientHeight = 323 8 8 ClientWidth = 407 9 OnShow = FormShow 9 10 LCLVersion = '0.9.29' 10 11 object PageControl1: TPageControl … … 30 31 end 31 32 object ComboBox1: TComboBox 32 Left = 1 3233 Left = 164 33 34 Height = 21 34 35 Top = 10 35 36 Width = 100 36 37 ItemHeight = 13 38 Items.Strings = ( 39 'Auto' 40 'Left' 41 'Top' 42 'Right' 43 'Bottom' 44 ) 45 Style = csDropDownList 37 46 TabOrder = 0 38 Text = 'ComboBox1'39 47 end 40 48 object Label2: TLabel … … 47 55 end 48 56 object ComboBox2: TComboBox 49 Left = 1 3257 Left = 164 50 58 Height = 21 51 59 Top = 38 52 60 Width = 100 53 61 ItemHeight = 13 62 Items.Strings = ( 63 'Auto' 64 'Left' 65 'Top' 66 'Right' 67 'Bottom' 68 ) 69 Style = csDropDownList 54 70 TabOrder = 1 55 Text = 'ComboBox1' 71 end 72 object Label3: TLabel 73 Left = 7 74 Height = 14 75 Top = 67 76 Width = 101 77 Caption = 'Hide/unhide duration' 78 ParentColor = False 79 end 80 object SpinEdit1: TSpinEdit 81 Left = 164 82 Height = 21 83 Top = 64 84 Width = 100 85 MaxValue = 10000 86 TabOrder = 2 87 end 88 object Label4: TLabel 89 Left = 270 90 Height = 14 91 Top = 67 92 Width = 14 93 Caption = 'ms' 94 ParentColor = False 56 95 end 57 96 end
Note:
See TracChangeset
for help on using the changeset viewer.