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

📄 unitsaveas.dfm

📁 此代码是关于mapgis的在
💻 DFM
字号:
object Form_SaveAs: TForm_SaveAs
  Left = 167
  Top = 87
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20445#23384#20026#22270#35937
  ClientHeight = 337
  ClientWidth = 470
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  DesignSize = (
    470
    337)
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 48
    Height = 12
    Caption = #20445#23384#22312#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 2
    Top = 192
    Width = 473
    Height = 2
  end
  object Label2: TLabel
    Left = 16
    Top = 211
    Width = 60
    Height = 12
    Caption = #22270#35937#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 16
    Top = 241
    Width = 60
    Height = 12
    Caption = #22270#35937#38271#24230#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 16
    Top = 272
    Width = 60
    Height = 12
    Caption = #22270#35937#23485#24230#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 16
    Top = 300
    Width = 60
    Height = 12
    Caption = #20445#23384#31867#22411#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DriveComboBox1: TDriveComboBox
    Left = 72
    Top = 13
    Width = 377
    Height = 18
    Anchors = [akLeft, akTop, akRight]
    DirList = DirectoryListBox1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 72
    Top = 40
    Width = 193
    Height = 130
    Anchors = [akLeft, akTop, akBottom]
    FileList = FileListBox1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 16
    ParentFont = False
    TabOrder = 1
  end
  object FileListBox1: TFileListBox
    Left = 272
    Top = 40
    Width = 177
    Height = 130
    Anchors = [akLeft, akTop, akBottom]
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 12
    ParentFont = False
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 80
    Top = 199
    Width = 270
    Height = 20
    Anchors = [akLeft, akTop, akRight]
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 40
    ParentFont = False
    TabOrder = 3
    Text = #26410#21629#21517
    OnKeyDown = Edit1KeyDown
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 296
    Width = 270
    Height = 20
    Style = csDropDownList
    Anchors = [akLeft, akTop, akRight]
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 12
    ItemIndex = 3
    ParentFont = False
    TabOrder = 4
    Text = 'JPEG'
    Items.Strings = (
      'WMF'
      'BMP'
      'GIF'
      'JPEG'
      'TIF'
      'PNG'
      'PSD')
  end
  object btnOk: TBitBtn
    Left = 384
    Top = 264
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 5
    OnClick = btnOkClick
  end
  object btnCancel: TBitBtn
    Left = 384
    Top = 296
    Width = 75
    Height = 25
    Caption = #21462#28040'(&C)'
    TabOrder = 6
    OnClick = btnCancelClick
  end
  object SpinEdit1: TSpinEdit
    Left = 80
    Top = 232
    Width = 65
    Height = 21
    MaxValue = 0
    MinValue = 0
    TabOrder = 7
    Value = 0
  end
  object SpinEdit2: TSpinEdit
    Left = 80
    Top = 264
    Width = 65
    Height = 21
    MaxValue = 0
    MinValue = 0
    TabOrder = 8
    Value = 0
  end
end

⌨️ 快捷键说明

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