S softyes Unregistered / Unconfirmed GUEST, unregistred user! 2007-01-30 #1 cdedit是什么组件?cdedit.dcu提示找不到? txtHostname : TCDEdit;
S softyes Unregistered / Unconfirmed GUEST, unregistred user! 2007-01-30 #2 txtHostname := TCDEdit.Create(Self); txtHostname.Parent := UInfo; txtHostname.Left := 260; txtHostname.Top := 8; txtHostname.Width := 148; txtHostname.Height := 13; txtHostname.Color := clBtnFace; txtHostname.BorderStyle := bsNone; txtHostname.TextAlignment := taRightJustify;
txtHostname := TCDEdit.Create(Self); txtHostname.Parent := UInfo; txtHostname.Left := 260; txtHostname.Top := 8; txtHostname.Width := 148; txtHostname.Height := 13; txtHostname.Color := clBtnFace; txtHostname.BorderStyle := bsNone; txtHostname.TextAlignment := taRightJustify;