<skin version="1.0">
  <Window id="Win_Main" title="" minWidth="1024" minHeight="768" move="1" ok="convert_file" resize="1">
    <Layout id="main" pos="LTRB|0,0,0,0" style="Picture" bk.image="#window_bkg">
      <Layout id="main_container" pos="LTRB|5,5,5,5">
        <Label pos="LT|20,0,360,40" txt.text="#ColorSequenceSettting" txt.align="vcenter" txt.halign="left" txt.font="font18_s" txt.color="#color_txt"/>
        <Button  id="cancel" bk.image="#bk_btn_close" bk.imgseq="0,1,2,1,1" pos="RT|0,0,16,16" />

        <Layout pos="LTRB|5,40,5,5" mode="vertfill">

          <Layout id="color_layout" pos="LTRB|0,0,0,36" mode="horzfill" spacex="10">
            <Layout pos="LTLB|0,10,520,10" style="Picture" bk.image="#edit">
              <Thumbnail id="thumbnail" pos="LTRB|10,10,10,10"/>
            </Layout>
            <Layout pos="LTRB|532,10,0,10" mode="vertfill" spacey="10">
              <OptionLayout id="color_layout" mode="grid" startx="4" starty="4" spacey="4" spacex="4" style="Picture" EnableMouse="1" bk.image="#edit">
              </OptionLayout>
              <ParamLayout id="pal_layout" pos="LTRT|0,0,0,175" mode="grid" startx="8" starty="8" spacey="8" spacex="8" style="Picture" bk.image="#edit">
              </ParamLayout>
            </Layout>
          </Layout>

          <Layout pos="LTRT|0,0,0,36"  mode="horzfill" spacex="10">
            <Control/>
            <ComboBox id="caches" visible="0" ItemsHeight="36" ItemsEnsureVisible="12" pos="LT|0,0,240,36" bk.image="#edit" right.image="#combo_arrow" txt.pos="LTRB|12,0,0,0" txt.halign="left" txt.font="font12_sb" WndStyle="listboxEx"/>
            <Button  id="cancel" style ="WhiteButton" txt.text="#Cancel" pos="LT|0,0,120,36" />
            <Button  id="palette_setting" visible="1" style ="WhiteButton" txt.text="#PaletteSetting" pos="LT|0,0,120,36" />
            <Button  id="repeat" style ="WhiteButton" txt.text="#RepeatColorSequence" pos="LT|0,0,120,36" />
            <Button  id="ok" style ="BuleButton" txt.text="#Ok" pos="LT|0,0,120,36" />
          </Layout>
        </Layout>
        <XML id="toast_control"/>
      </Layout>
    </Layout>
  </Window>

  <Style>

    <Style id="color_item_style">
      <Fill  id="sel" state="ckall" pos="LTRT|2,2,2,23" fillcolor="6b7280"/>
      <Text id="txt" state="all" pos="LTRT|4,4,4,23" align="vcenter" halign="center" font="font14" color="#color_black"/>
      <Text id="txt" state="ckall" pos="LTRT|4,4,4,23" align="vcenter" halign="center" font="font14" color="#color_white"/>
      <Fill  id="color" state="all" pos="LTRB|4,24,4,4" fillcolor="ff0000"/>
      <Fill  id="color" state="ckall" pos="LTRB|2,24,2,2" fillcolor="ff0000"/>
      <Text id="param" state="non" pos="LTRB|4,24,4,4" align="vcenter" singleline="0" halign="center" font="font13" color="#color_button"/>
      <Image id="bk" image="#edit" pos="LTRB|4,4,4,4" state="all"/>
      <Image id="bkck" image="#edit_border" pos="LTRB|0,0,0,0" state="ckall"/>
    </Style>

    <Style id="color_item">
      <ChangeColor style="color_item_style" EnableMouse="1" pos="LT|0,0,68,88"/>
    </Style>

    <Style id="needle_item_style">
      <Fill  id="color" state="non" pos="LTRB|0,0,0,0" fillcolor="0000ff"/>
      <Text id="num" state="non" pos="LTRB|0,0,0,0" align="vcenter" halign="center" font="font18_b" color="#color_txt"/>
      <Image id="bk" image="#edit" pos="LTRB|0,0,0,0" state="non"/>
      <Image id="bkck" image="#checkitem" pos="LTRB|0,0,0,0" state="ckall"/>
    </Style>


    <Style id="get_mac">
      <Layout id="get_mac_param_layout" pos="LT|0,0,130,56" mode="vertfill">
        <Control/>
        <Button  id="get_mac_param" style="BuleButton" txt.text="#GetMachineSeting" pos="LT|0,-1,120,36" AutoSize="1"/>
        <Control/>
      </Layout>
    </Style>
    
    <Style id="param_item">
      <ParamItem id="Param_Item" AutoSize="1" pos="LT|0,0,60,60" mode="vertfill">
        <Control/>
        <Button id="param_detail" style="WhiteButton" AutoSize="1" pos="LTRT|0,0,0,36"/>
        <Control/>
      </ParamItem>
    </Style>
    
    <Style id="palette_item">
      <ChangeColor style="needle_item_style" pos="LT|0,0,60,60"/>
    </Style>

    <Style id="flat_palette_item">
      <PalItem id="Palette" pos="LT|0,0,60,60">
        <Button id="param_detail" style="needle_item_style" pos="LTRB|0,0,0,0"/>
      </PalItem>
    </Style>
    
    <Style id="loop_palette_item">
      <PalParamItem id="Palette" pos="LT|0,0,60,60">
        <Button id="param_detail" style="needle_item_style" pos="LTRB|0,0,0,0"/>
      </PalParamItem>
    </Style>

    <Style id="combine_group_item">
      <CombineGroupItem id="Param_Item_CombineGroup" AutoSize="1" pos="LT|0,0,60,60" mode="vertfill">
        <Control/>
        <Button id="param_detail" style="WhiteButton" AutoSize="1" pos="LTRT|0,0,0,36"/>
        <Control/>
      </CombineGroupItem>
    </Style>
    
  </Style>
</skin>
