コード例 #1
0
ファイル: Addfileform.cs プロジェクト: DutchSoldier/FHSICT
 public Addfileform(Filesharingform parent)
 {
     InitializeComponent();
     bt_browse.Image = parent.imagelist_icons22x22.Images[0];
     bt_accept.Image = parent.imagelist_icons48x48.Images[0];
     this.parent = parent;
 }
コード例 #2
0
ファイル: Addmapform.cs プロジェクト: DutchSoldier/FHSICT
 public Addmapform(Filesharingform parent, Categorie selected_map)
 {
     InitializeComponent();
     bt_accept.Image = parent.imagelist_icons48x48.Images[6];
     this.parent = parent;
     this.selected_map = selected_map;
 }
コード例 #3
0
ファイル: AddCommentform.cs プロジェクト: DutchSoldier/FHSICT
 public AddCommentform(Filesharingform parent)
 {
     InitializeComponent();
     this.parent = parent;
     bt_maakcomment.ImageList = parent.imagelist_icons22x22;
     bt_maakcomment.ImageIndex = 10;
     lb_naam.Text = parent.RFID;
     lb_datum.Text = DateTime.Now.ToString();
 }
コード例 #4
0
ファイル: Schoonmaakform.cs プロジェクト: DutchSoldier/FHSICT
 public Schoonmaakform(Filesharingform parent)
 {
     InitializeComponent();
     bt_accept.Image = parent.imagelist_icons48x48.Images[9];
     this.parent = parent;
 }