home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / myAdmin1.0.1.exe / myAdmin.exe / 0 / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt < prev   
Text File  |  1999-02-03  |  6KB  |  303 lines

  1. object frmProperties: TfrmProperties
  2.   Left = 530
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Properties'
  7.   ClientHeight = 390
  8.   ClientWidth = 359
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label16: TLabel
  18.     Left = 32
  19.     Top = 208
  20.     Width = 49
  21.     Height = 13
  22.     Caption = 'Password:'
  23.   end
  24.   object btnOk: TButton
  25.     Left = 112
  26.     Top = 360
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = 'Ok'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.     OnClick = btnOkClick
  35.   end
  36.   object PageControl: TPageControl
  37.     Left = 8
  38.     Top = 8
  39.     Width = 337
  40.     Height = 345
  41.     ActivePage = tabHost
  42.     HotTrack = True
  43.     TabOrder = 0
  44.     object tabGeneral: TTabSheet
  45.       Caption = 'General'
  46.       object Image: TImage
  47.         Left = 16
  48.         Top = 8
  49.         Width = 32
  50.         Height = 32
  51.         AutoSize = True
  52.         Picture.Data = {<image000.ico>}
  53.       end
  54.       object lblName: TLabel
  55.         Left = 80
  56.         Top = 16
  57.         Width = 3
  58.         Height = 13
  59.       end
  60.       object Bevel1: TBevel
  61.         Left = 16
  62.         Top = 48
  63.         Width = 297
  64.         Height = 10
  65.         Shape = bsTopLine
  66.       end
  67.       object Label1: TLabel
  68.         Left = 16
  69.         Top = 68
  70.         Width = 68
  71.         Height = 13
  72.         Caption = 'Friendly name:'
  73.       end
  74.       object Label2: TLabel
  75.         Left = 16
  76.         Top = 93
  77.         Width = 54
  78.         Height = 13
  79.         Caption = 'Host name:'
  80.       end
  81.       object Label3: TLabel
  82.         Left = 16
  83.         Top = 143
  84.         Width = 54
  85.         Height = 13
  86.         Caption = 'User name:'
  87.       end
  88.       object Label14: TLabel
  89.         Left = 16
  90.         Top = 168
  91.         Width = 49
  92.         Height = 13
  93.         Caption = 'Password:'
  94.       end
  95.       object Bevel2: TBevel
  96.         Left = 16
  97.         Top = 200
  98.         Width = 297
  99.         Height = 10
  100.         Shape = bsTopLine
  101.       end
  102.       object Label15: TLabel
  103.         Left = 16
  104.         Top = 216
  105.         Width = 33
  106.         Height = 13
  107.         Caption = 'Status:'
  108.       end
  109.       object lblConnected: TLabel
  110.         Left = 104
  111.         Top = 216
  112.         Width = 3
  113.         Height = 13
  114.       end
  115.       object Label17: TLabel
  116.         Left = 16
  117.         Top = 118
  118.         Width = 19
  119.         Height = 13
  120.         Caption = 'Port'
  121.       end
  122.       object txtName: TEdit
  123.         Left = 104
  124.         Top = 64
  125.         Width = 145
  126.         Height = 21
  127.         TabOrder = 0
  128.         OnChange = txtNameChange
  129.       end
  130.       object txtHost: TEdit
  131.         Left = 104
  132.         Top = 89
  133.         Width = 145
  134.         Height = 21
  135.         TabOrder = 1
  136.         OnChange = txtNameChange
  137.       end
  138.       object txtUser: TEdit
  139.         Left = 104
  140.         Top = 139
  141.         Width = 145
  142.         Height = 21
  143.         TabOrder = 3
  144.         OnChange = txtNameChange
  145.       end
  146.       object txtPassword: TEdit
  147.         Left = 104
  148.         Top = 164
  149.         Width = 145
  150.         Height = 21
  151.         PasswordChar = '*'
  152.         TabOrder = 4
  153.         OnChange = txtNameChange
  154.       end
  155.       object txtPort: TEdit
  156.         Left = 104
  157.         Top = 114
  158.         Width = 145
  159.         Height = 21
  160.         TabOrder = 2
  161.         OnChange = txtNameChange
  162.       end
  163.     end
  164.     object tabHost: TTabSheet
  165.       Caption = 'Host details'
  166.       object lblVersion: TLabel
  167.         Left = 104
  168.         Top = 16
  169.         Width = 45
  170.         Height = 13
  171.         Caption = 'lblVersion'
  172.       end
  173.       object lblHostInfo: TLabel
  174.         Left = 104
  175.         Top = 40
  176.         Width = 50
  177.         Height = 13
  178.         Caption = 'lblHostInfo'
  179.       end
  180.       object lblThreadId: TLabel
  181.         Left = 104
  182.         Top = 64
  183.         Width = 53
  184.         Height = 13
  185.         Caption = 'lblThreadId'
  186.       end
  187.       object Label4: TLabel
  188.         Left = 8
  189.         Top = 16
  190.         Width = 35
  191.         Height = 13
  192.         Caption = 'Version'
  193.       end
  194.       object Label5: TLabel
  195.         Left = 8
  196.         Top = 40
  197.         Width = 57
  198.         Height = 13
  199.         Caption = 'Connection:'
  200.       end
  201.       object Label11: TLabel
  202.         Left = 8
  203.         Top = 64
  204.         Width = 71
  205.         Height = 13
  206.         Caption = 'Connection ID:'
  207.       end
  208.       object Label6: TLabel
  209.         Left = 8
  210.         Top = 168
  211.         Width = 96
  212.         Height = 13
  213.         Caption = 'Processes on server'
  214.       end
  215.       object Label7: TLabel
  216.         Left = 8
  217.         Top = 88
  218.         Width = 79
  219.         Height = 13
  220.         Caption = 'Server Statistics:'
  221.       end
  222.       object lblStat: TLabel
  223.         Left = 104
  224.         Top = 88
  225.         Width = 217
  226.         Height = 65
  227.         AutoSize = False
  228.         WordWrap = True
  229.       end
  230.       object lstProcesses: TListView
  231.         Left = 8
  232.         Top = 184
  233.         Width = 313
  234.         Height = 129
  235.         Columns = <
  236.           item
  237.             Caption = 'ID'
  238.             Width = 30
  239.           end
  240.           item
  241.             Caption = 'User'
  242.             Width = 70
  243.           end
  244.           item
  245.             Caption = 'Host'
  246.             Width = 75
  247.           end
  248.           item
  249.             Caption = 'Db'
  250.             Width = 70
  251.           end
  252.           item
  253.             Caption = 'Command'
  254.             Width = 64
  255.           end>
  256.         ReadOnly = True
  257.         HideSelection = False
  258.         RowSelect = True
  259.         TabOrder = 0
  260.         ViewStyle = vsReport
  261.       end
  262.       object btnRefresh: TButton
  263.         Left = 216
  264.         Top = 162
  265.         Width = 103
  266.         Height = 20
  267.         Caption = '&Refresh Processes'
  268.         TabOrder = 1
  269.         OnClick = btnRefreshClick
  270.       end
  271.       object btnGrants: TButton
  272.         Left = 240
  273.         Top = 3
  274.         Width = 86
  275.         Height = 25
  276.         Caption = 'Refresh &Grants'
  277.         TabOrder = 2
  278.         OnClick = btnGrantsClick
  279.       end
  280.     end
  281.   end
  282.   object btnCancel: TButton
  283.     Left = 192
  284.     Top = 360
  285.     Width = 75
  286.     Height = 25
  287.     Cancel = True
  288.     Caption = 'Cancel'
  289.     ModalResult = 2
  290.     TabOrder = 2
  291.   end
  292.   object btnApply: TButton
  293.     Left = 272
  294.     Top = 360
  295.     Width = 75
  296.     Height = 25
  297.     Caption = '&Apply'
  298.     Enabled = False
  299.     TabOrder = 3
  300.     OnClick = btnApplyClick
  301.   end
  302. end
  303.