Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/Unit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by yamat0jp, Fri Mar 27 11:53:37 2015 UTC revision 4 by yamat0jp, Wed Jun 17 12:35:16 2015 UTC
# Line 3  object Form1: TForm1 Line 3  object Form1: TForm1
3    Top = 0    Top = 0
4    BorderStyle = bsNone    BorderStyle = bsNone
5    Caption = 'Form1'    Caption = 'Form1'
6    ClientHeight = 1190    ClientHeight = 930
7    ClientWidth = 1715    ClientWidth = 1340
8    Color = clBtnFace    Color = clBtnFace
9    Font.Charset = DEFAULT_CHARSET    Font.Charset = DEFAULT_CHARSET
10    Font.Color = clWindowText    Font.Color = clWindowText
11    Font.Height = -24    Font.Height = -19
12    Font.Name = 'Segoe UI'    Font.Name = 'Segoe UI'
13    Font.Style = []    Font.Style = []
14    KeyPreview = True    KeyPreview = True
# Line 21  object Form1: TForm1 Line 21  object Form1: TForm1
21    OnGesture = FormGesture    OnGesture = FormGesture
22    OnKeyDown = FormKeyDown    OnKeyDown = FormKeyDown
23    OnResize = FormResize    OnResize = FormResize
24    PixelsPerInch = 120    PixelsPerInch = 96
25    TextHeight = 32    TextHeight = 25
26    object Label1: TLabel    object Label1: TLabel
27      Left = 768      Left = 600
28      Top = 448      Top = 350
29      Width = 525      Width = 410
30      Height = 32      Height = 25
31        Margins.Left = 2
32        Margins.Top = 2
33        Margins.Right = 2
34        Margins.Bottom = 2
35      Caption = 'Click here for Setting DirName to Save-Dir Name'      Caption = 'Click here for Setting DirName to Save-Dir Name'
36      OnClick = Label1Click      OnClick = Label1Click
37    end    end
38    object Label2: TLabel    object Label2: TLabel
39      Left = 656      Left = 513
40      Top = 264      Top = 206
41      Width = 95      Width = 75
42      Height = 32      Height = 25
43        Margins.Left = 2
44        Margins.Top = 2
45        Margins.Right = 2
46        Margins.Bottom = 2
47      Caption = 'DirName'      Caption = 'DirName'
48    end    end
49    object Label3: TLabel    object Label3: TLabel
50      Left = 768      Left = 600
51      Top = 512      Top = 400
52      Width = 439      Width = 344
53      Height = 32      Height = 25
54        Margins.Left = 2
55        Margins.Top = 2
56        Margins.Right = 2
57        Margins.Bottom = 2
58      Caption = 'Click here for Setting Dirname to Current'      Caption = 'Click here for Setting Dirname to Current'
59      OnClick = Label3Click      OnClick = Label3Click
60    end    end
61    object Label4: TLabel    object Label4: TLabel
62      Left = 619      Left = 484
63      Top = 512      Top = 400
64      Width = 143      Width = 115
65      Height = 32      Height = 25
66        Margins.Left = 2
67        Margins.Top = 2
68        Margins.Right = 2
69        Margins.Bottom = 2
70      Caption = 'CurrentDir=>'      Caption = 'CurrentDir=>'
71    end    end
72    object Label5: TLabel    object Label5: TLabel
73      Left = 1296      Left = 1013
74      Top = 568      Top = 444
75      Width = 179      Width = 140
76      Height = 32      Height = 25
77        Margins.Left = 2
78        Margins.Top = 2
79        Margins.Right = 2
80        Margins.Bottom = 2
81      Caption = 'Show Saved files'      Caption = 'Show Saved files'
82    end    end
83    object AppBar: TPanel    object AppBar: TPanel
84      Left = 0      Left = 0
85      Top = 1094      Top = 855
86      Width = 1715      Width = 1340
87      Height = 96      Height = 75
     Margins.Left = 4  
     Margins.Top = 4  
     Margins.Right = 4  
     Margins.Bottom = 4  
88      BevelOuter = bvNone      BevelOuter = bvNone
89      TabOrder = 0      TabOrder = 0
90      Visible = False      Visible = False
91      object CloseButton: TImage      object CloseButton: TImage
92        Left = 1638        Left = 1280
93        Top = 0        Top = 0
94        Width = 77        Width = 60
95        Height = 96        Height = 75
       Margins.Left = 4  
       Margins.Top = 4  
       Margins.Right = 4  
       Margins.Bottom = 4  
96        Align = alRight        Align = alRight
97        Center = True        Center = True
98        Picture.Data = {        Picture.Data = {
# Line 202  object Form1: TForm1 Line 214  object Form1: TForm1
214        OnClick = CloseButtonClick        OnClick = CloseButtonClick
215      end      end
216    end    end
   object DirectoryListBox1: TDirectoryListBox  
     Left = 0  
     Top = 0  
     Width = 585  
     Height = 1190  
     Align = alLeft  
     ItemHeight = 32  
     TabOrder = 1  
     OnClick = DirectoryListBox1Click  
   end  
217    object Edit1: TEdit    object Edit1: TEdit
218      Left = 768      Left = 600
219      Top = 256      Top = 200
220      Width = 673      Width = 526
221      Height = 40      Height = 33
222        Margins.Left = 2
223        Margins.Top = 2
224        Margins.Right = 2
225        Margins.Bottom = 2
226      ParentShowHint = False      ParentShowHint = False
227      ShowHint = True      ShowHint = True
228      TabOrder = 2      TabOrder = 1
229      Text = 'Edit1'      Text = 'Edit1'
230      OnChange = Edit1Change      OnChange = Edit1Change
231    end    end
232    object BitBtn1: TBitBtn    object BitBtn1: TBitBtn
233      Left = 1496      Left = 1169
234      Top = 263      Top = 205
235      Width = 75      Width = 58
236      Height = 25      Height = 20
237        Margins.Left = 2
238        Margins.Top = 2
239        Margins.Right = 2
240        Margins.Bottom = 2
241      Caption = 'Go'      Caption = 'Go'
242      TabOrder = 3      TabOrder = 2
243      OnClick = BitBtn1Click      OnClick = BitBtn1Click
244    end    end
245    object Button1: TButton    object Button1: TButton
246      Left = 752      Left = 588
247      Top = 88      Top = 69
248      Width = 75      Width = 58
249      Height = 25      Height = 19
250        Margins.Left = 2
251        Margins.Top = 2
252        Margins.Right = 2
253        Margins.Bottom = 2
254      Caption = 'Preview'      Caption = 'Preview'
255      TabOrder = 4      TabOrder = 3
256      OnClick = Button1Click      OnClick = Button1Click
257    end    end
258    object ListBox1: TListBox    object ListBox1: TListBox
259      Left = 768      Left = 600
260      Top = 616      Top = 481
261      Width = 585      Width = 457
262      Height = 401      Height = 314
263      ItemHeight = 32      Margins.Left = 2
264      TabOrder = 5      Margins.Top = 2
265        Margins.Right = 2
266        Margins.Bottom = 2
267        ItemHeight = 25
268        TabOrder = 4
269    end    end
270    object Button2: TButton    object Button2: TButton
271      Left = 896      Left = 700
272      Top = 88      Top = 69
273      Width = 75      Width = 59
274      Height = 25      Height = 19
275        Margins.Left = 2
276        Margins.Top = 2
277        Margins.Right = 2
278        Margins.Bottom = 2
279      Caption = 'Execute'      Caption = 'Execute'
280      TabOrder = 6      TabOrder = 5
281      OnClick = Button1Click      OnClick = Button1Click
282    end    end
283    object ComboBox1: TComboBox    object ComboBox1: TComboBox
284      Left = 768      Left = 600
285      Top = 344      Top = 269
286      Width = 337      Width = 263
287      Height = 40      Height = 33
288      TabOrder = 7      Margins.Left = 2
289        Margins.Top = 2
290        Margins.Right = 2
291        Margins.Bottom = 2
292        TabOrder = 6
293    end    end
294    object Button3: TButton    object Button3: TButton
295      Left = 1096      Left = 856
296      Top = 88      Top = 69
297      Width = 75      Width = 59
298      Height = 25      Height = 19
299        Margins.Left = 2
300        Margins.Top = 2
301        Margins.Right = 2
302        Margins.Bottom = 2
303      Caption = 'End'      Caption = 'End'
304      TabOrder = 8      TabOrder = 7
305      OnClick = Button3Click      OnClick = Button3Click
306    end    end
307    object Button4: TButton    object Button4: TButton
308      Left = 1496      Left = 1169
309      Top = 572      Top = 447
310      Width = 75      Width = 58
311      Height = 25      Height = 19
312        Margins.Left = 2
313        Margins.Top = 2
314        Margins.Right = 2
315        Margins.Bottom = 2
316      Caption = 'Show'      Caption = 'Show'
317      TabOrder = 9      TabOrder = 8
318      OnClick = Button4Click      OnClick = Button4Click
319    end    end
320    object CheckBox1: TCheckBox    object CheckBox1: TCheckBox
321      Left = 896      Left = 700
322      Top = 136      Top = 106
323      Width = 97      Width = 76
324      Height = 25      Height = 20
325        Margins.Left = 2
326        Margins.Top = 2
327        Margins.Right = 2
328        Margins.Bottom = 2
329      Caption = 'Zip'      Caption = 'Zip'
330        TabOrder = 9
331      end
332      object Panel1: TPanel
333        Left = 0
334        Top = 0
335        Width = 401
336        Height = 930
337        Align = alLeft
338        Caption = 'Panel1'
339      TabOrder = 10      TabOrder = 10
340        object DriveComboBox1: TDriveComboBox
341          Left = 1
342          Top = 1
343          Width = 399
344          Height = 31
345          Align = alTop
346          DirList = DirectoryListBox1
347          TabOrder = 0
348        end
349        object DirectoryListBox1: TDirectoryListBox
350          Left = 1
351          Top = 32
352          Width = 399
353          Height = 897
354          Margins.Left = 2
355          Margins.Top = 2
356          Margins.Right = 2
357          Margins.Bottom = 2
358          Align = alClient
359          ItemHeight = 25
360          TabOrder = 1
361          OnClick = DirectoryListBox1Click
362        end
363    end    end
364    object ActionList1: TActionList    object ActionList1: TActionList
365      Left = 120      Left = 120

Legend:
Removed from v.3  
changed lines
  Added in v.4

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