FrameColonyInfo(1).txt

(3 KB) Pobierz
root
{
	componenttype=panel
	//x = 0
	//y = 30
	x = screen.width/2 - root.width/2	
	y = screen.height - this.height - 230
	width = 692
	height = 462
	state = visible			
	block = 48
	text_w = 200
	marg = 10
	frame_marg = 33
	
	////////////////////////////////////////////////////////////////
	pnl_back
	{
		componenttype=panel
		
		picpos =0,0,0,0
			
		frame_outer
		{		
			render = 1
			componenttype = frame
			framefile = Data\Locales\en\frame_trade_bg.txt	
			width = root.width
			height = root.height
			x = root.x
			y = root.y
			qid = str_QID_COLONY_INFO
		}	
		
		lbl_window_title
		{
			componenttype = label
			font = fnt_window_title
			x = root.x
			y = root.y - 23
			width = root.width
			height = 20
			aligntext = center
			caption = str_COLONY_TITLE
			render = 5
		}

		lbl_window_title_dark
		{
			componenttype = label
			font = fnt_window_title_dark
			x = lbl_window_title.x +2
			y = lbl_window_title.y +2
			width = lbl_window_title.width
			height = 20
			aligntext = center
			caption = str_COLONY_TITLE
			render = 4
		}
		
		frame_overview
		{
			render = 3
			componenttype = frame
			framefile = Data\Locales\en\FrameColonyInfoOverview.txt
			width = root.block * 12.5 + 17
			height = 81
			x = root.x + 38
			y = root.y + 11
		}
		
		frame_financials
		{
			render = 3
			componenttype = frame
			framefile = Data\Locales\en\FrameColonyInfoFinancials.txt
			width = 308
			height = 314
			x = frame_overview.x -2
			y = frame_overview.y + frame_overview.height + root.marg /2
		}

		frame_buildings
		{
			//state = hidden
			render = 3
			componenttype = frame
			framefile = Data\Locales\en\FrameColonyInfoBuildings.txt
			width = frame_financials.width
			height = frame_financials.height - 26
			x = frame_financials.x + frame_financials.width + 5
			y = frame_financials.y + 26
			
			frame_groupbox
			{
				render = 2
				componenttype = frame
				framefile = Data\Locales\en\FrameGroupBox.txt
				width = frame_buildings.width
				height = frame_buildings.height +2
				x = frame_buildings.x
				y = frame_buildings.y - 2
			}
		}
		

		
		frame_colony_view
		{
			render = 3
			componenttype = frame
			framefile = Data\Locales\en\FrameColonyInfoColonyView.txt
			width = frame_financials.width
			height = frame_financials.height - 25
			x = frame_financials.x + frame_financials.width + root.marg /2
			y = frame_financials.y + 25	
		}
		
		frame_tabs
		{
			render = 3
			componenttype = frame
			framefile = Data\Locales\en\FrameTabs.txt
			width = frame_financials.width +2
			height = 26
			x = frame_buildings.x -1
			y = frame_buildings.y - 26
		}
		
		lbl_overview
		{
			componenttype = label
			picpos = 0,0,0,0
			x = frame_tabs.x + root.block + root.marg
			y = frame_tabs.y + 5
			width = 47
			height = 20
			font = fnt_cota_sub_title_bold
			aligntext = center
			caption = str_OVERVIEW
			render = 6
			
		}
		lbl_buildings
		{
			componenttype = label
			picpos = 0,0,0,0
			x = frame_tabs.x + root.block*4 + root.marg * 1.5
			y = frame_tabs.y + 5
			width = 47
			height = 20
			font = fnt_cota_sub_title_bold
			aligntext = center
			caption = str_QID_BUILDINGS_TITLE
			render = 6
		}
		
	}
	////////////////////////////////////////////////////////////////
}
Zgłoś jeśli naruszono regulamin