private static void FirmaSec(Panel pnl)
        {
            temizle(pnl);
            pnl.Visible  = true;
            pnl.Location = new Point(263, 0);
            pnl.Size     = new Size(997, 553);
            pnl.Dock     = DockStyle.Fill;
            DoğrudanTeminPeriyodikFirmaTeklifSecmeVeSözlesmeHazırlama firmaSec = new DoğrudanTeminPeriyodikFirmaTeklifSecmeVeSözlesmeHazırlama();

            firmaSec.TopLevel        = false;
            firmaSec.Dock            = DockStyle.Fill;
            firmaSec.FormBorderStyle = FormBorderStyle.None;
            pnl.Controls.Add(firmaSec);
            firmaSec.Show();
        }
Exemplo n.º 2
0
 public DoğrudanTeminPeriyodikSözlesmeTaslağı(DoğrudanTeminPeriyodikFirmaTeklifSecmeVeSözlesmeHazırlama x)
 {
     InitializeComponent();
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.form_closing);
     this.x            = x;
 }