Changeset 128 for CoolStreaming/Demo/DynNumber/UMainForm.lfm
- Timestamp:
- Jan 16, 2011, 4:31:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/Demo/DynNumber/UMainForm.lfm
r126 r128 3 3 Height = 495 4 4 Top = 114 5 Width = 5505 Width = 669 6 6 Caption = 'DynNumber Demo' 7 7 ClientHeight = 495 8 ClientWidth = 5508 ClientWidth = 669 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy 11 11 LCLVersion = '0.9.31' 12 object Edit1: TEdit12 object PageControl1: TPageControl 13 13 Left = 8 14 Height = 480 15 Top = 8 16 Width = 656 17 ActivePage = TabSheet2 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 TabIndex = 1 20 TabOrder = 0 21 object TabSheet1: TTabSheet 22 Caption = 'Generator' 23 ClientHeight = 449 24 ClientWidth = 652 25 object Button1: TButton 26 Left = 11 27 Height = 25 28 Top = 10 29 Width = 75 30 Caption = 'Generate' 31 OnClick = Button1Click 32 TabOrder = 0 33 end 34 object Button2: TButton 35 Left = 374 36 Height = 25 37 Top = 11 38 Width = 75 39 Caption = 'test' 40 OnClick = Button2Click 41 TabOrder = 1 42 end 43 object SpinEdit1: TSpinEdit 44 Left = 99 45 Height = 25 46 Top = 10 47 Width = 106 48 MaxValue = 100000000 49 TabOrder = 2 50 Value = 10000 51 end 52 object ListView1: TListView 53 Left = 11 54 Height = 400 55 Top = 43 56 Width = 635 57 Anchors = [akTop, akLeft, akRight, akBottom] 58 Columns = < 59 item 60 Caption = 'Number' 61 Width = 70 62 end 63 item 64 Caption = 'Overhead' 65 Width = 70 66 end 67 item 68 Caption = 'Value' 69 Width = 494 70 end> 71 TabOrder = 3 72 ViewStyle = vsReport 73 end 74 end 75 object TabSheet2: TTabSheet 76 Caption = 'Encoder' 77 ClientHeight = 449 78 ClientWidth = 652 79 object Edit1: TEdit 80 Left = 8 81 Height = 25 82 Top = 8 83 Width = 638 84 Anchors = [akTop, akLeft, akRight] 85 TabOrder = 0 86 Text = '1' 87 end 88 object Button3: TButton 89 Left = 8 90 Height = 25 91 Top = 42 92 Width = 142 93 Caption = 'Encode' 94 OnClick = Button3Click 95 TabOrder = 1 96 end 97 object Edit2: TEdit 98 Left = 6 99 Height = 25 100 Top = 75 101 Width = 638 102 Anchors = [akTop, akLeft, akRight] 103 TabOrder = 2 104 Text = '1' 105 end 106 object Button4: TButton 107 Left = 8 108 Height = 25 109 Top = 107 110 Width = 142 111 Caption = 'Decode' 112 OnClick = Button4Click 113 TabOrder = 3 114 end 115 end 116 end 117 object Edit3: TEdit 118 Left = 16 14 119 Height = 25 15 Top = 8 16 Width = 320 17 TabOrder = 0 120 Top = 176 121 Width = 638 122 Anchors = [akTop, akLeft, akRight] 123 TabOrder = 1 18 124 Text = '1' 19 125 end 20 object Button1: TButton21 Left = 33622 Height = 2523 Top = 524 Width = 7525 Caption = 'Encode'26 OnClick = Button1Click27 TabOrder = 128 end29 object Button2: TButton30 Left = 41631 Height = 2532 Top = 733 Width = 7534 Caption = 'Generate'35 OnClick = Button2Click36 TabOrder = 237 end38 object ListView1: TListView39 Left = 840 Height = 44841 Top = 4042 Width = 53643 Anchors = [akTop, akLeft, akRight, akBottom]44 Columns = <45 item46 Caption = 'Number'47 Width = 7048 end49 item50 Caption = 'Overhead'51 Width = 7052 end53 item54 Caption = 'Value'55 Width = 37556 end>57 TabOrder = 358 ViewStyle = vsReport59 end60 126 end
Note:
See TracChangeset
for help on using the changeset viewer.