Changeset 572 for CoolStreaming/Demo/DynNumber/UMainForm.lfm
- Timestamp:
- Jun 25, 2024, 1:37:11 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/Demo/DynNumber/UMainForm.lfm
r128 r572 1 1 object MainForm: TMainForm 2 2 Left = 321 3 Height = 4953 Height = 742 4 4 Top = 114 5 Width = 6695 Width = 1004 6 6 Caption = 'DynNumber Demo' 7 ClientHeight = 495 8 ClientWidth = 669 7 ClientHeight = 742 8 ClientWidth = 1004 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy 11 LCLVersion = ' 0.9.31'12 LCLVersion = '3.4.0.0' 12 13 object PageControl1: TPageControl 13 Left = 814 Height = 48015 Top = 816 Width = 65614 Left = 12 15 Height = 720 16 Top = 12 17 Width = 984 17 18 ActivePage = TabSheet2 18 19 Anchors = [akTop, akLeft, akRight, akBottom] … … 21 22 object TabSheet1: TTabSheet 22 23 Caption = 'Generator' 23 ClientHeight = 44924 ClientWidth = 65224 ClientHeight = 680 25 ClientWidth = 974 25 26 object Button1: TButton 26 Left = 1 127 Height = 2528 Top = 1 029 Width = 7527 Left = 16 28 Height = 38 29 Top = 15 30 Width = 112 30 31 Caption = 'Generate' 32 TabOrder = 0 31 33 OnClick = Button1Click 32 TabOrder = 033 34 end 34 35 object Button2: TButton 35 Left = 37436 Height = 2537 Top = 1 138 Width = 7536 Left = 561 37 Height = 38 38 Top = 16 39 Width = 112 39 40 Caption = 'test' 41 TabOrder = 1 40 42 OnClick = Button2Click 41 TabOrder = 142 43 end 43 44 object SpinEdit1: TSpinEdit 44 Left = 9945 Height = 2546 Top = 1 047 Width = 1 0645 Left = 148 46 Height = 43 47 Top = 15 48 Width = 159 48 49 MaxValue = 100000000 49 50 TabOrder = 2 … … 51 52 end 52 53 object ListView1: TListView 53 Left = 1 154 Height = 40055 Top = 4356 Width = 63554 Left = 16 55 Height = 607 56 Top = 64 57 Width = 949 57 58 Anchors = [akTop, akLeft, akRight, akBottom] 58 59 Columns = < 59 60 item 60 61 Caption = 'Number' 61 Width = 7062 Width = 105 62 63 end 63 64 item 64 65 Caption = 'Overhead' 65 Width = 7066 Width = 105 66 67 end 67 68 item 68 69 Caption = 'Value' 69 Width = 49470 Width = 741 70 71 end> 71 72 TabOrder = 3 … … 75 76 object TabSheet2: TTabSheet 76 77 Caption = 'Encoder' 77 ClientHeight = 44978 ClientWidth = 65278 ClientHeight = 680 79 ClientWidth = 974 79 80 object Edit1: TEdit 80 Left = 881 Height = 2582 Top = 883 Width = 63881 Left = 12 82 Height = 43 83 Top = 12 84 Width = 953 84 85 Anchors = [akTop, akLeft, akRight] 85 86 TabOrder = 0 … … 87 88 end 88 89 object Button3: TButton 89 Left = 890 Height = 2591 Top = 4292 Width = 14290 Left = 12 91 Height = 38 92 Top = 63 93 Width = 213 93 94 Caption = 'Encode' 95 TabOrder = 1 94 96 OnClick = Button3Click 95 TabOrder = 196 97 end 97 98 object Edit2: TEdit 98 Left = 699 Height = 25100 Top = 75101 Width = 63899 Left = 9 100 Height = 43 101 Top = 112 102 Width = 953 102 103 Anchors = [akTop, akLeft, akRight] 103 104 TabOrder = 2 … … 105 106 end 106 107 object Button4: TButton 107 Left = 8108 Height = 25109 Top = 1 07110 Width = 142108 Left = 12 109 Height = 38 110 Top = 160 111 Width = 213 111 112 Caption = 'Decode' 113 TabOrder = 3 112 114 OnClick = Button4Click 113 TabOrder = 3114 115 end 115 116 end 116 117 end 117 118 object Edit3: TEdit 118 Left = 16119 Height = 25120 Top = 176121 Width = 638119 Left = 24 120 Height = 43 121 Top = 264 122 Width = 958 122 123 Anchors = [akTop, akLeft, akRight] 123 124 TabOrder = 1
Note:
See TracChangeset
for help on using the changeset viewer.