1234567891011121314151617181920212223242526272829303132 |
- ( page_layout
- (setup(textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15)
- (left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10))
- (rect (name rect1:Rect) (start 110 19) (end 2 2))
- (rect (name rect2:Rect) (start 0 0 ltcorner) (end 0 0) (repeat 2) (incrx 2) (incry 2))
- (line (name segm1:Line) (start 35 2 ltcorner) (end 35 0 ltcorner) (repeat 30) (incrx 35))
- (tbtext 1 (name text1:Text) (pos 17.5 1 ltcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 35))
- (line (name segm2:Line) (start 35 2 lbcorner) (end 35 0 lbcorner) (repeat 30) (incrx 35))
- (tbtext 1 (name text2:Text) (pos 17.5 1 lbcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 35))
- (line (name segm3:Line) (start 0 39.5 ltcorner) (end 2 39.5 ltcorner) (repeat 6) (incry 39.5))
- (tbtext A (name text3:Text) (pos 1 19.75 ltcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 39.5))
- (line (name segm4:Line) (start 0 39.5 rtcorner) (end 2 39.5 rtcorner) (repeat 6) (incry 39.5))
- (tbtext A (name text4:Text) (pos 1 19.75 rtcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 39.5))
- (tbtext "Date: %D" (name text5:Text) (pos 87 6.9))
- (line (name segm5:Line) (start 110 5.5) (end 2 5.5))
- (tbtext %K (name text6:Text) (pos 109 4.1) (font (size 1.1 1.3)) (maxheight 76))
- (line (name segm6:Line) (start 110 8.5) (end 2 8.5))
- (tbtext "Rev: %R" (name text7:Text) (pos 24 6.9) (font bold))
- (tbtext "Size: %Z" (name text8:Text) (pos 109 6.9))
- (tbtext "Id: %S/%N" (name text9:Text) (pos 24 4.1))
- (line (name segm7:Line) (start 110 12.5) (end 2 12.5))
- (tbtext Board: (name text10:Text) (pos 40.002 17.007) (option notonpage1))
- (tbtext "Title: %T" (name text11:Text) (pos 109 10.7) (font (size 2 2) bold))
- (tbtext "File: %F" (name text12:Text) (pos 109 14.3))
- (tbtext "Sheet: %P" (name text13:Text) (pos 109 17))
- (line (name segm8:Line) (start 90 8.5) (end 90 5.5))
- (line (name segm9:Line) (start 26 8.5) (end 26 2))
- (tbtext "(c) CC-BY-SA 2014-2016 Neo900 & GDC" (name text14:Text) (pos 165 4.5))
- (line (name segm10:Line) (start 41.002 12.5) (end 41.002 19.007) (option notonpage1))
- (tbtext %C0 (name text15:Text) (pos 32.002 16.007) (option notonpage1) (font (size 2 2) bold) (maxlen 20))
- )
|