/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( frmPersonnamn ) ); this.cmdCancel = new System.Windows.Forms.Button(); this.cmdOK = new System.Windows.Forms.Button(); this.txtFörnamn = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtEfternamn = new System.Windows.Forms.TextBox(); this.cboTitel = new System.Windows.Forms.ComboBox(); this.lblTitel = new System.Windows.Forms.Label(); this.chkPersonal = new System.Windows.Forms.CheckBox(); this.picChar = new System.Windows.Forms.PictureBox(); this.cmdDelete = new System.Windows.Forms.Button(); this.lv = new System.Windows.Forms.ListView(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader5 = new System.Windows.Forms.ColumnHeader(); this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); this.columnHeader6 = new System.Windows.Forms.ColumnHeader(); this.columnHeader7 = new System.Windows.Forms.ColumnHeader(); this.chkAutoCorrect = new System.Windows.Forms.CheckBox(); this.optMan = new System.Windows.Forms.RadioButton(); this.optKvinna = new System.Windows.Forms.RadioButton(); this.txtPersnr2 = new System.Windows.Forms.TextBox(); this.txtPersnr1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtAdress = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtZip = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtCity = new System.Windows.Forms.TextBox(); this.txtPhone = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtEMail = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.grpProtected = new vdUsr.vdGroup(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lblKatalogOchDVD = new System.Windows.Forms.Label(); this.cboProtArchive = new System.Windows.Forms.ComboBox(); this.cboProtGroup = new System.Windows.Forms.ComboBox(); this.cboProtCatalog = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.txtCustId = new TextBox(); this.chkStudentCardIsPrinted = new System.Windows.Forms.CheckBox(); this.chkWantNewPPaper = new System.Windows.Forms.CheckBox(); this.cboCountry = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picChar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grpProtected)).BeginInit(); this.grpProtected.SuspendLayout(); this.SuspendLayout(); // // cmdCancel // this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdCancel.Location = new System.Drawing.Point( 653, 351 ); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size( 80, 28 ); this.cmdCancel.TabIndex = 30; this.cmdCancel.Text = "Avbryt"; // // cmdOK // this.cmdOK.Location = new System.Drawing.Point( 567, 351 ); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size( 80, 28 ); this.cmdOK.TabIndex = 29; this.cmdOK.Text = "OK"; this.cmdOK.Click += new System.EventHandler( this.cmdOK_Click ); // // txtFörnamn // this.txtFörnamn.Location = new System.Drawing.Point( 72, 32 ); this.txtFörnamn.MaxLength = 30; this.txtFörnamn.Name = "txtFörnamn"; this.txtFörnamn.Size = new System.Drawing.Size( 188, 20 ); this.txtFörnamn.TabIndex = 1; this.txtFörnamn.TextChanged += new System.EventHandler( this.autocorrect_TextChanged ); this.txtFörnamn.Enter += new System.EventHandler( this.txtFörnamn_Enter ); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label1.Location = new System.Drawing.Point( 12, 34 ); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size( 48, 13 ); this.label1.TabIndex = 0; this.label1.Text = "&Förnamn"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label2.Location = new System.Drawing.Point( 12, 60 ); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size( 55, 13 ); this.label2.TabIndex = 2; this.label2.Text = "&Efternamn"; // // txtEfternamn // this.txtEfternamn.Location = new System.Drawing.Point( 72, 58 ); this.txtEfternamn.MaxLength = 40; this.txtEfternamn.Name = "txtEfternamn"; this.txtEfternamn.Size = new System.Drawing.Size( 188, 20 ); this.txtEfternamn.TabIndex = 3; this.txtEfternamn.TextChanged += new System.EventHandler( this.autocorrect_TextChanged ); this.txtEfternamn.Enter += new System.EventHandler( this.txtEfternamn_Enter ); // // cboTitel // this.cboTitel.Location = new System.Drawing.Point( 72, 84 ); this.cboTitel.Name = "cboTitel"; this.cboTitel.Size = new System.Drawing.Size( 156, 21 ); this.cboTitel.Sorted = true; this.cboTitel.TabIndex = 5; this.cboTitel.TextChanged += new System.EventHandler( this.cboTitel_TextChanged ); // // lblTitel // this.lblTitel.AutoSize = true; this.lblTitel.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.lblTitel.Location = new System.Drawing.Point( 12, 86 ); this.lblTitel.Name = "lblTitel"; this.lblTitel.Size = new System.Drawing.Size( 27, 13 ); this.lblTitel.TabIndex = 4; this.lblTitel.Text = "&Titel"; // // chkPersonal // this.chkPersonal.AutoSize = true; this.chkPersonal.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.chkPersonal.Location = new System.Drawing.Point( 72, 112 ); this.chkPersonal.Name = "chkPersonal"; this.chkPersonal.Size = new System.Drawing.Size( 67, 17 ); this.chkPersonal.TabIndex = 7; this.chkPersonal.Text = "&Personal"; this.chkPersonal.UseVisualStyleBackColor = false; // // picChar // this.picChar.BackColor = System.Drawing.SystemColors.Window; this.picChar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picChar.Location = new System.Drawing.Point( 539, 8 ); this.picChar.Name = "picChar"; this.picChar.Size = new System.Drawing.Size( 193, 337 ); this.picChar.TabIndex = 11; this.picChar.TabStop = false; this.picChar.MouseDown += new System.Windows.Forms.MouseEventHandler( this.picChar_MouseDown ); this.picChar.Paint += new System.Windows.Forms.PaintEventHandler( this.picChar_Paint ); // // cmdDelete // this.cmdDelete.Image = ((System.Drawing.Image)(resources.GetObject( "cmdDelete.Image" ))); this.cmdDelete.Location = new System.Drawing.Point( 236, 84 ); this.cmdDelete.Name = "cmdDelete"; this.cmdDelete.Size = new System.Drawing.Size( 24, 21 ); this.cmdDelete.TabIndex = 6; this.cmdDelete.TabStop = false; this.cmdDelete.Click += new System.EventHandler( this.cmdDelete_Click ); // // lv // this.lv.Columns.AddRange( new System.Windows.Forms.ColumnHeader[] { this.columnHeader3, this.columnHeader2, this.columnHeader1, this.columnHeader5, this.columnHeader4, this.columnHeader6, this.columnHeader7} ); this.lv.FullRowSelect = true; this.lv.Location = new System.Drawing.Point( 4, 271 ); this.lv.Name = "lv"; this.lv.Size = new System.Drawing.Size( 529, 108 ); this.lv.TabIndex = 28; this.lv.UseCompatibleStateImageBehavior = false; this.lv.View = System.Windows.Forms.View.Details; this.lv.DoubleClick += new System.EventHandler( this.lv_DoubleClick ); // // columnHeader3 // this.columnHeader3.Text = "Klass"; this.columnHeader3.Width = 70; // // columnHeader2 // this.columnHeader2.Text = "Efternamn"; this.columnHeader2.Width = 100; // // columnHeader1 // this.columnHeader1.Text = "Förnamn"; this.columnHeader1.Width = 90; // // columnHeader5 // this.columnHeader5.Text = "Titel"; this.columnHeader5.Width = 80; // // columnHeader4 // this.columnHeader4.Text = "Bildnr"; this.columnHeader4.Width = 80; // // columnHeader6 // this.columnHeader6.Text = "G"; this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader6.Width = 24; // // columnHeader7 // this.columnHeader7.Text = "P"; this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader7.Width = 24; // // chkAutoCorrect // this.chkAutoCorrect.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.chkAutoCorrect.Location = new System.Drawing.Point( 377, 174 ); this.chkAutoCorrect.Name = "chkAutoCorrect"; this.chkAutoCorrect.Size = new System.Drawing.Size( 157, 31 ); this.chkAutoCorrect.TabIndex = 26; this.chkAutoCorrect.Text = "&Autokorrigera VERSALER/ gemener"; this.chkAutoCorrect.UseVisualStyleBackColor = false; this.chkAutoCorrect.CheckedChanged += new System.EventHandler( this.chkAutoCorrect_CheckedChanged ); // // optMan // this.optMan.AutoSize = true; this.optMan.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.optMan.Location = new System.Drawing.Point( 500, 140 ); this.optMan.Name = "optMan"; this.optMan.Size = new System.Drawing.Size( 34, 17 ); this.optMan.TabIndex = 25; this.optMan.TabStop = true; this.optMan.Text = "M"; this.optMan.UseVisualStyleBackColor = false; // // optKvinna // this.optKvinna.AutoSize = true; this.optKvinna.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.optKvinna.Location = new System.Drawing.Point( 461, 139 ); this.optKvinna.Name = "optKvinna"; this.optKvinna.Size = new System.Drawing.Size( 33, 17 ); this.optKvinna.TabIndex = 24; this.optKvinna.TabStop = true; this.optKvinna.Text = "Q"; this.optKvinna.UseVisualStyleBackColor = false; // // txtPersnr2 // this.txtPersnr2.Location = new System.Drawing.Point( 409, 139 ); this.txtPersnr2.MaxLength = 4; this.txtPersnr2.Name = "txtPersnr2"; this.txtPersnr2.Size = new System.Drawing.Size( 37, 20 ); this.txtPersnr2.TabIndex = 23; this.txtPersnr2.TextChanged += new System.EventHandler( this.txtPnr2_TextChanged ); // // txtPersnr1 // this.txtPersnr1.Location = new System.Drawing.Point( 345, 139 ); this.txtPersnr1.MaxLength = 8; this.txtPersnr1.Name = "txtPersnr1"; this.txtPersnr1.Size = new System.Drawing.Size( 58, 20 ); this.txtPersnr1.TabIndex = 22; this.txtPersnr1.TextChanged += new System.EventHandler( this.txtPnr1_TextChanged ); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label3.Location = new System.Drawing.Point( 285, 142 ); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size( 49, 13 ); this.label3.TabIndex = 21; this.label3.Text = "Person&nr"; // // txtAdress // this.txtAdress.Location = new System.Drawing.Point( 345, 8 ); this.txtAdress.Name = "txtAdress"; this.txtAdress.Size = new System.Drawing.Size( 188, 20 ); this.txtAdress.TabIndex = 11; this.txtAdress.TextChanged += new System.EventHandler( this.autocorrect_TextChanged ); // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label5.Location = new System.Drawing.Point( 285, 11 ); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size( 39, 13 ); this.label5.TabIndex = 10; this.label5.Text = "Adre&ss"; // // txtZip // this.txtZip.Location = new System.Drawing.Point( 345, 34 ); this.txtZip.Name = "txtZip"; this.txtZip.Size = new System.Drawing.Size( 49, 20 ); this.txtZip.TabIndex = 13; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label6.Location = new System.Drawing.Point( 285, 37 ); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size( 48, 13 ); this.label6.TabIndex = 12; this.label6.Text = "Pnr / &Ort"; // // txtCity // this.txtCity.Location = new System.Drawing.Point( 402, 34 ); this.txtCity.Name = "txtCity"; this.txtCity.Size = new System.Drawing.Size( 131, 20 ); this.txtCity.TabIndex = 14; this.txtCity.TextChanged += new System.EventHandler( this.autocorrect_TextChanged ); // // txtPhone // this.txtPhone.Location = new System.Drawing.Point( 345, 87 ); this.txtPhone.Name = "txtPhone"; this.txtPhone.Size = new System.Drawing.Size( 188, 20 ); this.txtPhone.TabIndex = 18; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label7.Location = new System.Drawing.Point( 285, 90 ); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size( 43, 13 ); this.label7.TabIndex = 17; this.label7.Text = "Tele&fon"; // // txtEMail // this.txtEMail.Location = new System.Drawing.Point( 345, 113 ); this.txtEMail.Name = "txtEMail"; this.txtEMail.Size = new System.Drawing.Size( 188, 20 ); this.txtEMail.TabIndex = 20; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label8.Location = new System.Drawing.Point( 285, 116 ); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size( 26, 13 ); this.label8.TabIndex = 19; this.label8.Text = "&Mejl"; // // grpProtected // this.grpProtected.BackColor1 = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.grpProtected.BackColor2 = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.grpProtected.Caption = null; this.grpProtected.Controls.Add( this.label10 ); this.grpProtected.Controls.Add( this.label9 ); this.grpProtected.Controls.Add( this.lblKatalogOchDVD ); this.grpProtected.Controls.Add( this.cboProtArchive ); this.grpProtected.Controls.Add( this.cboProtGroup ); this.grpProtected.Controls.Add( this.cboProtCatalog ); this.grpProtected.Location = new System.Drawing.Point( 5, 207 ); this.grpProtected.Name = "grpProtected"; this.grpProtected.Options = "Nej|Ja"; this.grpProtected.Size = new System.Drawing.Size( 529, 58 ); this.grpProtected.TabIndex = 27; this.grpProtected.TabStop = false; this.grpProtected.Text = "Skyddad identitet"; this.grpProtected.Paint += new System.Windows.Forms.PaintEventHandler( this.grpProtected_Paint ); this.grpProtected.CheckChanged += new System.EventHandler( this.grpProtected_CheckChanged ); // // label10 // this.label10.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label10.Location = new System.Drawing.Point( 349, 16 ); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size( 100, 12 ); this.label10.TabIndex = 4; this.label10.Text = "PhotoArkiv"; this.label10.Visible = false; // // label9 // this.label9.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label9.Location = new System.Drawing.Point( 177, 16 ); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size( 100, 12 ); this.label9.TabIndex = 2; this.label9.Text = "Gruppbild"; this.label9.Visible = false; // // lblKatalogOchDVD // this.lblKatalogOchDVD.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.lblKatalogOchDVD.Location = new System.Drawing.Point( 5, 16 ); this.lblKatalogOchDVD.Name = "lblKatalogOchDVD"; this.lblKatalogOchDVD.Size = new System.Drawing.Size( 100, 12 ); this.lblKatalogOchDVD.TabIndex = 0; this.lblKatalogOchDVD.Text = "Katalog och DVD"; this.lblKatalogOchDVD.Visible = false; // // cboProtArchive // this.cboProtArchive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProtArchive.FormattingEnabled = true; this.cboProtArchive.Location = new System.Drawing.Point( 352, 32 ); this.cboProtArchive.Name = "cboProtArchive"; this.cboProtArchive.Size = new System.Drawing.Size( 166, 21 ); this.cboProtArchive.TabIndex = 5; this.cboProtArchive.Visible = false; // // cboProtGroup // this.cboProtGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProtGroup.FormattingEnabled = true; this.cboProtGroup.Location = new System.Drawing.Point( 180, 32 ); this.cboProtGroup.Name = "cboProtGroup"; this.cboProtGroup.Size = new System.Drawing.Size( 166, 21 ); this.cboProtGroup.TabIndex = 3; this.cboProtGroup.Visible = false; // // cboProtCatalog // this.cboProtCatalog.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProtCatalog.FormattingEnabled = true; this.cboProtCatalog.Location = new System.Drawing.Point( 8, 32 ); this.cboProtCatalog.Name = "cboProtCatalog"; this.cboProtCatalog.Size = new System.Drawing.Size( 166, 21 ); this.cboProtCatalog.TabIndex = 1; this.cboProtCatalog.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label4.Location = new System.Drawing.Point( 12, 10 ); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size( 41, 13 ); this.label4.TabIndex = 31; this.label4.Text = "&Kundnr"; // // cboKundnr // this.txtCustId.Location = new System.Drawing.Point( 72, 8 ); this.txtCustId.Name = "txtCustId"; this.txtCustId.ReadOnly = true; this.txtCustId.Size = new System.Drawing.Size( 156, 21 ); this.txtCustId.TabIndex = 32; // // chkStudentCardIsPrinted // this.chkStudentCardIsPrinted.AutoSize = true; this.chkStudentCardIsPrinted.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.chkStudentCardIsPrinted.Location = new System.Drawing.Point( 72, 134 ); this.chkStudentCardIsPrinted.Name = "chkStudentCardIsPrinted"; this.chkStudentCardIsPrinted.Size = new System.Drawing.Size( 123, 17 ); this.chkStudentCardIsPrinted.TabIndex = 8; this.chkStudentCardIsPrinted.Text = "Har fått &StudentCard"; this.chkStudentCardIsPrinted.UseVisualStyleBackColor = false; // // chkWantNewPPaper // this.chkWantNewPPaper.AutoSize = true; this.chkWantNewPPaper.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.chkWantNewPPaper.Location = new System.Drawing.Point( 72, 156 ); this.chkWantNewPPaper.Name = "chkWantNewPPaper"; this.chkWantNewPPaper.Size = new System.Drawing.Size( 165, 17 ); this.chkWantNewPPaper.TabIndex = 9; this.chkWantNewPPaper.Text = "&Vill ha ny P-Lapp hemskickad"; this.chkWantNewPPaper.UseVisualStyleBackColor = false; // // cboCountry // this.cboCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCountry.FormattingEnabled = true; this.cboCountry.Items.AddRange( new object[] { "Sverige", "Finland", "Norge"} ); this.cboCountry.Location = new System.Drawing.Point( 345, 60 ); this.cboCountry.Name = "cboCountry"; this.cboCountry.Size = new System.Drawing.Size( 188, 21 ); this.cboCountry.TabIndex = 16; // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))) ); this.label11.Location = new System.Drawing.Point( 285, 63 ); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size( 31, 13 ); this.label11.TabIndex = 15; this.label11.Text = "Land"; // // frmPersonnamn // this.AcceptButton = this.cmdOK; this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 ); this.CancelButton = this.cmdCancel; this.ClientSize = new System.Drawing.Size( 744, 384 ); this.Controls.Add( this.label11 ); this.Controls.Add( this.cboCountry ); this.Controls.Add( this.optMan ); this.Controls.Add( this.chkWantNewPPaper ); this.Controls.Add( this.optKvinna ); this.Controls.Add( this.chkStudentCardIsPrinted ); this.Controls.Add( this.txtPersnr2 ); this.Controls.Add( this.label4 ); this.Controls.Add( this.txtPersnr1 ); this.Controls.Add( this.txtCustId ); this.Controls.Add( this.label3 ); this.Controls.Add( this.grpProtected ); this.Controls.Add( this.txtEMail ); this.Controls.Add( this.label8 ); this.Controls.Add( this.txtPhone ); this.Controls.Add( this.label7 ); this.Controls.Add( this.txtCity ); this.Controls.Add( this.txtZip ); this.Controls.Add( this.label6 ); this.Controls.Add( this.txtAdress ); this.Controls.Add( this.label5 ); this.Controls.Add( this.chkAutoCorrect ); this.Controls.Add( this.lv ); this.Controls.Add( this.cmdDelete ); this.Controls.Add( this.picChar ); this.Controls.Add( this.chkPersonal ); this.Controls.Add( this.lblTitel ); this.Controls.Add( this.cboTitel ); this.Controls.Add( this.txtEfternamn ); this.Controls.Add( this.txtFörnamn ); this.Controls.Add( this.label2 ); this.Controls.Add( this.label1 ); this.Controls.Add( this.cmdCancel ); this.Controls.Add( this.cmdOK ); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmPersonnamn"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Personnamn"; ((System.ComponentModel.ISupportInitialize)(this.picChar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grpProtected)).EndInit(); this.grpProtected.ResumeLayout( false ); this.ResumeLayout( false ); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.cmdFinalCopy = new System.Windows.Forms.Button(); this.cmdBurnDVD = new System.Windows.Forms.Button(); this.chkOrderCorrect = new System.Windows.Forms.CheckBox(); this.grpRestfoto = new vdUsr.vdGroup(); this.label10 = new System.Windows.Forms.Label(); this.optRestI_EjSvar = new System.Windows.Forms.RadioButton(); this.optRestI_Nej = new System.Windows.Forms.RadioButton(); this.optRestI_Ja = new System.Windows.Forms.RadioButton(); this.optRestV_EjSvar = new System.Windows.Forms.RadioButton(); this.label8 = new System.Windows.Forms.Label(); this.optRestV_Nej = new System.Windows.Forms.RadioButton(); this.label9 = new System.Windows.Forms.Label(); this.optRestV_Ja = new System.Windows.Forms.RadioButton(); this.optRestO_EjSvar = new System.Windows.Forms.RadioButton(); this.optRestO_Nej = new System.Windows.Forms.RadioButton(); this.optRestO_Ja = new System.Windows.Forms.RadioButton(); this.optRestP_EjSvar = new System.Windows.Forms.RadioButton(); this.label7 = new System.Windows.Forms.Label(); this.optRestP_Nej = new System.Windows.Forms.RadioButton(); this.lblRestG = new System.Windows.Forms.Label(); this.optRestP_Ja = new System.Windows.Forms.RadioButton(); this.optRestG_EjSvar = new System.Windows.Forms.RadioButton(); this.optRestG_Nej = new System.Windows.Forms.RadioButton(); this.optRestG_Ja = new System.Windows.Forms.RadioButton(); this.txtStatus = new System.Windows.Forms.TextBox(); this.ugG = new vdXceed.vdPlainGrid(); this.grpAnpassadCD = new vdUsr.vdGroup(); this.label2 = new System.Windows.Forms.Label(); this.txtAnp_Till = new System.Windows.Forms.TextBox(); this.optAnp_EjSvar = new System.Windows.Forms.RadioButton(); this.optAnp_Nej = new System.Windows.Forms.RadioButton(); this.optAnp_Ja = new System.Windows.Forms.RadioButton(); this.grpPhotoArkiv = new vdUsr.vdGroup(); this.label3 = new System.Windows.Forms.Label(); this.txtPArkiv_Till = new System.Windows.Forms.TextBox(); this.optPArkiv_EjSvar = new System.Windows.Forms.RadioButton(); this.optPArkiv_Nej = new System.Windows.Forms.RadioButton(); this.optPArkiv_Ja = new System.Windows.Forms.RadioButton(); this.grpVimmel = new vdUsr.vdGroup(); this.label4 = new System.Windows.Forms.Label(); this.txtV_Till = new System.Windows.Forms.TextBox(); this.optV_EjSvar = new System.Windows.Forms.RadioButton(); this.optV_Nej = new System.Windows.Forms.RadioButton(); this.optV_Ja = new System.Windows.Forms.RadioButton(); this.lblBurnTime = new System.Windows.Forms.Label(); this.grpGranskning = new vdUsr.vdGroup(); this.lblGranskningSkaGöras = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtValidateGP_Av = new System.Windows.Forms.TextBox(); this.optValidateGP_EjSvar = new System.Windows.Forms.RadioButton(); this.optValidateGP_Nej = new System.Windows.Forms.RadioButton(); this.optValidateGP_Ja = new System.Windows.Forms.RadioButton(); this.chkWhoAmI = new System.Windows.Forms.CheckBox(); this.cmdFTP = new System.Windows.Forms.Button(); this.grpLappar = new vdUsr.vdGroup(); this.label1 = new System.Windows.Forms.Label(); this.txtPlappar_Kommentar = new System.Windows.Forms.TextBox(); this.optPlappar_EjSvar = new System.Windows.Forms.RadioButton(); this.optPlappar_Nej = new System.Windows.Forms.RadioButton(); this.optPlappar_Ja = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.grpRestfoto)).BeginInit(); this.grpRestfoto.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ugG)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grpAnpassadCD)).BeginInit(); this.grpAnpassadCD.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpPhotoArkiv)).BeginInit(); this.grpPhotoArkiv.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpVimmel)).BeginInit(); this.grpVimmel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpGranskning)).BeginInit(); this.grpGranskning.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpLappar)).BeginInit(); this.grpLappar.SuspendLayout(); this.SuspendLayout(); // // cmdFinalCopy // this.cmdFinalCopy.Location = new System.Drawing.Point(831, 594); this.cmdFinalCopy.Name = "cmdFinalCopy"; this.cmdFinalCopy.Size = new System.Drawing.Size(185, 28); this.cmdFinalCopy.TabIndex = 13; this.cmdFinalCopy.Text = "Slutlagra på extern hårddisk"; this.cmdFinalCopy.Click += new System.EventHandler(this.cmdFinalCopy_Click); // // cmdBurnDVD // this.cmdBurnDVD.Location = new System.Drawing.Point(831, 560); this.cmdBurnDVD.Name = "cmdBurnDVD"; this.cmdBurnDVD.Size = new System.Drawing.Size(185, 28); this.cmdBurnDVD.TabIndex = 12; this.cmdBurnDVD.Text = "Slutlagra på CD/DVD"; this.cmdBurnDVD.Click += new System.EventHandler(this.cmdBurnDVD_Click); // // chkOrderCorrect // this.chkOrderCorrect.AutoSize = true; this.chkOrderCorrect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkOrderCorrect.Location = new System.Drawing.Point(581, 526); this.chkOrderCorrect.Name = "chkOrderCorrect"; this.chkOrderCorrect.Size = new System.Drawing.Size(177, 20); this.chkOrderCorrect.TabIndex = 9; this.chkOrderCorrect.Text = "Gruppordningen är korrekt"; this.chkOrderCorrect.UseVisualStyleBackColor = false; // // grpRestfoto // this.grpRestfoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpRestfoto.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpRestfoto.Caption = null; this.grpRestfoto.Controls.Add(this.label10); this.grpRestfoto.Controls.Add(this.optRestI_EjSvar); this.grpRestfoto.Controls.Add(this.optRestI_Nej); this.grpRestfoto.Controls.Add(this.optRestI_Ja); this.grpRestfoto.Controls.Add(this.optRestV_EjSvar); this.grpRestfoto.Controls.Add(this.label8); this.grpRestfoto.Controls.Add(this.optRestV_Nej); this.grpRestfoto.Controls.Add(this.label9); this.grpRestfoto.Controls.Add(this.optRestV_Ja); this.grpRestfoto.Controls.Add(this.optRestO_EjSvar); this.grpRestfoto.Controls.Add(this.optRestO_Nej); this.grpRestfoto.Controls.Add(this.optRestO_Ja); this.grpRestfoto.Controls.Add(this.optRestP_EjSvar); this.grpRestfoto.Controls.Add(this.label7); this.grpRestfoto.Controls.Add(this.optRestP_Nej); this.grpRestfoto.Controls.Add(this.lblRestG); this.grpRestfoto.Controls.Add(this.optRestP_Ja); this.grpRestfoto.Controls.Add(this.optRestG_EjSvar); this.grpRestfoto.Controls.Add(this.optRestG_Nej); this.grpRestfoto.Controls.Add(this.optRestG_Ja); this.grpRestfoto.Location = new System.Drawing.Point(573, 4); this.grpRestfoto.Name = "grpRestfoto"; this.grpRestfoto.Size = new System.Drawing.Size(443, 83); this.grpRestfoto.TabIndex = 1; this.grpRestfoto.Text = "Önskas restfoto för ..."; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 58); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(84, 16); this.label10.TabIndex = 16; this.label10.Text = "Infäll. katalog"; // // optRestI_EjSvar // this.optRestI_EjSvar.AutoCheck = false; this.optRestI_EjSvar.AutoSize = true; this.optRestI_EjSvar.Location = new System.Drawing.Point(200, 58); this.optRestI_EjSvar.Name = "optRestI_EjSvar"; this.optRestI_EjSvar.Size = new System.Drawing.Size(33, 20); this.optRestI_EjSvar.TabIndex = 19; this.optRestI_EjSvar.Text = "?"; this.optRestI_EjSvar.Click += new System.EventHandler(this.optRest_Click); // // optRestI_Nej // this.optRestI_Nej.AutoCheck = false; this.optRestI_Nej.AutoSize = true; this.optRestI_Nej.Location = new System.Drawing.Point(148, 58); this.optRestI_Nej.Name = "optRestI_Nej"; this.optRestI_Nej.Size = new System.Drawing.Size(45, 20); this.optRestI_Nej.TabIndex = 18; this.optRestI_Nej.Text = "Nej"; this.optRestI_Nej.Click += new System.EventHandler(this.optRest_Click); // // optRestI_Ja // this.optRestI_Ja.AutoCheck = false; this.optRestI_Ja.AutoSize = true; this.optRestI_Ja.Location = new System.Drawing.Point(104, 58); this.optRestI_Ja.Name = "optRestI_Ja"; this.optRestI_Ja.Size = new System.Drawing.Size(39, 20); this.optRestI_Ja.TabIndex = 17; this.optRestI_Ja.Text = "Ja"; this.optRestI_Ja.Click += new System.EventHandler(this.optRest_Click); // // optRestV_EjSvar // this.optRestV_EjSvar.AutoCheck = false; this.optRestV_EjSvar.AutoSize = true; this.optRestV_EjSvar.Location = new System.Drawing.Point(397, 38); this.optRestV_EjSvar.Name = "optRestV_EjSvar"; this.optRestV_EjSvar.Size = new System.Drawing.Size(33, 20); this.optRestV_EjSvar.TabIndex = 15; this.optRestV_EjSvar.Text = "?"; this.optRestV_EjSvar.Click += new System.EventHandler(this.optRest_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(241, 38); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(52, 16); this.label8.TabIndex = 12; this.label8.Text = "Vimmel"; // // optRestV_Nej // this.optRestV_Nej.AutoCheck = false; this.optRestV_Nej.AutoSize = true; this.optRestV_Nej.Location = new System.Drawing.Point(345, 38); this.optRestV_Nej.Name = "optRestV_Nej"; this.optRestV_Nej.Size = new System.Drawing.Size(45, 20); this.optRestV_Nej.TabIndex = 14; this.optRestV_Nej.Text = "Nej"; this.optRestV_Nej.Click += new System.EventHandler(this.optRest_Click); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 38); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 16); this.label9.TabIndex = 8; this.label9.Text = "Omslag"; // // optRestV_Ja // this.optRestV_Ja.AutoCheck = false; this.optRestV_Ja.AutoSize = true; this.optRestV_Ja.Location = new System.Drawing.Point(301, 38); this.optRestV_Ja.Name = "optRestV_Ja"; this.optRestV_Ja.Size = new System.Drawing.Size(39, 20); this.optRestV_Ja.TabIndex = 13; this.optRestV_Ja.Text = "Ja"; this.optRestV_Ja.Click += new System.EventHandler(this.optRest_Click); // // optRestO_EjSvar // this.optRestO_EjSvar.AutoCheck = false; this.optRestO_EjSvar.AutoSize = true; this.optRestO_EjSvar.Location = new System.Drawing.Point(200, 38); this.optRestO_EjSvar.Name = "optRestO_EjSvar"; this.optRestO_EjSvar.Size = new System.Drawing.Size(33, 20); this.optRestO_EjSvar.TabIndex = 11; this.optRestO_EjSvar.Text = "?"; this.optRestO_EjSvar.Click += new System.EventHandler(this.optRest_Click); // // optRestO_Nej // this.optRestO_Nej.AutoCheck = false; this.optRestO_Nej.AutoSize = true; this.optRestO_Nej.Location = new System.Drawing.Point(148, 38); this.optRestO_Nej.Name = "optRestO_Nej"; this.optRestO_Nej.Size = new System.Drawing.Size(45, 20); this.optRestO_Nej.TabIndex = 10; this.optRestO_Nej.Text = "Nej"; this.optRestO_Nej.Click += new System.EventHandler(this.optRest_Click); // // optRestO_Ja // this.optRestO_Ja.AutoCheck = false; this.optRestO_Ja.AutoSize = true; this.optRestO_Ja.Location = new System.Drawing.Point(104, 38); this.optRestO_Ja.Name = "optRestO_Ja"; this.optRestO_Ja.Size = new System.Drawing.Size(39, 20); this.optRestO_Ja.TabIndex = 9; this.optRestO_Ja.Text = "Ja"; this.optRestO_Ja.Click += new System.EventHandler(this.optRest_Click); // // optRestP_EjSvar // this.optRestP_EjSvar.AutoCheck = false; this.optRestP_EjSvar.AutoSize = true; this.optRestP_EjSvar.Location = new System.Drawing.Point(397, 18); this.optRestP_EjSvar.Name = "optRestP_EjSvar"; this.optRestP_EjSvar.Size = new System.Drawing.Size(33, 20); this.optRestP_EjSvar.TabIndex = 7; this.optRestP_EjSvar.Text = "?"; this.optRestP_EjSvar.Click += new System.EventHandler(this.optRest_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(241, 18); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(51, 16); this.label7.TabIndex = 4; this.label7.Text = "Porträtt"; // // optRestP_Nej // this.optRestP_Nej.AutoCheck = false; this.optRestP_Nej.AutoSize = true; this.optRestP_Nej.Location = new System.Drawing.Point(345, 18); this.optRestP_Nej.Name = "optRestP_Nej"; this.optRestP_Nej.Size = new System.Drawing.Size(45, 20); this.optRestP_Nej.TabIndex = 6; this.optRestP_Nej.Text = "Nej"; this.optRestP_Nej.Click += new System.EventHandler(this.optRest_Click); // // lblRestG // this.lblRestG.AutoSize = true; this.lblRestG.Location = new System.Drawing.Point(6, 18); this.lblRestG.Name = "lblRestG"; this.lblRestG.Size = new System.Drawing.Size(74, 16); this.lblRestG.TabIndex = 0; this.lblRestG.Text = "Gruppbilder"; // // optRestP_Ja // this.optRestP_Ja.AutoCheck = false; this.optRestP_Ja.AutoSize = true; this.optRestP_Ja.Location = new System.Drawing.Point(301, 18); this.optRestP_Ja.Name = "optRestP_Ja"; this.optRestP_Ja.Size = new System.Drawing.Size(39, 20); this.optRestP_Ja.TabIndex = 5; this.optRestP_Ja.Text = "Ja"; this.optRestP_Ja.Click += new System.EventHandler(this.optRest_Click); // // optRestG_EjSvar // this.optRestG_EjSvar.AutoCheck = false; this.optRestG_EjSvar.AutoSize = true; this.optRestG_EjSvar.Location = new System.Drawing.Point(200, 18); this.optRestG_EjSvar.Name = "optRestG_EjSvar"; this.optRestG_EjSvar.Size = new System.Drawing.Size(33, 20); this.optRestG_EjSvar.TabIndex = 3; this.optRestG_EjSvar.Text = "?"; this.optRestG_EjSvar.Click += new System.EventHandler(this.optRest_Click); // // optRestG_Nej // this.optRestG_Nej.AutoCheck = false; this.optRestG_Nej.AutoSize = true; this.optRestG_Nej.Location = new System.Drawing.Point(148, 18); this.optRestG_Nej.Name = "optRestG_Nej"; this.optRestG_Nej.Size = new System.Drawing.Size(45, 20); this.optRestG_Nej.TabIndex = 2; this.optRestG_Nej.Text = "Nej"; this.optRestG_Nej.Click += new System.EventHandler(this.optRest_Click); // // optRestG_Ja // this.optRestG_Ja.AutoCheck = false; this.optRestG_Ja.AutoSize = true; this.optRestG_Ja.Location = new System.Drawing.Point(104, 18); this.optRestG_Ja.Name = "optRestG_Ja"; this.optRestG_Ja.Size = new System.Drawing.Size(39, 20); this.optRestG_Ja.TabIndex = 1; this.optRestG_Ja.Text = "Ja"; this.optRestG_Ja.Click += new System.EventHandler(this.optRest_Click); // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(575, 339); this.txtStatus.Multiline = true; this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; this.txtStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtStatus.Size = new System.Drawing.Size(445, 181); this.txtStatus.TabIndex = 8; // // ugG // this.ugG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.ugG.Caption = null; this.ugG.Location = new System.Drawing.Point(4, 4); this.ugG.Name = "ugG"; this.ugG.ReadOnly = true; this.ugG.Size = new System.Drawing.Size(558, 693); this.ugG.TabIndex = 0; // // grpAnpassadCD // this.grpAnpassadCD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpAnpassadCD.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpAnpassadCD.Caption = null; this.grpAnpassadCD.Controls.Add(this.label2); this.grpAnpassadCD.Controls.Add(this.txtAnp_Till); this.grpAnpassadCD.Controls.Add(this.optAnp_EjSvar); this.grpAnpassadCD.Controls.Add(this.optAnp_Nej); this.grpAnpassadCD.Controls.Add(this.optAnp_Ja); this.grpAnpassadCD.Location = new System.Drawing.Point(573, 93); this.grpAnpassadCD.Name = "grpAnpassadCD"; this.grpAnpassadCD.Size = new System.Drawing.Size(443, 40); this.grpAnpassadCD.TabIndex = 3; this.grpAnpassadCD.Text = "Har Programanpassad CD överlämnats?"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(220, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(28, 16); this.label2.TabIndex = 3; this.label2.Text = "Till:"; // // txtAnp_Till // this.txtAnp_Till.Location = new System.Drawing.Point(254, 14); this.txtAnp_Till.Name = "txtAnp_Till"; this.txtAnp_Till.Size = new System.Drawing.Size(181, 22); this.txtAnp_Till.TabIndex = 4; // // optAnp_EjSvar // this.optAnp_EjSvar.AutoSize = true; this.optAnp_EjSvar.Location = new System.Drawing.Point(104, 16); this.optAnp_EjSvar.Name = "optAnp_EjSvar"; this.optAnp_EjSvar.Size = new System.Drawing.Size(33, 20); this.optAnp_EjSvar.TabIndex = 2; this.optAnp_EjSvar.Text = "?"; // // optAnp_Nej // this.optAnp_Nej.AutoSize = true; this.optAnp_Nej.Location = new System.Drawing.Point(52, 16); this.optAnp_Nej.Name = "optAnp_Nej"; this.optAnp_Nej.Size = new System.Drawing.Size(45, 20); this.optAnp_Nej.TabIndex = 1; this.optAnp_Nej.Text = "Nej"; // // optAnp_Ja // this.optAnp_Ja.AutoSize = true; this.optAnp_Ja.Location = new System.Drawing.Point(8, 16); this.optAnp_Ja.Name = "optAnp_Ja"; this.optAnp_Ja.Size = new System.Drawing.Size(39, 20); this.optAnp_Ja.TabIndex = 0; this.optAnp_Ja.Text = "Ja"; // // grpPhotoArkiv // this.grpPhotoArkiv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpPhotoArkiv.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpPhotoArkiv.Caption = null; this.grpPhotoArkiv.Controls.Add(this.label3); this.grpPhotoArkiv.Controls.Add(this.txtPArkiv_Till); this.grpPhotoArkiv.Controls.Add(this.optPArkiv_EjSvar); this.grpPhotoArkiv.Controls.Add(this.optPArkiv_Nej); this.grpPhotoArkiv.Controls.Add(this.optPArkiv_Ja); this.grpPhotoArkiv.Location = new System.Drawing.Point(573, 139); this.grpPhotoArkiv.Name = "grpPhotoArkiv"; this.grpPhotoArkiv.Size = new System.Drawing.Size(443, 40); this.grpPhotoArkiv.TabIndex = 4; this.grpPhotoArkiv.Text = "Har PhotoArkiv-CD överlämnats?"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(220, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 16); this.label3.TabIndex = 3; this.label3.Text = "Till:"; // // txtPArkiv_Till // this.txtPArkiv_Till.Location = new System.Drawing.Point(254, 14); this.txtPArkiv_Till.Name = "txtPArkiv_Till"; this.txtPArkiv_Till.Size = new System.Drawing.Size(181, 22); this.txtPArkiv_Till.TabIndex = 4; // // optPArkiv_EjSvar // this.optPArkiv_EjSvar.AutoSize = true; this.optPArkiv_EjSvar.Location = new System.Drawing.Point(104, 16); this.optPArkiv_EjSvar.Name = "optPArkiv_EjSvar"; this.optPArkiv_EjSvar.Size = new System.Drawing.Size(33, 20); this.optPArkiv_EjSvar.TabIndex = 2; this.optPArkiv_EjSvar.Text = "?"; // // optPArkiv_Nej // this.optPArkiv_Nej.AutoSize = true; this.optPArkiv_Nej.Location = new System.Drawing.Point(52, 16); this.optPArkiv_Nej.Name = "optPArkiv_Nej"; this.optPArkiv_Nej.Size = new System.Drawing.Size(45, 20); this.optPArkiv_Nej.TabIndex = 1; this.optPArkiv_Nej.Text = "Nej"; // // optPArkiv_Ja // this.optPArkiv_Ja.AutoSize = true; this.optPArkiv_Ja.Location = new System.Drawing.Point(8, 16); this.optPArkiv_Ja.Name = "optPArkiv_Ja"; this.optPArkiv_Ja.Size = new System.Drawing.Size(39, 20); this.optPArkiv_Ja.TabIndex = 0; this.optPArkiv_Ja.Text = "Ja"; // // grpVimmel // this.grpVimmel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpVimmel.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpVimmel.Caption = null; this.grpVimmel.Controls.Add(this.label4); this.grpVimmel.Controls.Add(this.txtV_Till); this.grpVimmel.Controls.Add(this.optV_EjSvar); this.grpVimmel.Controls.Add(this.optV_Nej); this.grpVimmel.Controls.Add(this.optV_Ja); this.grpVimmel.Location = new System.Drawing.Point(573, 185); this.grpVimmel.Name = "grpVimmel"; this.grpVimmel.Size = new System.Drawing.Size(443, 40); this.grpVimmel.TabIndex = 5; this.grpVimmel.Text = "Har Vimmel-CD överlämnats?"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(220, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(28, 16); this.label4.TabIndex = 3; this.label4.Text = "Till:"; // // txtV_Till // this.txtV_Till.Location = new System.Drawing.Point(254, 14); this.txtV_Till.Name = "txtV_Till"; this.txtV_Till.Size = new System.Drawing.Size(181, 22); this.txtV_Till.TabIndex = 4; // // optV_EjSvar // this.optV_EjSvar.AutoSize = true; this.optV_EjSvar.Location = new System.Drawing.Point(104, 16); this.optV_EjSvar.Name = "optV_EjSvar"; this.optV_EjSvar.Size = new System.Drawing.Size(33, 20); this.optV_EjSvar.TabIndex = 2; this.optV_EjSvar.Text = "?"; // // optV_Nej // this.optV_Nej.AutoSize = true; this.optV_Nej.Location = new System.Drawing.Point(52, 16); this.optV_Nej.Name = "optV_Nej"; this.optV_Nej.Size = new System.Drawing.Size(45, 20); this.optV_Nej.TabIndex = 1; this.optV_Nej.Text = "Nej"; // // optV_Ja // this.optV_Ja.AutoSize = true; this.optV_Ja.Location = new System.Drawing.Point(8, 16); this.optV_Ja.Name = "optV_Ja"; this.optV_Ja.Size = new System.Drawing.Size(39, 20); this.optV_Ja.TabIndex = 0; this.optV_Ja.Text = "Ja"; // // lblBurnTime // this.lblBurnTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblBurnTime.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBurnTime.ForeColor = System.Drawing.Color.Red; this.lblBurnTime.Location = new System.Drawing.Point(1022, 550); this.lblBurnTime.Name = "lblBurnTime"; this.lblBurnTime.Size = new System.Drawing.Size(193, 32); this.lblBurnTime.TabIndex = 13; this.lblBurnTime.Text = "datumfält"; this.lblBurnTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // grpGranskning // this.grpGranskning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpGranskning.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpGranskning.Caption = null; this.grpGranskning.Controls.Add(this.lblGranskningSkaGöras); this.grpGranskning.Controls.Add(this.label5); this.grpGranskning.Controls.Add(this.txtValidateGP_Av); this.grpGranskning.Controls.Add(this.optValidateGP_EjSvar); this.grpGranskning.Controls.Add(this.optValidateGP_Nej); this.grpGranskning.Controls.Add(this.optValidateGP_Ja); this.grpGranskning.Location = new System.Drawing.Point(573, 277); this.grpGranskning.Name = "grpGranskning"; this.grpGranskning.Size = new System.Drawing.Size(443, 56); this.grpGranskning.TabIndex = 7; this.grpGranskning.Text = "Har skolan granskat och godkänt gruppbilderna?"; // // lblGranskningSkaGöras // this.lblGranskningSkaGöras.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblGranskningSkaGöras.ForeColor = System.Drawing.Color.Maroon; this.lblGranskningSkaGöras.Location = new System.Drawing.Point(5, 38); this.lblGranskningSkaGöras.Name = "lblGranskningSkaGöras"; this.lblGranskningSkaGöras.Size = new System.Drawing.Size(430, 14); this.lblGranskningSkaGöras.TabIndex = 5; this.lblGranskningSkaGöras.Text = "ENLIGT FOTOORDERN SKA DETTA GÖRAS!"; this.lblGranskningSkaGöras.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(220, 16); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(26, 16); this.label5.TabIndex = 3; this.label5.Text = "Av:"; // // txtValidateGP_Av // this.txtValidateGP_Av.Location = new System.Drawing.Point(254, 14); this.txtValidateGP_Av.Name = "txtValidateGP_Av"; this.txtValidateGP_Av.Size = new System.Drawing.Size(181, 22); this.txtValidateGP_Av.TabIndex = 4; // // optValidateGP_EjSvar // this.optValidateGP_EjSvar.AutoSize = true; this.optValidateGP_EjSvar.Location = new System.Drawing.Point(104, 16); this.optValidateGP_EjSvar.Name = "optValidateGP_EjSvar"; this.optValidateGP_EjSvar.Size = new System.Drawing.Size(33, 20); this.optValidateGP_EjSvar.TabIndex = 2; this.optValidateGP_EjSvar.Text = "?"; // // optValidateGP_Nej // this.optValidateGP_Nej.AutoSize = true; this.optValidateGP_Nej.Location = new System.Drawing.Point(52, 16); this.optValidateGP_Nej.Name = "optValidateGP_Nej"; this.optValidateGP_Nej.Size = new System.Drawing.Size(45, 20); this.optValidateGP_Nej.TabIndex = 1; this.optValidateGP_Nej.Text = "Nej"; // // optValidateGP_Ja // this.optValidateGP_Ja.AutoSize = true; this.optValidateGP_Ja.Location = new System.Drawing.Point(8, 16); this.optValidateGP_Ja.Name = "optValidateGP_Ja"; this.optValidateGP_Ja.Size = new System.Drawing.Size(39, 20); this.optValidateGP_Ja.TabIndex = 0; this.optValidateGP_Ja.Text = "Ja"; // // chkWhoAmI // this.chkWhoAmI.AutoSize = true; this.chkWhoAmI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkWhoAmI.Location = new System.Drawing.Point(581, 552); this.chkWhoAmI.Name = "chkWhoAmI"; this.chkWhoAmI.Size = new System.Drawing.Size(62, 20); this.chkWhoAmI.TabIndex = 10; this.chkWhoAmI.Text = "Jag är"; this.chkWhoAmI.UseVisualStyleBackColor = false; // // cmdFTP // this.cmdFTP.Location = new System.Drawing.Point(831, 526); this.cmdFTP.Name = "cmdFTP"; this.cmdFTP.Size = new System.Drawing.Size(185, 28); this.cmdFTP.TabIndex = 11; this.cmdFTP.Text = "Slutlagra via FTP"; this.cmdFTP.Click += new System.EventHandler(this.cmdFTP_Click); // // grpLappar // this.grpLappar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpLappar.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.grpLappar.Caption = null; this.grpLappar.Controls.Add(this.label1); this.grpLappar.Controls.Add(this.txtPlappar_Kommentar); this.grpLappar.Controls.Add(this.optPlappar_EjSvar); this.grpLappar.Controls.Add(this.optPlappar_Nej); this.grpLappar.Controls.Add(this.optPlappar_Ja); this.grpLappar.Location = new System.Drawing.Point(573, 231); this.grpLappar.Name = "grpLappar"; this.grpLappar.Size = new System.Drawing.Size(443, 40); this.grpLappar.TabIndex = 6; this.grpLappar.Text = "Har några påseendelappar delats ut?"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(169, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 16); this.label1.TabIndex = 3; this.label1.Text = "Kommentar:"; // // txtPlappar_Kommentar // this.txtPlappar_Kommentar.Location = new System.Drawing.Point(254, 14); this.txtPlappar_Kommentar.Name = "txtPlappar_Kommentar"; this.txtPlappar_Kommentar.Size = new System.Drawing.Size(181, 22); this.txtPlappar_Kommentar.TabIndex = 4; // // optPlappar_EjSvar // this.optPlappar_EjSvar.AutoSize = true; this.optPlappar_EjSvar.Location = new System.Drawing.Point(104, 16); this.optPlappar_EjSvar.Name = "optPlappar_EjSvar"; this.optPlappar_EjSvar.Size = new System.Drawing.Size(33, 20); this.optPlappar_EjSvar.TabIndex = 2; this.optPlappar_EjSvar.Text = "?"; // // optPlappar_Nej // this.optPlappar_Nej.AutoSize = true; this.optPlappar_Nej.Location = new System.Drawing.Point(52, 16); this.optPlappar_Nej.Name = "optPlappar_Nej"; this.optPlappar_Nej.Size = new System.Drawing.Size(45, 20); this.optPlappar_Nej.TabIndex = 1; this.optPlappar_Nej.Text = "Nej"; // // optPlappar_Ja // this.optPlappar_Ja.AutoSize = true; this.optPlappar_Ja.Location = new System.Drawing.Point(8, 16); this.optPlappar_Ja.Name = "optPlappar_Ja"; this.optPlappar_Ja.Size = new System.Drawing.Size(39, 20); this.optPlappar_Ja.TabIndex = 0; this.optPlappar_Ja.Text = "Ja"; // // tabPageFinalBurn // this.Controls.Add(this.grpLappar); this.Controls.Add(this.cmdFTP); this.Controls.Add(this.chkWhoAmI); this.Controls.Add(this.grpGranskning); this.Controls.Add(this.lblBurnTime); this.Controls.Add(this.grpVimmel); this.Controls.Add(this.grpPhotoArkiv); this.Controls.Add(this.grpAnpassadCD); this.Controls.Add(this.ugG); this.Controls.Add(this.txtStatus); this.Controls.Add(this.grpRestfoto); this.Controls.Add(this.chkOrderCorrect); this.Controls.Add(this.cmdFinalCopy); this.Controls.Add(this.cmdBurnDVD); this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "tabPageFinalBurn"; this.Size = new System.Drawing.Size(1024, 700); ((System.ComponentModel.ISupportInitialize)(this.grpRestfoto)).EndInit(); this.grpRestfoto.ResumeLayout(false); this.grpRestfoto.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ugG)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grpAnpassadCD)).EndInit(); this.grpAnpassadCD.ResumeLayout(false); this.grpAnpassadCD.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpPhotoArkiv)).EndInit(); this.grpPhotoArkiv.ResumeLayout(false); this.grpPhotoArkiv.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpVimmel)).EndInit(); this.grpVimmel.ResumeLayout(false); this.grpVimmel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpGranskning)).EndInit(); this.grpGranskning.ResumeLayout(false); this.grpGranskning.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grpLappar)).EndInit(); this.grpLappar.ResumeLayout(false); this.grpLappar.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.chkGrupp = new System.Windows.Forms.CheckBox(); this.chkPorträtt = new System.Windows.Forms.CheckBox(); this.chkVimmel = new System.Windows.Forms.CheckBox(); this.tv = new System.Windows.Forms.TreeView(); this.lblInfo = new System.Windows.Forms.Label(); this.cmdAdvancedGrupp = new System.Windows.Forms.Button(); this.cmdAdvancedPorträtt = new System.Windows.Forms.Button(); this.cmdAdvancedVimmel = new System.Windows.Forms.Button(); this.cmdBurn = new System.Windows.Forms.Button(); this.cmdCancel = new System.Windows.Forms.Button(); this.cboType = new System.Windows.Forms.ComboBox(); this.groupBox1 = new vdUsr.vdGroup(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // chkGrupp // this.chkGrupp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkGrupp.Checked = true; this.chkGrupp.CheckState = System.Windows.Forms.CheckState.Checked; this.chkGrupp.Location = new System.Drawing.Point(32, 24); this.chkGrupp.Name = "chkGrupp"; this.chkGrupp.Size = new System.Drawing.Size(92, 16); this.chkGrupp.TabIndex = 1; this.chkGrupp.Text = "Gruppbilder"; this.chkGrupp.UseVisualStyleBackColor = false; this.chkGrupp.CheckedChanged += new System.EventHandler(this.chkGrupp_CheckedChanged); // // chkPorträtt // this.chkPorträtt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkPorträtt.Checked = true; this.chkPorträtt.CheckState = System.Windows.Forms.CheckState.Checked; this.chkPorträtt.Location = new System.Drawing.Point(32, 56); this.chkPorträtt.Name = "chkPorträtt"; this.chkPorträtt.Size = new System.Drawing.Size(92, 16); this.chkPorträtt.TabIndex = 2; this.chkPorträtt.Text = "Porträtt"; this.chkPorträtt.UseVisualStyleBackColor = false; this.chkPorträtt.CheckedChanged += new System.EventHandler(this.chkPorträtt_CheckedChanged); // // chkVimmel // this.chkVimmel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkVimmel.Location = new System.Drawing.Point(32, 88); this.chkVimmel.Name = "chkVimmel"; this.chkVimmel.Size = new System.Drawing.Size(92, 16); this.chkVimmel.TabIndex = 3; this.chkVimmel.Text = "Vimmelbilder"; this.chkVimmel.UseVisualStyleBackColor = false; this.chkVimmel.CheckedChanged += new System.EventHandler(this.chkVimmel_CheckedChanged); // // tv // this.tv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.tv.LabelEdit = true; this.tv.Location = new System.Drawing.Point(8, 8); this.tv.Name = "tv"; this.tv.Size = new System.Drawing.Size(380, 692); this.tv.TabIndex = 4; this.tv.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tv_AfterLabelEdit); this.tv.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect); this.tv.DoubleClick += new System.EventHandler(this.tv_DoubleClick); this.tv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tv_KeyDown); // // lblInfo // this.lblInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblInfo.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblInfo.Location = new System.Drawing.Point(396, 672); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(240, 32); this.lblInfo.TabIndex = 5; this.lblInfo.Text = "Dubbelklicka på en bild för att se den som den kommer att brännas"; this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cmdAdvancedGrupp // this.cmdAdvancedGrupp.BackColor = System.Drawing.SystemColors.Control; this.cmdAdvancedGrupp.Location = new System.Drawing.Point(136, 20); this.cmdAdvancedGrupp.Name = "cmdAdvancedGrupp"; this.cmdAdvancedGrupp.Size = new System.Drawing.Size(88, 20); this.cmdAdvancedGrupp.TabIndex = 6; this.cmdAdvancedGrupp.Text = "Avancerat..."; this.cmdAdvancedGrupp.UseVisualStyleBackColor = false; this.cmdAdvancedGrupp.Click += new System.EventHandler(this.cmdAdvancedGrupp_Click); // // cmdAdvancedPorträtt // this.cmdAdvancedPorträtt.BackColor = System.Drawing.SystemColors.Control; this.cmdAdvancedPorträtt.Location = new System.Drawing.Point(136, 52); this.cmdAdvancedPorträtt.Name = "cmdAdvancedPorträtt"; this.cmdAdvancedPorträtt.Size = new System.Drawing.Size(88, 20); this.cmdAdvancedPorträtt.TabIndex = 7; this.cmdAdvancedPorträtt.Text = "Avancerat..."; this.cmdAdvancedPorträtt.UseVisualStyleBackColor = false; this.cmdAdvancedPorträtt.Click += new System.EventHandler(this.cmdAdvancedPorträtt_Click); // // cmdAdvancedVimmel // this.cmdAdvancedVimmel.BackColor = System.Drawing.SystemColors.Control; this.cmdAdvancedVimmel.Location = new System.Drawing.Point(136, 84); this.cmdAdvancedVimmel.Name = "cmdAdvancedVimmel"; this.cmdAdvancedVimmel.Size = new System.Drawing.Size(88, 20); this.cmdAdvancedVimmel.TabIndex = 8; this.cmdAdvancedVimmel.Text = "Avancerat..."; this.cmdAdvancedVimmel.UseVisualStyleBackColor = false; this.cmdAdvancedVimmel.Click += new System.EventHandler(this.cmdAdvancedVimmel_Click); // // cmdBurn // this.cmdBurn.Location = new System.Drawing.Point(524, 172); this.cmdBurn.Name = "cmdBurn"; this.cmdBurn.Size = new System.Drawing.Size(108, 40); this.cmdBurn.TabIndex = 9; this.cmdBurn.Text = "BRÄNN"; this.cmdBurn.Click += new System.EventHandler(this.cmdBurn_Click); // // cmdCancel // this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdCancel.Location = new System.Drawing.Point(524, 224); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(108, 28); this.cmdCancel.TabIndex = 10; this.cmdCancel.Text = "Avbryt"; // // cboType // this.cboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboType.Location = new System.Drawing.Point(400, 8); this.cboType.Name = "cboType"; this.cboType.Size = new System.Drawing.Size(232, 21); this.cboType.TabIndex = 11; this.cboType.SelectedIndexChanged += new System.EventHandler(this.cboType_SelectedIndexChanged); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.groupBox1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.groupBox1.Caption = null; this.groupBox1.Checkable = true; this.groupBox1.Controls.Add(this.chkGrupp); this.groupBox1.Controls.Add(this.cmdAdvancedGrupp); this.groupBox1.Controls.Add(this.cmdAdvancedPorträtt); this.groupBox1.Controls.Add(this.chkPorträtt); this.groupBox1.Controls.Add(this.cmdAdvancedVimmel); this.groupBox1.Controls.Add(this.chkVimmel); this.groupBox1.Location = new System.Drawing.Point(400, 36); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(232, 116); this.groupBox1.TabIndex = 12; this.groupBox1.TabStop = false; this.groupBox1.Text = "Anpassat..."; // // FBurnCustom // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(640, 706); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cboType); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdBurn); this.Controls.Add(this.lblInfo); this.Controls.Add(this.tv); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FBurnCustom"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Bränn direkt till kund"; ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit(); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }