skin.dfm

来自「用delphi开发的电力调度操作票系统并带有access数据库」· DFM 代码 · 共 98 行

DFM
98
字号
object Frm_Skin: TFrm_Skin
  Left = 407
  Top = 258
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30382#32932#36873#25321
  ClientHeight = 312
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 207
    Width = 80
    Height = 19
    Caption = #32972#26223#22270#29255#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#20013#23435
    Font.Style = []
    ParentFont = False
  end
  object BT_Sure: TButton
    Left = 56
    Top = 271
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = BT_SureClick
  end
  object BT_Cancel: TButton
    Left = 200
    Top = 271
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = BT_CancelClick
  end
  object FileListBox1: TFileListBox
    Left = 168
    Top = 40
    Width = 145
    Height = 153
    ItemHeight = 13
    Mask = '*.skn'
    TabOrder = 2
    OnClick = FileListBox1Click
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 16
    Top = 40
    Width = 145
    Height = 153
    FileList = FileListBox1
    ItemHeight = 16
    TabOrder = 3
  end
  object DriveComboBox1: TDriveComboBox
    Left = 16
    Top = 8
    Width = 297
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 4
  end
  object ED_Image: TEdit
    Left = 16
    Top = 231
    Width = 265
    Height = 21
    TabOrder = 5
  end
  object BT_Open: TButton
    Left = 288
    Top = 233
    Width = 25
    Height = 17
    Caption = '...'
    TabOrder = 6
    OnClick = BT_OpenClick
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 208
    Top = 136
  end
end

⌨️ 快捷键说明

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