source: trunk/Forms/UFormCommit.lfm

Last change on this file was 7, checked in by chronos, 9 years ago
  • Added: Commit form.
File size: 2.1 KB
Line 
1object FormCommit: TFormCommit
2 Left = 551
3 Height = 553
4 Top = 395
5 Width = 738
6 Caption = 'Commit'
7 ClientHeight = 553
8 ClientWidth = 738
9 OnCreate = FormCreate
10 LCLVersion = '1.5'
11 object GroupBox1: TGroupBox
12 Left = 0
13 Height = 185
14 Top = 0
15 Width = 738
16 Align = alTop
17 Caption = 'Message'
18 ClientHeight = 158
19 ClientWidth = 734
20 TabOrder = 0
21 OnClick = GroupBox1Click
22 object MemoMessage: TMemo
23 Left = 8
24 Height = 102
25 Top = 48
26 Width = 718
27 Align = alBottom
28 Anchors = [akTop, akLeft, akRight, akBottom]
29 BorderSpacing.Around = 8
30 TabOrder = 0
31 end
32 object ComboBox1: TComboBox
33 Left = 8
34 Height = 37
35 Top = 8
36 Width = 712
37 Anchors = [akTop, akLeft, akRight]
38 ItemHeight = 0
39 Style = csDropDownList
40 TabOrder = 1
41 end
42 end
43 object ListView1: TListView
44 Left = 8
45 Height = 298
46 Top = 198
47 Width = 722
48 Align = alClient
49 BorderSpacing.Around = 8
50 Columns = <
51 item
52 Caption = 'File'
53 Width = 250
54 end
55 item
56 Caption = 'Extension'
57 Width = 90
58 end
59 item
60 Caption = 'Status'
61 Width = 150
62 end
63 item
64 Caption = 'Property status'
65 Width = 215
66 end>
67 ReadOnly = True
68 RowSelect = True
69 TabOrder = 1
70 ViewStyle = vsReport
71 end
72 object Splitter1: TSplitter
73 Cursor = crVSplit
74 Left = 0
75 Height = 5
76 Top = 185
77 Width = 738
78 Align = alTop
79 ResizeAnchor = akTop
80 end
81 object Panel1: TPanel
82 Left = 0
83 Height = 49
84 Top = 504
85 Width = 738
86 Align = alBottom
87 BevelOuter = bvNone
88 ClientHeight = 49
89 ClientWidth = 738
90 TabOrder = 3
91 object ButtonCancel: TButton
92 Left = 624
93 Height = 25
94 Top = 8
95 Width = 75
96 Caption = 'Cancel'
97 ModalResult = 2
98 OnClick = ButtonCancelClick
99 TabOrder = 0
100 end
101 object ButtonOk: TButton
102 Left = 504
103 Height = 25
104 Top = 8
105 Width = 75
106 Caption = 'Ok'
107 ModalResult = 1
108 TabOrder = 1
109 end
110 end
111end
Note: See TracBrowser for help on using the repository browser.