UserForm.Designer.cs
Description du code
UserForm.Designer.cs est un fichier du projet BiblioBrol.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.
Projet BiblioBrol :
Gestion de media en CSharp.
Pour plus d'infos, vous pouvez consulter la brève analyse.
Code source ou contenu du fichier
Code c# (UserForm.Designer.cs) (1180 lignes)
namespace be.gaudry.bibliobrol.view.dialogs { partial class UserForm { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur Windows Form /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { ((System.ComponentModel.ISupportInitialize)(this.phonesBindingSource)).BeginInit(); this.mainTLP.SuspendLayout(); this.identityGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.photoPB)).BeginInit(); this.addressGB.SuspendLayout(); this.cardGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chipPictureBox)).BeginInit(); this.buttonsPanel.SuspendLayout(); this.contactGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.telDGV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.mainCMS.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.mainTS.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit(); this.SuspendLayout(); // // phonesBindingSource // this.phonesBindingSource.DataMember = "Phones"; this.phonesBindingSource.DataSource = this.userBindingSource; // // mainTLP // this.mainTLP.ColumnCount = 2; this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F)); this.mainTLP.Controls.Add(this.identityGB, 0, 0); this.mainTLP.Controls.Add(this.addressGB, 0, 1); this.mainTLP.Controls.Add(this.cardGB, 1, 0); this.mainTLP.Controls.Add(this.buttonsPanel, 0, 3); this.mainTLP.Controls.Add(this.contactGB, 0, 2); this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTLP.Name = "mainTLP"; this.mainTLP.RowCount = 4; this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 184F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 101F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.mainTLP.TabIndex = 33; // // identityGB // this.identityGB.Controls.Add(this.persSexCB); this.identityGB.Controls.Add(this.birthdateDTP); this.identityGB.Controls.Add(this.pseudoTB); this.identityGB.Controls.Add(this.label4); this.identityGB.Controls.Add(this.nationalityTB); this.identityGB.Controls.Add(this.birthPlaceTB); this.identityGB.Controls.Add(this.firstName3TB); this.identityGB.Controls.Add(this.firstName2TB); this.identityGB.Controls.Add(this.nationalNumberTB); this.identityGB.Controls.Add(this.label9); this.identityGB.Controls.Add(this.label7); this.identityGB.Controls.Add(this.lastNameTB); this.identityGB.Controls.Add(this.firstName1TB); this.identityGB.Controls.Add(this.label6); this.identityGB.Controls.Add(this.label1); this.identityGB.Controls.Add(this.label2); this.identityGB.Controls.Add(this.label5); this.identityGB.Controls.Add(this.label3); this.identityGB.Controls.Add(this.photoPB); this.identityGB.Dock = System.Windows.Forms.DockStyle.Fill; this.identityGB.Name = "identityGB"; this.identityGB.TabIndex = 13; this.identityGB.TabStop = false; this.identityGB.Text = "Identité"; // // persSexCB // this.persSexCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.userBindingSource, "Sex", true)); this.persSexCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.persSexCB.Name = "persSexCB"; this.persSexCB.TabIndex = 42; // // birthdateDTP // this.birthdateDTP.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.userBindingSource, "Birthdate", true)); this.birthdateDTP.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.birthdateDTP.Name = "birthdateDTP"; this.birthdateDTP.TabIndex = 41; // // pseudoTB // this.pseudoTB.AllowDrop = true; this.pseudoTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Pseudo", true)); this.pseudoTB.Name = "pseudoTB"; this.pseudoTB.TabIndex = 39; // // label4 // this.label4.AutoSize = true; this.label4.Name = "label4"; this.label4.TabIndex = 40; this.label4.Text = "Pseudo"; // // nationalityTB // this.nationalityTB.AllowDrop = true; this.nationalityTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Nationality", true)); this.nationalityTB.Name = "nationalityTB"; this.nationalityTB.TabIndex = 38; // // birthPlaceTB // this.birthPlaceTB.AllowDrop = true; this.birthPlaceTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "BirthPlace", true)); this.birthPlaceTB.Name = "birthPlaceTB"; this.birthPlaceTB.TabIndex = 37; // // firstName3TB // this.firstName3TB.AllowDrop = true; this.firstName3TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "FirstName3", true)); this.firstName3TB.Name = "firstName3TB"; this.firstName3TB.TabIndex = 36; // // firstName2TB // this.firstName2TB.AllowDrop = true; this.firstName2TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "FirstName2", true)); this.firstName2TB.Name = "firstName2TB"; this.firstName2TB.TabIndex = 35; // // nationalNumberTB // this.nationalNumberTB.AllowDrop = true; this.nationalNumberTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "NationalNumber", true)); this.nationalNumberTB.Name = "nationalNumberTB"; this.nationalNumberTB.TabIndex = 34; // // label9 // this.label9.AutoSize = true; this.label9.Name = "label9"; this.label9.TabIndex = 33; this.label9.Text = "Numéro national : "; // // label7 // this.label7.AutoSize = true; this.label7.Name = "label7"; this.label7.TabIndex = 32; this.label7.Text = "Nationalité : "; // // lastNameTB // this.lastNameTB.AllowDrop = true; this.lastNameTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "LastName", true)); this.lastNameTB.Name = "lastNameTB"; this.lastNameTB.TabIndex = 25; // // firstName1TB // this.firstName1TB.AllowDrop = true; this.firstName1TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "FirstName", true)); this.firstName1TB.Name = "firstName1TB"; this.firstName1TB.TabIndex = 26; // // label6 // this.label6.AutoSize = true; this.label6.Name = "label6"; this.label6.TabIndex = 31; this.label6.Text = "Sexe : "; // // label1 // this.label1.AutoSize = true; this.label1.Name = "label1"; this.label1.TabIndex = 27; this.label1.Text = "Nom"; // // label2 // this.label2.AutoSize = true; this.label2.Name = "label2"; this.label2.TabIndex = 28; this.label2.Text = "Prénoms"; // // label5 // this.label5.AutoSize = true; this.label5.Name = "label5"; this.label5.TabIndex = 30; this.label5.Text = "Date de naissance : "; // // label3 // this.label3.AutoSize = true; this.label3.Name = "label3"; this.label3.TabIndex = 29; this.label3.Text = "Lieu de naissance : "; // // photoPB // this.photoPB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.photoPB.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError; this.photoPB.Name = "photoPB"; this.photoPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.photoPB.TabIndex = 16; this.photoPB.TabStop = false; // // addressGB // this.addressGB.Controls.Add(this.boxNumberTB); this.addressGB.Controls.Add(this.label20); this.addressGB.Controls.Add(this.houseNumberTB); this.addressGB.Controls.Add(this.label19); this.addressGB.Controls.Add(this.countryTB); this.addressGB.Controls.Add(this.label11); this.addressGB.Controls.Add(this.municipalityTB); this.addressGB.Controls.Add(this.label10); this.addressGB.Controls.Add(this.streetTB); this.addressGB.Controls.Add(this.zipCodeTB); this.addressGB.Controls.Add(this.label14); this.addressGB.Controls.Add(this.label15); this.addressGB.Dock = System.Windows.Forms.DockStyle.Fill; this.addressGB.Name = "addressGB"; this.addressGB.TabIndex = 14; this.addressGB.TabStop = false; this.addressGB.Text = "Adresse"; // // boxNumberTB // this.boxNumberTB.AllowDrop = true; this.boxNumberTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.boxNumberTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.BoxNumber", true)); this.boxNumberTB.Name = "boxNumberTB"; this.boxNumberTB.TabIndex = 28; // // label20 // this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label20.AutoSize = true; this.label20.Name = "label20"; this.label20.TabIndex = 27; this.label20.Text = "Boîte : "; // // houseNumberTB // this.houseNumberTB.AllowDrop = true; this.houseNumberTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.houseNumberTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.HouseNumber", true)); this.houseNumberTB.Name = "houseNumberTB"; this.houseNumberTB.TabIndex = 26; // // label19 // this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label19.AutoSize = true; this.label19.Name = "label19"; this.label19.TabIndex = 25; this.label19.Text = "N° : "; // // countryTB // this.countryTB.AllowDrop = true; this.countryTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.countryTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.Country", true)); this.countryTB.Name = "countryTB"; this.countryTB.TabIndex = 23; // // label11 // this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label11.AutoSize = true; this.label11.Name = "label11"; this.label11.TabIndex = 24; this.label11.Text = "Pays"; // // municipalityTB // this.municipalityTB.AllowDrop = true; this.municipalityTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.municipalityTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.Municipality", true)); this.municipalityTB.Name = "municipalityTB"; this.municipalityTB.TabIndex = 21; // // label10 // this.label10.AutoSize = true; this.label10.Name = "label10"; this.label10.TabIndex = 22; this.label10.Text = "Commune"; // // streetTB // this.streetTB.AllowDrop = true; this.streetTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.streetTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.Street", true)); this.streetTB.Name = "streetTB"; this.streetTB.TabIndex = 17; // // zipCodeTB // this.zipCodeTB.AllowDrop = true; this.zipCodeTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.ZipCode", true)); this.zipCodeTB.Name = "zipCodeTB"; this.zipCodeTB.TabIndex = 18; // // label14 // this.label14.AutoSize = true; this.label14.Name = "label14"; this.label14.TabIndex = 19; this.label14.Text = "Rue"; // // label15 // this.label15.AutoSize = true; this.label15.Name = "label15"; this.label15.TabIndex = 20; this.label15.Text = "Code postal"; // // cardGB // this.cardGB.Controls.Add(this.chipPictureBox); this.cardGB.Controls.Add(this.issuingMunicipalityTB); this.cardGB.Controls.Add(this.label18); this.cardGB.Controls.Add(this.endValidityDateTB); this.cardGB.Controls.Add(this.label17); this.cardGB.Controls.Add(this.beginValidityDateTB); this.cardGB.Controls.Add(this.label13); this.cardGB.Controls.Add(this.cardNumberTB); this.cardGB.Controls.Add(this.label12); this.cardGB.Controls.Add(this.chipNumberTB); this.cardGB.Controls.Add(this.label16); this.cardGB.Dock = System.Windows.Forms.DockStyle.Fill; this.cardGB.Name = "cardGB"; this.mainTLP.SetRowSpan(this.cardGB, 3); this.cardGB.TabIndex = 15; this.cardGB.TabStop = false; this.cardGB.Text = "Carte"; // // chipPictureBox // this.chipPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chipPictureBox.Image = global::be.gaudry.bibliobrol.Properties.Resources.puce_carte; this.chipPictureBox.Name = "chipPictureBox"; this.chipPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.chipPictureBox.TabIndex = 14; this.chipPictureBox.TabStop = false; // // issuingMunicipalityTB // this.issuingMunicipalityTB.AllowDrop = true; this.issuingMunicipalityTB.Name = "issuingMunicipalityTB"; this.issuingMunicipalityTB.TabIndex = 12; // // label18 // this.label18.AutoSize = true; this.label18.Name = "label18"; this.label18.TabIndex = 13; this.label18.Text = "Commune d\'émission"; // // endValidityDateTB // this.endValidityDateTB.AllowDrop = true; this.endValidityDateTB.Name = "endValidityDateTB"; this.endValidityDateTB.TabIndex = 10; // // label17 // this.label17.AutoSize = true; this.label17.Name = "label17"; this.label17.TabIndex = 11; this.label17.Text = "Au"; // // beginValidityDateTB // this.beginValidityDateTB.AllowDrop = true; this.beginValidityDateTB.Name = "beginValidityDateTB"; this.beginValidityDateTB.TabIndex = 8; // // label13 // this.label13.AutoSize = true; this.label13.Name = "label13"; this.label13.TabIndex = 9; this.label13.Text = "Valide du"; // // cardNumberTB // this.cardNumberTB.AllowDrop = true; this.cardNumberTB.Name = "cardNumberTB"; this.cardNumberTB.TabIndex = 6; // // label12 // this.label12.AutoSize = true; this.label12.Name = "label12"; this.label12.TabIndex = 7; this.label12.Text = "Numéro de la carte"; // // chipNumberTB // this.chipNumberTB.AllowDrop = true; this.chipNumberTB.Name = "chipNumberTB"; this.chipNumberTB.TabIndex = 0; // // label16 // this.label16.AutoSize = true; this.label16.Name = "label16"; this.label16.TabIndex = 5; this.label16.Text = "Numéro de la puce"; // // buttonsPanel // this.mainTLP.SetColumnSpan(this.buttonsPanel, 2); this.buttonsPanel.Controls.Add(this.unlockLabel); this.buttonsPanel.Controls.Add(this.unlockPersonBtn); this.buttonsPanel.Controls.Add(this.readCardBtn); this.buttonsPanel.Controls.Add(this.saveBtn); this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonsPanel.Name = "buttonsPanel"; this.buttonsPanel.TabIndex = 20; // // unlockLabel // this.unlockLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.unlockLabel.AutoEllipsis = true; this.unlockLabel.BackColor = System.Drawing.Color.White; this.unlockLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.unlockLabel.ForeColor = System.Drawing.Color.Red; this.unlockLabel.Name = "unlockLabel"; this.unlockLabel.TabIndex = 31; this.unlockLabel.Text = "Attention : il faut déverrouiller cette personne pour pouvoir sauver les modifica" + "tions"; this.unlockLabel.Visible = false; // // unlockPersonBtn // this.unlockPersonBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.unlockPersonBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.ProtectFormHS; this.unlockPersonBtn.Name = "unlockPersonBtn"; this.unlockPersonBtn.TabIndex = 30; this.unlockPersonBtn.Text = "&Déverrouiller"; this.unlockPersonBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.unlockPersonBtn.UseVisualStyleBackColor = true; // // readCardBtn // this.readCardBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.readCardBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16; this.readCardBtn.Name = "readCardBtn"; this.readCardBtn.TabIndex = 4; this.readCardBtn.Text = "&Lire la carte"; this.readCardBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.readCardBtn.UseVisualStyleBackColor = true; // // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.saveBtn.Name = "saveBtn"; this.saveBtn.TabIndex = 18; this.saveBtn.Text = "&Sauver"; this.saveBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.saveBtn.UseVisualStyleBackColor = true; // // contactGB // this.contactGB.Controls.Add(this.telDGV); this.contactGB.Controls.Add(this.dataGridView1); this.contactGB.Controls.Add(this.persMailLbl); this.contactGB.Controls.Add(this.persPhoneLbl); this.contactGB.Dock = System.Windows.Forms.DockStyle.Fill; this.contactGB.Name = "contactGB"; this.contactGB.TabIndex = 22; this.contactGB.TabStop = false; this.contactGB.Text = "Contact"; // // telDGV // this.telDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.telDGV.AutoGenerateColumns = false; this.telDGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.telDGV.BackgroundColor = System.Drawing.SystemColors.Control; this.telDGV.BorderStyle = System.Windows.Forms.BorderStyle.None; this.telDGV.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.telDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.phoneTypeDGVTextBoxColumn, this.phoneNumberDataGridViewTextBoxColumn, this.numberAndTypeDataGridViewTextBoxColumn, this.idDataGridViewTextBoxColumn}); this.telDGV.DataSource = this.phonesBindingSource; this.telDGV.Name = "telDGV"; this.telDGV.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.telDGV.TabIndex = 28; // // dataGridView1 // this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ColumnHeadersVisible = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.TabIndex = 27; // // persMailLbl // this.persMailLbl.AutoSize = true; this.persMailLbl.Name = "persMailLbl"; this.persMailLbl.TabIndex = 26; this.persMailLbl.Text = "Mail"; // // persPhoneLbl // this.persPhoneLbl.AutoSize = true; this.persPhoneLbl.Name = "persPhoneLbl"; this.persPhoneLbl.TabIndex = 25; this.persPhoneLbl.Text = "N° Tel"; // // readCardBGW // this.readCardBGW.WorkerReportsProgress = true; this.readCardBGW.WorkerSupportsCancellation = true; this.readCardBGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.readCardBGW_RunWorkerCompleted); this.readCardBGW.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.readCardBGW_ProgressChanged); // // mainCMS // this.readCardCTsMi, this.savePersonCTsMi, this.toolStripSeparator1, this.modifyPhotoCTsMi, this.unlockPersonCTsMi}); this.mainCMS.Name = "personCMS"; // // readCardCTsMi // this.readCardCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16; this.readCardCTsMi.Name = "readCardCTsMi"; this.readCardCTsMi.Text = "Lire la carte d\'identité"; // // savePersonCTsMi // this.savePersonCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.savePersonCTsMi.Name = "savePersonCTsMi"; this.savePersonCTsMi.Text = "Sauver la personne"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // modifyPhotoCTsMi // this.modifyPhotoCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.AttachmentHS; this.modifyPhotoCTsMi.Name = "modifyPhotoCTsMi"; this.modifyPhotoCTsMi.Text = "Modifier la photo"; // // unlockPersonCTsMi // this.unlockPersonCTsMi.Name = "unlockPersonCTsMi"; this.unlockPersonCTsMi.Text = "Déverrouiller"; // // mainMenuStrip // this.editTSMenuItem, this.personsTSMenuItem}); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.TabIndex = 35; // // editTSMenuItem // this.undoTSMenuItem, this.readEidTsMi, this.saveTsMi, this.déverrouillerToolStripMenuItem, this.modifyPictureTsMi}); this.editTSMenuItem.Name = "editTSMenuItem"; this.editTSMenuItem.Text = "&Edition"; // // undoTSMenuItem // this.undoTSMenuItem.Enabled = false; this.undoTSMenuItem.Name = "undoTSMenuItem"; this.undoTSMenuItem.Text = "&Annuler"; // // readEidTsMi // this.readEidTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16; this.readEidTsMi.Name = "readEidTsMi"; this.readEidTsMi.Text = "Lire la carte électronique"; // // saveTsMi // this.saveTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.saveTsMi.Name = "saveTsMi"; this.saveTsMi.Text = "Sauver"; // // déverrouillerToolStripMenuItem // this.déverrouillerToolStripMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.ProtectFormHS; this.déverrouillerToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; this.déverrouillerToolStripMenuItem.Name = "déverrouillerToolStripMenuItem"; this.déverrouillerToolStripMenuItem.Text = "Déverrouiller"; // // modifyPictureTsMi // this.modifyPictureTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.AttachmentHS; this.modifyPictureTsMi.Name = "modifyPictureTsMi"; this.modifyPictureTsMi.Text = "Modifier la photo"; // // personsTSMenuItem // this.personsTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.personsTSMenuItem.MergeIndex = 1; this.personsTSMenuItem.Name = "personsTSMenuItem"; this.personsTSMenuItem.Text = "&Personnes"; // // statusStrip // this.toolStripProgressBar1, this.toolStripStatusLabel1}); this.statusStrip.Name = "statusStrip"; this.statusStrip.TabIndex = 36; this.statusStrip.Text = "statusStrip1"; // // toolStripProgressBar1 // this.toolStripProgressBar1.Name = "toolStripProgressBar1"; this.toolStripProgressBar1.Visible = false; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.MergeAction = System.Windows.Forms.MergeAction.Replace; this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolStripStatusLabel1.Visible = false; // // mainTS // this.readCardTsB, this.saveUserTsB, this.changePictureTsB}); this.mainTS.Name = "mainTS"; this.mainTS.TabIndex = 0; this.mainTS.Text = "toolStrip"; // // readCardTsB // this.readCardTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.readCardTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16; this.readCardTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.readCardTsB.Name = "readCardTsB"; this.readCardTsB.Text = "Lire la carte d\'identité"; // // saveUserTsB // this.saveUserTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveUserTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.saveUserTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveUserTsB.Name = "saveUserTsB"; this.saveUserTsB.Text = "Sauver l\'utilisateur"; // // changePictureTsB // this.changePictureTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.changePictureTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.AttachmentHS; this.changePictureTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.changePictureTsB.Name = "changePictureTsB"; this.changePictureTsB.Text = "Modifier la photo"; // // addUserTsMi // this.addUserTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.addUserTsMi.MergeAction = System.Windows.Forms.MergeAction.Remove; this.addUserTsMi.Name = "addUserTsMi"; this.addUserTsMi.Text = "Ajouter un utilisateur"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; // // readCardTsMi // this.readCardTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolLoadBtn; this.readCardTsMi.Name = "readCardTsMi"; this.readCardTsMi.Text = "&Lire la carte d\'identité"; this.readCardTsMi.ToolTipText = "Lire la carte d\'identité électronique"; // // savePersonTsMi // this.savePersonTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.savePersonTsMi.Name = "savePersonTsMi"; this.savePersonTsMi.Text = "&Sauver la personne"; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // persImgTsMi // this.persImgTsMi.Name = "persImgTsMi"; this.persImgTsMi.Text = "Modifier la photo"; // // unlockPersonTsMi // this.unlockPersonTsMi.Name = "unlockPersonTsMi"; this.unlockPersonTsMi.Text = "Déverrouiller"; // // userBindingSource // // // phoneTypeDGVTextBoxColumn // this.phoneTypeDGVTextBoxColumn.DataPropertyName = "Type"; this.phoneTypeDGVTextBoxColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.phoneTypeDGVTextBoxColumn.HeaderText = "Type"; this.phoneTypeDGVTextBoxColumn.Name = "phoneTypeDGVTextBoxColumn"; this.phoneTypeDGVTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.phoneTypeDGVTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.phoneTypeDGVTextBoxColumn.ToolTipText = "Type de numéro de téléphone (domicile, gsm, etc.)"; // // phoneNumberDataGridViewTextBoxColumn // this.phoneNumberDataGridViewTextBoxColumn.DataPropertyName = "Number"; this.phoneNumberDataGridViewTextBoxColumn.HeaderText = "Numéro"; this.phoneNumberDataGridViewTextBoxColumn.Name = "phoneNumberDataGridViewTextBoxColumn"; // // numberAndTypeDataGridViewTextBoxColumn // this.numberAndTypeDataGridViewTextBoxColumn.DataPropertyName = "NumberAndType"; this.numberAndTypeDataGridViewTextBoxColumn.HeaderText = "NumberAndType"; this.numberAndTypeDataGridViewTextBoxColumn.Name = "numberAndTypeDataGridViewTextBoxColumn"; this.numberAndTypeDataGridViewTextBoxColumn.ReadOnly = true; this.numberAndTypeDataGridViewTextBoxColumn.Visible = false; // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "Id"; this.idDataGridViewTextBoxColumn.HeaderText = "Id"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; this.idDataGridViewTextBoxColumn.Visible = false; // // UserForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ContextMenuStrip = this.mainCMS; this.Controls.Add(this.mainTLP); this.Controls.Add(this.mainTS); this.Controls.Add(this.mainMenuStrip); this.Controls.Add(this.statusStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "UserForm"; this.Text = "Fiche d\'identité"; ((System.ComponentModel.ISupportInitialize)(this.phonesBindingSource)).EndInit(); this.mainTLP.ResumeLayout(false); this.identityGB.ResumeLayout(false); this.identityGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.photoPB)).EndInit(); this.addressGB.ResumeLayout(false); this.addressGB.PerformLayout(); this.cardGB.ResumeLayout(false); this.cardGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chipPictureBox)).EndInit(); this.buttonsPanel.ResumeLayout(false); this.contactGB.ResumeLayout(false); this.contactGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.telDGV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.mainCMS.ResumeLayout(false); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.mainTS.ResumeLayout(false); this.mainTS.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel mainTLP; private System.Windows.Forms.GroupBox identityGB; private System.Windows.Forms.PictureBox photoPB; private System.Windows.Forms.GroupBox addressGB; private System.Windows.Forms.GroupBox cardGB; private be.gaudry.view.controls.TextBoxDragDrop issuingMunicipalityTB; private System.Windows.Forms.Label label18; private be.gaudry.view.controls.TextBoxDragDrop endValidityDateTB; private System.Windows.Forms.Label label17; private be.gaudry.view.controls.TextBoxDragDrop beginValidityDateTB; private System.Windows.Forms.Label label13; private be.gaudry.view.controls.TextBoxDragDrop cardNumberTB; private System.Windows.Forms.Label label12; private be.gaudry.view.controls.TextBoxDragDrop chipNumberTB; private System.Windows.Forms.Label label16; private System.Windows.Forms.Panel buttonsPanel; private System.Windows.Forms.Label unlockLabel; private System.Windows.Forms.Button unlockPersonBtn; private System.Windows.Forms.Button readCardBtn; private System.Windows.Forms.Button saveBtn; private System.ComponentModel.BackgroundWorker readCardBGW; private System.Windows.Forms.ContextMenuStrip mainCMS; private System.Windows.Forms.ToolStripMenuItem readCardCTsMi; private System.Windows.Forms.ToolStripMenuItem savePersonCTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem modifyPhotoCTsMi; private System.Windows.Forms.ToolStripMenuItem unlockPersonCTsMi; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem editTSMenuItem; private System.Windows.Forms.ToolStripMenuItem undoTSMenuItem; private System.Windows.Forms.BindingSource userBindingSource; private System.Windows.Forms.BindingSource phonesBindingSource; private System.Windows.Forms.ComboBox persSexCB; private System.Windows.Forms.DateTimePicker birthdateDTP; private be.gaudry.view.controls.TextBoxDragDrop pseudoTB; private System.Windows.Forms.Label label4; private be.gaudry.view.controls.TextBoxDragDrop nationalityTB; private be.gaudry.view.controls.TextBoxDragDrop birthPlaceTB; private be.gaudry.view.controls.TextBoxDragDrop firstName3TB; private be.gaudry.view.controls.TextBoxDragDrop firstName2TB; private be.gaudry.view.controls.TextBoxDragDrop nationalNumberTB; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label7; private be.gaudry.view.controls.TextBoxDragDrop lastNameTB; private be.gaudry.view.controls.TextBoxDragDrop firstName1TB; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox contactGB; private System.Windows.Forms.DataGridView telDGV; private System.Windows.Forms.DataGridViewComboBoxColumn phoneTypeDGVTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn phoneNumberDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn numberAndTypeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label persMailLbl; private System.Windows.Forms.Label persPhoneLbl; private be.gaudry.view.controls.TextBoxDragDrop boxNumberTB; private System.Windows.Forms.Label label20; private be.gaudry.view.controls.TextBoxDragDrop houseNumberTB; private System.Windows.Forms.Label label19; private be.gaudry.view.controls.TextBoxDragDrop countryTB; private System.Windows.Forms.Label label11; private be.gaudry.view.controls.TextBoxDragDrop municipalityTB; private System.Windows.Forms.Label label10; private be.gaudry.view.controls.TextBoxDragDrop streetTB; private be.gaudry.view.controls.TextBoxDragDrop zipCodeTB; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.PictureBox chipPictureBox; private System.Windows.Forms.ToolStrip mainTS; private System.Windows.Forms.ToolStripMenuItem personsTSMenuItem; private System.Windows.Forms.ToolStripButton readCardTsB; private System.Windows.Forms.ToolStripMenuItem addUserTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem readCardTsMi; private System.Windows.Forms.ToolStripMenuItem savePersonTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem persImgTsMi; private System.Windows.Forms.ToolStripMenuItem unlockPersonTsMi; private System.Windows.Forms.ToolStripButton saveUserTsB; private System.Windows.Forms.ToolStripButton changePictureTsB; private System.Windows.Forms.ToolStripMenuItem readEidTsMi; private System.Windows.Forms.ToolStripMenuItem saveTsMi; private System.Windows.Forms.ToolStripMenuItem déverrouillerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem modifyPictureTsMi; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731646528 15/11/2024 05:55:28 |
Utilisation de l'explorateur de code
- Navigation :
- Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
- Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
- La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
- Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
- Affichage :
- Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
- Actions :
- Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-bibliobrol-source-rf-view/dialogs/UserForm.Designer.cs.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.