当前位置: 首页>>代码示例>>C#>>正文


C# GroupBox.PerformLayout方法代码示例

本文整理汇总了C#中System.Windows.Forms.GroupBox.PerformLayout方法的典型用法代码示例。如果您正苦于以下问题:C# GroupBox.PerformLayout方法的具体用法?C# GroupBox.PerformLayout怎么用?C# GroupBox.PerformLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在System.Windows.Forms.GroupBox的用法示例。


在下文中一共展示了GroupBox.PerformLayout方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     fileTextBox = new TextBox();
     browseButton = new Button();
     groupBox = new GroupBox();
     PicturePanel = new Panel();
     pictureBox = new PictureBox();
     groupBox.SuspendLayout();
     PicturePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pictureBox)).BeginInit();
     SuspendLayout();
     //
     // fileTextBox
     //
     fileTextBox.Anchor = ((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right);
     fileTextBox.Location = new Point(6, 19);
     fileTextBox.Name = "fileTextBox";
     fileTextBox.Size = new Size(258, 20);
     fileTextBox.TabIndex = 0;
     fileTextBox.Text = "fileTextBox";
     fileTextBox.TextChanged += new EventHandler(fileTextBox_TextChanged);
     //
     // browseButton
     //
     browseButton.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
     browseButton.Location = new Point(270, 18);
     browseButton.Name = "browseButton";
     browseButton.Size = new Size(24, 21);
     browseButton.TabIndex = 1;
     browseButton.Text = "...";
     browseButton.Click += new EventHandler(browseButton_Click);
     //
     // groupBox
     //
     groupBox.Controls.Add(PicturePanel);
     groupBox.Controls.Add(browseButton);
     groupBox.Controls.Add(fileTextBox);
     groupBox.Dock = DockStyle.Fill;
     groupBox.Location = new Point(0, 0);
     groupBox.Name = "groupBox";
     groupBox.Size = new Size(300, 100);
     groupBox.TabIndex = 0;
     groupBox.TabStop = false;
     groupBox.Text = "groupBox1";
     //
     // PicturePanel
     //
     PicturePanel.Anchor = (((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right);
     PicturePanel.AutoScroll = true;
     PicturePanel.Controls.Add(pictureBox);
     PicturePanel.Location = new Point(6, 45);
     PicturePanel.Name = "PicturePanel";
     PicturePanel.Size = new Size(288, 49);
     PicturePanel.TabIndex = 2;
     //
     // pictureBox
     //
     pictureBox.Location = new Point(0, 0);
     pictureBox.Name = "pictureBox";
     pictureBox.Size = new Size(32, 32);
     pictureBox.TabIndex = 2;
     pictureBox.TabStop = false;
     //
     // SkinImageBrowseTextBox
     //
     Controls.Add(groupBox);
     MinimumSize = new Size(0, 68);
     Name = "SkinImageBrowseTextBox";
     Size = new Size(300, 100);
     groupBox.ResumeLayout(false);
     groupBox.PerformLayout();
     PicturePanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pictureBox)).EndInit();
     ResumeLayout(false);
 }
开发者ID:miracle091,项目名称:transmission-remote-dotnet,代码行数:79,代码来源:FileBrowseTextBox.cs

示例2: InitializeComponent


//.........这里部分代码省略.........
         applicationsTab.Size = new System.Drawing.Size(534,387);
         applicationsTab.TabIndex = 0;
         applicationsTab.Text = "Applications";
         // 
         // applicationPictureBox
         // 
         applicationPictureBox.AutoSize = true;
         applicationPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
         applicationPictureBox.Image = CredentialsManagerClient.Properties.Resources.Security;
         applicationPictureBox.Location = new System.Drawing.Point(447,15);
         applicationPictureBox.Name = "applicationPictureBox";
         applicationPictureBox.Size = new System.Drawing.Size(79,79);
         applicationPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
         applicationPictureBox.TabIndex = 12;
         applicationPictureBox.TabStop = false;
         // 
         // tabControl
         // 
         tabControl.Controls.Add(applicationsTab);
         tabControl.Controls.Add(usersPage);
         tabControl.Controls.Add(rolesPage);
         tabControl.Controls.Add(passwordsPage);
         tabControl.Controls.Add(servicePage);
         tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
         tabControl.Location = new System.Drawing.Point(0,24);
         tabControl.Name = "tabControl";
         tabControl.SelectedIndex = 0;
         tabControl.Size = new System.Drawing.Size(542,413);
         tabControl.TabIndex = 0;
         // 
         // servicePage
         // 
         servicePage.Controls.Add(addressGroupBox);
         servicePage.Controls.Add(this.m_AddressLabel);
         servicePage.Location = new System.Drawing.Point(4,22);
         servicePage.Name = "servicePage";
         servicePage.Size = new System.Drawing.Size(534,387);
         servicePage.TabIndex = 4;
         servicePage.Text = "Credentials Service";
         // 
         // m_AddressLabel
         // 
         this.m_AddressLabel.AutoSize = true;
         this.m_AddressLabel.Location = new System.Drawing.Point(8,11);
         this.m_AddressLabel.Name = "m_AddressLabel";
         this.m_AddressLabel.Size = new System.Drawing.Size(0,0);
         this.m_AddressLabel.TabIndex = 2;
         // 
         // columnHeader1
         // 
         this.columnHeader1.Text = "";
         this.columnHeader1.Width = 186;
         // 
         // CredentialsManagerForm
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
         this.ClientSize = new System.Drawing.Size(542,437);
         this.Controls.Add(tabControl);
         this.Controls.Add(mainMenu);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
         this.MainMenuStrip = mainMenu;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "CredentialsManagerForm";
         this.Text = " IDesign ASP.NET Credentials Manager";
         this.Load += new System.EventHandler(this.OnLoad);
         this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed);
         this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClosing);
         passwordSetupGroupBox.ResumeLayout(false);
         passwordSetupGroupBox.PerformLayout();
         generatePassorgGroupBox.ResumeLayout(false);
         generatePassorgGroupBox.PerformLayout();
         usersGroupBox.ResumeLayout(false);
         usersGroupBox.PerformLayout();
         rolesGroupBox.ResumeLayout(false);
         rolesGroupBox.PerformLayout();
         usersStatus.ResumeLayout(false);
         usersStatus.PerformLayout();
         usersGoupBox.ResumeLayout(false);
         usersGoupBox.PerformLayout();
         applicationsGroupBox.ResumeLayout(false);
         addressGroupBox.ResumeLayout(false);
         addressGroupBox.PerformLayout();
         mainMenu.ResumeLayout(false);
         passwordsPage.ResumeLayout(false);
         rolesPage.ResumeLayout(false);
         usersPage.ResumeLayout(false);
         applicationsTab.ResumeLayout(false);
         applicationsTab.PerformLayout();
         ((System.ComponentModel.ISupportInitialize)(applicationPictureBox)).EndInit();
         tabControl.ResumeLayout(false);
         servicePage.ResumeLayout(false);
         servicePage.PerformLayout();
         this.ResumeLayout(false);
         this.PerformLayout();

      }
开发者ID:urmilaNominate,项目名称:mERP-framework,代码行数:101,代码来源:CredentialsManager.Designer.cs

示例3: InitializeComponent


//.........这里部分代码省略.........
     this.lblItem.Name = "lblItem";
     manager.ApplyResources(control, "grpLinkType");
     control.Controls.Add(panel2);
     control.Name = "grpLinkType";
     control.TabStop = false;
     manager.ApplyResources(panel2, "tlpLinkType");
     panel2.Controls.Add(this.rbLinkDefault, 0, 0);
     panel2.Controls.Add(this.rbLinkSymbolic, 0, 4);
     panel2.Controls.Add(this.rbLinkHard, 0, 1);
     panel2.Controls.Add(this.rbLinkJunction, 0, 3);
     panel2.Controls.Add(this.rbLinkShellFolder, 0, 2);
     panel2.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel2.Name = "tlpLinkType";
     panel2.Validating += new CancelEventHandler(this.tlpLinkType_Validating);
     manager.ApplyResources(this.rbLinkDefault, "rbLinkDefault");
     this.rbLinkDefault.Checked = true;
     this.rbLinkDefault.Name = "rbLinkDefault";
     this.rbLinkDefault.TabStop = true;
     this.rbLinkDefault.UseVisualStyleBackColor = true;
     this.rbLinkDefault.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkSymbolic, "rbLinkSymbolic");
     this.rbLinkSymbolic.Name = "rbLinkSymbolic";
     this.rbLinkSymbolic.UseVisualStyleBackColor = true;
     this.rbLinkSymbolic.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkHard, "rbLinkHard");
     this.rbLinkHard.Name = "rbLinkHard";
     this.rbLinkHard.UseVisualStyleBackColor = true;
     this.rbLinkHard.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkJunction, "rbLinkJunction");
     this.rbLinkJunction.Name = "rbLinkJunction";
     this.rbLinkJunction.UseVisualStyleBackColor = true;
     this.rbLinkJunction.Click += new EventHandler(this.rbLinkDefault_Click);
     manager.ApplyResources(this.rbLinkShellFolder, "rbLinkShellFolder");
     this.rbLinkShellFolder.Name = "rbLinkShellFolder";
     this.rbLinkShellFolder.UseVisualStyleBackColor = true;
     this.rbLinkShellFolder.Click += new EventHandler(this.rbLinkDefault_Click);
     this.AutoComplete.SetAutoComplete(this.cmbDestFolder, true);
     manager.ApplyResources(this.cmbDestFolder, "cmbDestFolder");
     this.cmbDestFolder.Name = "cmbDestFolder";
     this.Validator.SetValidateOn(this.cmbDestFolder, ValidateOn.TextChangedTimer);
     this.cmbDestFolder.Validating += new CancelEventHandler(this.cmbDestFolder_Validating);
     this.cmbDestFolder.Enter += new EventHandler(this.cmbDestFolder_Enter);
     this.cmbDestFolder.Validated += new EventHandler(this.cmbDestFolder_Validated);
     this.cmbDestFolder.TextUpdate += new EventHandler(this.cmbDestFolder_TextUpdate);
     this.tsItem.BackColor = SystemColors.ButtonFace;
     this.tsItem.GripStyle = ToolStripGripStyle.Hidden;
     manager.ApplyResources(this.tsItem, "tsItem");
     this.tsItem.Name = "tsItem";
     manager.ApplyResources(panel3, "tlpButtons");
     panel3.Controls.Add(this.btnOk, 1, 0);
     panel3.Controls.Add(this.btnTree, 2, 0);
     panel3.Controls.Add(this.btnCancel, 3, 0);
     panel3.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel3.Name = "tlpButtons";
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new EventHandler(this.btnOk_Click);
     manager.ApplyResources(this.btnTree, "btnTree");
     this.btnTree.Name = "btnTree";
     this.btnTree.UseVisualStyleBackColor = true;
     this.btnTree.Click += new EventHandler(this.btnTree_Click);
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = DialogResult.Cancel;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Top;
     this.bvlButtons.Style = Border3DStyle.Flat;
     this.Validator.Owner = this;
     this.Validator.OwnerFormValidate = FormValidate.DisableAcceptButton;
     this.AutoComplete.UseEnvironmentVariablesSource = Settings.Default.UseACSEnvironmentVariables;
     this.AutoComplete.UseFileSystemSource = Settings.Default.UseACSFileSystem;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     this.AutoValidate = AutoValidate.EnableAllowFocusChange;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(panel3);
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(panel);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "MakeLinkDialog";
     base.ShowInTaskbar = false;
     base.Activated += new EventHandler(this.MakeLinkDialog_Activated);
     panel.ResumeLayout(false);
     panel.PerformLayout();
     control.ResumeLayout(false);
     control.PerformLayout();
     panel2.ResumeLayout(false);
     panel2.PerformLayout();
     panel3.ResumeLayout(false);
     panel3.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:shankithegreat,项目名称:commanderdotnet,代码行数:101,代码来源:MakeLinkDialog.cs

示例4: mostrarComprobante


//.........这里部分代码省略.........
            {
                Label label_cod_pasaje = new System.Windows.Forms.Label();
                label_cod_pasaje.Location = new System.Drawing.Point(20, heig);
                label_cod_pasaje.Size = new System.Drawing.Size(55, 13);
                label_cod_pasaje.Text = pas.id_pasaje_gen.ToString();
                panel_pasajes.Controls.Add(label_cod_pasaje);

                Label label_pasajero_pasaje = new System.Windows.Forms.Label();
                label_pasajero_pasaje.Location = new System.Drawing.Point(115, heig);
                label_pasajero_pasaje.Size = new System.Drawing.Size(230, 13);
                label_pasajero_pasaje.Text = pas.cliente.nombre + " " + pas.cliente.apellido + " (" + pas.cliente.dni + ")";

                Label label_butaca_pasaje = new System.Windows.Forms.Label();
                label_butaca_pasaje.Location = new System.Drawing.Point(355, heig);
                label_butaca_pasaje.Name = "label_butaca_pasaje";
                label_butaca_pasaje.Size = new System.Drawing.Size(150, 13);
                label_butaca_pasaje.Text = "Nro: " + pas.butaca.nro_butaca + " - " + pas.butaca.tipo_butaca + " - Piso: " + pas.butaca.piso_butaca;

                Label label_precio_pasaje = new System.Windows.Forms.Label();
                label_precio_pasaje.Location = new System.Drawing.Point(528, heig);
                label_precio_pasaje.Size = new System.Drawing.Size(50, 13);
                label_precio_pasaje.Text = "$"+pas.precio.ToString();

                panel_pasajes.Controls.Add(label_cod_pasaje);
                panel_pasajes.Controls.Add(label_pasajero_pasaje);
                panel_pasajes.Controls.Add(label_butaca_pasaje);
                panel_pasajes.Controls.Add(label_precio_pasaje);

                heig = heig + 20;

            }

            //cargo panel encomiendas
            Label lab_head_cod_enco = new System.Windows.Forms.Label();
            lab_head_cod_enco.Location = new System.Drawing.Point(25, 1);
            lab_head_cod_enco.Size = new System.Drawing.Size(46, 13);
            lab_head_cod_enco.ForeColor = System.Drawing.Color.Indigo;
            lab_head_cod_enco.Text = "Código";
            Label lab_head_duenio = new System.Windows.Forms.Label();
            lab_head_duenio.Location = new System.Drawing.Point(175, 1);
            lab_head_duenio.Size = new System.Drawing.Size(75, 13);
            lab_head_duenio.ForeColor = System.Drawing.Color.Indigo;
            lab_head_duenio.Text = "Encomendero";
            Label lab_head_kg = new System.Windows.Forms.Label();
            lab_head_kg.Location = new System.Drawing.Point(400, 1);
            lab_head_kg.Size = new System.Drawing.Size(70, 13);
            lab_head_kg.ForeColor = System.Drawing.Color.Indigo;
            lab_head_kg.Text = "Cantidad Kg";
            Label lab_head_precio_enco = new System.Windows.Forms.Label();
            lab_head_precio_enco.Location = new System.Drawing.Point(530, 1);
            lab_head_precio_enco.Size = new System.Drawing.Size(50, 13);
            lab_head_precio_enco.ForeColor = System.Drawing.Color.Indigo;
            lab_head_precio_enco.Text = "Precio";

            panel_encomiendas.Controls.Add(lab_head_cod_enco);
            panel_encomiendas.Controls.Add(lab_head_duenio);
            panel_encomiendas.Controls.Add(lab_head_kg);
            panel_encomiendas.Controls.Add(lab_head_precio_enco);

            heig = 20;
            foreach (Nueva_Encomienda.Encomienda enco in this.lista_encomiendas)
            {
                Label label_cod_encomienda = new System.Windows.Forms.Label();
                label_cod_encomienda.Location = new System.Drawing.Point(20, heig);
                label_cod_encomienda.Size = new System.Drawing.Size(55, 13);
                label_cod_encomienda.Text = enco.id_encomienda_gen.ToString();

                Label label_pasajero_enco = new System.Windows.Forms.Label();
                label_pasajero_enco.Location = new System.Drawing.Point(115, heig);
                label_pasajero_enco.Size = new System.Drawing.Size(280, 13);
                label_pasajero_enco.Text = enco.cliente.nombre + " " + enco.cliente.apellido + " (" + enco.cliente.dni + ")";

                Label label_kg_enco = new System.Windows.Forms.Label();
                label_kg_enco.Location = new System.Drawing.Point(415, heig);
                label_kg_enco.Size = new System.Drawing.Size(50, 13);
                label_kg_enco.Text = enco.cant_kg.ToString();

                Label label_precio_enco = new System.Windows.Forms.Label();
                label_precio_enco.Location = new System.Drawing.Point(523, heig);
                label_precio_enco.Size = new System.Drawing.Size(50, 13);
                label_precio_enco.Text = "$"+enco.precio.ToString();

                panel_encomiendas.Controls.Add(label_cod_encomienda);
                panel_encomiendas.Controls.Add(label_pasajero_enco);
                panel_encomiendas.Controls.Add(label_kg_enco);
                panel_encomiendas.Controls.Add(label_precio_enco);

                heig = heig + 20;

            }

            /*fin - pongo los datos en pantalla*/

            this.Controls.Add(gb_detalle_compra);
            gb_detalle_compra.ResumeLayout(false);
            gb_detalle_compra.PerformLayout();
            this.ResumeLayout(false);

            MessageBox.Show("La Compra ha sido registrada", "", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }
开发者ID:pedrojleon,项目名称:sashailobus,代码行数:101,代码来源:Finalizar_Compra.cs

示例5: SuspendLayout


//.........这里部分代码省略.........
     groupBox_Informacion.TabIndex = 32;
     groupBox_Informacion.TabStop = false;
     groupBox_Informacion.Text = "Información";
     //
     // lbl_Cliente
     //
     lbl_Cliente.AutoSize = true;
     lbl_Cliente.Location = new System.Drawing.Point(16, 37);
     lbl_Cliente.Name = "lbl_Cliente";
     lbl_Cliente.Size = new System.Drawing.Size(39, 13);
     lbl_Cliente.TabIndex = 36;
     lbl_Cliente.Text = "Cliente";
     //
     // lbl_TipoPago
     //
     lbl_TipoPago.AutoSize = true;
     lbl_TipoPago.Location = new System.Drawing.Point(16, 64);
     lbl_TipoPago.Name = "lbl_TipoPago";
     lbl_TipoPago.Size = new System.Drawing.Size(78, 13);
     lbl_TipoPago.TabIndex = 33;
     lbl_TipoPago.Text = "Forma de pago";
     //
     // lbl_Adquisicion
     //
     lbl_Adquisicion.AutoSize = true;
     lbl_Adquisicion.Location = new System.Drawing.Point(16, 91);
     lbl_Adquisicion.Name = "lbl_Adquisicion";
     lbl_Adquisicion.Size = new System.Drawing.Size(81, 13);
     lbl_Adquisicion.TabIndex = 34;
     lbl_Adquisicion.Text = "Forma de venta";
     //
     // lbl_Fecha
     //
     lbl_Fecha.AutoSize = true;
     lbl_Fecha.Location = new System.Drawing.Point(16, 117);
     lbl_Fecha.Name = "lbl_Fecha";
     lbl_Fecha.Size = new System.Drawing.Size(37, 13);
     lbl_Fecha.TabIndex = 35;
     lbl_Fecha.Text = "Fecha";
     //
     // errorProvider1
     //
     errorProvider1.ContainerControl = this;
     //
     // pic_Logo
     //
     pic_Logo.BackgroundImage = global::Shajobe.Properties.Resources.Logo_Shajobe;
     pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pic_Logo.Location = new System.Drawing.Point(90, 250);
     pic_Logo.Name = "pic_Logo";
     pic_Logo.Size = new System.Drawing.Size(156, 74);
     pic_Logo.TabIndex = 13;
     pic_Logo.TabStop = false;
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196)))));
     ClientSize = new System.Drawing.Size(1019, 668);
     Controls.Add(groupBox_Informacion);
     Controls.Add(pic_Venta);
     Controls.Add(btn_Pagar);
     Controls.Add(bttn_Quitar);
     Controls.Add(bttn_Agregar);
     Controls.Add(groupBox_Productos);
     Controls.Add(txt_Cambio);
     Controls.Add(lbl_Cambio);
     Controls.Add(txt_Efectivo);
     Controls.Add(lbl_Efectivo);
     Controls.Add(txt_Total);
     Controls.Add(lbl_Total);
     Controls.Add(lbl_IVA);
     Controls.Add(lbl_Descuento);
     Controls.Add(lbl_SubTotal);
     Controls.Add(txt_IVA);
     Controls.Add(txt_Descuento);
     Controls.Add(txt_SubTotal);
     Controls.Add(lbl_Cantidad);
     Controls.Add(dataGridView_Carrito);
     Controls.Add(txt_Cantidad);
     Controls.Add(menuStrip1);
     Icon = global::Shajobe.Properties.Resources.Venta_ICO;
     MaximizeBox = false;
     MaximumSize = new System.Drawing.Size(1025, 692);
     MinimumSize = new System.Drawing.Size(1025, 692);
     Name = "Venta";
     Text = "Venta";
     Load += new System.EventHandler(Venta_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(dataGridView_Productos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dataGridView_Carrito)).EndInit();
     groupBox_Productos.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pic_Venta)).EndInit();
     groupBox_Informacion.ResumeLayout(false);
     groupBox_Informacion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit();
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER);
     AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE);
     ResumeLayout(false);
     PerformLayout();
 }
开发者ID:josericardo-ac,项目名称:Shajobe,代码行数:101,代码来源:Venta.cs

示例6: InitializeComponent


//.........这里部分代码省略.........
         // userGroup
         // 
         userGroup.Controls.Add(this.m_PasswordAnswerTextBox);
         userGroup.Controls.Add(passwordAnswer);
         userGroup.Controls.Add(resetPasswordButton);
         userGroup.Controls.Add(this.m_PasswordQuestionTextBox);
         userGroup.Controls.Add(passwordQuestionLabel);
         userGroup.Controls.Add(this.m_UserNameTextBox);
         userGroup.Controls.Add(userNameLabel);
         userGroup.Location = new System.Drawing.Point(6,11);
         userGroup.Name = "userGroup";
         userGroup.Size = new System.Drawing.Size(216,146);
         userGroup.TabIndex = 1;
         userGroup.TabStop = false;
         userGroup.Text = "User Account:";
         // 
         // m_PasswordAnswerTextBox
         // 
         this.m_PasswordAnswerTextBox.Location = new System.Drawing.Point(7,116);
         this.m_PasswordAnswerTextBox.Name = "m_PasswordAnswerTextBox";
         this.m_PasswordAnswerTextBox.Size = new System.Drawing.Size(100,20);
         this.m_PasswordAnswerTextBox.TabIndex = 15;
         // 
         // passwordAnswer
         // 
         passwordAnswer.AutoSize = true;
         passwordAnswer.Location = new System.Drawing.Point(6,100);
         passwordAnswer.Name = "passwordAnswer";
         passwordAnswer.Size = new System.Drawing.Size(94,13);
         passwordAnswer.TabIndex = 14;
         passwordAnswer.Text = "Password Answer:";
         // 
         // resetPasswordButton
         // 
         resetPasswordButton.Location = new System.Drawing.Point(121,32);
         resetPasswordButton.Name = "resetPasswordButton";
         resetPasswordButton.Size = new System.Drawing.Size(88,23);
         resetPasswordButton.TabIndex = 4;
         resetPasswordButton.Text = "Reset";
         resetPasswordButton.Click += new System.EventHandler(this.OnReset);
         // 
         // m_PasswordQuestionTextBox
         // 
         this.m_PasswordQuestionTextBox.Enabled = false;
         this.m_PasswordQuestionTextBox.Location = new System.Drawing.Point(7,74);
         this.m_PasswordQuestionTextBox.Name = "m_PasswordQuestionTextBox";
         this.m_PasswordQuestionTextBox.Size = new System.Drawing.Size(100,20);
         this.m_PasswordQuestionTextBox.TabIndex = 9;
         // 
         // passwordQuestionLabel
         // 
         passwordQuestionLabel.AutoSize = true;
         passwordQuestionLabel.Location = new System.Drawing.Point(6,58);
         passwordQuestionLabel.Name = "passwordQuestionLabel";
         passwordQuestionLabel.Size = new System.Drawing.Size(93,13);
         passwordQuestionLabel.TabIndex = 8;
         passwordQuestionLabel.Text = "Security Question:";
         // 
         // m_UserNameTextBox
         // 
         this.m_UserNameTextBox.Enabled = false;
         this.m_UserNameTextBox.Location = new System.Drawing.Point(6,35);
         this.m_UserNameTextBox.Name = "m_UserNameTextBox";
         this.m_UserNameTextBox.ReadOnly = true;
         this.m_UserNameTextBox.Size = new System.Drawing.Size(100,20);
         this.m_UserNameTextBox.TabIndex = 1;
         // 
         // userNameLabel
         // 
         userNameLabel.AutoSize = true;
         userNameLabel.Location = new System.Drawing.Point(5,19);
         userNameLabel.Name = "userNameLabel";
         userNameLabel.Size = new System.Drawing.Size(63,13);
         userNameLabel.TabIndex = 0;
         userNameLabel.Text = "User Name:";
         // 
         // m_Validator
         // 
         this.m_Validator.ContainerControl = this;
         // 
         // ResetWithQuestionDialog
         // 
         this.AcceptButton = resetPasswordButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(227,162);
         this.Controls.Add(userGroup);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "ResetWithQuestionDialog";
         this.ShowIcon = false;
         this.Text = "Reset Password Dialog";
         this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed);
         userGroup.ResumeLayout(false);
         userGroup.PerformLayout();
         ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).EndInit();
         this.ResumeLayout(false);

      }
开发者ID:ittray,项目名称:LocalDemo,代码行数:101,代码来源:ResetWithQuestionDialog.Designer.cs

示例7: InitializeComponent


//.........这里部分代码省略.........
     groupCompany.Location = new System.Drawing.Point(10, 10);
     groupCompany.Name = "groupCompany";
     groupCompany.Size = new System.Drawing.Size(270, 134);
     groupCompany.TabIndex = 0;
     groupCompany.TabStop = false;
     groupCompany.Text = "Company Details";
     //
     // txtTelephone
     //
     txtTelephone.Location = new System.Drawing.Point(100, 96);
     txtTelephone.Name = "txtTelephone";
     txtTelephone.Size = new System.Drawing.Size(150, 20);
     txtTelephone.TabIndex = 6;
     //
     // txtAddress2
     //
     txtAddress2.Location = new System.Drawing.Point(100, 72);
     txtAddress2.Name = "txtAddress2";
     txtAddress2.Size = new System.Drawing.Size(150, 20);
     txtAddress2.TabIndex = 4;
     //
     // txtAddress1
     //
     txtAddress1.Location = new System.Drawing.Point(100, 48);
     txtAddress1.Name = "txtAddress1";
     txtAddress1.Size = new System.Drawing.Size(150, 20);
     txtAddress1.TabIndex = 3;
     //
     // txtName
     //
     txtName.Location = new System.Drawing.Point(100, 24);
     txtName.Name = "txtName";
     txtName.Size = new System.Drawing.Size(150, 20);
     txtName.TabIndex = 1;
     //
     // label3
     //
     label3.Location = new System.Drawing.Point(15, 96);
     label3.Name = "label3";
     label3.Size = new System.Drawing.Size(75, 20);
     label3.TabIndex = 5;
     label3.Text = "&Telephone:";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     label2.Location = new System.Drawing.Point(15, 48);
     label2.Name = "label2";
     label2.Size = new System.Drawing.Size(75, 20);
     label2.TabIndex = 2;
     label2.Text = "&Address:";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     label1.Location = new System.Drawing.Point(15, 24);
     label1.Name = "label1";
     label1.Size = new System.Drawing.Size(75, 20);
     label1.TabIndex = 0;
     label1.Text = "&Name:";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnSave
     //
     btnSave.Location = new System.Drawing.Point(65, 152);
     btnSave.Name = "btnSave";
     btnSave.Size = new System.Drawing.Size(75, 23);
     btnSave.TabIndex = 1;
     btnSave.Text = "&Save";
     btnSave.Click += new System.EventHandler(btnSave_Click);
     //
     // btnCancel
     //
     btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     btnCancel.Location = new System.Drawing.Point(153, 152);
     btnCancel.Name = "btnCancel";
     btnCancel.Size = new System.Drawing.Size(75, 23);
     btnCancel.TabIndex = 2;
     btnCancel.Text = "&Cancel";
     //
     // UserPreferencesForm
     //
     AcceptButton = btnSave;
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     CancelButton = btnCancel;
     ClientSize = new System.Drawing.Size(292, 182);
     Controls.Add(btnCancel);
     Controls.Add(btnSave);
     Controls.Add(groupCompany);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     MaximizeBox = false;
     MinimizeBox = false;
     Name = "UserPreferencesForm";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text = "User Preferences";
     Load += new System.EventHandler(UserPreferencesForm_Load);
     groupCompany.ResumeLayout(false);
     groupCompany.PerformLayout();
     ResumeLayout(false);
 }
开发者ID:testdoron,项目名称:ProScan,代码行数:101,代码来源:UserPreferencesForm.cs

示例8: InitializeComponent


//.........这里部分代码省略.........
			//
			// m_lblLeftFooter
			//
			resources.ApplyResources(this.m_lblLeftFooter, "m_lblLeftFooter");
			this.m_lblLeftFooter.Name = "m_lblLeftFooter";
			//
			// m_lblRightHeader
			//
			resources.ApplyResources(this.m_lblRightHeader, "m_lblRightHeader");
			this.m_lblRightHeader.Name = "m_lblRightHeader";
			//
			// m_lblCenterHeader
			//
			resources.ApplyResources(m_lblCenterHeader, "m_lblCenterHeader");
			m_lblCenterHeader.Name = "m_lblCenterHeader";
			//
			// m_lblLeftHeader
			//
			resources.ApplyResources(this.m_lblLeftHeader, "m_lblLeftHeader");
			this.m_lblLeftHeader.Name = "m_lblLeftHeader";
			//
			// m_pnlHeader
			//
			this.m_pnlHeader.BackColor = System.Drawing.SystemColors.Window;
			this.m_pnlHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			resources.ApplyResources(this.m_pnlHeader, "m_pnlHeader");
			this.m_pnlHeader.Name = "m_pnlHeader";
			//
			// m_pnlFooter
			//
			this.m_pnlFooter.BackColor = System.Drawing.SystemColors.Window;
			this.m_pnlFooter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			resources.ApplyResources(this.m_pnlFooter, "m_pnlFooter");
			this.m_pnlFooter.Name = "m_pnlFooter";
			//
			// m_tbEvenPage
			//
			resources.ApplyResources(this.m_tbEvenPage, "m_tbEvenPage");
			this.m_tbEvenPage.Name = "m_tbEvenPage";
			//
			// m_tbOddPage
			//
			resources.ApplyResources(this.m_tbOddPage, "m_tbOddPage");
			this.m_tbOddPage.Name = "m_tbOddPage";
			//
			// groupBox1
			//
			groupBox1.Controls.Add(this.m_txtBoxDescription);
			groupBox1.Controls.Add(label2);
			groupBox1.Controls.Add(label1);
			groupBox1.Controls.Add(this.m_txtBoxName);
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			//
			// m_txtBoxDescription
			//
			resources.ApplyResources(this.m_txtBoxDescription, "m_txtBoxDescription");
			this.m_txtBoxDescription.Name = "m_txtBoxDescription";
			//
			// label2
			//
			resources.ApplyResources(label2, "label2");
			label2.Name = "label2";
			//
			// label1
			//
			resources.ApplyResources(label1, "label1");
			label1.Name = "label1";
			//
			// m_txtBoxName
			//
			resources.ApplyResources(this.m_txtBoxName, "m_txtBoxName");
			this.m_txtBoxName.Name = "m_txtBoxName";
			this.m_txtBoxName.TextChanged += new System.EventHandler(this.m_txtBoxName_TextChanged);
			//
			// HeaderFooterModifyDlg
			//
			this.AcceptButton = this.m_btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = m_btnCancel;
			this.Controls.Add(groupBox1);
			this.Controls.Add(this.m_tbControl);
			this.Controls.Add(m_btnHelp);
			this.Controls.Add(this.m_btnOK);
			this.Controls.Add(m_btnCancel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "HeaderFooterModifyDlg";
			this.ShowInTaskbar = false;
			this.m_tbControl.ResumeLayout(false);
			this.m_tbFirstPage.ResumeLayout(false);
			this.m_pnlTabPage.ResumeLayout(false);
			panel1.ResumeLayout(false);
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			this.ResumeLayout(false);

		}
开发者ID:bbriggs,项目名称:FieldWorks,代码行数:101,代码来源:HeaderFooterModifyDlg.cs

示例9: InitializeComponent


//.........这里部分代码省略.........
			grpCurrentLang.Controls.Add(lblCurrentLangName);
			grpCurrentLang.Controls.Add(this.txtCurrentLangName);
			grpCurrentLang.Controls.Add(lblOtherNames);
			grpCurrentLang.Controls.Add(this.lblOtherNamesList);
			grpCurrentLang.FlatStyle = System.Windows.Forms.FlatStyle.System;
			resources.ApplyResources(grpCurrentLang, "grpCurrentLang");
			grpCurrentLang.Name = "grpCurrentLang";
			helpProvider1.SetShowHelp(grpCurrentLang, ((bool)(resources.GetObject("grpCurrentLang.ShowHelp"))));
			grpCurrentLang.TabStop = false;
			//
			// lblCurrentEthCode
			//
			resources.ApplyResources(lblCurrentEthCode, "lblCurrentEthCode");
			lblCurrentEthCode.BackColor = System.Drawing.SystemColors.Control;
			lblCurrentEthCode.Name = "lblCurrentEthCode";
			helpProvider1.SetShowHelp(lblCurrentEthCode, ((bool)(resources.GetObject("lblCurrentEthCode.ShowHelp"))));
			//
			// lblCurrentEthCodeValue
			//
			resources.ApplyResources(this.lblCurrentEthCodeValue, "lblCurrentEthCodeValue");
			helpProvider1.SetHelpString(this.lblCurrentEthCodeValue, resources.GetString("lblCurrentEthCodeValue.HelpString"));
			this.lblCurrentEthCodeValue.Name = "lblCurrentEthCodeValue";
			helpProvider1.SetShowHelp(this.lblCurrentEthCodeValue, ((bool)(resources.GetObject("lblCurrentEthCodeValue.ShowHelp"))));
			this.lblCurrentEthCodeValue.Tag = "(Unknown)";
			//
			// lblCurrentLangName
			//
			resources.ApplyResources(lblCurrentLangName, "lblCurrentLangName");
			lblCurrentLangName.Name = "lblCurrentLangName";
			helpProvider1.SetShowHelp(lblCurrentLangName, ((bool)(resources.GetObject("lblCurrentLangName.ShowHelp"))));
			//
			// txtCurrentLangName
			//
			helpProvider1.SetHelpString(this.txtCurrentLangName, resources.GetString("txtCurrentLangName.HelpString"));
			resources.ApplyResources(this.txtCurrentLangName, "txtCurrentLangName");
			this.txtCurrentLangName.Name = "txtCurrentLangName";
			helpProvider1.SetShowHelp(this.txtCurrentLangName, ((bool)(resources.GetObject("txtCurrentLangName.ShowHelp"))));
			this.txtCurrentLangName.TextChanged += new System.EventHandler(this.txtCurrentLangName_TextChanged);
			//
			// lblOtherNames
			//
			resources.ApplyResources(lblOtherNames, "lblOtherNames");
			lblOtherNames.Name = "lblOtherNames";
			helpProvider1.SetShowHelp(lblOtherNames, ((bool)(resources.GetObject("lblOtherNames.ShowHelp"))));
			//
			// lblOtherNamesList
			//
			resources.ApplyResources(this.lblOtherNamesList, "lblOtherNamesList");
			helpProvider1.SetHelpString(this.lblOtherNamesList, resources.GetString("lblOtherNamesList.HelpString"));
			this.lblOtherNamesList.Name = "lblOtherNamesList";
			helpProvider1.SetShowHelp(this.lblOtherNamesList, ((bool)(resources.GetObject("lblOtherNamesList.ShowHelp"))));
			this.lblOtherNamesList.UseMnemonic = false;
			this.lblOtherNamesList.Paint += new System.Windows.Forms.PaintEventHandler(this.lblOtherNamesList_Paint);
			//
			// lblInstructions1
			//
			resources.ApplyResources(lblInstructions1, "lblInstructions1");
			lblInstructions1.Name = "lblInstructions1";
			helpProvider1.SetShowHelp(lblInstructions1, ((bool)(resources.GetObject("lblInstructions1.ShowHelp"))));
			//
			// lblInstructions2
			//
			resources.ApplyResources(lblInstructions2, "lblInstructions2");
			lblInstructions2.Name = "lblInstructions2";
			helpProvider1.SetShowHelp(lblInstructions2, ((bool)(resources.GetObject("lblInstructions2.ShowHelp"))));
			//
			// cboLookup
			//
			this.cboLookup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			helpProvider1.SetHelpString(this.cboLookup, resources.GetString("cboLookup.HelpString"));
			resources.ApplyResources(this.cboLookup, "cboLookup");
			this.cboLookup.Items.AddRange(new object[] {
			resources.GetString("cboLookup.Items"),
			resources.GetString("cboLookup.Items1"),
			resources.GetString("cboLookup.Items2")});
			this.cboLookup.Name = "cboLookup";
			helpProvider1.SetShowHelp(this.cboLookup, ((bool)(resources.GetObject("cboLookup.ShowHelp"))));
			this.cboLookup.Enter += new System.EventHandler(this.cboLookup_Enter);
			this.cboLookup.SelectedIndexChanged += new System.EventHandler(this.cboLookup_SelectedIndexChanged);
			//
			// LanguageSetup
			//
			this.Controls.Add(this.btnFind);
			this.Controls.Add(this.txtFindPattern);
			this.Controls.Add(this.cboLookup);
			this.Controls.Add(lblInstructions2);
			this.Controls.Add(lblInstructions1);
			this.Controls.Add(grpCurrentLang);
			this.Controls.Add(this.lvFindResult);
			this.Controls.Add(lblFindPattern);
			this.Controls.Add(lblLookup);
			this.Name = "LanguageSetup";
			helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
			resources.ApplyResources(this, "$this");
			grpCurrentLang.ResumeLayout(false);
			grpCurrentLang.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
开发者ID:sillsdev,项目名称:WorldPad,代码行数:101,代码来源:LanguageSetup.cs

示例10: InitializeComponent


//.........这里部分代码省略.........
			resources.ApplyResources(this.grpCustom, "grpCustom");
			this.grpCustom.Name = "grpCustom";
			this.grpCustom.TabStop = false;
			//
			// cboStyleLevel
			//
			this.cboStyleLevel.AllowSpaceInEditBox = false;
			this.cboStyleLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.cboStyleLevel, "cboStyleLevel");
			this.cboStyleLevel.Name = "cboStyleLevel";
			//
			// chkShowUserDefined
			//
			resources.ApplyResources(this.chkShowUserDefined, "chkShowUserDefined");
			this.chkShowUserDefined.Name = "chkShowUserDefined";
			//
			// tabPageInterface
			//
			this.tabPageInterface.Controls.Add(this.label2);
			this.tabPageInterface.Controls.Add(label1);
			this.tabPageInterface.Controls.Add(this.m_userInterfaceChooser);
			this.tabPageInterface.Controls.Add(lbMeasurement);
			this.tabPageInterface.Controls.Add(this.m_cboMeasurement);
			resources.ApplyResources(this.tabPageInterface, "tabPageInterface");
			this.tabPageInterface.Name = "tabPageInterface";
			this.tabPageInterface.UseVisualStyleBackColor = true;
			//
			// label2
			//
			resources.ApplyResources(this.label2, "label2");
			this.label2.Name = "label2";
			//
			// m_userInterfaceChooser
			//
			resources.ApplyResources(this.m_userInterfaceChooser, "m_userInterfaceChooser");
			this.m_userInterfaceChooser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.m_userInterfaceChooser.FormattingEnabled = true;
			this.m_userInterfaceChooser.Name = "m_userInterfaceChooser";
			this.m_userInterfaceChooser.Sorted = true;
			//
			// m_cboMeasurement
			//
			this.m_cboMeasurement.AllowSpaceInEditBox = false;
			this.m_cboMeasurement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.m_cboMeasurement, "m_cboMeasurement");
			this.m_cboMeasurement.Items.AddRange(new object[] {
			resources.GetString("m_cboMeasurement.Items"),
			resources.GetString("m_cboMeasurement.Items1"),
			resources.GetString("m_cboMeasurement.Items2")});
			this.m_cboMeasurement.Name = "m_cboMeasurement";
			//
			// tabPageAdvanced
			//
			this.tabPageAdvanced.Controls.Add(groupBox2);
			this.tabPageAdvanced.Controls.Add(m_btnBrowse);
			this.tabPageAdvanced.Controls.Add(this.m_textBoxBackupPath);
			this.tabPageAdvanced.Controls.Add(this.labelBackupDir);
			resources.ApplyResources(this.tabPageAdvanced, "tabPageAdvanced");
			this.tabPageAdvanced.Name = "tabPageAdvanced";
			this.tabPageAdvanced.UseVisualStyleBackColor = true;
			//
			// m_textBoxBackupPath
			//
			resources.ApplyResources(this.m_textBoxBackupPath, "m_textBoxBackupPath");
			this.m_textBoxBackupPath.Name = "m_textBoxBackupPath";
			//
			// ToolsOptionsDialog
			//
			this.AcceptButton = this.btnOK;
			resources.ApplyResources(this, "$this");
			this.CancelButton = btnCancel;
			this.Controls.Add(btnHelp);
			this.Controls.Add(btnCancel);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.tabOptions);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "ToolsOptionsDialog";
			this.ShowInTaskbar = false;
			groupBox1.ResumeLayout(false);
			groupBox3.ResumeLayout(false);
			groupBox2.ResumeLayout(false);
			groupBox2.PerformLayout();
			this.tabOptions.ResumeLayout(false);
			this.tabPageView.ResumeLayout(false);
			this.tabPageGeneral.ResumeLayout(false);
			this.grpPastingWs.ResumeLayout(false);
			this.grpPastingWs.PerformLayout();
			this.tabPageStyles.ResumeLayout(false);
			this.tabPageStyles.PerformLayout();
			this.grpCustom.ResumeLayout(false);
			this.grpCustom.PerformLayout();
			this.tabPageInterface.ResumeLayout(false);
			this.tabPageInterface.PerformLayout();
			this.tabPageAdvanced.ResumeLayout(false);
			this.tabPageAdvanced.PerformLayout();
			this.ResumeLayout(false);

		}
开发者ID:sillsdev,项目名称:WorldPad,代码行数:101,代码来源:ToolsOptionsDialog.cs

示例11: InitializeComponent


//.........这里部分代码省略.........
			button3.Text = "Login";
			button3.Click += new System.EventHandler(this.Button3Click);
			passwordTextBox = new System.Windows.Forms.TextBox();
			// 
			// passwordTextBox
			// 
			passwordTextBox.Location = new System.Drawing.Point(76, 42);
			passwordTextBox.Name = "passwordTextBox";
			passwordTextBox.PasswordChar = '●';
			passwordTextBox.Size = new System.Drawing.Size(100, 21);
			passwordTextBox.TabIndex = 3;
			passwordTextBox.UseSystemPasswordChar = true;
			userNameTextBox = new System.Windows.Forms.TextBox();
			// 
			// userNameTextBox
			// 
			userNameTextBox.Location = new System.Drawing.Point(76, 19);
			userNameTextBox.Name = "userNameTextBox";
			userNameTextBox.Size = new System.Drawing.Size(100, 21);
			userNameTextBox.TabIndex = 1;
			label2 = new System.Windows.Forms.Label();
			// 
			// label2
			// 
			label2.Location = new System.Drawing.Point(6, 40);
			label2.Name = "label2";
			label2.Size = new System.Drawing.Size(64, 23);
			label2.TabIndex = 2;
			label2.Text = "Password:";
			label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			label1 = new System.Windows.Forms.Label();
			// 
			// label1
			// 
			label1.Location = new System.Drawing.Point(6, 17);
			label1.Name = "label1";
			label1.Size = new System.Drawing.Size(64, 23);
			label1.TabIndex = 0;
			label1.Text = "Username:";
			label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			groupBox1.Controls.Add(deleteStringsButton);
			groupBox1.Controls.Add(button4);
			groupBox1.Controls.Add(savePasswordCheckBox);
			groupBox1.Controls.Add(button3);
			groupBox1.Controls.Add(passwordTextBox);
			groupBox1.Controls.Add(userNameTextBox);
			groupBox1.Controls.Add(label2);
			groupBox1.Controls.Add(label1);
			groupBox1.Location = new System.Drawing.Point(12, 12);
			groupBox1.Name = "groupBox1";
			groupBox1.Size = new System.Drawing.Size(597, 74);
			groupBox1.TabIndex = 0;
			groupBox1.TabStop = false;
			groupBox1.Text = "Translation server";
			groupBox1.SuspendLayout();
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			button2 = new System.Windows.Forms.Button();
			// 
			// button2
			// 
			button2.Location = new System.Drawing.Point(142, 92);
			button2.Name = "button2";
			button2.Size = new System.Drawing.Size(124, 23);
			button2.TabIndex = 2;
			button2.Text = "Find missing strings";
			button2.Click += new System.EventHandler(this.Button2Click);
			button1 = new System.Windows.Forms.Button();
			// 
			// button1
			// 
			button1.Location = new System.Drawing.Point(12, 91);
			button1.Name = "button1";
			button1.Size = new System.Drawing.Size(124, 23);
			button1.TabIndex = 1;
			button1.Text = "Find unused strings";
			button1.Click += new System.EventHandler(this.Button1Click);
			outputTextBox = new System.Windows.Forms.TextBox();
			// 
			// outputTextBox
			// 
			outputTextBox.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)));
			outputTextBox.Location = new System.Drawing.Point(12, 120);
			outputTextBox.Multiline = true;
			outputTextBox.Name = "outputTextBox";
			outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			outputTextBox.Size = new System.Drawing.Size(597, 267);
			outputTextBox.TabIndex = 3;
			this.Controls.Add(groupBox1);
			this.Controls.Add(button2);
			this.Controls.Add(button1);
			this.Controls.Add(outputTextBox);
			this.Name = "MainForm";
			this.Text = "StringResourceTool";
			this.SuspendLayout();
			this.ResumeLayout(false);
			this.PerformLayout();
		}
开发者ID:Bombadil77,项目名称:SharpDevelop,代码行数:101,代码来源:MainForm.cs

示例12: InitializeComponent


//.........这里部分代码省略.........
   mpEditIcon.Text = "&Edit Icons";
   mpEditIcon.UseVisualStyleBackColor = true;
   mpEditIcon.Click += mpEditIcon_Click;
   // 
   // mpUseCustomFont
   // 
   mpUseCustomFont.AutoSize = true;
   mpUseCustomFont.FlatStyle = FlatStyle.Popup;
   mpUseCustomFont.Location = new Point(16, 108);
   mpUseCustomFont.Name = "mpUseCustomFont";
   mpUseCustomFont.Size = new Size(105, 17);
   mpUseCustomFont.TabIndex = 77;
   mpUseCustomFont.Text = "Use Custom Font";
   mpUseCustomFont.UseVisualStyleBackColor = true;
   mpUseCustomFont.CheckedChanged += mpUseCustomFont_CheckedChanged;
   // 
   // mpUseLargeIcons
   // 
   mpUseLargeIcons.AutoSize = true;
   mpUseLargeIcons.FlatStyle = FlatStyle.Popup;
   mpUseLargeIcons.Location = new Point(16, 126);
   mpUseLargeIcons.Name = "mpUseLargeIcons";
   mpUseLargeIcons.Size = new Size(102, 17);
   mpUseLargeIcons.TabIndex = 77;
   mpUseLargeIcons.Text = "Use Large Icons";
   mpUseLargeIcons.UseVisualStyleBackColor = true;
   mpUseLargeIcons.CheckedChanged += mpUseLargeIcons_CheckedChanged;
   // 
   // mpUseCustomIcons
   // 
   mpUseCustomIcons.AutoSize = true;
   mpUseCustomIcons.FlatStyle = FlatStyle.Popup;
   mpUseCustomIcons.Location = new Point(32, 144);
   mpUseCustomIcons.Name = "mpUseCustomIcons";
   mpUseCustomIcons.Size = new Size(140, 17);
   mpUseCustomIcons.TabIndex = 77;
   mpUseCustomIcons.Text = "Use Custom Large Icons";
   mpUseCustomIcons.UseVisualStyleBackColor = true;
   mpUseCustomIcons.CheckedChanged += mpUseCustomIcons_CheckedChanged;
   // 
   // mpUseInvertedIcons
   // 
   mpUseInvertedIcons.AutoSize = true;
   mpUseInvertedIcons.FlatStyle = FlatStyle.Popup;
   mpUseInvertedIcons.Location = new Point(32, 162);
   mpUseInvertedIcons.Name = "mpUseInvertedIcons";
   mpUseInvertedIcons.Size = new Size(172, 17);
   mpUseInvertedIcons.TabIndex = 77;
   mpUseInvertedIcons.Text = "Invert (reverse) the Large Icons";
   mpUseInvertedIcons.UseVisualStyleBackColor = true;
   // 
   // btnOK
   // 
   btnOK.Anchor = (((AnchorStyles.Bottom | AnchorStyles.Right)));
   btnOK.Location = new Point(563, 476);
   btnOK.Name = "btnOK";
   btnOK.Size = new Size(78, 23);
   btnOK.TabIndex = 6;
   btnOK.Text = "&OK";
   btnOK.UseVisualStyleBackColor = true;
   btnOK.Click += btnOK_Click;
   // 
   // btnReset
   // 
   btnReset.Anchor = (((AnchorStyles.Bottom | AnchorStyles.Right)));
   btnReset.Location = new Point(479, 476);
   btnReset.Name = "btnReset";
   btnReset.Size = new Size(78, 23);
   btnReset.TabIndex = 6;
   btnReset.Text = "&RESET";
   btnReset.UseVisualStyleBackColor = true;
   btnReset.Click += btnReset_Click;
   // 
   // iMONLCDg_AdvancedSetupForm
   // 
   AutoScaleDimensions = new SizeF(6F, 13F);
   ClientSize = new Size(650, 504);
   Controls.Add(btnOK);
   Controls.Add(btnReset);
   Controls.Add(groupBoxConfiguration);
   Name = "iMONLCDg_AdvancedSetupForm";
   StartPosition = FormStartPosition.CenterParent;
   Text = "MiniDisplay - Setup - Advanced Settings";
   groupBoxConfiguration.ResumeLayout(false);
   groupBox1.ResumeLayout(false);
   groupBox1.PerformLayout();
   groupBoxManager.ResumeLayout(false);
   groupBoxManager.PerformLayout();
   groupBoxHardware.ResumeLayout(false);
   groupBoxHardware.PerformLayout();
   groupBoxDisplayControl.ResumeLayout(false);
   groupBoxDisplayControl.PerformLayout();
   groupboxEqualizerOptions.ResumeLayout(false);
   groupboxEqualizerOptions.PerformLayout();
   groupEQstyle.ResumeLayout(false);
   groupEQstyle.PerformLayout();
   groupBoxDisplayOptions.ResumeLayout(false);
   groupBoxDisplayOptions.PerformLayout();
   ResumeLayout(false);
 }
开发者ID:arangas,项目名称:MediaPortal-1,代码行数:101,代码来源:iMONLCDg_AdvancedSetupForm.cs

示例13: InitializeComponent


//.........这里部分代码省略.........
         // m_NewPasswordTextBox
         // 
         this.m_NewPasswordTextBox.Location = new System.Drawing.Point(7,160);
         this.m_NewPasswordTextBox.Name = "m_NewPasswordTextBox";
         this.m_NewPasswordTextBox.Size = new System.Drawing.Size(100,20);
         this.m_NewPasswordTextBox.TabIndex = 17;
         // 
         // newPassword
         // 
         newPassword.AutoSize = true;
         newPassword.Location = new System.Drawing.Point(6,144);
         newPassword.Name = "newPassword";
         newPassword.Size = new System.Drawing.Size(81,13);
         newPassword.TabIndex = 16;
         newPassword.Text = "New Password:";
         // 
         // m_PasswordAnswerTextBox
         // 
         this.m_PasswordAnswerTextBox.Location = new System.Drawing.Point(7,115);
         this.m_PasswordAnswerTextBox.Name = "m_PasswordAnswerTextBox";
         this.m_PasswordAnswerTextBox.Size = new System.Drawing.Size(100,20);
         this.m_PasswordAnswerTextBox.TabIndex = 15;
         // 
         // passwordAnswer
         // 
         passwordAnswer.AutoSize = true;
         passwordAnswer.Location = new System.Drawing.Point(6,99);
         passwordAnswer.Name = "passwordAnswer";
         passwordAnswer.Size = new System.Drawing.Size(94,13);
         passwordAnswer.TabIndex = 14;
         passwordAnswer.Text = "Password Answer:";
         // 
         // changePasswordButton
         // 
         changePasswordButton.Location = new System.Drawing.Point(140,31);
         changePasswordButton.Name = "changePasswordButton";
         changePasswordButton.Size = new System.Drawing.Size(75,23);
         changePasswordButton.TabIndex = 4;
         changePasswordButton.Text = "Change";
         changePasswordButton.Click += new System.EventHandler(this.OnChange);
         // 
         // m_PasswordQuestionTextBox
         // 
         this.m_PasswordQuestionTextBox.Enabled = false;
         this.m_PasswordQuestionTextBox.Location = new System.Drawing.Point(7,73);
         this.m_PasswordQuestionTextBox.Name = "m_PasswordQuestionTextBox";
         this.m_PasswordQuestionTextBox.Size = new System.Drawing.Size(100,20);
         this.m_PasswordQuestionTextBox.TabIndex = 9;
         // 
         // passwordQuestionLabel
         // 
         passwordQuestionLabel.AutoSize = true;
         passwordQuestionLabel.Location = new System.Drawing.Point(6,57);
         passwordQuestionLabel.Name = "passwordQuestionLabel";
         passwordQuestionLabel.Size = new System.Drawing.Size(93,13);
         passwordQuestionLabel.TabIndex = 8;
         passwordQuestionLabel.Text = "Security Question:";
         // 
         // m_UserNameTextBox
         // 
         this.m_UserNameTextBox.Enabled = false;
         this.m_UserNameTextBox.Location = new System.Drawing.Point(7,34);
         this.m_UserNameTextBox.Name = "m_UserNameTextBox";
         this.m_UserNameTextBox.ReadOnly = true;
         this.m_UserNameTextBox.Size = new System.Drawing.Size(100,20);
         this.m_UserNameTextBox.TabIndex = 1;
         // 
         // userNameLabel
         // 
         userNameLabel.AutoSize = true;
         userNameLabel.Location = new System.Drawing.Point(6,18);
         userNameLabel.Name = "userNameLabel";
         userNameLabel.Size = new System.Drawing.Size(63,13);
         userNameLabel.TabIndex = 0;
         userNameLabel.Text = "User Name:";
         // 
         // m_Validator
         // 
         this.m_Validator.ContainerControl = this;
         // 
         // ChangePasswordDialog
         // 
         this.AcceptButton = changePasswordButton;
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.ClientSize = new System.Drawing.Size(233,207);
         this.Controls.Add(userGroup);
         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
         this.MaximizeBox = false;
         this.MinimizeBox = false;
         this.Name = "ChangePasswordDialog";
         this.ShowIcon = false;
         this.Text = "Change Password Dialog";
         this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed);
         userGroup.ResumeLayout(false);
         userGroup.PerformLayout();
         ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).EndInit();
         this.ResumeLayout(false);

      }
开发者ID:ittray,项目名称:LocalDemo,代码行数:101,代码来源:ChangePasswordDialog.Designer.cs

示例14: InitializeComponent


//.........这里部分代码省略.........
     this.chxShowClose.set_TabIndex(6);
     this.chxShowClose.set_Text("Показывать закрытые паспорта жилья");
     this.chxShowClose.set_UseVisualStyleBackColor(true);
     this.bsAccountApartment.set_DataSource(typeof(AIS.SN.Model.DomainObjects.Views.AccountView));
     this.treeAccount.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.treeAccount.set_HideSelection(false);
     this.treeAccount.set_Location(new System.Drawing.Point(0, 0x148));
     this.treeAccount.set_Name("treeAccount");
     this.treeAccount.set_ShowNodeToolTips(true);
     this.treeAccount.set_Size(new System.Drawing.Size(0x114, 0xf9));
     this.treeAccount.set_TabIndex(10);
     this.treeAccount.add_DoubleClick(new System.EventHandler(this.treeAccount_DoubleClick));
     this.m_LocalAddressSelector.set_AutoSize(true);
     this.m_LocalAddressSelector.set_AutoSizeMode(System.Windows.Forms.AutoSizeMode.GrowAndShrink);
     this.m_LocalAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_LocalAddressSelector.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_LocalAddressSelector.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_LocalAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.m_LocalAddressSelector.set_Name("m_LocalAddressSelector");
     this.m_LocalAddressSelector.set_Size(new System.Drawing.Size(270, 0x79));
     this.m_LocalAddressSelector.set_TabIndex(4);
     this.m_LocalAddressSelector.AddressSelected += new System.EventHandler(this.m_LocalAddressSelector_AddressSelected);
     this.m_LocalAddressSelector.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("PrintName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("PrintName");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("DoorWay");
     this.dataGridViewTextBoxColumn2.set_HeaderText("DoorWay");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("LocalAddressId");
     this.dataGridViewTextBoxColumn3.set_HeaderText("LocalAddressId");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("AccountCode");
     this.dataGridViewTextBoxColumn4.set_HeaderText("AccountCode");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn5.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn7.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Adr");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("FloorHouse");
     this.dataGridViewTextBoxColumn11.set_HeaderText("FloorHouse");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn12.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("IsClose");
     this.dataGridViewTextBoxColumn13.set_HeaderText("IsClose");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ApartmentNumer");
     this.dataGridViewTextBoxColumn15.set_HeaderText("ApartmentNumer");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn17.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.treeAccount);
     base.Controls.Add(this.m_SearchByNumbersRadio);
     base.Controls.Add(this.m_SearchByAddressRadio);
     base.Controls.Add(this.tableLayoutPanel1);
     base.Controls.Add(this.chxShowClose);
     base.Controls.Add(box);
     base.Controls.Add(this.groupBox1);
     base.set_Name("AccountSelectControl");
     base.set_Size(new System.Drawing.Size(0x114, 0x241));
     base.add_Load(new System.EventHandler(this.AccountSelectControl_Load));
     box.ResumeLayout(false);
     box.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.bsAccountApartment.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:AccountSelectControl.cs

示例15: InitializeComponent

 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(BookmarkTabDialog));
     this.txtHotkey = new HotKeyBox();
     this.lblHotkey = new Label();
     this.lblBookmarkName = new Label();
     this.txtBookmarkName = new TextBox();
     this.chkDoNotShowAgain = new CheckBox();
     this.btnOk = new Button();
     this.btnCancel = new Button();
     this.Validator = new ValidatorProvider();
     this.bvlButtons = new Bevel();
     GroupBox box = new GroupBox();
     TableLayoutPanel panel = new TableLayoutPanel();
     TableLayoutPanel panel2 = new TableLayoutPanel();
     TableLayoutPanel panel3 = new TableLayoutPanel();
     box.SuspendLayout();
     panel.SuspendLayout();
     panel2.SuspendLayout();
     panel3.SuspendLayout();
     base.SuspendLayout();
     manager.ApplyResources(box, "grpAdditional");
     box.Controls.Add(panel);
     box.Name = "grpAdditional";
     box.TabStop = false;
     manager.ApplyResources(panel, "tlpAdditional");
     panel.Controls.Add(this.txtHotkey, 1, 0);
     panel.Controls.Add(this.lblHotkey, 0, 0);
     panel.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel.Name = "tlpAdditional";
     manager.ApplyResources(this.txtHotkey, "txtHotkey");
     this.txtHotkey.Name = "txtHotkey";
     manager.ApplyResources(this.lblHotkey, "lblHotkey");
     this.lblHotkey.Name = "lblHotkey";
     manager.ApplyResources(panel2, "tlpBack");
     panel2.Controls.Add(this.lblBookmarkName, 0, 0);
     panel2.Controls.Add(this.txtBookmarkName, 0, 1);
     panel2.Controls.Add(box, 0, 2);
     panel2.Controls.Add(this.chkDoNotShowAgain, 0, 3);
     panel2.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel2.Name = "tlpBack";
     manager.ApplyResources(this.lblBookmarkName, "lblBookmarkName");
     this.lblBookmarkName.Name = "lblBookmarkName";
     manager.ApplyResources(this.txtBookmarkName, "txtBookmarkName");
     this.txtBookmarkName.Name = "txtBookmarkName";
     this.Validator.SetValidateOn(this.txtBookmarkName, ValidateOn.TextChanged);
     this.txtBookmarkName.Validating += new CancelEventHandler(this.txtBookmarkName_Validating);
     manager.ApplyResources(this.chkDoNotShowAgain, "chkDoNotShowAgain");
     this.chkDoNotShowAgain.Name = "chkDoNotShowAgain";
     this.chkDoNotShowAgain.UseVisualStyleBackColor = true;
     manager.ApplyResources(panel3, "tlpButtons");
     panel3.BackColor = Color.Gainsboro;
     panel3.Controls.Add(this.btnOk, 1, 0);
     panel3.Controls.Add(this.btnCancel, 2, 0);
     panel3.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel3.Name = "tlpButtons";
     this.btnOk.DialogResult = DialogResult.OK;
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnCancel.CausesValidation = false;
     this.btnCancel.DialogResult = DialogResult.Cancel;
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.Validator.Owner = this;
     this.Validator.OwnerFormValidate = FormValidate.DisableAcceptButton;
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Top;
     this.bvlButtons.Style = Border3DStyle.Flat;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     this.AutoValidate = AutoValidate.EnableAllowFocusChange;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(panel3);
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(panel2);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "BookmarkTabDialog";
     base.ShowInTaskbar = false;
     box.ResumeLayout(false);
     box.PerformLayout();
     panel.ResumeLayout(false);
     panel.PerformLayout();
     panel2.ResumeLayout(false);
     panel2.PerformLayout();
     panel3.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:shankithegreat,项目名称:commanderdotnet,代码行数:95,代码来源:BookmarkTabDialog.cs


注:本文中的System.Windows.Forms.GroupBox.PerformLayout方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。