/client/Plugin/PluginMgr/uFormMain.dfm
http://drcp.googlecode.com/ · Unknown · 141 lines · 141 code · 0 blank · 0 comment · 0 complexity · 73c7d136c15db2ea115ad0d332d50e0d MD5 · raw file
- object Form_Main: TForm_Main
- Left = 205
- Top = 131
- Width = 574
- Height = 394
- BiDiMode = bdRightToLeft
- Caption = 'PluginManager'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- OldCreateOrder = False
- ParentBiDiMode = False
- Position = poScreenCenter
- Visible = True
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 152
- Top = 52
- Width = 47
- Height = 13
- Caption = 'File Name'
- end
- object Label5: TLabel
- Left = 156
- Top = 192
- Width = 25
- Height = 13
- Caption = 'Desc'
- end
- object Label4: TLabel
- Left = 156
- Top = 144
- Width = 35
- Height = 13
- Caption = 'Version'
- end
- object Label3: TLabel
- Left = 152
- Top = 104
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 47
- Height = 13
- Caption = 'Name List'
- end
- object Button1: TButton
- Left = 304
- Top = 304
- Width = 75
- Height = 25
- Caption = 'Download'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button_Close: TButton
- Left = 216
- Top = 300
- Width = 75
- Height = 25
- Caption = 'Upload'
- TabOrder = 1
- OnClick = Button_CloseClick
- end
- object Button2: TButton
- Left = 438
- Top = 44
- Width = 59
- Height = 25
- Caption = 'Browse...'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Edit_File: TEdit
- Left = 220
- Top = 48
- Width = 197
- Height = 21
- ImeName = #32043#20809#25340#38899#36755#20837#27861
- ReadOnly = True
- TabOrder = 3
- end
- object Edit_PluginName: TEdit
- Left = 228
- Top = 100
- Width = 121
- Height = 21
- Enabled = False
- ImeName = #32043#20809#25340#38899#36755#20837#27861
- TabOrder = 4
- Text = 'Edit_PluginName'
- end
- object Edit_Version: TEdit
- Left = 228
- Top = 140
- Width = 121
- Height = 21
- ImeName = #32043#20809#25340#38899#36755#20837#27861
- ReadOnly = True
- TabOrder = 5
- Text = '1.0'
- end
- object Memo_Desc: TMemo
- Left = 228
- Top = 168
- Width = 185
- Height = 89
- ImeName = #32043#20809#25340#38899#36755#20837#27861
- ReadOnly = True
- TabOrder = 6
- end
- object ListBox_PluginNames: TListBox
- Left = 8
- Top = 40
- Width = 121
- Height = 257
- ItemHeight = 13
- TabOrder = 7
- OnClick = ListBox_PluginNamesClick
- end
- object SaveDialog1: TSaveDialog
- FileName = 'aa.zip'
- Filter = 'zip|*.zip'
- Left = 416
- Top = 296
- end
- object OpenDialog1: TOpenDialog
- Filter = 'zip|*.zip'
- Left = 440
- Top = 160
- end
- end