home *** CD-ROM | disk | FTP | other *** search
/ Needle Craft Plus / NeedleCraftPlusVolume1.iso / win / dotmat / dotmat2a.exe / dotmat.exe / 0 / RCDATA / TMODELFRM / TMODELFRM.txt < prev   
Text File  |  1996-05-03  |  4KB  |  167 lines

  1. object ModelFrm: TModelFrm
  2.   Left = 228
  3.   Top = 108
  4.   Width = 507
  5.   Height = 349
  6.   ActiveControl = SpinEdit1
  7.   Caption = 'Make a design'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poDefault
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 499
  25.     Height = 54
  26.     Align = alTop
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 28
  30.       Top = 7
  31.       Width = 56
  32.       Height = 13
  33.       Caption = 'Cell size :'
  34.     end
  35.     object SpinEdit1: TSpinEdit
  36.       Left = 28
  37.       Top = 24
  38.       Width = 58
  39.       Height = 22
  40.       Hint = '|Size of one cell of the design in pixels'
  41.       MaxLength = 3
  42.       MaxValue = 50
  43.       MinValue = 3
  44.       TabOrder = 0
  45.       Value = 10
  46.       OnChange = SpinEdit1Change
  47.     end
  48.     object Panel2: TPanel
  49.       Left = 112
  50.       Top = 2
  51.       Width = 285
  52.       Height = 49
  53.       BevelOuter = bvLowered
  54.       TabOrder = 1
  55.       object BtnReset: TButton
  56.         Left = 23
  57.         Top = 2
  58.         Width = 78
  59.         Height = 22
  60.         Hint = '|Reset design by clearing picture'
  61.         Caption = '&Reset'
  62.         TabOrder = 0
  63.         OnClick = BtnResetClick
  64.       end
  65.       object colors: TButton
  66.         Left = 23
  67.         Top = 26
  68.         Width = 78
  69.         Height = 22
  70.         Hint = '|Draw the color list'
  71.         Caption = '&Colors'
  72.         Enabled = False
  73.         TabOrder = 1
  74.         OnClick = colorsClick
  75.       end
  76.       object btnfont: TButton
  77.         Left = 103
  78.         Top = 26
  79.         Width = 79
  80.         Height = 22
  81.         Hint = '|Choose the font for the color list'
  82.         Caption = '&Font'
  83.         TabOrder = 2
  84.         OnClick = btnfontClick
  85.       end
  86.       object drawgrd: TButton
  87.         Left = 103
  88.         Top = 2
  89.         Width = 79
  90.         Height = 22
  91.         Hint = '|Draw the design grid'
  92.         Caption = '&Draw Grid'
  93.         TabOrder = 3
  94.         OnClick = drawgrdClick
  95.       end
  96.       object mapimg: TButton
  97.         Left = 185
  98.         Top = 2
  99.         Width = 77
  100.         Height = 22
  101.         Hint = '|Draw the image in the grid'
  102.         Caption = '&Map Image'
  103.         Enabled = False
  104.         TabOrder = 4
  105.         OnClick = mapimgClick
  106.       end
  107.       object btnsave: TButton
  108.         Left = 185
  109.         Top = 26
  110.         Width = 77
  111.         Height = 22
  112.         Hint = '|Save the design to BMP files'
  113.         Caption = '&Save'
  114.         TabOrder = 5
  115.         OnClick = btnsaveClick
  116.       end
  117.     end
  118.   end
  119.   object ScrollBox2: TScrollBox
  120.     Left = 0
  121.     Top = 54
  122.     Width = 499
  123.     Height = 183
  124.     Align = alClient
  125.     TabOrder = 1
  126.     object Image1: TImage
  127.       Left = 0
  128.       Top = 0
  129.       Width = 134
  130.       Height = 103
  131.       AutoSize = True
  132.     end
  133.   end
  134.   object ScrollBox1: TScrollBox
  135.     Left = 0
  136.     Top = 237
  137.     Width = 499
  138.     Height = 85
  139.     Align = alBottom
  140.     TabOrder = 2
  141.     object Image2: TImage
  142.       Left = 0
  143.       Top = 0
  144.       Width = 92
  145.       Height = 54
  146.       AutoSize = True
  147.     end
  148.   end
  149.   object FontDialog1: TFontDialog
  150.     Font.Color = clWindowText
  151.     Font.Height = -17
  152.     Font.Name = 'System'
  153.     Font.Style = []
  154.     MinFontSize = 0
  155.     MaxFontSize = 0
  156.     Left = 5
  157.     Top = 174
  158.   end
  159.   object SaveDialog: TSaveDialog
  160.     DefaultExt = 'bmp'
  161.     FileEditStyle = fsEdit
  162.     Filter = 'Bitmap Files (*.bmp)|*.bmp'
  163.     Left = 33
  164.     Top = 175
  165.   end
  166. end
  167.