home *** CD-ROM | disk | FTP | other *** search
- object dlgRenamePart: TdlgRenamePart
- Left = 232
- Top = 173
- BorderStyle = bsDialog
- Caption = 'Rename part'
- ClientHeight = 113
- ClientWidth = 273
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 70
- Top = 0
- Width = 203
- Height = 113
- Align = alClient
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 88
- Top = 8
- Width = 27
- Height = 14
- Caption = 'Name'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object RotateLabel1: TRotateLabel
- Left = 131
- Top = 81
- Width = 129
- Height = 24
- Escapement = 0
- TextStyle = tsRecessed
- Caption = 'Rename part'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clSilver
- Font.Height = -21
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object editName: TEditNew
- Left = 88
- Top = 24
- Width = 169
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 256
- ParentFont = False
- TabOrder = 0
- FocusColor = clBlack
- FocusFontColor = clWhite
- NoFocusColor = clBlack
- NoFocusFontColor = clWhite
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 70
- Height = 113
- Align = alLeft
- BevelOuter = bvNone
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clSilver
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object labelText: TLabel
- Left = 6
- Top = 65
- Width = 63
- Height = 46
- AutoSize = False
- Caption = 'Input name on selected parts'
- Font.Charset = ANSI_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object btnClose: tnybutton
- Left = 7
- Top = 7
- Width = 57
- Height = 25
- Cursor = crHandPoint
- Caption = '&OK'
- Default = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clSilver
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- end
- object tnybutton1: tnybutton
- Left = 7
- Top = 34
- Width = 57
- Height = 25
- Cursor = crHandPoint
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = ANSI_CHARSET
- Font.Color = clSilver
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- end
- end
- end
-