⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ulog.dfm

📁 GPRS无线数据管理软件,用于远程数据采集和分析以及展现
💻 DFM
字号:
object flog: Tflog
  Left = 211
  Top = 102
  BorderStyle = bsDialog
  Caption = #25968#25454#25991#20214#31649#29702
  ClientHeight = 239
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 449
    Height = 193
    ActivePage = TabSheet1
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25991#20214#23384#25918#30446#24405
      object Label1: TLabel
        Left = 174
        Top = 11
        Width = 89
        Height = 13
        AutoSize = False
        Caption = #30446#24405#21517#31216
      end
      object Label2: TLabel
        Left = 176
        Top = 141
        Width = 129
        Height = 13
        AutoSize = False
        Caption = #25991#20214#23384#25918#35760#24405#25968#37327
      end
      object DriveComboBox1: TDriveComboBox
        Left = 16
        Top = 8
        Width = 145
        Height = 18
        DirList = DirectoryListBox1
        TabOrder = 0
      end
      object DirectoryListBox1: TDirectoryListBox
        Left = 16
        Top = 36
        Width = 145
        Height = 121
        ItemHeight = 16
        TabOrder = 1
        OnDblClick = DirectoryListBox1DblClick
      end
      object CheckBox1: TCheckBox
        Left = 176
        Top = 116
        Width = 193
        Height = 17
        Caption = #21644#21487#25191#34892#25991#20214#22312#21516#19968#30446#24405
        TabOrder = 2
        OnClick = CheckBox1Click
      end
      object Memo1: TMemo
        Left = 176
        Top = 37
        Width = 249
        Height = 68
        ReadOnly = True
        TabOrder = 3
      end
      object ComboBox1: TComboBox
        Left = 288
        Top = 137
        Width = 73
        Height = 20
        Style = csDropDownList
        ItemHeight = 12
        ItemIndex = 5
        TabOrder = 4
        Text = '1000'
        Items.Strings = (
          '100'
          '200'
          '400'
          '500'
          '800'
          '1000')
      end
    end
  end
  object Button1: TButton
    Left = 280
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 376
    Top = 208
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -