-Tab Vermisste Person gefüllt
This commit is contained in:
parent
dae862e99a
commit
d5b4e36ea1
533
RHS-Sachsen/Form1.Designer.cs
generated
533
RHS-Sachsen/Form1.Designer.cs
generated
@ -80,6 +80,7 @@
|
|||||||
txtAbrücken = new MaskedTextBox();
|
txtAbrücken = new MaskedTextBox();
|
||||||
txtEnde = new MaskedTextBox();
|
txtEnde = new MaskedTextBox();
|
||||||
txtAlarm = new MaskedTextBox();
|
txtAlarm = new MaskedTextBox();
|
||||||
|
label17 = new Label();
|
||||||
tabPage3 = new TabPage();
|
tabPage3 = new TabPage();
|
||||||
tableLayoutPanel6 = new TableLayoutPanel();
|
tableLayoutPanel6 = new TableLayoutPanel();
|
||||||
tabPage4 = new TabPage();
|
tabPage4 = new TabPage();
|
||||||
@ -90,13 +91,51 @@
|
|||||||
tableLayoutPanel3 = new TableLayoutPanel();
|
tableLayoutPanel3 = new TableLayoutPanel();
|
||||||
tabPage7 = new TabPage();
|
tabPage7 = new TabPage();
|
||||||
tableLayoutPanel2 = new TableLayoutPanel();
|
tableLayoutPanel2 = new TableLayoutPanel();
|
||||||
label17 = new Label();
|
label22 = new Label();
|
||||||
|
label23 = new Label();
|
||||||
|
label24 = new Label();
|
||||||
|
label25 = new Label();
|
||||||
|
label26 = new Label();
|
||||||
|
label27 = new Label();
|
||||||
|
label28 = new Label();
|
||||||
|
label29 = new Label();
|
||||||
|
label30 = new Label();
|
||||||
|
label31 = new Label();
|
||||||
|
label32 = new Label();
|
||||||
|
label33 = new Label();
|
||||||
|
label34 = new Label();
|
||||||
|
label35 = new Label();
|
||||||
|
label36 = new Label();
|
||||||
|
label37 = new Label();
|
||||||
|
label38 = new Label();
|
||||||
|
label39 = new Label();
|
||||||
|
label40 = new Label();
|
||||||
|
txtName = new TextBox();
|
||||||
|
txtKleidung = new TextBox();
|
||||||
|
txtGesundheit = new TextBox();
|
||||||
|
txtLetzteSichereSichtung = new TextBox();
|
||||||
|
txtLieblingsstellen = new TextBox();
|
||||||
|
cmbVPAusHeim = new ComboBox();
|
||||||
|
cmbGeldPersoMit = new ComboBox();
|
||||||
|
cmbHeimAbgesucht = new ComboBox();
|
||||||
|
cmbSchonMalVermisst = new ComboBox();
|
||||||
|
txtHeimSucheWer = new TextBox();
|
||||||
|
txtVermisstWo = new TextBox();
|
||||||
|
cmbGeschlecht = new ComboBox();
|
||||||
|
txtAlter = new TextBox();
|
||||||
|
txtKörpergröße = new TextBox();
|
||||||
|
txtJahrgang = new TextBox();
|
||||||
|
txtSichtungDurch = new TextBox();
|
||||||
|
txtSichtungZeit = new TextBox();
|
||||||
|
chkDemenz = new CheckBox();
|
||||||
|
chkOrientierungslos = new CheckBox();
|
||||||
tableLayoutPanel1.SuspendLayout();
|
tableLayoutPanel1.SuspendLayout();
|
||||||
tabControl1.SuspendLayout();
|
tabControl1.SuspendLayout();
|
||||||
tabPage1.SuspendLayout();
|
tabPage1.SuspendLayout();
|
||||||
tabPage2.SuspendLayout();
|
tabPage2.SuspendLayout();
|
||||||
tableLayoutPanel7.SuspendLayout();
|
tableLayoutPanel7.SuspendLayout();
|
||||||
tabPage3.SuspendLayout();
|
tabPage3.SuspendLayout();
|
||||||
|
tableLayoutPanel6.SuspendLayout();
|
||||||
tabPage4.SuspendLayout();
|
tabPage4.SuspendLayout();
|
||||||
tabPage5.SuspendLayout();
|
tabPage5.SuspendLayout();
|
||||||
tabPage6.SuspendLayout();
|
tabPage6.SuspendLayout();
|
||||||
@ -397,7 +436,7 @@
|
|||||||
tabControl1.Location = new Point(0, 0);
|
tabControl1.Location = new Point(0, 0);
|
||||||
tabControl1.Name = "tabControl1";
|
tabControl1.Name = "tabControl1";
|
||||||
tabControl1.SelectedIndex = 0;
|
tabControl1.SelectedIndex = 0;
|
||||||
tabControl1.Size = new Size(830, 459);
|
tabControl1.Size = new Size(945, 492);
|
||||||
tabControl1.TabIndex = 1;
|
tabControl1.TabIndex = 1;
|
||||||
//
|
//
|
||||||
// tabPage1
|
// tabPage1
|
||||||
@ -691,29 +730,96 @@
|
|||||||
txtAlarm.TabIndex = 23;
|
txtAlarm.TabIndex = 23;
|
||||||
txtAlarm.ValidatingType = typeof(DateTime);
|
txtAlarm.ValidatingType = typeof(DateTime);
|
||||||
//
|
//
|
||||||
|
// label17
|
||||||
|
//
|
||||||
|
label17.AutoSize = true;
|
||||||
|
tableLayoutPanel7.SetColumnSpan(label17, 2);
|
||||||
|
label17.Dock = DockStyle.Fill;
|
||||||
|
label17.Font = new Font("Segoe UI", 14F, FontStyle.Bold);
|
||||||
|
label17.ForeColor = Color.Red;
|
||||||
|
label17.Location = new Point(409, 30);
|
||||||
|
label17.Name = "label17";
|
||||||
|
tableLayoutPanel7.SetRowSpan(label17, 2);
|
||||||
|
label17.Size = new Size(384, 60);
|
||||||
|
label17.TabIndex = 28;
|
||||||
|
label17.Text = "JAGDPÄCHTER SOFORT INFORMIEREN SCHRANKE UND TORE ÖFFNEN !!!!! ";
|
||||||
|
//
|
||||||
// tabPage3
|
// tabPage3
|
||||||
//
|
//
|
||||||
tabPage3.Controls.Add(tableLayoutPanel6);
|
tabPage3.Controls.Add(tableLayoutPanel6);
|
||||||
tabPage3.Location = new Point(4, 24);
|
tabPage3.Location = new Point(4, 24);
|
||||||
tabPage3.Name = "tabPage3";
|
tabPage3.Name = "tabPage3";
|
||||||
tabPage3.Padding = new Padding(3);
|
tabPage3.Padding = new Padding(3);
|
||||||
tabPage3.Size = new Size(822, 431);
|
tabPage3.Size = new Size(937, 464);
|
||||||
tabPage3.TabIndex = 2;
|
tabPage3.TabIndex = 2;
|
||||||
tabPage3.Text = "vermisste Person";
|
tabPage3.Text = "vermisste Person";
|
||||||
tabPage3.UseVisualStyleBackColor = true;
|
tabPage3.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// tableLayoutPanel6
|
// tableLayoutPanel6
|
||||||
//
|
//
|
||||||
tableLayoutPanel6.ColumnCount = 2;
|
tableLayoutPanel6.ColumnCount = 6;
|
||||||
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 19.1176472F));
|
||||||
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 18.1372547F));
|
||||||
|
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 18.3823528F));
|
||||||
|
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 12.8676472F));
|
||||||
|
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 13.84804F));
|
||||||
|
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 17.52451F));
|
||||||
|
tableLayoutPanel6.Controls.Add(label22, 0, 0);
|
||||||
|
tableLayoutPanel6.Controls.Add(label24, 0, 1);
|
||||||
|
tableLayoutPanel6.Controls.Add(label23, 0, 2);
|
||||||
|
tableLayoutPanel6.Controls.Add(label25, 0, 3);
|
||||||
|
tableLayoutPanel6.Controls.Add(label26, 0, 4);
|
||||||
|
tableLayoutPanel6.Controls.Add(label27, 0, 5);
|
||||||
|
tableLayoutPanel6.Controls.Add(label28, 0, 6);
|
||||||
|
tableLayoutPanel6.Controls.Add(label30, 2, 1);
|
||||||
|
tableLayoutPanel6.Controls.Add(label31, 2, 2);
|
||||||
|
tableLayoutPanel6.Controls.Add(label32, 2, 3);
|
||||||
|
tableLayoutPanel6.Controls.Add(label33, 4, 3);
|
||||||
|
tableLayoutPanel6.Controls.Add(label34, 2, 5);
|
||||||
|
tableLayoutPanel6.Controls.Add(label35, 2, 6);
|
||||||
|
tableLayoutPanel6.Controls.Add(label36, 4, 5);
|
||||||
|
tableLayoutPanel6.Controls.Add(label37, 4, 6);
|
||||||
|
tableLayoutPanel6.Controls.Add(label29, 4, 0);
|
||||||
|
tableLayoutPanel6.Controls.Add(label38, 4, 1);
|
||||||
|
tableLayoutPanel6.Controls.Add(label39, 4, 2);
|
||||||
|
tableLayoutPanel6.Controls.Add(label40, 2, 0);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtName, 1, 0);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtKleidung, 1, 1);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtGesundheit, 1, 2);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtLetzteSichereSichtung, 1, 3);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtLieblingsstellen, 1, 4);
|
||||||
|
tableLayoutPanel6.Controls.Add(cmbVPAusHeim, 1, 5);
|
||||||
|
tableLayoutPanel6.Controls.Add(cmbGeldPersoMit, 1, 6);
|
||||||
|
tableLayoutPanel6.Controls.Add(cmbHeimAbgesucht, 3, 5);
|
||||||
|
tableLayoutPanel6.Controls.Add(cmbSchonMalVermisst, 3, 6);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtHeimSucheWer, 5, 5);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtVermisstWo, 5, 6);
|
||||||
|
tableLayoutPanel6.Controls.Add(cmbGeschlecht, 3, 0);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtAlter, 3, 1);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtKörpergröße, 5, 0);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtJahrgang, 5, 1);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtSichtungDurch, 3, 3);
|
||||||
|
tableLayoutPanel6.Controls.Add(txtSichtungZeit, 5, 3);
|
||||||
|
tableLayoutPanel6.Controls.Add(chkDemenz, 3, 2);
|
||||||
|
tableLayoutPanel6.Controls.Add(chkOrientierungslos, 5, 2);
|
||||||
tableLayoutPanel6.Dock = DockStyle.Fill;
|
tableLayoutPanel6.Dock = DockStyle.Fill;
|
||||||
tableLayoutPanel6.Location = new Point(3, 3);
|
tableLayoutPanel6.Location = new Point(3, 3);
|
||||||
tableLayoutPanel6.Name = "tableLayoutPanel6";
|
tableLayoutPanel6.Name = "tableLayoutPanel6";
|
||||||
tableLayoutPanel6.RowCount = 2;
|
tableLayoutPanel6.RowCount = 13;
|
||||||
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
tableLayoutPanel6.Size = new Size(816, 425);
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
||||||
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
||||||
|
tableLayoutPanel6.Size = new Size(931, 458);
|
||||||
tableLayoutPanel6.TabIndex = 0;
|
tableLayoutPanel6.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// tabPage4
|
// tabPage4
|
||||||
@ -816,24 +922,367 @@
|
|||||||
tableLayoutPanel2.Size = new Size(816, 425);
|
tableLayoutPanel2.Size = new Size(816, 425);
|
||||||
tableLayoutPanel2.TabIndex = 0;
|
tableLayoutPanel2.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// label17
|
// label22
|
||||||
//
|
//
|
||||||
label17.AutoSize = true;
|
label22.Anchor = AnchorStyles.Left;
|
||||||
tableLayoutPanel7.SetColumnSpan(label17, 2);
|
label22.AutoSize = true;
|
||||||
label17.Dock = DockStyle.Fill;
|
label22.Location = new Point(3, 7);
|
||||||
label17.Font = new Font("Segoe UI", 14F, FontStyle.Bold);
|
label22.Name = "label22";
|
||||||
label17.Location = new Point(409, 30);
|
label22.Size = new Size(42, 15);
|
||||||
label17.Name = "label17";
|
label22.TabIndex = 0;
|
||||||
tableLayoutPanel7.SetRowSpan(label17, 2);
|
label22.Text = "Name:";
|
||||||
label17.Size = new Size(384, 60);
|
//
|
||||||
label17.TabIndex = 28;
|
// label23
|
||||||
label17.Text = "JAGDPÄCHTER SOFORT INFORMIEREN SCHRANKE UND TORE ÖFFNEN !!!!! ";
|
//
|
||||||
|
label23.Anchor = AnchorStyles.Left;
|
||||||
|
label23.AutoSize = true;
|
||||||
|
label23.Location = new Point(3, 67);
|
||||||
|
label23.Name = "label23";
|
||||||
|
label23.Size = new Size(70, 15);
|
||||||
|
label23.TabIndex = 1;
|
||||||
|
label23.Text = "Gesundheit:";
|
||||||
|
//
|
||||||
|
// label24
|
||||||
|
//
|
||||||
|
label24.Anchor = AnchorStyles.Left;
|
||||||
|
label24.AutoSize = true;
|
||||||
|
label24.Location = new Point(3, 37);
|
||||||
|
label24.Name = "label24";
|
||||||
|
label24.Size = new Size(57, 15);
|
||||||
|
label24.TabIndex = 2;
|
||||||
|
label24.Text = "Kleidung:";
|
||||||
|
//
|
||||||
|
// label25
|
||||||
|
//
|
||||||
|
label25.Anchor = AnchorStyles.Left;
|
||||||
|
label25.AutoSize = true;
|
||||||
|
label25.Location = new Point(3, 97);
|
||||||
|
label25.Name = "label25";
|
||||||
|
label25.Size = new Size(150, 15);
|
||||||
|
label25.TabIndex = 3;
|
||||||
|
label25.Text = "Letzte sichere Sichtung wo:";
|
||||||
|
//
|
||||||
|
// label26
|
||||||
|
//
|
||||||
|
label26.Anchor = AnchorStyles.Left;
|
||||||
|
label26.AutoSize = true;
|
||||||
|
label26.Location = new Point(3, 127);
|
||||||
|
label26.Name = "label26";
|
||||||
|
label26.Size = new Size(86, 15);
|
||||||
|
label26.TabIndex = 4;
|
||||||
|
label26.Text = "Lieblingstellen:";
|
||||||
|
//
|
||||||
|
// label27
|
||||||
|
//
|
||||||
|
label27.Anchor = AnchorStyles.Left;
|
||||||
|
label27.AutoSize = true;
|
||||||
|
label27.Location = new Point(3, 157);
|
||||||
|
label27.Name = "label27";
|
||||||
|
label27.Size = new Size(78, 15);
|
||||||
|
label27.TabIndex = 5;
|
||||||
|
label27.Text = "vP aus Heim?";
|
||||||
|
//
|
||||||
|
// label28
|
||||||
|
//
|
||||||
|
label28.Anchor = AnchorStyles.Left;
|
||||||
|
label28.AutoSize = true;
|
||||||
|
label28.Location = new Point(3, 187);
|
||||||
|
label28.Name = "label28";
|
||||||
|
label28.Size = new Size(91, 15);
|
||||||
|
label28.TabIndex = 6;
|
||||||
|
label28.Text = "Geld/Perso mit?";
|
||||||
|
//
|
||||||
|
// label29
|
||||||
|
//
|
||||||
|
label29.Anchor = AnchorStyles.Left;
|
||||||
|
label29.AutoSize = true;
|
||||||
|
label29.Location = new Point(640, 7);
|
||||||
|
label29.Name = "label29";
|
||||||
|
label29.Size = new Size(105, 15);
|
||||||
|
label29.TabIndex = 7;
|
||||||
|
label29.Text = "Köpergröße in cm:";
|
||||||
|
//
|
||||||
|
// label30
|
||||||
|
//
|
||||||
|
label30.Anchor = AnchorStyles.Left;
|
||||||
|
label30.AutoSize = true;
|
||||||
|
label30.Location = new Point(350, 37);
|
||||||
|
label30.Name = "label30";
|
||||||
|
label30.Size = new Size(35, 15);
|
||||||
|
label30.TabIndex = 8;
|
||||||
|
label30.Text = "Alter:";
|
||||||
|
//
|
||||||
|
// label31
|
||||||
|
//
|
||||||
|
label31.Anchor = AnchorStyles.Left;
|
||||||
|
label31.AutoSize = true;
|
||||||
|
label31.Location = new Point(350, 67);
|
||||||
|
label31.Name = "label31";
|
||||||
|
label31.Size = new Size(53, 15);
|
||||||
|
label31.TabIndex = 9;
|
||||||
|
label31.Text = "Demenz:";
|
||||||
|
//
|
||||||
|
// label32
|
||||||
|
//
|
||||||
|
label32.Anchor = AnchorStyles.Left;
|
||||||
|
label32.AutoSize = true;
|
||||||
|
label32.Location = new Point(350, 97);
|
||||||
|
label32.Name = "label32";
|
||||||
|
label32.Size = new Size(66, 15);
|
||||||
|
label32.TabIndex = 10;
|
||||||
|
label32.Text = "durch wen:";
|
||||||
|
//
|
||||||
|
// label33
|
||||||
|
//
|
||||||
|
label33.Anchor = AnchorStyles.Left;
|
||||||
|
label33.AutoSize = true;
|
||||||
|
label33.Location = new Point(640, 97);
|
||||||
|
label33.Name = "label33";
|
||||||
|
label33.Size = new Size(39, 15);
|
||||||
|
label33.TabIndex = 11;
|
||||||
|
label33.Text = "wann:";
|
||||||
|
//
|
||||||
|
// label34
|
||||||
|
//
|
||||||
|
label34.Anchor = AnchorStyles.Left;
|
||||||
|
label34.AutoSize = true;
|
||||||
|
label34.Location = new Point(350, 157);
|
||||||
|
label34.Name = "label34";
|
||||||
|
label34.Size = new Size(149, 15);
|
||||||
|
label34.TabIndex = 12;
|
||||||
|
label34.Text = "Heim abgesucht (mit Plan)";
|
||||||
|
//
|
||||||
|
// label35
|
||||||
|
//
|
||||||
|
label35.Anchor = AnchorStyles.Left;
|
||||||
|
label35.AutoSize = true;
|
||||||
|
label35.Location = new Point(350, 187);
|
||||||
|
label35.Name = "label35";
|
||||||
|
label35.Size = new Size(114, 15);
|
||||||
|
label35.TabIndex = 13;
|
||||||
|
label35.Text = "schon mal vermisst?";
|
||||||
|
//
|
||||||
|
// label36
|
||||||
|
//
|
||||||
|
label36.Anchor = AnchorStyles.Left;
|
||||||
|
label36.AutoSize = true;
|
||||||
|
label36.Location = new Point(640, 157);
|
||||||
|
label36.Name = "label36";
|
||||||
|
label36.Size = new Size(31, 15);
|
||||||
|
label36.TabIndex = 14;
|
||||||
|
label36.Text = "Wer:";
|
||||||
|
//
|
||||||
|
// label37
|
||||||
|
//
|
||||||
|
label37.Anchor = AnchorStyles.Left;
|
||||||
|
label37.AutoSize = true;
|
||||||
|
label37.Location = new Point(640, 187);
|
||||||
|
label37.Name = "label37";
|
||||||
|
label37.Size = new Size(28, 15);
|
||||||
|
label37.TabIndex = 15;
|
||||||
|
label37.Text = "Wo:";
|
||||||
|
//
|
||||||
|
// label38
|
||||||
|
//
|
||||||
|
label38.Anchor = AnchorStyles.Left;
|
||||||
|
label38.AutoSize = true;
|
||||||
|
label38.Location = new Point(640, 37);
|
||||||
|
label38.Name = "label38";
|
||||||
|
label38.Size = new Size(85, 15);
|
||||||
|
label38.TabIndex = 16;
|
||||||
|
label38.Text = "oder Jahrgang:";
|
||||||
|
//
|
||||||
|
// label39
|
||||||
|
//
|
||||||
|
label39.Anchor = AnchorStyles.Left;
|
||||||
|
label39.AutoSize = true;
|
||||||
|
label39.Location = new Point(640, 67);
|
||||||
|
label39.Name = "label39";
|
||||||
|
label39.Size = new Size(97, 15);
|
||||||
|
label39.TabIndex = 17;
|
||||||
|
label39.Text = "Orientierungslos:";
|
||||||
|
//
|
||||||
|
// label40
|
||||||
|
//
|
||||||
|
label40.Anchor = AnchorStyles.Left;
|
||||||
|
label40.AutoSize = true;
|
||||||
|
label40.Location = new Point(350, 7);
|
||||||
|
label40.Name = "label40";
|
||||||
|
label40.Size = new Size(68, 15);
|
||||||
|
label40.TabIndex = 18;
|
||||||
|
label40.Text = "Geschlecht:";
|
||||||
|
//
|
||||||
|
// txtName
|
||||||
|
//
|
||||||
|
txtName.Dock = DockStyle.Fill;
|
||||||
|
txtName.Location = new Point(181, 3);
|
||||||
|
txtName.Name = "txtName";
|
||||||
|
txtName.Size = new Size(163, 23);
|
||||||
|
txtName.TabIndex = 19;
|
||||||
|
//
|
||||||
|
// txtKleidung
|
||||||
|
//
|
||||||
|
txtKleidung.Dock = DockStyle.Fill;
|
||||||
|
txtKleidung.Location = new Point(181, 33);
|
||||||
|
txtKleidung.Name = "txtKleidung";
|
||||||
|
txtKleidung.Size = new Size(163, 23);
|
||||||
|
txtKleidung.TabIndex = 20;
|
||||||
|
//
|
||||||
|
// txtGesundheit
|
||||||
|
//
|
||||||
|
txtGesundheit.Dock = DockStyle.Fill;
|
||||||
|
txtGesundheit.Location = new Point(181, 63);
|
||||||
|
txtGesundheit.Name = "txtGesundheit";
|
||||||
|
txtGesundheit.Size = new Size(163, 23);
|
||||||
|
txtGesundheit.TabIndex = 21;
|
||||||
|
//
|
||||||
|
// txtLetzteSichereSichtung
|
||||||
|
//
|
||||||
|
txtLetzteSichereSichtung.Dock = DockStyle.Fill;
|
||||||
|
txtLetzteSichereSichtung.Location = new Point(181, 93);
|
||||||
|
txtLetzteSichereSichtung.Name = "txtLetzteSichereSichtung";
|
||||||
|
txtLetzteSichereSichtung.Size = new Size(163, 23);
|
||||||
|
txtLetzteSichereSichtung.TabIndex = 22;
|
||||||
|
//
|
||||||
|
// txtLieblingsstellen
|
||||||
|
//
|
||||||
|
txtLieblingsstellen.Dock = DockStyle.Fill;
|
||||||
|
txtLieblingsstellen.Location = new Point(181, 123);
|
||||||
|
txtLieblingsstellen.Name = "txtLieblingsstellen";
|
||||||
|
txtLieblingsstellen.Size = new Size(163, 23);
|
||||||
|
txtLieblingsstellen.TabIndex = 23;
|
||||||
|
//
|
||||||
|
// cmbVPAusHeim
|
||||||
|
//
|
||||||
|
cmbVPAusHeim.Dock = DockStyle.Fill;
|
||||||
|
cmbVPAusHeim.FormattingEnabled = true;
|
||||||
|
cmbVPAusHeim.Items.AddRange(new object[] { "ja", "nein" });
|
||||||
|
cmbVPAusHeim.Location = new Point(181, 153);
|
||||||
|
cmbVPAusHeim.Name = "cmbVPAusHeim";
|
||||||
|
cmbVPAusHeim.Size = new Size(163, 23);
|
||||||
|
cmbVPAusHeim.TabIndex = 24;
|
||||||
|
//
|
||||||
|
// cmbGeldPersoMit
|
||||||
|
//
|
||||||
|
cmbGeldPersoMit.Dock = DockStyle.Fill;
|
||||||
|
cmbGeldPersoMit.FormattingEnabled = true;
|
||||||
|
cmbGeldPersoMit.Items.AddRange(new object[] { "ja", "nein" });
|
||||||
|
cmbGeldPersoMit.Location = new Point(181, 183);
|
||||||
|
cmbGeldPersoMit.Name = "cmbGeldPersoMit";
|
||||||
|
cmbGeldPersoMit.Size = new Size(163, 23);
|
||||||
|
cmbGeldPersoMit.TabIndex = 25;
|
||||||
|
//
|
||||||
|
// cmbHeimAbgesucht
|
||||||
|
//
|
||||||
|
cmbHeimAbgesucht.Dock = DockStyle.Fill;
|
||||||
|
cmbHeimAbgesucht.FormattingEnabled = true;
|
||||||
|
cmbHeimAbgesucht.Items.AddRange(new object[] { "ja", "nein" });
|
||||||
|
cmbHeimAbgesucht.Location = new Point(521, 153);
|
||||||
|
cmbHeimAbgesucht.Name = "cmbHeimAbgesucht";
|
||||||
|
cmbHeimAbgesucht.Size = new Size(113, 23);
|
||||||
|
cmbHeimAbgesucht.TabIndex = 26;
|
||||||
|
//
|
||||||
|
// cmbSchonMalVermisst
|
||||||
|
//
|
||||||
|
cmbSchonMalVermisst.Dock = DockStyle.Fill;
|
||||||
|
cmbSchonMalVermisst.FormattingEnabled = true;
|
||||||
|
cmbSchonMalVermisst.Items.AddRange(new object[] { "ja", "nein" });
|
||||||
|
cmbSchonMalVermisst.Location = new Point(521, 183);
|
||||||
|
cmbSchonMalVermisst.Name = "cmbSchonMalVermisst";
|
||||||
|
cmbSchonMalVermisst.Size = new Size(113, 23);
|
||||||
|
cmbSchonMalVermisst.TabIndex = 27;
|
||||||
|
//
|
||||||
|
// txtHeimSucheWer
|
||||||
|
//
|
||||||
|
txtHeimSucheWer.Dock = DockStyle.Fill;
|
||||||
|
txtHeimSucheWer.Location = new Point(769, 153);
|
||||||
|
txtHeimSucheWer.Name = "txtHeimSucheWer";
|
||||||
|
txtHeimSucheWer.Size = new Size(159, 23);
|
||||||
|
txtHeimSucheWer.TabIndex = 28;
|
||||||
|
//
|
||||||
|
// txtVermisstWo
|
||||||
|
//
|
||||||
|
txtVermisstWo.Dock = DockStyle.Fill;
|
||||||
|
txtVermisstWo.Location = new Point(769, 183);
|
||||||
|
txtVermisstWo.Name = "txtVermisstWo";
|
||||||
|
txtVermisstWo.Size = new Size(159, 23);
|
||||||
|
txtVermisstWo.TabIndex = 29;
|
||||||
|
//
|
||||||
|
// cmbGeschlecht
|
||||||
|
//
|
||||||
|
cmbGeschlecht.Dock = DockStyle.Fill;
|
||||||
|
cmbGeschlecht.FormattingEnabled = true;
|
||||||
|
cmbGeschlecht.Items.AddRange(new object[] { "männlich", "weiblich" });
|
||||||
|
cmbGeschlecht.Location = new Point(521, 3);
|
||||||
|
cmbGeschlecht.Name = "cmbGeschlecht";
|
||||||
|
cmbGeschlecht.Size = new Size(113, 23);
|
||||||
|
cmbGeschlecht.TabIndex = 30;
|
||||||
|
//
|
||||||
|
// txtAlter
|
||||||
|
//
|
||||||
|
txtAlter.Dock = DockStyle.Fill;
|
||||||
|
txtAlter.Location = new Point(521, 33);
|
||||||
|
txtAlter.Name = "txtAlter";
|
||||||
|
txtAlter.Size = new Size(113, 23);
|
||||||
|
txtAlter.TabIndex = 31;
|
||||||
|
//
|
||||||
|
// txtKörpergröße
|
||||||
|
//
|
||||||
|
txtKörpergröße.Dock = DockStyle.Fill;
|
||||||
|
txtKörpergröße.Location = new Point(769, 3);
|
||||||
|
txtKörpergröße.Name = "txtKörpergröße";
|
||||||
|
txtKörpergröße.Size = new Size(159, 23);
|
||||||
|
txtKörpergröße.TabIndex = 32;
|
||||||
|
//
|
||||||
|
// txtJahrgang
|
||||||
|
//
|
||||||
|
txtJahrgang.Dock = DockStyle.Fill;
|
||||||
|
txtJahrgang.Location = new Point(769, 33);
|
||||||
|
txtJahrgang.Name = "txtJahrgang";
|
||||||
|
txtJahrgang.Size = new Size(159, 23);
|
||||||
|
txtJahrgang.TabIndex = 33;
|
||||||
|
//
|
||||||
|
// txtSichtungDurch
|
||||||
|
//
|
||||||
|
txtSichtungDurch.Dock = DockStyle.Fill;
|
||||||
|
txtSichtungDurch.Location = new Point(521, 93);
|
||||||
|
txtSichtungDurch.Name = "txtSichtungDurch";
|
||||||
|
txtSichtungDurch.Size = new Size(113, 23);
|
||||||
|
txtSichtungDurch.TabIndex = 34;
|
||||||
|
//
|
||||||
|
// txtSichtungZeit
|
||||||
|
//
|
||||||
|
txtSichtungZeit.Dock = DockStyle.Fill;
|
||||||
|
txtSichtungZeit.Location = new Point(769, 93);
|
||||||
|
txtSichtungZeit.Name = "txtSichtungZeit";
|
||||||
|
txtSichtungZeit.Size = new Size(159, 23);
|
||||||
|
txtSichtungZeit.TabIndex = 35;
|
||||||
|
//
|
||||||
|
// chkDemenz
|
||||||
|
//
|
||||||
|
chkDemenz.Anchor = AnchorStyles.Left;
|
||||||
|
chkDemenz.AutoSize = true;
|
||||||
|
chkDemenz.Location = new Point(521, 68);
|
||||||
|
chkDemenz.Name = "chkDemenz";
|
||||||
|
chkDemenz.Size = new Size(15, 14);
|
||||||
|
chkDemenz.TabIndex = 36;
|
||||||
|
chkDemenz.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// chkOrientierungslos
|
||||||
|
//
|
||||||
|
chkOrientierungslos.Anchor = AnchorStyles.Left;
|
||||||
|
chkOrientierungslos.AutoSize = true;
|
||||||
|
chkOrientierungslos.Location = new Point(769, 68);
|
||||||
|
chkOrientierungslos.Name = "chkOrientierungslos";
|
||||||
|
chkOrientierungslos.Size = new Size(15, 14);
|
||||||
|
chkOrientierungslos.TabIndex = 37;
|
||||||
|
chkOrientierungslos.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||||
AutoScaleMode = AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
ClientSize = new Size(830, 459);
|
ClientSize = new Size(945, 492);
|
||||||
Controls.Add(tabControl1);
|
Controls.Add(tabControl1);
|
||||||
Name = "Form1";
|
Name = "Form1";
|
||||||
Text = "Form1";
|
Text = "Form1";
|
||||||
@ -845,6 +1294,8 @@
|
|||||||
tableLayoutPanel7.ResumeLayout(false);
|
tableLayoutPanel7.ResumeLayout(false);
|
||||||
tableLayoutPanel7.PerformLayout();
|
tableLayoutPanel7.PerformLayout();
|
||||||
tabPage3.ResumeLayout(false);
|
tabPage3.ResumeLayout(false);
|
||||||
|
tableLayoutPanel6.ResumeLayout(false);
|
||||||
|
tableLayoutPanel6.PerformLayout();
|
||||||
tabPage4.ResumeLayout(false);
|
tabPage4.ResumeLayout(false);
|
||||||
tabPage5.ResumeLayout(false);
|
tabPage5.ResumeLayout(false);
|
||||||
tabPage6.ResumeLayout(false);
|
tabPage6.ResumeLayout(false);
|
||||||
@ -917,5 +1368,43 @@
|
|||||||
private MaskedTextBox txtAnkunft;
|
private MaskedTextBox txtAnkunft;
|
||||||
private MaskedTextBox txtEnde;
|
private MaskedTextBox txtEnde;
|
||||||
private Label label17;
|
private Label label17;
|
||||||
|
private Label label22;
|
||||||
|
private Label label24;
|
||||||
|
private Label label23;
|
||||||
|
private Label label25;
|
||||||
|
private Label label26;
|
||||||
|
private Label label27;
|
||||||
|
private Label label28;
|
||||||
|
private Label label30;
|
||||||
|
private Label label31;
|
||||||
|
private Label label32;
|
||||||
|
private Label label33;
|
||||||
|
private Label label34;
|
||||||
|
private Label label35;
|
||||||
|
private Label label36;
|
||||||
|
private Label label37;
|
||||||
|
private Label label29;
|
||||||
|
private Label label38;
|
||||||
|
private Label label39;
|
||||||
|
private Label label40;
|
||||||
|
private TextBox txtName;
|
||||||
|
private TextBox txtKleidung;
|
||||||
|
private TextBox txtGesundheit;
|
||||||
|
private TextBox txtLetzteSichereSichtung;
|
||||||
|
private TextBox txtLieblingsstellen;
|
||||||
|
private ComboBox cmbVPAusHeim;
|
||||||
|
private ComboBox cmbGeldPersoMit;
|
||||||
|
private ComboBox cmbHeimAbgesucht;
|
||||||
|
private ComboBox cmbSchonMalVermisst;
|
||||||
|
private TextBox txtHeimSucheWer;
|
||||||
|
private TextBox txtVermisstWo;
|
||||||
|
private ComboBox cmbGeschlecht;
|
||||||
|
private TextBox txtAlter;
|
||||||
|
private TextBox txtKörpergröße;
|
||||||
|
private TextBox txtJahrgang;
|
||||||
|
private TextBox txtSichtungDurch;
|
||||||
|
private TextBox txtSichtungZeit;
|
||||||
|
private CheckBox chkDemenz;
|
||||||
|
private CheckBox chkOrientierungslos;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user