D10myBiaoqi/B04采购计划管理/U_CLNoteEdit.dfm

89 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-06-28 13:02:46 +08:00
object frmCLNoteEdit: TfrmCLNoteEdit
Left = 682
Top = 315
Caption = #22788#29702#32467#26524#34917#24405
ClientHeight = 135
ClientWidth = 577
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 577
Height = 135
Align = alClient
TabOrder = 0
ExplicitWidth = 808
ExplicitHeight = 513
DesignSize = (
577
135)
object Label1: TLabel
Left = 37
Top = 28
Width = 61
Height = 13
Anchors = []
AutoSize = False
Caption = #22788#29702#32467#26524
ExplicitLeft = 38
end
object Button1: TButton
Left = 185
Top = 93
Width = 75
Height = 21
Caption = #30830#35748
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 304
Top = 93
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 1
OnClick = Button2Click
end
object CLNote: TMemo
Left = 120
Top = 24
Width = 377
Height = 63
Lines.Strings = (
'CLNote')
TabOrder = 2
end
end
object ADOQueryMain: TADOQuery
Connection = DataLink_PurchasePlan.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 293
Top = 373
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_PurchasePlan.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 197
Top = 373
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_PurchasePlan.ADOLink
Parameters = <>
Left = 101
Top = 373
end
end