コード例 #1
0
        public Customer_information()
        {
            InitializeComponent();

            //入力チェック初期化
            chk = new checkOperation(this);

            //変更チェック初期化
            mod = new modifyCheck();
            mod.add(co_Membership_type);
            mod.add(co_Rank);
            mod.add(co_Registered_store);
            mod.add(co_Sex);
            mod.add(co_Visit_motive);
            mod.add(t_Address2);
            mod.add(t_Apartment_mansion);
            mod.add(t_Customer_code);
            mod.add(t_surname_kana);
            mod.add(t_surname);
            mod.add(t_Fax);
            mod.add(t_Free_item1);
            mod.add(t_Free_item2);
            mod.add(t_Free_item3);
            mod.add(t_Phone_number1);
            mod.add(t_Phone_number2);
            mod.add(t_Phone_number3);
            mod.add(t_Postal_code);
            mod.add(t_Pref_city_town_village_name);
            mod.add(t_Registration_officer);
            mod.add(t_Remark);
            mod.add(da_Birthday);
            mod.add(da_Customer_wedding_anniversary);
            mod.add(da_Registration_date);
            mod.add(dataGridView1);
        }
コード例 #2
0
        public Facility_reservation()
        {
            InitializeComponent();

            //入力チェック
            chk = new checkOperation(this);

            //変更チェック
            mod = new modifyCheck();

            mod.add(d_tenpomei);
            mod.add(d_shisetumei);
            mod.add(d_satueisya);
            mod.add(d_select_name);
            mod.add(d_tasukukubun);
            mod.add(d_satsueimokuteki);
            mod.add(d_start_date);
            mod.add(d_start_time);
            mod.add(d_end_date);
            mod.add(d_end_time);
            mod.add(d_select_start_date);
            mod.add(d_select_start_time);
            mod.add(d_select_end_date);
            mod.add(d_select_end_time);
            mod.add(d_yoyakusya);
            mod.add(d_tyushi);
            mod.add(d_tekiyou);
        }
コード例 #3
0
        public Staff_shift()
        {
            InitializeComponent();

            chk = new checkOperation(this);

            mod = new modifyCheck();
            mod.add(t_start_time);
            mod.add(t_end_time);
            mod.add(t_syugyoukubun);
        }
コード例 #4
0
        //画面構成用データの取得


        public Costume_reservation()
        {
            InitializeComponent();
            chk = new checkOperation(this);

            mod = new modifyCheck();
            mod.add(d_Shooting_purpose);
            mod.add(d_facility);
            mod.add(t_name);
            mod.add(t_name_kana);
            mod.add(d_sex2);
            mod.add(d_height);
            mod.add(d_foot);
            mod.add(d_sleeve);
        }
コード例 #5
0
        public Costume_master()
        {
            InitializeComponent();

            //LostFocus設定
            t_image_file1.Leave += new EventHandler(t_image_file1_Leave);
            t_image_file2.Leave += new EventHandler(t_image_file2_Leave);
            t_image_file3.Leave += new EventHandler(t_image_file3_Leave);
            t_image_file4.Leave += new EventHandler(t_image_file4_Leave);

            //チェックリストの生成
            chk = new checkOperation(this);

            mod = new modifyCheck();
            mod.add(t_age);
            mod.add(t_brand);
            mod.add(t_bunrui);
            mod.add(t_color);
            mod.add(t_costume);
            mod.add(t_costume_code);
            mod.add(t_customer_display);
            mod.add(t_gara);
            mod.add(t_image_file1);
            mod.add(t_image_file2);
            mod.add(t_image_file3);
            mod.add(t_image_file4);
            mod.add(t_kashidashi_tenpo);
            mod.add(t_mitame);
            mod.add(t_price1);
            mod.add(t_price2);
            mod.add(t_price3);
            mod.add(t_rank);
            mod.add(t_size);
            mod.add(t_tekiyou);
            mod.add(d_seibetsu);
            mod.add(d_siyoukahi);
            mod.add(d_status);
            mod.add(t_initial_use_count);
        }