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

📄 x1010c.dfm

📁 Delphi6分布式开发例程12 )
💻 DFM
字号:
object Form1: TForm1
  Left = 332
  Top = 134
  Width = 631
  Height = 299
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 104
    Top = 40
    Width = 36
    Height = 13
    Caption = 'low_val'
  end
  object Label2: TLabel
    Left = 104
    Top = 72
    Width = 47
    Height = 13
    Caption = 'upper_val'
  end
  object Edit1: TEdit
    Left = 168
    Top = 32
    Width = 81
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 168
    Top = 64
    Width = 81
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object DBGrid1: TDBGrid
    Left = 48
    Top = 128
    Width = 609
    Height = 257
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 504
    Top = 32
    Width = 105
    Height = 41
    Caption = 'Panel1'
    TabOrder = 3
    object Panel2: TPanel
      Left = 0
      Top = 0
      Width = 105
      Height = 41
      Caption = 'Panel2'
      TabOrder = 0
      object Button1: TButton
        Left = 8
        Top = 8
        Width = 81
        Height = 25
        Caption = 'Button1'
        TabOrder = 0
        OnClick = Button1Click
      end
    end
  end
  object Button2: TButton
    Left = 368
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Load from disk'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 368
    Top = 48
    Width = 75
    Height = 25
    Caption = 'Save to disk'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 368
    Top = 72
    Width = 75
    Height = 25
    Caption = 'Apply Update'
    TabOrder = 6
    OnClick = Button4Click
  end
  object DCOMConnection1: TDCOMConnection
    Connected = True
    ServerGUID = '{F14EE7C3-D6E6-11D5-B135-0051FC000F61}'
    ServerName = 'x1010.Midas03Srv'
    Left = 88
    Top = 168
  end
  object DataSource1: TDataSource
    DataSet = ClientDataSet1
    Left = 128
    Top = 168
  end
  object ClientDataSet1: TClientDataSet
    Aggregates = <>
    Params = <
      item
        DataType = ftInteger
        Name = 'low_val'
        ParamType = ptInput
      end
      item
        DataType = ftInteger
        Name = 'upper_val'
        ParamType = ptInput
      end>
    ProviderName = 'DataSetProvider1'
    RemoteServer = DCOMConnection1
    Left = 168
    Top = 168
  end
  object OpenDialog1: TOpenDialog
    Left = 208
    Top = 168
  end
  object SaveDialog1: TSaveDialog
    Left = 248
    Top = 168
  end
end

⌨️ 快捷键说明

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