Develop and Download Open Source Software

Browse Subversion Repository

Contents of /convdlg.lfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Mon Nov 7 12:03:00 2011 UTC (12 years, 4 months ago) by shiraishikazuo
File size: 3105 byte(s)


1 object ConvtDlg: TConvtDlg
2 Left = 4
3 Height = 271
4 Top = 214
5 Width = 440
6 HelpContext = 27
7 HorzScrollBar.Page = 439
8 HorzScrollBar.Range = 407
9 VertScrollBar.Page = 270
10 VertScrollBar.Range = 209
11 ActiveControl = OKBtn
12 BorderStyle = bsDialog
13 Caption = 'Change Case'
14 ParentFont = True
15 object Bevel1: TBevel
16 Left = 8
17 Height = 201
18 Top = 8
19 Width = 313
20 Shape = bsFrame
21 end
22 object OKBtn: TButton
23 Left = 332
24 Height = 25
25 Top = 8
26 Width = 75
27 BorderSpacing.InnerBorder = 4
28 Caption = 'OK'
29 Default = True
30 ModalResult = 1
31 TabOrder = 0
32 end
33 object CancelBtn: TButton
34 Left = 332
35 Height = 25
36 Top = 38
37 Width = 75
38 BorderSpacing.InnerBorder = 4
39 Cancel = True
40 Caption = 'Cancel'
41 ModalResult = 2
42 TabOrder = 1
43 end
44 object HelpBtn: TButton
45 Left = 332
46 Height = 25
47 Top = 68
48 Width = 75
49 BorderSpacing.InnerBorder = 4
50 Caption = '&Help'
51 OnClick = HelpBtnClick
52 TabOrder = 2
53 end
54 object RadioGroup1: TRadioGroup
55 Left = 24
56 Height = 49
57 Top = 24
58 Width = 289
59 AutoFill = True
60 Caption = 'Keywords(except Function Names)'
61 ChildSizing.LeftRightSpacing = 6
62 ChildSizing.TopBottomSpacing = 6
63 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
64 ChildSizing.EnlargeVertical = crsHomogenousChildResize
65 ChildSizing.ShrinkHorizontal = crsScaleChilds
66 ChildSizing.ShrinkVertical = crsScaleChilds
67 ChildSizing.Layout = cclLeftToRightThenTopToBottom
68 ChildSizing.ControlsPerLine = 3
69 Columns = 3
70 Items.Strings = (
71 'Do not change'
72 'Uppercase'
73 'Lowercase'
74 )
75 TabOrder = 3
76 end
77 object RadioGroup2: TRadioGroup
78 Left = 24
79 Height = 49
80 Top = 88
81 Width = 289
82 AutoFill = True
83 Caption = 'Supplied Function Names'
84 ChildSizing.LeftRightSpacing = 6
85 ChildSizing.TopBottomSpacing = 6
86 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
87 ChildSizing.EnlargeVertical = crsHomogenousChildResize
88 ChildSizing.ShrinkHorizontal = crsScaleChilds
89 ChildSizing.ShrinkVertical = crsScaleChilds
90 ChildSizing.Layout = cclLeftToRightThenTopToBottom
91 ChildSizing.ControlsPerLine = 3
92 Columns = 3
93 Items.Strings = (
94 'Do not change'
95 'Uppercase'
96 'Lowercase'
97 )
98 TabOrder = 4
99 end
100 object RadioGroup3: TRadioGroup
101 Left = 24
102 Height = 49
103 Top = 152
104 Width = 289
105 AutoFill = True
106 Caption = 'Other'
107 ChildSizing.LeftRightSpacing = 6
108 ChildSizing.TopBottomSpacing = 6
109 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
110 ChildSizing.EnlargeVertical = crsHomogenousChildResize
111 ChildSizing.ShrinkHorizontal = crsScaleChilds
112 ChildSizing.ShrinkVertical = crsScaleChilds
113 ChildSizing.Layout = cclLeftToRightThenTopToBottom
114 ChildSizing.ControlsPerLine = 3
115 Columns = 3
116 Items.Strings = (
117 'do not change'
118 'Uppercase'
119 'Lowercase'
120 )
121 TabOrder = 5
122 end
123 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26