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

PlugIns编程

开发平台:

Delphi

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