电气控制仿真软件

源代码在线查看: unit2.dfm

软件大小: 6325 K
上传用户: zhouliang15
关键词: 电气控制 仿真软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form2: TForm2
				  Left = 34
				  Top = 125
				  BorderIcons = [biSystemMenu]
				  BorderStyle = bsDialog
				  Caption = #35774#22791#25551#36848#34920
				  ClientHeight = 265
				  ClientWidth = 576
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  Position = poScreenCenter
				  OnShow = FormShow
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 16
				    Top = 24
				    Width = 48
				    Height = 13
				    Caption = #35774#22791#31867#21035
				  end
				  object Label2: TLabel
				    Left = 168
				    Top = 24
				    Width = 48
				    Height = 13
				    Caption = #35774#22791#19968#35272
				  end
				  object Label3: TLabel
				    Left = 328
				    Top = 24
				    Width = 48
				    Height = 13
				    Caption = #35774#22791#23646#24615
				  end
				  object ListBox1: TListBox
				    Left = 16
				    Top = 40
				    Width = 145
				    Height = 209
				    ItemHeight = 13
				    TabOrder = 0
				    OnClick = ListBox1Click
				  end
				  object ListBox2: TListBox
				    Left = 168
				    Top = 40
				    Width = 153
				    Height = 209
				    ItemHeight = 13
				    TabOrder = 1
				    OnClick = ListBox2Click
				  end
				  object ListBox3: TListBox
				    Left = 328
				    Top = 40
				    Width = 145
				    Height = 209
				    ItemHeight = 13
				    TabOrder = 2
				    OnClick = ListBox3Click
				  end
				  object Button1: TButton
				    Left = 486
				    Top = 40
				    Width = 75
				    Height = 25
				    Caption = #30830#23450'(&O)'
				    Default = True
				    ModalResult = 1
				    TabOrder = 3
				  end
				  object Button2: TButton
				    Left = 486
				    Top = 72
				    Width = 75
				    Height = 25
				    Caption = #20462#25913'(&M)'
				    Enabled = False
				    TabOrder = 4
				    OnClick = Button2Click
				  end
				end
							

相关资源