frmConfig.dfm
上传用户:youjie821
上传日期:2013-01-27
资源大小:459k
文件大小:8k
源码类别:

PlugIns编程

开发平台:

Delphi

  1. object ConfigForm: TConfigForm
  2.   Left = 273
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = #37197#32622
  7.   ClientHeight = 262
  8.   ClientWidth = 393
  9.   Color = clBtnFace
  10.   Font.Charset = GB2312_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object RzDialogButtons1: TRzDialogButtons
  22.     Left = 0
  23.     Top = 226
  24.     Width = 393
  25.     ActionOk = actOk
  26.     ActionCancel = actCancel
  27.     ActionHelp = actHelp
  28.     ButtonColor = 15791348
  29.     CaptionOk = #30830#23450'(&O)'
  30.     CaptionCancel = #21462#28040'(&C)'
  31.     CaptionHelp = #24110#21161'(&H)'
  32.     HotTrack = True
  33.     HighlightColor = 16026986
  34.     HotTrackColor = 3983359
  35.     HotTrackColorType = htctActual
  36.     ShowHelpButton = True
  37.     ParentColor = True
  38.     TabOrder = 0
  39.   end
  40.   object pcMain: TRzPageControl
  41.     Left = 0
  42.     Top = 0
  43.     Width = 393
  44.     Height = 226
  45.     ActivePage = RzTabSheet1
  46.     Align = alClient
  47.     Color = 16119543
  48.     FlatColor = 10263441
  49.     HotTrack = False
  50.     HotTrackColor = 3983359
  51.     HotTrackColorType = htctActual
  52.     ParentColor = False
  53.     TabColors.HighlightBar = 3983359
  54.     TabIndex = 0
  55.     TabOrder = 1
  56.     FixedDimension = 18
  57.     object RzTabSheet1: TRzTabSheet
  58.       Color = 16119543
  59.       Caption = #32593#32476#35774#32622
  60.       object RzLabel1: TRzLabel
  61.         Left = 56
  62.         Top = 24
  63.         Width = 48
  64.         Height = 12
  65.         Caption = #19978#32593#31867#22411
  66.       end
  67.       object cbxConnectType: TRzComboBox
  68.         Left = 112
  69.         Top = 20
  70.         Width = 157
  71.         Height = 20
  72.         Style = csDropDownList
  73.         Ctl3D = False
  74.         FlatButtons = True
  75.         FrameColor = 12164479
  76.         FrameVisible = True
  77.         ItemHeight = 12
  78.         ParentCtl3D = False
  79.         TabOrder = 0
  80.         OnChange = cbxConnectTypeChange
  81.         Items.Strings = (
  82.           #25320#21495#19978#32593
  83.           #23616#22495#32593#25509#20837'Internet')
  84.       end
  85.       object RzGroupBox2: TRzGroupBox
  86.         Left = 40
  87.         Top = 60
  88.         Width = 337
  89.         Height = 133
  90.         Caption = ' '
  91.         ParentColor = True
  92.         TabOrder = 1
  93.         object Label4: TLabel
  94.           Left = 32
  95.           Top = 32
  96.           Width = 84
  97.           Height = 12
  98.           Caption = #20195#29702#26381#21153#22120#22320#22336
  99.         end
  100.         object Label5: TLabel
  101.           Left = 176
  102.           Top = 32
  103.           Width = 36
  104.           Height = 12
  105.           Caption = #31471#21475#21495
  106.         end
  107.         object Label6: TLabel
  108.           Left = 176
  109.           Top = 80
  110.           Width = 72
  111.           Height = 12
  112.           Caption = #26657#39564#29992#25143#23494#30721
  113.         end
  114.         object Label7: TLabel
  115.           Left = 32
  116.           Top = 80
  117.           Width = 60
  118.           Height = 12
  119.           Caption = #26657#39564#29992#25143#21517
  120.         end
  121.         object chkProxy: TRzCheckBox
  122.           Left = 12
  123.           Top = 0
  124.           Width = 185
  125.           Height = 17
  126.           Action = actUserProxy
  127.           FrameColor = 8409372
  128.           HighlightColor = 2203937
  129.           HotTrack = True
  130.           HotTrackColor = 3983359
  131.           HotTrackColorType = htctActual
  132.           State = cbUnchecked
  133.           TabOrder = 0
  134.           OnClick = chkProxyClick
  135.         end
  136.         object edtProxyIP: TRzEdit
  137.           Left = 32
  138.           Top = 48
  139.           Width = 121
  140.           Height = 20
  141.           Enabled = False
  142.           FocusColor = 16119543
  143.           FrameColor = 12164479
  144.           FrameVisible = True
  145.           TabOrder = 1
  146.         end
  147.         object edtProxyPort: TRzEdit
  148.           Left = 176
  149.           Top = 48
  150.           Width = 121
  151.           Height = 20
  152.           Enabled = False
  153.           FocusColor = 16119543
  154.           FrameColor = 12164479
  155.           FrameVisible = True
  156.           TabOrder = 2
  157.         end
  158.         object edtProxyPass: TRzEdit
  159.           Left = 176
  160.           Top = 96
  161.           Width = 121
  162.           Height = 20
  163.           Enabled = False
  164.           FocusColor = 16119543
  165.           FrameColor = 12164479
  166.           FrameVisible = True
  167.           PasswordChar = '*'
  168.           TabOrder = 3
  169.         end
  170.         object edtProxyUser: TRzEdit
  171.           Left = 32
  172.           Top = 96
  173.           Width = 121
  174.           Height = 20
  175.           Enabled = False
  176.           FocusColor = 16119543
  177.           FrameColor = 12164479
  178.           FrameVisible = True
  179.           TabOrder = 4
  180.         end
  181.       end
  182.     end
  183.     object RzTabSheet2: TRzTabSheet
  184.       Color = 16119543
  185.       Caption = 'LiveUpdate'#26381#21153#22120
  186.       object Label1: TLabel
  187.         Left = 16
  188.         Top = 28
  189.         Width = 126
  190.         Height = 12
  191.         Caption = ' LiveUpdate'#26381#21153#22120#22320#22336
  192.       end
  193.       object Label8: TLabel
  194.         Left = 254
  195.         Top = 28
  196.         Width = 36
  197.         Height = 12
  198.         Caption = #31471#21475#21495
  199.       end
  200.       object RzGroupBox1: TRzGroupBox
  201.         Left = 24
  202.         Top = 64
  203.         Width = 349
  204.         Height = 117
  205.         Caption = ' '
  206.         ParentColor = True
  207.         TabOrder = 0
  208.         ThemeAware = False
  209.         object Label2: TLabel
  210.           Left = 60
  211.           Top = 40
  212.           Width = 60
  213.           Height = 12
  214.           Caption = #26657#39564#29992#25143#21517
  215.         end
  216.         object Label3: TLabel
  217.           Left = 48
  218.           Top = 72
  219.           Width = 72
  220.           Height = 12
  221.           Caption = #26657#39564#29992#25143#23494#30721
  222.         end
  223.         object chkAuthentication: TRzCheckBox
  224.           Left = 12
  225.           Top = 0
  226.           Width = 133
  227.           Height = 17
  228.           Caption = #26381#21153#22120#38656#35201#36523#20221#39564#35777
  229.           FrameColor = 8409372
  230.           HighlightColor = 2203937
  231.           HotTrack = True
  232.           HotTrackColor = 3983359
  233.           HotTrackColorType = htctActual
  234.           State = cbUnchecked
  235.           TabOrder = 0
  236.           OnClick = chkAuthenticationClick
  237.         end
  238.         object edtUsername: TRzEdit
  239.           Left = 128
  240.           Top = 36
  241.           Width = 121
  242.           Height = 20
  243.           Enabled = False
  244.           FocusColor = 16119543
  245.           FrameColor = 12164479
  246.           FrameVisible = True
  247.           TabOrder = 1
  248.         end
  249.         object edtPassword: TRzEdit
  250.           Left = 128
  251.           Top = 68
  252.           Width = 121
  253.           Height = 20
  254.           Enabled = False
  255.           FocusColor = 16119543
  256.           FrameColor = 12164479
  257.           FrameVisible = True
  258.           PasswordChar = '*'
  259.           TabOrder = 2
  260.         end
  261.       end
  262.       object edtServerIP: TRzEdit
  263.         Left = 152
  264.         Top = 24
  265.         Width = 93
  266.         Height = 20
  267.         FrameColor = 12164479
  268.         FrameVisible = True
  269.         TabOrder = 1
  270.       end
  271.       object edtServerPort: TRzEdit
  272.         Left = 296
  273.         Top = 24
  274.         Width = 73
  275.         Height = 20
  276.         FrameColor = 12164479
  277.         FrameVisible = True
  278.         TabOrder = 2
  279.       end
  280.     end
  281.   end
  282.   object ActionList1: TActionList
  283.     Left = 293
  284.     Top = 72
  285.     object actOk: TAction
  286.       Caption = #30830#23450'(&O)'
  287.       OnExecute = actOkExecute
  288.     end
  289.     object actCancel: TAction
  290.       Caption = #21462#28040'(&C)'
  291.       OnExecute = actCancelExecute
  292.     end
  293.     object actHelp: TAction
  294.       Caption = #24110#21161'(&H)'
  295.       OnExecute = actHelpExecute
  296.     end
  297.     object actUserProxy: TAction
  298.       Caption = #20351#29992#20195#29702#26381#21153#22120'(Socks5'#20195#29702')'
  299.     end
  300.   end
  301. end