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

📄 unitchoosesdline.dfm

📁 此代码是关于mapgis的在
💻 DFM
字号:
object Form_ChooseSDLine: TForm_ChooseSDLine
  Left = 361
  Top = 212
  ActiveControl = E_SelectLine
  BorderStyle = bsDialog
  Caption = #36873#25321#32447#36335
  ClientHeight = 318
  ClientWidth = 290
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 32
    Width = 274
    Height = 249
    DataSource = D_Lines
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'LineID'
        Title.Caption = #32447#36335#21495
        Width = 49
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LineName'
        Title.Caption = #32447#36335#21517#31216
        Width = 94
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Length'
        Title.Caption = #38271#24230
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Script'
        Title.Caption = #25551#36848
        Width = 59
        Visible = True
      end>
  end
  object B_OK: TButton
    Left = 64
    Top = 288
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = B_OKClick
  end
  object B_CANCEL: TButton
    Left = 152
    Top = 288
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = B_CANCELClick
  end
  object E_SelectLine: TEdit
    Left = 8
    Top = 8
    Width = 273
    Height = 21
    TabOrder = 3
    OnChange = E_SelectLineChange
    OnKeyDown = E_SelectLineKeyDown
    OnKeyPress = E_SelectLineKeyPress
  end
  object D_Lines: TDataSource
    DataSet = Q_Lines
    Left = 48
    Top = 108
  end
  object Q_Lines: TADOQuery
    Connection = dm_Links.ADOConnection1
    Parameters = <>
    Left = 48
    Top = 80
  end
end

⌨️ 快捷键说明

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