<skin version="1.0">
  <Window id="Win_Setting" title="" minWidth="520" minHeight="350" move="1" ok="convert" resize="0">
    <Layout pos="LTRB|0,0,0,0"   style="Picture" bk.image="#window_bkg">
      <Layout pos="LTRB|5,0,5,10" mode="vertfill" spacey="10">

        <Layout pos="LTRT|0,0,0,40"  mode="horzfill" startx="20">
          <Label id="title" pos="LT|0,0,360,40" txt.text="#StitchSetting" txt.align="vcenter" txt.halign="left" txt.font="font18_s" txt.color="#color_txt"/>
          <Control/>
          <Button  id="cancel" bk.image="#bk_btn_close" bk.imgseq="0,1,2,1,1" pos="LT|0,-1,16,16" />
        </Layout>

        <Layout id="params" mode="vertfill" style="setting_container_style" spacey="10" starty="10">
        </Layout>

        <Layout pos="LTRT|0,0,0,36"  mode="horzfill" spacex="10">
          <Control/>
          <Button  id="cancel" style ="WhiteButton" txt.text ="#Cancel" pos="LT|0,0,120,36" />
          <Button  id="ok" style ="BuleButton" txt.text ="#Ok" pos="LT|0,0,120,36" />
        </Layout>
        
      </Layout>
    </Layout>
  </Window>



  <Window id = "listboxEx" resize="0" shadow="1">
    <List id ="list" pos="LTRB|0,0,0,0" inset="2,2,2,0" bk.visible="1" bk.image="#edit_fill" itembkg.image="" item.image=""
           vScroll="1" enablecheck="0" EnableSelect="1" MultiSelect="0" EnableItemBkg="0" floatvscroll="1"/>
  </Window>
  
  <Style>

    <Style id="ComboExItem">
      <Image pos="LTRB|1,0,1,0" image="#combo_sel" state="over|ckover" />
      <Text id="txt_non" pos="LTRB|12,0,0,0" align="vcenter" font="font12_sb"  halign="left" state="non" color="#color_txt" />
    </Style>
    
    <Style id="param_combo">
      <ParamCombo pos="LTRT|0,0,10,36"  mode="horzfill" spacex="10">
        <Label id="value_name" pos="LT|0,0,180,30" txt.align="vcenter" txt.halign="right" txt.font="font14_s" txt.color="#color_txt"/>
        <ComboBox id="value" ItemsHeight="36" ItemsEnsureVisible="12" bk.image="#edit" right.image="#combo_arrow" txt.pos="LTRB|12,0,0,0" txt.halign="left" txt.font="font12_sb" WndStyle="listboxEx"/>
      </ParamCombo>
    </Style>

    <Style id="param_int_edit">
      <ParamIntEdit pos="LTRT|0,0,10,36"  mode="horzfill" spacex="10">
        <Label id="value_name" pos="LT|0,0,180,36" txt.align="vcenter" txt.halign="right" txt.font="font14_s" txt.color="#color_txt"/>
        <IntEdit id="value" pos="LT|0,0,90,36" bk.image="#edit" transparent="0" tabstop="1" txt.font="font14_s" txt.pos="LTRT|140,0,10,0"/>
        <Label id="value_range" pos="LT|0,0,180,30" txt.align="vcenter" txt.halign="left" txt.font="font14_s" txt.color="#color_txt"/>
        <Control/>
      </ParamIntEdit>
    </Style>

    <Style id="param_float_edit">
      <ParamFloatEdit pos="LTRT|0,0,10,36"  mode="horzfill" spacex="10">
        <Label id="value_name" pos="LT|0,0,180,30" txt.align="vcenter" txt.halign="right" txt.font="font14_s" txt.color="#color_txt"/>
        <FloatEdit id="value" pos="LT|0,0,90,36" bk.image="#edit" transparent="0" tabstop="1" txt.font="font14_s" txt.pos="LTRT|140,0,10,0"/>
        <Label id="value_range" pos="LT|0,0,180,30" txt.align="vcenter" txt.halign="left" txt.font="font14_s" txt.color="#color_txt"/>
      </ParamFloatEdit>
    </Style>


    <Style id="setting_container_style">
      <Line vert="0" pos="LTRT|0,0,0,1" state="non" color="e1e2e3"/>
      <Line vert="0" pos="LBRB|0,1,0,0" state="non" color="e1e2e3"/>
    </Style>
    
    
    <Style id="placehoder">
      <Control/>
    </Style>
    
  </Style>
</skin>
