示例#1
0
 public IHEligibleForm(StartForm sf)
 {
     InitializeComponent();
     splYes.Checked = false;
     splNo.Checked  = false;
     textBox1.Hide();
     startf = sf;
 }
示例#2
0
 public ICPNoChangeForm(StartForm sf)
 {
     InitializeComponent();
     sentNo.Checked   = false;
     sentYes.Checked  = false;
     textBox1.Visible = false;
     startf           = sf;
 }
示例#3
0
 public InHomePaceForm(StartForm sf)
 {
     InitializeComponent();
     splNo.Checked    = true;
     splYes.Checked   = false;
     nochNo.Checked   = true;
     nochYes.Checked  = false;
     textBox1.Visible = false;
     startf           = sf;
 }
示例#4
0
        protected override void OnLoad(EventArgs e)
        {
            //base.OnLoad(e);
            //this.Location = Owner.Location;
            //this.Size = Owner.Size;
            StartForm sf = new StartForm();

            sf.MdiParent = this;
            sf.Dock      = DockStyle.Fill;
            sf.Show();
        }
示例#5
0
 public IcpForm(StartForm sf)
 {
     InitializeComponent();
     nochYes.Enabled = false;
     startf          = sf;
 }