Changeset 126 for CoolStreaming/Demo/DynNumber/UMainForm.lfm
- Timestamp:
- Jan 15, 2011, 10:03:27 PM (14 years ago)
- Location:
- CoolStreaming/Demo/DynNumber
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/Demo/DynNumber
- Property svn:ignore
-
old new 1 1 DynNumberDemo.exe 2 2 lib 3 heaptrclog.trc 4 DynNumberDemo
-
- Property svn:ignore
-
CoolStreaming/Demo/DynNumber/UMainForm.lfm
r125 r126 10 10 OnDestroy = FormDestroy 11 11 LCLVersion = '0.9.31' 12 object Memo1: TMemo13 Left = 814 Height = 44815 Top = 4016 Width = 53617 Anchors = [akTop, akLeft, akRight, akBottom]18 Font.Name = 'Consolas'19 ParentFont = False20 TabOrder = 021 end22 12 object Edit1: TEdit 23 13 Left = 8 24 Height = 2 114 Height = 25 25 15 Top = 8 26 16 Width = 320 27 TabOrder = 117 TabOrder = 0 28 18 Text = '1' 29 19 end … … 35 25 Caption = 'Encode' 36 26 OnClick = Button1Click 27 TabOrder = 1 28 end 29 object Button2: TButton 30 Left = 416 31 Height = 25 32 Top = 7 33 Width = 75 34 Caption = 'Generate' 35 OnClick = Button2Click 37 36 TabOrder = 2 38 37 end 38 object ListView1: TListView 39 Left = 8 40 Height = 448 41 Top = 40 42 Width = 536 43 Anchors = [akTop, akLeft, akRight, akBottom] 44 Columns = < 45 item 46 Caption = 'Number' 47 Width = 70 48 end 49 item 50 Caption = 'Overhead' 51 Width = 70 52 end 53 item 54 Caption = 'Value' 55 Width = 375 56 end> 57 TabOrder = 3 58 ViewStyle = vsReport 59 end 39 60 end
Note:
See TracChangeset
for help on using the changeset viewer.