private void InitializeComponent() { ComponentResourceManager manager = new ComponentResourceManager(typeof(FtpConnectDialog)); this.rbAnonymous = new System.Windows.Forms.RadioButton(); this.chkShowPassword = new System.Windows.Forms.CheckBox(); this.lblPassword = new Label(); this.rbCredentials = new System.Windows.Forms.RadioButton(); this.cmbUserName = new System.Windows.Forms.ComboBox(); this.lblUserName = new Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.tbcBack = new TabControl(); this.tpBasic = new TabPage(); this.tlpBasic = new TableLayoutPanel(); this.lblServer = new Label(); this.cmbServer = new System.Windows.Forms.ComboBox(); this.tlpNote = new TableLayoutPanel(); this.lblNote = new Label(); this.imgNote = new PictureBox(); this.tpContext = new TabPage(); this.FtpOptions = new FtpOptionControl(); this.tlpBack = new TableLayoutPanel(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.Validator = new ValidatorProvider(); this.tlpButtons = new TableLayoutPanel(); this.bvlButtons = new Bevel(); System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox(); TableLayoutPanel panel = new TableLayoutPanel(); box.SuspendLayout(); panel.SuspendLayout(); this.tbcBack.SuspendLayout(); this.tpBasic.SuspendLayout(); this.tlpBasic.SuspendLayout(); this.tlpNote.SuspendLayout(); ((ISupportInitialize) this.imgNote).BeginInit(); this.tpContext.SuspendLayout(); this.tlpBack.SuspendLayout(); this.tlpButtons.SuspendLayout(); base.SuspendLayout(); manager.ApplyResources(box, "grpLogin"); box.Controls.Add(panel); box.Name = "grpLogin"; box.TabStop = false; manager.ApplyResources(panel, "tlpCredentials"); panel.Controls.Add(this.rbAnonymous, 0, 0); panel.Controls.Add(this.chkShowPassword, 2, 4); panel.Controls.Add(this.lblPassword, 1, 3); panel.Controls.Add(this.rbCredentials, 0, 1); panel.Controls.Add(this.cmbUserName, 2, 2); panel.Controls.Add(this.lblUserName, 1, 2); panel.Controls.Add(this.txtPassword, 2, 3); panel.Name = "tlpCredentials"; manager.ApplyResources(this.rbAnonymous, "rbAnonymous"); this.rbAnonymous.Checked = true; panel.SetColumnSpan(this.rbAnonymous, 3); this.rbAnonymous.Name = "rbAnonymous"; this.rbAnonymous.TabStop = true; this.rbAnonymous.UseVisualStyleBackColor = true; this.rbAnonymous.CheckedChanged += new EventHandler(this.rbAnonymous_CheckedChanged); manager.ApplyResources(this.chkShowPassword, "chkShowPassword"); this.chkShowPassword.Checked = Settings.Default.RunAsShowPassword; this.chkShowPassword.DataBindings.Add(new Binding("Checked", Settings.Default, "RunAsShowPassword", true, DataSourceUpdateMode.OnPropertyChanged)); this.chkShowPassword.Name = "chkShowPassword"; this.chkShowPassword.UseVisualStyleBackColor = true; this.chkShowPassword.CheckedChanged += new EventHandler(this.chkShowPassword_CheckedChanged); manager.ApplyResources(this.lblPassword, "lblPassword"); this.lblPassword.MinimumSize = new Size(80, 0); this.lblPassword.Name = "lblPassword"; manager.ApplyResources(this.rbCredentials, "rbCredentials"); panel.SetColumnSpan(this.rbCredentials, 3); this.rbCredentials.Name = "rbCredentials"; this.rbCredentials.UseVisualStyleBackColor = true; this.rbCredentials.CheckedChanged += new EventHandler(this.rbAnonymous_CheckedChanged); manager.ApplyResources(this.cmbUserName, "cmbUserName"); this.cmbUserName.FormattingEnabled = true; this.cmbUserName.Name = "cmbUserName"; this.Validator.SetValidateOn(this.cmbUserName, ValidateOn.TextChanged); this.cmbUserName.Validating += new CancelEventHandler(this.cmbUserName_Validating); manager.ApplyResources(this.lblUserName, "lblUserName"); this.lblUserName.MinimumSize = new Size(80, 0); this.lblUserName.Name = "lblUserName"; manager.ApplyResources(this.txtPassword, "txtPassword"); this.txtPassword.Name = "txtPassword"; this.txtPassword.UseSystemPasswordChar = true; this.tbcBack.Controls.Add(this.tpBasic); this.tbcBack.Controls.Add(this.tpContext); manager.ApplyResources(this.tbcBack, "tbcBack"); this.tbcBack.Name = "tbcBack"; this.tbcBack.SelectedIndex = 0; this.tpBasic.Controls.Add(this.tlpBasic); manager.ApplyResources(this.tpBasic, "tpBasic"); this.tpBasic.Name = "tpBasic"; this.tpBasic.UseVisualStyleBackColor = true; manager.ApplyResources(this.tlpBasic, "tlpBasic"); this.tlpBasic.Controls.Add(this.lblServer, 0, 0); this.tlpBasic.Controls.Add(box, 0, 2); this.tlpBasic.Controls.Add(this.cmbServer, 0, 1); this.tlpBasic.Controls.Add(this.tlpNote, 0, 3); this.tlpBasic.GrowStyle = TableLayoutPanelGrowStyle.FixedSize; this.tlpBasic.Name = "tlpBasic"; manager.ApplyResources(this.lblServer, "lblServer"); this.lblServer.Name = "lblServer"; manager.ApplyResources(this.cmbServer, "cmbServer"); this.cmbServer.FormattingEnabled = true; this.cmbServer.Name = "cmbServer"; this.Validator.SetValidateOn(this.cmbServer, ValidateOn.TextChangedTimer); this.cmbServer.Validating += new CancelEventHandler(this.cmbServer_Validating); manager.ApplyResources(this.tlpNote, "tlpNote"); this.tlpNote.Controls.Add(this.lblNote, 1, 0); this.tlpNote.Controls.Add(this.imgNote, 0, 0); this.tlpNote.GrowStyle = TableLayoutPanelGrowStyle.FixedSize; this.tlpNote.Name = "tlpNote"; this.tlpNote.Paint += new PaintEventHandler(this.tlpNote_Paint); manager.ApplyResources(this.lblNote, "lblNote"); this.lblNote.Name = "lblNote"; manager.ApplyResources(this.imgNote, "imgNote"); this.imgNote.Name = "imgNote"; this.imgNote.TabStop = false; this.tpContext.Controls.Add(this.FtpOptions); manager.ApplyResources(this.tpContext, "tpContext"); this.tpContext.Name = "tpContext"; this.tpContext.UseVisualStyleBackColor = true; manager.ApplyResources(this.FtpOptions, "FtpOptions"); this.FtpOptions.Name = "FtpOptions"; this.FtpOptions.SaveSettings = false; manager.ApplyResources(this.tlpBack, "tlpBack"); this.tlpBack.Controls.Add(this.tbcBack, 0, 0); this.tlpBack.GrowStyle = TableLayoutPanelGrowStyle.FixedSize; this.tlpBack.Name = "tlpBack"; manager.ApplyResources(this.btnOk, "btnOk"); this.btnOk.Name = "btnOk"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new EventHandler(this.btnOk_Click); manager.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.CausesValidation = false; this.btnCancel.DialogResult = DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.Validator.Owner = this; this.Validator.OwnerFormValidate = FormValidate.DisableAcceptButton; manager.ApplyResources(this.tlpButtons, "tlpButtons"); this.tlpButtons.Controls.Add(this.btnOk, 1, 0); this.tlpButtons.Controls.Add(this.btnCancel, 2, 0); this.tlpButtons.GrowStyle = TableLayoutPanelGrowStyle.FixedSize; this.tlpButtons.Name = "tlpButtons"; 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(this.tlpButtons); base.Controls.Add(this.bvlButtons); base.Controls.Add(this.tlpBack); base.FixMouseWheel = Settings.Default.FixMouseWheel; base.FormBorderStyle = FormBorderStyle.FixedDialog; base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "FtpConnectDialog"; base.ShowInTaskbar = false; base.Shown += new EventHandler(this.FtpConnectDialog_Shown); box.ResumeLayout(false); box.PerformLayout(); panel.ResumeLayout(false); panel.PerformLayout(); this.tbcBack.ResumeLayout(false); this.tpBasic.ResumeLayout(false); this.tpBasic.PerformLayout(); this.tlpBasic.ResumeLayout(false); this.tlpBasic.PerformLayout(); this.tlpNote.ResumeLayout(false); this.tlpNote.PerformLayout(); ((ISupportInitialize) this.imgNote).EndInit(); this.tpContext.ResumeLayout(false); this.tpContext.PerformLayout(); this.tlpBack.ResumeLayout(false); this.tlpButtons.ResumeLayout(false); this.tlpButtons.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.Label label14; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MonoPropertiesView)); System.Windows.Forms.Label label11; System.Windows.Forms.Label label10; System.Windows.Forms.Label label9; System.Windows.Forms.Label label8; System.Windows.Forms.Label label7; System.Windows.Forms.Label buildServerLabel; this.destinationTextBox = new System.Windows.Forms.TextBox(); this.destinationLabel = new System.Windows.Forms.Label(); this.passwordTextBox = new System.Windows.Forms.TextBox(); this.passwordLabel = new System.Windows.Forms.Label(); this.usernameTextBox = new System.Windows.Forms.TextBox(); this.usernameLabel = new System.Windows.Forms.Label(); this.hostTextBox = new System.Windows.Forms.TextBox(); this.hostLabel = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.buildPassword = new System.Windows.Forms.TextBox(); this.buildUsername = new System.Windows.Forms.TextBox(); this.buildFolderTextBox = new System.Windows.Forms.TextBox(); this.buildServerTextBox = new System.Windows.Forms.TextBox(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); groupBox1 = new System.Windows.Forms.GroupBox(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); groupBox3 = new System.Windows.Forms.GroupBox(); label14 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); buildServerLabel = new System.Windows.Forms.Label(); groupBox1.SuspendLayout(); groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(label4); groupBox1.Controls.Add(this.destinationTextBox); groupBox1.Controls.Add(this.destinationLabel); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(this.passwordTextBox); groupBox1.Controls.Add(this.passwordLabel); groupBox1.Controls.Add(this.usernameTextBox); groupBox1.Controls.Add(this.usernameLabel); groupBox1.Controls.Add(this.hostTextBox); groupBox1.Controls.Add(this.hostLabel); groupBox1.Location = new System.Drawing.Point(9, 16); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(1260, 346); groupBox1.TabIndex = 24; groupBox1.TabStop = false; groupBox1.Text = "Host"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(541, 290); label4.Name = "label4"; label4.Size = new System.Drawing.Size(615, 25); label4.TabIndex = 28; label4.Text = "The folder on the host to which the output files will be uploaded"; // // destinationTextBox // this.destinationTextBox.Location = new System.Drawing.Point(23, 287); this.destinationTextBox.Name = "destinationTextBox"; this.destinationTextBox.Size = new System.Drawing.Size(482, 31); this.destinationTextBox.TabIndex = 27; // // destinationLabel // this.destinationLabel.AutoSize = true; this.destinationLabel.Location = new System.Drawing.Point(18, 259); this.destinationLabel.Name = "destinationLabel"; this.destinationLabel.Size = new System.Drawing.Size(267, 25); this.destinationLabel.TabIndex = 26; this.destinationLabel.Text = "Destination Folder on Host"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(541, 219); label3.Name = "label3"; label3.Size = new System.Drawing.Size(422, 25); label3.TabIndex = 25; label3.Text = "The password to authenticate with the host"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(541, 145); label2.Name = "label2"; label2.Size = new System.Drawing.Size(444, 25); label2.TabIndex = 24; label2.Text = "The username with which to log in to the host"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(541, 69); label1.Name = "label1"; label1.Size = new System.Drawing.Size(512, 25); label1.TabIndex = 23; label1.Text = "The hostname of the machine that will run your code"; // // passwordTextBox // this.passwordTextBox.Location = new System.Drawing.Point(23, 216); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.PasswordChar = '#'; this.passwordTextBox.Size = new System.Drawing.Size(482, 31); this.passwordTextBox.TabIndex = 22; // // passwordLabel // this.passwordLabel.AutoSize = true; this.passwordLabel.Location = new System.Drawing.Point(18, 188); this.passwordLabel.Name = "passwordLabel"; this.passwordLabel.Size = new System.Drawing.Size(106, 25); this.passwordLabel.TabIndex = 21; this.passwordLabel.Text = "Password"; // // usernameTextBox // this.usernameTextBox.Location = new System.Drawing.Point(23, 142); this.usernameTextBox.Name = "usernameTextBox"; this.usernameTextBox.Size = new System.Drawing.Size(482, 31); this.usernameTextBox.TabIndex = 20; // // usernameLabel // this.usernameLabel.AutoSize = true; this.usernameLabel.Location = new System.Drawing.Point(18, 114); this.usernameLabel.Name = "usernameLabel"; this.usernameLabel.Size = new System.Drawing.Size(110, 25); this.usernameLabel.TabIndex = 19; this.usernameLabel.Text = "Username"; // // hostTextBox // this.hostTextBox.Location = new System.Drawing.Point(23, 66); this.hostTextBox.Name = "hostTextBox"; this.hostTextBox.Size = new System.Drawing.Size(482, 31); this.hostTextBox.TabIndex = 18; // // hostLabel // this.hostLabel.AutoSize = true; this.hostLabel.Location = new System.Drawing.Point(18, 37); this.hostLabel.Name = "hostLabel"; this.hostLabel.Size = new System.Drawing.Size(56, 25); this.hostLabel.TabIndex = 17; this.hostLabel.Text = "Host"; // // groupBox3 // groupBox3.Controls.Add(label14); groupBox3.Controls.Add(this.label13); groupBox3.Controls.Add(this.label12); groupBox3.Controls.Add(this.buildPassword); groupBox3.Controls.Add(label11); groupBox3.Controls.Add(this.buildUsername); groupBox3.Controls.Add(label10); groupBox3.Controls.Add(label9); groupBox3.Controls.Add(this.buildFolderTextBox); groupBox3.Controls.Add(label8); groupBox3.Controls.Add(label7); groupBox3.Controls.Add(this.buildServerTextBox); groupBox3.Controls.Add(buildServerLabel); groupBox3.Location = new System.Drawing.Point(9, 380); groupBox3.Name = "groupBox3"; groupBox3.Size = new System.Drawing.Size(1260, 452); groupBox3.TabIndex = 26; groupBox3.TabStop = false; groupBox3.Text = "Build Host"; // // label14 // label14.AutoSize = true; label14.Location = new System.Drawing.Point(18, 41); label14.Name = "label14"; label14.Size = new System.Drawing.Size(1093, 75); label14.TabIndex = 41; label14.Text = resources.GetString("label14.Text"); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(541, 393); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(312, 25); this.label13.TabIndex = 40; this.label13.Text = "The password on the build host"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(541, 321); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(315, 25); this.label12.TabIndex = 39; this.label12.Text = "The username on the build host"; // // buildPassword // this.buildPassword.Location = new System.Drawing.Point(23, 390); this.buildPassword.Name = "buildPassword"; this.buildPassword.PasswordChar = '#'; this.buildPassword.Size = new System.Drawing.Size(482, 31); this.buildPassword.TabIndex = 38; // // label11 // label11.AutoSize = true; label11.Location = new System.Drawing.Point(18, 362); label11.Name = "label11"; label11.Size = new System.Drawing.Size(106, 25); label11.TabIndex = 37; label11.Text = "Password"; // // buildUsername // this.buildUsername.Location = new System.Drawing.Point(24, 318); this.buildUsername.Name = "buildUsername"; this.buildUsername.Size = new System.Drawing.Size(481, 31); this.buildUsername.TabIndex = 36; // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(18, 290); label10.Name = "label10"; label10.Size = new System.Drawing.Size(110, 25); label10.TabIndex = 35; label10.Text = "Username"; // // label9 // label9.AutoSize = true; label9.Location = new System.Drawing.Point(541, 249); label9.Name = "label9"; label9.Size = new System.Drawing.Size(668, 50); label9.TabIndex = 33; label9.Text = "The folder on the build server in which the build should be performed\r\nYou must u" + "se an absolute path"; // // buildFolderTextBox // this.buildFolderTextBox.Location = new System.Drawing.Point(23, 246); this.buildFolderTextBox.Name = "buildFolderTextBox"; this.buildFolderTextBox.Size = new System.Drawing.Size(482, 31); this.buildFolderTextBox.TabIndex = 32; // // label8 // label8.AutoSize = true; label8.Location = new System.Drawing.Point(18, 218); label8.Name = "label8"; label8.Size = new System.Drawing.Size(127, 25); label8.TabIndex = 31; label8.Text = "Build Folder"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(541, 175); label7.Name = "label7"; label7.Size = new System.Drawing.Size(381, 25); label7.TabIndex = 30; label7.Text = "The server that is performing the build."; // // buildServerTextBox // this.buildServerTextBox.Location = new System.Drawing.Point(23, 172); this.buildServerTextBox.Name = "buildServerTextBox"; this.buildServerTextBox.Size = new System.Drawing.Size(482, 31); this.buildServerTextBox.TabIndex = 28; // // buildServerLabel // buildServerLabel.AutoSize = true; buildServerLabel.Location = new System.Drawing.Point(18, 144); buildServerLabel.Name = "buildServerLabel"; buildServerLabel.Size = new System.Drawing.Size(56, 25); buildServerLabel.TabIndex = 27; buildServerLabel.Text = "Host"; // // notifyIcon1 // this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Visible = true; // // MonoPropertiesView // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(groupBox3); this.Controls.Add(groupBox1); this.Name = "MonoPropertiesView"; this.Size = new System.Drawing.Size(1380, 1300); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); this.ResumeLayout(false); }
private void Diseño_Forma() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Inventario)); tabControl1 = new System.Windows.Forms.TabControl(); tab_MateriaPrima = new System.Windows.Forms.TabPage(); groupBox_ListaMateriaPrimam = new System.Windows.Forms.GroupBox(); data_MateriaPrima = new System.Windows.Forms.DataGridView(); Id_AlmacenMateriaPrimam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacenm = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_MateriaPrimam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Materia_Primam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotem = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Compram = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fecham = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_MateriaPrimam = new System.Windows.Forms.GroupBox(); lbl_Almacenm = new System.Windows.Forms.Label(); lbl_Fecham = new System.Windows.Forms.Label(); combo_Almacenm = new System.Windows.Forms.ComboBox(); lbl_PrecioVentam = new System.Windows.Forms.Label(); comboBox_MateriaPrimam = new System.Windows.Forms.ComboBox(); lbl_PrecioCompram = new System.Windows.Forms.Label(); txt_Lotem = new System.Windows.Forms.TextBox(); lbl_Existenciam = new System.Windows.Forms.Label(); txt_Existenciam = new System.Windows.Forms.TextBox(); lbl_Lotem = new System.Windows.Forms.Label(); txt_PrecioCompram = new System.Windows.Forms.TextBox(); lbl_MateriaPrima = new System.Windows.Forms.Label(); txt_PrecioVentam = new System.Windows.Forms.TextBox(); dateTime_MateriaPrimam = new System.Windows.Forms.DateTimePicker(); tab_MateriaPrimaP = new System.Windows.Forms.TabPage(); groupBox_ListaMateriaPrimap = new System.Windows.Forms.GroupBox(); data_MateriaPrimaP = new System.Windows.Forms.DataGridView(); Id_AlmacenMateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_MateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacenp = new System.Windows.Forms.DataGridViewTextBoxColumn(); MateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotep = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciap = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Comprap = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventap = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechap = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_MateriaPrimap = new System.Windows.Forms.GroupBox(); lbl_Almacenp = new System.Windows.Forms.Label(); lbl_Fechap = new System.Windows.Forms.Label(); combo_Almacenp = new System.Windows.Forms.ComboBox(); lbl_PrecioVentaP = new System.Windows.Forms.Label(); comboBox_MateriaPrimap = new System.Windows.Forms.ComboBox(); lbl_PrecioComprap = new System.Windows.Forms.Label(); txt_Lotep = new System.Windows.Forms.TextBox(); lbl_Existenciap = new System.Windows.Forms.Label(); txt_Exisnteciap = new System.Windows.Forms.TextBox(); lbl_Lotep = new System.Windows.Forms.Label(); txt_PrecioComprap = new System.Windows.Forms.TextBox(); lbl_MateriaPrimaP = new System.Windows.Forms.Label(); txt_PrecioVentap = new System.Windows.Forms.TextBox(); dateTime_MateriaPrimap = new System.Windows.Forms.DateTimePicker(); tab_ProductoElaborado = new System.Windows.Forms.TabPage(); groupBox_ListaProductoElaborado = new System.Windows.Forms.GroupBox(); data_ProductoElaborado = new System.Windows.Forms.DataGridView(); Id_AlmacenProductoElaborado = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacene = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_ProductoElaborado = new System.Windows.Forms.DataGridViewTextBoxColumn(); Producto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotee = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciae = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Comprae = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventae = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechae = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_ProductoElaborado = new System.Windows.Forms.GroupBox(); lbl_Almacene = new System.Windows.Forms.Label(); lbl_Fechae = new System.Windows.Forms.Label(); combo_Almacene = new System.Windows.Forms.ComboBox(); lbl_PrecioVentae = new System.Windows.Forms.Label(); comboBox_ProductoElaborado = new System.Windows.Forms.ComboBox(); lbl_PrecioComprae = new System.Windows.Forms.Label(); txt_Lotee = new System.Windows.Forms.TextBox(); lbl_Existenciae = new System.Windows.Forms.Label(); txt_Existenciae = new System.Windows.Forms.TextBox(); lbl_Lotee = new System.Windows.Forms.Label(); txt_PrecioComprae = new System.Windows.Forms.TextBox(); lbl_ProductoElaborado = new System.Windows.Forms.Label(); txt_PrecioVentae = new System.Windows.Forms.TextBox(); dateTime_ProductoElaborado = new System.Windows.Forms.DateTimePicker(); tab_ProductoIndirecto = new System.Windows.Forms.TabPage(); groupBox_ListaProductoIndirecto = new System.Windows.Forms.GroupBox(); data_ProductoIndirecto = new System.Windows.Forms.DataGridView(); Id_AlmacenProductoIndirecto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almaceni = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_ProductoIndirecto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Productoi = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciai = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_CompraI = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventai = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechai = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_ProductoIndirecto = new System.Windows.Forms.GroupBox(); lbl_Almaceni = new System.Windows.Forms.Label(); lbl_FechaI = new System.Windows.Forms.Label(); combo_Almaceni = new System.Windows.Forms.ComboBox(); lbl_PrecioVentaI = new System.Windows.Forms.Label(); comboBox_ProductoIndirecto = new System.Windows.Forms.ComboBox(); lbl_PrecioCompraI = new System.Windows.Forms.Label(); lbl_Existenciai = new System.Windows.Forms.Label(); txt_Existenciai = new System.Windows.Forms.TextBox(); txt_PrecioComprai = new System.Windows.Forms.TextBox(); lbl_ProductoIndirecto = new System.Windows.Forms.Label(); txt_PrecioVentai = new System.Windows.Forms.TextBox(); dateTime_ProductoIndirecto = new System.Windows.Forms.DateTimePicker(); tab_ProductoTerminado = new System.Windows.Forms.TabPage(); groupBox_ListaProductoTerminado = new System.Windows.Forms.GroupBox(); data_ProductoTerminado = new System.Windows.Forms.DataGridView(); Id_AlmacenProducto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacent = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_ProductoTerminado = new System.Windows.Forms.DataGridViewTextBoxColumn(); Productot = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotet = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciat = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Comprat = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventat = new System.Windows.Forms.DataGridViewTextBoxColumn(); Descuento = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechat = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_ProductoTerminado = new System.Windows.Forms.GroupBox(); lbl_Descuentot = new System.Windows.Forms.Label(); txt_Descuento = new System.Windows.Forms.TextBox(); lbl_Almacent = new System.Windows.Forms.Label(); lbl_Fechat = new System.Windows.Forms.Label(); combo_Almacent = new System.Windows.Forms.ComboBox(); lbl_PrecioVentat = new System.Windows.Forms.Label(); comboBox_ProductoTerminado = new System.Windows.Forms.ComboBox(); lbl_PrecioComprat = new System.Windows.Forms.Label(); txt_Lotet = new System.Windows.Forms.TextBox(); lbl_Existenciat = new System.Windows.Forms.Label(); txt_Existenciat = new System.Windows.Forms.TextBox(); lbl_Lotet = new System.Windows.Forms.Label(); txt_PrecioComprat = new System.Windows.Forms.TextBox(); lbl_Producto = new System.Windows.Forms.Label(); txt_PrecioVentat = new System.Windows.Forms.TextBox(); dateTime_ProductoTerminado = new System.Windows.Forms.DateTimePicker(); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); controlDeProductosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nivelMaxMinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ordenDePeladoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pic_Proveedor = new System.Windows.Forms.PictureBox(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); tabControl1.SuspendLayout(); tab_MateriaPrima.SuspendLayout(); groupBox_ListaMateriaPrimam.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrima)).BeginInit(); groupBox_MateriaPrimam.SuspendLayout(); tab_MateriaPrimaP.SuspendLayout(); groupBox_ListaMateriaPrimap.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrimaP)).BeginInit(); groupBox_MateriaPrimap.SuspendLayout(); tab_ProductoElaborado.SuspendLayout(); groupBox_ListaProductoElaborado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_ProductoElaborado)).BeginInit(); groupBox_ProductoElaborado.SuspendLayout(); tab_ProductoIndirecto.SuspendLayout(); groupBox_ListaProductoIndirecto.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_ProductoIndirecto)).BeginInit(); groupBox_ProductoIndirecto.SuspendLayout(); tab_ProductoTerminado.SuspendLayout(); groupBox_ListaProductoTerminado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_ProductoTerminado)).BeginInit(); groupBox_ProductoTerminado.SuspendLayout(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Proveedor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(tab_MateriaPrima); tabControl1.Controls.Add(tab_MateriaPrimaP); tabControl1.Controls.Add(tab_ProductoElaborado); tabControl1.Controls.Add(tab_ProductoIndirecto); tabControl1.Controls.Add(tab_ProductoTerminado); tabControl1.Location = new System.Drawing.Point(10, 73); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(807, 420); tabControl1.TabIndex = 0; // // tab_MateriaPrima // tab_MateriaPrima.BackColor = System.Drawing.SystemColors.Control; tab_MateriaPrima.Controls.Add(groupBox_ListaMateriaPrimam); tab_MateriaPrima.Controls.Add(groupBox_MateriaPrimam); tab_MateriaPrima.Location = new System.Drawing.Point(4, 22); tab_MateriaPrima.Name = "tab_MateriaPrima"; tab_MateriaPrima.Padding = new System.Windows.Forms.Padding(3); tab_MateriaPrima.Size = new System.Drawing.Size(799, 394); tab_MateriaPrima.TabIndex = 0; tab_MateriaPrima.Text = "Materia prima"; // // groupBox_ListaMateriaPrimam // groupBox_ListaMateriaPrimam.Controls.Add(data_MateriaPrima); groupBox_ListaMateriaPrimam.Location = new System.Drawing.Point(277, 34); groupBox_ListaMateriaPrimam.Name = "groupBox_ListaMateriaPrimam"; groupBox_ListaMateriaPrimam.Size = new System.Drawing.Size(483, 327); groupBox_ListaMateriaPrimam.TabIndex = 82; groupBox_ListaMateriaPrimam.TabStop = false; groupBox_ListaMateriaPrimam.Text = "Lista de materia prima"; // // data_MateriaPrima // data_MateriaPrima.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_MateriaPrima.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenMateriaPrimam, Id_Almacenm, Id_MateriaPrimam, Materia_Primam, Lotem, Existenciam, Precio_Compram, Precio_Ventam, Fecham}); data_MateriaPrima.Location = new System.Drawing.Point(4, 16); data_MateriaPrima.Name = "data_MateriaPrima"; data_MateriaPrima.Size = new System.Drawing.Size(474, 305); data_MateriaPrima.TabIndex = 0; data_MateriaPrima.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_MateriaPrima_MouseDoubleClick); // // Id_AlmacenMateriaPrimam // Id_AlmacenMateriaPrimam.HeaderText = "Id_AlmacenMateriaPrimam"; Id_AlmacenMateriaPrimam.Name = "Id_AlmacenMateriaPrimam"; Id_AlmacenMateriaPrimam.Visible = false; // // Id_Almacenm // Id_Almacenm.HeaderText = "Id_Almacen"; Id_Almacenm.Name = "Id_Almacenm"; Id_Almacenm.Visible = false; // // Id_MateriaPrimam // Id_MateriaPrimam.HeaderText = "Id_MateriaPrima"; Id_MateriaPrimam.Name = "Id_MateriaPrimam"; Id_MateriaPrimam.Visible = false; // // Materia_Primam // Materia_Primam.HeaderText = "Materia prima"; Materia_Primam.Name = "Materia_Primam"; // // Lotem // Lotem.HeaderText = "Lote"; Lotem.Name = "Lotem"; // // Existenciam // Existenciam.HeaderText = "Existencia"; Existenciam.Name = "Existenciam"; // // Precio_Compram // Precio_Compram.HeaderText = "Precio compra"; Precio_Compram.Name = "Precio_Compram"; // // Precio_Ventam // Precio_Ventam.HeaderText = "Precio venta"; Precio_Ventam.Name = "Precio_Ventam"; // // Fecham // Fecham.HeaderText = "Fecha"; Fecham.Name = "Fecham"; // // groupBox_MateriaPrimam // groupBox_MateriaPrimam.Controls.Add(lbl_Almacenm); groupBox_MateriaPrimam.Controls.Add(lbl_Fecham); groupBox_MateriaPrimam.Controls.Add(combo_Almacenm); groupBox_MateriaPrimam.Controls.Add(lbl_PrecioVentam); groupBox_MateriaPrimam.Controls.Add(comboBox_MateriaPrimam); groupBox_MateriaPrimam.Controls.Add(lbl_PrecioCompram); groupBox_MateriaPrimam.Controls.Add(txt_Lotem); groupBox_MateriaPrimam.Controls.Add(lbl_Existenciam); groupBox_MateriaPrimam.Controls.Add(txt_Existenciam); groupBox_MateriaPrimam.Controls.Add(lbl_Lotem); groupBox_MateriaPrimam.Controls.Add(txt_PrecioCompram); groupBox_MateriaPrimam.Controls.Add(lbl_MateriaPrima); groupBox_MateriaPrimam.Controls.Add(txt_PrecioVentam); groupBox_MateriaPrimam.Controls.Add(dateTime_MateriaPrimam); groupBox_MateriaPrimam.Location = new System.Drawing.Point(39, 34); groupBox_MateriaPrimam.Name = "groupBox_MateriaPrimam"; groupBox_MateriaPrimam.Size = new System.Drawing.Size(232, 327); groupBox_MateriaPrimam.TabIndex = 83; groupBox_MateriaPrimam.TabStop = false; groupBox_MateriaPrimam.Text = "Inventario de materia prima"; // // lbl_Almacenm // lbl_Almacenm.AutoSize = true; lbl_Almacenm.Location = new System.Drawing.Point(16, 31); lbl_Almacenm.Name = "lbl_Almacenm"; lbl_Almacenm.Size = new System.Drawing.Size(48, 13); lbl_Almacenm.TabIndex = 7; lbl_Almacenm.Text = "Almacén"; // // lbl_Fecham // lbl_Fecham.AutoSize = true; lbl_Fecham.Location = new System.Drawing.Point(16, 270); lbl_Fecham.Name = "lbl_Fecham"; lbl_Fecham.Size = new System.Drawing.Size(37, 13); lbl_Fecham.TabIndex = 13; lbl_Fecham.Text = "Fecha"; // // combo_Almacenm // combo_Almacenm.FormattingEnabled = true; combo_Almacenm.Location = new System.Drawing.Point(19, 47); combo_Almacenm.Name = "combo_Almacenm"; combo_Almacenm.Size = new System.Drawing.Size(121, 21); combo_Almacenm.TabIndex = 0; // // lbl_PrecioVentam // lbl_PrecioVentam.AutoSize = true; lbl_PrecioVentam.Location = new System.Drawing.Point(16, 228); lbl_PrecioVentam.Name = "lbl_PrecioVentam"; lbl_PrecioVentam.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentam.TabIndex = 12; lbl_PrecioVentam.Text = "Precio venta"; // // comboBox_MateriaPrimam // comboBox_MateriaPrimam.FormattingEnabled = true; comboBox_MateriaPrimam.Location = new System.Drawing.Point(19, 87); comboBox_MateriaPrimam.Name = "comboBox_MateriaPrimam"; comboBox_MateriaPrimam.Size = new System.Drawing.Size(121, 21); comboBox_MateriaPrimam.TabIndex = 1; // // lbl_PrecioCompram // lbl_PrecioCompram.AutoSize = true; lbl_PrecioCompram.Location = new System.Drawing.Point(16, 189); lbl_PrecioCompram.Name = "lbl_PrecioCompram"; lbl_PrecioCompram.Size = new System.Drawing.Size(75, 13); lbl_PrecioCompram.TabIndex = 11; lbl_PrecioCompram.Text = "Precio compra"; // // txt_Lotem // txt_Lotem.Location = new System.Drawing.Point(19, 127); txt_Lotem.Name = "txt_Lotem"; txt_Lotem.Size = new System.Drawing.Size(100, 20); txt_Lotem.TabIndex = 2; // // lbl_Existenciam // lbl_Existenciam.AutoSize = true; lbl_Existenciam.Location = new System.Drawing.Point(16, 150); lbl_Existenciam.Name = "lbl_Existenciam"; lbl_Existenciam.Size = new System.Drawing.Size(55, 13); lbl_Existenciam.TabIndex = 10; lbl_Existenciam.Text = "Existencia"; // // txt_Existenciam // txt_Existenciam.Location = new System.Drawing.Point(19, 166); txt_Existenciam.Name = "txt_Existenciam"; txt_Existenciam.Size = new System.Drawing.Size(100, 20); txt_Existenciam.TabIndex = 3; // // lbl_Lotem // lbl_Lotem.AutoSize = true; lbl_Lotem.Location = new System.Drawing.Point(16, 111); lbl_Lotem.Name = "lbl_Lotem"; lbl_Lotem.Size = new System.Drawing.Size(28, 13); lbl_Lotem.TabIndex = 9; lbl_Lotem.Text = "Lote"; // // txt_PrecioCompram // txt_PrecioCompram.Location = new System.Drawing.Point(19, 205); txt_PrecioCompram.Name = "txt_PrecioCompram"; txt_PrecioCompram.Size = new System.Drawing.Size(100, 20); txt_PrecioCompram.TabIndex = 4; txt_PrecioCompram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioCompram_KeyPress); // // lbl_MateriaPrima // lbl_MateriaPrima.AutoSize = true; lbl_MateriaPrima.Location = new System.Drawing.Point(16, 71); lbl_MateriaPrima.Name = "lbl_MateriaPrima"; lbl_MateriaPrima.Size = new System.Drawing.Size(70, 13); lbl_MateriaPrima.TabIndex = 8; lbl_MateriaPrima.Text = "Materia prima"; // // txt_PrecioVentam // txt_PrecioVentam.Location = new System.Drawing.Point(19, 247); txt_PrecioVentam.Name = "txt_PrecioVentam"; txt_PrecioVentam.Size = new System.Drawing.Size(100, 20); txt_PrecioVentam.TabIndex = 5; txt_PrecioVentam.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentam_KeyPress); // // dateTime_MateriaPrimam // dateTime_MateriaPrimam.Location = new System.Drawing.Point(19, 286); dateTime_MateriaPrimam.Name = "dateTime_MateriaPrimam"; dateTime_MateriaPrimam.Size = new System.Drawing.Size(200, 20); dateTime_MateriaPrimam.TabIndex = 6; // // tab_MateriaPrimaP // tab_MateriaPrimaP.BackColor = System.Drawing.SystemColors.Control; tab_MateriaPrimaP.Controls.Add(groupBox_ListaMateriaPrimap); tab_MateriaPrimaP.Controls.Add(groupBox_MateriaPrimap); tab_MateriaPrimaP.Location = new System.Drawing.Point(4, 22); tab_MateriaPrimaP.Name = "tab_MateriaPrimaP"; tab_MateriaPrimaP.Padding = new System.Windows.Forms.Padding(3); tab_MateriaPrimaP.Size = new System.Drawing.Size(799, 394); tab_MateriaPrimaP.TabIndex = 1; tab_MateriaPrimaP.Text = "Materia prima sin rebaba"; // // groupBox_ListaMateriaPrimap // groupBox_ListaMateriaPrimap.Controls.Add(data_MateriaPrimaP); groupBox_ListaMateriaPrimap.Location = new System.Drawing.Point(277, 34); groupBox_ListaMateriaPrimap.Name = "groupBox_ListaMateriaPrimap"; groupBox_ListaMateriaPrimap.Size = new System.Drawing.Size(483, 327); groupBox_ListaMateriaPrimap.TabIndex = 82; groupBox_ListaMateriaPrimap.TabStop = false; groupBox_ListaMateriaPrimap.Text = "Lista de materia prima"; // // data_MateriaPrimaP // data_MateriaPrimaP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_MateriaPrimaP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenMateriaPrimaP, Id_MateriaPrimaP, Id_Almacenp, MateriaPrimaP, Lotep, Existenciap, Precio_Comprap, Precio_Ventap, Fechap}); data_MateriaPrimaP.Location = new System.Drawing.Point(4, 16); data_MateriaPrimaP.Name = "data_MateriaPrimaP"; data_MateriaPrimaP.Size = new System.Drawing.Size(474, 305); data_MateriaPrimaP.TabIndex = 0; data_MateriaPrimaP.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_MateriaPrimaP_MouseDoubleClick); // // Id_AlmacenMateriaPrimaP // Id_AlmacenMateriaPrimaP.HeaderText = "Id_AlmacenMateriaPrimaP"; Id_AlmacenMateriaPrimaP.Name = "Id_AlmacenMateriaPrimaP"; Id_AlmacenMateriaPrimaP.Visible = false; // // Id_MateriaPrimaP // Id_MateriaPrimaP.HeaderText = "Id_MateriaPrimaP"; Id_MateriaPrimaP.Name = "Id_MateriaPrimaP"; Id_MateriaPrimaP.Visible = false; // // Id_Almacenp // Id_Almacenp.HeaderText = "Id_Almacenp"; Id_Almacenp.Name = "Id_Almacenp"; Id_Almacenp.Visible = false; // // MateriaPrimaP // MateriaPrimaP.HeaderText = "Materia prima"; MateriaPrimaP.Name = "MateriaPrimaP"; // // Lotep // Lotep.HeaderText = "Lote"; Lotep.Name = "Lotep"; // // Existenciap // Existenciap.HeaderText = "Existencia"; Existenciap.Name = "Existenciap"; // // Precio_Comprap // Precio_Comprap.HeaderText = "Precio compra"; Precio_Comprap.Name = "Precio_Comprap"; // // Precio_Ventap // Precio_Ventap.HeaderText = "Precio venta"; Precio_Ventap.Name = "Precio_Ventap"; // // Fechap // Fechap.HeaderText = "Fecha"; Fechap.Name = "Fechap"; // // groupBox_MateriaPrimap // groupBox_MateriaPrimap.Controls.Add(lbl_Almacenp); groupBox_MateriaPrimap.Controls.Add(lbl_Fechap); groupBox_MateriaPrimap.Controls.Add(combo_Almacenp); groupBox_MateriaPrimap.Controls.Add(lbl_PrecioVentaP); groupBox_MateriaPrimap.Controls.Add(comboBox_MateriaPrimap); groupBox_MateriaPrimap.Controls.Add(lbl_PrecioComprap); groupBox_MateriaPrimap.Controls.Add(txt_Lotep); groupBox_MateriaPrimap.Controls.Add(lbl_Existenciap); groupBox_MateriaPrimap.Controls.Add(txt_Exisnteciap); groupBox_MateriaPrimap.Controls.Add(lbl_Lotep); groupBox_MateriaPrimap.Controls.Add(txt_PrecioComprap); groupBox_MateriaPrimap.Controls.Add(lbl_MateriaPrimaP); groupBox_MateriaPrimap.Controls.Add(txt_PrecioVentap); groupBox_MateriaPrimap.Controls.Add(dateTime_MateriaPrimap); groupBox_MateriaPrimap.Location = new System.Drawing.Point(39, 34); groupBox_MateriaPrimap.Name = "groupBox_MateriaPrimap"; groupBox_MateriaPrimap.Size = new System.Drawing.Size(232, 327); groupBox_MateriaPrimap.TabIndex = 83; groupBox_MateriaPrimap.TabStop = false; groupBox_MateriaPrimap.Text = "Inventario de materia prima"; // // lbl_Almacenp // lbl_Almacenp.AutoSize = true; lbl_Almacenp.Location = new System.Drawing.Point(16, 31); lbl_Almacenp.Name = "lbl_Almacenp"; lbl_Almacenp.Size = new System.Drawing.Size(48, 13); lbl_Almacenp.TabIndex = 7; lbl_Almacenp.Text = "Almacén"; // // lbl_Fechap // lbl_Fechap.AutoSize = true; lbl_Fechap.Location = new System.Drawing.Point(16, 270); lbl_Fechap.Name = "lbl_Fechap"; lbl_Fechap.Size = new System.Drawing.Size(37, 13); lbl_Fechap.TabIndex = 13; lbl_Fechap.Text = "Fecha"; // // combo_Almacenp // combo_Almacenp.FormattingEnabled = true; combo_Almacenp.Location = new System.Drawing.Point(19, 47); combo_Almacenp.Name = "combo_Almacenp"; combo_Almacenp.Size = new System.Drawing.Size(121, 21); combo_Almacenp.TabIndex = 0; // // lbl_PrecioVentaP // lbl_PrecioVentaP.AutoSize = true; lbl_PrecioVentaP.Location = new System.Drawing.Point(16, 228); lbl_PrecioVentaP.Name = "lbl_PrecioVentaP"; lbl_PrecioVentaP.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentaP.TabIndex = 12; lbl_PrecioVentaP.Text = "Precio venta"; // // comboBox_MateriaPrimap // comboBox_MateriaPrimap.FormattingEnabled = true; comboBox_MateriaPrimap.Location = new System.Drawing.Point(19, 87); comboBox_MateriaPrimap.Name = "comboBox_MateriaPrimap"; comboBox_MateriaPrimap.Size = new System.Drawing.Size(121, 21); comboBox_MateriaPrimap.TabIndex = 1; // // lbl_PrecioComprap // lbl_PrecioComprap.AutoSize = true; lbl_PrecioComprap.Location = new System.Drawing.Point(16, 189); lbl_PrecioComprap.Name = "lbl_PrecioComprap"; lbl_PrecioComprap.Size = new System.Drawing.Size(75, 13); lbl_PrecioComprap.TabIndex = 11; lbl_PrecioComprap.Text = "Precio compra"; // // txt_Lotep // txt_Lotep.Location = new System.Drawing.Point(19, 127); txt_Lotep.Name = "txt_Lotep"; txt_Lotep.Size = new System.Drawing.Size(100, 20); txt_Lotep.TabIndex = 2; // // lbl_Existenciap // lbl_Existenciap.AutoSize = true; lbl_Existenciap.Location = new System.Drawing.Point(16, 150); lbl_Existenciap.Name = "lbl_Existenciap"; lbl_Existenciap.Size = new System.Drawing.Size(55, 13); lbl_Existenciap.TabIndex = 10; lbl_Existenciap.Text = "Existencia"; // // txt_Exisnteciap // txt_Exisnteciap.Location = new System.Drawing.Point(19, 166); txt_Exisnteciap.Name = "txt_Exisnteciap"; txt_Exisnteciap.Size = new System.Drawing.Size(100, 20); txt_Exisnteciap.TabIndex = 3; // // lbl_Lotep // lbl_Lotep.AutoSize = true; lbl_Lotep.Location = new System.Drawing.Point(16, 111); lbl_Lotep.Name = "lbl_Lotep"; lbl_Lotep.Size = new System.Drawing.Size(28, 13); lbl_Lotep.TabIndex = 9; lbl_Lotep.Text = "Lote"; // // txt_PrecioComprap // txt_PrecioComprap.Location = new System.Drawing.Point(19, 205); txt_PrecioComprap.Name = "txt_PrecioComprap"; txt_PrecioComprap.Size = new System.Drawing.Size(100, 20); txt_PrecioComprap.TabIndex = 4; txt_PrecioComprap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprap_KeyPress); // // lbl_MateriaPrimaP // lbl_MateriaPrimaP.AutoSize = true; lbl_MateriaPrimaP.Location = new System.Drawing.Point(16, 71); lbl_MateriaPrimaP.Name = "lbl_MateriaPrimaP"; lbl_MateriaPrimaP.Size = new System.Drawing.Size(70, 13); lbl_MateriaPrimaP.TabIndex = 8; lbl_MateriaPrimaP.Text = "Materia prima"; // // txt_PrecioVentap // txt_PrecioVentap.Location = new System.Drawing.Point(19, 247); txt_PrecioVentap.Name = "txt_PrecioVentap"; txt_PrecioVentap.Size = new System.Drawing.Size(100, 20); txt_PrecioVentap.TabIndex = 5; txt_PrecioVentap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentap_KeyPress); // // dateTime_MateriaPrimap // dateTime_MateriaPrimap.Location = new System.Drawing.Point(19, 286); dateTime_MateriaPrimap.Name = "dateTime_MateriaPrimap"; dateTime_MateriaPrimap.Size = new System.Drawing.Size(200, 20); dateTime_MateriaPrimap.TabIndex = 6; // // tab_ProductoElaborado // tab_ProductoElaborado.BackColor = System.Drawing.SystemColors.Control; tab_ProductoElaborado.Controls.Add(groupBox_ListaProductoElaborado); tab_ProductoElaborado.Controls.Add(groupBox_ProductoElaborado); tab_ProductoElaborado.Location = new System.Drawing.Point(4, 22); tab_ProductoElaborado.Name = "tab_ProductoElaborado"; tab_ProductoElaborado.Padding = new System.Windows.Forms.Padding(3); tab_ProductoElaborado.Size = new System.Drawing.Size(799, 394); tab_ProductoElaborado.TabIndex = 2; tab_ProductoElaborado.Text = "Producto elaborado"; // // groupBox_ListaProductoElaborado // groupBox_ListaProductoElaborado.Controls.Add(data_ProductoElaborado); groupBox_ListaProductoElaborado.Location = new System.Drawing.Point(277, 34); groupBox_ListaProductoElaborado.Name = "groupBox_ListaProductoElaborado"; groupBox_ListaProductoElaborado.Size = new System.Drawing.Size(483, 327); groupBox_ListaProductoElaborado.TabIndex = 82; groupBox_ListaProductoElaborado.TabStop = false; groupBox_ListaProductoElaborado.Text = "Lista de producto elaborado"; // // data_ProductoElaborado // data_ProductoElaborado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_ProductoElaborado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenProductoElaborado, Id_Almacene, Id_ProductoElaborado, Producto, Lotee, Existenciae, Precio_Comprae, Precio_Ventae, Fechae}); data_ProductoElaborado.Location = new System.Drawing.Point(4, 16); data_ProductoElaborado.Name = "data_ProductoElaborado"; data_ProductoElaborado.Size = new System.Drawing.Size(474, 305); data_ProductoElaborado.TabIndex = 0; data_ProductoElaborado.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoElaborado_MouseDoubleClick); // // Id_AlmacenProductoElaborado // Id_AlmacenProductoElaborado.HeaderText = "Id_AlmacenProductoElaborado"; Id_AlmacenProductoElaborado.Name = "Id_AlmacenProductoElaborado"; Id_AlmacenProductoElaborado.Visible = false; // // Id_Almacene // Id_Almacene.HeaderText = "Id_Almacene"; Id_Almacene.Name = "Id_Almacene"; Id_Almacene.Visible = false; // // Id_ProductoElaborado // Id_ProductoElaborado.HeaderText = "Id_ProductoElaborado"; Id_ProductoElaborado.Name = "Id_ProductoElaborado"; Id_ProductoElaborado.Visible = false; // // Producto // Producto.HeaderText = "Producto"; Producto.Name = "Producto"; // // Lotee // Lotee.HeaderText = "Lote"; Lotee.Name = "Lotee"; // // Existenciae // Existenciae.HeaderText = "Existencia"; Existenciae.Name = "Existenciae"; // // Precio_Comprae // Precio_Comprae.HeaderText = "Precio compra"; Precio_Comprae.Name = "Precio_Comprae"; // // Precio_Ventae // Precio_Ventae.HeaderText = "Precio venta"; Precio_Ventae.Name = "Precio_Ventae"; // // Fechae // Fechae.HeaderText = "Fecha"; Fechae.Name = "Fechae"; // // groupBox_ProductoElaborado // groupBox_ProductoElaborado.Controls.Add(lbl_Almacene); groupBox_ProductoElaborado.Controls.Add(lbl_Fechae); groupBox_ProductoElaborado.Controls.Add(combo_Almacene); groupBox_ProductoElaborado.Controls.Add(lbl_PrecioVentae); groupBox_ProductoElaborado.Controls.Add(comboBox_ProductoElaborado); groupBox_ProductoElaborado.Controls.Add(lbl_PrecioComprae); groupBox_ProductoElaborado.Controls.Add(txt_Lotee); groupBox_ProductoElaborado.Controls.Add(lbl_Existenciae); groupBox_ProductoElaborado.Controls.Add(txt_Existenciae); groupBox_ProductoElaborado.Controls.Add(lbl_Lotee); groupBox_ProductoElaborado.Controls.Add(txt_PrecioComprae); groupBox_ProductoElaborado.Controls.Add(lbl_ProductoElaborado); groupBox_ProductoElaborado.Controls.Add(txt_PrecioVentae); groupBox_ProductoElaborado.Controls.Add(dateTime_ProductoElaborado); groupBox_ProductoElaborado.Location = new System.Drawing.Point(39, 34); groupBox_ProductoElaborado.Name = "groupBox_ProductoElaborado"; groupBox_ProductoElaborado.Size = new System.Drawing.Size(232, 327); groupBox_ProductoElaborado.TabIndex = 83; groupBox_ProductoElaborado.TabStop = false; groupBox_ProductoElaborado.Text = "Inventario de producto elaborado"; // // lbl_Almacene // lbl_Almacene.AutoSize = true; lbl_Almacene.Location = new System.Drawing.Point(16, 31); lbl_Almacene.Name = "lbl_Almacene"; lbl_Almacene.Size = new System.Drawing.Size(48, 13); lbl_Almacene.TabIndex = 7; lbl_Almacene.Text = "Almacén"; // // lbl_Fechae // lbl_Fechae.AutoSize = true; lbl_Fechae.Location = new System.Drawing.Point(16, 270); lbl_Fechae.Name = "lbl_Fechae"; lbl_Fechae.Size = new System.Drawing.Size(37, 13); lbl_Fechae.TabIndex = 13; lbl_Fechae.Text = "Fecha"; // // combo_Almacene // combo_Almacene.FormattingEnabled = true; combo_Almacene.Location = new System.Drawing.Point(19, 47); combo_Almacene.Name = "combo_Almacene"; combo_Almacene.Size = new System.Drawing.Size(121, 21); combo_Almacene.TabIndex = 0; // // lbl_PrecioVentae // lbl_PrecioVentae.AutoSize = true; lbl_PrecioVentae.Location = new System.Drawing.Point(16, 228); lbl_PrecioVentae.Name = "lbl_PrecioVentae"; lbl_PrecioVentae.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentae.TabIndex = 12; lbl_PrecioVentae.Text = "Precio venta"; // // comboBox_ProductoElaborado // comboBox_ProductoElaborado.FormattingEnabled = true; comboBox_ProductoElaborado.Location = new System.Drawing.Point(19, 87); comboBox_ProductoElaborado.Name = "comboBox_ProductoElaborado"; comboBox_ProductoElaborado.Size = new System.Drawing.Size(121, 21); comboBox_ProductoElaborado.TabIndex = 1; // // lbl_PrecioComprae // lbl_PrecioComprae.AutoSize = true; lbl_PrecioComprae.Location = new System.Drawing.Point(16, 189); lbl_PrecioComprae.Name = "lbl_PrecioComprae"; lbl_PrecioComprae.Size = new System.Drawing.Size(75, 13); lbl_PrecioComprae.TabIndex = 11; lbl_PrecioComprae.Text = "Precio compra"; // // txt_Lotee // txt_Lotee.Location = new System.Drawing.Point(19, 127); txt_Lotee.Name = "txt_Lotee"; txt_Lotee.Size = new System.Drawing.Size(100, 20); txt_Lotee.TabIndex = 2; // // lbl_Existenciae // lbl_Existenciae.AutoSize = true; lbl_Existenciae.Location = new System.Drawing.Point(16, 150); lbl_Existenciae.Name = "lbl_Existenciae"; lbl_Existenciae.Size = new System.Drawing.Size(55, 13); lbl_Existenciae.TabIndex = 10; lbl_Existenciae.Text = "Existencia"; // // txt_Existenciae // txt_Existenciae.Location = new System.Drawing.Point(19, 166); txt_Existenciae.Name = "txt_Existenciae"; txt_Existenciae.Size = new System.Drawing.Size(100, 20); txt_Existenciae.TabIndex = 3; // // lbl_Lotee // lbl_Lotee.AutoSize = true; lbl_Lotee.Location = new System.Drawing.Point(16, 111); lbl_Lotee.Name = "lbl_Lotee"; lbl_Lotee.Size = new System.Drawing.Size(28, 13); lbl_Lotee.TabIndex = 9; lbl_Lotee.Text = "Lote"; // // txt_PrecioComprae // txt_PrecioComprae.Location = new System.Drawing.Point(19, 205); txt_PrecioComprae.Name = "txt_PrecioComprae"; txt_PrecioComprae.Size = new System.Drawing.Size(100, 20); txt_PrecioComprae.TabIndex = 4; txt_PrecioComprae.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprae_KeyPress); // // lbl_ProductoElaborado // lbl_ProductoElaborado.AutoSize = true; lbl_ProductoElaborado.Location = new System.Drawing.Point(16, 71); lbl_ProductoElaborado.Name = "lbl_ProductoElaborado"; lbl_ProductoElaborado.Size = new System.Drawing.Size(110, 13); lbl_ProductoElaborado.TabIndex = 8; lbl_ProductoElaborado.Text = "Productos elaborados"; // // txt_PrecioVentae // txt_PrecioVentae.Location = new System.Drawing.Point(19, 247); txt_PrecioVentae.Name = "txt_PrecioVentae"; txt_PrecioVentae.Size = new System.Drawing.Size(100, 20); txt_PrecioVentae.TabIndex = 5; txt_PrecioVentae.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentae_KeyPress); // // dateTime_ProductoElaborado // dateTime_ProductoElaborado.Location = new System.Drawing.Point(19, 286); dateTime_ProductoElaborado.Name = "dateTime_ProductoElaborado"; dateTime_ProductoElaborado.Size = new System.Drawing.Size(200, 20); dateTime_ProductoElaborado.TabIndex = 6; // // tab_ProductoIndirecto // tab_ProductoIndirecto.BackColor = System.Drawing.SystemColors.Control; tab_ProductoIndirecto.Controls.Add(groupBox_ListaProductoIndirecto); tab_ProductoIndirecto.Controls.Add(groupBox_ProductoIndirecto); tab_ProductoIndirecto.Location = new System.Drawing.Point(4, 22); tab_ProductoIndirecto.Name = "tab_ProductoIndirecto"; tab_ProductoIndirecto.Padding = new System.Windows.Forms.Padding(3); tab_ProductoIndirecto.Size = new System.Drawing.Size(799, 394); tab_ProductoIndirecto.TabIndex = 3; tab_ProductoIndirecto.Text = "Producto indirecto"; // // groupBox_ListaProductoIndirecto // groupBox_ListaProductoIndirecto.Controls.Add(data_ProductoIndirecto); groupBox_ListaProductoIndirecto.Location = new System.Drawing.Point(277, 34); groupBox_ListaProductoIndirecto.Name = "groupBox_ListaProductoIndirecto"; groupBox_ListaProductoIndirecto.Size = new System.Drawing.Size(483, 327); groupBox_ListaProductoIndirecto.TabIndex = 82; groupBox_ListaProductoIndirecto.TabStop = false; groupBox_ListaProductoIndirecto.Text = "Lista de producto indirecto"; // // data_ProductoIndirecto // data_ProductoIndirecto.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_ProductoIndirecto.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenProductoIndirecto, Id_Almaceni, Id_ProductoIndirecto, Productoi, Existenciai, Precio_CompraI, Precio_Ventai, Fechai}); data_ProductoIndirecto.Location = new System.Drawing.Point(4, 16); data_ProductoIndirecto.Name = "data_ProductoIndirecto"; data_ProductoIndirecto.Size = new System.Drawing.Size(474, 305); data_ProductoIndirecto.TabIndex = 0; data_ProductoIndirecto.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoIndirecto_MouseDoubleClick); // // Id_AlmacenProductoIndirecto // Id_AlmacenProductoIndirecto.HeaderText = "Id_AlmacenProductoIndirecto"; Id_AlmacenProductoIndirecto.Name = "Id_AlmacenProductoIndirecto"; Id_AlmacenProductoIndirecto.Visible = false; // // Id_Almaceni // Id_Almaceni.HeaderText = "Id_Almacen"; Id_Almaceni.Name = "Id_Almaceni"; Id_Almaceni.Visible = false; // // Id_ProductoIndirecto // Id_ProductoIndirecto.HeaderText = "Id_ProductoIndirecto"; Id_ProductoIndirecto.Name = "Id_ProductoIndirecto"; Id_ProductoIndirecto.Visible = false; // // Productoi // Productoi.HeaderText = "Producto"; Productoi.Name = "Productoi"; // // Existenciai // Existenciai.HeaderText = "Existencia"; Existenciai.Name = "Existenciai"; // // Precio_CompraI // Precio_CompraI.HeaderText = "Precio compra"; Precio_CompraI.Name = "Precio_CompraI"; // // Precio_Ventai // Precio_Ventai.HeaderText = "Precio venta"; Precio_Ventai.Name = "Precio_Ventai"; // // Fechai // Fechai.HeaderText = "Fecha"; Fechai.Name = "Fechai"; // // groupBox_ProductoIndirecto // groupBox_ProductoIndirecto.Controls.Add(lbl_Almaceni); groupBox_ProductoIndirecto.Controls.Add(lbl_FechaI); groupBox_ProductoIndirecto.Controls.Add(combo_Almaceni); groupBox_ProductoIndirecto.Controls.Add(lbl_PrecioVentaI); groupBox_ProductoIndirecto.Controls.Add(comboBox_ProductoIndirecto); groupBox_ProductoIndirecto.Controls.Add(lbl_PrecioCompraI); groupBox_ProductoIndirecto.Controls.Add(lbl_Existenciai); groupBox_ProductoIndirecto.Controls.Add(txt_Existenciai); groupBox_ProductoIndirecto.Controls.Add(txt_PrecioComprai); groupBox_ProductoIndirecto.Controls.Add(lbl_ProductoIndirecto); groupBox_ProductoIndirecto.Controls.Add(txt_PrecioVentai); groupBox_ProductoIndirecto.Controls.Add(dateTime_ProductoIndirecto); groupBox_ProductoIndirecto.Location = new System.Drawing.Point(39, 34); groupBox_ProductoIndirecto.Name = "groupBox_ProductoIndirecto"; groupBox_ProductoIndirecto.Size = new System.Drawing.Size(232, 327); groupBox_ProductoIndirecto.TabIndex = 83; groupBox_ProductoIndirecto.TabStop = false; groupBox_ProductoIndirecto.Text = "Inventario de producto indirecto"; // // lbl_Almaceni // lbl_Almaceni.AutoSize = true; lbl_Almaceni.Location = new System.Drawing.Point(16, 31); lbl_Almaceni.Name = "lbl_Almaceni"; lbl_Almaceni.Size = new System.Drawing.Size(48, 13); lbl_Almaceni.TabIndex = 7; lbl_Almaceni.Text = "Almacén"; // // lbl_FechaI // lbl_FechaI.AutoSize = true; lbl_FechaI.Location = new System.Drawing.Point(16, 233); lbl_FechaI.Name = "lbl_FechaI"; lbl_FechaI.Size = new System.Drawing.Size(37, 13); lbl_FechaI.TabIndex = 13; lbl_FechaI.Text = "Fecha"; // // combo_Almaceni // combo_Almaceni.FormattingEnabled = true; combo_Almaceni.Location = new System.Drawing.Point(19, 47); combo_Almaceni.Name = "combo_Almaceni"; combo_Almaceni.Size = new System.Drawing.Size(121, 21); combo_Almaceni.TabIndex = 0; // // lbl_PrecioVentaI // lbl_PrecioVentaI.AutoSize = true; lbl_PrecioVentaI.Location = new System.Drawing.Point(16, 191); lbl_PrecioVentaI.Name = "lbl_PrecioVentaI"; lbl_PrecioVentaI.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentaI.TabIndex = 12; lbl_PrecioVentaI.Text = "Precio venta"; // // comboBox_ProductoIndirecto // comboBox_ProductoIndirecto.FormattingEnabled = true; comboBox_ProductoIndirecto.Location = new System.Drawing.Point(19, 87); comboBox_ProductoIndirecto.Name = "comboBox_ProductoIndirecto"; comboBox_ProductoIndirecto.Size = new System.Drawing.Size(121, 21); comboBox_ProductoIndirecto.TabIndex = 1; // // lbl_PrecioCompraI // lbl_PrecioCompraI.AutoSize = true; lbl_PrecioCompraI.Location = new System.Drawing.Point(16, 152); lbl_PrecioCompraI.Name = "lbl_PrecioCompraI"; lbl_PrecioCompraI.Size = new System.Drawing.Size(75, 13); lbl_PrecioCompraI.TabIndex = 11; lbl_PrecioCompraI.Text = "Precio compra"; // // lbl_Existenciai // lbl_Existenciai.AutoSize = true; lbl_Existenciai.Location = new System.Drawing.Point(16, 113); lbl_Existenciai.Name = "lbl_Existenciai"; lbl_Existenciai.Size = new System.Drawing.Size(55, 13); lbl_Existenciai.TabIndex = 10; lbl_Existenciai.Text = "Existencia"; // // txt_Existenciai // txt_Existenciai.Location = new System.Drawing.Point(19, 129); txt_Existenciai.Name = "txt_Existenciai"; txt_Existenciai.Size = new System.Drawing.Size(100, 20); txt_Existenciai.TabIndex = 3; // // txt_PrecioComprai // txt_PrecioComprai.Location = new System.Drawing.Point(19, 168); txt_PrecioComprai.Name = "txt_PrecioComprai"; txt_PrecioComprai.Size = new System.Drawing.Size(100, 20); txt_PrecioComprai.TabIndex = 4; txt_PrecioComprai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprai_KeyPress); // // lbl_ProductoIndirecto // lbl_ProductoIndirecto.AutoSize = true; lbl_ProductoIndirecto.Location = new System.Drawing.Point(16, 71); lbl_ProductoIndirecto.Name = "lbl_ProductoIndirecto"; lbl_ProductoIndirecto.Size = new System.Drawing.Size(93, 13); lbl_ProductoIndirecto.TabIndex = 8; lbl_ProductoIndirecto.Text = "Producto indirecto"; // // txt_PrecioVentai // txt_PrecioVentai.Location = new System.Drawing.Point(19, 210); txt_PrecioVentai.Name = "txt_PrecioVentai"; txt_PrecioVentai.Size = new System.Drawing.Size(100, 20); txt_PrecioVentai.TabIndex = 5; txt_PrecioVentai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentai_KeyPress); // // dateTime_ProductoIndirecto // dateTime_ProductoIndirecto.Location = new System.Drawing.Point(19, 249); dateTime_ProductoIndirecto.Name = "dateTime_ProductoIndirecto"; dateTime_ProductoIndirecto.Size = new System.Drawing.Size(200, 20); dateTime_ProductoIndirecto.TabIndex = 6; // // tab_ProductoTerminado // tab_ProductoTerminado.BackColor = System.Drawing.SystemColors.Control; tab_ProductoTerminado.Controls.Add(groupBox_ListaProductoTerminado); tab_ProductoTerminado.Controls.Add(groupBox_ProductoTerminado); tab_ProductoTerminado.Location = new System.Drawing.Point(4, 22); tab_ProductoTerminado.Name = "tab_ProductoTerminado"; tab_ProductoTerminado.Padding = new System.Windows.Forms.Padding(3); tab_ProductoTerminado.Size = new System.Drawing.Size(799, 394); tab_ProductoTerminado.TabIndex = 4; tab_ProductoTerminado.Text = "Producto terminado"; // // groupBox_ListaProductoTerminado // groupBox_ListaProductoTerminado.Controls.Add(data_ProductoTerminado); groupBox_ListaProductoTerminado.Location = new System.Drawing.Point(277, 34); groupBox_ListaProductoTerminado.Name = "groupBox_ListaProductoTerminado"; groupBox_ListaProductoTerminado.Size = new System.Drawing.Size(483, 327); groupBox_ListaProductoTerminado.TabIndex = 82; groupBox_ListaProductoTerminado.TabStop = false; groupBox_ListaProductoTerminado.Text = "Lista de producto terminado"; // // data_ProductoTerminado // data_ProductoTerminado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_ProductoTerminado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenProducto, Id_Almacent, Id_ProductoTerminado, Productot, Lotet, Existenciat, Precio_Comprat, Precio_Ventat, Descuento, Fechat}); data_ProductoTerminado.Location = new System.Drawing.Point(4, 16); data_ProductoTerminado.Name = "data_ProductoTerminado"; data_ProductoTerminado.Size = new System.Drawing.Size(474, 305); data_ProductoTerminado.TabIndex = 0; data_ProductoTerminado.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoTerminado_MouseDoubleClick); // // Id_AlmacenProducto // Id_AlmacenProducto.HeaderText = "Id_AlmacenProducto"; Id_AlmacenProducto.Name = "Id_AlmacenProducto"; Id_AlmacenProducto.Visible = false; // // Id_Almacent // Id_Almacent.HeaderText = "Id_Almacen"; Id_Almacent.Name = "Id_Almacent"; Id_Almacent.Visible = false; // // Id_ProductoTerminado // Id_ProductoTerminado.HeaderText = "Id_ProductoTerminado"; Id_ProductoTerminado.Name = "Id_ProductoTerminado"; Id_ProductoTerminado.Visible = false; // // Productot // Productot.HeaderText = "Producto"; Productot.Name = "Productot"; // // Lotet // Lotet.HeaderText = "Lote"; Lotet.Name = "Lotet"; // // Existenciat // Existenciat.HeaderText = "Existencia"; Existenciat.Name = "Existenciat"; // // Precio_Comprat // Precio_Comprat.HeaderText = "Precio compra"; Precio_Comprat.Name = "Precio_Comprat"; // // Precio_Ventat // Precio_Ventat.HeaderText = "Precio venta"; Precio_Ventat.Name = "Precio_Ventat"; // // Descuento // Descuento.HeaderText = "Descuento"; Descuento.Name = "Descuento"; // // Fechat // Fechat.HeaderText = "Fecha"; Fechat.Name = "Fechat"; // // groupBox_ProductoTerminado // groupBox_ProductoTerminado.Controls.Add(lbl_Descuentot); groupBox_ProductoTerminado.Controls.Add(txt_Descuento); groupBox_ProductoTerminado.Controls.Add(lbl_Almacent); groupBox_ProductoTerminado.Controls.Add(lbl_Fechat); groupBox_ProductoTerminado.Controls.Add(combo_Almacent); groupBox_ProductoTerminado.Controls.Add(lbl_PrecioVentat); groupBox_ProductoTerminado.Controls.Add(comboBox_ProductoTerminado); groupBox_ProductoTerminado.Controls.Add(lbl_PrecioComprat); groupBox_ProductoTerminado.Controls.Add(txt_Lotet); groupBox_ProductoTerminado.Controls.Add(lbl_Existenciat); groupBox_ProductoTerminado.Controls.Add(txt_Existenciat); groupBox_ProductoTerminado.Controls.Add(lbl_Lotet); groupBox_ProductoTerminado.Controls.Add(txt_PrecioComprat); groupBox_ProductoTerminado.Controls.Add(lbl_Producto); groupBox_ProductoTerminado.Controls.Add(txt_PrecioVentat); groupBox_ProductoTerminado.Controls.Add(dateTime_ProductoTerminado); groupBox_ProductoTerminado.Location = new System.Drawing.Point(39, 34); groupBox_ProductoTerminado.Name = "groupBox_ProductoTerminado"; groupBox_ProductoTerminado.Size = new System.Drawing.Size(232, 341); groupBox_ProductoTerminado.TabIndex = 83; groupBox_ProductoTerminado.TabStop = false; groupBox_ProductoTerminado.Text = "Inventario de producto terminado"; // // lbl_Descuentot // lbl_Descuentot.AutoSize = true; lbl_Descuentot.Location = new System.Drawing.Point(16, 254); lbl_Descuentot.Name = "lbl_Descuentot"; lbl_Descuentot.Size = new System.Drawing.Size(59, 13); lbl_Descuentot.TabIndex = 15; lbl_Descuentot.Text = "Descuento"; // // txt_Descuento // txt_Descuento.Location = new System.Drawing.Point(19, 272); txt_Descuento.Name = "txt_Descuento"; txt_Descuento.Size = new System.Drawing.Size(100, 20); txt_Descuento.TabIndex = 14; txt_Descuento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descuento_KeyPress); // // lbl_Almacent // lbl_Almacent.AutoSize = true; lbl_Almacent.Location = new System.Drawing.Point(16, 17); lbl_Almacent.Name = "lbl_Almacent"; lbl_Almacent.Size = new System.Drawing.Size(48, 13); lbl_Almacent.TabIndex = 7; lbl_Almacent.Text = "Almacén"; // // lbl_Fechat // lbl_Fechat.AutoSize = true; lbl_Fechat.Location = new System.Drawing.Point(16, 293); lbl_Fechat.Name = "lbl_Fechat"; lbl_Fechat.Size = new System.Drawing.Size(37, 13); lbl_Fechat.TabIndex = 13; lbl_Fechat.Text = "Fecha"; // // combo_Almacent // combo_Almacent.FormattingEnabled = true; combo_Almacent.Location = new System.Drawing.Point(19, 33); combo_Almacent.Name = "combo_Almacent"; combo_Almacent.Size = new System.Drawing.Size(121, 21); combo_Almacent.TabIndex = 0; // // lbl_PrecioVentat // lbl_PrecioVentat.AutoSize = true; lbl_PrecioVentat.Location = new System.Drawing.Point(16, 214); lbl_PrecioVentat.Name = "lbl_PrecioVentat"; lbl_PrecioVentat.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentat.TabIndex = 12; lbl_PrecioVentat.Text = "Precio venta"; // // comboBox_ProductoTerminado // comboBox_ProductoTerminado.FormattingEnabled = true; comboBox_ProductoTerminado.Location = new System.Drawing.Point(19, 73); comboBox_ProductoTerminado.Name = "comboBox_ProductoTerminado"; comboBox_ProductoTerminado.Size = new System.Drawing.Size(121, 21); comboBox_ProductoTerminado.TabIndex = 1; // // lbl_PrecioComprat // lbl_PrecioComprat.AutoSize = true; lbl_PrecioComprat.Location = new System.Drawing.Point(16, 175); lbl_PrecioComprat.Name = "lbl_PrecioComprat"; lbl_PrecioComprat.Size = new System.Drawing.Size(75, 13); lbl_PrecioComprat.TabIndex = 11; lbl_PrecioComprat.Text = "Precio compra"; // // txt_Lotet // txt_Lotet.Location = new System.Drawing.Point(19, 113); txt_Lotet.Name = "txt_Lotet"; txt_Lotet.Size = new System.Drawing.Size(100, 20); txt_Lotet.TabIndex = 2; // // lbl_Existenciat // lbl_Existenciat.AutoSize = true; lbl_Existenciat.Location = new System.Drawing.Point(16, 136); lbl_Existenciat.Name = "lbl_Existenciat"; lbl_Existenciat.Size = new System.Drawing.Size(55, 13); lbl_Existenciat.TabIndex = 10; lbl_Existenciat.Text = "Existencia"; // // txt_Existenciat // txt_Existenciat.Location = new System.Drawing.Point(19, 152); txt_Existenciat.Name = "txt_Existenciat"; txt_Existenciat.Size = new System.Drawing.Size(100, 20); txt_Existenciat.TabIndex = 3; // // lbl_Lotet // lbl_Lotet.AutoSize = true; lbl_Lotet.Location = new System.Drawing.Point(16, 97); lbl_Lotet.Name = "lbl_Lotet"; lbl_Lotet.Size = new System.Drawing.Size(28, 13); lbl_Lotet.TabIndex = 9; lbl_Lotet.Text = "Lote"; // // txt_PrecioComprat // txt_PrecioComprat.Location = new System.Drawing.Point(19, 191); txt_PrecioComprat.Name = "txt_PrecioComprat"; txt_PrecioComprat.Size = new System.Drawing.Size(100, 20); txt_PrecioComprat.TabIndex = 4; txt_PrecioComprat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprat_KeyPress); // // lbl_Producto // lbl_Producto.AutoSize = true; lbl_Producto.Location = new System.Drawing.Point(16, 57); lbl_Producto.Name = "lbl_Producto"; lbl_Producto.Size = new System.Drawing.Size(50, 13); lbl_Producto.TabIndex = 8; lbl_Producto.Text = "Producto"; // // txt_PrecioVentat // txt_PrecioVentat.Location = new System.Drawing.Point(19, 233); txt_PrecioVentat.Name = "txt_PrecioVentat"; txt_PrecioVentat.Size = new System.Drawing.Size(100, 20); txt_PrecioVentat.TabIndex = 5; txt_PrecioVentat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentat_KeyPress); // // dateTime_ProductoTerminado // dateTime_ProductoTerminado.Location = new System.Drawing.Point(19, 309); dateTime_ProductoTerminado.Name = "dateTime_ProductoTerminado"; dateTime_ProductoTerminado.Size = new System.Drawing.Size(200, 20); dateTime_ProductoTerminado.TabIndex = 6; // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, controlDeProductosToolStripMenuItem, ayudaToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(834, 24); menuStrip1.TabIndex = 78; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator1, toolStripSeparator2, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(156, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(156, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(153, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(156, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(153, 6); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(153, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(156, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripSeparator3, modificarToolStripMenuItem, eliminarToolStripMenuItem}); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(49, 20); editarToolStripMenuItem.Text = "&Editar"; // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(122, 6); // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(125, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(125, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // controlDeProductosToolStripMenuItem // controlDeProductosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nivelMaxMinToolStripMenuItem, ordenDePeladoToolStripMenuItem}); controlDeProductosToolStripMenuItem.Name = "controlDeProductosToolStripMenuItem"; controlDeProductosToolStripMenuItem.Size = new System.Drawing.Size(132, 20); controlDeProductosToolStripMenuItem.Text = "Control de productos"; // // nivelMaxMinToolStripMenuItem // nivelMaxMinToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Control_Inventario; nivelMaxMinToolStripMenuItem.Name = "nivelMaxMinToolStripMenuItem"; nivelMaxMinToolStripMenuItem.Size = new System.Drawing.Size(162, 22); nivelMaxMinToolStripMenuItem.Text = "Nivel Max/Min"; nivelMaxMinToolStripMenuItem.Click += new System.EventHandler(nivelMaxMinToolStripMenuItem_Click); // // ordenDePeladoToolStripMenuItem // ordenDePeladoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Caja; ordenDePeladoToolStripMenuItem.Name = "ordenDePeladoToolStripMenuItem"; ordenDePeladoToolStripMenuItem.Size = new System.Drawing.Size(162, 22); ordenDePeladoToolStripMenuItem.Text = "Orden de pelado"; ordenDePeladoToolStripMenuItem.Click += new System.EventHandler(ordenDePeladoToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // pic_Proveedor // pic_Proveedor.BackgroundImage = global::Shajobe.Properties.Resources.Inventario; pic_Proveedor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Proveedor.Location = new System.Drawing.Point(732, 24); pic_Proveedor.Name = "pic_Proveedor"; pic_Proveedor.Size = new System.Drawing.Size(85, 68); pic_Proveedor.TabIndex = 79; pic_Proveedor.TabStop = false; // // errorProvider1 // errorProvider1.ContainerControl = this; // // Inventario // 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))))); Icon = global::Shajobe.Properties.Resources.Inventario_ICO; ClientSize = new System.Drawing.Size(834, 511); Controls.Add(pic_Proveedor); Controls.Add(menuStrip1); Controls.Add(tabControl1); MaximizeBox = false; MaximumSize = new System.Drawing.Size(840, 535); MinimumSize = new System.Drawing.Size(840, 535); Name = "Inventario"; Text = "Inventario"; Load += new System.EventHandler(Inventario_Load); tabControl1.ResumeLayout(false); tab_MateriaPrima.ResumeLayout(false); groupBox_ListaMateriaPrimam.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrima)).EndInit(); groupBox_MateriaPrimam.ResumeLayout(false); groupBox_MateriaPrimam.PerformLayout(); tab_MateriaPrimaP.ResumeLayout(false); groupBox_ListaMateriaPrimap.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrimaP)).EndInit(); groupBox_MateriaPrimap.ResumeLayout(false); groupBox_MateriaPrimap.PerformLayout(); tab_ProductoElaborado.ResumeLayout(false); groupBox_ListaProductoElaborado.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_ProductoElaborado)).EndInit(); groupBox_ProductoElaborado.ResumeLayout(false); groupBox_ProductoElaborado.PerformLayout(); tab_ProductoIndirecto.ResumeLayout(false); groupBox_ListaProductoIndirecto.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_ProductoIndirecto)).EndInit(); groupBox_ProductoIndirecto.ResumeLayout(false); groupBox_ProductoIndirecto.PerformLayout(); tab_ProductoTerminado.ResumeLayout(false); groupBox_ListaProductoTerminado.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_ProductoTerminado)).EndInit(); groupBox_ProductoTerminado.ResumeLayout(false); groupBox_ProductoTerminado.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Proveedor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit(); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Panel panelControls; System.Windows.Forms.GroupBox filtersGroup; System.Windows.Forms.SplitContainer splitContainer; System.Windows.Forms.TableLayoutPanel tableLeft; System.Windows.Forms.TableLayoutPanel tableRight; this.episodesTree = new System.Windows.Forms.TreeView(); this.episodesCountLabel = new System.Windows.Forms.Label(); this.refreshButton = new System.Windows.Forms.Button(); this.hideWholeSeasons = new System.Windows.Forms.CheckBox(); this.hideLocked = new System.Windows.Forms.CheckBox(); this.hidePart2 = new System.Windows.Forms.CheckBox(); this.hideSeason0 = new System.Windows.Forms.CheckBox(); this.hideUnaired = new System.Windows.Forms.CheckBox(); this.duplicatesButton = new System.Windows.Forms.Button(); this.missingButton = new System.Windows.Forms.Button(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); panelControls = new System.Windows.Forms.Panel(); filtersGroup = new System.Windows.Forms.GroupBox(); splitContainer = new System.Windows.Forms.SplitContainer(); tableLeft = new System.Windows.Forms.TableLayoutPanel(); tableRight = new System.Windows.Forms.TableLayoutPanel(); panelControls.SuspendLayout(); filtersGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); tableLeft.SuspendLayout(); tableRight.SuspendLayout(); this.SuspendLayout(); // // episodesTree // this.episodesTree.Dock = System.Windows.Forms.DockStyle.Fill; this.episodesTree.Location = new System.Drawing.Point(3, 36); this.episodesTree.Name = "episodesTree"; this.episodesTree.Size = new System.Drawing.Size(232, 497); this.episodesTree.TabIndex = 0; this.toolTip.SetToolTip(this.episodesTree, "Shows the results of the search"); // // episodesCountLabel // this.episodesCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.episodesCountLabel.AutoSize = true; this.episodesCountLabel.Location = new System.Drawing.Point(3, 20); this.episodesCountLabel.Name = "episodesCountLabel"; this.episodesCountLabel.Size = new System.Drawing.Size(114, 13); this.episodesCountLabel.TabIndex = 1; this.episodesCountLabel.Text = "Number of Episodes: 0"; // // refreshButton // this.refreshButton.Anchor = System.Windows.Forms.AnchorStyles.Left; this.refreshButton.Location = new System.Drawing.Point(3, 5); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(144, 23); this.refreshButton.TabIndex = 1; this.refreshButton.Text = "Refresh Episode Counts"; this.toolTip.SetToolTip(this.refreshButton, "Searches the Output Directories for episodes and updates their file count numbers" + ". \r\nThis is used to determine the results of the missing and duplicate episode\r\n" + "searches."); this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.RefreshButtonClick); // // panelControls // panelControls.Controls.Add(filtersGroup); panelControls.Controls.Add(this.duplicatesButton); panelControls.Controls.Add(this.missingButton); panelControls.Dock = System.Windows.Forms.DockStyle.Fill; panelControls.Location = new System.Drawing.Point(0, 33); panelControls.Margin = new System.Windows.Forms.Padding(0); panelControls.Name = "panelControls"; panelControls.Size = new System.Drawing.Size(468, 503); panelControls.TabIndex = 2; // // filtersGroup // filtersGroup.Controls.Add(this.hideWholeSeasons); filtersGroup.Controls.Add(this.hideLocked); filtersGroup.Controls.Add(this.hidePart2); filtersGroup.Controls.Add(this.hideSeason0); filtersGroup.Controls.Add(this.hideUnaired); filtersGroup.Location = new System.Drawing.Point(3, 32); filtersGroup.Name = "filtersGroup"; filtersGroup.Size = new System.Drawing.Size(294, 136); filtersGroup.TabIndex = 4; filtersGroup.TabStop = false; filtersGroup.Text = "Missing Episode Filters"; // // hideWholeSeasons // this.hideWholeSeasons.AutoSize = true; this.hideWholeSeasons.Location = new System.Drawing.Point(6, 111); this.hideWholeSeasons.Name = "hideWholeSeasons"; this.hideWholeSeasons.Size = new System.Drawing.Size(156, 17); this.hideWholeSeasons.TabIndex = 4; this.hideWholeSeasons.Text = "Hide entire missing seasons"; this.toolTip.SetToolTip(this.hideWholeSeasons, "Hides episodes where and entire season is missing. This can be useful for long ru" + "nning where you don\'t have early seasons."); this.hideWholeSeasons.UseVisualStyleBackColor = true; // // hideLocked // this.hideLocked.AutoSize = true; this.hideLocked.Location = new System.Drawing.Point(6, 88); this.hideLocked.Name = "hideLocked"; this.hideLocked.Size = new System.Drawing.Size(116, 17); this.hideLocked.TabIndex = 3; this.hideLocked.Text = "Hide locked shows"; this.toolTip.SetToolTip(this.hideLocked, "Hides the episodes from shows that are locked."); this.hideLocked.UseVisualStyleBackColor = true; // // hidePart2 // this.hidePart2.AutoSize = true; this.hidePart2.Location = new System.Drawing.Point(6, 65); this.hidePart2.Name = "hidePart2"; this.hidePart2.Size = new System.Drawing.Size(165, 17); this.hidePart2.TabIndex = 2; this.hidePart2.Text = "Hide episodes ending with (2)"; this.toolTip.SetToolTip(this.hidePart2, "Hides episodes with the name ending in (2). \r\nIt is possible these aren\'t missing" + " but the filename\r\ndoesn\'t contain both episode numbers and so\r\nTVSorter isn\'t a" + "ble to match it."); this.hidePart2.UseVisualStyleBackColor = true; // // hideSeason0 // this.hideSeason0.AutoSize = true; this.hideSeason0.Location = new System.Drawing.Point(6, 42); this.hideSeason0.Name = "hideSeason0"; this.hideSeason0.Size = new System.Drawing.Size(143, 17); this.hideSeason0.TabIndex = 1; this.hideSeason0.Text = "Hide season 0 (Specials)"; this.toolTip.SetToolTip(this.hideSeason0, "Hides episode in season 0. These are generally specials."); this.hideSeason0.UseVisualStyleBackColor = true; // // hideUnaired // this.hideUnaired.AutoSize = true; this.hideUnaired.Location = new System.Drawing.Point(6, 19); this.hideUnaired.Name = "hideUnaired"; this.hideUnaired.Size = new System.Drawing.Size(109, 17); this.hideUnaired.TabIndex = 0; this.hideUnaired.Text = "Hide not yet aired"; this.toolTip.SetToolTip(this.hideUnaired, "Hides episodes from the results whose air date is in the future"); this.hideUnaired.UseVisualStyleBackColor = true; // // duplicatesButton // this.duplicatesButton.Location = new System.Drawing.Point(153, 3); this.duplicatesButton.Name = "duplicatesButton"; this.duplicatesButton.Size = new System.Drawing.Size(144, 23); this.duplicatesButton.TabIndex = 3; this.duplicatesButton.Text = "Display Duplicate Episodes"; this.toolTip.SetToolTip(this.duplicatesButton, "Searches for duplicate episodes"); this.duplicatesButton.UseVisualStyleBackColor = true; this.duplicatesButton.Click += new System.EventHandler(this.DuplicatesButtonClick); // // missingButton // this.missingButton.Location = new System.Drawing.Point(3, 3); this.missingButton.Name = "missingButton"; this.missingButton.Size = new System.Drawing.Size(144, 23); this.missingButton.TabIndex = 2; this.missingButton.Text = "Display Missing Episodes"; this.toolTip.SetToolTip(this.missingButton, "Searches for missing episodes."); this.missingButton.UseVisualStyleBackColor = true; this.missingButton.Click += new System.EventHandler(this.MissingButtonClick); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(tableLeft); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(tableRight); splitContainer.Size = new System.Drawing.Size(710, 536); splitContainer.SplitterDistance = 238; splitContainer.TabIndex = 5; // // tableLeft // tableLeft.ColumnCount = 1; tableLeft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLeft.Controls.Add(this.episodesTree, 0, 1); tableLeft.Controls.Add(this.episodesCountLabel, 0, 0); tableLeft.Dock = System.Windows.Forms.DockStyle.Fill; tableLeft.Location = new System.Drawing.Point(0, 0); tableLeft.Name = "tableLeft"; tableLeft.RowCount = 2; tableLeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); tableLeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLeft.Size = new System.Drawing.Size(238, 536); tableLeft.TabIndex = 0; // // tableRight // tableRight.ColumnCount = 1; tableRight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableRight.Controls.Add(panelControls, 0, 1); tableRight.Controls.Add(this.refreshButton, 0, 0); tableRight.Dock = System.Windows.Forms.DockStyle.Fill; tableRight.Location = new System.Drawing.Point(0, 0); tableRight.Name = "tableRight"; tableRight.RowCount = 2; tableRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); tableRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableRight.Size = new System.Drawing.Size(468, 536); tableRight.TabIndex = 0; // // MissingDuplicateEpisodes // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer); this.Name = "MissingDuplicateEpisodes"; this.Size = new System.Drawing.Size(710, 536); this.Load += new System.EventHandler(this.MissingDuplicateEpisodesLoad); panelControls.ResumeLayout(false); filtersGroup.ResumeLayout(false); filtersGroup.PerformLayout(); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); tableLeft.ResumeLayout(false); tableLeft.PerformLayout(); tableRight.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppWin_SPITool_PRO)); grbRegisterFilter = new System.Windows.Forms.GroupBox(); btnCheckUncheck = new System.Windows.Forms.Button(); chbStatus = new System.Windows.Forms.CheckBox(); chbTest = new System.Windows.Forms.CheckBox(); chbMisc = new System.Windows.Forms.CheckBox(); chbDigital = new System.Windows.Forms.CheckBox(); chbRF = new System.Windows.Forms.CheckBox(); dgvRegisterList = new System.Windows.Forms.DataGridView(); Mark = new System.Windows.Forms.DataGridViewCheckBoxColumn(); Addr = new System.Windows.Forms.DataGridViewTextBoxColumn(); Hex = new System.Windows.Forms.DataGridViewTextBoxColumn(); RName = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit0 = new System.Windows.Forms.DataGridViewTextBoxColumn(); Read = new System.Windows.Forms.DataGridViewButtonColumn(); Write = new System.Windows.Forms.DataGridViewButtonColumn(); B1 = new System.Windows.Forms.DataGridViewButtonColumn(); B2 = new System.Windows.Forms.DataGridViewButtonColumn(); B3 = new System.Windows.Forms.DataGridViewButtonColumn(); B4 = new System.Windows.Forms.DataGridViewButtonColumn(); regListId = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox1 = new System.Windows.Forms.GroupBox(); chbMarked = new System.Windows.Forms.CheckBox(); chbCUAll = new System.Windows.Forms.CheckBox(); spcMainContainer = new System.Windows.Forms.SplitContainer(); grbLog = new System.Windows.Forms.GroupBox(); btnClearLog2 = new System.Windows.Forms.Button(); chbDisableLogging2 = new System.Windows.Forms.CheckBox(); rtbLogWindow2 = new System.Windows.Forms.RichTextBox(); btnLoadDefaultRegister = new System.Windows.Forms.Button(); btnWriteAllRegister = new System.Windows.Forms.Button(); btnReadAllRegister = new System.Windows.Forms.Button(); tbcMain = new System.Windows.Forms.TabControl(); tabPage4 = new System.Windows.Forms.TabPage(); grbBatch = new System.Windows.Forms.GroupBox(); pnlBatchMain = new System.Windows.Forms.Panel(); pnlBatch4 = new System.Windows.Forms.Panel(); txbBatch4 = new System.Windows.Forms.TextBox(); btnRunB4 = new System.Windows.Forms.Button(); chbLoopB4 = new System.Windows.Forms.CheckBox(); rtbBatchList4 = new System.Windows.Forms.TextBox(); pnlBatch3 = new System.Windows.Forms.Panel(); txbBatch3 = new System.Windows.Forms.TextBox(); chbLoopB3 = new System.Windows.Forms.CheckBox(); btnRunB3 = new System.Windows.Forms.Button(); rtbBatchList3 = new System.Windows.Forms.TextBox(); pnlBatch2 = new System.Windows.Forms.Panel(); txbBatch2 = new System.Windows.Forms.TextBox(); chbLoopB2 = new System.Windows.Forms.CheckBox(); btnRunB2 = new System.Windows.Forms.Button(); rtbBatchList2 = new System.Windows.Forms.TextBox(); pnlBatch1 = new System.Windows.Forms.Panel(); txbBatch1 = new System.Windows.Forms.TextBox(); rtbBatchList1 = new System.Windows.Forms.TextBox(); btnRunB1 = new System.Windows.Forms.Button(); chbLoopB1 = new System.Windows.Forms.CheckBox(); vrbViewBatch = new System.Windows.Forms.GroupBox(); label5 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); chbViewB4 = new System.Windows.Forms.CheckBox(); chbViewB3 = new System.Windows.Forms.CheckBox(); chbViewB2 = new System.Windows.Forms.CheckBox(); chbViewB1 = new System.Windows.Forms.CheckBox(); grbSaveLoad = new System.Windows.Forms.GroupBox(); btnSaveBatch = new System.Windows.Forms.Button(); rdbSaveOpenB4 = new System.Windows.Forms.RadioButton(); btnOpenBatch = new System.Windows.Forms.Button(); rdbSaveOpenB3 = new System.Windows.Forms.RadioButton(); rdbSaveOpenB2 = new System.Windows.Forms.RadioButton(); rdbSaveOpenB1 = new System.Windows.Forms.RadioButton(); grbLoopControl = new System.Windows.Forms.GroupBox(); nudLoopLimit = new System.Windows.Forms.NumericUpDown(); btnResetLoop = new System.Windows.Forms.Button(); txbLoopCount = new System.Windows.Forms.TextBox(); label4 = new System.Windows.Forms.Label(); chbLoopLimit = new System.Windows.Forms.CheckBox(); tbpFIFO = new System.Windows.Forms.TabPage(); pnlBerPer = new System.Windows.Forms.Panel(); btnResetFifo = new System.Windows.Forms.Button(); lblBER = new System.Windows.Forms.Label(); lblBitError = new System.Windows.Forms.Label(); lblDatabits = new System.Windows.Forms.Label(); txbBitErrors = new System.Windows.Forms.TextBox(); txbBER = new System.Windows.Forms.TextBox(); txbDatabits = new System.Windows.Forms.TextBox(); lblPER = new System.Windows.Forms.Label(); lblLost = new System.Windows.Forms.Label(); lblPackets = new System.Windows.Forms.Label(); txbLost = new System.Windows.Forms.TextBox(); txbPER = new System.Windows.Forms.TextBox(); txbPackets = new System.Windows.Forms.TextBox(); pnlRXFIFO = new System.Windows.Forms.Panel(); dgvRX = new System.Windows.Forms.DataGridView(); dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); xpdC = new System.Windows.Forms.DataGridViewTextBoxColumn(); errC = new System.Windows.Forms.DataGridViewTextBoxColumn(); btnSaveRead = new System.Windows.Forms.Button(); btnOpenRead = new System.Windows.Forms.Button(); btnRead = new System.Windows.Forms.Button(); pnlTXFIFO = new System.Windows.Forms.Panel(); dgvTX = new System.Windows.Forms.DataGridView(); numC = new System.Windows.Forms.DataGridViewTextBoxColumn(); dataC = new System.Windows.Forms.DataGridViewTextBoxColumn(); btnSaveWrite = new System.Windows.Forms.Button(); btnOpenWrite = new System.Windows.Forms.Button(); btnWrite = new System.Windows.Forms.Button(); tbpDescription = new System.Windows.Forms.TabPage(); txbDescription = new System.Windows.Forms.RichTextBox(); chbDisableLogging = new System.Windows.Forms.CheckBox(); lblTermWin = new System.Windows.Forms.Label(); btnClearLog = new System.Windows.Forms.Button(); rtbLogWindow = new System.Windows.Forms.RichTextBox(); spiStatusBar = new System.Windows.Forms.StatusBar(); statusBarPanel1 = new System.Windows.Forms.StatusBarPanel(); sbChipRevPane = new System.Windows.Forms.StatusBarPanel(); sbDeviceStatePane = new System.Windows.Forms.StatusBarPanel(); statusBarPanel4 = new StatusBarTest.StatusBarProgressPanel(); tmrCommon = new System.Windows.Forms.Timer(components); ttpMainToolTip = new System.Windows.Forms.ToolTip(components); tsrMainToolStrip = new NewWDS.Applications.App_Common.AppToolStrip.ApplicationToolStrip(); grbRegisterFilter.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dgvRegisterList)).BeginInit(); groupBox1.SuspendLayout(); spcMainContainer.Panel1.SuspendLayout(); spcMainContainer.Panel2.SuspendLayout(); spcMainContainer.SuspendLayout(); grbLog.SuspendLayout(); tbcMain.SuspendLayout(); tabPage4.SuspendLayout(); grbBatch.SuspendLayout(); pnlBatchMain.SuspendLayout(); pnlBatch4.SuspendLayout(); pnlBatch3.SuspendLayout(); pnlBatch2.SuspendLayout(); pnlBatch1.SuspendLayout(); vrbViewBatch.SuspendLayout(); grbSaveLoad.SuspendLayout(); grbLoopControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(nudLoopLimit)).BeginInit(); tbpFIFO.SuspendLayout(); pnlBerPer.SuspendLayout(); pnlRXFIFO.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dgvRX)).BeginInit(); pnlTXFIFO.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dgvTX)).BeginInit(); tbpDescription.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sbChipRevPane)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sbDeviceStatePane)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(statusBarPanel4)).BeginInit(); SuspendLayout(); // // grbRegisterFilter // grbRegisterFilter.Controls.Add(btnCheckUncheck); grbRegisterFilter.Controls.Add(chbStatus); grbRegisterFilter.Controls.Add(chbTest); grbRegisterFilter.Controls.Add(chbMisc); grbRegisterFilter.Controls.Add(chbDigital); grbRegisterFilter.Controls.Add(chbRF); grbRegisterFilter.Location = new System.Drawing.Point(900, 7); grbRegisterFilter.Name = "grbRegisterFilter"; grbRegisterFilter.Size = new System.Drawing.Size(81, 166); grbRegisterFilter.TabIndex = 9; grbRegisterFilter.TabStop = false; grbRegisterFilter.Text = "Filter"; // // btnCheckUncheck // btnCheckUncheck.Location = new System.Drawing.Point(2, 134); btnCheckUncheck.Name = "btnCheckUncheck"; btnCheckUncheck.Size = new System.Drawing.Size(75, 23); btnCheckUncheck.TabIndex = 3; btnCheckUncheck.Text = "UnCheck"; btnCheckUncheck.UseVisualStyleBackColor = true; btnCheckUncheck.Click += new System.EventHandler(btnCheckUncheck_Click); // // chbStatus // chbStatus.AutoSize = true; chbStatus.Checked = true; chbStatus.CheckState = System.Windows.Forms.CheckState.Checked; chbStatus.Location = new System.Drawing.Point(3, 111); chbStatus.Name = "chbStatus"; chbStatus.Size = new System.Drawing.Size(70, 21); chbStatus.TabIndex = 5; chbStatus.Text = "Status"; chbStatus.UseVisualStyleBackColor = true; chbStatus.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbTest // chbTest.AutoSize = true; chbTest.Checked = true; chbTest.CheckState = System.Windows.Forms.CheckState.Checked; chbTest.Location = new System.Drawing.Point(3, 88); chbTest.Name = "chbTest"; chbTest.Size = new System.Drawing.Size(58, 21); chbTest.TabIndex = 4; chbTest.Text = "Test"; chbTest.UseVisualStyleBackColor = true; chbTest.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbMisc // chbMisc.AutoSize = true; chbMisc.Checked = true; chbMisc.CheckState = System.Windows.Forms.CheckState.Checked; chbMisc.Location = new System.Drawing.Point(3, 65); chbMisc.Name = "chbMisc"; chbMisc.Size = new System.Drawing.Size(62, 21); chbMisc.TabIndex = 3; chbMisc.Text = "Misc."; chbMisc.UseVisualStyleBackColor = true; chbMisc.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbDigital // chbDigital.AutoSize = true; chbDigital.Checked = true; chbDigital.CheckState = System.Windows.Forms.CheckState.Checked; chbDigital.Location = new System.Drawing.Point(3, 42); chbDigital.Name = "chbDigital"; chbDigital.Size = new System.Drawing.Size(69, 21); chbDigital.TabIndex = 2; chbDigital.Text = "Digital"; chbDigital.UseVisualStyleBackColor = true; chbDigital.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbRF // chbRF.AutoSize = true; chbRF.Checked = true; chbRF.CheckState = System.Windows.Forms.CheckState.Checked; chbRF.Location = new System.Drawing.Point(3, 19); chbRF.Name = "chbRF"; chbRF.Size = new System.Drawing.Size(48, 21); chbRF.TabIndex = 1; chbRF.Text = "RF"; chbRF.UseVisualStyleBackColor = true; chbRF.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // dgvRegisterList // dgvRegisterList.AllowUserToAddRows = false; dgvRegisterList.AllowUserToDeleteRows = false; dgvRegisterList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvRegisterList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Mark, Addr, Hex, RName, bit7, bit6, bit5, bit4, bit3, bit2, bit1, bit0, Read, Write, B1, B2, B3, B4, regListId}); dgvRegisterList.Location = new System.Drawing.Point(3, 8); dgvRegisterList.MultiSelect = false; dgvRegisterList.Name = "dgvRegisterList"; dgvRegisterList.RowHeadersWidth = 25; dgvRegisterList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dgvRegisterList.RowsDefaultCellStyle = dataGridViewCellStyle1; dgvRegisterList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; dgvRegisterList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; dgvRegisterList.Size = new System.Drawing.Size(893, 220); dgvRegisterList.TabIndex = 10; dgvRegisterList.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(dgvRegisterList_CellBeginEdit); dgvRegisterList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellClick); dgvRegisterList.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellDoubleClick); dgvRegisterList.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellEndEdit); dgvRegisterList.SelectionChanged += new System.EventHandler(dgvRegisterList_SelectionChanged); dgvRegisterList.Sorted += new System.EventHandler(dgvRegisterList_Sorted); // // Mark // Mark.HeaderText = "M"; Mark.Name = "Mark"; Mark.Width = 20; // // Addr // Addr.HeaderText = "Addr."; Addr.Name = "Addr"; Addr.ReadOnly = true; Addr.Width = 38; // // Hex // Hex.HeaderText = "Hex"; Hex.Name = "Hex"; Hex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; Hex.Width = 38; // // RName // RName.HeaderText = "Name"; RName.Name = "RName"; RName.ReadOnly = true; RName.Width = 200; // // bit7 // bit7.HeaderText = "bit7"; bit7.Name = "bit7"; bit7.ReadOnly = true; bit7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit7.Width = 50; // // bit6 // bit6.HeaderText = "bit6"; bit6.Name = "bit6"; bit6.ReadOnly = true; bit6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit6.Width = 50; // // bit5 // bit5.HeaderText = "bit5"; bit5.Name = "bit5"; bit5.ReadOnly = true; bit5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit5.Width = 50; // // bit4 // bit4.HeaderText = "bit4"; bit4.Name = "bit4"; bit4.ReadOnly = true; bit4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit4.Width = 50; // // bit3 // bit3.HeaderText = "bit3"; bit3.Name = "bit3"; bit3.ReadOnly = true; bit3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit3.Width = 50; // // bit2 // bit2.HeaderText = "bit2"; bit2.Name = "bit2"; bit2.ReadOnly = true; bit2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit2.Width = 50; // // bit1 // bit1.HeaderText = "bit1"; bit1.Name = "bit1"; bit1.ReadOnly = true; bit1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit1.Width = 50; // // bit0 // bit0.HeaderText = "bit0"; bit0.Name = "bit0"; bit0.ReadOnly = true; bit0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit0.Width = 50; // // Read // Read.HeaderText = "R"; Read.Name = "Read"; Read.Width = 29; // // Write // Write.HeaderText = "W"; Write.Name = "Write"; Write.Width = 29; // // B1 // B1.HeaderText = "1"; B1.Name = "B1"; B1.Width = 24; // // B2 // B2.HeaderText = "2"; B2.Name = "B2"; B2.Width = 24; // // B3 // B3.HeaderText = "3"; B3.Name = "B3"; B3.Width = 24; // // B4 // B4.HeaderText = "4"; B4.Name = "B4"; B4.Width = 24; // // regListId // regListId.HeaderText = "LId"; regListId.Name = "regListId"; regListId.ReadOnly = true; regListId.Visible = false; // // groupBox1 // groupBox1.Controls.Add(chbMarked); groupBox1.Controls.Add(chbCUAll); groupBox1.Location = new System.Drawing.Point(3, 234); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(382, 46); groupBox1.TabIndex = 23; groupBox1.TabStop = false; groupBox1.Text = "Grid View Control"; // // chbMarked // chbMarked.AutoSize = true; chbMarked.Location = new System.Drawing.Point(194, 19); chbMarked.Name = "chbMarked"; chbMarked.Size = new System.Drawing.Size(170, 21); chbMarked.TabIndex = 23; chbMarked.Text = "View Marked / View All"; chbMarked.UseVisualStyleBackColor = true; chbMarked.CheckedChanged += new System.EventHandler(chbMarked_CheckedChanged); // // chbCUAll // chbCUAll.AutoSize = true; chbCUAll.Location = new System.Drawing.Point(29, 19); chbCUAll.Name = "chbCUAll"; chbCUAll.Size = new System.Drawing.Size(141, 21); chbCUAll.TabIndex = 6; chbCUAll.Text = "Mark / Unmark All"; chbCUAll.UseVisualStyleBackColor = true; chbCUAll.CheckedChanged += new System.EventHandler(chbCUAll_CheckedChanged); // // spcMainContainer // spcMainContainer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(38)))), ((int)(((byte)(51))))); spcMainContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; spcMainContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; spcMainContainer.Location = new System.Drawing.Point(0, 31); spcMainContainer.Name = "spcMainContainer"; // // spcMainContainer.Panel1 // spcMainContainer.Panel1.BackColor = System.Drawing.SystemColors.Control; spcMainContainer.Panel1.Controls.Add(grbLog); spcMainContainer.Panel1.Controls.Add(dgvRegisterList); spcMainContainer.Panel1.Controls.Add(btnLoadDefaultRegister); spcMainContainer.Panel1.Controls.Add(btnWriteAllRegister); spcMainContainer.Panel1.Controls.Add(grbRegisterFilter); spcMainContainer.Panel1.Controls.Add(groupBox1); spcMainContainer.Panel1.Controls.Add(btnReadAllRegister); spcMainContainer.Panel1.Controls.Add(tbcMain); // // spcMainContainer.Panel2 // spcMainContainer.Panel2.BackColor = System.Drawing.SystemColors.Control; spcMainContainer.Panel2.Controls.Add(chbDisableLogging); spcMainContainer.Panel2.Controls.Add(lblTermWin); spcMainContainer.Panel2.Controls.Add(btnClearLog); spcMainContainer.Panel2.Controls.Add(rtbLogWindow); spcMainContainer.Panel2MinSize = 2; spcMainContainer.Size = new System.Drawing.Size(1000, 628); spcMainContainer.SplitterDistance = 988; spcMainContainer.SplitterWidth = 6; spcMainContainer.TabIndex = 25; spcMainContainer.TabStop = false; // // grbLog // grbLog.Controls.Add(btnClearLog2); grbLog.Controls.Add(chbDisableLogging2); grbLog.Controls.Add(rtbLogWindow2); grbLog.Location = new System.Drawing.Point(638, 312); grbLog.Name = "grbLog"; grbLog.Size = new System.Drawing.Size(333, 288); grbLog.TabIndex = 25; grbLog.TabStop = false; grbLog.Text = "Log window"; // // btnClearLog2 // btnClearLog2.AccessibleRole = System.Windows.Forms.AccessibleRole.None; btnClearLog2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnClearLog2.Location = new System.Drawing.Point(227, 250); btnClearLog2.Name = "btnClearLog2"; btnClearLog2.Size = new System.Drawing.Size(90, 25); btnClearLog2.TabIndex = 6; btnClearLog2.Text = "Clear Log"; btnClearLog2.UseVisualStyleBackColor = true; btnClearLog2.Click += new System.EventHandler(btnClearLog2_Click); // // chbDisableLogging2 // chbDisableLogging2.Appearance = System.Windows.Forms.Appearance.Button; chbDisableLogging2.AutoSize = true; chbDisableLogging2.BackColor = System.Drawing.Color.Red; chbDisableLogging2.Checked = true; chbDisableLogging2.CheckState = System.Windows.Forms.CheckState.Checked; chbDisableLogging2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chbDisableLogging2.Location = new System.Drawing.Point(15, 251); chbDisableLogging2.Name = "chbDisableLogging2"; chbDisableLogging2.Size = new System.Drawing.Size(117, 27); chbDisableLogging2.TabIndex = 7; chbDisableLogging2.Text = "Enable Logging"; chbDisableLogging2.UseVisualStyleBackColor = false; chbDisableLogging2.CheckedChanged += new System.EventHandler(chbDisableLogging2_CheckedChanged); // // rtbLogWindow2 // rtbLogWindow2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbLogWindow2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); rtbLogWindow2.Location = new System.Drawing.Point(15, 19); rtbLogWindow2.Name = "rtbLogWindow2"; rtbLogWindow2.ReadOnly = true; rtbLogWindow2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; rtbLogWindow2.Size = new System.Drawing.Size(302, 225); rtbLogWindow2.TabIndex = 3; rtbLogWindow2.Text = ""; // // btnLoadDefaultRegister // btnLoadDefaultRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnLoadDefaultRegister.Image"))); btnLoadDefaultRegister.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; btnLoadDefaultRegister.Location = new System.Drawing.Point(596, 234); btnLoadDefaultRegister.Name = "btnLoadDefaultRegister"; btnLoadDefaultRegister.Size = new System.Drawing.Size(100, 46); btnLoadDefaultRegister.TabIndex = 24; btnLoadDefaultRegister.Text = "Load Defaults"; btnLoadDefaultRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; btnLoadDefaultRegister.UseVisualStyleBackColor = true; btnLoadDefaultRegister.Click += new System.EventHandler(btnLoadDefaultRegister_Click); // // btnWriteAllRegister // btnWriteAllRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnWriteAllRegister.Image"))); btnWriteAllRegister.ImageAlign = System.Drawing.ContentAlignment.TopCenter; btnWriteAllRegister.Location = new System.Drawing.Point(800, 234); btnWriteAllRegister.Name = "btnWriteAllRegister"; btnWriteAllRegister.Size = new System.Drawing.Size(100, 46); btnWriteAllRegister.TabIndex = 22; btnWriteAllRegister.Text = "Write All Visible"; btnWriteAllRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; btnWriteAllRegister.UseVisualStyleBackColor = true; btnWriteAllRegister.Click += new System.EventHandler(btnWriteAllRegister_Click); // // btnReadAllRegister // btnReadAllRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnReadAllRegister.Image"))); btnReadAllRegister.ImageAlign = System.Drawing.ContentAlignment.TopCenter; btnReadAllRegister.Location = new System.Drawing.Point(698, 234); btnReadAllRegister.Name = "btnReadAllRegister"; btnReadAllRegister.Size = new System.Drawing.Size(100, 46); btnReadAllRegister.TabIndex = 21; btnReadAllRegister.Text = "Read All Visible"; btnReadAllRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; btnReadAllRegister.UseVisualStyleBackColor = true; btnReadAllRegister.Click += new System.EventHandler(btnReadAllRegister_Click); // // tbcMain // tbcMain.Controls.Add(tabPage4); tbcMain.Controls.Add(tbpFIFO); tbcMain.Controls.Add(tbpDescription); tbcMain.Location = new System.Drawing.Point(3, 286); tbcMain.Name = "tbcMain"; tbcMain.SelectedIndex = 0; tbcMain.Size = new System.Drawing.Size(629, 335); tbcMain.TabIndex = 5; // // tabPage4 // tabPage4.Controls.Add(grbBatch); tabPage4.Location = new System.Drawing.Point(4, 26); tabPage4.Name = "tabPage4"; tabPage4.Size = new System.Drawing.Size(621, 305); tabPage4.TabIndex = 3; tabPage4.Text = "Batch Editor"; // // grbBatch // grbBatch.Controls.Add(pnlBatchMain); grbBatch.Controls.Add(vrbViewBatch); grbBatch.Controls.Add(grbSaveLoad); grbBatch.Controls.Add(grbLoopControl); grbBatch.Location = new System.Drawing.Point(3, 8); grbBatch.Name = "grbBatch"; grbBatch.Size = new System.Drawing.Size(612, 298); grbBatch.TabIndex = 2; grbBatch.TabStop = false; grbBatch.Text = "Batch Command Execution"; // // pnlBatchMain // pnlBatchMain.Controls.Add(pnlBatch4); pnlBatchMain.Controls.Add(pnlBatch3); pnlBatchMain.Controls.Add(pnlBatch2); pnlBatchMain.Controls.Add(pnlBatch1); pnlBatchMain.Location = new System.Drawing.Point(6, 19); pnlBatchMain.Name = "pnlBatchMain"; pnlBatchMain.Size = new System.Drawing.Size(492, 265); pnlBatchMain.TabIndex = 31; // // pnlBatch4 // pnlBatch4.Controls.Add(txbBatch4); pnlBatch4.Controls.Add(btnRunB4); pnlBatch4.Controls.Add(chbLoopB4); pnlBatch4.Controls.Add(rtbBatchList4); pnlBatch4.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch4.Location = new System.Drawing.Point(369, 0); pnlBatch4.Name = "pnlBatch4"; pnlBatch4.Size = new System.Drawing.Size(123, 265); pnlBatch4.TabIndex = 33; // // txbBatch4 // txbBatch4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch4.BackColor = System.Drawing.SystemColors.Window; txbBatch4.Location = new System.Drawing.Point(3, 3); txbBatch4.Name = "txbBatch4"; txbBatch4.Size = new System.Drawing.Size(116, 23); txbBatch4.TabIndex = 12; txbBatch4.Text = "Batch 4"; txbBatch4.Click += new System.EventHandler(BatchList_Click); txbBatch4.Leave += new System.EventHandler(txbBatch_Leave); txbBatch4.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // btnRunB4 // btnRunB4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB4.Location = new System.Drawing.Point(4, 238); btnRunB4.Name = "btnRunB4"; btnRunB4.Size = new System.Drawing.Size(50, 25); btnRunB4.TabIndex = 14; btnRunB4.Text = "Run"; btnRunB4.UseVisualStyleBackColor = true; btnRunB4.Click += new System.EventHandler(RunPauseBatch); // // chbLoopB4 // chbLoopB4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB4.AutoSize = true; chbLoopB4.Location = new System.Drawing.Point(58, 240); chbLoopB4.Name = "chbLoopB4"; chbLoopB4.Size = new System.Drawing.Size(62, 21); chbLoopB4.TabIndex = 15; chbLoopB4.Text = "Loop"; chbLoopB4.UseVisualStyleBackColor = true; chbLoopB4.Visible = false; // // rtbBatchList4 // rtbBatchList4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList4.Location = new System.Drawing.Point(3, 26); rtbBatchList4.MaxLength = 5000; rtbBatchList4.Multiline = true; rtbBatchList4.Name = "rtbBatchList4"; rtbBatchList4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList4.Size = new System.Drawing.Size(116, 207); rtbBatchList4.TabIndex = 29; rtbBatchList4.WordWrap = false; rtbBatchList4.Click += new System.EventHandler(BatchList_Click); // // pnlBatch3 // pnlBatch3.Controls.Add(txbBatch3); pnlBatch3.Controls.Add(chbLoopB3); pnlBatch3.Controls.Add(btnRunB3); pnlBatch3.Controls.Add(rtbBatchList3); pnlBatch3.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch3.Location = new System.Drawing.Point(246, 0); pnlBatch3.Name = "pnlBatch3"; pnlBatch3.Size = new System.Drawing.Size(123, 265); pnlBatch3.TabIndex = 32; // // txbBatch3 // txbBatch3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch3.BackColor = System.Drawing.SystemColors.Window; txbBatch3.Location = new System.Drawing.Point(3, 3); txbBatch3.Name = "txbBatch3"; txbBatch3.Size = new System.Drawing.Size(116, 23); txbBatch3.TabIndex = 8; txbBatch3.Text = "Batch 3"; txbBatch3.Click += new System.EventHandler(BatchList_Click); txbBatch3.Leave += new System.EventHandler(txbBatch_Leave); txbBatch3.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // chbLoopB3 // chbLoopB3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB3.AutoSize = true; chbLoopB3.Location = new System.Drawing.Point(58, 240); chbLoopB3.Name = "chbLoopB3"; chbLoopB3.Size = new System.Drawing.Size(62, 21); chbLoopB3.TabIndex = 11; chbLoopB3.Text = "Loop"; chbLoopB3.UseVisualStyleBackColor = true; chbLoopB3.Visible = false; // // btnRunB3 // btnRunB3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB3.Location = new System.Drawing.Point(4, 238); btnRunB3.Name = "btnRunB3"; btnRunB3.Size = new System.Drawing.Size(50, 25); btnRunB3.TabIndex = 10; btnRunB3.Text = "Run"; btnRunB3.UseVisualStyleBackColor = true; btnRunB3.Click += new System.EventHandler(RunPauseBatch); // // rtbBatchList3 // rtbBatchList3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList3.Location = new System.Drawing.Point(3, 26); rtbBatchList3.MaxLength = 5000; rtbBatchList3.Multiline = true; rtbBatchList3.Name = "rtbBatchList3"; rtbBatchList3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList3.Size = new System.Drawing.Size(116, 207); rtbBatchList3.TabIndex = 28; rtbBatchList3.WordWrap = false; rtbBatchList3.Click += new System.EventHandler(BatchList_Click); // // pnlBatch2 // pnlBatch2.Controls.Add(txbBatch2); pnlBatch2.Controls.Add(chbLoopB2); pnlBatch2.Controls.Add(btnRunB2); pnlBatch2.Controls.Add(rtbBatchList2); pnlBatch2.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch2.Location = new System.Drawing.Point(123, 0); pnlBatch2.Name = "pnlBatch2"; pnlBatch2.Size = new System.Drawing.Size(123, 265); pnlBatch2.TabIndex = 31; // // txbBatch2 // txbBatch2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch2.BackColor = System.Drawing.SystemColors.Window; txbBatch2.Location = new System.Drawing.Point(3, 3); txbBatch2.Name = "txbBatch2"; txbBatch2.Size = new System.Drawing.Size(116, 23); txbBatch2.TabIndex = 4; txbBatch2.Text = "Batch 2"; txbBatch2.Click += new System.EventHandler(BatchList_Click); txbBatch2.Leave += new System.EventHandler(txbBatch_Leave); txbBatch2.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // chbLoopB2 // chbLoopB2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB2.AutoSize = true; chbLoopB2.Location = new System.Drawing.Point(58, 240); chbLoopB2.Name = "chbLoopB2"; chbLoopB2.Size = new System.Drawing.Size(62, 21); chbLoopB2.TabIndex = 7; chbLoopB2.Text = "Loop"; chbLoopB2.UseVisualStyleBackColor = true; chbLoopB2.Visible = false; // // btnRunB2 // btnRunB2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB2.Location = new System.Drawing.Point(4, 238); btnRunB2.Name = "btnRunB2"; btnRunB2.Size = new System.Drawing.Size(50, 25); btnRunB2.TabIndex = 6; btnRunB2.Text = "Run"; btnRunB2.UseVisualStyleBackColor = true; btnRunB2.Click += new System.EventHandler(RunPauseBatch); // // rtbBatchList2 // rtbBatchList2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList2.Location = new System.Drawing.Point(3, 26); rtbBatchList2.MaxLength = 5000; rtbBatchList2.Multiline = true; rtbBatchList2.Name = "rtbBatchList2"; rtbBatchList2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList2.Size = new System.Drawing.Size(116, 207); rtbBatchList2.TabIndex = 27; rtbBatchList2.WordWrap = false; rtbBatchList2.Click += new System.EventHandler(BatchList_Click); // // pnlBatch1 // pnlBatch1.Controls.Add(txbBatch1); pnlBatch1.Controls.Add(rtbBatchList1); pnlBatch1.Controls.Add(btnRunB1); pnlBatch1.Controls.Add(chbLoopB1); pnlBatch1.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch1.Location = new System.Drawing.Point(0, 0); pnlBatch1.Name = "pnlBatch1"; pnlBatch1.Size = new System.Drawing.Size(123, 265); pnlBatch1.TabIndex = 30; // // txbBatch1 // txbBatch1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch1.BackColor = System.Drawing.SystemColors.Window; txbBatch1.Location = new System.Drawing.Point(3, 3); txbBatch1.Name = "txbBatch1"; txbBatch1.Size = new System.Drawing.Size(116, 23); txbBatch1.TabIndex = 0; txbBatch1.Text = "Batch 1"; ttpMainToolTip.SetToolTip(txbBatch1, "r"); txbBatch1.Click += new System.EventHandler(BatchList_Click); txbBatch1.Leave += new System.EventHandler(txbBatch_Leave); txbBatch1.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // rtbBatchList1 // rtbBatchList1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList1.Location = new System.Drawing.Point(3, 26); rtbBatchList1.MaxLength = 5000; rtbBatchList1.Multiline = true; rtbBatchList1.Name = "rtbBatchList1"; rtbBatchList1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList1.Size = new System.Drawing.Size(116, 207); rtbBatchList1.TabIndex = 26; rtbBatchList1.WordWrap = false; rtbBatchList1.Click += new System.EventHandler(BatchList_Click); // // btnRunB1 // btnRunB1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB1.Location = new System.Drawing.Point(5, 238); btnRunB1.Name = "btnRunB1"; btnRunB1.Size = new System.Drawing.Size(50, 25); btnRunB1.TabIndex = 2; btnRunB1.Text = "Run"; btnRunB1.UseVisualStyleBackColor = true; btnRunB1.Click += new System.EventHandler(RunPauseBatch); // // chbLoopB1 // chbLoopB1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB1.AutoSize = true; chbLoopB1.Location = new System.Drawing.Point(58, 241); chbLoopB1.Name = "chbLoopB1"; chbLoopB1.Size = new System.Drawing.Size(62, 21); chbLoopB1.TabIndex = 3; chbLoopB1.Text = "Loop"; chbLoopB1.UseVisualStyleBackColor = true; chbLoopB1.Visible = false; // // vrbViewBatch // vrbViewBatch.Controls.Add(label5); vrbViewBatch.Controls.Add(label3); vrbViewBatch.Controls.Add(label2); vrbViewBatch.Controls.Add(label1); vrbViewBatch.Controls.Add(chbViewB4); vrbViewBatch.Controls.Add(chbViewB3); vrbViewBatch.Controls.Add(chbViewB2); vrbViewBatch.Controls.Add(chbViewB1); vrbViewBatch.Location = new System.Drawing.Point(506, 12); vrbViewBatch.Name = "vrbViewBatch"; vrbViewBatch.Size = new System.Drawing.Size(102, 59); vrbViewBatch.TabIndex = 30; vrbViewBatch.TabStop = false; vrbViewBatch.Text = "View Batch"; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(73, 36); label5.Name = "label5"; label5.Size = new System.Drawing.Size(16, 17); label5.TabIndex = 7; label5.Text = "4"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(54, 36); label3.Name = "label3"; label3.Size = new System.Drawing.Size(16, 17); label3.TabIndex = 6; label3.Text = "3"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(32, 36); label2.Name = "label2"; label2.Size = new System.Drawing.Size(16, 17); label2.TabIndex = 5; label2.Text = "2"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(12, 36); label1.Name = "label1"; label1.Size = new System.Drawing.Size(16, 17); label1.TabIndex = 4; label1.Text = "1"; // // chbViewB4 // chbViewB4.AutoSize = true; chbViewB4.Checked = true; chbViewB4.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB4.Location = new System.Drawing.Point(72, 19); chbViewB4.Name = "chbViewB4"; chbViewB4.Size = new System.Drawing.Size(18, 17); chbViewB4.TabIndex = 3; chbViewB4.UseVisualStyleBackColor = true; chbViewB4.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // chbViewB3 // chbViewB3.AutoSize = true; chbViewB3.Checked = true; chbViewB3.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB3.Location = new System.Drawing.Point(52, 19); chbViewB3.Name = "chbViewB3"; chbViewB3.Size = new System.Drawing.Size(18, 17); chbViewB3.TabIndex = 2; chbViewB3.UseVisualStyleBackColor = true; chbViewB3.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // chbViewB2 // chbViewB2.AutoSize = true; chbViewB2.Checked = true; chbViewB2.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB2.Location = new System.Drawing.Point(32, 19); chbViewB2.Name = "chbViewB2"; chbViewB2.Size = new System.Drawing.Size(18, 17); chbViewB2.TabIndex = 1; chbViewB2.UseVisualStyleBackColor = true; chbViewB2.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // chbViewB1 // chbViewB1.AutoSize = true; chbViewB1.Checked = true; chbViewB1.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB1.Location = new System.Drawing.Point(12, 19); chbViewB1.Name = "chbViewB1"; chbViewB1.Size = new System.Drawing.Size(18, 17); chbViewB1.TabIndex = 0; chbViewB1.UseVisualStyleBackColor = true; chbViewB1.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // grbSaveLoad // grbSaveLoad.Controls.Add(btnSaveBatch); grbSaveLoad.Controls.Add(rdbSaveOpenB4); grbSaveLoad.Controls.Add(btnOpenBatch); grbSaveLoad.Controls.Add(rdbSaveOpenB3); grbSaveLoad.Controls.Add(rdbSaveOpenB2); grbSaveLoad.Controls.Add(rdbSaveOpenB1); grbSaveLoad.Location = new System.Drawing.Point(506, 75); grbSaveLoad.Name = "grbSaveLoad"; grbSaveLoad.Size = new System.Drawing.Size(102, 78); grbSaveLoad.TabIndex = 17; grbSaveLoad.TabStop = false; grbSaveLoad.Text = "Save/Load Batch"; // // btnSaveBatch // btnSaveBatch.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveBatch.Image"))); btnSaveBatch.Location = new System.Drawing.Point(51, 46); btnSaveBatch.Name = "btnSaveBatch"; btnSaveBatch.Size = new System.Drawing.Size(26, 26); btnSaveBatch.TabIndex = 22; btnSaveBatch.UseVisualStyleBackColor = true; btnSaveBatch.Click += new System.EventHandler(btnSaveBatch_Click); // // rdbSaveOpenB4 // rdbSaveOpenB4.AutoSize = true; rdbSaveOpenB4.Location = new System.Drawing.Point(71, 27); rdbSaveOpenB4.Name = "rdbSaveOpenB4"; rdbSaveOpenB4.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB4.TabIndex = 3; rdbSaveOpenB4.TabStop = true; rdbSaveOpenB4.UseVisualStyleBackColor = true; rdbSaveOpenB4.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // btnOpenBatch // btnOpenBatch.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenBatch.Image"))); btnOpenBatch.Location = new System.Drawing.Point(19, 46); btnOpenBatch.Name = "btnOpenBatch"; btnOpenBatch.Size = new System.Drawing.Size(26, 26); btnOpenBatch.TabIndex = 21; btnOpenBatch.UseVisualStyleBackColor = true; btnOpenBatch.Click += new System.EventHandler(btnOpenBatch_Click); // // rdbSaveOpenB3 // rdbSaveOpenB3.AutoSize = true; rdbSaveOpenB3.Location = new System.Drawing.Point(51, 27); rdbSaveOpenB3.Name = "rdbSaveOpenB3"; rdbSaveOpenB3.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB3.TabIndex = 2; rdbSaveOpenB3.TabStop = true; rdbSaveOpenB3.UseVisualStyleBackColor = true; rdbSaveOpenB3.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // rdbSaveOpenB2 // rdbSaveOpenB2.AutoSize = true; rdbSaveOpenB2.Location = new System.Drawing.Point(31, 27); rdbSaveOpenB2.Name = "rdbSaveOpenB2"; rdbSaveOpenB2.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB2.TabIndex = 1; rdbSaveOpenB2.TabStop = true; rdbSaveOpenB2.UseVisualStyleBackColor = true; rdbSaveOpenB2.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // rdbSaveOpenB1 // rdbSaveOpenB1.AutoSize = true; rdbSaveOpenB1.Checked = true; rdbSaveOpenB1.Location = new System.Drawing.Point(11, 27); rdbSaveOpenB1.Name = "rdbSaveOpenB1"; rdbSaveOpenB1.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB1.TabIndex = 0; rdbSaveOpenB1.TabStop = true; rdbSaveOpenB1.UseVisualStyleBackColor = true; rdbSaveOpenB1.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // grbLoopControl // grbLoopControl.Controls.Add(chbLoopLimit); grbLoopControl.Controls.Add(btnResetLoop); grbLoopControl.Controls.Add(txbLoopCount); grbLoopControl.Controls.Add(label4); grbLoopControl.Controls.Add(nudLoopLimit); grbLoopControl.Location = new System.Drawing.Point(506, 154); grbLoopControl.Name = "grbLoopControl"; grbLoopControl.Size = new System.Drawing.Size(102, 130); grbLoopControl.TabIndex = 16; grbLoopControl.TabStop = false; grbLoopControl.Text = "Loop control"; grbLoopControl.Visible = false; // // nudLoopLimit // nudLoopLimit.Location = new System.Drawing.Point(33, 39); nudLoopLimit.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); nudLoopLimit.Minimum = new decimal(new int[] { 1, 0, 0, 0}); nudLoopLimit.Name = "nudLoopLimit"; nudLoopLimit.ReadOnly = true; nudLoopLimit.Size = new System.Drawing.Size(47, 23); nudLoopLimit.TabIndex = 5; nudLoopLimit.Value = new decimal(new int[] { 1, 0, 0, 0}); nudLoopLimit.ValueChanged += new System.EventHandler(nudLoopLimit_ValueChanged); // // btnResetLoop // btnResetLoop.Location = new System.Drawing.Point(12, 103); btnResetLoop.Margin = new System.Windows.Forms.Padding(0); btnResetLoop.Name = "btnResetLoop"; btnResetLoop.Size = new System.Drawing.Size(74, 24); btnResetLoop.TabIndex = 4; btnResetLoop.Text = "Stop/Reset"; btnResetLoop.UseVisualStyleBackColor = true; btnResetLoop.Click += new System.EventHandler(btnResetLoop_Click); // // txbLoopCount // txbLoopCount.Enabled = false; txbLoopCount.Location = new System.Drawing.Point(33, 75); txbLoopCount.Margin = new System.Windows.Forms.Padding(1); txbLoopCount.Name = "txbLoopCount"; txbLoopCount.ReadOnly = true; txbLoopCount.Size = new System.Drawing.Size(47, 23); txbLoopCount.TabIndex = 3; txbLoopCount.Text = "0"; txbLoopCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F); label4.Location = new System.Drawing.Point(9, 60); label4.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(71, 15); label4.TabIndex = 2; label4.Text = "Loop count:"; // // chbLoopLimit // chbLoopLimit.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chbLoopLimit.Location = new System.Drawing.Point(33, 18); chbLoopLimit.Margin = new System.Windows.Forms.Padding(1); chbLoopLimit.MaximumSize = new System.Drawing.Size(0, 17); chbLoopLimit.Name = "chbLoopLimit"; chbLoopLimit.Size = new System.Drawing.Size(64, 17); chbLoopLimit.TabIndex = 0; chbLoopLimit.Text = "Limit"; chbLoopLimit.UseVisualStyleBackColor = true; chbLoopLimit.CheckedChanged += new System.EventHandler(chbLoopLimit_CheckedChanged); // // tbpFIFO // tbpFIFO.BackColor = System.Drawing.SystemColors.Control; tbpFIFO.Controls.Add(pnlBerPer); tbpFIFO.Controls.Add(pnlRXFIFO); tbpFIFO.Controls.Add(pnlTXFIFO); tbpFIFO.Location = new System.Drawing.Point(4, 25); tbpFIFO.Name = "tbpFIFO"; tbpFIFO.Padding = new System.Windows.Forms.Padding(3); tbpFIFO.Size = new System.Drawing.Size(621, 306); tbpFIFO.TabIndex = 0; tbpFIFO.Text = "FIFO"; // // pnlBerPer // pnlBerPer.Controls.Add(btnResetFifo); pnlBerPer.Controls.Add(lblBER); pnlBerPer.Controls.Add(lblBitError); pnlBerPer.Controls.Add(lblDatabits); pnlBerPer.Controls.Add(txbBitErrors); pnlBerPer.Controls.Add(txbBER); pnlBerPer.Controls.Add(txbDatabits); pnlBerPer.Controls.Add(lblPER); pnlBerPer.Controls.Add(lblLost); pnlBerPer.Controls.Add(lblPackets); pnlBerPer.Controls.Add(txbLost); pnlBerPer.Controls.Add(txbPER); pnlBerPer.Controls.Add(txbPackets); pnlBerPer.Location = new System.Drawing.Point(367, 19); pnlBerPer.Name = "pnlBerPer"; pnlBerPer.Size = new System.Drawing.Size(124, 263); pnlBerPer.TabIndex = 28; // // btnResetFifo // btnResetFifo.Location = new System.Drawing.Point(58, 199); btnResetFifo.Name = "btnResetFifo"; btnResetFifo.Size = new System.Drawing.Size(45, 26); btnResetFifo.TabIndex = 27; btnResetFifo.Text = "Reset"; btnResetFifo.UseVisualStyleBackColor = true; btnResetFifo.Click += new System.EventHandler(btnResetFifo_Click); // // lblBER // lblBER.AutoSize = true; lblBER.Location = new System.Drawing.Point(7, 176); lblBER.Name = "lblBER"; lblBER.Size = new System.Drawing.Size(40, 17); lblBER.TabIndex = 26; lblBER.Text = "BER:"; // // lblBitError // lblBitError.AutoSize = true; lblBitError.Location = new System.Drawing.Point(7, 150); lblBitError.Name = "lblBitError"; lblBitError.Size = new System.Drawing.Size(70, 17); lblBitError.TabIndex = 25; lblBitError.Text = "Bit errors:"; // // lblDatabits // lblDatabits.AutoSize = true; lblDatabits.Location = new System.Drawing.Point(7, 122); lblDatabits.Name = "lblDatabits"; lblDatabits.Size = new System.Drawing.Size(64, 17); lblDatabits.TabIndex = 24; lblDatabits.Text = "Databits:"; // // txbBitErrors // txbBitErrors.BackColor = System.Drawing.SystemColors.Control; txbBitErrors.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbBitErrors.Location = new System.Drawing.Point(58, 145); txbBitErrors.Name = "txbBitErrors"; txbBitErrors.ReadOnly = true; txbBitErrors.Size = new System.Drawing.Size(60, 23); txbBitErrors.TabIndex = 23; txbBitErrors.Text = "0"; txbBitErrors.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbBER // txbBER.BackColor = System.Drawing.SystemColors.Control; txbBER.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbBER.ForeColor = System.Drawing.Color.Red; txbBER.Location = new System.Drawing.Point(58, 173); txbBER.Name = "txbBER"; txbBER.ReadOnly = true; txbBER.Size = new System.Drawing.Size(60, 23); txbBER.TabIndex = 22; txbBER.Text = "0"; txbBER.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbDatabits // txbDatabits.BackColor = System.Drawing.SystemColors.Control; txbDatabits.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbDatabits.Location = new System.Drawing.Point(58, 119); txbDatabits.Name = "txbDatabits"; txbDatabits.ReadOnly = true; txbDatabits.Size = new System.Drawing.Size(60, 23); txbDatabits.TabIndex = 21; txbDatabits.Text = "0"; txbDatabits.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // lblPER // lblPER.AutoSize = true; lblPER.Location = new System.Drawing.Point(7, 94); lblPER.Name = "lblPER"; lblPER.Size = new System.Drawing.Size(40, 17); lblPER.TabIndex = 20; lblPER.Text = "PER:"; // // lblLost // lblLost.AutoSize = true; lblLost.Location = new System.Drawing.Point(7, 68); lblLost.Name = "lblLost"; lblLost.Size = new System.Drawing.Size(39, 17); lblLost.TabIndex = 19; lblLost.Text = "Lost:"; // // lblPackets // lblPackets.AutoSize = true; lblPackets.Location = new System.Drawing.Point(7, 40); lblPackets.Name = "lblPackets"; lblPackets.Size = new System.Drawing.Size(62, 17); lblPackets.TabIndex = 18; lblPackets.Text = "Packets:"; // // txbLost // txbLost.BackColor = System.Drawing.SystemColors.Control; txbLost.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbLost.Location = new System.Drawing.Point(58, 65); txbLost.Name = "txbLost"; txbLost.ReadOnly = true; txbLost.Size = new System.Drawing.Size(60, 23); txbLost.TabIndex = 17; txbLost.Text = "0"; txbLost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbPER // txbPER.BackColor = System.Drawing.SystemColors.Control; txbPER.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbPER.ForeColor = System.Drawing.Color.Red; txbPER.Location = new System.Drawing.Point(58, 91); txbPER.Name = "txbPER"; txbPER.ReadOnly = true; txbPER.Size = new System.Drawing.Size(60, 23); txbPER.TabIndex = 16; txbPER.Text = "0"; txbPER.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbPackets // txbPackets.BackColor = System.Drawing.SystemColors.Control; txbPackets.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbPackets.Location = new System.Drawing.Point(58, 37); txbPackets.Name = "txbPackets"; txbPackets.ReadOnly = true; txbPackets.Size = new System.Drawing.Size(60, 23); txbPackets.TabIndex = 15; txbPackets.Text = "0"; txbPackets.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // pnlRXFIFO // pnlRXFIFO.Controls.Add(dgvRX); pnlRXFIFO.Controls.Add(btnSaveRead); pnlRXFIFO.Controls.Add(btnOpenRead); pnlRXFIFO.Controls.Add(btnRead); pnlRXFIFO.Location = new System.Drawing.Point(147, 19); pnlRXFIFO.Name = "pnlRXFIFO"; pnlRXFIFO.Size = new System.Drawing.Size(177, 263); pnlRXFIFO.TabIndex = 27; // // dgvRX // dgvRX.AllowUserToAddRows = false; dgvRX.AllowUserToDeleteRows = false; dgvRX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvRX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { dataGridViewTextBoxColumn1, dataGridViewTextBoxColumn2, xpdC, errC}); dgvRX.Location = new System.Drawing.Point(3, 3); dgvRX.MultiSelect = false; dgvRX.Name = "dgvRX"; dgvRX.RowHeadersWidth = 25; dgvRX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; dgvRX.Size = new System.Drawing.Size(168, 224); dgvRX.TabIndex = 26; dgvRX.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRX_CellEndEdit); dgvRX.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(dgvRX_ColumnHeaderMouseClick); // // dataGridViewTextBoxColumn1 // dataGridViewTextBoxColumn1.HeaderText = "#"; dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; dataGridViewTextBoxColumn1.ReadOnly = true; dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; dataGridViewTextBoxColumn1.Width = 32; // // dataGridViewTextBoxColumn2 // dataGridViewTextBoxColumn2.HeaderText = "Hex"; dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; dataGridViewTextBoxColumn2.ReadOnly = true; dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; dataGridViewTextBoxColumn2.Width = 30; // // xpdC // xpdC.HeaderText = "Xpd"; xpdC.Name = "xpdC"; xpdC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; xpdC.Width = 30; // // errC // errC.HeaderText = "Err"; errC.Name = "errC"; errC.ReadOnly = true; errC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; errC.Width = 30; // // btnSaveRead // btnSaveRead.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveRead.Image"))); btnSaveRead.Location = new System.Drawing.Point(103, 234); btnSaveRead.Name = "btnSaveRead"; btnSaveRead.Size = new System.Drawing.Size(26, 26); btnSaveRead.TabIndex = 25; btnSaveRead.UseVisualStyleBackColor = true; btnSaveRead.Click += new System.EventHandler(btnSaveRead_Click); // // btnOpenRead // btnOpenRead.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenRead.Image"))); btnOpenRead.Location = new System.Drawing.Point(78, 234); btnOpenRead.Name = "btnOpenRead"; btnOpenRead.Size = new System.Drawing.Size(26, 26); btnOpenRead.TabIndex = 24; btnOpenRead.UseVisualStyleBackColor = true; btnOpenRead.Click += new System.EventHandler(btnOpenRead_Click); // // btnRead // btnRead.Location = new System.Drawing.Point(32, 234); btnRead.Name = "btnRead"; btnRead.Size = new System.Drawing.Size(45, 26); btnRead.TabIndex = 23; btnRead.Text = "Read"; btnRead.UseVisualStyleBackColor = true; btnRead.Click += new System.EventHandler(btnRead_Click); // // pnlTXFIFO // pnlTXFIFO.Controls.Add(dgvTX); pnlTXFIFO.Controls.Add(btnSaveWrite); pnlTXFIFO.Controls.Add(btnOpenWrite); pnlTXFIFO.Controls.Add(btnWrite); pnlTXFIFO.Location = new System.Drawing.Point(25, 19); pnlTXFIFO.Name = "pnlTXFIFO"; pnlTXFIFO.Size = new System.Drawing.Size(116, 263); pnlTXFIFO.TabIndex = 26; // // dgvTX // dgvTX.AllowUserToAddRows = false; dgvTX.AllowUserToDeleteRows = false; dgvTX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvTX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { numC, dataC}); dgvTX.Location = new System.Drawing.Point(5, 3); dgvTX.MultiSelect = false; dgvTX.Name = "dgvTX"; dgvTX.RowHeadersWidth = 25; dgvTX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; dgvTX.Size = new System.Drawing.Size(106, 224); dgvTX.TabIndex = 25; dgvTX.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvTX_CellEndEdit); dgvTX.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(dgvTX_ColumnHeaderMouseClick); // // numC // numC.HeaderText = "#"; numC.Name = "numC"; numC.ReadOnly = true; numC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; numC.Width = 30; // // dataC // dataC.HeaderText = "Hex"; dataC.Name = "dataC"; dataC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; dataC.Width = 32; // // btnSaveWrite // btnSaveWrite.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveWrite.Image"))); btnSaveWrite.Location = new System.Drawing.Point(79, 234); btnSaveWrite.Name = "btnSaveWrite"; btnSaveWrite.Size = new System.Drawing.Size(26, 26); btnSaveWrite.TabIndex = 24; btnSaveWrite.UseVisualStyleBackColor = true; btnSaveWrite.Click += new System.EventHandler(btnSaveWrite_Click); // // btnOpenWrite // btnOpenWrite.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenWrite.Image"))); btnOpenWrite.Location = new System.Drawing.Point(54, 234); btnOpenWrite.Name = "btnOpenWrite"; btnOpenWrite.Size = new System.Drawing.Size(26, 26); btnOpenWrite.TabIndex = 23; btnOpenWrite.UseVisualStyleBackColor = true; btnOpenWrite.Click += new System.EventHandler(btnOpenWrite_Click); // // btnWrite // btnWrite.Location = new System.Drawing.Point(8, 234); btnWrite.Name = "btnWrite"; btnWrite.Size = new System.Drawing.Size(45, 26); btnWrite.TabIndex = 22; btnWrite.Text = "Write"; btnWrite.UseVisualStyleBackColor = true; btnWrite.Click += new System.EventHandler(btnWrite_Click); // // tbpDescription // tbpDescription.BackColor = System.Drawing.SystemColors.Control; tbpDescription.Controls.Add(txbDescription); tbpDescription.Location = new System.Drawing.Point(4, 25); tbpDescription.Name = "tbpDescription"; tbpDescription.Padding = new System.Windows.Forms.Padding(3); tbpDescription.Size = new System.Drawing.Size(621, 306); tbpDescription.TabIndex = 1; tbpDescription.Text = "Register Description"; // // txbDescription // txbDescription.BackColor = System.Drawing.SystemColors.Window; txbDescription.Location = new System.Drawing.Point(6, 6); txbDescription.Name = "txbDescription"; txbDescription.ReadOnly = true; txbDescription.Size = new System.Drawing.Size(609, 290); txbDescription.TabIndex = 1; txbDescription.Text = "test"; txbDescription.WordWrap = false; // // chbDisableLogging // chbDisableLogging.Appearance = System.Windows.Forms.Appearance.Button; chbDisableLogging.AutoSize = true; chbDisableLogging.BackColor = System.Drawing.Color.Red; chbDisableLogging.Checked = true; chbDisableLogging.CheckState = System.Windows.Forms.CheckState.Checked; chbDisableLogging.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chbDisableLogging.Location = new System.Drawing.Point(16, 525); chbDisableLogging.Name = "chbDisableLogging"; chbDisableLogging.Size = new System.Drawing.Size(117, 27); chbDisableLogging.TabIndex = 5; chbDisableLogging.Text = "Enable Logging"; chbDisableLogging.UseVisualStyleBackColor = false; chbDisableLogging.CheckedChanged += new System.EventHandler(chbDisableLogging_CheckedChanged); // // lblTermWin // lblTermWin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); lblTermWin.AutoSize = true; lblTermWin.Location = new System.Drawing.Point(38, 7); lblTermWin.Margin = new System.Windows.Forms.Padding(3); lblTermWin.Name = "lblTermWin"; lblTermWin.Size = new System.Drawing.Size(85, 17); lblTermWin.TabIndex = 2; lblTermWin.Text = "Log window:"; lblTermWin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnClearLog // btnClearLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnClearLog.Location = new System.Drawing.Point(-315, 525); btnClearLog.Name = "btnClearLog"; btnClearLog.Size = new System.Drawing.Size(75, 23); btnClearLog.TabIndex = 1; btnClearLog.Text = "Clear Log"; btnClearLog.UseVisualStyleBackColor = true; btnClearLog.Click += new System.EventHandler(btnClearLog_Click); // // rtbLogWindow // rtbLogWindow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbLogWindow.Location = new System.Drawing.Point(16, 25); rtbLogWindow.Name = "rtbLogWindow"; rtbLogWindow.ReadOnly = true; rtbLogWindow.Size = new System.Drawing.Size(0, 494); rtbLogWindow.TabIndex = 0; rtbLogWindow.Text = ""; // // spiStatusBar // spiStatusBar.Location = new System.Drawing.Point(0, 660); spiStatusBar.Name = "spiStatusBar"; spiStatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { statusBarPanel1, sbChipRevPane, sbDeviceStatePane, statusBarPanel4}); spiStatusBar.ShowPanels = true; spiStatusBar.Size = new System.Drawing.Size(996, 22); spiStatusBar.TabIndex = 28; // // statusBarPanel1 // statusBarPanel1.Name = "statusBarPanel1"; statusBarPanel1.Text = " Device: Type=SIMULATION"; statusBarPanel1.Width = 170; // // sbChipRevPane // sbChipRevPane.Name = "sbChipRevPane"; sbChipRevPane.Text = "Chip Revision: A"; // // sbDeviceStatePane // sbDeviceStatePane.Name = "sbDeviceStatePane"; sbDeviceStatePane.Text = "Status: Ready"; sbDeviceStatePane.Width = 630; // // statusBarPanel4 // statusBarPanel4.Alignment = System.Windows.Forms.HorizontalAlignment.Right; statusBarPanel4.AnimationStyle = StatusBarTest.ProgressDisplayStyle.LeftToRight; statusBarPanel4.AnimationTick = System.TimeSpan.Parse("00:00:00.5000000"); statusBarPanel4.EndPoint = ((long)(100)); statusBarPanel4.Name = "statusBarPanel4"; statusBarPanel4.ProgressPosition = ((long)(0)); statusBarPanel4.ShowText = true; statusBarPanel4.StartPoint = ((long)(0)); statusBarPanel4.StepSize = ((long)(10)); statusBarPanel4.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw; statusBarPanel4.TextFont = new System.Drawing.Font("Arial", 8F); // // tmrCommon // tmrCommon.Interval = 2000; tmrCommon.Tick += new System.EventHandler(tsrMainToolStrip_IdentifyRequested); // // ttpMainToolTip // ttpMainToolTip.AutoPopDelay = 5000; ttpMainToolTip.InitialDelay = 0; ttpMainToolTip.ReshowDelay = 0; // // tsrMainToolStrip // tsrMainToolStrip.AmmeteringEnabled = true; tsrMainToolStrip.AmmeteringVisible = true; tsrMainToolStrip.AutoSize = false; tsrMainToolStrip.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; tsrMainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsrMainToolStrip.IdentifyEnabled = true; tsrMainToolStrip.IdentifyVisible = true; tsrMainToolStrip.Location = new System.Drawing.Point(0, 0); tsrMainToolStrip.Name = "tsrMainToolStrip"; tsrMainToolStrip.Nickname = "Nickname"; tsrMainToolStrip.OpenEnabled = true; tsrMainToolStrip.OpenVisible = true; tsrMainToolStrip.ResetEnabled = true; tsrMainToolStrip.ResetVisible = true; tsrMainToolStrip.SaveEnabled = true; tsrMainToolStrip.SaveVisible = true; tsrMainToolStrip.Size = new System.Drawing.Size(996, 31); tsrMainToolStrip.SwitchEnabled = true; tsrMainToolStrip.SwitchVisible = true; tsrMainToolStrip.TabIndex = 30; tsrMainToolStrip.Text = "applicationToolStrip1"; tsrMainToolStrip.VoltageEnabled = true; tsrMainToolStrip.VoltageVisible = true; tsrMainToolStrip.AmmeteringRequested += new System.EventHandler(tsrMainToolStrip_AmmeteringRequested); tsrMainToolStrip.IdentifyRequested += new System.EventHandler(tsrMainToolStrip_IdentifyRequested); tsrMainToolStrip.OpenRequested += new System.EventHandler(tsrMainToolStrip_OpenRequested); tsrMainToolStrip.ResetRequested += new System.EventHandler(tsrMainToolStrip_ResetRequested); tsrMainToolStrip.SaveRequested += new System.EventHandler(tsrMainToolStrip_SaveRequested); tsrMainToolStrip.SetVoltageRequested += new NewWDS.Applications.App_Common.AppToolStrip.ApplicationToolStrip.SetVoltageEventHandler(tsrMainToolStrip_SetVoltageRequested); tsrMainToolStrip.SwitchMouseEnterRequested += new System.EventHandler(tsrMainToolStrip_SwitchMouseEnterRequested); tsrMainToolStrip.SwitchRequested += new System.EventHandler(tsrMainToolStrip_SwitchRequested); // // AppWin_SPITool_PRO // AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; ClientSize = new System.Drawing.Size(996, 682); Controls.Add(tsrMainToolStrip); Controls.Add(spiStatusBar); Controls.Add(spcMainContainer); Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; MaximizeBox = false; Name = "AppWin_SPITool_PRO"; ShowIcon = false; Text = "Si4XXX Register Setting Panel"; FormClosing += new System.Windows.Forms.FormClosingEventHandler(formClosingEventHandler); Load += new System.EventHandler(SPI_Form_Load); grbRegisterFilter.ResumeLayout(false); grbRegisterFilter.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(dgvRegisterList)).EndInit(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); spcMainContainer.Panel1.ResumeLayout(false); spcMainContainer.Panel2.ResumeLayout(false); spcMainContainer.Panel2.PerformLayout(); spcMainContainer.ResumeLayout(false); grbLog.ResumeLayout(false); grbLog.PerformLayout(); tbcMain.ResumeLayout(false); tabPage4.ResumeLayout(false); grbBatch.ResumeLayout(false); pnlBatchMain.ResumeLayout(false); pnlBatch4.ResumeLayout(false); pnlBatch4.PerformLayout(); pnlBatch3.ResumeLayout(false); pnlBatch3.PerformLayout(); pnlBatch2.ResumeLayout(false); pnlBatch2.PerformLayout(); pnlBatch1.ResumeLayout(false); pnlBatch1.PerformLayout(); vrbViewBatch.ResumeLayout(false); vrbViewBatch.PerformLayout(); grbSaveLoad.ResumeLayout(false); grbSaveLoad.PerformLayout(); grbLoopControl.ResumeLayout(false); grbLoopControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(nudLoopLimit)).EndInit(); tbpFIFO.ResumeLayout(false); pnlBerPer.ResumeLayout(false); pnlBerPer.PerformLayout(); pnlRXFIFO.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(dgvRX)).EndInit(); pnlTXFIFO.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(dgvTX)).EndInit(); tbpDescription.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sbChipRevPane)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sbDeviceStatePane)).EndInit(); ((System.ComponentModel.ISupportInitialize)(statusBarPanel4)).EndInit(); ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox userGroup; System.Windows.Forms.Label passwordAnswer; System.Windows.Forms.Button resetPasswordButton; System.Windows.Forms.Label passwordQuestionLabel; System.Windows.Forms.Label userNameLabel; this.m_PasswordAnswerTextBox = new System.Windows.Forms.TextBox(); this.m_PasswordQuestionTextBox = new System.Windows.Forms.TextBox(); this.m_UserNameTextBox = new System.Windows.Forms.TextBox(); this.m_Validator = new System.Windows.Forms.ErrorProvider(this.components); userGroup = new System.Windows.Forms.GroupBox(); passwordAnswer = new System.Windows.Forms.Label(); resetPasswordButton = new System.Windows.Forms.Button(); passwordQuestionLabel = new System.Windows.Forms.Label(); userNameLabel = new System.Windows.Forms.Label(); userGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit(); this.SuspendLayout(); // // 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); }
/// ----------------------------------------------------------------------------------- /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ----------------------------------------------------------------------------------- private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label lblLookup; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LanguageSetup)); System.Windows.Forms.Label lblFindPattern; System.Windows.Forms.ColumnHeader hdrLanguageName; System.Windows.Forms.ColumnHeader hdrCountry; System.Windows.Forms.ColumnHeader hdrEthnologueCode; System.Windows.Forms.GroupBox grpCurrentLang; System.Windows.Forms.Label lblCurrentEthCode; System.Windows.Forms.Label lblCurrentLangName; System.Windows.Forms.Label lblOtherNames; System.Windows.Forms.Label lblInstructions1; System.Windows.Forms.Label lblInstructions2; System.Windows.Forms.HelpProvider helpProvider1; this.txtFindPattern = new System.Windows.Forms.TextBox(); this.btnFind = new System.Windows.Forms.Button(); this.lvFindResult = new System.Windows.Forms.ListView(); this.lblCurrentEthCodeValue = new System.Windows.Forms.Label(); this.txtCurrentLangName = new System.Windows.Forms.TextBox(); this.lblOtherNamesList = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.cboLookup = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); lblLookup = new System.Windows.Forms.Label(); lblFindPattern = new System.Windows.Forms.Label(); hdrLanguageName = new System.Windows.Forms.ColumnHeader(); hdrCountry = new System.Windows.Forms.ColumnHeader(); hdrEthnologueCode = new System.Windows.Forms.ColumnHeader(); grpCurrentLang = new System.Windows.Forms.GroupBox(); lblCurrentEthCode = new System.Windows.Forms.Label(); lblCurrentLangName = new System.Windows.Forms.Label(); lblOtherNames = new System.Windows.Forms.Label(); lblInstructions1 = new System.Windows.Forms.Label(); lblInstructions2 = new System.Windows.Forms.Label(); helpProvider1 = new System.Windows.Forms.HelpProvider(); grpCurrentLang.SuspendLayout(); this.SuspendLayout(); // // lblLookup // resources.ApplyResources(lblLookup, "lblLookup"); lblLookup.Name = "lblLookup"; helpProvider1.SetShowHelp(lblLookup, ((bool)(resources.GetObject("lblLookup.ShowHelp")))); // // txtFindPattern // this.txtFindPattern.AcceptsReturn = true; resources.ApplyResources(this.txtFindPattern, "txtFindPattern"); helpProvider1.SetHelpString(this.txtFindPattern, resources.GetString("txtFindPattern.HelpString")); this.txtFindPattern.Name = "txtFindPattern"; helpProvider1.SetShowHelp(this.txtFindPattern, ((bool)(resources.GetObject("txtFindPattern.ShowHelp")))); this.txtFindPattern.Enter += new System.EventHandler(this.txtFindPattern_Enter); this.txtFindPattern.Leave += new System.EventHandler(this.txtFindPattern_Leave); this.txtFindPattern.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFindPattern_KeyPress); this.txtFindPattern.TextChanged += new System.EventHandler(this.txtFindPattern_TextChanged); // // btnFind // resources.ApplyResources(this.btnFind, "btnFind"); helpProvider1.SetHelpString(this.btnFind, resources.GetString("btnFind.HelpString")); this.btnFind.Name = "btnFind"; helpProvider1.SetShowHelp(this.btnFind, ((bool)(resources.GetObject("btnFind.ShowHelp")))); this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // // lblFindPattern // resources.ApplyResources(lblFindPattern, "lblFindPattern"); lblFindPattern.Name = "lblFindPattern"; helpProvider1.SetShowHelp(lblFindPattern, ((bool)(resources.GetObject("lblFindPattern.ShowHelp")))); // // lvFindResult // resources.ApplyResources(this.lvFindResult, "lvFindResult"); this.lvFindResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { hdrLanguageName, hdrCountry, hdrEthnologueCode }); this.lvFindResult.FullRowSelect = true; helpProvider1.SetHelpString(this.lvFindResult, resources.GetString("lvFindResult.HelpString")); this.lvFindResult.HideSelection = false; this.lvFindResult.MultiSelect = false; this.lvFindResult.Name = "lvFindResult"; helpProvider1.SetShowHelp(this.lvFindResult, ((bool)(resources.GetObject("lvFindResult.ShowHelp")))); this.lvFindResult.UseCompatibleStateImageBehavior = false; this.lvFindResult.View = System.Windows.Forms.View.Details; this.lvFindResult.Enter += new System.EventHandler(this.lvFindResult_Enter); this.lvFindResult.SelectedIndexChanged += new System.EventHandler(this.lvFindResult_SelectedIndexChanged); this.lvFindResult.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvFindResult_ColumnClick); // // hdrLanguageName // resources.ApplyResources(hdrLanguageName, "hdrLanguageName"); // // hdrCountry // resources.ApplyResources(hdrCountry, "hdrCountry"); // // hdrEthnologueCode // resources.ApplyResources(hdrEthnologueCode, "hdrEthnologueCode"); // // grpCurrentLang // grpCurrentLang.Controls.Add(lblCurrentEthCode); grpCurrentLang.Controls.Add(this.lblCurrentEthCodeValue); 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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox userGroup; System.Windows.Forms.Label newPassword; System.Windows.Forms.Label passwordAnswer; System.Windows.Forms.Button changePasswordButton; System.Windows.Forms.Label passwordQuestionLabel; System.Windows.Forms.Label userNameLabel; this.m_NewPasswordTextBox = new System.Windows.Forms.TextBox(); this.m_PasswordAnswerTextBox = new System.Windows.Forms.TextBox(); this.m_PasswordQuestionTextBox = new System.Windows.Forms.TextBox(); this.m_UserNameTextBox = new System.Windows.Forms.TextBox(); this.m_Validator = new System.Windows.Forms.ErrorProvider(this.components); userGroup = new System.Windows.Forms.GroupBox(); newPassword = new System.Windows.Forms.Label(); passwordAnswer = new System.Windows.Forms.Label(); changePasswordButton = new System.Windows.Forms.Button(); passwordQuestionLabel = new System.Windows.Forms.Label(); userNameLabel = new System.Windows.Forms.Label(); userGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit(); this.SuspendLayout(); // // userGroup // userGroup.Controls.Add(this.m_NewPasswordTextBox); userGroup.Controls.Add(newPassword); userGroup.Controls.Add(this.m_PasswordAnswerTextBox); userGroup.Controls.Add(passwordAnswer); userGroup.Controls.Add(changePasswordButton); 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(223, 191); userGroup.TabIndex = 1; userGroup.TabStop = false; userGroup.Text = "User Account:"; // // 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(77, 13); newPassword.TabIndex = 16; newPassword.Text = "New Password:"******"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(90, 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(89, 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(59, 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"; userGroup.ResumeLayout(false); userGroup.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox opCredenciais; System.Windows.Forms.GroupBox Galcance; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Principal)); this.login = new System.Windows.Forms.Label(); this.BoxUser = new System.Windows.Forms.TextBox(); this.BoxSenha = new System.Windows.Forms.TextBox(); this.password = new System.Windows.Forms.Label(); this.filMax = new System.Windows.Forms.NumericUpDown(); this.filMin = new System.Windows.Forms.NumericUpDown(); this.LInicio = new System.Windows.Forms.Label(); this.Lfim = new System.Windows.Forms.Label(); this.origem = new System.Windows.Forms.TextBox(); this.origemlabel = new System.Windows.Forms.Label(); this.destino = new System.Windows.Forms.TextBox(); this.destinolabel = new System.Windows.Forms.Label(); this.info = new System.Windows.Forms.Label(); this.ok = new System.Windows.Forms.Button(); this.log = new System.Windows.Forms.RichTextBox(); this.dica = new System.Windows.Forms.ToolTip(this.components); this.barraProgresso = new System.Windows.Forms.ProgressBar(); this.bgw = new System.ComponentModel.BackgroundWorker(); this.Abas = new System.Windows.Forms.TabControl(); this.TabCopia = new System.Windows.Forms.TabPage(); this.radioPasta = new System.Windows.Forms.RadioButton(); this.radioArqs = new System.Windows.Forms.RadioButton(); this.btSeleciona = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.selecionarArquivo = new System.Windows.Forms.OpenFileDialog(); this.selecionarPasta = new System.Windows.Forms.FolderBrowserDialog(); opCredenciais = new System.Windows.Forms.GroupBox(); Galcance = new System.Windows.Forms.GroupBox(); opCredenciais.SuspendLayout(); Galcance.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.filMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.filMin)).BeginInit(); this.Abas.SuspendLayout(); this.TabCopia.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // opCredenciais // opCredenciais.Controls.Add(this.login); opCredenciais.Controls.Add(this.BoxUser); opCredenciais.Controls.Add(this.BoxSenha); opCredenciais.Controls.Add(this.password); opCredenciais.Cursor = System.Windows.Forms.Cursors.Hand; opCredenciais.Dock = System.Windows.Forms.DockStyle.Top; opCredenciais.FlatStyle = System.Windows.Forms.FlatStyle.Popup; opCredenciais.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); opCredenciais.Location = new System.Drawing.Point(3, 3); opCredenciais.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); opCredenciais.Name = "opCredenciais"; opCredenciais.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); opCredenciais.Size = new System.Drawing.Size(414, 54); opCredenciais.TabIndex = 0; opCredenciais.TabStop = false; opCredenciais.Text = "Credenciais"; // // login // this.login.AutoSize = true; this.login.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.login.Location = new System.Drawing.Point(11, 28); this.login.Name = "login"; this.login.Size = new System.Drawing.Size(29, 13); this.login.TabIndex = 5; this.login.Text = "User"; // // BoxUser // this.BoxUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BoxUser.Location = new System.Drawing.Point(43, 25); this.BoxUser.Name = "BoxUser"; this.BoxUser.Size = new System.Drawing.Size(135, 20); this.BoxUser.TabIndex = 3; this.BoxUser.Text = "matriz"; // // BoxSenha // this.BoxSenha.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BoxSenha.Location = new System.Drawing.Point(244, 25); this.BoxSenha.Name = "BoxSenha"; this.BoxSenha.Size = new System.Drawing.Size(161, 20); this.BoxSenha.TabIndex = 4; this.BoxSenha.Text = "SAPUCAIA"; this.BoxSenha.UseSystemPasswordChar = true; // // password // this.password.AutoSize = true; this.password.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.password.Location = new System.Drawing.Point(200, 28); this.password.Name = "password"; this.password.Size = new System.Drawing.Size(38, 13); this.password.TabIndex = 6; this.password.Text = "Senha"; // // Galcance // Galcance.Controls.Add(this.filMax); Galcance.Controls.Add(this.filMin); Galcance.Controls.Add(this.LInicio); Galcance.Controls.Add(this.Lfim); Galcance.Cursor = System.Windows.Forms.Cursors.Hand; Galcance.Dock = System.Windows.Forms.DockStyle.Top; Galcance.FlatStyle = System.Windows.Forms.FlatStyle.Popup; Galcance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); Galcance.Location = new System.Drawing.Point(3, 57); Galcance.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); Galcance.Name = "Galcance"; Galcance.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); Galcance.Size = new System.Drawing.Size(414, 54); Galcance.TabIndex = 7; Galcance.TabStop = false; Galcance.Text = "Alcance"; // // filMax // this.filMax.Location = new System.Drawing.Point(244, 21); this.filMax.Name = "filMax"; this.filMax.Size = new System.Drawing.Size(161, 26); this.filMax.TabIndex = 8; this.filMax.Value = new decimal(new int[] { 3, 0, 0, 0 }); // // filMin // this.filMin.Location = new System.Drawing.Point(43, 22); this.filMin.Name = "filMin"; this.filMin.Size = new System.Drawing.Size(135, 26); this.filMin.TabIndex = 7; this.filMin.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // LInicio // this.LInicio.AutoSize = true; this.LInicio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LInicio.Location = new System.Drawing.Point(11, 28); this.LInicio.Name = "LInicio"; this.LInicio.Size = new System.Drawing.Size(32, 13); this.LInicio.TabIndex = 5; this.LInicio.Text = "Inicio"; // // Lfim // this.Lfim.AutoSize = true; this.Lfim.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Lfim.Location = new System.Drawing.Point(200, 28); this.Lfim.Name = "Lfim"; this.Lfim.Size = new System.Drawing.Size(23, 13); this.Lfim.TabIndex = 6; this.Lfim.Text = "Fim"; // // origem // this.origem.Location = new System.Drawing.Point(120, 36); this.origem.Name = "origem"; this.origem.ReadOnly = true; this.origem.Size = new System.Drawing.Size(292, 20); this.origem.TabIndex = 1; // // origemlabel // this.origemlabel.AutoSize = true; this.origemlabel.Location = new System.Drawing.Point(3, 39); this.origemlabel.Name = "origemlabel"; this.origemlabel.Size = new System.Drawing.Size(114, 13); this.origemlabel.TabIndex = 2; this.origemlabel.Text = " Arquivo/Pasta Origem"; // // destino // this.destino.Location = new System.Drawing.Point(120, 68); this.destino.Name = "destino"; this.destino.Size = new System.Drawing.Size(292, 20); this.destino.TabIndex = 1; this.destino.Text = "\\\\192.168.FF.PP\\sac\\prg\\"; // // destinolabel // this.destinolabel.AutoSize = true; this.destinolabel.Location = new System.Drawing.Point(6, 71); this.destinolabel.Name = "destinolabel"; this.destinolabel.Size = new System.Drawing.Size(114, 13); this.destinolabel.TabIndex = 2; this.destinolabel.Text = "Arquivo/Pasta Destino"; // // info // this.info.AutoSize = true; this.info.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.25F); this.info.Location = new System.Drawing.Point(117, 91); this.info.Name = "info"; this.info.Size = new System.Drawing.Size(183, 13); this.info.TabIndex = 3; this.info.Text = "\\\\192.168.FF.PP\\pasta\\novonome.ext"; this.dica.SetToolTip(this.info, "Manter FF = todas as filiais; Manter PP = todos os PDV\'s"); // // ok // this.ok.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ok.Cursor = System.Windows.Forms.Cursors.Hand; this.ok.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.ok.FlatAppearance.BorderSize = 3; this.ok.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.ok.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.ok.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.ok.ForeColor = System.Drawing.Color.DarkOrange; this.ok.Location = new System.Drawing.Point(9, 107); this.ok.Name = "ok"; this.ok.Size = new System.Drawing.Size(75, 23); this.ok.TabIndex = 4; this.ok.Text = "Ok"; this.ok.UseVisualStyleBackColor = false; this.ok.Click += new System.EventHandler(this.button1_Click); // // log // this.log.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(205)))), ((int)(((byte)(205))))); this.log.Cursor = System.Windows.Forms.Cursors.IBeam; this.log.Location = new System.Drawing.Point(9, 146); this.log.Name = "log"; this.log.ReadOnly = true; this.log.Size = new System.Drawing.Size(403, 149); this.log.TabIndex = 5; this.log.Text = ""; // // barraProgresso // this.barraProgresso.Location = new System.Drawing.Point(120, 107); this.barraProgresso.Name = "barraProgresso"; this.barraProgresso.Size = new System.Drawing.Size(292, 23); this.barraProgresso.TabIndex = 6; // // bgw // this.bgw.WorkerReportsProgress = true; this.bgw.WorkerSupportsCancellation = true; this.bgw.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BgWork_copiar); this.bgw.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgw_ProgressChanged); this.bgw.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgw_RunWorkerCompleted); // // Abas // this.Abas.Controls.Add(this.TabCopia); this.Abas.Controls.Add(this.tabPage2); this.Abas.Dock = System.Windows.Forms.DockStyle.Fill; this.Abas.Location = new System.Drawing.Point(0, 0); this.Abas.Margin = new System.Windows.Forms.Padding(0); this.Abas.Name = "Abas"; this.Abas.SelectedIndex = 0; this.Abas.Size = new System.Drawing.Size(428, 330); this.Abas.TabIndex = 7; // // TabCopia // this.TabCopia.BackColor = System.Drawing.SystemColors.HotTrack; this.TabCopia.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.TabCopia.Controls.Add(this.radioPasta); this.TabCopia.Controls.Add(this.radioArqs); this.TabCopia.Controls.Add(this.btSeleciona); this.TabCopia.Controls.Add(this.origemlabel); this.TabCopia.Controls.Add(this.barraProgresso); this.TabCopia.Controls.Add(this.origem); this.TabCopia.Controls.Add(this.log); this.TabCopia.Controls.Add(this.destino); this.TabCopia.Controls.Add(this.ok); this.TabCopia.Controls.Add(this.destinolabel); this.TabCopia.Controls.Add(this.info); this.TabCopia.Cursor = System.Windows.Forms.Cursors.Default; this.TabCopia.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.TabCopia.Location = new System.Drawing.Point(4, 22); this.TabCopia.Margin = new System.Windows.Forms.Padding(1); this.TabCopia.Name = "TabCopia"; this.TabCopia.Padding = new System.Windows.Forms.Padding(3); this.TabCopia.Size = new System.Drawing.Size(420, 304); this.TabCopia.TabIndex = 0; this.TabCopia.Text = "Copia"; this.TabCopia.ToolTipText = "Define Origem e Destino da copia e a executa"; // // radioPasta // this.radioPasta.AutoSize = true; this.radioPasta.Location = new System.Drawing.Point(192, 12); this.radioPasta.Name = "radioPasta"; this.radioPasta.Size = new System.Drawing.Size(52, 17); this.radioPasta.TabIndex = 10; this.radioPasta.Text = "Pasta"; this.radioPasta.UseVisualStyleBackColor = true; // // radioArqs // this.radioArqs.AutoSize = true; this.radioArqs.Checked = true; this.radioArqs.Location = new System.Drawing.Point(120, 13); this.radioArqs.Name = "radioArqs"; this.radioArqs.Size = new System.Drawing.Size(66, 17); this.radioArqs.TabIndex = 9; this.radioArqs.TabStop = true; this.radioArqs.Text = "Arquivos"; this.radioArqs.UseVisualStyleBackColor = true; // // btSeleciona // this.btSeleciona.Location = new System.Drawing.Point(336, 9); this.btSeleciona.Name = "btSeleciona"; this.btSeleciona.Size = new System.Drawing.Size(76, 23); this.btSeleciona.TabIndex = 7; this.btSeleciona.Text = "Selecionar"; this.btSeleciona.UseVisualStyleBackColor = true; this.btSeleciona.Click += new System.EventHandler(this.btSeleciona_Click); // // tabPage2 // this.tabPage2.BackColor = System.Drawing.SystemColors.HotTrack; this.tabPage2.Controls.Add(Galcance); this.tabPage2.Controls.Add(opCredenciais); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(420, 304); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Configurações"; // // selecionarArquivo // this.selecionarArquivo.CheckFileExists = false; this.selecionarArquivo.DereferenceLinks = false; this.selecionarArquivo.FileName = "Folder Selection."; this.selecionarArquivo.Multiselect = true; this.selecionarArquivo.ValidateNames = false; // // Principal // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.HotTrack; this.ClientSize = new System.Drawing.Size(428, 330); this.Controls.Add(this.Abas); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Principal"; this.Text = "Envio de Arquivos nas Filiais V: 1.2.1.5"; opCredenciais.ResumeLayout(false); opCredenciais.PerformLayout(); Galcance.ResumeLayout(false); Galcance.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.filMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.filMin)).EndInit(); this.Abas.ResumeLayout(false); this.TabCopia.ResumeLayout(false); this.TabCopia.PerformLayout(); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { label1 = new Label(); texBox = new StringInputComboBox(); pltBox = new StringInputComboBox(); label2 = new Label(); grpEdit = new GroupBox(); btnPaste = new Button(); btnCopy = new Button(); btnCut = new Button(); grpEdit.SuspendLayout(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Drawing.Point(56, 23); label1.Name = "label1"; label1.Size = new Drawing.Size(46, 13); label1.TabIndex = 1; label1.Text = "Texture:"; // // texBox // texBox.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; texBox.FormattingEnabled = true; texBox.Location = new Drawing.Point(108, 20); texBox.Name = "texBox"; texBox.Size = new Drawing.Size(288, 21); texBox.TabIndex = 2; texBox.ValueChanged += new EventHandler(TexChanged); // // pltBox // pltBox.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; pltBox.BackColor = SystemColors.Window; pltBox.FormattingEnabled = true; pltBox.Location = new Drawing.Point(108, 47); pltBox.Name = "pltBox"; pltBox.Size = new Drawing.Size(288, 21); pltBox.TabIndex = 4; pltBox.ValueChanged += new EventHandler(TexChanged); // // label2 // label2.AutoSize = true; label2.Location = new Drawing.Point(59, 50); label2.Name = "label2"; label2.Size = new Drawing.Size(43, 13); label2.TabIndex = 3; label2.Text = "Palette:"; // // grpEdit // grpEdit.Controls.Add(btnPaste); grpEdit.Controls.Add(pltBox); grpEdit.Controls.Add(btnCopy); grpEdit.Controls.Add(label1); grpEdit.Controls.Add(texBox); grpEdit.Controls.Add(btnCut); grpEdit.Controls.Add(label2); grpEdit.Dock = DockStyle.Fill; grpEdit.Location = new Drawing.Point(0, 0); grpEdit.Name = "grpEdit"; grpEdit.Size = new Drawing.Size(402, 77); grpEdit.TabIndex = 28; grpEdit.TabStop = false; grpEdit.Text = "Edit Frame"; // // btnPaste // btnPaste.Location = new Drawing.Point(3, 54); btnPaste.Name = "btnPaste"; btnPaste.Size = new Drawing.Size(50, 20); btnPaste.TabIndex = 26; btnPaste.Text = "Paste"; btnPaste.UseVisualStyleBackColor = true; btnPaste.Click += new EventHandler(btnPaste_Click); // // btnCopy // btnCopy.Location = new Drawing.Point(3, 35); btnCopy.Name = "btnCopy"; btnCopy.Size = new Drawing.Size(50, 20); btnCopy.TabIndex = 25; btnCopy.Text = "Copy"; btnCopy.UseVisualStyleBackColor = true; btnCopy.Click += new EventHandler(btnCopy_Click); // // btnCut // btnCut.Location = new Drawing.Point(3, 16); btnCut.Name = "btnCut"; btnCut.Size = new Drawing.Size(50, 20); btnCut.TabIndex = 24; btnCut.Text = "Cut"; btnCut.UseVisualStyleBackColor = true; btnCut.Click += new EventHandler(btnCut_Click); // // PAT0Editor // Controls.Add(grpEdit); MinimumSize = new Drawing.Size(402, 77); Name = "PAT0Editor"; Size = new Drawing.Size(402, 77); grpEdit.ResumeLayout(false); grpEdit.PerformLayout(); ResumeLayout(false); }
private void Diseño_Forma() { #region Creando controles de la forma components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tipo_pieza)); groupBoxdatos = new System.Windows.Forms.GroupBox(); txt_Descripcion = new System.Windows.Forms.TextBox(); txt_Nombre = new System.Windows.Forms.TextBox(); txt_Lote = new System.Windows.Forms.TextBox(); lbl_Descripcion = new System.Windows.Forms.Label(); lbl_Nombre = new System.Windows.Forms.Label(); lbl_Lote = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); Pic_Tipopieza = new System.Windows.Forms.PictureBox(); groupBoxdatos.SuspendLayout(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(Pic_Tipopieza)).BeginInit(); SuspendLayout(); pic_Logo = new System.Windows.Forms.PictureBox(); components = new System.ComponentModel.Container(); groupBoxdatos = new System.Windows.Forms.GroupBox(); txt_Descripcion = new System.Windows.Forms.TextBox(); txt_Nombre = new System.Windows.Forms.TextBox(); txt_Lote = new System.Windows.Forms.TextBox(); lbl_Descripcion = new System.Windows.Forms.Label(); lbl_Nombre = new System.Windows.Forms.Label(); lbl_Lote = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); Pic_Tipopieza = new System.Windows.Forms.PictureBox(); groupBoxdatos.SuspendLayout(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(Pic_Tipopieza)).BeginInit(); SuspendLayout(); #endregion // // groupBoxdatos // groupBoxdatos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBoxdatos.Controls.Add(txt_Descripcion); groupBoxdatos.Controls.Add(txt_Nombre); groupBoxdatos.Controls.Add(txt_Lote); groupBoxdatos.Controls.Add(lbl_Descripcion); groupBoxdatos.Controls.Add(lbl_Nombre); groupBoxdatos.Controls.Add(lbl_Lote); groupBoxdatos.Location = new System.Drawing.Point(11, 60); groupBoxdatos.Name = "groupBoxdatos"; groupBoxdatos.Size = new System.Drawing.Size(418, 150); groupBoxdatos.TabIndex = 75; groupBoxdatos.TabStop = false; groupBoxdatos.Text = "Datos de tipo de piezas"; // // txt_Descripcion // txt_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Descripcion.Location = new System.Drawing.Point(126, 87); txt_Descripcion.MaxLength = 50; txt_Descripcion.Name = "txt_Descripcion"; txt_Descripcion.Size = new System.Drawing.Size(270, 40); txt_Descripcion.TabIndex = 73; txt_Descripcion.Multiline = true; txt_Descripcion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descripcion_KeyPress); // // txt_Nombre // txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Nombre.Location = new System.Drawing.Point(126, 62); txt_Nombre.MaxLength = 25; txt_Nombre.Name = "txt_Nombre"; txt_Nombre.Size = new System.Drawing.Size(127, 20); txt_Nombre.TabIndex = 72; txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress); // // txt_Lote // txt_Lote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Lote.Location = new System.Drawing.Point(126, 37); txt_Lote.Name = "txt_Lote"; txt_Lote.MaxLength = 2; txt_Lote.Size = new System.Drawing.Size(127, 20); txt_Lote.TabIndex = 70; txt_Lote.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Lote_KeyPress); // // lbl_Descripcion // lbl_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Descripcion.AutoSize = true; lbl_Descripcion.Location = new System.Drawing.Point(27, 91); lbl_Descripcion.Name = "lbl_Descripcion"; lbl_Descripcion.Size = new System.Drawing.Size(34, 13); lbl_Descripcion.TabIndex = 71; lbl_Descripcion.Text = "Descripción"; // // lbl_Nombre // lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Nombre.AutoSize = true; lbl_Nombre.Location = new System.Drawing.Point(27, 66); lbl_Nombre.Name = "lbl_Nombre"; lbl_Nombre.Size = new System.Drawing.Size(44, 13); lbl_Nombre.TabIndex = 69; lbl_Nombre.Text = "Nombre"; // // lbl_Lote // lbl_Lote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Lote.AutoSize = true; lbl_Lote.Location = new System.Drawing.Point(28, 44); lbl_Lote.Name = "lbl_Lote"; lbl_Lote.Size = new System.Drawing.Size(34, 13); lbl_Lote.TabIndex = 68; lbl_Lote.Text = "Numero de Lote"; // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, ayudaToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(448, 24); menuStrip1.TabIndex = 77; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator1, salirToolStripMenuItem }); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(151, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(148, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { modificarToolStripMenuItem, eliminarToolStripMenuItem }); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20); editarToolStripMenuItem.Text = "&Editar"; // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Visible = false; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem }); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // errorProvider1 // errorProvider1.ContainerControl = this; // // Pic_Tipopieza // Pic_Tipopieza.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Materia_prima; Pic_Tipopieza.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; Pic_Tipopieza.Location = new System.Drawing.Point(351, 25); Pic_Tipopieza.Name = "Pic_Tipopieza"; Pic_Tipopieza.Size = new System.Drawing.Size(85, 67); Pic_Tipopieza.TabIndex = 79; Pic_Tipopieza.TabStop = false; // // pic_Logo // pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe; pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Logo.Location = new System.Drawing.Point(280, 200); pic_Logo.Name = "pic_Logo"; pic_Logo.Size = new System.Drawing.Size(152, 70); pic_Logo.TabIndex = 13; pic_Logo.TabStop = false; pic_Logo.SendToBack(); // // Tipo de pieza // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(448, 284); Controls.Add(Pic_Tipopieza); Controls.Add(menuStrip1); Controls.Add(pic_Logo); Controls.Add(groupBoxdatos); BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196))))); FormClosing += new System.Windows.Forms.FormClosingEventHandler(Tipo_PiezaFormClosing); Icon = global::Sistema_Shajobe.Properties.Resources.MateriaPrima_ICO; MaximizeBox = false; MaximumSize = new System.Drawing.Size(454, 306); MinimumSize = new System.Drawing.Size(454, 306); Name = "TipoPieza"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Tipo de Pieza"; Load += new System.EventHandler(Tipo_pieza_Load); groupBoxdatos.ResumeLayout(false); groupBoxdatos.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(Pic_Tipopieza)).EndInit(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox userGroup; System.Windows.Forms.Label newAnswerLabel; System.Windows.Forms.Label newQuestionLabel; System.Windows.Forms.Label passwordAnswer; System.Windows.Forms.Button updateUserButton; System.Windows.Forms.Label passwordQuestionLabel; System.Windows.Forms.Label emailLabel; System.Windows.Forms.Label userNameLabel; this.m_NewAnswerTextBox = new System.Windows.Forms.TextBox(); this.m_NewQuestionTextBox = new System.Windows.Forms.TextBox(); this.m_LcokedOutCheckBox = new System.Windows.Forms.CheckBox(); this.m_OldAnswerTextBox = new System.Windows.Forms.TextBox(); this.m_ActiveUserCheckbox = new System.Windows.Forms.CheckBox(); this.m_OldQuestionTextBox = new System.Windows.Forms.TextBox(); this.m_EmailTextBox = new System.Windows.Forms.TextBox(); this.m_UserNameTextBox = new System.Windows.Forms.TextBox(); this.m_Validator = new System.Windows.Forms.ErrorProvider(this.components); userGroup = new System.Windows.Forms.GroupBox(); newAnswerLabel = new System.Windows.Forms.Label(); newQuestionLabel = new System.Windows.Forms.Label(); passwordAnswer = new System.Windows.Forms.Label(); updateUserButton = new System.Windows.Forms.Button(); passwordQuestionLabel = new System.Windows.Forms.Label(); emailLabel = new System.Windows.Forms.Label(); userNameLabel = new System.Windows.Forms.Label(); userGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit(); this.SuspendLayout(); // // userGroup // userGroup.Controls.Add(this.m_NewAnswerTextBox); userGroup.Controls.Add(newAnswerLabel); userGroup.Controls.Add(this.m_NewQuestionTextBox); userGroup.Controls.Add(newQuestionLabel); userGroup.Controls.Add(this.m_LcokedOutCheckBox); userGroup.Controls.Add(this.m_OldAnswerTextBox); userGroup.Controls.Add(passwordAnswer); userGroup.Controls.Add(this.m_ActiveUserCheckbox); userGroup.Controls.Add(updateUserButton); userGroup.Controls.Add(this.m_OldQuestionTextBox); userGroup.Controls.Add(passwordQuestionLabel); userGroup.Controls.Add(this.m_EmailTextBox); userGroup.Controls.Add(emailLabel); 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(231, 266); userGroup.TabIndex = 1; userGroup.TabStop = false; userGroup.Text = "User Account:"; // // m_NewAnswerTextBox // this.m_NewAnswerTextBox.Location = new System.Drawing.Point(7, 237); this.m_NewAnswerTextBox.Name = "m_NewAnswerTextBox"; this.m_NewAnswerTextBox.Size = new System.Drawing.Size(100, 20); this.m_NewAnswerTextBox.TabIndex = 20; // // newAnswerLabel // newAnswerLabel.AutoSize = true; newAnswerLabel.Location = new System.Drawing.Point(6, 221); newAnswerLabel.Name = "newAnswerLabel"; newAnswerLabel.Size = new System.Drawing.Size(66, 13); newAnswerLabel.TabIndex = 19; newAnswerLabel.Text = "New Answer:"; // // m_NewQuestionTextBox // this.m_NewQuestionTextBox.Location = new System.Drawing.Point(7, 195); this.m_NewQuestionTextBox.Name = "m_NewQuestionTextBox"; this.m_NewQuestionTextBox.Size = new System.Drawing.Size(100, 20); this.m_NewQuestionTextBox.TabIndex = 18; // // newQuestionLabel // newQuestionLabel.AutoSize = true; newQuestionLabel.Location = new System.Drawing.Point(6, 179); newQuestionLabel.Name = "newQuestionLabel"; newQuestionLabel.Size = new System.Drawing.Size(73, 13); newQuestionLabel.TabIndex = 17; newQuestionLabel.Text = "New Question:"; // // m_LcokedOutCheckBox // this.m_LcokedOutCheckBox.AutoSize = true; this.m_LcokedOutCheckBox.Location = new System.Drawing.Point(138, 52); this.m_LcokedOutCheckBox.Name = "m_LcokedOutCheckBox"; this.m_LcokedOutCheckBox.Size = new System.Drawing.Size(78, 17); this.m_LcokedOutCheckBox.TabIndex = 16; this.m_LcokedOutCheckBox.Text = "Locked Out"; // // m_OldAnswerTextBox // this.m_OldAnswerTextBox.Location = new System.Drawing.Point(7, 155); this.m_OldAnswerTextBox.Name = "m_OldAnswerTextBox"; this.m_OldAnswerTextBox.Size = new System.Drawing.Size(100, 20); this.m_OldAnswerTextBox.TabIndex = 15; // // passwordAnswer // passwordAnswer.AutoSize = true; passwordAnswer.Location = new System.Drawing.Point(6, 139); passwordAnswer.Name = "passwordAnswer"; passwordAnswer.Size = new System.Drawing.Size(60, 13); passwordAnswer.TabIndex = 14; passwordAnswer.Text = "Old Answer:"; // // m_ActiveUserCheckbox // this.m_ActiveUserCheckbox.AutoSize = true; this.m_ActiveUserCheckbox.Location = new System.Drawing.Point(138, 29); this.m_ActiveUserCheckbox.Name = "m_ActiveUserCheckbox"; this.m_ActiveUserCheckbox.Size = new System.Drawing.Size(77, 17); this.m_ActiveUserCheckbox.TabIndex = 13; this.m_ActiveUserCheckbox.Text = "Active User"; // // updateUserButton // updateUserButton.Location = new System.Drawing.Point(138, 75); updateUserButton.Name = "updateUserButton"; updateUserButton.Size = new System.Drawing.Size(88, 23); updateUserButton.TabIndex = 4; updateUserButton.Text = "Update User"; updateUserButton.Click += new System.EventHandler(this.OnUpdateUser); // // m_OldQuestionTextBox // this.m_OldQuestionTextBox.Enabled = false; this.m_OldQuestionTextBox.Location = new System.Drawing.Point(7, 113); this.m_OldQuestionTextBox.Name = "m_OldQuestionTextBox"; this.m_OldQuestionTextBox.Size = new System.Drawing.Size(100, 20); this.m_OldQuestionTextBox.TabIndex = 9; // // passwordQuestionLabel // passwordQuestionLabel.AutoSize = true; passwordQuestionLabel.Location = new System.Drawing.Point(6, 97); passwordQuestionLabel.Name = "passwordQuestionLabel"; passwordQuestionLabel.Size = new System.Drawing.Size(67, 13); passwordQuestionLabel.TabIndex = 8; passwordQuestionLabel.Text = "Old Question:"; // // m_EmailTextBox // this.m_EmailTextBox.Location = new System.Drawing.Point(7, 70); this.m_EmailTextBox.Name = "m_EmailTextBox"; this.m_EmailTextBox.Size = new System.Drawing.Size(100, 20); this.m_EmailTextBox.TabIndex = 7; // // emailLabel // emailLabel.AutoSize = true; emailLabel.Location = new System.Drawing.Point(6, 54); emailLabel.Name = "emailLabel"; emailLabel.Size = new System.Drawing.Size(34, 13); emailLabel.TabIndex = 6; emailLabel.Text = "E-mail:"; // // m_UserNameTextBox // this.m_UserNameTextBox.Location = new System.Drawing.Point(6, 29); 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, 13); userNameLabel.Name = "userNameLabel"; userNameLabel.Size = new System.Drawing.Size(59, 13); userNameLabel.TabIndex = 0; userNameLabel.Text = "User Name:"; // // m_Validator // this.m_Validator.ContainerControl = this; // // UpdateUserDialog // this.AcceptButton = updateUserButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(242, 280); this.Controls.Add(userGroup); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UpdateUserDialog"; this.ShowIcon = false; this.Text = "Update User Dialog"; userGroup.ResumeLayout(false); userGroup.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label6; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.m_subFolderTextBox = new System.Windows.Forms.TextBox(); this.m_mirrorFolderTextBox = new System.Windows.Forms.TextBox(); this.m_vaultTextBox = new System.Windows.Forms.TextBox(); this.m_serverTextBox = new System.Windows.Forms.TextBox(); this.m_passwordTextBox = new System.Windows.Forms.TextBox(); this.m_usernameTextBox = new System.Windows.Forms.TextBox(); this.m_fullMirrorButton = new System.Windows.Forms.Button(); this.m_partialMirrorButton = new System.Windows.Forms.Button(); this.m_cancelButton = new System.Windows.Forms.Button(); this.m_statusBar = new System.Windows.Forms.StatusBar(); this.m_statusBarTimer = new System.Windows.Forms.Timer(this.components); groupBox1 = new System.Windows.Forms.GroupBox(); label6 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBox1.Controls.Add(label6); groupBox1.Controls.Add(this.m_subFolderTextBox); groupBox1.Controls.Add(this.m_mirrorFolderTextBox); groupBox1.Controls.Add(this.m_vaultTextBox); groupBox1.Controls.Add(this.m_serverTextBox); groupBox1.Controls.Add(this.m_passwordTextBox); groupBox1.Controls.Add(this.m_usernameTextBox); groupBox1.Controls.Add(label5); groupBox1.Controls.Add(label4); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(label1); groupBox1.Location = new System.Drawing.Point(8, 8); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(394, 175); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Settings"; // // label6 // label6.Location = new System.Drawing.Point(8, 142); label6.Name = "label6"; label6.Size = new System.Drawing.Size(112, 16); label6.TabIndex = 14; label6.Text = "Mirror Items in Path:"; // // m_subFolderTextBox // this.m_subFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_subFolderTextBox.Location = new System.Drawing.Point(136, 138); this.m_subFolderTextBox.Name = "m_subFolderTextBox"; this.m_subFolderTextBox.Size = new System.Drawing.Size(250, 20); this.m_subFolderTextBox.TabIndex = 13; // // m_mirrorFolderTextBox // this.m_mirrorFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_mirrorFolderTextBox.Location = new System.Drawing.Point(136, 112); this.m_mirrorFolderTextBox.Name = "m_mirrorFolderTextBox"; this.m_mirrorFolderTextBox.Size = new System.Drawing.Size(250, 20); this.m_mirrorFolderTextBox.TabIndex = 12; // // m_vaultTextBox // this.m_vaultTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_vaultTextBox.Location = new System.Drawing.Point(136, 88); this.m_vaultTextBox.Name = "m_vaultTextBox"; this.m_vaultTextBox.Size = new System.Drawing.Size(250, 20); this.m_vaultTextBox.TabIndex = 11; // // m_serverTextBox // this.m_serverTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_serverTextBox.Location = new System.Drawing.Point(136, 64); this.m_serverTextBox.Name = "m_serverTextBox"; this.m_serverTextBox.Size = new System.Drawing.Size(250, 20); this.m_serverTextBox.TabIndex = 10; // // m_passwordTextBox // this.m_passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_passwordTextBox.Location = new System.Drawing.Point(136, 40); this.m_passwordTextBox.Name = "m_passwordTextBox"; this.m_passwordTextBox.PasswordChar = '*'; this.m_passwordTextBox.Size = new System.Drawing.Size(250, 20); this.m_passwordTextBox.TabIndex = 9; // // m_usernameTextBox // this.m_usernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_usernameTextBox.Location = new System.Drawing.Point(136, 16); this.m_usernameTextBox.Name = "m_usernameTextBox"; this.m_usernameTextBox.Size = new System.Drawing.Size(250, 20); this.m_usernameTextBox.TabIndex = 8; // // label5 // label5.Location = new System.Drawing.Point(8, 120); label5.Name = "label5"; label5.Size = new System.Drawing.Size(112, 16); label5.TabIndex = 7; label5.Text = "Mirror Folder:"; // // label4 // label4.Location = new System.Drawing.Point(8, 96); label4.Name = "label4"; label4.Size = new System.Drawing.Size(112, 16); label4.TabIndex = 6; label4.Text = "Vault:"; // // label3 // label3.Location = new System.Drawing.Point(8, 72); label3.Name = "label3"; label3.Size = new System.Drawing.Size(112, 16); label3.TabIndex = 5; label3.Text = "Server:"; // // label2 // label2.Location = new System.Drawing.Point(8, 48); label2.Name = "label2"; label2.Size = new System.Drawing.Size(112, 16); label2.TabIndex = 4; label2.Text = "Password:"******"label1"; label1.Size = new System.Drawing.Size(112, 16); label1.TabIndex = 3; label1.Text = "Username:"******"m_fullMirrorButton"; this.m_fullMirrorButton.Size = new System.Drawing.Size(120, 24); this.m_fullMirrorButton.TabIndex = 1; this.m_fullMirrorButton.Text = "Run Full Mirror"; this.m_fullMirrorButton.Click += new System.EventHandler(this.m_fullMirrorButton_Click); // // m_partialMirrorButton // this.m_partialMirrorButton.Location = new System.Drawing.Point(144, 189); this.m_partialMirrorButton.Name = "m_partialMirrorButton"; this.m_partialMirrorButton.Size = new System.Drawing.Size(120, 24); this.m_partialMirrorButton.TabIndex = 2; this.m_partialMirrorButton.Text = "Run Partial Mirror"; this.m_partialMirrorButton.Visible = false; this.m_partialMirrorButton.Click += new System.EventHandler(this.m_partialMirrorButton_Click); // // m_cancelButton // this.m_cancelButton.Location = new System.Drawing.Point(280, 189); this.m_cancelButton.Name = "m_cancelButton"; this.m_cancelButton.Size = new System.Drawing.Size(120, 24); this.m_cancelButton.TabIndex = 3; this.m_cancelButton.Text = "Cancel"; this.m_cancelButton.Click += new System.EventHandler(this.m_cancelButton_Click); // // m_statusBar // this.m_statusBar.Location = new System.Drawing.Point(0, 220); this.m_statusBar.Name = "m_statusBar"; this.m_statusBar.Size = new System.Drawing.Size(410, 16); this.m_statusBar.TabIndex = 4; // // m_statusBarTimer // this.m_statusBarTimer.Enabled = true; this.m_statusBarTimer.Tick += new System.EventHandler(this.m_statusBarTimer_Tick); // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(410, 236); this.Controls.Add(this.m_statusBar); this.Controls.Add(this.m_cancelButton); this.Controls.Add(this.m_partialMirrorButton); this.Controls.Add(this.m_fullMirrorButton); this.Controls.Add(groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(1416, 275); this.MinimumSize = new System.Drawing.Size(416, 250); this.Name = "MainForm"; this.Text = "Vault Mirror 2017"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.Windows.Forms.GroupBox groupBox1; this.quickViewBtn = new System.Windows.Forms.Button(); this.yMax = new System.Windows.Forms.NumericUpDown(); this.xMax = new System.Windows.Forms.NumericUpDown(); this.yMin = new System.Windows.Forms.NumericUpDown(); this.xMin = new System.Windows.Forms.NumericUpDown(); this.addGraphBtn = new System.Windows.Forms.Button(); this.drawingArea = new System.Windows.Forms.Panel(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.yMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.yMin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xMin)).BeginInit(); this.SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 16); label1.Name = "label1"; label1.Size = new System.Drawing.Size(39, 13); label1.TabIndex = 2; label1.Text = "X Axis:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(119, 39); label2.Name = "label2"; label2.Size = new System.Drawing.Size(16, 13); label2.TabIndex = 3; label2.Text = "to"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(6, 37); label3.Name = "label3"; label3.Size = new System.Drawing.Size(39, 13); label3.TabIndex = 4; label3.Text = "Y Axis:"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(119, 16); label4.Name = "label4"; label4.Size = new System.Drawing.Size(16, 13); label4.TabIndex = 5; label4.Text = "to"; // // groupBox1 // groupBox1.Controls.Add(this.quickViewBtn); groupBox1.Controls.Add(this.yMax); groupBox1.Controls.Add(this.xMax); groupBox1.Controls.Add(this.yMin); groupBox1.Controls.Add(this.xMin); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(label4); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(label3); groupBox1.Location = new System.Drawing.Point(176, 2); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(267, 63); groupBox1.TabIndex = 6; groupBox1.TabStop = false; groupBox1.Text = "Quick-View"; // // quickViewBtn // this.quickViewBtn.Location = new System.Drawing.Point(217, 16); this.quickViewBtn.Name = "quickViewBtn"; this.quickViewBtn.Size = new System.Drawing.Size(44, 41); this.quickViewBtn.TabIndex = 10; this.quickViewBtn.Text = "Set"; this.quickViewBtn.UseVisualStyleBackColor = true; this.quickViewBtn.Click += new System.EventHandler(this.quickViewBtn_Click); // // yMax // this.yMax.DecimalPlaces = 2; this.yMax.Increment = new decimal(new int[] { 5, 0, 0, 0 }); this.yMax.Location = new System.Drawing.Point(141, 37); this.yMax.Maximum = new decimal(new int[] { -1, -1, -1, 0 }); this.yMax.Minimum = new decimal(new int[] { -1, -1, -1, -2147483648 }); this.yMax.Name = "yMax"; this.yMax.Size = new System.Drawing.Size(70, 20); this.yMax.TabIndex = 9; // // xMax // this.xMax.DecimalPlaces = 2; this.xMax.Increment = new decimal(new int[] { 5, 0, 0, 0 }); this.xMax.Location = new System.Drawing.Point(141, 14); this.xMax.Maximum = new decimal(new int[] { -1, -1, -1, 0 }); this.xMax.Minimum = new decimal(new int[] { -1, -1, -1, -2147483648 }); this.xMax.Name = "xMax"; this.xMax.Size = new System.Drawing.Size(70, 20); this.xMax.TabIndex = 7; // // yMin // this.yMin.DecimalPlaces = 2; this.yMin.Increment = new decimal(new int[] { 5, 0, 0, 0 }); this.yMin.Location = new System.Drawing.Point(51, 37); this.yMin.Maximum = new decimal(new int[] { -1, -1, -1, 0 }); this.yMin.Minimum = new decimal(new int[] { -1, -1, -1, -2147483648 }); this.yMin.Name = "yMin"; this.yMin.Size = new System.Drawing.Size(62, 20); this.yMin.TabIndex = 8; // // xMin // this.xMin.DecimalPlaces = 2; this.xMin.Increment = new decimal(new int[] { 5, 0, 0, 0 }); this.xMin.Location = new System.Drawing.Point(51, 14); this.xMin.Maximum = new decimal(new int[] { -1, -1, -1, 0 }); this.xMin.Minimum = new decimal(new int[] { -1, -1, -1, -2147483648 }); this.xMin.Name = "xMin"; this.xMin.Size = new System.Drawing.Size(62, 20); this.xMin.TabIndex = 6; // // addGraphBtn // this.addGraphBtn.Location = new System.Drawing.Point(12, 12); this.addGraphBtn.Name = "addGraphBtn"; this.addGraphBtn.Size = new System.Drawing.Size(158, 53); this.addGraphBtn.TabIndex = 0; this.addGraphBtn.Text = "Add Graph..."; this.addGraphBtn.UseVisualStyleBackColor = true; this.addGraphBtn.Click += new System.EventHandler(this.addGraphBtn_Click); // // drawingArea // this.drawingArea.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.drawingArea.Location = new System.Drawing.Point(12, 71); this.drawingArea.Name = "drawingArea"; this.drawingArea.Size = new System.Drawing.Size(917, 464); this.drawingArea.TabIndex = 1; this.drawingArea.SizeChanged += new System.EventHandler(this.drawingArea_SizeChanged); this.drawingArea.MouseDown += new System.Windows.Forms.MouseEventHandler(this.drawingArea_MouseDown); this.drawingArea.MouseEnter += new System.EventHandler(this.drawingArea_MouseEnter); this.drawingArea.MouseMove += new System.Windows.Forms.MouseEventHandler(this.drawingArea_MouseMove); this.drawingArea.MouseUp += new System.Windows.Forms.MouseEventHandler(this.drawingArea_MouseUp); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(941, 547); this.Controls.Add(groupBox1); this.Controls.Add(this.drawingArea); this.Controls.Add(this.addGraphBtn); this.DoubleBuffered = true; this.Name = "MainForm"; this.Text = "Line Graphs Visualizer"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.yMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.yMin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xMin)).EndInit(); this.ResumeLayout(false); }
private void Diseño_Forma() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Cliente)); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pic_Cliente = new System.Windows.Forms.PictureBox(); groupBoxdatos = new System.Windows.Forms.GroupBox(); groupBoxfoto = new System.Windows.Forms.GroupBox(); btn_BuscarI = new System.Windows.Forms.Button(); txt_Diascredito = new System.Windows.Forms.TextBox(); txt_LimiteCredito = new System.Windows.Forms.TextBox(); txt_Saldo = new System.Windows.Forms.TextBox(); txt_NombreContacto = new System.Windows.Forms.TextBox(); txt_Email = new System.Windows.Forms.TextBox(); txt_Telefono = new System.Windows.Forms.TextBox(); txt_CP = new System.Windows.Forms.TextBox(); txt_Estado = new System.Windows.Forms.TextBox(); txt_Ciudad = new System.Windows.Forms.TextBox(); txt_Direccion = new System.Windows.Forms.TextBox(); txt_ApellidoM = new System.Windows.Forms.TextBox(); txt_ApellidoP = new System.Windows.Forms.TextBox(); txt_Nombre = new System.Windows.Forms.TextBox(); txt_RazonSocial = new System.Windows.Forms.TextBox(); txt_RFC = new System.Windows.Forms.TextBox(); lbl_Dias = new System.Windows.Forms.Label(); lbl_LimiteCredito = new System.Windows.Forms.Label(); lbl_Saldo = new System.Windows.Forms.Label(); lbl_NombreContacto = new System.Windows.Forms.Label(); lbl_Email = new System.Windows.Forms.Label(); lbl_Telefono = new System.Windows.Forms.Label(); lbl_CP = new System.Windows.Forms.Label(); lbl_Estado = new System.Windows.Forms.Label(); lbl_Ciudad = new System.Windows.Forms.Label(); lbl_Direccion = new System.Windows.Forms.Label(); lbl_ApellidoM = new System.Windows.Forms.Label(); lbl_ApellidoP = new System.Windows.Forms.Label(); lbl_Nombre = new System.Windows.Forms.Label(); lbl_Razon_Social = new System.Windows.Forms.Label(); lbl_RFC = new System.Windows.Forms.Label(); pic_Logo = new System.Windows.Forms.PictureBox(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Cliente)).BeginInit(); groupBoxdatos.SuspendLayout(); groupBoxfoto.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, ayudaToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(604, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator2, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(156, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(156, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(153, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(156, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(153, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(156, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { modificarToolStripMenuItem, eliminarToolStripMenuItem}); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(49, 20); editarToolStripMenuItem.Text = "&Editar"; // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(125, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(125, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // pic_Logo // pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe; pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Logo.Location = new System.Drawing.Point(380, 380); pic_Logo.Name = "pic_Logo"; pic_Logo.Size = new System.Drawing.Size(166, 84); pic_Logo.TabIndex = 13; pic_Logo.TabStop = false; // // pic_Cliente // pic_Cliente.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pic_Cliente.BackgroundImage"))); pic_Cliente.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Clientes; pic_Cliente.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Cliente.Location = new System.Drawing.Point(493, 25); pic_Cliente.Name = "pic_Cliente"; pic_Cliente.Size = new System.Drawing.Size(85, 67); pic_Cliente.TabIndex = 7; pic_Cliente.TabStop = false; // // groupBoxdatos // groupBoxdatos.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))); groupBoxdatos.Controls.Add(groupBoxfoto); groupBoxdatos.Controls.Add(pic_Logo); groupBoxdatos.Controls.Add(txt_Diascredito); groupBoxdatos.Controls.Add(txt_LimiteCredito); groupBoxdatos.Controls.Add(txt_Saldo); groupBoxdatos.Controls.Add(txt_NombreContacto); groupBoxdatos.Controls.Add(txt_Email); groupBoxdatos.Controls.Add(txt_Telefono); groupBoxdatos.Controls.Add(txt_CP); groupBoxdatos.Controls.Add(txt_Estado); groupBoxdatos.Controls.Add(txt_Ciudad); groupBoxdatos.Controls.Add(txt_Direccion); groupBoxdatos.Controls.Add(txt_ApellidoM); groupBoxdatos.Controls.Add(txt_ApellidoP); groupBoxdatos.Controls.Add(txt_Nombre); groupBoxdatos.Controls.Add(txt_RazonSocial); groupBoxdatos.Controls.Add(txt_RFC); groupBoxdatos.Controls.Add(lbl_Dias); groupBoxdatos.Controls.Add(lbl_LimiteCredito); groupBoxdatos.Controls.Add(lbl_Saldo); groupBoxdatos.Controls.Add(lbl_NombreContacto); groupBoxdatos.Controls.Add(lbl_Email); groupBoxdatos.Controls.Add(lbl_Telefono); groupBoxdatos.Controls.Add(lbl_CP); groupBoxdatos.Controls.Add(lbl_Estado); groupBoxdatos.Controls.Add(lbl_Ciudad); groupBoxdatos.Controls.Add(lbl_Direccion); groupBoxdatos.Controls.Add(lbl_ApellidoM); groupBoxdatos.Controls.Add(lbl_ApellidoP); groupBoxdatos.Controls.Add(lbl_Nombre); groupBoxdatos.Controls.Add(lbl_Razon_Social); groupBoxdatos.Controls.Add(lbl_RFC); groupBoxdatos.Location = new System.Drawing.Point(8, 52); groupBoxdatos.Name = "groupBoxdatos"; groupBoxdatos.Size = new System.Drawing.Size(565, 520); groupBoxdatos.TabIndex = 6; groupBoxdatos.TabStop = false; groupBoxdatos.Text = "Datos del cliente"; // // groupBoxfoto // groupBoxfoto.Controls.Add(btn_BuscarI); groupBoxfoto.Location = new System.Drawing.Point(301, 31); groupBoxfoto.Name = "groupBoxfoto"; groupBoxfoto.Size = new System.Drawing.Size(237, 236); groupBoxfoto.TabIndex = 31; groupBoxfoto.TabStop = false; groupBoxfoto.Text = "Foto de contacto"; // // btn_BuscarI // btn_BuscarI.Location = new System.Drawing.Point(156, 207); btn_BuscarI.Name = "btn_BuscarI"; btn_BuscarI.Size = new System.Drawing.Size(75, 23); btn_BuscarI.TabIndex = 33; btn_BuscarI.Text = "Añadir imagen"; btn_BuscarI.UseVisualStyleBackColor = true; btn_BuscarI.Click += new System.EventHandler(btn_BuscarI_Click); // // txt_Diascredito // txt_Diascredito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Diascredito.Location = new System.Drawing.Point(127, 473); txt_Diascredito.MaxLength = 3; txt_Diascredito.Name = "txt_Diascredito"; txt_Diascredito.Size = new System.Drawing.Size(127, 20); txt_Diascredito.TabIndex = 30; txt_Diascredito.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Diascredito_KeyPress); // // txt_LimiteCredito // txt_LimiteCredito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_LimiteCredito.Location = new System.Drawing.Point(127, 448); txt_LimiteCredito.MaxLength = 9; txt_LimiteCredito.Name = "txt_LimiteCredito"; txt_LimiteCredito.Size = new System.Drawing.Size(127, 20); txt_LimiteCredito.TabIndex = 29; txt_LimiteCredito.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_LimiteCredito_KeyPress); // // txt_Saldo // txt_Saldo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Saldo.Location = new System.Drawing.Point(127, 423); txt_Saldo.MaxLength = 9; txt_Saldo.Name = "txt_Saldo"; txt_Saldo.Size = new System.Drawing.Size(127, 20); txt_Saldo.TabIndex = 28; txt_Saldo.Text = "0.00"; txt_Saldo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Saldo_KeyPress); // // txt_NombreContacto // txt_NombreContacto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_NombreContacto.Location = new System.Drawing.Point(127, 398); txt_NombreContacto.Name = "txt_NombreContacto"; txt_NombreContacto.Size = new System.Drawing.Size(127, 20); txt_NombreContacto.TabIndex = 27; txt_NombreContacto.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_NombreContacto_KeyPress); // // txt_Email // txt_Email.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Email.Location = new System.Drawing.Point(127, 373); txt_Email.MaxLength = 30; txt_Email.Name = "txt_Email"; txt_Email.Size = new System.Drawing.Size(127, 20); txt_Email.TabIndex = 26; // // txt_Telefono // txt_Telefono.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Telefono.Location = new System.Drawing.Point(127, 348); txt_Telefono.MaxLength = 10; txt_Telefono.Name = "txt_Telefono"; txt_Telefono.Size = new System.Drawing.Size(127, 20); txt_Telefono.TabIndex = 25; txt_Telefono.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Telefono_KeyPress); // // txt_CP // txt_CP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_CP.Location = new System.Drawing.Point(127, 323); txt_CP.MaxLength = 5; txt_CP.Name = "txt_CP"; txt_CP.Size = new System.Drawing.Size(127, 20); txt_CP.TabIndex = 24; txt_CP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_CP_KeyPress); // // txt_Estado // txt_Estado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Estado.Location = new System.Drawing.Point(127, 298); txt_Estado.MaxLength = 30; txt_Estado.Name = "txt_Estado"; txt_Estado.Size = new System.Drawing.Size(127, 20); txt_Estado.TabIndex = 23; txt_Estado.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Estado_KeyPress); // // txt_Ciudad // txt_Ciudad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Ciudad.Location = new System.Drawing.Point(127, 273); txt_Ciudad.MaxLength = 30; txt_Ciudad.Name = "txt_Ciudad"; txt_Ciudad.Size = new System.Drawing.Size(127, 20); txt_Ciudad.TabIndex = 22; txt_Ciudad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Ciudad_KeyPress); // // txt_Direccion // txt_Direccion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Direccion.Location = new System.Drawing.Point(127, 163); txt_Direccion.MaxLength = 200; txt_Direccion.Multiline = true; txt_Direccion.Name = "txt_Direccion"; txt_Direccion.Size = new System.Drawing.Size(127, 103); txt_Direccion.TabIndex = 21; // // txt_ApellidoM // txt_ApellidoM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_ApellidoM.Location = new System.Drawing.Point(127, 138); txt_ApellidoM.MaxLength = 15; txt_ApellidoM.Name = "txt_ApellidoM"; txt_ApellidoM.Size = new System.Drawing.Size(127, 20); txt_ApellidoM.TabIndex = 20; txt_ApellidoM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_ApellidoM_KeyPress); // // txt_ApellidoP // txt_ApellidoP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_ApellidoP.Location = new System.Drawing.Point(127, 113); txt_ApellidoP.MaxLength = 15; txt_ApellidoP.Name = "txt_ApellidoP"; txt_ApellidoP.Size = new System.Drawing.Size(127, 20); txt_ApellidoP.TabIndex = 19; txt_ApellidoP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_ApellidoP_KeyPress); // // txt_Nombre // txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Nombre.Location = new System.Drawing.Point(127, 88); txt_Nombre.MaxLength = 25; txt_Nombre.Name = "txt_Nombre"; txt_Nombre.Size = new System.Drawing.Size(127, 20); txt_Nombre.TabIndex = 18; txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress); // // txt_RazonSocial // txt_RazonSocial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_RazonSocial.Location = new System.Drawing.Point(127, 63); txt_RazonSocial.MaxLength = 100; txt_RazonSocial.Name = "txt_RazonSocial"; txt_RazonSocial.Size = new System.Drawing.Size(127, 20); txt_RazonSocial.TabIndex = 17; txt_RazonSocial.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_RazonSocial_KeyPress); // // txt_RFC // txt_RFC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_RFC.Location = new System.Drawing.Point(127, 38); txt_RFC.MaxLength = 13; txt_RFC.Name = "txt_RFC"; txt_RFC.Size = new System.Drawing.Size(127, 20); txt_RFC.TabIndex = 16; txt_RFC.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_RFC_KeyPress); // // lbl_Dias // lbl_Dias.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Dias.AutoSize = true; lbl_Dias.Location = new System.Drawing.Point(28, 478); lbl_Dias.Name = "lbl_Dias"; lbl_Dias.Size = new System.Drawing.Size(80, 13); lbl_Dias.TabIndex = 15; lbl_Dias.Text = "Días de crédito"; // // lbl_LimiteCredito // lbl_LimiteCredito.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_LimiteCredito.AutoSize = true; lbl_LimiteCredito.Location = new System.Drawing.Point(28, 453); lbl_LimiteCredito.Name = "lbl_LimiteCredito"; lbl_LimiteCredito.Size = new System.Drawing.Size(84, 13); lbl_LimiteCredito.TabIndex = 14; lbl_LimiteCredito.Text = "Limite de crédito"; // // lbl_Saldo // lbl_Saldo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Saldo.AutoSize = true; lbl_Saldo.Location = new System.Drawing.Point(28, 428); lbl_Saldo.Name = "lbl_Saldo"; lbl_Saldo.Size = new System.Drawing.Size(34, 13); lbl_Saldo.TabIndex = 13; lbl_Saldo.Text = "Saldo"; // // lbl_NombreContacto // lbl_NombreContacto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_NombreContacto.AutoSize = true; lbl_NombreContacto.Location = new System.Drawing.Point(28, 403); lbl_NombreContacto.Name = "lbl_NombreContacto"; lbl_NombreContacto.Size = new System.Drawing.Size(89, 13); lbl_NombreContacto.TabIndex = 12; lbl_NombreContacto.Text = "Nombre contacto"; // // lbl_Email // lbl_Email.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Email.AutoSize = true; lbl_Email.Location = new System.Drawing.Point(28, 378); lbl_Email.Name = "lbl_Email"; lbl_Email.Size = new System.Drawing.Size(32, 13); lbl_Email.TabIndex = 11; lbl_Email.Text = "Email"; // // lbl_Telefono // lbl_Telefono.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Telefono.AutoSize = true; lbl_Telefono.Location = new System.Drawing.Point(28, 353); lbl_Telefono.Name = "lbl_Telefono"; lbl_Telefono.Size = new System.Drawing.Size(49, 13); lbl_Telefono.TabIndex = 10; lbl_Telefono.Text = "Teléfono"; // // lbl_CP // lbl_CP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_CP.AutoSize = true; lbl_CP.Location = new System.Drawing.Point(28, 328); lbl_CP.Name = "lbl_CP"; lbl_CP.Size = new System.Drawing.Size(27, 13); lbl_CP.TabIndex = 9; lbl_CP.Text = "C.P."; // // lbl_Estado // lbl_Estado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Estado.AutoSize = true; lbl_Estado.Location = new System.Drawing.Point(28, 303); lbl_Estado.Name = "lbl_Estado"; lbl_Estado.Size = new System.Drawing.Size(40, 13); lbl_Estado.TabIndex = 8; lbl_Estado.Text = "Estado"; // // lbl_Ciudad // lbl_Ciudad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Ciudad.AutoSize = true; lbl_Ciudad.Location = new System.Drawing.Point(28, 278); lbl_Ciudad.Name = "lbl_Ciudad"; lbl_Ciudad.Size = new System.Drawing.Size(40, 13); lbl_Ciudad.TabIndex = 7; lbl_Ciudad.Text = "Ciudad"; // // lbl_Direccion // lbl_Direccion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Direccion.AutoSize = true; lbl_Direccion.Location = new System.Drawing.Point(28, 167); lbl_Direccion.Name = "lbl_Direccion"; lbl_Direccion.Size = new System.Drawing.Size(52, 13); lbl_Direccion.TabIndex = 6; lbl_Direccion.Text = "Dirección"; // // lbl_ApellidoM // lbl_ApellidoM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_ApellidoM.AutoSize = true; lbl_ApellidoM.Location = new System.Drawing.Point(28, 142); lbl_ApellidoM.Name = "lbl_ApellidoM"; lbl_ApellidoM.Size = new System.Drawing.Size(85, 13); lbl_ApellidoM.TabIndex = 5; lbl_ApellidoM.Text = "Apellido materno"; // // lbl_ApellidoP // lbl_ApellidoP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_ApellidoP.AutoSize = true; lbl_ApellidoP.Location = new System.Drawing.Point(28, 117); lbl_ApellidoP.Name = "lbl_ApellidoP"; lbl_ApellidoP.Size = new System.Drawing.Size(83, 13); lbl_ApellidoP.TabIndex = 4; lbl_ApellidoP.Text = "Apellido paterno"; // // lbl_Nombre // lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Nombre.AutoSize = true; lbl_Nombre.Location = new System.Drawing.Point(28, 92); lbl_Nombre.Name = "lbl_Nombre"; lbl_Nombre.Size = new System.Drawing.Size(47, 13); lbl_Nombre.TabIndex = 3; lbl_Nombre.Text = "Nombre "; // // lbl_Razon_Social // lbl_Razon_Social.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Razon_Social.AutoSize = true; lbl_Razon_Social.Location = new System.Drawing.Point(28, 67); lbl_Razon_Social.Name = "lbl_Razon_Social"; lbl_Razon_Social.Size = new System.Drawing.Size(68, 13); lbl_Razon_Social.TabIndex = 2; lbl_Razon_Social.Text = "Razon social"; // // lbl_RFC // lbl_RFC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_RFC.AutoSize = true; lbl_RFC.Location = new System.Drawing.Point(28, 42); lbl_RFC.Name = "lbl_RFC"; lbl_RFC.Size = new System.Drawing.Size(31, 13); lbl_RFC.TabIndex = 1; lbl_RFC.Text = "RFC "; // // errorProvider1 // errorProvider1.ContainerControl = this; // // Cliente // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(604, 606); Controls.Add(pic_Cliente); Controls.Add(groupBoxdatos); Controls.Add(menuStrip1); BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196))))); FormClosing += new System.Windows.Forms.FormClosingEventHandler(Cliente_FormClosing); Icon = global::Sistema_Shajobe.Properties.Resources.Clientes_ICO; MainMenuStrip = menuStrip1; MaximizeBox = false; MaximumSize = new System.Drawing.Size(600, 620); MinimumSize = new System.Drawing.Size(600, 620); Name = "Cliente"; Text = "Cliente"; Load += new System.EventHandler(Cliente_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Cliente)).EndInit(); groupBoxdatos.ResumeLayout(false); groupBoxdatos.PerformLayout(); groupBoxfoto.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(621, 399); groupBox1 = new System.Windows.Forms.GroupBox(); // // groupBox1 // deleteStringsButton = new System.Windows.Forms.Button(); // // deleteStringsButton // deleteStringsButton.Enabled = false; deleteStringsButton.Location = new System.Drawing.Point(411, 20); deleteStringsButton.Name = "deleteStringsButton"; deleteStringsButton.Size = new System.Drawing.Size(144, 23); deleteStringsButton.TabIndex = 7; deleteStringsButton.Text = "Delete resource strings"; deleteStringsButton.Click += new System.EventHandler(this.DeleteStringsButtonClick); button4 = new System.Windows.Forms.Button(); // // button4 // button4.Enabled = false; button4.Location = new System.Drawing.Point(292, 20); button4.Name = "button4"; button4.Size = new System.Drawing.Size(113, 23); button4.TabIndex = 6; button4.Text = "Download database"; button4.Click += new System.EventHandler(this.DownloadButtonClick); savePasswordCheckBox = new System.Windows.Forms.CheckBox(); // // savePasswordCheckBox // savePasswordCheckBox.Location = new System.Drawing.Point(182, 44); savePasswordCheckBox.Name = "savePasswordCheckBox"; savePasswordCheckBox.Size = new System.Drawing.Size(104, 24); savePasswordCheckBox.TabIndex = 5; savePasswordCheckBox.Text = "Save password"; button3 = new System.Windows.Forms.Button(); // // button3 // button3.Location = new System.Drawing.Point(182, 20); button3.Name = "button3"; button3.Size = new System.Drawing.Size(75, 23); button3.TabIndex = 4; 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:"******"label1"; label1.Size = new System.Drawing.Size(64, 23); label1.TabIndex = 0; label1.Text = "Username:"******"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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox userGroup; System.Windows.Forms.Label passwordAnswer; System.Windows.Forms.Button resetPasswordButton; System.Windows.Forms.Label passwordQuestionLabel; System.Windows.Forms.Label userNameLabel; this.m_PasswordAnswerTextBox = new System.Windows.Forms.TextBox(); this.m_PasswordQuestionTextBox = new System.Windows.Forms.TextBox(); this.m_UserNameTextBox = new System.Windows.Forms.TextBox(); this.m_Validator = new System.Windows.Forms.ErrorProvider(this.components); userGroup = new System.Windows.Forms.GroupBox(); passwordAnswer = new System.Windows.Forms.Label(); resetPasswordButton = new System.Windows.Forms.Button(); passwordQuestionLabel = new System.Windows.Forms.Label(); userNameLabel = new System.Windows.Forms.Label(); userGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit(); this.SuspendLayout(); // // 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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox_Lower; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); System.Windows.Forms.GroupBox groupBox1; this.txtBox_FileSelected = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.btn_getPDF = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.combo_path_Type = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.txtBox_ComapnyCode = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtBox_CompanyName = new System.Windows.Forms.TextBox(); this.txtBox_path = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox_Right = new System.Windows.Forms.GroupBox(); this.rButton_Other = new System.Windows.Forms.RadioButton(); this.rButton_DocCycle = new System.Windows.Forms.RadioButton(); this.rButton_Smadar = new System.Windows.Forms.RadioButton(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label8 = new System.Windows.Forms.Label(); this.btn_send = new System.Windows.Forms.Button(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_Save = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.text_AuthPassword = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.checkBox_Auth = new System.Windows.Forms.CheckBox(); this.text_AuthUser = new System.Windows.Forms.TextBox(); groupBox_Lower = new System.Windows.Forms.GroupBox(); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox_Lower.SuspendLayout(); this.groupBox_Right.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox_Lower // groupBox_Lower.BackColor = System.Drawing.SystemColors.ControlLight; groupBox_Lower.Controls.Add(this.txtBox_FileSelected); groupBox_Lower.Controls.Add(this.label9); groupBox_Lower.Controls.Add(this.label12); groupBox_Lower.Controls.Add(this.btn_getPDF); groupBox_Lower.Controls.Add(this.label10); groupBox_Lower.Controls.Add(this.combo_path_Type); groupBox_Lower.Controls.Add(this.label13); groupBox_Lower.Controls.Add(this.txtBox_ComapnyCode); groupBox_Lower.Controls.Add(this.label7); groupBox_Lower.Controls.Add(this.txtBox_CompanyName); groupBox_Lower.Controls.Add(this.txtBox_path); groupBox_Lower.Controls.Add(this.label6); groupBox_Lower.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); groupBox_Lower.ForeColor = System.Drawing.SystemColors.HotTrack; groupBox_Lower.Location = new System.Drawing.Point(18, 101); groupBox_Lower.Margin = new System.Windows.Forms.Padding(4); groupBox_Lower.Name = "groupBox_Lower"; groupBox_Lower.Padding = new System.Windows.Forms.Padding(4); groupBox_Lower.RightToLeft = System.Windows.Forms.RightToLeft.Yes; groupBox_Lower.Size = new System.Drawing.Size(625, 284); groupBox_Lower.TabIndex = 36; groupBox_Lower.TabStop = false; groupBox_Lower.Text = "פרטי החברה"; // // txtBox_FileSelected // this.txtBox_FileSelected.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtBox_FileSelected.Location = new System.Drawing.Point(8, 177); this.txtBox_FileSelected.Multiline = true; this.txtBox_FileSelected.Name = "txtBox_FileSelected"; this.txtBox_FileSelected.ReadOnly = true; this.txtBox_FileSelected.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtBox_FileSelected.Size = new System.Drawing.Size(351, 85); this.txtBox_FileSelected.TabIndex = 44; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(267, 157); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(85, 17); this.label9.TabIndex = 43; this.label9.Text = "שמות הקבצים"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label12.ForeColor = System.Drawing.SystemColors.HotTrack; this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label12.Location = new System.Drawing.Point(230, 42); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label12.Size = new System.Drawing.Size(122, 16); this.label12.TabIndex = 40; this.label12.Text = "שם הטאבלט/ תיקייה"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btn_getPDF // this.btn_getPDF.BackColor = System.Drawing.SystemColors.Control; this.btn_getPDF.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.btn_getPDF.Location = new System.Drawing.Point(398, 177); this.btn_getPDF.Name = "btn_getPDF"; this.btn_getPDF.Size = new System.Drawing.Size(211, 41); this.btn_getPDF.TabIndex = 6; this.btn_getPDF.Text = "בחר קובצי PDF להעלאה..."; this.btn_getPDF.UseVisualStyleBackColor = false; this.btn_getPDF.Click += new System.EventHandler(this.btn_send_Click); // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label10.ForeColor = System.Drawing.SystemColors.HotTrack; this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label10.Location = new System.Drawing.Point(511, 42); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label10.Size = new System.Drawing.Size(81, 16); this.label10.TabIndex = 39; this.label10.Text = "בחירת יישות"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // combo_path_Type // this.combo_path_Type.FormattingEnabled = true; this.combo_path_Type.Items.AddRange(new object[] { "user", "folder" }); this.combo_path_Type.Location = new System.Drawing.Point(399, 65); this.combo_path_Type.Name = "combo_path_Type"; this.combo_path_Type.RightToLeft = System.Windows.Forms.RightToLeft.No; this.combo_path_Type.Size = new System.Drawing.Size(210, 28); this.combo_path_Type.TabIndex = 2; this.combo_path_Type.Text = "user"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic); this.label13.ForeColor = System.Drawing.Color.Red; this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label13.Location = new System.Drawing.Point(451, 232); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(161, 30); this.label13.TabIndex = 30; this.label13.Text = "יש למלא את קוד החברה או שם\r\n החברה באנגלית"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtBox_ComapnyCode // this.txtBox_ComapnyCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtBox_ComapnyCode.ForeColor = System.Drawing.SystemColors.InfoText; this.txtBox_ComapnyCode.Location = new System.Drawing.Point(398, 120); this.txtBox_ComapnyCode.Margin = new System.Windows.Forms.Padding(4); this.txtBox_ComapnyCode.MaxLength = 40; this.txtBox_ComapnyCode.Name = "txtBox_ComapnyCode"; this.txtBox_ComapnyCode.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.txtBox_ComapnyCode.Size = new System.Drawing.Size(211, 26); this.txtBox_ComapnyCode.TabIndex = 4; this.txtBox_ComapnyCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtBox_ComapnyCode.WordWrap = false; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label7.ForeColor = System.Drawing.SystemColors.HotTrack; this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label7.Location = new System.Drawing.Point(525, 96); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label7.Size = new System.Drawing.Size(62, 16); this.label7.TabIndex = 15; this.label7.Text = "קוד חברה"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtBox_CompanyName // this.txtBox_CompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtBox_CompanyName.ForeColor = System.Drawing.SystemColors.InfoText; this.txtBox_CompanyName.Location = new System.Drawing.Point(8, 120); this.txtBox_CompanyName.Margin = new System.Windows.Forms.Padding(4); this.txtBox_CompanyName.MaxLength = 20; this.txtBox_CompanyName.Name = "txtBox_CompanyName"; this.txtBox_CompanyName.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.txtBox_CompanyName.Size = new System.Drawing.Size(351, 26); this.txtBox_CompanyName.TabIndex = 5; this.txtBox_CompanyName.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtBox_path // this.txtBox_path.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtBox_path.ForeColor = System.Drawing.SystemColors.InfoText; this.txtBox_path.Location = new System.Drawing.Point(8, 65); this.txtBox_path.Margin = new System.Windows.Forms.Padding(4); this.txtBox_path.MaxLength = 50; this.txtBox_path.Name = "txtBox_path"; this.txtBox_path.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.txtBox_path.Size = new System.Drawing.Size(351, 26); this.txtBox_path.TabIndex = 3; this.txtBox_path.Text = "Unrefrenced"; this.txtBox_path.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label6.Location = new System.Drawing.Point(241, 96); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label6.Size = new System.Drawing.Size(111, 16); this.label6.TabIndex = 13; this.label6.Text = "שם חברה (אנגלית)"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox_Right // this.groupBox_Right.BackColor = System.Drawing.SystemColors.ControlLight; this.groupBox_Right.Controls.Add(this.rButton_Other); this.groupBox_Right.Controls.Add(this.rButton_DocCycle); this.groupBox_Right.Controls.Add(this.rButton_Smadar); this.groupBox_Right.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.groupBox_Right.ForeColor = System.Drawing.SystemColors.HotTrack; this.groupBox_Right.Location = new System.Drawing.Point(661, 101); this.groupBox_Right.Margin = new System.Windows.Forms.Padding(4); this.groupBox_Right.Name = "groupBox_Right"; this.groupBox_Right.Padding = new System.Windows.Forms.Padding(4); this.groupBox_Right.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.groupBox_Right.Size = new System.Drawing.Size(181, 283); this.groupBox_Right.TabIndex = 34; this.groupBox_Right.TabStop = false; this.groupBox_Right.Text = "בחירת שרת"; // // rButton_Other // this.rButton_Other.AutoSize = true; this.rButton_Other.BackColor = System.Drawing.Color.Transparent; this.rButton_Other.Enabled = false; this.rButton_Other.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.rButton_Other.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rButton_Other.Location = new System.Drawing.Point(113, 114); this.rButton_Other.Margin = new System.Windows.Forms.Padding(4); this.rButton_Other.Name = "rButton_Other"; this.rButton_Other.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.rButton_Other.Size = new System.Drawing.Size(49, 20); this.rButton_Other.TabIndex = 3; this.rButton_Other.Text = "אחר"; this.rButton_Other.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.rButton_Other.UseVisualStyleBackColor = false; // // rButton_DocCycle // this.rButton_DocCycle.AutoSize = true; this.rButton_DocCycle.BackColor = System.Drawing.Color.Transparent; this.rButton_DocCycle.Enabled = false; this.rButton_DocCycle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.rButton_DocCycle.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rButton_DocCycle.Location = new System.Drawing.Point(77, 77); this.rButton_DocCycle.Margin = new System.Windows.Forms.Padding(4); this.rButton_DocCycle.Name = "rButton_DocCycle"; this.rButton_DocCycle.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.rButton_DocCycle.Size = new System.Drawing.Size(85, 20); this.rButton_DocCycle.TabIndex = 2; this.rButton_DocCycle.Text = "DocCycle"; this.rButton_DocCycle.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.rButton_DocCycle.UseVisualStyleBackColor = false; // // rButton_Smadar // this.rButton_Smadar.AutoSize = true; this.rButton_Smadar.BackColor = System.Drawing.Color.Transparent; this.rButton_Smadar.Checked = true; this.rButton_Smadar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.rButton_Smadar.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.rButton_Smadar.Location = new System.Drawing.Point(44, 40); this.rButton_Smadar.Margin = new System.Windows.Forms.Padding(4); this.rButton_Smadar.Name = "rButton_Smadar"; this.rButton_Smadar.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.rButton_Smadar.Size = new System.Drawing.Size(118, 20); this.rButton_Smadar.TabIndex = 1; this.rButton_Smadar.TabStop = true; this.rButton_Smadar.Text = "Smadar Mobile"; this.rButton_Smadar.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.rButton_Smadar.UseVisualStyleBackColor = false; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.pictureBox1.Location = new System.Drawing.Point(18, 13); this.pictureBox1.Margin = new System.Windows.Forms.Padding(4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(161, 80); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 33; this.pictureBox1.TabStop = false; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(27, 433); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(0, 13); this.label8.TabIndex = 37; // // btn_send // this.btn_send.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.btn_send.Location = new System.Drawing.Point(462, 501); this.btn_send.Name = "btn_send"; this.btn_send.Size = new System.Drawing.Size(181, 41); this.btn_send.TabIndex = 49; this.btn_send.Text = "שלח"; this.btn_send.UseVisualStyleBackColor = true; this.btn_send.Click += new System.EventHandler(this.btn_send_Click_1); // // btn_Cancel // this.btn_Cancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.btn_Cancel.Location = new System.Drawing.Point(19, 501); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(181, 41); this.btn_Cancel.TabIndex = 50; this.btn_Cancel.Text = "יציאה"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Save // this.btn_Save.AutoEllipsis = true; this.btn_Save.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.btn_Save.Location = new System.Drawing.Point(661, 500); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(181, 41); this.btn_Save.TabIndex = 48; this.btn_Save.Text = "שמור הגדרות"; this.btn_Save.UseVisualStyleBackColor = true; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // groupBox1 // groupBox1.BackColor = System.Drawing.SystemColors.ControlLight; groupBox1.Controls.Add(this.text_AuthUser); groupBox1.Controls.Add(this.checkBox_Auth); groupBox1.Controls.Add(this.textBox1); groupBox1.Controls.Add(this.button1); groupBox1.Controls.Add(this.label4); groupBox1.Controls.Add(this.label5); groupBox1.Controls.Add(this.text_AuthPassword); groupBox1.Controls.Add(this.label11); groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); groupBox1.ForeColor = System.Drawing.SystemColors.HotTrack; groupBox1.Location = new System.Drawing.Point(18, 393); groupBox1.Margin = new System.Windows.Forms.Padding(4); groupBox1.Name = "groupBox1"; groupBox1.Padding = new System.Windows.Forms.Padding(4); groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; groupBox1.Size = new System.Drawing.Size(625, 101); groupBox1.TabIndex = 47; groupBox1.TabStop = false; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(8, 177); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.textBox1.Size = new System.Drawing.Size(351, 85); this.textBox1.TabIndex = 44; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.Control; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); this.button1.Location = new System.Drawing.Point(398, 177); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(211, 41); this.button1.TabIndex = 6; this.button1.Text = "בחר קובצי PDF להעלאה..."; this.button1.UseVisualStyleBackColor = false; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label4.ForeColor = System.Drawing.SystemColors.HotTrack; this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label4.Location = new System.Drawing.Point(518, 36); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label4.Size = new System.Drawing.Size(71, 16); this.label4.TabIndex = 39; this.label4.Text = "שם משתמש"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic); this.label5.ForeColor = System.Drawing.Color.Red; this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label5.Location = new System.Drawing.Point(451, 232); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(161, 30); this.label5.TabIndex = 30; this.label5.Text = "יש למלא את קוד החברה או שם\r\n החברה באנגלית"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // text_AuthPassword // this.text_AuthPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.text_AuthPassword.Enabled = false; this.text_AuthPassword.ForeColor = System.Drawing.SystemColors.InfoText; this.text_AuthPassword.Location = new System.Drawing.Point(148, 59); this.text_AuthPassword.Margin = new System.Windows.Forms.Padding(4); this.text_AuthPassword.MaxLength = 40; this.text_AuthPassword.Name = "text_AuthPassword"; this.text_AuthPassword.PasswordChar = '*'; this.text_AuthPassword.RightToLeft = System.Windows.Forms.RightToLeft.No; this.text_AuthPassword.Size = new System.Drawing.Size(211, 24); this.text_AuthPassword.TabIndex = 47; this.text_AuthPassword.WordWrap = false; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.label11.ForeColor = System.Drawing.SystemColors.HotTrack; this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label11.Location = new System.Drawing.Point(307, 36); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label11.Size = new System.Drawing.Size(45, 16); this.label11.TabIndex = 15; this.label11.Text = "סיסמא"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBox_Auth // this.checkBox_Auth.AutoSize = true; this.checkBox_Auth.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBox_Auth.Location = new System.Drawing.Point(474, -1); this.checkBox_Auth.Name = "checkBox_Auth"; this.checkBox_Auth.Size = new System.Drawing.Size(151, 20); this.checkBox_Auth.TabIndex = 45; this.checkBox_Auth.Text = "אימות שרת (לבדיקות)"; this.checkBox_Auth.UseVisualStyleBackColor = true; this.checkBox_Auth.CheckedChanged += new System.EventHandler(this.checkBox_Auth_CheckedChanged); // // text_AuthUser // this.text_AuthUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.text_AuthUser.Enabled = false; this.text_AuthUser.ForeColor = System.Drawing.SystemColors.InfoText; this.text_AuthUser.Location = new System.Drawing.Point(398, 59); this.text_AuthUser.Margin = new System.Windows.Forms.Padding(4); this.text_AuthUser.MaxLength = 40; this.text_AuthUser.Name = "text_AuthUser"; this.text_AuthUser.RightToLeft = System.Windows.Forms.RightToLeft.No; this.text_AuthUser.Size = new System.Drawing.Size(211, 24); this.text_AuthUser.TabIndex = 46; this.text_AuthUser.WordWrap = false; // // Form1 // this.ClientSize = new System.Drawing.Size(859, 553); this.Controls.Add(groupBox1); this.Controls.Add(this.btn_Save); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_send); this.Controls.Add(this.label8); this.Controls.Add(groupBox_Lower); this.Controls.Add(this.groupBox_Right); this.Controls.Add(this.pictureBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.Text = "DocUploader"; this.Load += new System.EventHandler(this.Form1_Load); groupBox_Lower.ResumeLayout(false); groupBox_Lower.PerformLayout(); this.groupBox_Right.ResumeLayout(false); this.groupBox_Right.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void groupbox() { System.Windows.Forms.Button btn_edit = new System.Windows.Forms.Button(); System.Windows.Forms.Button btn_add = new System.Windows.Forms.Button(); System.Windows.Forms.Button btn_delete = new System.Windows.Forms.Button(); System.Windows.Forms.Button btn_save = new System.Windows.Forms.Button(); System.Windows.Forms.Button btn_start = new System.Windows.Forms.Button(); // groupBox1 // groupBox1.Controls.Add(chk_random); groupBox1.Controls.Add(btn_add); groupBox1.Controls.Add(btn_edit); groupBox1.Controls.Add(btn_delete); groupBox1.Controls.Add(btn_save); groupBox1.Controls.Add(btn_start); groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); //groupBox1.Location = new System.Drawing.Point(18, 455); groupBox1.Location = new System.Drawing.Point(panel2.Location.X - 110, panel2.Height - panel2.Location.Y - 30); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(496, 38); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "operation"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); groupBox1.SuspendLayout(); // // btn_add // btn_add.BackColor = System.Drawing.Color.White; btn_add.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); btn_add.Location = new System.Drawing.Point(14, 12); btn_add.Name = "btn_add"; btn_add.Size = new System.Drawing.Size(60, 23); btn_add.TabIndex = 0; btn_add.Text = "ADD"; btn_add.UseVisualStyleBackColor = false; btn_add.Click += new System.EventHandler(this.btn_add_Click); // // btn_edit // btn_edit.BackColor = System.Drawing.Color.White; btn_edit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); btn_edit.Location = new System.Drawing.Point(74, 12); btn_edit.Name = "btn_edit"; btn_edit.Size = new System.Drawing.Size(60, 23); btn_edit.TabIndex = 0; btn_edit.Text = "EDIT"; btn_edit.UseVisualStyleBackColor = false; btn_edit.Click += new System.EventHandler(this.btn_edit_Click); // // btn_delete // btn_delete.BackColor = System.Drawing.Color.White; btn_delete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); btn_delete.Location = new System.Drawing.Point(134, 12); btn_delete.Name = "btn_delete"; btn_delete.Size = new System.Drawing.Size(60, 23); btn_delete.TabIndex = 2; btn_delete.Text = "DELETE"; btn_delete.UseVisualStyleBackColor = false; btn_delete.Click += new System.EventHandler(this.btn_delete_Click); // // btn_save // btn_save.BackColor = System.Drawing.Color.White; btn_save.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); btn_save.Location = new System.Drawing.Point(194, 12); btn_save.Name = "btn_edit"; btn_save.Size = new System.Drawing.Size(60, 23); btn_save.TabIndex = 1; btn_save.Text = "SAVE"; btn_save.UseVisualStyleBackColor = false; btn_save.Click += new System.EventHandler(this.btn_save_Click); // // btn_start // btn_start.BackColor = System.Drawing.Color.White; btn_start.Location = new System.Drawing.Point(326, 12); btn_start.Name = "btn_start"; btn_start.Size = new System.Drawing.Size(49, 23); btn_start.TabIndex = 3; btn_start.Text = "START"; btn_start.UseVisualStyleBackColor = false; btn_start.Click += new System.EventHandler(this.btn_start_Click); // // chk_random // chk_random.AutoSize = true; chk_random.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); chk_random.Location = new System.Drawing.Point(410, 19); chk_random.Name = "chk_random"; chk_random.Size = new System.Drawing.Size(60, 16); chk_random.TabIndex = 1; chk_random.Text = "random"; chk_random.UseVisualStyleBackColor = true; chk_random.CheckedChanged += new System.EventHandler(this.chk_random_CheckedChanged); panel2.Controls.Add(groupBox1); //groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; }
public void mostrarComprobante() { gb_compra.Visible = false; gb_cliente.Visible = false; gb_pago.Visible = false; b_guardar.Text = "Aceptar"; this.mostroComprobante = true; this.Text = "Comprobante de la Compra"; Label label_a = new System.Windows.Forms.Label(); Label label_cod_compra = new System.Windows.Forms.Label(); Label label_b = new System.Windows.Forms.Label(); Label label_fecha_compra = new System.Windows.Forms.Label(); Label label_c = new System.Windows.Forms.Label(); Label label_cli_compra = new System.Windows.Forms.Label(); Label label_d = new System.Windows.Forms.Label(); Label label_importe_compra = new System.Windows.Forms.Label(); GroupBox gb_detalle_compra = new System.Windows.Forms.GroupBox(); Panel panel_pasajes = new System.Windows.Forms.Panel(); Label label_e = new System.Windows.Forms.Label(); Label label_f = new System.Windows.Forms.Label(); Panel panel_encomiendas = new System.Windows.Forms.Panel(); panel_pasajes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; panel_encomiendas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; gb_detalle_compra.SuspendLayout(); this.SuspendLayout(); // // label_a // label_a.AutoSize = true; label_a.Location = new System.Drawing.Point(24, 27); label_a.Name = "label_a"; label_a.Size = new System.Drawing.Size(97, 13); label_a.TabIndex = 4; label_a.Text = "Código de Compra:"; // // label_cod_compra // label_cod_compra.AutoSize = true; label_cod_compra.ForeColor = System.Drawing.Color.Green; label_cod_compra.Location = new System.Drawing.Point(126, 27); label_cod_compra.Name = "label_cod_compra"; label_cod_compra.Size = new System.Drawing.Size(10, 13); label_cod_compra.TabIndex = 5; label_cod_compra.Text = "-"; // // label_b // label_b.AutoSize = true; label_b.Location = new System.Drawing.Point(265, 27); label_b.Name = "label_b"; label_b.Size = new System.Drawing.Size(40, 13); label_b.TabIndex = 6; label_b.Text = "Fecha:"; // // label_fecha_compra // label_fecha_compra.AutoSize = true; label_fecha_compra.ForeColor = System.Drawing.Color.Green; label_fecha_compra.Location = new System.Drawing.Point(308, 27); label_fecha_compra.Name = "label_fecha_compra"; label_fecha_compra.Size = new System.Drawing.Size(10, 13); label_fecha_compra.TabIndex = 7; label_fecha_compra.Text = "-"; // // label_c // label_c.AutoSize = true; label_c.Location = new System.Drawing.Point(412, 27); label_c.Name = "label_c"; label_c.Size = new System.Drawing.Size(42, 13); label_c.TabIndex = 12; label_c.Text = "Cliente:"; // // label_cli_compra // label_cli_compra.AutoSize = true; label_cli_compra.ForeColor = System.Drawing.Color.Green; label_cli_compra.Location = new System.Drawing.Point(460, 27); label_cli_compra.Name = "label_cli_compra"; label_cli_compra.Size = new System.Drawing.Size(10, 13); label_cli_compra.TabIndex = 13; label_cli_compra.Text = "-"; // // label_d // label_d.AutoSize = true; label_d.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label_d.Location = new System.Drawing.Point(24, 56); label_d.Name = "label_d"; label_d.Size = new System.Drawing.Size(53, 13); label_d.TabIndex = 18; label_d.Text = "Importe:"; // // label_importe_compra // label_importe_compra.AutoSize = true; label_importe_compra.ForeColor = System.Drawing.Color.Green; label_importe_compra.Location = new System.Drawing.Point(83, 56); label_importe_compra.Name = "label_importe_compra"; label_importe_compra.Size = new System.Drawing.Size(10, 13); label_importe_compra.TabIndex = 19; label_importe_compra.Text = "-"; // // gb_detalle_compra // gb_detalle_compra.Controls.Add(label_f); gb_detalle_compra.Controls.Add(panel_encomiendas); gb_detalle_compra.Controls.Add(label_e); gb_detalle_compra.Controls.Add(panel_pasajes); gb_detalle_compra.Controls.Add(label_importe_compra); gb_detalle_compra.Controls.Add(label_d); gb_detalle_compra.Controls.Add(label_cli_compra); gb_detalle_compra.Controls.Add(label_c); gb_detalle_compra.Controls.Add(label_fecha_compra); gb_detalle_compra.Controls.Add(label_b); gb_detalle_compra.Controls.Add(label_cod_compra); gb_detalle_compra.Controls.Add(label_a); gb_detalle_compra.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); gb_detalle_compra.ForeColor = System.Drawing.SystemColors.ControlDarkDark; gb_detalle_compra.Location = new System.Drawing.Point(24, 12); gb_detalle_compra.Name = "gb_detalle_compra"; gb_detalle_compra.Size = new System.Drawing.Size(669, 443); gb_detalle_compra.TabIndex = 9; gb_detalle_compra.TabStop = false; gb_detalle_compra.Text = "Detalle de la Compra"; // // panel_pasajes // panel_pasajes.Location = new System.Drawing.Point(27, 122); panel_pasajes.Name = "panel_pasajes"; panel_pasajes.Size = new System.Drawing.Size(612, 133); panel_pasajes.TabIndex = 20; // // label_e // label_e.AutoSize = true; label_e.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label_e.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; label_e.Location = new System.Drawing.Point(26, 102); label_e.Name = "label_e"; label_e.Size = new System.Drawing.Size(51, 13); label_e.TabIndex = 21; label_e.Text = "Pasajes"; // // label_f // label_f.AutoSize = true; label_f.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label_f.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; label_f.Location = new System.Drawing.Point(26, 265); label_f.Name = "label_f"; label_f.Size = new System.Drawing.Size(82, 13); label_f.TabIndex = 23; label_f.Text = "Encomiendas"; // // panel_encomiendas // panel_encomiendas.Location = new System.Drawing.Point(27, 285); panel_encomiendas.Name = "panel_encomiendas"; panel_encomiendas.Size = new System.Drawing.Size(612, 133); panel_encomiendas.TabIndex = 22; // // Funciones // panel_pasajes.AutoScroll = true; panel_encomiendas.AutoScroll = true; /*inicio - pongo los datos en pantalla*/ Funciones fun = new Funciones(); label_cod_compra.Text = this.id_compra_generada.ToString(); ; label_fecha_compra.Text = fun.getFechaActual().Day.ToString() + "/" + fun.getFechaActual().Month.ToString() + "/" + fun.getFechaActual().Year.ToString(); label_cli_compra.Text = this.cliente.nombre + " " + this.cliente.apellido + " (" + this.cliente.dni + ")"; label_importe_compra.Text = "$" + this.precio_total.ToString(); //cargo panel pasajes Label lab_head_cod = new System.Windows.Forms.Label(); lab_head_cod.Location = new System.Drawing.Point(25, 1); lab_head_cod.Size = new System.Drawing.Size(46, 13); lab_head_cod.ForeColor = System.Drawing.Color.Indigo; lab_head_cod.Text = "Código"; Label lab_head_pas = new System.Windows.Forms.Label(); lab_head_pas.Location = new System.Drawing.Point(175, 1); lab_head_pas.Size = new System.Drawing.Size(50, 13); lab_head_pas.ForeColor = System.Drawing.Color.Indigo; lab_head_pas.Text = "Pasajero"; Label lab_head_but = new System.Windows.Forms.Label(); lab_head_but.Location = new System.Drawing.Point(400, 1); lab_head_but.Size = new System.Drawing.Size(50, 13); lab_head_but.ForeColor = System.Drawing.Color.Indigo; lab_head_but.Text = "Butaca"; Label lab_head_precio = new System.Windows.Forms.Label(); lab_head_precio.Location = new System.Drawing.Point(530, 1); lab_head_precio.Size = new System.Drawing.Size(50, 13); lab_head_precio.ForeColor = System.Drawing.Color.Indigo; lab_head_precio.Text = "Precio"; panel_pasajes.Controls.Add(lab_head_cod); panel_pasajes.Controls.Add(lab_head_pas); panel_pasajes.Controls.Add(lab_head_but); panel_pasajes.Controls.Add(lab_head_precio); int heig = 20; foreach (Nuevo_Pasaje.Pasaje pas in this.lista_pasajes) { 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); }
private void Diseño_Forma() { #region Creando controles de la forma pic_Logo = new System.Windows.Forms.PictureBox(); lbl_Almacen = new System.Windows.Forms.Label(); comboBox_Almacen = new System.Windows.Forms.ComboBox(); dataGridView_Composicion = new System.Windows.Forms.DataGridView(); Id_Materiaprima = new System.Windows.Forms.DataGridViewTextBoxColumn(); Materiaprima = new System.Windows.Forms.DataGridViewTextBoxColumn(); Cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); Unidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); EMUnidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Unidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_Composicion = new System.Windows.Forms.GroupBox(); groupBox_Producto = new System.Windows.Forms.GroupBox(); bttn_Quitar = new System.Windows.Forms.Button(); bttn_Agregar = new System.Windows.Forms.Button(); dateTimePicker_Fecha = new System.Windows.Forms.DateTimePicker(); dataGridView_Materiaprima = new System.Windows.Forms.DataGridView(); Id_Materia = new System.Windows.Forms.DataGridViewTextBoxColumn(); Materia_prima = new System.Windows.Forms.DataGridViewTextBoxColumn(); Tipo_Pieza = new System.Windows.Forms.DataGridViewTextBoxColumn(); Tipo_Materiaprima = new System.Windows.Forms.DataGridViewTextBoxColumn(); ExistenciaM = new System.Windows.Forms.DataGridViewTextBoxColumn(); txt_CantidadM = new System.Windows.Forms.TextBox(); txt_Cantidad = new System.Windows.Forms.TextBox(); comboBox_UnidadM = new System.Windows.Forms.ComboBox(); comboBox_Producto = new System.Windows.Forms.ComboBox(); txt_Lote = new System.Windows.Forms.TextBox(); comboBox_Unidad = new System.Windows.Forms.ComboBox(); lbl_Lote = new System.Windows.Forms.Label(); lbl_Producto = new System.Windows.Forms.Label(); lbl_Fecha = new System.Windows.Forms.Label(); lbl_Cantidad = new System.Windows.Forms.Label(); lbl_Unidad = new System.Windows.Forms.Label(); lbl_CantidadM = new System.Windows.Forms.Label(); lbl_UnidadM = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(dataGridView_Composicion)).BeginInit(); groupBox_Composicion.SuspendLayout(); groupBox_Producto.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridView_Materiaprima)).BeginInit(); //MENU components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Produccion)); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); errorProvider_Textbox = new System.Windows.Forms.ErrorProvider(components); errorProvider_Combobox = new System.Windows.Forms.ErrorProvider(components); SuspendLayout(); #endregion // // pic_Logo // pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe; pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Logo.Location = new System.Drawing.Point(680, 455); pic_Logo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)))); pic_Logo.Name = "pic_Logo"; pic_Logo.Size = new System.Drawing.Size(175, 75); pic_Logo.TabIndex = 33; pic_Logo.TabStop = false; // // menuStrip1 // ((System.ComponentModel.ISupportInitialize)(errorProvider_Textbox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider_Combobox)).BeginInit(); menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, ayudaToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(448, 24); menuStrip1.TabIndex = 77; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator1, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(151, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); abrirToolStripMenuItem.Visible = false; // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(148, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { modificarToolStripMenuItem, eliminarToolStripMenuItem}); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20); editarToolStripMenuItem.Text = "&Editar"; editarToolStripMenuItem.Visible = false; // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // dataGridView_Composicion // dataGridView_Composicion.AllowUserToAddRows = false; dataGridView_Composicion.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; dataGridView_Composicion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView_Composicion.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_Materiaprima, Materiaprima, Cantidad, Unidad, Id_Unidad}); dataGridView_Composicion.Dock = System.Windows.Forms.DockStyle.Fill; dataGridView_Composicion.Location = new System.Drawing.Point(3, 16); dataGridView_Composicion.Name = "dataGridView_Composicion"; dataGridView_Composicion.Size = new System.Drawing.Size(450, 237); dataGridView_Composicion.TabIndex = 8; // // Id_Materiaprima // Id_Materiaprima.HeaderText = "Id_Materiaprima"; Id_Materiaprima.Name = "Id_Materiaprima"; Id_Materiaprima.Visible = false; // // Materiaprima // Materiaprima.HeaderText = "Materia prima"; Materiaprima.Name = "Materiaprima"; // // Cantidad // Cantidad.HeaderText = "Cantidad"; Cantidad.Name = "Cantidad"; // // Unidad // Unidad.HeaderText = "Unidad"; Unidad.Name = "Unidad"; // // EMUnidad // EMUnidad.HeaderText = "Unidad"; EMUnidad.Name = "EMUnidad"; // // Id_Unidad // Id_Unidad.HeaderText = "Id_Unidad"; Id_Unidad.Name = "Id_Unidad"; Id_Unidad.Visible = false; // // groupBox_Composicion // groupBox_Composicion.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))); groupBox_Composicion.Controls.Add(dataGridView_Composicion); groupBox_Composicion.Location = new System.Drawing.Point(9, 272); groupBox_Composicion.Name = "groupBox_Composicion"; groupBox_Composicion.Size = new System.Drawing.Size(455, 256); groupBox_Composicion.TabIndex = 12; groupBox_Composicion.TabStop = false; groupBox_Composicion.Text = "Composicion"; // // groupBox_Producto // groupBox_Producto.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))); groupBox_Producto.Controls.Add(lbl_UnidadM); groupBox_Producto.Controls.Add(lbl_CantidadM); groupBox_Producto.Controls.Add(lbl_Unidad); groupBox_Producto.Controls.Add(lbl_Cantidad); groupBox_Producto.Controls.Add(lbl_Fecha); groupBox_Producto.Controls.Add(lbl_Producto); groupBox_Producto.Controls.Add(lbl_Lote); groupBox_Producto.Controls.Add(comboBox_Unidad); groupBox_Producto.Controls.Add(bttn_Quitar); groupBox_Producto.Controls.Add(bttn_Agregar); groupBox_Producto.Controls.Add(dateTimePicker_Fecha); groupBox_Producto.Controls.Add(dataGridView_Materiaprima); groupBox_Producto.Controls.Add(txt_CantidadM); groupBox_Producto.Controls.Add(txt_Cantidad); groupBox_Producto.Controls.Add(comboBox_UnidadM); groupBox_Producto.Controls.Add(comboBox_Producto); groupBox_Producto.Controls.Add(txt_Lote); groupBox_Producto.Controls.Add(lbl_Almacen); groupBox_Producto.Controls.Add(comboBox_Almacen); groupBox_Producto.Location = new System.Drawing.Point(9, 46); groupBox_Producto.Name = "groupBox_Producto"; groupBox_Producto.Size = new System.Drawing.Size(855, 220); groupBox_Producto.TabIndex = 13; groupBox_Producto.TabStop = false; groupBox_Producto.Text = "Producción de producto"; // // lbl_Almacen // lbl_Almacen.AutoSize = true; lbl_Almacen.Location = new System.Drawing.Point(13, 152); lbl_Almacen.Name = "lbl_Almacen"; lbl_Almacen.Size = new System.Drawing.Size(48, 13); lbl_Almacen.TabIndex = 10; lbl_Almacen.Text = "Almacén"; // // comboBox_Almacen // comboBox_Almacen.FormattingEnabled = true; comboBox_Almacen.Location = new System.Drawing.Point(71, 145); comboBox_Almacen.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_Almacen.Name = "comboBox_Almacen"; comboBox_Almacen.Size = new System.Drawing.Size(121, 21); comboBox_Almacen.TabIndex = 0; // // bttn_Quitar // bttn_Quitar.Location = new System.Drawing.Point(392, 133); bttn_Quitar.Name = "bttn_Quitar"; bttn_Quitar.Size = new System.Drawing.Size(75, 23); bttn_Quitar.Click += new System.EventHandler(bttn_Quitar_Click); bttn_Quitar.TabIndex = 21; bttn_Quitar.Text = "Quitar"; bttn_Quitar.UseVisualStyleBackColor = true; // // bttn_Agregar // bttn_Agregar.Location = new System.Drawing.Point(392, 104); bttn_Agregar.Name = "bttn_Agregar"; bttn_Agregar.Size = new System.Drawing.Size(75, 23); bttn_Agregar.Click += new System.EventHandler(bttn_Agregar_Click); bttn_Agregar.TabIndex = 20; bttn_Agregar.Text = "Agregar"; bttn_Agregar.UseVisualStyleBackColor = true; // // dateTimePicker_Fecha // dateTimePicker_Fecha.Location = new System.Drawing.Point(71, 88); dateTimePicker_Fecha.Name = "dateTimePicker_Fecha"; dateTimePicker_Fecha.Size = new System.Drawing.Size(200, 20); dateTimePicker_Fecha.TabIndex = 19; // // dataGridView_Materiaprima // dataGridView_Materiaprima.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView_Materiaprima.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_Materia, Materia_prima, Tipo_Pieza, Tipo_Materiaprima, ExistenciaM, EMUnidad}); dataGridView_Materiaprima.Location = new System.Drawing.Point(473, 28); dataGridView_Materiaprima.Name = "dataGridView_Materiaprima"; dataGridView_Materiaprima.Size = new System.Drawing.Size(376, 186); dataGridView_Materiaprima.TabIndex = 18; // // Id_Materia // Id_Materia.HeaderText = "Id_Materia"; Id_Materia.Name = "Id_Materia"; Id_Materia.Visible = false; // // Materia_prima // Materia_prima.HeaderText = "Materia prima"; Materia_prima.Name = "Materia_prima"; // // Tipo_Pieza // Tipo_Pieza.HeaderText = "Tipo pieza"; Tipo_Pieza.Name = "Tipo_Pieza"; // // Tipo_Materiaprima // Tipo_Materiaprima.HeaderText = "Tipo de materia prima"; Tipo_Materiaprima.Name = "Tipo_Materiaprima"; // // ExistenciaM // ExistenciaM.HeaderText = "Existencia"; ExistenciaM.Name = "ExistenciaM"; // // txt_CantidadM // txt_CantidadM.Location = new System.Drawing.Point(367, 35); txt_CantidadM.Name = "txt_CantidadM"; txt_CantidadM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Numeros_KeyPress); txt_CantidadM.Size = new System.Drawing.Size(100, 20); txt_CantidadM.TabIndex = 16; txt_CantidadM.MaxLength = 9; // // txt_Cantidad // txt_Cantidad.Location = new System.Drawing.Point(71, 117); txt_Cantidad.Name = "txt_Cantidad"; txt_Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Numeros_KeyPress); txt_Cantidad.Size = new System.Drawing.Size(100, 20); txt_Cantidad.TabIndex = 15; txt_Cantidad.MaxLength = 9; // // comboBox_UnidadM // comboBox_UnidadM.FormattingEnabled = true; comboBox_UnidadM.Location = new System.Drawing.Point(367, 69); comboBox_UnidadM.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_UnidadM.Name = "comboBox_UnidadM"; comboBox_UnidadM.Size = new System.Drawing.Size(68, 21); comboBox_UnidadM.TabIndex = 14; comboBox_UnidadM.SelectedIndexChanged+=new EventHandler(conversionSelectedIndexChanged); // // comboBox_Producto // comboBox_Producto.FormattingEnabled = true; comboBox_Producto.Location = new System.Drawing.Point(71, 56); comboBox_Producto.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_Producto.Name = "comboBox_Producto"; comboBox_Producto.Size = new System.Drawing.Size(121, 21); comboBox_Producto.TabIndex = 13; // // txt_Lote // txt_Lote.Location = new System.Drawing.Point(71, 28); txt_Lote.Name = "txt_Lote"; txt_Lote.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Numeros_KeyPress); txt_Lote.Size = new System.Drawing.Size(100, 20); txt_Lote.TabIndex = 12; txt_Lote.MaxLength = 14; // // comboBox_Unidad // comboBox_Unidad.FormattingEnabled = true; comboBox_Unidad.Location = new System.Drawing.Point(224, 116); comboBox_Unidad.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_Unidad.Name = "comboBox_Unidad"; comboBox_Unidad.Size = new System.Drawing.Size(68, 21); comboBox_Unidad.TabIndex = 22; // // lbl_Lote // lbl_Lote.AutoSize = true; lbl_Lote.Location = new System.Drawing.Point(13, 35); lbl_Lote.Name = "lbl_Lote"; lbl_Lote.Size = new System.Drawing.Size(28, 13); lbl_Lote.TabIndex = 24; lbl_Lote.Text = "Lote"; // // lbl_Producto // lbl_Producto.AutoSize = true; lbl_Producto.Location = new System.Drawing.Point(13, 64); lbl_Producto.Name = "lbl_Producto"; lbl_Producto.Size = new System.Drawing.Size(50, 13); lbl_Producto.TabIndex = 25; lbl_Producto.Text = "Producto"; // // lbl_Fecha // lbl_Fecha.AutoSize = true; lbl_Fecha.Location = new System.Drawing.Point(13, 95); lbl_Fecha.Name = "lbl_Fecha"; lbl_Fecha.Size = new System.Drawing.Size(37, 13); lbl_Fecha.TabIndex = 26; lbl_Fecha.Text = "Fecha"; // // lbl_Cantidad // lbl_Cantidad.AutoSize = true; lbl_Cantidad.Location = new System.Drawing.Point(13, 124); lbl_Cantidad.Name = "lbl_Cantidad"; lbl_Cantidad.Size = new System.Drawing.Size(49, 13); lbl_Cantidad.TabIndex = 27; lbl_Cantidad.Text = "Cantidad"; // // lbl_Unidad // lbl_Unidad.AutoSize = true; lbl_Unidad.Location = new System.Drawing.Point(177, 124); lbl_Unidad.Name = "lbl_Unidad"; lbl_Unidad.Size = new System.Drawing.Size(41, 13); lbl_Unidad.TabIndex = 28; lbl_Unidad.Text = "Unidad"; // // lbl_CantidadM // lbl_CantidadM.AutoSize = true; lbl_CantidadM.Location = new System.Drawing.Point(305, 42); lbl_CantidadM.Name = "lbl_CantidadM"; lbl_CantidadM.Size = new System.Drawing.Size(49, 13); lbl_CantidadM.TabIndex = 29; lbl_CantidadM.Text = "Cantidad"; // // lbl_UnidadM // lbl_UnidadM.AutoSize = true; lbl_UnidadM.Location = new System.Drawing.Point(305, 77); lbl_UnidadM.Name = "lbl_UnidadM"; lbl_UnidadM.Size = new System.Drawing.Size(41, 13); lbl_UnidadM.TabIndex = 30; lbl_UnidadM.Text = "Unidad"; // // Produccion // 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(900, 580); Controls.Add(groupBox_Producto); Controls.Add(menuStrip1); Controls.Add(groupBox_Composicion); Controls.Add(pic_Logo); FormClosing += new System.Windows.Forms.FormClosingEventHandler(Produccion_FormClosing); Icon = global::Sistema_Shajobe.Properties.Resources.produccion1; MaximumSize = new System.Drawing.Size(900, 580); MaximizeBox = false; MinimumSize = new System.Drawing.Size(900, 580); Name = "Produccion"; Text = "Produccion"; ((System.ComponentModel.ISupportInitialize)(dataGridView_Composicion)).EndInit(); groupBox_Composicion.ResumeLayout(false); groupBox_Producto.ResumeLayout(false); groupBox_Producto.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridView_Materiaprima)).EndInit(); ResumeLayout(false); }
private void Diseño_Forma() { components = new System.ComponentModel.Container(); pic_Logo = new System.Windows.Forms.PictureBox(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Indirecto)); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pic_Indirecto = new System.Windows.Forms.PictureBox(); groupBoxdatos = new System.Windows.Forms.GroupBox(); txt_Medida = new System.Windows.Forms.TextBox(); lbl_Medida = new System.Windows.Forms.Label(); txt_Tamaño = new System.Windows.Forms.TextBox(); txt_Descripcion = new System.Windows.Forms.TextBox(); txt_Nombre = new System.Windows.Forms.TextBox(); txt_Clave = new System.Windows.Forms.TextBox(); lbl_Tamaño = new System.Windows.Forms.Label(); lbl_Descripcion = new System.Windows.Forms.Label(); lbl_Nombre = new System.Windows.Forms.Label(); lbl_Clave = new System.Windows.Forms.Label(); groupBoxfoto = new System.Windows.Forms.GroupBox(); btn_Buscar = new System.Windows.Forms.Button(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Indirecto)).BeginInit(); groupBoxdatos.SuspendLayout(); groupBoxfoto.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, ayudaToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(571, 24); menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator1, toolStripSeparator2, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(151, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(148, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(148, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripSeparator3, modificarToolStripMenuItem, eliminarToolStripMenuItem}); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20); editarToolStripMenuItem.Text = "&Editar"; // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(114, 6); // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // pic_Indirecto // pic_Indirecto.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pic_Indirecto.BackgroundImage"))); pic_Indirecto.BackgroundImage = global::Shajobe.Properties.Resources.Indirecto; pic_Indirecto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Indirecto.Location = new System.Drawing.Point(493, 24); pic_Indirecto.Name = "pic_Indirecto"; pic_Indirecto.Size = new System.Drawing.Size(85, 64); pic_Indirecto.TabIndex = 19; pic_Indirecto.TabStop = false; // // groupBoxdatos // groupBoxdatos.Controls.Add(txt_Medida); groupBoxdatos.Controls.Add(lbl_Medida); groupBoxdatos.Controls.Add(txt_Tamaño); groupBoxdatos.Controls.Add(txt_Descripcion); groupBoxdatos.Controls.Add(txt_Nombre); groupBoxdatos.Controls.Add(txt_Clave); groupBoxdatos.Controls.Add(lbl_Tamaño); groupBoxdatos.Controls.Add(lbl_Descripcion); groupBoxdatos.Controls.Add(lbl_Nombre); groupBoxdatos.Controls.Add(lbl_Clave); groupBoxdatos.Controls.Add(pic_Logo); groupBoxdatos.Controls.Add(groupBoxfoto); groupBoxdatos.Location = new System.Drawing.Point(7, 49); groupBoxdatos.Name = "groupBoxdatos"; groupBoxdatos.Size = new System.Drawing.Size(580, 340); groupBoxdatos.TabIndex = 18; groupBoxdatos.TabStop = false; groupBoxdatos.Text = "Datos del producto"; // // txt_Medida // txt_Medida.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Medida.Location = new System.Drawing.Point(126, 222); txt_Medida.MaxLength = 25; txt_Medida.Name = "txt_Medida"; txt_Medida.Size = new System.Drawing.Size(127, 20); txt_Medida.TabIndex = 56; txt_Medida.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Medida_KeyPress); // // lbl_Medida // lbl_Medida.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Medida.AutoSize = true; lbl_Medida.Location = new System.Drawing.Point(27, 226); lbl_Medida.Name = "lbl_Medida"; lbl_Medida.Size = new System.Drawing.Size(42, 13); lbl_Medida.TabIndex = 55; lbl_Medida.Text = "Medida"; // // txt_Tamaño // txt_Tamaño.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Tamaño.Location = new System.Drawing.Point(126, 196); txt_Tamaño.MaxLength = 2; txt_Tamaño.Name = "txt_Tamaño"; txt_Tamaño.Size = new System.Drawing.Size(127, 20); txt_Tamaño.TabIndex = 53; txt_Tamaño.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Tamaño_KeyPress); // // txt_Descripcion // txt_Descripcion.Location = new System.Drawing.Point(126, 85); txt_Descripcion.MaxLength = 35; txt_Descripcion.Multiline = true; txt_Descripcion.Name = "txt_Descripcion"; txt_Descripcion.Size = new System.Drawing.Size(127, 105); txt_Descripcion.TabIndex = 47; txt_Descripcion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descripcion_KeyPress); // // txt_Nombre // txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Nombre.Location = new System.Drawing.Point(126, 60); txt_Nombre.MaxLength = 25; txt_Nombre.Name = "txt_Nombre"; txt_Nombre.Size = new System.Drawing.Size(127, 20); txt_Nombre.TabIndex = 46; txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress); // // txt_Clave // txt_Clave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Clave.Enabled = false; txt_Clave.Location = new System.Drawing.Point(126, 35); txt_Clave.MaxLength = 8; txt_Clave.Name = "txt_Clave"; txt_Clave.Size = new System.Drawing.Size(127, 20); txt_Clave.TabIndex = 37; // // lbl_Tamaño // lbl_Tamaño.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Tamaño.AutoSize = true; lbl_Tamaño.Location = new System.Drawing.Point(27, 200); lbl_Tamaño.Name = "lbl_Tamaño"; lbl_Tamaño.Size = new System.Drawing.Size(46, 13); lbl_Tamaño.TabIndex = 44; lbl_Tamaño.Text = "Tamaño"; // // lbl_Descripcion // lbl_Descripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Descripcion.AutoSize = true; lbl_Descripcion.Location = new System.Drawing.Point(27, 89); lbl_Descripcion.Name = "lbl_Descripcion"; lbl_Descripcion.Size = new System.Drawing.Size(63, 13); lbl_Descripcion.TabIndex = 38; lbl_Descripcion.Text = "Descripción"; // // lbl_Nombre // lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Nombre.AutoSize = true; lbl_Nombre.Location = new System.Drawing.Point(27, 64); lbl_Nombre.Name = "lbl_Nombre"; lbl_Nombre.Size = new System.Drawing.Size(44, 13); lbl_Nombre.TabIndex = 36; lbl_Nombre.Text = "Nombre"; // // lbl_Clave // lbl_Clave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Clave.AutoSize = true; lbl_Clave.Location = new System.Drawing.Point(28, 42); lbl_Clave.Name = "lbl_Clave"; lbl_Clave.Size = new System.Drawing.Size(34, 13); lbl_Clave.TabIndex = 35; lbl_Clave.Text = "Clave"; // // groupBoxfoto // groupBoxfoto.Controls.Add(btn_Buscar); groupBoxfoto.Location = new System.Drawing.Point(301, 31); groupBoxfoto.Name = "groupBoxfoto"; groupBoxfoto.Size = new System.Drawing.Size(237, 236); groupBoxfoto.TabIndex = 31; groupBoxfoto.TabStop = false; groupBoxfoto.Text = "Foto de producto"; // // btn_Buscar // btn_Buscar.Location = new System.Drawing.Point(156, 207); btn_Buscar.Name = "btn_Buscar"; btn_Buscar.Size = new System.Drawing.Size(75, 23); btn_Buscar.TabIndex = 33; btn_Buscar.Text = "Añadir imagen"; btn_Buscar.UseVisualStyleBackColor = true; btn_Buscar.Click += new System.EventHandler(btn_Buscar_Click); // // 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; // // errorProvider1 // errorProvider1.ContainerControl = this; // // Indirecto // 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(594, 352); Controls.Add(pic_Indirecto); Controls.Add(groupBoxdatos); Controls.Add(menuStrip1); Icon = global::Shajobe.Properties.Resources.Indirecto_ICO; MaximizeBox = false; MaximumSize = new System.Drawing.Size(607, 433); MinimumSize = new System.Drawing.Size(607, 433); Name = "Indirecto"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Producto indirecto"; Load += new System.EventHandler(Indirecto_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Indirecto)).EndInit(); groupBoxdatos.ResumeLayout(false); groupBoxdatos.PerformLayout(); groupBoxfoto.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit(); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE); ResumeLayout(false); PerformLayout(); }
/// <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); }
/// ------------------------------------------------------------------------------------ /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ------------------------------------------------------------------------------------ private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolsOptionsDialog)); System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.Label lbMeasurement; System.Windows.Forms.Label lblStyleNote; System.Windows.Forms.Label lblShowStyles; System.Windows.Forms.Label lblStyleLevel; System.Windows.Forms.Button btnCancel; System.Windows.Forms.Button btnHelp; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Label label1; this.m_chkSynchFootnoteScroll = new System.Windows.Forms.CheckBox(); this.m_chkShowFormatMarks = new System.Windows.Forms.CheckBox(); this.m_chkMarkerlessFootnoteIcons = new System.Windows.Forms.CheckBox(); this.m_chkPromptEmptyParas = new System.Windows.Forms.CheckBox(); this.m_lblNoTestFeatures = new System.Windows.Forms.Label(); this.m_cboExperimentalFeatures = new System.Windows.Forms.CheckedListBox(); this.btnOK = new System.Windows.Forms.Button(); this.tabOptions = new System.Windows.Forms.TabControl(); this.tabPageView = new System.Windows.Forms.TabPage(); this.tabPageGeneral = new System.Windows.Forms.TabPage(); this.m_chkStartLibronixWithTE = new System.Windows.Forms.CheckBox(); this.tabPageStyles = new System.Windows.Forms.TabPage(); this.rdoCustomList = new System.Windows.Forms.RadioButton(); this.rdoAllStyles = new System.Windows.Forms.RadioButton(); this.rdoBasicStyles = new System.Windows.Forms.RadioButton(); this.grpCustom = new System.Windows.Forms.GroupBox(); this.cboStyleLevel = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.chkShowUserDefined = new System.Windows.Forms.CheckBox(); this.tabPageInterface = new System.Windows.Forms.TabPage(); this.label2 = new System.Windows.Forms.Label(); this.m_userInterfaceChooser = new SIL.FieldWorks.Common.Widgets.UserInterfaceChooser(); this.m_cboMeasurement = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.tabPageAdvanced = new System.Windows.Forms.TabPage(); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox3 = new System.Windows.Forms.GroupBox(); lbMeasurement = new System.Windows.Forms.Label(); lblStyleNote = new System.Windows.Forms.Label(); lblShowStyles = new System.Windows.Forms.Label(); lblStyleLevel = new System.Windows.Forms.Label(); btnCancel = new System.Windows.Forms.Button(); btnHelp = new System.Windows.Forms.Button(); groupBox2 = new System.Windows.Forms.GroupBox(); label1 = new System.Windows.Forms.Label(); groupBox1.SuspendLayout(); groupBox3.SuspendLayout(); groupBox2.SuspendLayout(); this.tabOptions.SuspendLayout(); this.tabPageView.SuspendLayout(); this.tabPageGeneral.SuspendLayout(); this.tabPageStyles.SuspendLayout(); this.grpCustom.SuspendLayout(); this.tabPageInterface.SuspendLayout(); this.tabPageAdvanced.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.m_chkSynchFootnoteScroll); resources.ApplyResources(groupBox1, "groupBox1"); groupBox1.Name = "groupBox1"; groupBox1.TabStop = false; // // m_chkSynchFootnoteScroll // resources.ApplyResources(this.m_chkSynchFootnoteScroll, "m_chkSynchFootnoteScroll"); this.m_chkSynchFootnoteScroll.Name = "m_chkSynchFootnoteScroll"; // // groupBox3 // groupBox3.Controls.Add(this.m_chkShowFormatMarks); groupBox3.Controls.Add(this.m_chkMarkerlessFootnoteIcons); groupBox3.Controls.Add(this.m_chkPromptEmptyParas); resources.ApplyResources(groupBox3, "groupBox3"); groupBox3.Name = "groupBox3"; groupBox3.TabStop = false; // // m_chkShowFormatMarks // resources.ApplyResources(this.m_chkShowFormatMarks, "m_chkShowFormatMarks"); this.m_chkShowFormatMarks.Name = "m_chkShowFormatMarks"; // // m_chkMarkerlessFootnoteIcons // resources.ApplyResources(this.m_chkMarkerlessFootnoteIcons, "m_chkMarkerlessFootnoteIcons"); this.m_chkMarkerlessFootnoteIcons.Name = "m_chkMarkerlessFootnoteIcons"; // // m_chkPromptEmptyParas // resources.ApplyResources(this.m_chkPromptEmptyParas, "m_chkPromptEmptyParas"); this.m_chkPromptEmptyParas.Name = "m_chkPromptEmptyParas"; // // lbMeasurement // resources.ApplyResources(lbMeasurement, "lbMeasurement"); lbMeasurement.Name = "lbMeasurement"; // // lblStyleNote // resources.ApplyResources(lblStyleNote, "lblStyleNote"); lblStyleNote.Name = "lblStyleNote"; // // lblShowStyles // resources.ApplyResources(lblShowStyles, "lblShowStyles"); lblShowStyles.Name = "lblShowStyles"; // // lblStyleLevel // resources.ApplyResources(lblStyleLevel, "lblStyleLevel"); lblStyleLevel.Name = "lblStyleLevel"; // // btnCancel // resources.ApplyResources(btnCancel, "btnCancel"); btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; btnCancel.Name = "btnCancel"; // // btnHelp // resources.ApplyResources(btnHelp, "btnHelp"); btnHelp.Name = "btnHelp"; btnHelp.Click += new System.EventHandler(this.btnHelp_Click); // // groupBox2 // groupBox2.Controls.Add(this.m_lblNoTestFeatures); groupBox2.Controls.Add(this.m_cboExperimentalFeatures); resources.ApplyResources(groupBox2, "groupBox2"); groupBox2.Name = "groupBox2"; groupBox2.TabStop = false; // // m_lblNoTestFeatures // resources.ApplyResources(this.m_lblNoTestFeatures, "m_lblNoTestFeatures"); this.m_lblNoTestFeatures.Name = "m_lblNoTestFeatures"; // // m_cboExperimentalFeatures // this.m_cboExperimentalFeatures.BackColor = System.Drawing.SystemColors.Window; this.m_cboExperimentalFeatures.FormattingEnabled = true; this.m_cboExperimentalFeatures.Items.AddRange(new object[] { resources.GetString("m_cboExperimentalFeatures.Items"), resources.GetString("m_cboExperimentalFeatures.Items1"), resources.GetString("m_cboExperimentalFeatures.Items2"), resources.GetString("m_cboExperimentalFeatures.Items3") }); resources.ApplyResources(this.m_cboExperimentalFeatures, "m_cboExperimentalFeatures"); this.m_cboExperimentalFeatures.Name = "m_cboExperimentalFeatures"; // // label1 // resources.ApplyResources(label1, "label1"); label1.Name = "label1"; // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Name = "btnOK"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // tabOptions // this.tabOptions.Controls.Add(this.tabPageView); this.tabOptions.Controls.Add(this.tabPageGeneral); this.tabOptions.Controls.Add(this.tabPageStyles); this.tabOptions.Controls.Add(this.tabPageInterface); this.tabOptions.Controls.Add(this.tabPageAdvanced); this.tabOptions.HotTrack = true; resources.ApplyResources(this.tabOptions, "tabOptions"); this.tabOptions.Name = "tabOptions"; this.tabOptions.SelectedIndex = 0; // // tabPageView // this.tabPageView.Controls.Add(groupBox1); this.tabPageView.Controls.Add(groupBox3); resources.ApplyResources(this.tabPageView, "tabPageView"); this.tabPageView.Name = "tabPageView"; this.tabPageView.UseVisualStyleBackColor = true; // // tabPageGeneral // this.tabPageGeneral.Controls.Add(this.m_chkStartLibronixWithTE); resources.ApplyResources(this.tabPageGeneral, "tabPageGeneral"); this.tabPageGeneral.Name = "tabPageGeneral"; this.tabPageGeneral.UseVisualStyleBackColor = true; // // m_chkStartLibronixWithTE // resources.ApplyResources(this.m_chkStartLibronixWithTE, "m_chkStartLibronixWithTE"); this.m_chkStartLibronixWithTE.Name = "m_chkStartLibronixWithTE"; // // tabPageStyles // this.tabPageStyles.Controls.Add(lblStyleNote); this.tabPageStyles.Controls.Add(this.rdoCustomList); this.tabPageStyles.Controls.Add(this.rdoAllStyles); this.tabPageStyles.Controls.Add(this.rdoBasicStyles); this.tabPageStyles.Controls.Add(lblShowStyles); this.tabPageStyles.Controls.Add(this.grpCustom); resources.ApplyResources(this.tabPageStyles, "tabPageStyles"); this.tabPageStyles.Name = "tabPageStyles"; this.tabPageStyles.UseVisualStyleBackColor = true; // // rdoCustomList // resources.ApplyResources(this.rdoCustomList, "rdoCustomList"); this.rdoCustomList.Name = "rdoCustomList"; this.rdoCustomList.CheckedChanged += new System.EventHandler(this.rdoCustomList_CheckedChanged); // // rdoAllStyles // resources.ApplyResources(this.rdoAllStyles, "rdoAllStyles"); this.rdoAllStyles.Name = "rdoAllStyles"; // // rdoBasicStyles // resources.ApplyResources(this.rdoBasicStyles, "rdoBasicStyles"); this.rdoBasicStyles.Name = "rdoBasicStyles"; // // grpCustom // this.grpCustom.Controls.Add(lblStyleLevel); this.grpCustom.Controls.Add(this.cboStyleLevel); this.grpCustom.Controls.Add(this.chkShowUserDefined); 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); resources.ApplyResources(this.tabPageAdvanced, "tabPageAdvanced"); this.tabPageAdvanced.Name = "tabPageAdvanced"; this.tabPageAdvanced.UseVisualStyleBackColor = true; // // ToolsOptionsDialog // this.AcceptButton = this.btnOK; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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.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.ResumeLayout(false); }
private void InitializeComponent() { this.components = new Container(); this.m_OwnerNameEdit = new System.Windows.Forms.TextBox(); this.m_OwnerNameLabel = new System.Windows.Forms.Label(); this.m_SearchByAddressRadio = new System.Windows.Forms.RadioButton(); this.m_AccountEdit = new System.Windows.Forms.TextBox(); this.m_AccountLabel = new System.Windows.Forms.Label(); this.m_ApartmentLabel = new System.Windows.Forms.Label(); this.m_ApartmentNumberEdit = new System.Windows.Forms.TextBox(); this.btnClear = new System.Windows.Forms.Button(); this.btnSearch = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.m_SearchWorker = new BackgroundWorker(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.m_SearchByNumbersRadio = new System.Windows.Forms.RadioButton(); this.chxShowClose = new System.Windows.Forms.CheckBox(); this.bsAccountApartment = new System.Windows.Forms.BindingSource(this.components); this.treeAccount = new AccountTree(); this.m_LocalAddressSelector = new LocalAddressSelector(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox(); box.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.bsAccountApartment.BeginInit(); base.SuspendLayout(); box.set_AutoSize(true); box.Controls.Add(this.m_OwnerNameEdit); box.Controls.Add(this.m_OwnerNameLabel); box.Controls.Add(this.m_LocalAddressSelector); box.set_Dock(System.Windows.Forms.DockStyle.Top); box.set_FlatStyle(System.Windows.Forms.FlatStyle.System); box.set_Location(new System.Drawing.Point(0, 0x55)); box.set_Name("gbAddresses"); box.set_Size(new System.Drawing.Size(0x114, 0xb0)); box.set_TabIndex(4); box.set_TabStop(false); this.m_OwnerNameEdit.set_CharacterCasing(System.Windows.Forms.CharacterCasing.Upper); this.m_OwnerNameEdit.set_Dock(System.Windows.Forms.DockStyle.Top); this.m_OwnerNameEdit.set_Location(new System.Drawing.Point(3, 0x99)); this.m_OwnerNameEdit.set_Name("m_OwnerNameEdit"); this.m_OwnerNameEdit.set_Size(new System.Drawing.Size(270, 20)); this.m_OwnerNameEdit.set_TabIndex(5); this.m_OwnerNameEdit.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter)); this.m_OwnerNameEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown)); this.m_OwnerNameLabel.set_Dock(System.Windows.Forms.DockStyle.Top); this.m_OwnerNameLabel.set_Location(new System.Drawing.Point(3, 0x89)); this.m_OwnerNameLabel.set_Name("m_OwnerNameLabel"); this.m_OwnerNameLabel.set_Size(new System.Drawing.Size(270, 0x10)); this.m_OwnerNameLabel.set_TabIndex(5); this.m_OwnerNameLabel.set_Text("Владелец"); this.m_SearchByAddressRadio.set_AutoSize(true); this.m_SearchByAddressRadio.set_Checked(true); this.m_SearchByAddressRadio.set_Location(new System.Drawing.Point(7, 0x55)); this.m_SearchByAddressRadio.set_Name("m_SearchByAddressRadio"); this.m_SearchByAddressRadio.set_Size(new System.Drawing.Size(0xaf, 0x11)); this.m_SearchByAddressRadio.set_TabIndex(3); this.m_SearchByAddressRadio.set_TabStop(true); this.m_SearchByAddressRadio.set_Text("Поиск по адресу и владельцу"); this.m_SearchByAddressRadio.set_UseVisualStyleBackColor(true); this.m_AccountEdit.set_Dock(System.Windows.Forms.DockStyle.Top); this.m_AccountEdit.set_Location(new System.Drawing.Point(3, 0x3e)); this.m_AccountEdit.set_Name("m_AccountEdit"); this.m_AccountEdit.set_Size(new System.Drawing.Size(270, 20)); this.m_AccountEdit.set_TabIndex(1); this.m_AccountEdit.add_Enter(new System.EventHandler(this.m_ApartmentNumberEdit_Enter)); this.m_AccountEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown)); this.m_AccountLabel.set_AutoSize(true); this.m_AccountLabel.set_Dock(System.Windows.Forms.DockStyle.Top); this.m_AccountLabel.set_Location(new System.Drawing.Point(3, 0x31)); this.m_AccountLabel.set_Name("m_AccountLabel"); this.m_AccountLabel.set_Size(new System.Drawing.Size(0x4c, 13)); this.m_AccountLabel.set_TabIndex(2); this.m_AccountLabel.set_Text("Лицевой счет"); this.m_AccountLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft); this.m_ApartmentLabel.set_AutoSize(true); this.m_ApartmentLabel.set_Dock(System.Windows.Forms.DockStyle.Top); this.m_ApartmentLabel.set_Location(new System.Drawing.Point(3, 0x10)); this.m_ApartmentLabel.set_Name("m_ApartmentLabel"); this.m_ApartmentLabel.set_Size(new System.Drawing.Size(0x7a, 13)); this.m_ApartmentLabel.set_TabIndex(0); this.m_ApartmentLabel.set_Text("Идентификатор жилья"); this.m_ApartmentLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft); this.m_ApartmentNumberEdit.set_Dock(System.Windows.Forms.DockStyle.Top); this.m_ApartmentNumberEdit.set_Location(new System.Drawing.Point(3, 0x1d)); this.m_ApartmentNumberEdit.set_Name("m_ApartmentNumberEdit"); this.m_ApartmentNumberEdit.set_Size(new System.Drawing.Size(270, 20)); this.m_ApartmentNumberEdit.set_TabIndex(2); this.m_ApartmentNumberEdit.add_Enter(new System.EventHandler(this.m_ApartmentNumberEdit_Enter)); this.m_ApartmentNumberEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown)); this.btnClear.set_Dock(System.Windows.Forms.DockStyle.Fill); this.btnClear.set_Location(new System.Drawing.Point(0xbb, 3)); this.btnClear.set_Name("btnClear"); this.btnClear.set_Size(new System.Drawing.Size(0x56, 0x2c)); this.btnClear.set_TabIndex(8); this.btnClear.set_Text("&Очистить"); this.btnClear.set_UseVisualStyleBackColor(true); this.btnClear.add_Click(new System.EventHandler(this.btnClear_Click)); this.btnSearch.set_Dock(System.Windows.Forms.DockStyle.Fill); this.btnSearch.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight); this.btnSearch.set_Location(new System.Drawing.Point(3, 3)); this.btnSearch.set_Name("btnSearch"); this.btnSearch.set_Size(new System.Drawing.Size(0xb2, 0x2c)); this.btnSearch.set_TabIndex(7); this.btnSearch.set_Text("&Поиск"); this.btnSearch.set_UseVisualStyleBackColor(true); this.btnSearch.add_Click(new System.EventHandler(this.btnSearch_Click)); this.tableLayoutPanel1.set_ColumnCount(2); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66.66666f)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333f)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20f)); this.tableLayoutPanel1.Controls.Add(this.btnSearch, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnClear, 1, 0); this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Top); this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0x116)); this.tableLayoutPanel1.set_Name("tableLayoutPanel1"); this.tableLayoutPanel1.set_RowCount(1); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f)); this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x114, 50)); this.tableLayoutPanel1.set_TabIndex(20); this.m_SearchWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork)); this.m_SearchWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted)); this.groupBox1.set_AutoSize(true); this.groupBox1.Controls.Add(this.m_AccountEdit); this.groupBox1.Controls.Add(this.m_AccountLabel); this.groupBox1.Controls.Add(this.m_ApartmentNumberEdit); this.groupBox1.Controls.Add(this.m_ApartmentLabel); this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top); this.groupBox1.set_Location(new System.Drawing.Point(0, 0)); this.groupBox1.set_Name("groupBox1"); this.groupBox1.set_Size(new System.Drawing.Size(0x114, 0x55)); this.groupBox1.set_TabIndex(2); this.groupBox1.set_TabStop(false); this.m_SearchByNumbersRadio.set_AutoSize(true); this.m_SearchByNumbersRadio.set_Location(new System.Drawing.Point(7, 0)); this.m_SearchByNumbersRadio.set_Name("m_SearchByNumbersRadio"); this.m_SearchByNumbersRadio.set_Size(new System.Drawing.Size(0x79, 0x11)); this.m_SearchByNumbersRadio.set_TabIndex(0); this.m_SearchByNumbersRadio.set_Text("Поиск по номерам"); this.m_SearchByNumbersRadio.set_UseVisualStyleBackColor(true); this.chxShowClose.set_AutoSize(true); this.chxShowClose.set_Dock(System.Windows.Forms.DockStyle.Top); this.chxShowClose.set_Location(new System.Drawing.Point(0, 0x105)); this.chxShowClose.set_Name("chxShowClose"); this.chxShowClose.set_Size(new System.Drawing.Size(0x114, 0x11)); 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(); }
private void Diseño_Forma() { #region Creando controles de la forma groupBox_Datos = new System.Windows.Forms.GroupBox(); lbl_Fecha = new System.Windows.Forms.Label(); lbl_Unidad = new System.Windows.Forms.Label(); lbl_Saldo = new System.Windows.Forms.Label(); lbl_PrecioVenta = new System.Windows.Forms.Label(); lbl_PrecioCompra = new System.Windows.Forms.Label(); lbl_Cantidad = new System.Windows.Forms.Label(); lbl_Producto = new System.Windows.Forms.Label(); lbl_Concepto = new System.Windows.Forms.Label(); lbl_Lote = new System.Windows.Forms.Label(); lbl_Almacen = new System.Windows.Forms.Label(); comboBox_Unidad = new System.Windows.Forms.ComboBox(); dateTimePicker_Fecha = new System.Windows.Forms.DateTimePicker(); txt_Saldo = new System.Windows.Forms.TextBox(); txt_PrecioVenta = new System.Windows.Forms.TextBox(); txt_PrecioCompra = new System.Windows.Forms.TextBox(); txt_Cantidad = new System.Windows.Forms.TextBox(); comboBox_Producto = new System.Windows.Forms.ComboBox(); comboBox_Concepto = new System.Windows.Forms.ComboBox(); txt_Lote = new System.Windows.Forms.TextBox(); comboBox_Almacen = new System.Windows.Forms.ComboBox(); groupBoxInventario = new System.Windows.Forms.GroupBox(); dataGridViewInventario = new System.Windows.Forms.DataGridView(); pic_Logo = new System.Windows.Forms.PictureBox(); Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); Producto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Descripción = new System.Windows.Forms.DataGridViewTextBoxColumn(); Codigo_Barra = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lote = new System.Windows.Forms.DataGridViewTextBoxColumn(); Cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); Unidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); Cantidad_Maxima = new System.Windows.Forms.DataGridViewTextBoxColumn(); Cantidad_Minima = new System.Windows.Forms.DataGridViewTextBoxColumn(); //MENU components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tipo_pieza)); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); errorProvider_Textbox = new System.Windows.Forms.ErrorProvider(components); errorProvider_Combobox = new System.Windows.Forms.ErrorProvider(components); menuStrip1.SuspendLayout(); groupBox_Datos.SuspendLayout(); groupBoxInventario.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridViewInventario)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pic_Logo)).BeginInit(); SuspendLayout(); #endregion menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); // // menuStrip1 // ((System.ComponentModel.ISupportInitialize)(errorProvider_Textbox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider_Combobox)).BeginInit(); menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, ayudaToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(448, 24); menuStrip1.TabIndex = 77; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator1, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(151, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(148, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { modificarToolStripMenuItem, eliminarToolStripMenuItem}); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20); editarToolStripMenuItem.Text = "&Editar"; // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // groupBox_Datos // groupBox_Datos.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))); groupBox_Datos.Controls.Add(pic_Logo); groupBox_Datos.Controls.Add(lbl_Fecha); groupBox_Datos.Controls.Add(lbl_Unidad); groupBox_Datos.Controls.Add(lbl_Saldo); groupBox_Datos.Controls.Add(lbl_PrecioVenta); groupBox_Datos.Controls.Add(lbl_PrecioCompra); groupBox_Datos.Controls.Add(lbl_Cantidad); groupBox_Datos.Controls.Add(lbl_Producto); groupBox_Datos.Controls.Add(lbl_Concepto); groupBox_Datos.Controls.Add(lbl_Lote); groupBox_Datos.Controls.Add(lbl_Almacen); groupBox_Datos.Controls.Add(comboBox_Unidad); groupBox_Datos.Controls.Add(dateTimePicker_Fecha); groupBox_Datos.Controls.Add(txt_Saldo); groupBox_Datos.Controls.Add(txt_PrecioVenta); groupBox_Datos.Controls.Add(txt_PrecioCompra); groupBox_Datos.Controls.Add(txt_Cantidad); groupBox_Datos.Controls.Add(comboBox_Producto); groupBox_Datos.Controls.Add(comboBox_Concepto); groupBox_Datos.Controls.Add(txt_Lote); groupBox_Datos.Controls.Add(comboBox_Almacen); groupBox_Datos.Location = new System.Drawing.Point(0, 36); groupBox_Datos.Name = "groupBox_Datos"; groupBox_Datos.Size = new System.Drawing.Size(898, 150); groupBox_Datos.TabIndex = 0; groupBox_Datos.TabStop = false; groupBox_Datos.Text = "Datos de Inventario"; // // errorProvider_Textbox // errorProvider_Textbox.ContainerControl = this; // // errorProvider_Combobox // errorProvider_Combobox.ContainerControl = this; // // lbl_Fecha // lbl_Fecha.AutoSize = true; lbl_Fecha.Location = new System.Drawing.Point(627, 31); lbl_Fecha.Name = "lbl_Fecha"; lbl_Fecha.Size = new System.Drawing.Size(37, 13); lbl_Fecha.TabIndex = 19; lbl_Fecha.Text = "Fecha"; // // lbl_Unidad // lbl_Unidad.AutoSize = true; lbl_Unidad.Location = new System.Drawing.Point(436, 31); lbl_Unidad.Name = "lbl_Unidad"; lbl_Unidad.Size = new System.Drawing.Size(41, 13); lbl_Unidad.TabIndex = 18; lbl_Unidad.Text = "Unidad"; // // lbl_Saldo // lbl_Saldo.AutoSize = true; lbl_Saldo.Location = new System.Drawing.Point(236, 110); lbl_Saldo.Name = "lbl_Saldo"; lbl_Saldo.Size = new System.Drawing.Size(34, 13); lbl_Saldo.TabIndex = 17; lbl_Saldo.Text = "Saldo"; // // lbl_PrecioVenta // lbl_PrecioVenta.AutoSize = true; lbl_PrecioVenta.Location = new System.Drawing.Point(236, 83); lbl_PrecioVenta.Name = "lbl_PrecioVenta"; lbl_PrecioVenta.Size = new System.Drawing.Size(67, 13); lbl_PrecioVenta.TabIndex = 16; lbl_PrecioVenta.Text = "Precio venta"; // // lbl_PrecioCompra // lbl_PrecioCompra.AutoSize = true; lbl_PrecioCompra.Location = new System.Drawing.Point(236, 57); lbl_PrecioCompra.Name = "lbl_PrecioCompra"; lbl_PrecioCompra.Size = new System.Drawing.Size(75, 13); lbl_PrecioCompra.TabIndex = 15; lbl_PrecioCompra.Text = "Precio compra"; // // lbl_Cantidad // lbl_Cantidad.AutoSize = true; lbl_Cantidad.Location = new System.Drawing.Point(236, 32); lbl_Cantidad.Name = "lbl_Cantidad"; lbl_Cantidad.Size = new System.Drawing.Size(49, 13); lbl_Cantidad.TabIndex = 14; lbl_Cantidad.Text = "Cantidad"; // // lbl_Producto // lbl_Producto.AutoSize = true; lbl_Producto.Location = new System.Drawing.Point(24, 113); lbl_Producto.Name = "lbl_Producto"; lbl_Producto.Size = new System.Drawing.Size(50, 13); lbl_Producto.TabIndex = 13; lbl_Producto.Text = "Producto"; // // lbl_Concepto // lbl_Concepto.AutoSize = true; lbl_Concepto.Location = new System.Drawing.Point(24, 85); lbl_Concepto.Name = "lbl_Concepto"; lbl_Concepto.Size = new System.Drawing.Size(53, 13); lbl_Concepto.TabIndex = 12; lbl_Concepto.Text = "Concepto"; // // lbl_Lote // lbl_Lote.AutoSize = true; lbl_Lote.Location = new System.Drawing.Point(24, 57); lbl_Lote.Name = "lbl_Lote"; lbl_Lote.Size = new System.Drawing.Size(28, 13); lbl_Lote.TabIndex = 11; lbl_Lote.Text = "Lote"; // // lbl_Almacen // lbl_Almacen.AutoSize = true; lbl_Almacen.Location = new System.Drawing.Point(24, 32); lbl_Almacen.Name = "lbl_Almacen"; lbl_Almacen.Size = new System.Drawing.Size(48, 13); lbl_Almacen.TabIndex = 10; lbl_Almacen.Text = "Almacén"; // // comboBox_Unidad // comboBox_Unidad.FormattingEnabled = true; comboBox_Unidad.Location = new System.Drawing.Point(483, 28); comboBox_Unidad.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_Unidad.Name = "comboBox_Unidad"; comboBox_Unidad.Size = new System.Drawing.Size(121, 21); comboBox_Unidad.TabIndex = 9; // // dateTimePicker_Fecha // dateTimePicker_Fecha.Location = new System.Drawing.Point(685, 29); dateTimePicker_Fecha.Name = "dateTimePicker_Fecha"; dateTimePicker_Fecha.Size = new System.Drawing.Size(200, 20); dateTimePicker_Fecha.TabIndex = 8; // // txt_Saldo // txt_Saldo.Enabled = false; txt_Saldo.Location = new System.Drawing.Point(319, 106); txt_Saldo.Name = "txt_Saldo"; txt_Saldo.Size = new System.Drawing.Size(100, 20); txt_Saldo.TabIndex = 7; // // txt_PrecioVenta // txt_PrecioVenta.Location = new System.Drawing.Point(319, 80); txt_PrecioVenta.Name = "txt_PrecioVenta"; txt_PrecioVenta.Size = new System.Drawing.Size(100, 20); txt_PrecioVenta.TabIndex = 6; txt_PrecioVenta.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_LimiteCredito_KeyPress); // // txt_PrecioCompra // txt_PrecioCompra.Location = new System.Drawing.Point(319, 54); txt_PrecioCompra.Name = "txt_PrecioCompra"; txt_PrecioCompra.Size = new System.Drawing.Size(100, 20); txt_PrecioCompra.TabIndex = 5; txt_PrecioCompra.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_LimiteCredito_KeyPress); // // txt_Cantidad // txt_Cantidad.Location = new System.Drawing.Point(319, 29); txt_Cantidad.MaxLength = 9; txt_Cantidad.Name = "txt_Cantidad"; txt_Cantidad.Size = new System.Drawing.Size(100, 20); txt_Cantidad.TabIndex = 4; txt_Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_LimiteCredito_KeyPress); // // comboBox_Producto // comboBox_Producto.FormattingEnabled = true; comboBox_Producto.Location = new System.Drawing.Point(102, 107); comboBox_Producto.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_Producto.Name = "comboBox_Producto"; comboBox_Producto.Size = new System.Drawing.Size(121, 21); comboBox_Producto.TabIndex = 3; // // comboBox_Concepto // comboBox_Concepto.FormattingEnabled = true; comboBox_Concepto.Location = new System.Drawing.Point(102, 80); comboBox_Concepto.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_Concepto.Name = "comboBox_Concepto"; comboBox_Concepto.Size = new System.Drawing.Size(121, 21); comboBox_Concepto.TabIndex = 2; // // txt_Lote // txt_Lote.Location = new System.Drawing.Point(102, 54); txt_Lote.MaxLength = 14; txt_Lote.Name = "txt_Lote"; txt_Lote.Size = new System.Drawing.Size(100, 20); txt_Lote.TabIndex = 1; txt_Lote.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Lote_KeyPress); // // comboBox_Almacen // comboBox_Almacen.FormattingEnabled = true; comboBox_Almacen.Location = new System.Drawing.Point(102, 28); comboBox_Almacen.KeyPress += new KeyPressEventHandler(NoescrituracomboBox_KeyPress); comboBox_Almacen.Name = "comboBox_Almacen"; comboBox_Almacen.Size = new System.Drawing.Size(121, 21); comboBox_Almacen.TabIndex = 0; // // groupBoxInventario // groupBoxInventario.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))); groupBoxInventario.Controls.Add(dataGridViewInventario); groupBoxInventario.Location = new System.Drawing.Point(0, 192); groupBoxInventario.Name = "groupBoxInventario"; groupBoxInventario.Size = new System.Drawing.Size(898, 376); groupBoxInventario.TabIndex = 1; groupBoxInventario.TabStop = false; groupBoxInventario.Text = "Inventario"; // // dataGridViewInventario // dataGridViewInventario.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; dataGridViewInventario.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewInventario.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id, Producto, Descripción, Codigo_Barra, Lote, Cantidad, //Unidad, Cantidad_Maxima, Cantidad_Minima}); dataGridViewInventario.Dock = System.Windows.Forms.DockStyle.Fill; dataGridViewInventario.Location = new System.Drawing.Point(3, 16); dataGridViewInventario.Name = "dataGridViewInventario"; dataGridViewInventario.Size = new System.Drawing.Size(892, 357); dataGridViewInventario.TabIndex = 0; // // pic_Logo // pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe; pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Logo.Location = new System.Drawing.Point(690, 65); pic_Logo.Name = "pic_Logo"; pic_Logo.Size = new System.Drawing.Size(175, 75); pic_Logo.TabIndex = 33; pic_Logo.TabStop = false; // // Id // Id.HeaderText = "Id"; Id.Name = "Id"; Id.Visible = false; Id.Width = 41; // // Producto // Producto.HeaderText = "Producto"; Producto.Name = "Producto"; Producto.Width = 75; // // Descripción // Descripción.HeaderText = "Descripción"; Descripción.Name = "Descripción"; Descripción.Width = 88; // // Codigo_Barra // Codigo_Barra.HeaderText = "Codigo de barra"; Codigo_Barra.Name = "Codigo_Barra"; Codigo_Barra.Width = 77; // // Lote // Lote.HeaderText = "Lote"; Lote.Name = "Lote"; Lote.Width = 53; // // Cantidad // Cantidad.HeaderText = "Cantidad"; Cantidad.Name = "Cantidad"; Cantidad.Width = 74; // // Unidad // Unidad.HeaderText = "Unidad"; Unidad.Name = "Unidad"; Unidad.Width = 74; // // Cantidad_Maxima // Cantidad_Maxima.HeaderText = "Cantidad maxima"; Cantidad_Maxima.Name = "Cantidad_Maxima"; Cantidad_Maxima.Width = 103; // // Cantidad_Minima // Cantidad_Minima.HeaderText = "Cantidad minima"; Cantidad_Minima.Name = "Cantidad_Minima"; // // Inventario // 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(897, 567); Controls.Add(groupBoxInventario); Controls.Add(menuStrip1); Controls.Add(groupBox_Datos); Icon = global::Sistema_Shajobe.Properties.Resources.Inventario_ICO; FormClosing += new System.Windows.Forms.FormClosingEventHandler(Inventario_FormClosing); MinimumSize = new System.Drawing.Size(913, 605); MaximumSize = new System.Drawing.Size(913, 605); MaximizeBox = false; Name = "InventarioProducto"; Text = "Inventario producto"; WindowState = System.Windows.Forms.FormWindowState.Normal; groupBox_Datos.ResumeLayout(false); groupBox_Datos.PerformLayout(); groupBoxInventario.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(dataGridViewInventario)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pic_Logo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider_Textbox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider_Combobox)).EndInit(); ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox userGroup; System.Windows.Forms.Label newPassword; System.Windows.Forms.Label passwordAnswer; System.Windows.Forms.Button changePasswordButton; System.Windows.Forms.Label passwordQuestionLabel; System.Windows.Forms.Label userNameLabel; this.m_NewPasswordTextBox = new System.Windows.Forms.TextBox(); this.m_PasswordAnswerTextBox = new System.Windows.Forms.TextBox(); this.m_PasswordQuestionTextBox = new System.Windows.Forms.TextBox(); this.m_UserNameTextBox = new System.Windows.Forms.TextBox(); this.m_Validator = new System.Windows.Forms.ErrorProvider(this.components); userGroup = new System.Windows.Forms.GroupBox(); newPassword = new System.Windows.Forms.Label(); passwordAnswer = new System.Windows.Forms.Label(); changePasswordButton = new System.Windows.Forms.Button(); passwordQuestionLabel = new System.Windows.Forms.Label(); userNameLabel = new System.Windows.Forms.Label(); userGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_Validator)).BeginInit(); this.SuspendLayout(); // // userGroup // userGroup.Controls.Add(this.m_NewPasswordTextBox); userGroup.Controls.Add(newPassword); userGroup.Controls.Add(this.m_PasswordAnswerTextBox); userGroup.Controls.Add(passwordAnswer); userGroup.Controls.Add(changePasswordButton); 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(223,191); userGroup.TabIndex = 1; userGroup.TabStop = false; userGroup.Text = "User Account:"; // // 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.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); }
/// ------------------------------------------------------------------------------------ /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ------------------------------------------------------------------------------------ private void InitializeComponent() { System.Windows.Forms.GroupBox grpReference; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptureProperties)); System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Button m_btnOK; System.Windows.Forms.Button m_btnCancel; System.Windows.Forms.Button m_btnHelp; this.m_txtVerseBridge = new System.Windows.Forms.TextBox(); this.m_txtVerseSep = new System.Windows.Forms.TextBox(); this.m_txtChapterVerseSep = new System.Windows.Forms.TextBox(); this.m_txtRefSep = new System.Windows.Forms.TextBox(); this.lblVerseSep = new System.Windows.Forms.Label(); this.lblVerseBridge = new System.Windows.Forms.Label(); this.lblChapterVerseSep = new System.Windows.Forms.Label(); this.lblRefSepr = new System.Windows.Forms.Label(); this.m_cboScriptLanguages = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.m_btnScriptNumbers = new System.Windows.Forms.RadioButton(); this.m_btnLatinNumbers = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.m_cboVersification = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tpgChapVrsNumbers = new System.Windows.Forms.TabPage(); this.tpgFootnotes = new System.Windows.Forms.TabPage(); this.opnCombined = new System.Windows.Forms.RadioButton(); this.opnSeparate = new System.Windows.Forms.RadioButton(); this.grpCrossRefFootnotes = new System.Windows.Forms.GroupBox(); this.fpsCrossRefOptions = new SIL.FieldWorks.TE.FootnotePropertiesSelector(); this.grpGeneralFootnotes = new System.Windows.Forms.GroupBox(); this.fpsFootnoteOptions = new SIL.FieldWorks.TE.FootnotePropertiesSelector(); grpReference = new System.Windows.Forms.GroupBox(); groupBox1 = new System.Windows.Forms.GroupBox(); m_btnOK = new System.Windows.Forms.Button(); m_btnCancel = new System.Windows.Forms.Button(); m_btnHelp = new System.Windows.Forms.Button(); grpReference.SuspendLayout(); groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tpgChapVrsNumbers.SuspendLayout(); this.tpgFootnotes.SuspendLayout(); this.grpCrossRefFootnotes.SuspendLayout(); this.grpGeneralFootnotes.SuspendLayout(); this.SuspendLayout(); // // grpReference // resources.ApplyResources(grpReference, "grpReference"); grpReference.Controls.Add(this.m_txtVerseBridge); grpReference.Controls.Add(this.m_txtVerseSep); grpReference.Controls.Add(this.m_txtChapterVerseSep); grpReference.Controls.Add(this.m_txtRefSep); grpReference.Controls.Add(this.lblVerseSep); grpReference.Controls.Add(this.lblVerseBridge); grpReference.Controls.Add(this.lblChapterVerseSep); grpReference.Controls.Add(this.lblRefSepr); grpReference.Name = "grpReference"; grpReference.TabStop = false; // // m_txtVerseBridge // resources.ApplyResources(this.m_txtVerseBridge, "m_txtVerseBridge"); this.m_txtVerseBridge.Name = "m_txtVerseBridge"; this.m_txtVerseBridge.TextChanged += new System.EventHandler(this.Edit_TextChanged); // // m_txtVerseSep // resources.ApplyResources(this.m_txtVerseSep, "m_txtVerseSep"); this.m_txtVerseSep.Name = "m_txtVerseSep"; this.m_txtVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged); // // m_txtChapterVerseSep // resources.ApplyResources(this.m_txtChapterVerseSep, "m_txtChapterVerseSep"); this.m_txtChapterVerseSep.Name = "m_txtChapterVerseSep"; this.m_txtChapterVerseSep.TextChanged += new System.EventHandler(this.Edit_TextChanged); // // m_txtRefSep // resources.ApplyResources(this.m_txtRefSep, "m_txtRefSep"); this.m_txtRefSep.Name = "m_txtRefSep"; this.m_txtRefSep.TextChanged += new System.EventHandler(this.Edit_TextChanged); // // lblVerseSep // resources.ApplyResources(this.lblVerseSep, "lblVerseSep"); this.lblVerseSep.Name = "lblVerseSep"; // // lblVerseBridge // resources.ApplyResources(this.lblVerseBridge, "lblVerseBridge"); this.lblVerseBridge.Name = "lblVerseBridge"; // // lblChapterVerseSep // resources.ApplyResources(this.lblChapterVerseSep, "lblChapterVerseSep"); this.lblChapterVerseSep.Name = "lblChapterVerseSep"; // // lblRefSepr // resources.ApplyResources(this.lblRefSepr, "lblRefSepr"); this.lblRefSepr.Name = "lblRefSepr"; // // groupBox1 // resources.ApplyResources(groupBox1, "groupBox1"); groupBox1.Controls.Add(this.m_cboScriptLanguages); groupBox1.Controls.Add(this.m_btnScriptNumbers); groupBox1.Controls.Add(this.m_btnLatinNumbers); groupBox1.Name = "groupBox1"; groupBox1.TabStop = false; // // m_cboScriptLanguages // this.m_cboScriptLanguages.AllowSpaceInEditBox = false; this.m_cboScriptLanguages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.m_cboScriptLanguages, "m_cboScriptLanguages"); this.m_cboScriptLanguages.Name = "m_cboScriptLanguages"; this.m_cboScriptLanguages.Sorted = true; this.m_cboScriptLanguages.SelectedIndexChanged += new System.EventHandler(this.m_cboScriptLanguages_SelectedIndexChanged); // // m_btnScriptNumbers // resources.ApplyResources(this.m_btnScriptNumbers, "m_btnScriptNumbers"); this.m_btnScriptNumbers.Name = "m_btnScriptNumbers"; // // m_btnLatinNumbers // resources.ApplyResources(this.m_btnLatinNumbers, "m_btnLatinNumbers"); this.m_btnLatinNumbers.Name = "m_btnLatinNumbers"; this.m_btnLatinNumbers.CheckedChanged += new System.EventHandler(this.m_btnLatinNumbers_CheckedChanged); // // m_btnOK // resources.ApplyResources(m_btnOK, "m_btnOK"); m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; m_btnOK.Name = "m_btnOK"; m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click); // // m_btnCancel // resources.ApplyResources(m_btnCancel, "m_btnCancel"); m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; m_btnCancel.Name = "m_btnCancel"; // // m_btnHelp // resources.ApplyResources(m_btnHelp, "m_btnHelp"); m_btnHelp.Name = "m_btnHelp"; m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // m_cboVersification // this.m_cboVersification.AllowSpaceInEditBox = false; this.m_cboVersification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.m_cboVersification, "m_cboVersification"); this.m_cboVersification.Name = "m_cboVersification"; // // tabControl1 // resources.ApplyResources(this.tabControl1, "tabControl1"); this.tabControl1.Controls.Add(this.tpgChapVrsNumbers); this.tabControl1.Controls.Add(this.tpgFootnotes); this.tabControl1.HotTrack = true; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; // // tpgChapVrsNumbers // this.tpgChapVrsNumbers.Controls.Add(this.label1); this.tpgChapVrsNumbers.Controls.Add(this.m_cboVersification); this.tpgChapVrsNumbers.Controls.Add(grpReference); this.tpgChapVrsNumbers.Controls.Add(groupBox1); resources.ApplyResources(this.tpgChapVrsNumbers, "tpgChapVrsNumbers"); this.tpgChapVrsNumbers.Name = "tpgChapVrsNumbers"; // // tpgFootnotes // this.tpgFootnotes.Controls.Add(this.opnCombined); this.tpgFootnotes.Controls.Add(this.opnSeparate); this.tpgFootnotes.Controls.Add(this.grpCrossRefFootnotes); this.tpgFootnotes.Controls.Add(this.grpGeneralFootnotes); resources.ApplyResources(this.tpgFootnotes, "tpgFootnotes"); this.tpgFootnotes.Name = "tpgFootnotes"; // // opnCombined // resources.ApplyResources(this.opnCombined, "opnCombined"); this.opnCombined.Name = "opnCombined"; this.opnCombined.UseVisualStyleBackColor = true; this.opnCombined.CheckedChanged += new System.EventHandler(this.opnCombined_CheckedChanged); // // opnSeparate // resources.ApplyResources(this.opnSeparate, "opnSeparate"); this.opnSeparate.Checked = true; this.opnSeparate.Name = "opnSeparate"; this.opnSeparate.TabStop = true; this.opnSeparate.UseVisualStyleBackColor = true; // // grpCrossRefFootnotes // this.grpCrossRefFootnotes.Controls.Add(this.fpsCrossRefOptions); resources.ApplyResources(this.grpCrossRefFootnotes, "grpCrossRefFootnotes"); this.grpCrossRefFootnotes.Name = "grpCrossRefFootnotes"; this.grpCrossRefFootnotes.TabStop = false; // // fpsCrossRefOptions // resources.ApplyResources(this.fpsCrossRefOptions, "fpsCrossRefOptions"); this.fpsCrossRefOptions.Name = "fpsCrossRefOptions"; this.fpsCrossRefOptions.ShowSequenceButton = false; // // grpGeneralFootnotes // this.grpGeneralFootnotes.Controls.Add(this.fpsFootnoteOptions); resources.ApplyResources(this.grpGeneralFootnotes, "grpGeneralFootnotes"); this.grpGeneralFootnotes.Name = "grpGeneralFootnotes"; this.grpGeneralFootnotes.TabStop = false; // // fpsFootnoteOptions // resources.ApplyResources(this.fpsFootnoteOptions, "fpsFootnoteOptions"); this.fpsFootnoteOptions.Name = "fpsFootnoteOptions"; this.fpsFootnoteOptions.ShowSequenceButton = false; // // ScriptureProperties // this.AcceptButton = m_btnOK; resources.ApplyResources(this, "$this"); this.CancelButton = m_btnCancel; this.Controls.Add(m_btnHelp); this.Controls.Add(m_btnCancel); this.Controls.Add(m_btnOK); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ScriptureProperties"; this.ShowInTaskbar = false; grpReference.ResumeLayout(false); grpReference.PerformLayout(); groupBox1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tpgChapVrsNumbers.ResumeLayout(false); this.tpgFootnotes.ResumeLayout(false); this.tpgFootnotes.PerformLayout(); this.grpCrossRefFootnotes.ResumeLayout(false); this.grpGeneralFootnotes.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { groupBoxConfiguration = new MPGroupBox(); groupBox1 = new GroupBox(); mpMonitorPowerState = new MPCheckBox(); groupBoxManager = new GroupBox(); mpLeaveFrontviewActive = new MPCheckBox(); mpForceManagerReload = new MPCheckBox(); mpRestartFrontview = new MPCheckBox(); mpForceKeyBoardMode = new MPCheckBox(); mpForceManagerRestart = new MPCheckBox(); mpEnsureManagerStartup = new MPCheckBox(); groupBoxHardware = new GroupBox(); mpDelayStartup = new MPCheckBox(); label1 = new MPLabel(); cmbType = new MPComboBox(); mpVFD_UseV3DLL = new MPCheckBox(); groupBoxDisplayControl = new GroupBox(); cmbBlankIdleTime = new MPComboBox(); mpEnableDisplayActionTime = new MPComboBox(); mpEnableDisplayAction = new MPCheckBox(); mpBlankDisplayWithVideo = new MPCheckBox(); mpBlankDisplayWhenIdle = new MPCheckBox(); groupboxEqualizerOptions = new GroupBox(); cmbDelayEqTime = new MPComboBox(); groupEQstyle = new GroupBox(); mpUseVUmeter2 = new RadioButton(); cbVUindicators = new CheckBox(); mpUseVUmeter = new RadioButton(); mpUseStereoEQ = new RadioButton(); mpNormalEQ = new RadioButton(); cmbEqMode = new MPComboBox(); mpLabelEQmode = new MPLabel(); mpLabel2 = new MPLabel(); cmbEQTitleDisplayTime = new MPComboBox(); mpLabelEQTitleDisplay = new MPLabel(); cmbEQTitleShowTime = new MPComboBox(); mpEQTitleDisplay = new MPCheckBox(); mpSmoothEQ = new MPCheckBox(); mpEqDisplay = new MPCheckBox(); mpRestrictEQ = new MPCheckBox(); cmbEqRate = new MPComboBox(); mpDelayEQ = new MPCheckBox(); groupBoxDisplayOptions = new GroupBox(); ckDiskIcon = new MPCheckBox(); ckDiskMediaStatus = new MPCheckBox(); ckDeviceMonitor = new MPCheckBox(); mpVolumeDisplay = new MPCheckBox(); mpProgressBar = new MPCheckBox(); mpEditFont = new MPButton(); mpEditIcon = new MPButton(); mpUseCustomFont = new MPCheckBox(); mpUseLargeIcons = new MPCheckBox(); mpUseCustomIcons = new MPCheckBox(); mpUseInvertedIcons = new MPCheckBox(); btnOK = new MPButton(); btnReset = new MPButton(); groupBoxConfiguration.SuspendLayout(); groupBox1.SuspendLayout(); groupBoxManager.SuspendLayout(); groupBoxHardware.SuspendLayout(); groupBoxDisplayControl.SuspendLayout(); groupboxEqualizerOptions.SuspendLayout(); groupEQstyle.SuspendLayout(); groupBoxDisplayOptions.SuspendLayout(); SuspendLayout(); // // groupBoxConfiguration // groupBoxConfiguration.Anchor = (((((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right))); groupBoxConfiguration.Controls.Add(groupBox1); groupBoxConfiguration.Controls.Add(groupBoxManager); groupBoxConfiguration.Controls.Add(groupBoxHardware); groupBoxConfiguration.Controls.Add(groupBoxDisplayControl); groupBoxConfiguration.Controls.Add(groupboxEqualizerOptions); groupBoxConfiguration.Controls.Add(groupBoxDisplayOptions); groupBoxConfiguration.FlatStyle = FlatStyle.Popup; groupBoxConfiguration.Location = new Point(9, 6); groupBoxConfiguration.Name = "groupBoxConfiguration"; groupBoxConfiguration.Size = new Size(632, 464); groupBoxConfiguration.TabIndex = 4; groupBoxConfiguration.TabStop = false; groupBoxConfiguration.Text = "Configuration"; // // groupBox1 // groupBox1.Controls.Add(mpMonitorPowerState); groupBox1.Location = new Point(321, 373); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(301, 30); groupBox1.TabIndex = 134; groupBox1.TabStop = false; // // mpMonitorPowerState // mpMonitorPowerState.AutoSize = true; mpMonitorPowerState.FlatStyle = FlatStyle.Popup; mpMonitorPowerState.Location = new Point(13, 9); mpMonitorPowerState.Name = "mpMonitorPowerState"; mpMonitorPowerState.Size = new Size(153, 17); mpMonitorPowerState.TabIndex = 80; mpMonitorPowerState.Text = "Monitor PowerState Events"; mpMonitorPowerState.UseVisualStyleBackColor = true; // // groupBoxManager // groupBoxManager.Controls.Add(mpLeaveFrontviewActive); groupBoxManager.Controls.Add(mpForceManagerReload); groupBoxManager.Controls.Add(mpRestartFrontview); groupBoxManager.Controls.Add(mpForceKeyBoardMode); groupBoxManager.Controls.Add(mpForceManagerRestart); groupBoxManager.Controls.Add(mpEnsureManagerStartup); groupBoxManager.Location = new Point(9, 116); groupBoxManager.Name = "groupBoxManager"; groupBoxManager.Size = new Size(306, 146); groupBoxManager.TabIndex = 133; groupBoxManager.TabStop = false; groupBoxManager.Text = "Antec/iMON Manager"; // // mpLeaveFrontviewActive // mpLeaveFrontviewActive.AutoSize = true; mpLeaveFrontviewActive.FlatStyle = FlatStyle.Popup; mpLeaveFrontviewActive.Location = new Point(14, 93); mpLeaveFrontviewActive.Name = "mpLeaveFrontviewActive"; mpLeaveFrontviewActive.Size = new Size(136, 17); mpLeaveFrontviewActive.TabIndex = 131; mpLeaveFrontviewActive.Text = "Leave FrontView active"; mpLeaveFrontviewActive.UseVisualStyleBackColor = true; // // mpForceManagerReload // mpForceManagerReload.AutoSize = true; mpForceManagerReload.FlatStyle = FlatStyle.Popup; mpForceManagerReload.Location = new Point(14, 53); mpForceManagerReload.Name = "mpForceManagerReload"; mpForceManagerReload.Size = new Size(167, 17); mpForceManagerReload.TabIndex = 130; mpForceManagerReload.Text = "Force reload during driver start"; mpForceManagerReload.UseVisualStyleBackColor = true; // // mpRestartFrontview // mpRestartFrontview.AutoSize = true; mpRestartFrontview.FlatStyle = FlatStyle.Popup; mpRestartFrontview.Location = new Point(14, 73); mpRestartFrontview.Name = "mpRestartFrontview"; mpRestartFrontview.Size = new Size(142, 17); mpRestartFrontview.TabIndex = 128; mpRestartFrontview.Text = "Restart FrontView on exit"; mpRestartFrontview.UseVisualStyleBackColor = true; // // mpForceKeyBoardMode // mpForceKeyBoardMode.AutoSize = true; mpForceKeyBoardMode.FlatStyle = FlatStyle.Popup; mpForceKeyBoardMode.Location = new Point(14, 116); mpForceKeyBoardMode.Name = "mpForceKeyBoardMode"; mpForceKeyBoardMode.Size = new Size(235, 17); mpForceKeyBoardMode.TabIndex = 129; mpForceKeyBoardMode.Text = "Force to use KeyBoard mode with iMON Pad"; mpForceKeyBoardMode.UseVisualStyleBackColor = true; // // mpForceManagerRestart // mpForceManagerRestart.AutoSize = true; mpForceManagerRestart.FlatStyle = FlatStyle.Popup; mpForceManagerRestart.Location = new Point(14, 33); mpForceManagerRestart.Name = "mpForceManagerRestart"; mpForceManagerRestart.Size = new Size(159, 17); mpForceManagerRestart.TabIndex = 127; mpForceManagerRestart.Text = "Force restart after driver start"; mpForceManagerRestart.UseVisualStyleBackColor = true; // // mpEnsureManagerStartup // mpEnsureManagerStartup.AutoSize = true; mpEnsureManagerStartup.FlatStyle = FlatStyle.Popup; mpEnsureManagerStartup.Location = new Point(14, 13); mpEnsureManagerStartup.Name = "mpEnsureManagerStartup"; mpEnsureManagerStartup.Size = new Size(190, 17); mpEnsureManagerStartup.TabIndex = 126; mpEnsureManagerStartup.Text = "Ensure is running before driver start"; mpEnsureManagerStartup.UseVisualStyleBackColor = true; // // groupBoxHardware // groupBoxHardware.Controls.Add(mpDelayStartup); groupBoxHardware.Controls.Add(label1); groupBoxHardware.Controls.Add(cmbType); groupBoxHardware.Controls.Add(mpVFD_UseV3DLL); groupBoxHardware.Location = new Point(10, 15); groupBoxHardware.Name = "groupBoxHardware"; groupBoxHardware.Size = new Size(306, 95); groupBoxHardware.TabIndex = 132; groupBoxHardware.TabStop = false; groupBoxHardware.Text = " Hardware Options "; // // mpDelayStartup // mpDelayStartup.AutoSize = true; mpDelayStartup.FlatStyle = FlatStyle.Popup; mpDelayStartup.Location = new Point(13, 44); mpDelayStartup.Name = "mpDelayStartup"; mpDelayStartup.Size = new Size(265, 17); mpDelayStartup.TabIndex = 126; mpDelayStartup.Text = "Delay driver initialization (Problematic USB devices)"; mpDelayStartup.UseVisualStyleBackColor = true; // // label1 // label1.Location = new Point(16, 18); label1.Name = "label1"; label1.Size = new Size(73, 23); label1.TabIndex = 13; label1.Text = "Display Type"; label1.TextAlign = ContentAlignment.MiddleLeft; // // cmbType // cmbType.Anchor = ((((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); cmbType.BorderColor = Color.Empty; cmbType.DropDownStyle = ComboBoxStyle.DropDownList; cmbType.Items.AddRange(new object[] { "AutoDetect", "LCD", "LCD2", "VFD", "LCD3R" }); cmbType.Location = new Point(95, 18); cmbType.Name = "cmbType"; cmbType.Size = new Size(195, 21); cmbType.TabIndex = 12; cmbType.SelectedIndexChanged += cmbType_SelectedIndexChanged; // // mpVFD_UseV3DLL // mpVFD_UseV3DLL.AutoSize = true; mpVFD_UseV3DLL.FlatStyle = FlatStyle.Popup; mpVFD_UseV3DLL.Location = new Point(13, 67); mpVFD_UseV3DLL.Name = "mpVFD_UseV3DLL"; mpVFD_UseV3DLL.Size = new Size(234, 17); mpVFD_UseV3DLL.TabIndex = 77; mpVFD_UseV3DLL.Text = "Use SG_VFD.dll V3 (VFD with old firmware)"; mpVFD_UseV3DLL.UseVisualStyleBackColor = true; mpVFD_UseV3DLL.CheckedChanged += mpVFD_UseV3DLL_CheckedChanged; // // groupBoxDisplayControl // groupBoxDisplayControl.Anchor = ((((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); groupBoxDisplayControl.Controls.Add(cmbBlankIdleTime); groupBoxDisplayControl.Controls.Add(mpEnableDisplayActionTime); groupBoxDisplayControl.Controls.Add(mpEnableDisplayAction); groupBoxDisplayControl.Controls.Add(mpBlankDisplayWithVideo); groupBoxDisplayControl.Controls.Add(mpBlankDisplayWhenIdle); groupBoxDisplayControl.Location = new Point(322, 15); groupBoxDisplayControl.Name = "groupBoxDisplayControl"; groupBoxDisplayControl.Size = new Size(300, 82); groupBoxDisplayControl.TabIndex = 124; groupBoxDisplayControl.TabStop = false; groupBoxDisplayControl.Text = " Display Control Options "; // // cmbBlankIdleTime // cmbBlankIdleTime.BorderColor = Color.Empty; cmbBlankIdleTime.DropDownStyle = ComboBoxStyle.DropDownList; cmbBlankIdleTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); cmbBlankIdleTime.Location = new Point(174, 55); cmbBlankIdleTime.Name = "cmbBlankIdleTime"; cmbBlankIdleTime.Size = new Size(42, 21); cmbBlankIdleTime.TabIndex = 98; // // mpEnableDisplayActionTime // mpEnableDisplayActionTime.BorderColor = Color.Empty; mpEnableDisplayActionTime.DropDownStyle = ComboBoxStyle.DropDownList; mpEnableDisplayActionTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" }); mpEnableDisplayActionTime.Location = new Point(188, 33); mpEnableDisplayActionTime.Name = "mpEnableDisplayActionTime"; mpEnableDisplayActionTime.Size = new Size(42, 21); mpEnableDisplayActionTime.TabIndex = 96; // // mpEnableDisplayAction // mpEnableDisplayAction.AutoSize = true; mpEnableDisplayAction.FlatStyle = FlatStyle.Popup; mpEnableDisplayAction.Location = new Point(30, 35); mpEnableDisplayAction.Name = "mpEnableDisplayAction"; mpEnableDisplayAction.Size = new Size(256, 17); mpEnableDisplayAction.TabIndex = 97; mpEnableDisplayAction.Text = "Enable Display on Action for Seconds"; mpEnableDisplayAction.UseVisualStyleBackColor = true; mpEnableDisplayAction.CheckedChanged += mpEnableDisplayAction_CheckedChanged; // // mpBlankDisplayWithVideo // mpBlankDisplayWithVideo.AutoSize = true; mpBlankDisplayWithVideo.FlatStyle = FlatStyle.Popup; mpBlankDisplayWithVideo.Location = new Point(14, 14); mpBlankDisplayWithVideo.Name = "mpBlankDisplayWithVideo"; mpBlankDisplayWithVideo.Size = new Size(205, 17); mpBlankDisplayWithVideo.TabIndex = 95; mpBlankDisplayWithVideo.Text = "Turn off display during Video Playback"; mpBlankDisplayWithVideo.UseVisualStyleBackColor = true; mpBlankDisplayWithVideo.CheckedChanged += mpBlankDisplayWithVideo_CheckedChanged; // // mpBlankDisplayWhenIdle // mpBlankDisplayWhenIdle.AutoSize = true; mpBlankDisplayWhenIdle.FlatStyle = FlatStyle.Popup; mpBlankDisplayWhenIdle.Location = new Point(14, 57); mpBlankDisplayWhenIdle.Name = "mpBlankDisplayWhenIdle"; mpBlankDisplayWhenIdle.Size = new Size(259, 17); mpBlankDisplayWhenIdle.TabIndex = 99; mpBlankDisplayWhenIdle.Text = "Turn off display when idle for seconds"; mpBlankDisplayWhenIdle.UseVisualStyleBackColor = true; mpBlankDisplayWhenIdle.CheckedChanged += mpBlankDisplayWhenIdle_CheckedChanged; // // groupboxEqualizerOptions // groupboxEqualizerOptions.Anchor = ((((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); groupboxEqualizerOptions.Controls.Add(cmbDelayEqTime); groupboxEqualizerOptions.Controls.Add(groupEQstyle); groupboxEqualizerOptions.Controls.Add(cmbEqMode); groupboxEqualizerOptions.Controls.Add(mpLabelEQmode); groupboxEqualizerOptions.Controls.Add(mpLabel2); groupboxEqualizerOptions.Controls.Add(cmbEQTitleDisplayTime); groupboxEqualizerOptions.Controls.Add(mpLabelEQTitleDisplay); groupboxEqualizerOptions.Controls.Add(cmbEQTitleShowTime); groupboxEqualizerOptions.Controls.Add(mpEQTitleDisplay); groupboxEqualizerOptions.Controls.Add(mpSmoothEQ); groupboxEqualizerOptions.Controls.Add(mpEqDisplay); groupboxEqualizerOptions.Controls.Add(mpRestrictEQ); groupboxEqualizerOptions.Controls.Add(cmbEqRate); groupboxEqualizerOptions.Controls.Add(mpDelayEQ); groupboxEqualizerOptions.Location = new Point(322, 103); groupboxEqualizerOptions.Name = "groupboxEqualizerOptions"; groupboxEqualizerOptions.Size = new Size(300, 259); groupboxEqualizerOptions.TabIndex = 123; groupboxEqualizerOptions.TabStop = false; groupboxEqualizerOptions.Text = " Equalizer Options "; // // cmbDelayEqTime // cmbDelayEqTime.BorderColor = Color.Empty; cmbDelayEqTime.DropDownStyle = ComboBoxStyle.DropDownList; cmbDelayEqTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); cmbDelayEqTime.Location = new Point(168, 169); cmbDelayEqTime.Name = "cmbDelayEqTime"; cmbDelayEqTime.Size = new Size(53, 21); cmbDelayEqTime.TabIndex = 124; // // groupEQstyle // groupEQstyle.Anchor = ((((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); groupEQstyle.Controls.Add(mpUseVUmeter2); groupEQstyle.Controls.Add(cbVUindicators); groupEQstyle.Controls.Add(mpUseVUmeter); groupEQstyle.Controls.Add(mpUseStereoEQ); groupEQstyle.Controls.Add(mpNormalEQ); groupEQstyle.Location = new Point(8, 65); groupEQstyle.Name = "groupEQstyle"; groupEQstyle.Size = new Size(285, 60); groupEQstyle.TabIndex = 140; groupEQstyle.TabStop = false; groupEQstyle.Text = " Equalizer Style "; // // mpUseVUmeter2 // mpUseVUmeter2.AutoSize = true; mpUseVUmeter2.Location = new Point(204, 17); mpUseVUmeter2.Name = "mpUseVUmeter2"; mpUseVUmeter2.Size = new Size(79, 17); mpUseVUmeter2.TabIndex = 121; mpUseVUmeter2.Text = "VU Meter 2"; mpUseVUmeter2.UseVisualStyleBackColor = true; mpUseVUmeter2.CheckedChanged += mpUseVUmeter2_CheckedChanged; // // cbVUindicators // cbVUindicators.AutoSize = true; cbVUindicators.Location = new Point(8, 40); cbVUindicators.Name = "cbVUindicators"; cbVUindicators.Size = new Size(213, 17); cbVUindicators.TabIndex = 120; cbVUindicators.Text = "Show Channel indicators for VU Display"; cbVUindicators.UseVisualStyleBackColor = true; // // mpUseVUmeter // mpUseVUmeter.AutoSize = true; mpUseVUmeter.Location = new Point(131, 17); mpUseVUmeter.Name = "mpUseVUmeter"; mpUseVUmeter.Size = new Size(70, 17); mpUseVUmeter.TabIndex = 2; mpUseVUmeter.Text = "VU Meter"; mpUseVUmeter.UseVisualStyleBackColor = true; mpUseVUmeter.CheckedChanged += mpUseVUmeter_CheckedChanged; // // mpUseStereoEQ // mpUseStereoEQ.AutoSize = true; mpUseStereoEQ.Location = new Point(73, 17); mpUseStereoEQ.Name = "mpUseStereoEQ"; mpUseStereoEQ.Size = new Size(56, 17); mpUseStereoEQ.TabIndex = 1; mpUseStereoEQ.Text = "Stereo"; mpUseStereoEQ.UseVisualStyleBackColor = true; mpUseStereoEQ.CheckedChanged += mpUseStereoEQ_CheckedChanged; // // mpNormalEQ // mpNormalEQ.AutoSize = true; mpNormalEQ.Checked = true; mpNormalEQ.Location = new Point(13, 17); mpNormalEQ.Name = "mpNormalEQ"; mpNormalEQ.Size = new Size(58, 17); mpNormalEQ.TabIndex = 0; mpNormalEQ.TabStop = true; mpNormalEQ.Text = "Normal"; mpNormalEQ.UseVisualStyleBackColor = true; mpNormalEQ.CheckedChanged += mpNormalEQ_CheckedChanged; // // cmbEqMode // cmbEqMode.Anchor = ((((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); cmbEqMode.BorderColor = Color.Empty; cmbEqMode.DropDownStyle = ComboBoxStyle.DropDownList; cmbEqMode.Items.AddRange(new object[] { "Up from bottom", "Down from top", "Expand from middle" }); cmbEqMode.Location = new Point(134, 43); cmbEqMode.Name = "cmbEqMode"; cmbEqMode.Size = new Size(97, 21); cmbEqMode.TabIndex = 122; // // mpLabelEQmode // mpLabelEQmode.Location = new Point(42, 45); mpLabelEQmode.Name = "mpLabelEQmode"; mpLabelEQmode.Size = new Size(95, 17); mpLabelEQmode.TabIndex = 136; mpLabelEQmode.Text = "EQ Display Mode:"; mpLabelEQmode.TextAlign = ContentAlignment.MiddleLeft; // // mpLabel2 // mpLabel2.Location = new Point(108, 150); mpLabel2.Name = "mpLabel2"; mpLabel2.Size = new Size(116, 17); mpLabel2.TabIndex = 135; mpLabel2.Text = "updates per Seconds"; mpLabel2.TextAlign = ContentAlignment.MiddleLeft; // // cmbEQTitleDisplayTime // cmbEQTitleDisplayTime.BorderColor = Color.Empty; cmbEQTitleDisplayTime.DropDownStyle = ComboBoxStyle.DropDownList; cmbEQTitleDisplayTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); cmbEQTitleDisplayTime.Location = new Point(172, 232); cmbEQTitleDisplayTime.Name = "cmbEQTitleDisplayTime"; cmbEQTitleDisplayTime.Size = new Size(49, 21); cmbEQTitleDisplayTime.TabIndex = 130; // // mpLabelEQTitleDisplay // mpLabelEQTitleDisplay.Location = new Point(94, 234); mpLabelEQTitleDisplay.Name = "mpLabelEQTitleDisplay"; mpLabelEQTitleDisplay.Size = new Size(197, 17); mpLabelEQTitleDisplay.TabIndex = 134; mpLabelEQTitleDisplay.Text = "Seconds every Seconds"; mpLabelEQTitleDisplay.TextAlign = ContentAlignment.MiddleLeft; // // cmbEQTitleShowTime // cmbEQTitleShowTime.BorderColor = Color.Empty; cmbEQTitleShowTime.DropDownStyle = ComboBoxStyle.DropDownList; cmbEQTitleShowTime.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30" }); cmbEQTitleShowTime.Location = new Point(45, 232); cmbEQTitleShowTime.Name = "cmbEQTitleShowTime"; cmbEQTitleShowTime.Size = new Size(49, 21); cmbEQTitleShowTime.TabIndex = 133; // // mpEQTitleDisplay // mpEQTitleDisplay.AutoSize = true; mpEQTitleDisplay.FlatStyle = FlatStyle.Popup; mpEQTitleDisplay.Location = new Point(29, 213); mpEQTitleDisplay.Name = "mpEQTitleDisplay"; mpEQTitleDisplay.Size = new Size(118, 17); mpEQTitleDisplay.TabIndex = 132; mpEQTitleDisplay.Text = "Show Track Info for"; mpEQTitleDisplay.UseVisualStyleBackColor = true; mpEQTitleDisplay.CheckedChanged += mpEQTitleDisplay_CheckedChanged; // // mpSmoothEQ // mpSmoothEQ.AutoSize = true; mpSmoothEQ.FlatStyle = FlatStyle.Popup; mpSmoothEQ.Location = new Point(29, 192); mpSmoothEQ.Name = "mpSmoothEQ"; mpSmoothEQ.Size = new Size(222, 17); mpSmoothEQ.TabIndex = 129; mpSmoothEQ.Text = "Use Equalizer Smoothing (Delayed decay)"; mpSmoothEQ.UseVisualStyleBackColor = true; // // mpEqDisplay // mpEqDisplay.AutoSize = true; mpEqDisplay.FlatStyle = FlatStyle.Popup; mpEqDisplay.Location = new Point(13, 24); mpEqDisplay.Name = "mpEqDisplay"; mpEqDisplay.Size = new Size(124, 17); mpEqDisplay.TabIndex = 126; mpEqDisplay.Text = "Use Equalizer display"; mpEqDisplay.UseVisualStyleBackColor = true; mpEqDisplay.CheckedChanged += mpEqDisplay_CheckedChanged; // // mpRestrictEQ // mpRestrictEQ.AutoSize = true; mpRestrictEQ.FlatStyle = FlatStyle.Popup; mpRestrictEQ.Location = new Point(29, 129); mpRestrictEQ.Name = "mpRestrictEQ"; mpRestrictEQ.Size = new Size(183, 17); mpRestrictEQ.TabIndex = 127; mpRestrictEQ.Text = "Limit Equalizer display update rate"; mpRestrictEQ.UseVisualStyleBackColor = true; mpRestrictEQ.CheckedChanged += mpRestrictEQ_CheckedChanged; // // cmbEqRate // cmbEqRate.BorderColor = Color.Empty; cmbEqRate.DropDownStyle = ComboBoxStyle.DropDownList; cmbEqRate.Items.AddRange(new object[] { "MAX", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60" }); cmbEqRate.Location = new Point(45, 148); cmbEqRate.Name = "cmbEqRate"; cmbEqRate.Size = new Size(57, 21); cmbEqRate.TabIndex = 123; // // mpDelayEQ // mpDelayEQ.AutoSize = true; mpDelayEQ.FlatStyle = FlatStyle.Popup; mpDelayEQ.Location = new Point(29, 171); mpDelayEQ.Name = "mpDelayEQ"; mpDelayEQ.Size = new Size(247, 17); mpDelayEQ.TabIndex = 128; mpDelayEQ.Text = "Delay Equalizer Start by Seconds"; mpDelayEQ.UseVisualStyleBackColor = true; mpDelayEQ.CheckedChanged += mpDelayEQ_CheckedChanged; // // groupBoxDisplayOptions // groupBoxDisplayOptions.Anchor = ((((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left))); groupBoxDisplayOptions.Controls.Add(ckDiskIcon); groupBoxDisplayOptions.Controls.Add(ckDiskMediaStatus); groupBoxDisplayOptions.Controls.Add(ckDeviceMonitor); groupBoxDisplayOptions.Controls.Add(mpVolumeDisplay); groupBoxDisplayOptions.Controls.Add(mpProgressBar); groupBoxDisplayOptions.Controls.Add(mpEditFont); groupBoxDisplayOptions.Controls.Add(mpEditIcon); groupBoxDisplayOptions.Controls.Add(mpUseCustomFont); groupBoxDisplayOptions.Controls.Add(mpUseLargeIcons); groupBoxDisplayOptions.Controls.Add(mpUseCustomIcons); groupBoxDisplayOptions.Controls.Add(mpUseInvertedIcons); groupBoxDisplayOptions.Location = new Point(10, 268); groupBoxDisplayOptions.Name = "groupBoxDisplayOptions"; groupBoxDisplayOptions.Size = new Size(306, 188); groupBoxDisplayOptions.TabIndex = 130; groupBoxDisplayOptions.TabStop = false; groupBoxDisplayOptions.Text = "Display Options (Valid only with LCD/LCD2 displays) "; // // ckDiskIcon // ckDiskIcon.AutoSize = true; ckDiskIcon.FlatStyle = FlatStyle.Popup; ckDiskIcon.Location = new Point(16, 20); ckDiskIcon.Name = "ckDiskIcon"; ckDiskIcon.Size = new Size(91, 17); ckDiskIcon.TabIndex = 73; ckDiskIcon.Text = "Use Disk Icon"; ckDiskIcon.UseVisualStyleBackColor = true; ckDiskIcon.CheckedChanged += ckDiskIcon_CheckedChanged; // // ckDiskMediaStatus // ckDiskMediaStatus.AutoSize = true; ckDiskMediaStatus.FlatStyle = FlatStyle.Popup; ckDiskMediaStatus.Location = new Point(32, 38); ckDiskMediaStatus.Name = "ckDiskMediaStatus"; ckDiskMediaStatus.Size = new Size(171, 17); ckDiskMediaStatus.TabIndex = 73; ckDiskMediaStatus.Text = "Display Media Transport Status"; ckDiskMediaStatus.UseVisualStyleBackColor = true; // // ckDeviceMonitor // ckDeviceMonitor.AutoSize = true; ckDeviceMonitor.FlatStyle = FlatStyle.Popup; ckDeviceMonitor.Location = new Point(32, 54); ckDeviceMonitor.Name = "ckDeviceMonitor"; ckDeviceMonitor.Size = new Size(172, 17); ckDeviceMonitor.TabIndex = 73; ckDeviceMonitor.Text = "Display CD/DVD volume status"; ckDeviceMonitor.UseVisualStyleBackColor = true; // // mpVolumeDisplay // mpVolumeDisplay.AutoSize = true; mpVolumeDisplay.FlatStyle = FlatStyle.Popup; mpVolumeDisplay.Location = new Point(16, 72); mpVolumeDisplay.Name = "mpVolumeDisplay"; mpVolumeDisplay.Size = new Size(171, 17); mpVolumeDisplay.TabIndex = 75; mpVolumeDisplay.Text = "Use Top Bar as Volume display"; mpVolumeDisplay.UseVisualStyleBackColor = true; // // mpProgressBar // mpProgressBar.AutoSize = true; mpProgressBar.FlatStyle = FlatStyle.Popup; mpProgressBar.Location = new Point(16, 90); mpProgressBar.Name = "mpProgressBar"; mpProgressBar.Size = new Size(193, 17); mpProgressBar.TabIndex = 74; mpProgressBar.Text = "Use Bottom Bar as Progress Display"; mpProgressBar.UseVisualStyleBackColor = true; // // mpEditFont // mpEditFont.Location = new Point(215, 105); mpEditFont.Name = "mpEditFont"; mpEditFont.Size = new Size(63, 23); mpEditFont.TabIndex = 79; mpEditFont.Text = "&Edit Font"; mpEditFont.UseVisualStyleBackColor = true; mpEditFont.Click += mpEditFont_Click; // // mpEditIcon // mpEditIcon.Location = new Point(215, 141); mpEditIcon.Name = "mpEditIcon"; mpEditIcon.Size = new Size(63, 23); mpEditIcon.TabIndex = 78; 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); }
private void InitializeComponent() { ComponentResourceManager manager = new ComponentResourceManager(typeof(CompareFoldersDialog)); this.chkCompareContent = new CheckBox(); this.chkCompareSize = new CheckBox(); this.chkAsyncCompareContent = new CheckBox(); this.chkCompareDateTime = new CheckBox(); this.chkCompareAttributes = new CheckBox(); this.rbUnselect = new RadioButton(); this.rbSelect = new RadioButton(); this.btnOk = new Button(); this.btnCancel = new Button(); this.tlpButtons = new TableLayoutPanel(); this.bvlButtons = new Bevel(); GroupBox box = new GroupBox(); GroupBox box2 = new GroupBox(); TableLayoutPanel panel = new TableLayoutPanel(); box.SuspendLayout(); box2.SuspendLayout(); panel.SuspendLayout(); this.tlpButtons.SuspendLayout(); base.SuspendLayout(); box.Controls.Add(this.chkCompareContent); box.Controls.Add(this.chkCompareSize); box.Controls.Add(this.chkAsyncCompareContent); box.Controls.Add(this.chkCompareDateTime); box.Controls.Add(this.chkCompareAttributes); manager.ApplyResources(box, "grpOptions"); box.Name = "grpOptions"; box.TabStop = false; manager.ApplyResources(this.chkCompareContent, "chkCompareContent"); this.chkCompareContent.Name = "chkCompareContent"; this.chkCompareContent.UseVisualStyleBackColor = true; this.chkCompareContent.CheckedChanged += new EventHandler(this.chkCompareContent_CheckedChanged); manager.ApplyResources(this.chkCompareSize, "chkCompareSize"); this.chkCompareSize.Checked = true; this.chkCompareSize.CheckState = CheckState.Checked; this.chkCompareSize.Name = "chkCompareSize"; this.chkCompareSize.UseVisualStyleBackColor = true; this.chkCompareSize.CheckedChanged += new EventHandler(this.chkCompareSize_CheckedChanged); manager.ApplyResources(this.chkAsyncCompareContent, "chkAsyncCompareContent"); this.chkAsyncCompareContent.Checked = true; this.chkAsyncCompareContent.CheckState = CheckState.Indeterminate; this.chkAsyncCompareContent.Name = "chkAsyncCompareContent"; this.chkAsyncCompareContent.ThreeState = true; this.chkAsyncCompareContent.UseVisualStyleBackColor = true; manager.ApplyResources(this.chkCompareDateTime, "chkCompareDateTime"); this.chkCompareDateTime.Checked = true; this.chkCompareDateTime.CheckState = CheckState.Checked; this.chkCompareDateTime.Name = "chkCompareDateTime"; this.chkCompareDateTime.UseVisualStyleBackColor = true; manager.ApplyResources(this.chkCompareAttributes, "chkCompareAttributes"); this.chkCompareAttributes.Name = "chkCompareAttributes"; this.chkCompareAttributes.UseVisualStyleBackColor = true; box2.Controls.Add(this.rbUnselect); box2.Controls.Add(this.rbSelect); manager.ApplyResources(box2, "grpSelect"); box2.Name = "grpSelect"; box2.TabStop = false; manager.ApplyResources(this.rbUnselect, "rbUnselect"); this.rbUnselect.Name = "rbUnselect"; this.rbUnselect.UseVisualStyleBackColor = true; manager.ApplyResources(this.rbSelect, "rbSelect"); this.rbSelect.Checked = true; this.rbSelect.Name = "rbSelect"; this.rbSelect.TabStop = true; this.rbSelect.UseVisualStyleBackColor = true; manager.ApplyResources(panel, "tlpBack"); panel.Controls.Add(box2, 0, 1); panel.Controls.Add(box, 0, 0); panel.Name = "tlpBack"; manager.ApplyResources(this.btnOk, "btnOk"); this.btnOk.DialogResult = DialogResult.OK; this.btnOk.Name = "btnOk"; this.btnOk.UseVisualStyleBackColor = true; manager.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; manager.ApplyResources(this.tlpButtons, "tlpButtons"); this.tlpButtons.Controls.Add(this.btnOk, 1, 0); this.tlpButtons.Controls.Add(this.btnCancel, 2, 0); this.tlpButtons.GrowStyle = TableLayoutPanelGrowStyle.FixedSize; this.tlpButtons.Name = "tlpButtons"; 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; base.CancelButton = this.btnCancel; base.Controls.Add(this.tlpButtons); base.Controls.Add(this.bvlButtons); base.Controls.Add(panel); base.FormBorderStyle = FormBorderStyle.FixedDialog; base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "CompareFoldersDialog"; base.ShowInTaskbar = false; box.ResumeLayout(false); box.PerformLayout(); box2.ResumeLayout(false); box2.PerformLayout(); panel.ResumeLayout(false); this.tlpButtons.ResumeLayout(false); this.tlpButtons.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Label label4; System.Windows.Forms.LinkLabel linkLabel1; System.Windows.Forms.Label label5; System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; System.Windows.Forms.Label label10; System.Windows.Forms.Label label11; System.Windows.Forms.Label label12; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.txtPassword = new System.Windows.Forms.TextBox(); this.udPort = new System.Windows.Forms.NumericUpDown(); this.txtIP = new System.Windows.Forms.TextBox(); this.btnConnect = new System.Windows.Forms.Button(); this.cbStretch = new System.Windows.Forms.ComboBox(); this.btnSendCad = new System.Windows.Forms.Button(); this.cbEncodings = new System.Windows.Forms.ComboBox(); this.cbEncCopyRect = new System.Windows.Forms.CheckBox(); this.cbEncCache = new System.Windows.Forms.CheckBox(); this.cbColorDepth = new System.Windows.Forms.ComboBox(); this.btnFileTransfer = new System.Windows.Forms.Button(); this.btnChat = new System.Windows.Forms.Button(); this.txtChatLog = new System.Windows.Forms.TextBox(); this.udScaledW = new System.Windows.Forms.NumericUpDown(); this.udScaledH = new System.Windows.Forms.NumericUpDown(); this.btnGetScaled = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.udMouseY = new System.Windows.Forms.NumericUpDown(); this.udMouseX = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.cbMouseRight = new System.Windows.Forms.CheckBox(); this.cbMouseLeft = new System.Windows.Forms.CheckBox(); this.btnSendMouseEvent = new System.Windows.Forms.Button(); this.cbDsm = new System.Windows.Forms.ComboBox(); this.txtMsrc4KeyPath = new System.Windows.Forms.TextBox(); this.txtSecureVncKeyPath = new System.Windows.Forms.TextBox(); this.btnMsrcBrowse = new System.Windows.Forms.Button(); this.btnSecureVncBrowse = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.tableLayoutPanelDsm = new System.Windows.Forms.TableLayoutPanel(); this.btnSecureShowHex = new System.Windows.Forms.Button(); this.btnMsrcShowHex = new System.Windows.Forms.Button(); this.lbRfbProtocol = new System.Windows.Forms.Label(); this.lbScaleEngine = new System.Windows.Forms.Label(); this.cbScaleEngine = new System.Windows.Forms.ComboBox(); this.viewerX = new AxViewerX.AxCSC_ViewerXControl(); groupBox1 = new System.Windows.Forms.GroupBox(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); linkLabel1 = new System.Windows.Forms.LinkLabel(); label5 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.udPort)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udScaledW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udScaledH)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udMouseY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udMouseX)).BeginInit(); this.tableLayoutPanelDsm.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.viewerX)).BeginInit(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.txtPassword); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(this.udPort); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(this.txtIP); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(this.btnConnect); groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; groupBox1.Location = new System.Drawing.Point(12, 12); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(245, 120); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Connect to"; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(96, 64); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(136, 20); this.txtPassword.TabIndex = 5; this.txtPassword.UseSystemPasswordChar = true; // // label3 // label3.AutoSize = true; label3.FlatStyle = System.Windows.Forms.FlatStyle.System; label3.Location = new System.Drawing.Point(12, 67); label3.Name = "label3"; label3.Size = new System.Drawing.Size(56, 13); label3.TabIndex = 4; label3.Text = "Password:"******"udPort"; this.udPort.Size = new System.Drawing.Size(80, 20); this.udPort.TabIndex = 3; this.udPort.Value = new decimal(new int[] { 5900, 0, 0, 0 }); // // label2 // label2.AutoSize = true; label2.FlatStyle = System.Windows.Forms.FlatStyle.System; label2.Location = new System.Drawing.Point(12, 42); label2.Name = "label2"; label2.Size = new System.Drawing.Size(62, 13); label2.TabIndex = 2; label2.Text = "Server port:"; // // txtIP // this.txtIP.Location = new System.Drawing.Point(96, 16); this.txtIP.Name = "txtIP"; this.txtIP.Size = new System.Drawing.Size(136, 20); this.txtIP.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.FlatStyle = System.Windows.Forms.FlatStyle.System; label1.Location = new System.Drawing.Point(10, 19); label1.Name = "label1"; label1.Size = new System.Drawing.Size(81, 13); label1.TabIndex = 0; label1.Text = "Server address:"; // // btnConnect // this.btnConnect.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnConnect.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnConnect.Location = new System.Drawing.Point(123, 90); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(109, 23); this.btnConnect.TabIndex = 6; this.btnConnect.Text = "Connect"; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(9, 237); label4.Name = "label4"; label4.Size = new System.Drawing.Size(93, 13); label4.TabIndex = 7; label4.Text = "Screen stretching:"; // // linkLabel1 // linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); linkLabel1.AutoSize = true; linkLabel1.Location = new System.Drawing.Point(571, 4); linkLabel1.Name = "linkLabel1"; linkLabel1.Size = new System.Drawing.Size(169, 13); linkLabel1.TabIndex = 19; linkLabel1.TabStop = true; linkLabel1.Text = "Visit SmartCode Solutions web site"; linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(9, 148); label5.Name = "label5"; label5.Size = new System.Drawing.Size(55, 13); label5.TabIndex = 1; label5.Text = "Encoding:"; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(9, 210); label6.Name = "label6"; label6.Size = new System.Drawing.Size(64, 13); label6.TabIndex = 5; label6.Text = "Color depth:"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(9, 334); label7.Name = "label7"; label7.Size = new System.Drawing.Size(67, 13); label7.TabIndex = 11; label7.Text = "Chat events:"; // // label10 // label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); label10.AutoSize = true; label10.Location = new System.Drawing.Point(3, 7); label10.Name = "label10"; label10.Size = new System.Drawing.Size(135, 13); label10.TabIndex = 26; label10.Text = "DSM plug-in:"; // // label11 // label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); label11.AutoSize = true; label11.Location = new System.Drawing.Point(3, 35); label11.Name = "label11"; label11.Size = new System.Drawing.Size(135, 13); label11.TabIndex = 28; label11.Text = "MSRC4 key path:"; // // label12 // label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); label12.AutoSize = true; label12.Location = new System.Drawing.Point(3, 64); label12.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); label12.Name = "label12"; label12.Size = new System.Drawing.Size(138, 13); label12.TabIndex = 29; label12.Text = "SecureVNC client key path:"; // // cbStretch // this.cbStretch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbStretch.FormattingEnabled = true; this.cbStretch.Items.AddRange(new object[] { "None", "Free", "Aspect" }); this.cbStretch.Location = new System.Drawing.Point(105, 234); this.cbStretch.Name = "cbStretch"; this.cbStretch.Size = new System.Drawing.Size(123, 21); this.cbStretch.TabIndex = 8; this.cbStretch.SelectedIndexChanged += new System.EventHandler(this.cbStretch_SelectedIndexChanged); // // btnSendCad // this.btnSendCad.Enabled = false; this.btnSendCad.Location = new System.Drawing.Point(12, 292); this.btnSendCad.Name = "btnSendCad"; this.btnSendCad.Size = new System.Drawing.Size(109, 23); this.btnSendCad.TabIndex = 9; this.btnSendCad.Text = "Send Ctrl+Alt+Del"; this.btnSendCad.UseVisualStyleBackColor = true; this.btnSendCad.Click += new System.EventHandler(this.btnSendCAD_Click); // // cbEncodings // this.cbEncodings.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbEncodings.FormattingEnabled = true; this.cbEncodings.Location = new System.Drawing.Point(105, 145); this.cbEncodings.Name = "cbEncodings"; this.cbEncodings.Size = new System.Drawing.Size(123, 21); this.cbEncodings.TabIndex = 2; // // cbEncCopyRect // this.cbEncCopyRect.AutoSize = true; this.cbEncCopyRect.Checked = true; this.cbEncCopyRect.CheckState = System.Windows.Forms.CheckState.Checked; this.cbEncCopyRect.Location = new System.Drawing.Point(12, 170); this.cbEncCopyRect.Name = "cbEncCopyRect"; this.cbEncCopyRect.Size = new System.Drawing.Size(142, 17); this.cbEncCopyRect.TabIndex = 3; this.cbEncCopyRect.Text = "Use CopyRect encoding"; this.cbEncCopyRect.UseVisualStyleBackColor = true; this.cbEncCopyRect.CheckedChanged += new System.EventHandler(this.cbEncCopyRect_CheckedChanged); // // cbEncCache // this.cbEncCache.AutoSize = true; this.cbEncCache.Location = new System.Drawing.Point(12, 188); this.cbEncCache.Name = "cbEncCache"; this.cbEncCache.Size = new System.Drawing.Size(126, 17); this.cbEncCache.TabIndex = 4; this.cbEncCache.Text = "Use Cache encoding"; this.cbEncCache.UseVisualStyleBackColor = true; this.cbEncCache.CheckedChanged += new System.EventHandler(this.cbEncCache_CheckedChanged); // // cbColorDepth // this.cbColorDepth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbColorDepth.FormattingEnabled = true; this.cbColorDepth.Location = new System.Drawing.Point(105, 207); this.cbColorDepth.Name = "cbColorDepth"; this.cbColorDepth.Size = new System.Drawing.Size(123, 21); this.cbColorDepth.TabIndex = 6; // // btnFileTransfer // this.btnFileTransfer.Enabled = false; this.btnFileTransfer.Location = new System.Drawing.Point(127, 292); this.btnFileTransfer.Name = "btnFileTransfer"; this.btnFileTransfer.Size = new System.Drawing.Size(109, 23); this.btnFileTransfer.TabIndex = 10; this.btnFileTransfer.Text = "Open File Transfer"; this.btnFileTransfer.UseVisualStyleBackColor = true; this.btnFileTransfer.Click += new System.EventHandler(this.buttonFileTransfer_Click); // // btnChat // this.btnChat.Enabled = false; this.btnChat.Location = new System.Drawing.Point(127, 324); this.btnChat.Name = "btnChat"; this.btnChat.Size = new System.Drawing.Size(109, 23); this.btnChat.TabIndex = 12; this.btnChat.Text = "Open Chat"; this.btnChat.UseVisualStyleBackColor = true; this.btnChat.Click += new System.EventHandler(this.btnChat_Click); // // txtChatLog // this.txtChatLog.BackColor = System.Drawing.SystemColors.Window; this.txtChatLog.Location = new System.Drawing.Point(12, 353); this.txtChatLog.Multiline = true; this.txtChatLog.Name = "txtChatLog"; this.txtChatLog.ReadOnly = true; this.txtChatLog.Size = new System.Drawing.Size(245, 79); this.txtChatLog.TabIndex = 13; // // udScaledW // this.udScaledW.Location = new System.Drawing.Point(12, 449); this.udScaledW.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.udScaledW.Minimum = new decimal(new int[] { 50, 0, 0, 0 }); this.udScaledW.Name = "udScaledW"; this.udScaledW.Size = new System.Drawing.Size(51, 20); this.udScaledW.TabIndex = 14; this.udScaledW.Value = new decimal(new int[] { 640, 0, 0, 0 }); // // udScaledH // this.udScaledH.Location = new System.Drawing.Point(74, 449); this.udScaledH.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.udScaledH.Minimum = new decimal(new int[] { 50, 0, 0, 0 }); this.udScaledH.Name = "udScaledH"; this.udScaledH.Size = new System.Drawing.Size(51, 20); this.udScaledH.TabIndex = 16; this.udScaledH.Value = new decimal(new int[] { 480, 0, 0, 0 }); // // btnGetScaled // this.btnGetScaled.Enabled = false; this.btnGetScaled.Location = new System.Drawing.Point(127, 448); this.btnGetScaled.Name = "btnGetScaled"; this.btnGetScaled.Size = new System.Drawing.Size(138, 23); this.btnGetScaled.TabIndex = 17; this.btnGetScaled.Text = "GetScreenBitmapScaled "; this.btnGetScaled.UseVisualStyleBackColor = true; this.btnGetScaled.Click += new System.EventHandler(this.btnGetScaled_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(63, 453); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(12, 13); this.label8.TabIndex = 15; this.label8.Text = "x"; // // udMouseY // this.udMouseY.Location = new System.Drawing.Point(74, 491); this.udMouseY.Maximum = new decimal(new int[] { 3000, 0, 0, 0 }); this.udMouseY.Name = "udMouseY"; this.udMouseY.Size = new System.Drawing.Size(51, 20); this.udMouseY.TabIndex = 21; this.udMouseY.Value = new decimal(new int[] { 300, 0, 0, 0 }); // // udMouseX // this.udMouseX.Location = new System.Drawing.Point(12, 491); this.udMouseX.Maximum = new decimal(new int[] { 3000, 0, 0, 0 }); this.udMouseX.Name = "udMouseX"; this.udMouseX.Size = new System.Drawing.Size(51, 20); this.udMouseX.TabIndex = 20; this.udMouseX.Value = new decimal(new int[] { 300, 0, 0, 0 }); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(63, 494); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(12, 13); this.label9.TabIndex = 22; this.label9.Text = "x"; // // cbMouseRight // this.cbMouseRight.AutoSize = true; this.cbMouseRight.Location = new System.Drawing.Point(12, 535); this.cbMouseRight.Name = "cbMouseRight"; this.cbMouseRight.Size = new System.Drawing.Size(109, 17); this.cbMouseRight.TabIndex = 24; this.cbMouseRight.Text = "Right button click"; this.cbMouseRight.UseVisualStyleBackColor = true; // // cbMouseLeft // this.cbMouseLeft.AutoSize = true; this.cbMouseLeft.Location = new System.Drawing.Point(12, 517); this.cbMouseLeft.Name = "cbMouseLeft"; this.cbMouseLeft.Size = new System.Drawing.Size(102, 17); this.cbMouseLeft.TabIndex = 23; this.cbMouseLeft.Text = "Left button click"; this.cbMouseLeft.UseVisualStyleBackColor = true; // // btnSendMouseEvent // this.btnSendMouseEvent.Location = new System.Drawing.Point(127, 489); this.btnSendMouseEvent.Name = "btnSendMouseEvent"; this.btnSendMouseEvent.Size = new System.Drawing.Size(138, 23); this.btnSendMouseEvent.TabIndex = 25; this.btnSendMouseEvent.Text = "SendMousePointerEvent"; this.btnSendMouseEvent.UseVisualStyleBackColor = true; this.btnSendMouseEvent.Click += new System.EventHandler(this.btnSendMouseEvent_Click); // // cbDsm // this.cbDsm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDsm.FormattingEnabled = true; this.cbDsm.Items.AddRange(new object[] { "None", "MSRC4 v1.2", "SecureVNC v2.3" }); this.cbDsm.Location = new System.Drawing.Point(144, 3); this.cbDsm.Name = "cbDsm"; this.cbDsm.Size = new System.Drawing.Size(175, 21); this.cbDsm.TabIndex = 27; // // txtMsrc4KeyPath // this.txtMsrc4KeyPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.txtMsrc4KeyPath.Location = new System.Drawing.Point(144, 31); this.txtMsrc4KeyPath.Name = "txtMsrc4KeyPath"; this.txtMsrc4KeyPath.Size = new System.Drawing.Size(175, 20); this.txtMsrc4KeyPath.TabIndex = 7; this.txtMsrc4KeyPath.TextChanged += new System.EventHandler(this.txtMsrc4KeyPath_TextChanged); // // txtSecureVncKeyPath // this.txtSecureVncKeyPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.txtSecureVncKeyPath.Location = new System.Drawing.Point(144, 60); this.txtSecureVncKeyPath.Name = "txtSecureVncKeyPath"; this.txtSecureVncKeyPath.Size = new System.Drawing.Size(175, 20); this.txtSecureVncKeyPath.TabIndex = 30; this.txtSecureVncKeyPath.TextChanged += new System.EventHandler(this.txtSecureVncKeyPath_TextChanged); // // btnMsrcBrowse // this.btnMsrcBrowse.AutoSize = true; this.btnMsrcBrowse.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnMsrcBrowse.Location = new System.Drawing.Point(322, 30); this.btnMsrcBrowse.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.btnMsrcBrowse.Name = "btnMsrcBrowse"; this.btnMsrcBrowse.Size = new System.Drawing.Size(61, 23); this.btnMsrcBrowse.TabIndex = 7; this.btnMsrcBrowse.Text = "Browse..."; this.btnMsrcBrowse.Click += new System.EventHandler(this.btnMsrcBrowse_Click); // // btnSecureVncBrowse // this.btnSecureVncBrowse.AutoSize = true; this.btnSecureVncBrowse.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnSecureVncBrowse.Location = new System.Drawing.Point(322, 59); this.btnSecureVncBrowse.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.btnSecureVncBrowse.Name = "btnSecureVncBrowse"; this.btnSecureVncBrowse.Size = new System.Drawing.Size(61, 23); this.btnSecureVncBrowse.TabIndex = 31; this.btnSecureVncBrowse.Text = "Browse..."; this.btnSecureVncBrowse.Click += new System.EventHandler(this.btnSecureVncBrowse_Click); // // openFileDialog // this.openFileDialog.AddExtension = false; // // tableLayoutPanelDsm // this.tableLayoutPanelDsm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.tableLayoutPanelDsm.ColumnCount = 4; this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelDsm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelDsm.Controls.Add(this.btnSecureShowHex, 3, 2); this.tableLayoutPanelDsm.Controls.Add(this.btnMsrcShowHex, 3, 1); this.tableLayoutPanelDsm.Controls.Add(label10, 0, 0); this.tableLayoutPanelDsm.Controls.Add(label12, 0, 2); this.tableLayoutPanelDsm.Controls.Add(this.txtSecureVncKeyPath, 1, 2); this.tableLayoutPanelDsm.Controls.Add(this.btnMsrcBrowse, 2, 1); this.tableLayoutPanelDsm.Controls.Add(this.btnSecureVncBrowse, 2, 2); this.tableLayoutPanelDsm.Controls.Add(this.cbDsm, 1, 0); this.tableLayoutPanelDsm.Controls.Add(label11, 0, 1); this.tableLayoutPanelDsm.Controls.Add(this.txtMsrc4KeyPath, 1, 1); this.tableLayoutPanelDsm.Location = new System.Drawing.Point(271, 465); this.tableLayoutPanelDsm.Name = "tableLayoutPanelDsm"; this.tableLayoutPanelDsm.RowCount = 3; this.tableLayoutPanelDsm.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelDsm.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelDsm.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelDsm.Size = new System.Drawing.Size(469, 85); this.tableLayoutPanelDsm.TabIndex = 32; // // btnSecureShowHex // this.btnSecureShowHex.AutoSize = true; this.btnSecureShowHex.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnSecureShowHex.Enabled = false; this.btnSecureShowHex.Location = new System.Drawing.Point(389, 59); this.btnSecureShowHex.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.btnSecureShowHex.Name = "btnSecureShowHex"; this.btnSecureShowHex.Size = new System.Drawing.Size(80, 23); this.btnSecureShowHex.TabIndex = 34; this.btnSecureShowHex.Text = "Show as Hex"; this.btnSecureShowHex.Click += new System.EventHandler(this.btnSecureShowHex_Click); // // btnMsrcShowHex // this.btnMsrcShowHex.AutoSize = true; this.btnMsrcShowHex.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnMsrcShowHex.Enabled = false; this.btnMsrcShowHex.Location = new System.Drawing.Point(389, 30); this.btnMsrcShowHex.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.btnMsrcShowHex.Name = "btnMsrcShowHex"; this.btnMsrcShowHex.Size = new System.Drawing.Size(80, 23); this.btnMsrcShowHex.TabIndex = 33; this.btnMsrcShowHex.Text = "Show as Hex"; this.btnMsrcShowHex.Click += new System.EventHandler(this.btnMsrcShowHex_Click); // // lbRfbProtocol // this.lbRfbProtocol.AutoSize = true; this.lbRfbProtocol.Location = new System.Drawing.Point(271, 4); this.lbRfbProtocol.Name = "lbRfbProtocol"; this.lbRfbProtocol.Size = new System.Drawing.Size(0, 13); this.lbRfbProtocol.TabIndex = 33; // // lbScaleEngine // this.lbScaleEngine.AutoSize = true; this.lbScaleEngine.Location = new System.Drawing.Point(9, 264); this.lbScaleEngine.Name = "lbScaleEngine"; this.lbScaleEngine.Size = new System.Drawing.Size(80, 13); this.lbScaleEngine.TabIndex = 34; this.lbScaleEngine.Text = "Scaling engine:"; // // cbScaleEngine // this.cbScaleEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbScaleEngine.Items.AddRange(new object[] { "GDI", "GDI+ (High Quality)", "GDI+ (Low Quality)" }); this.cbScaleEngine.Location = new System.Drawing.Point(105, 261); this.cbScaleEngine.Name = "cbScaleEngine"; this.cbScaleEngine.Size = new System.Drawing.Size(123, 21); this.cbScaleEngine.TabIndex = 35; // // viewerX // this.viewerX.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.viewerX.Enabled = true; this.viewerX.Location = new System.Drawing.Point(269, 21); this.viewerX.Name = "viewerX"; this.viewerX.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("viewerX.OcxState"))); this.viewerX.Size = new System.Drawing.Size(471, 438); this.viewerX.TabIndex = 18; // // Form1 // this.AcceptButton = this.btnConnect; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(752, 556); this.Controls.Add(this.cbScaleEngine); this.Controls.Add(this.lbScaleEngine); this.Controls.Add(this.lbRfbProtocol); this.Controls.Add(this.tableLayoutPanelDsm); this.Controls.Add(this.btnSendMouseEvent); this.Controls.Add(this.cbMouseRight); this.Controls.Add(this.cbMouseLeft); this.Controls.Add(this.label9); this.Controls.Add(this.udMouseY); this.Controls.Add(this.udMouseX); this.Controls.Add(this.btnGetScaled); this.Controls.Add(this.udScaledH); this.Controls.Add(this.udScaledW); this.Controls.Add(this.txtChatLog); this.Controls.Add(label7); this.Controls.Add(this.btnChat); this.Controls.Add(this.btnFileTransfer); this.Controls.Add(this.cbColorDepth); this.Controls.Add(label6); this.Controls.Add(this.cbEncCache); this.Controls.Add(this.cbEncCopyRect); this.Controls.Add(this.cbEncodings); this.Controls.Add(label5); this.Controls.Add(this.cbStretch); this.Controls.Add(this.btnSendCad); this.Controls.Add(label4); this.Controls.Add(linkLabel1); this.Controls.Add(groupBox1); this.Controls.Add(this.viewerX); this.Controls.Add(this.label8); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(400, 400); this.Name = "Form1"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SmartCode ViewerX VNC ActiveX Control Demo"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.udPort)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udScaledW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udScaledH)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udMouseY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udMouseX)).EndInit(); this.tableLayoutPanelDsm.ResumeLayout(false); this.tableLayoutPanelDsm.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.viewerX)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
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(); }
/// ------------------------------------------------------------------------------------ /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ------------------------------------------------------------------------------------ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox groupBox1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolsOptionsDialog)); System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.Label lbMeasurement; System.Windows.Forms.Label lblStyleNote; System.Windows.Forms.Label lblShowStyles; System.Windows.Forms.Label lblStyleLevel; System.Windows.Forms.Button m_btnBrowse; System.Windows.Forms.Button btnCancel; System.Windows.Forms.Button btnHelp; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Label label1; this.m_chkSynchFootnoteScroll = new System.Windows.Forms.CheckBox(); this.m_chkShowFormatMarks = new System.Windows.Forms.CheckBox(); this.m_chkMarkerlessFootnoteIcons = new System.Windows.Forms.CheckBox(); this.m_chkPromptEmptyParas = new System.Windows.Forms.CheckBox(); this.m_lblNoTestFeatures = new System.Windows.Forms.Label(); this.m_cboExperimentalFeatures = new System.Windows.Forms.CheckedListBox(); this.labelBackupDir = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.tabOptions = new System.Windows.Forms.TabControl(); this.tabPageView = new System.Windows.Forms.TabPage(); this.tabPageGeneral = new System.Windows.Forms.TabPage(); this.grpPastingWs = new System.Windows.Forms.GroupBox(); this.m_rdoUseOnlyWSsInThisProj = new System.Windows.Forms.RadioButton(); this.m_rdoPromptForNewWs = new System.Windows.Forms.RadioButton(); this.label3 = new System.Windows.Forms.Label(); this.m_chkStartLibronixWithTE = new System.Windows.Forms.CheckBox(); this.m_chkDisplayBackupReminder = new System.Windows.Forms.CheckBox(); this.tabPageStyles = new System.Windows.Forms.TabPage(); this.rdoCustomList = new System.Windows.Forms.RadioButton(); this.rdoAllStyles = new System.Windows.Forms.RadioButton(); this.rdoBasicStyles = new System.Windows.Forms.RadioButton(); this.grpCustom = new System.Windows.Forms.GroupBox(); this.cboStyleLevel = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.chkShowUserDefined = new System.Windows.Forms.CheckBox(); this.tabPageInterface = new System.Windows.Forms.TabPage(); this.label2 = new System.Windows.Forms.Label(); this.m_userInterfaceChooser = new SIL.FieldWorks.Common.Widgets.UserInterfaceChooser(); this.m_cboMeasurement = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); this.tabPageAdvanced = new System.Windows.Forms.TabPage(); this.m_textBoxBackupPath = new System.Windows.Forms.TextBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox3 = new System.Windows.Forms.GroupBox(); lbMeasurement = new System.Windows.Forms.Label(); lblStyleNote = new System.Windows.Forms.Label(); lblShowStyles = new System.Windows.Forms.Label(); lblStyleLevel = new System.Windows.Forms.Label(); m_btnBrowse = new System.Windows.Forms.Button(); btnCancel = new System.Windows.Forms.Button(); btnHelp = new System.Windows.Forms.Button(); groupBox2 = new System.Windows.Forms.GroupBox(); label1 = new System.Windows.Forms.Label(); groupBox1.SuspendLayout(); groupBox3.SuspendLayout(); groupBox2.SuspendLayout(); this.tabOptions.SuspendLayout(); this.tabPageView.SuspendLayout(); this.tabPageGeneral.SuspendLayout(); this.grpPastingWs.SuspendLayout(); this.tabPageStyles.SuspendLayout(); this.grpCustom.SuspendLayout(); this.tabPageInterface.SuspendLayout(); this.tabPageAdvanced.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.m_chkSynchFootnoteScroll); resources.ApplyResources(groupBox1, "groupBox1"); groupBox1.Name = "groupBox1"; groupBox1.TabStop = false; // // m_chkSynchFootnoteScroll // resources.ApplyResources(this.m_chkSynchFootnoteScroll, "m_chkSynchFootnoteScroll"); this.m_chkSynchFootnoteScroll.Name = "m_chkSynchFootnoteScroll"; // // groupBox3 // groupBox3.Controls.Add(this.m_chkShowFormatMarks); groupBox3.Controls.Add(this.m_chkMarkerlessFootnoteIcons); groupBox3.Controls.Add(this.m_chkPromptEmptyParas); resources.ApplyResources(groupBox3, "groupBox3"); groupBox3.Name = "groupBox3"; groupBox3.TabStop = false; // // m_chkShowFormatMarks // resources.ApplyResources(this.m_chkShowFormatMarks, "m_chkShowFormatMarks"); this.m_chkShowFormatMarks.Name = "m_chkShowFormatMarks"; // // m_chkMarkerlessFootnoteIcons // resources.ApplyResources(this.m_chkMarkerlessFootnoteIcons, "m_chkMarkerlessFootnoteIcons"); this.m_chkMarkerlessFootnoteIcons.Name = "m_chkMarkerlessFootnoteIcons"; // // m_chkPromptEmptyParas // resources.ApplyResources(this.m_chkPromptEmptyParas, "m_chkPromptEmptyParas"); this.m_chkPromptEmptyParas.Name = "m_chkPromptEmptyParas"; // // lbMeasurement // resources.ApplyResources(lbMeasurement, "lbMeasurement"); lbMeasurement.Name = "lbMeasurement"; // // lblStyleNote // resources.ApplyResources(lblStyleNote, "lblStyleNote"); lblStyleNote.Name = "lblStyleNote"; // // lblShowStyles // resources.ApplyResources(lblShowStyles, "lblShowStyles"); lblShowStyles.Name = "lblShowStyles"; // // lblStyleLevel // resources.ApplyResources(lblStyleLevel, "lblStyleLevel"); lblStyleLevel.Name = "lblStyleLevel"; // // m_btnBrowse // resources.ApplyResources(m_btnBrowse, "m_btnBrowse"); m_btnBrowse.Name = "m_btnBrowse"; m_btnBrowse.Click += new System.EventHandler(this.m_btnBrowse_Click); // // btnCancel // resources.ApplyResources(btnCancel, "btnCancel"); btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; btnCancel.Name = "btnCancel"; // // btnHelp // resources.ApplyResources(btnHelp, "btnHelp"); btnHelp.Name = "btnHelp"; btnHelp.Click += new System.EventHandler(this.btnHelp_Click); // // groupBox2 // groupBox2.Controls.Add(this.m_lblNoTestFeatures); groupBox2.Controls.Add(this.m_cboExperimentalFeatures); resources.ApplyResources(groupBox2, "groupBox2"); groupBox2.Name = "groupBox2"; groupBox2.TabStop = false; // // m_lblNoTestFeatures // resources.ApplyResources(this.m_lblNoTestFeatures, "m_lblNoTestFeatures"); this.m_lblNoTestFeatures.Name = "m_lblNoTestFeatures"; // // m_cboExperimentalFeatures // this.m_cboExperimentalFeatures.BackColor = System.Drawing.SystemColors.Window; this.m_cboExperimentalFeatures.FormattingEnabled = true; this.m_cboExperimentalFeatures.Items.AddRange(new object[] { resources.GetString("m_cboExperimentalFeatures.Items"), resources.GetString("m_cboExperimentalFeatures.Items1"), resources.GetString("m_cboExperimentalFeatures.Items2")}); resources.ApplyResources(this.m_cboExperimentalFeatures, "m_cboExperimentalFeatures"); this.m_cboExperimentalFeatures.Name = "m_cboExperimentalFeatures"; // // label1 // resources.ApplyResources(label1, "label1"); label1.Name = "label1"; // // labelBackupDir // resources.ApplyResources(this.labelBackupDir, "labelBackupDir"); this.labelBackupDir.Name = "labelBackupDir"; // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Name = "btnOK"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // tabOptions // this.tabOptions.Controls.Add(this.tabPageView); this.tabOptions.Controls.Add(this.tabPageGeneral); this.tabOptions.Controls.Add(this.tabPageStyles); this.tabOptions.Controls.Add(this.tabPageInterface); this.tabOptions.Controls.Add(this.tabPageAdvanced); this.tabOptions.HotTrack = true; resources.ApplyResources(this.tabOptions, "tabOptions"); this.tabOptions.Name = "tabOptions"; this.tabOptions.SelectedIndex = 0; // // tabPageView // this.tabPageView.Controls.Add(groupBox1); this.tabPageView.Controls.Add(groupBox3); resources.ApplyResources(this.tabPageView, "tabPageView"); this.tabPageView.Name = "tabPageView"; this.tabPageView.UseVisualStyleBackColor = true; // // tabPageGeneral // this.tabPageGeneral.Controls.Add(this.grpPastingWs); this.tabPageGeneral.Controls.Add(this.m_chkStartLibronixWithTE); this.tabPageGeneral.Controls.Add(this.m_chkDisplayBackupReminder); resources.ApplyResources(this.tabPageGeneral, "tabPageGeneral"); this.tabPageGeneral.Name = "tabPageGeneral"; this.tabPageGeneral.UseVisualStyleBackColor = true; // // grpPastingWs // this.grpPastingWs.Controls.Add(this.m_rdoUseOnlyWSsInThisProj); this.grpPastingWs.Controls.Add(this.m_rdoPromptForNewWs); this.grpPastingWs.Controls.Add(this.label3); resources.ApplyResources(this.grpPastingWs, "grpPastingWs"); this.grpPastingWs.Name = "grpPastingWs"; this.grpPastingWs.TabStop = false; // // m_rdoUseOnlyWSsInThisProj // resources.ApplyResources(this.m_rdoUseOnlyWSsInThisProj, "m_rdoUseOnlyWSsInThisProj"); this.m_rdoUseOnlyWSsInThisProj.Name = "m_rdoUseOnlyWSsInThisProj"; this.m_rdoUseOnlyWSsInThisProj.UseVisualStyleBackColor = true; // // m_rdoPromptForNewWs // resources.ApplyResources(this.m_rdoPromptForNewWs, "m_rdoPromptForNewWs"); this.m_rdoPromptForNewWs.Checked = true; this.m_rdoPromptForNewWs.Name = "m_rdoPromptForNewWs"; this.m_rdoPromptForNewWs.TabStop = true; this.m_rdoPromptForNewWs.UseVisualStyleBackColor = true; // // label3 // this.label3.AllowDrop = true; resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // m_chkStartLibronixWithTE // resources.ApplyResources(this.m_chkStartLibronixWithTE, "m_chkStartLibronixWithTE"); this.m_chkStartLibronixWithTE.Name = "m_chkStartLibronixWithTE"; // // m_chkDisplayBackupReminder // resources.ApplyResources(this.m_chkDisplayBackupReminder, "m_chkDisplayBackupReminder"); this.m_chkDisplayBackupReminder.Name = "m_chkDisplayBackupReminder"; // // tabPageStyles // this.tabPageStyles.Controls.Add(lblStyleNote); this.tabPageStyles.Controls.Add(this.rdoCustomList); this.tabPageStyles.Controls.Add(this.rdoAllStyles); this.tabPageStyles.Controls.Add(this.rdoBasicStyles); this.tabPageStyles.Controls.Add(lblShowStyles); this.tabPageStyles.Controls.Add(this.grpCustom); resources.ApplyResources(this.tabPageStyles, "tabPageStyles"); this.tabPageStyles.Name = "tabPageStyles"; this.tabPageStyles.UseVisualStyleBackColor = true; // // rdoCustomList // resources.ApplyResources(this.rdoCustomList, "rdoCustomList"); this.rdoCustomList.Name = "rdoCustomList"; this.rdoCustomList.CheckedChanged += new System.EventHandler(this.rdoCustomList_CheckedChanged); // // rdoAllStyles // resources.ApplyResources(this.rdoAllStyles, "rdoAllStyles"); this.rdoAllStyles.Name = "rdoAllStyles"; // // rdoBasicStyles // resources.ApplyResources(this.rdoBasicStyles, "rdoBasicStyles"); this.rdoBasicStyles.Name = "rdoBasicStyles"; // // grpCustom // this.grpCustom.Controls.Add(lblStyleLevel); this.grpCustom.Controls.Add(this.cboStyleLevel); this.grpCustom.Controls.Add(this.chkShowUserDefined); 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); }
private void Diseño_Forma() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Almacen)); groupBoxdatos = new System.Windows.Forms.GroupBox(); txt_Lugar = new System.Windows.Forms.TextBox(); txt_Nombre = new System.Windows.Forms.TextBox(); lbl_Lugar = new System.Windows.Forms.Label(); lbl_Nombre = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); pic_Almacen = new System.Windows.Forms.PictureBox(); groupBoxdatos.SuspendLayout(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pic_Almacen)).BeginInit(); SuspendLayout(); pic_Logo = new System.Windows.Forms.PictureBox(); components = new System.ComponentModel.Container(); groupBoxdatos = new System.Windows.Forms.GroupBox(); txt_Lugar = new System.Windows.Forms.TextBox(); txt_Nombre = new System.Windows.Forms.TextBox(); lbl_Lugar = new System.Windows.Forms.Label(); lbl_Nombre = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); pic_Almacen = new System.Windows.Forms.PictureBox(); groupBoxdatos.SuspendLayout(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pic_Almacen)).BeginInit(); SuspendLayout(); // // groupBoxdatos // groupBoxdatos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBoxdatos.Controls.Add(txt_Lugar); groupBoxdatos.Controls.Add(txt_Nombre); groupBoxdatos.Controls.Add(lbl_Lugar); groupBoxdatos.Controls.Add(lbl_Nombre); groupBoxdatos.Location = new System.Drawing.Point(11, 69); groupBoxdatos.Name = "groupBoxdatos"; groupBoxdatos.Size = new System.Drawing.Size(418, 130); groupBoxdatos.TabIndex = 75; groupBoxdatos.TabStop = false; groupBoxdatos.Text = "Datos del almacen"; // // txt_Lugar // txt_Lugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Lugar.Location = new System.Drawing.Point(126, 77); txt_Lugar.MaxLength = 100; txt_Lugar.Name = "txt_Lugar"; txt_Lugar.Size = new System.Drawing.Size(270, 40); txt_Lugar.Multiline = true; txt_Lugar.TabIndex = 73; txt_Lugar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Lugar_KeyPress); // // txt_Nombre // txt_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Nombre.Location = new System.Drawing.Point(126, 52); txt_Nombre.MaxLength = 25; txt_Nombre.Name = "txt_Nombre"; txt_Nombre.Size = new System.Drawing.Size(127, 20); txt_Nombre.TabIndex = 72; txt_Nombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Nombre_KeyPress); // // lbl_Lugar // lbl_Lugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Lugar.AutoSize = true; lbl_Lugar.Location = new System.Drawing.Point(37, 85); lbl_Lugar.Name = "lbl_Lugar"; lbl_Lugar.Size = new System.Drawing.Size(34, 13); lbl_Lugar.TabIndex = 71; lbl_Lugar.Text = "Lugar"; // // lbl_Nombre // lbl_Nombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Nombre.AutoSize = true; lbl_Nombre.Location = new System.Drawing.Point(37, 56); lbl_Nombre.Name = "lbl_Nombre"; lbl_Nombre.Size = new System.Drawing.Size(44, 13); lbl_Nombre.TabIndex = 69; lbl_Nombre.Text = "Nombre"; // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, ayudaToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(448, 24); menuStrip1.TabIndex = 77; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator1, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(55, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(151, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(148, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(151, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(151, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { modificarToolStripMenuItem, eliminarToolStripMenuItem}); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(47, 20); editarToolStripMenuItem.Text = "&Editar"; // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(117, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Visible = false; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(134, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // errorProvider1 // errorProvider1.ContainerControl = this; // // pic_Almacen // pic_Almacen.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Almacen; pic_Almacen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Almacen.Location = new System.Drawing.Point(351, 25); pic_Almacen.Name = "pic_Almacen"; pic_Almacen.Size = new System.Drawing.Size(85, 67); pic_Almacen.TabIndex = 79; pic_Almacen.TabStop = false; // // pic_Logo // pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe; pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Logo.Location = new System.Drawing.Point(280, 200); pic_Logo.Name = "pic_Logo"; pic_Logo.Size = new System.Drawing.Size(152, 70); pic_Logo.TabIndex = 13; pic_Logo.TabStop = false; // // Almacen // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(448, 284); Controls.Add(pic_Almacen); Controls.Add(menuStrip1); Controls.Add(pic_Logo); Controls.Add(groupBoxdatos); BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196))))); FormClosing += new System.Windows.Forms.FormClosingEventHandler(Almacen_FormClosing); Icon = global::Sistema_Shajobe.Properties.Resources.Almacen_ICO; MaximizeBox = false; MaximumSize = new System.Drawing.Size(454, 306); MinimumSize = new System.Drawing.Size(454, 306); Name = "Almacen"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Almacen"; Load += new System.EventHandler(Almacen_Load); groupBoxdatos.ResumeLayout(false); groupBoxdatos.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pic_Almacen)).EndInit(); ResumeLayout(false); PerformLayout(); }
private void InitializeComponent() { components = new Container(); FrameScale = new CheckBox(); toolStripMenuItem7 = new ToolStripMenuItem(); btnPaste = new Button(); toolStripMenuItem4 = new ToolStripMenuItem(); FrameRot = new CheckBox(); btnCopy = new Button(); toolStripMenuItem3 = new ToolStripMenuItem(); btnCut = new Button(); subtract = new ToolStripMenuItem(); toolStripMenuItem5 = new ToolStripMenuItem(); toolStripMenuItem6 = new ToolStripMenuItem(); toolStripMenuItem8 = new ToolStripMenuItem(); FrameTrans = new CheckBox(); numScaleY = new NumericInputBox(); add = new ToolStripMenuItem(); numRot = new NumericInputBox(); toolStripSeparator1 = new ToolStripSeparator(); Source = new ToolStripMenuItem(); numTransX = new NumericInputBox(); numTransY = new NumericInputBox(); lblTransX = new Label(); removeAllToolStripMenuItem = new ToolStripMenuItem(); lblRot = new Label(); ctxBox = new ContextMenuStrip(components); addCustomAmountToolStripMenuItem = new ToolStripMenuItem(); btnDelete = new Button(); grpTransform = new GroupBox(); lblScaleX = new Label(); numScaleX = new NumericInputBox(); AllScale = new CheckBox(); grpTransAll = new GroupBox(); AllRot = new CheckBox(); AllTrans = new CheckBox(); btnClean = new Button(); btnPasteAll = new Button(); btnCopyAll = new Button(); btnClear = new Button(); btnInsert = new Button(); ctxBox.SuspendLayout(); grpTransform.SuspendLayout(); grpTransAll.SuspendLayout(); SuspendLayout(); // // FrameScale // FrameScale.AutoSize = true; FrameScale.Checked = true; FrameScale.CheckState = CheckState.Checked; FrameScale.Location = new Drawing.Point(249, 58); FrameScale.Name = "FrameScale"; FrameScale.Size = new Drawing.Size(53, 17); FrameScale.TabIndex = 35; FrameScale.Text = "Scale"; FrameScale.UseVisualStyleBackColor = true; // // toolStripMenuItem7 // toolStripMenuItem7.Name = "toolStripMenuItem7"; toolStripMenuItem7.Size = new Drawing.Size(100, 22); toolStripMenuItem7.Text = "+45"; // // btnPaste // btnPaste.Location = new Drawing.Point(101, 55); btnPaste.Name = "btnPaste"; btnPaste.Size = new Drawing.Size(50, 20); btnPaste.TabIndex = 23; btnPaste.Text = "Paste"; btnPaste.UseVisualStyleBackColor = true; btnPaste.Click += new EventHandler(btnPaste_Click); // // toolStripMenuItem4 // toolStripMenuItem4.Name = "toolStripMenuItem4"; toolStripMenuItem4.Size = new Drawing.Size(100, 22); toolStripMenuItem4.Text = "+90"; // // FrameRot // FrameRot.AutoSize = true; FrameRot.Checked = true; FrameRot.CheckState = CheckState.Checked; FrameRot.Location = new Drawing.Point(208, 58); FrameRot.Name = "FrameRot"; FrameRot.Size = new Drawing.Size(43, 17); FrameRot.TabIndex = 34; FrameRot.Text = "Rot"; FrameRot.UseVisualStyleBackColor = true; // // btnCopy // btnCopy.Location = new Drawing.Point(52, 55); btnCopy.Name = "btnCopy"; btnCopy.Size = new Drawing.Size(50, 20); btnCopy.TabIndex = 22; btnCopy.Text = "Copy"; btnCopy.UseVisualStyleBackColor = true; btnCopy.Click += new EventHandler(btnCopy_Click); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new Drawing.Size(100, 22); toolStripMenuItem3.Text = "+180"; // // btnCut // btnCut.Location = new Drawing.Point(3, 55); btnCut.Name = "btnCut"; btnCut.Size = new Drawing.Size(50, 20); btnCut.TabIndex = 21; btnCut.Text = "Cut"; btnCut.UseVisualStyleBackColor = true; btnCut.Click += new EventHandler(btnCut_Click); // // subtract // subtract.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem5, toolStripMenuItem6, toolStripMenuItem8 }); subtract.Name = "subtract"; subtract.Size = new Drawing.Size(166, 22); subtract.Text = "Subtract From All"; // // toolStripMenuItem5 // toolStripMenuItem5.Name = "toolStripMenuItem5"; toolStripMenuItem5.Size = new Drawing.Size(97, 22); toolStripMenuItem5.Text = "-180"; // // toolStripMenuItem6 // toolStripMenuItem6.Name = "toolStripMenuItem6"; toolStripMenuItem6.Size = new Drawing.Size(97, 22); toolStripMenuItem6.Text = "-90"; // // toolStripMenuItem8 // toolStripMenuItem8.Name = "toolStripMenuItem8"; toolStripMenuItem8.Size = new Drawing.Size(97, 22); toolStripMenuItem8.Text = "-45"; // // FrameTrans // FrameTrans.AutoSize = true; FrameTrans.Checked = true; FrameTrans.CheckState = CheckState.Checked; FrameTrans.Location = new Drawing.Point(155, 58); FrameTrans.Name = "FrameTrans"; FrameTrans.Size = new Drawing.Size(53, 17); FrameTrans.TabIndex = 33; FrameTrans.Text = "Trans"; FrameTrans.UseVisualStyleBackColor = true; // // numScaleY // numScaleY.BorderStyle = BorderStyle.FixedSingle; numScaleY.Integral = false; numScaleY.Location = new Drawing.Point(154, 35); numScaleY.MaximumValue = 3.402823E+38F; numScaleY.MinimumValue = -3.402823E+38F; numScaleY.Name = "numScaleY"; numScaleY.Size = new Drawing.Size(82, 20); numScaleY.TabIndex = 18; numScaleY.Text = "0"; numScaleY.ValueChanged += new EventHandler(BoxChangedCreateUndo); numScaleY.MouseDown += new MouseEventHandler(box_MouseDown); // // add // add.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem3, toolStripMenuItem4, toolStripMenuItem7 }); add.Name = "add"; add.Size = new Drawing.Size(166, 22); add.Text = "Add To All"; // // numRot // numRot.BorderStyle = BorderStyle.FixedSingle; numRot.Integral = false; numRot.Location = new Drawing.Point(235, 35); numRot.MaximumValue = 3.402823E+38F; numRot.MinimumValue = -3.402823E+38F; numRot.Name = "numRot"; numRot.Size = new Drawing.Size(82, 20); numRot.TabIndex = 15; numRot.Text = "0"; numRot.ValueChanged += new EventHandler(BoxChangedCreateUndo); numRot.MouseDown += new MouseEventHandler(box_MouseDown); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new Drawing.Size(163, 6); // // Source // Source.Enabled = false; Source.Name = "Source"; Source.Size = new Drawing.Size(166, 22); Source.Text = "Source"; // // numTransX // numTransX.BorderStyle = BorderStyle.FixedSingle; numTransX.Integral = false; numTransX.Location = new Drawing.Point(73, 16); numTransX.MaximumValue = 3.402823E+38F; numTransX.MinimumValue = -3.402823E+38F; numTransX.Name = "numTransX"; numTransX.Size = new Drawing.Size(82, 20); numTransX.TabIndex = 3; numTransX.Text = "0"; numTransX.ValueChanged += new EventHandler(BoxChangedCreateUndo); numTransX.MouseDown += new MouseEventHandler(box_MouseDown); // // numTransY // numTransY.BorderStyle = BorderStyle.FixedSingle; numTransY.Integral = false; numTransY.Location = new Drawing.Point(154, 16); numTransY.MaximumValue = 3.402823E+38F; numTransY.MinimumValue = -3.402823E+38F; numTransY.Name = "numTransY"; numTransY.Size = new Drawing.Size(82, 20); numTransY.TabIndex = 13; numTransY.Text = "0"; numTransY.ValueChanged += new EventHandler(BoxChangedCreateUndo); numTransY.MouseDown += new MouseEventHandler(box_MouseDown); // // lblTransX // lblTransX.BorderStyle = BorderStyle.FixedSingle; lblTransX.Location = new Drawing.Point(4, 16); lblTransX.Name = "lblTransX"; lblTransX.Size = new Drawing.Size(70, 20); lblTransX.TabIndex = 4; lblTransX.Text = "Translation:"; lblTransX.TextAlign = ContentAlignment.MiddleRight; // // removeAllToolStripMenuItem // removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem"; removeAllToolStripMenuItem.Size = new Drawing.Size(166, 22); removeAllToolStripMenuItem.Text = "Remove All"; // // lblRot // lblRot.BorderStyle = BorderStyle.FixedSingle; lblRot.Location = new Drawing.Point(235, 16); lblRot.Name = "lblRot"; lblRot.Size = new Drawing.Size(82, 20); lblRot.TabIndex = 7; lblRot.Text = "Rotation:"; lblRot.TextAlign = ContentAlignment.MiddleLeft; // // ctxBox // ctxBox.Items.AddRange(new ToolStripItem[] { Source, toolStripSeparator1, add, subtract, removeAllToolStripMenuItem, addCustomAmountToolStripMenuItem }); ctxBox.Name = "ctxBox"; ctxBox.Size = new Drawing.Size(167, 120); // // addCustomAmountToolStripMenuItem // addCustomAmountToolStripMenuItem.Name = "addCustomAmountToolStripMenuItem"; addCustomAmountToolStripMenuItem.Size = new Drawing.Size(166, 22); addCustomAmountToolStripMenuItem.Text = "Edit All..."; addCustomAmountToolStripMenuItem.Click += new EventHandler(addCustomAmountToolStripMenuItem_Click_1); // // btnDelete // btnDelete.Location = new Drawing.Point(6, 16); btnDelete.Name = "btnDelete"; btnDelete.Size = new Drawing.Size(50, 20); btnDelete.TabIndex = 25; btnDelete.Text = "Delete"; btnDelete.UseVisualStyleBackColor = true; btnDelete.Click += new EventHandler(btnDelete_Click); // // grpTransform // grpTransform.Controls.Add(lblScaleX); grpTransform.Controls.Add(numScaleX); grpTransform.Controls.Add(FrameScale); grpTransform.Controls.Add(btnPaste); grpTransform.Controls.Add(FrameRot); grpTransform.Controls.Add(btnCopy); grpTransform.Controls.Add(FrameTrans); grpTransform.Controls.Add(btnCut); grpTransform.Controls.Add(numScaleY); grpTransform.Controls.Add(numRot); grpTransform.Controls.Add(numTransX); grpTransform.Controls.Add(numTransY); grpTransform.Controls.Add(lblTransX); grpTransform.Controls.Add(lblRot); grpTransform.Dock = DockStyle.Left; grpTransform.Enabled = false; grpTransform.Location = new Drawing.Point(0, 0); grpTransform.Name = "grpTransform"; grpTransform.Size = new Drawing.Size(321, 78); grpTransform.TabIndex = 28; grpTransform.TabStop = false; grpTransform.Text = "Transform Frame"; // // lblScaleX // lblScaleX.BorderStyle = BorderStyle.FixedSingle; lblScaleX.Location = new Drawing.Point(4, 35); lblScaleX.Name = "lblScaleX"; lblScaleX.Size = new Drawing.Size(70, 20); lblScaleX.TabIndex = 37; lblScaleX.Text = "Scale:"; lblScaleX.TextAlign = ContentAlignment.MiddleRight; // // numScaleX // numScaleX.BorderStyle = BorderStyle.FixedSingle; numScaleX.Integral = false; numScaleX.Location = new Drawing.Point(73, 35); numScaleX.MaximumValue = 3.402823E+38F; numScaleX.MinimumValue = -3.402823E+38F; numScaleX.Name = "numScaleX"; numScaleX.Size = new Drawing.Size(82, 20); numScaleX.TabIndex = 36; numScaleX.Text = "0"; numScaleX.ValueChanged += new EventHandler(BoxChangedCreateUndo); numScaleX.MouseDown += new MouseEventHandler(box_MouseDown); // // AllScale // AllScale.AutoSize = true; AllScale.Checked = true; AllScale.CheckState = CheckState.Checked; AllScale.Location = new Drawing.Point(108, 57); AllScale.Name = "AllScale"; AllScale.Size = new Drawing.Size(53, 17); AllScale.TabIndex = 32; AllScale.Text = "Scale"; AllScale.UseVisualStyleBackColor = true; // // grpTransAll // grpTransAll.Controls.Add(AllScale); grpTransAll.Controls.Add(AllRot); grpTransAll.Controls.Add(AllTrans); grpTransAll.Controls.Add(btnClean); grpTransAll.Controls.Add(btnPasteAll); grpTransAll.Controls.Add(btnCopyAll); grpTransAll.Controls.Add(btnClear); grpTransAll.Controls.Add(btnInsert); grpTransAll.Controls.Add(btnDelete); grpTransAll.Dock = DockStyle.Fill; grpTransAll.Enabled = false; grpTransAll.Location = new Drawing.Point(321, 0); grpTransAll.Name = "grpTransAll"; grpTransAll.Size = new Drawing.Size(162, 78); grpTransAll.TabIndex = 29; grpTransAll.TabStop = false; grpTransAll.Text = "Transform All"; // // AllRot // AllRot.AutoSize = true; AllRot.Checked = true; AllRot.CheckState = CheckState.Checked; AllRot.Location = new Drawing.Point(108, 38); AllRot.Name = "AllRot"; AllRot.Size = new Drawing.Size(43, 17); AllRot.TabIndex = 31; AllRot.Text = "Rot"; AllRot.UseVisualStyleBackColor = true; // // AllTrans // AllTrans.AutoSize = true; AllTrans.Checked = true; AllTrans.CheckState = CheckState.Checked; AllTrans.Location = new Drawing.Point(108, 19); AllTrans.Name = "AllTrans"; AllTrans.Size = new Drawing.Size(53, 17); AllTrans.TabIndex = 30; AllTrans.Text = "Trans"; AllTrans.UseVisualStyleBackColor = true; // // btnClean // btnClean.Location = new Drawing.Point(55, 35); btnClean.Name = "btnClean"; btnClean.Size = new Drawing.Size(50, 20); btnClean.TabIndex = 29; btnClean.Text = "Clean"; btnClean.UseVisualStyleBackColor = true; btnClean.Click += new EventHandler(btnClean_Click); // // btnPasteAll // btnPasteAll.Location = new Drawing.Point(6, 35); btnPasteAll.Name = "btnPasteAll"; btnPasteAll.Size = new Drawing.Size(50, 20); btnPasteAll.TabIndex = 28; btnPasteAll.Text = "Paste"; btnPasteAll.UseVisualStyleBackColor = true; btnPasteAll.Click += new EventHandler(btnPasteAll_Click); // // btnCopyAll // btnCopyAll.Location = new Drawing.Point(6, 54); btnCopyAll.Name = "btnCopyAll"; btnCopyAll.Size = new Drawing.Size(50, 20); btnCopyAll.TabIndex = 27; btnCopyAll.Text = "Copy"; btnCopyAll.UseVisualStyleBackColor = true; btnCopyAll.Click += new EventHandler(btnCopyAll_Click); // // btnClear // btnClear.Location = new Drawing.Point(55, 16); btnClear.Name = "btnClear"; btnClear.Size = new Drawing.Size(50, 20); btnClear.TabIndex = 26; btnClear.Text = "Clear"; btnClear.UseVisualStyleBackColor = true; btnClear.Click += new EventHandler(btnClear_Click); // // btnInsert // btnInsert.Location = new Drawing.Point(55, 54); btnInsert.Name = "btnInsert"; btnInsert.Size = new Drawing.Size(50, 20); btnInsert.TabIndex = 24; btnInsert.Text = "Insert"; btnInsert.UseVisualStyleBackColor = true; btnInsert.Click += new EventHandler(btnInsert_Click); // // SRT0Editor // Controls.Add(grpTransAll); Controls.Add(grpTransform); MinimumSize = new Drawing.Size(483, 78); Name = "SRT0Editor"; Size = new Drawing.Size(483, 78); ctxBox.ResumeLayout(false); grpTransform.ResumeLayout(false); grpTransform.PerformLayout(); grpTransAll.ResumeLayout(false); grpTransAll.PerformLayout(); ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox ExportPaletteGroup; System.Windows.Forms.GroupBox ChrGroup; System.Windows.Forms.Label BitDepthLabel; this.PaletteOutputFile = new System.Windows.Forms.TextBox(); this._exportPalette = new System.Windows.Forms.CheckBox(); this._ignoreDuplicates = new System.Windows.Forms.CheckBox(); this.ChrPipelineOutput = new System.Windows.Forms.ComboBox(); this.OutputFile = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.ChrPipelinePanel = new System.Windows.Forms.Panel(); this.PaletteGroup = new System.Windows.Forms.GroupBox(); this.rgbValue = new System.Windows.Forms.TextBox(); this.PaletteEntries = new Brewmaster.EditorWindows.Images.PaletteEntries(); this._enablePaletteAssignments = new System.Windows.Forms.CheckBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); ExportPaletteGroup = new System.Windows.Forms.GroupBox(); ChrGroup = new System.Windows.Forms.GroupBox(); BitDepthLabel = new System.Windows.Forms.Label(); ExportPaletteGroup.SuspendLayout(); ChrGroup.SuspendLayout(); this.ChrPipelinePanel.SuspendLayout(); this.PaletteGroup.SuspendLayout(); this.SuspendLayout(); // // ExportPaletteGroup // ExportPaletteGroup.Controls.Add(this.PaletteOutputFile); ExportPaletteGroup.Controls.Add(this._exportPalette); ExportPaletteGroup.Dock = System.Windows.Forms.DockStyle.Top; ExportPaletteGroup.Location = new System.Drawing.Point(0, 231); ExportPaletteGroup.Name = "ExportPaletteGroup"; ExportPaletteGroup.Size = new System.Drawing.Size(342, 42); ExportPaletteGroup.TabIndex = 5; ExportPaletteGroup.TabStop = false; ExportPaletteGroup.Text = "Export palette"; // // PaletteOutputFile // this.PaletteOutputFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PaletteOutputFile.Location = new System.Drawing.Point(28, 16); this.PaletteOutputFile.Name = "PaletteOutputFile"; this.PaletteOutputFile.Size = new System.Drawing.Size(308, 20); this.PaletteOutputFile.TabIndex = 1; this.PaletteOutputFile.TextChanged += new System.EventHandler(this.PaletteOutputFile_TextChanged); // // _exportPalette // this._exportPalette.AutoSize = true; this._exportPalette.Location = new System.Drawing.Point(7, 19); this._exportPalette.Name = "_exportPalette"; this._exportPalette.Size = new System.Drawing.Size(15, 14); this._exportPalette.TabIndex = 0; this._exportPalette.UseVisualStyleBackColor = true; this._exportPalette.CheckedChanged += new System.EventHandler(this._exportPalette_CheckedChanged); // // ChrGroup // ChrGroup.Controls.Add(BitDepthLabel); ChrGroup.Controls.Add(this._ignoreDuplicates); ChrGroup.Controls.Add(this.ChrPipelineOutput); ChrGroup.Controls.Add(this.OutputFile); ChrGroup.Dock = System.Windows.Forms.DockStyle.Top; ChrGroup.Location = new System.Drawing.Point(0, 0); ChrGroup.Name = "ChrGroup"; ChrGroup.Size = new System.Drawing.Size(342, 98); ChrGroup.TabIndex = 6; ChrGroup.TabStop = false; ChrGroup.Text = "Tile data (CHR)"; // // BitDepthLabel // BitDepthLabel.AutoSize = true; BitDepthLabel.Location = new System.Drawing.Point(6, 48); BitDepthLabel.Name = "BitDepthLabel"; BitDepthLabel.Size = new System.Drawing.Size(52, 13); BitDepthLabel.TabIndex = 4; BitDepthLabel.Text = "Bit depth:"; // // _ignoreDuplicates // this._ignoreDuplicates.AutoSize = true; this._ignoreDuplicates.Location = new System.Drawing.Point(7, 73); this._ignoreDuplicates.Name = "_ignoreDuplicates"; this._ignoreDuplicates.Size = new System.Drawing.Size(107, 17); this._ignoreDuplicates.TabIndex = 3; this._ignoreDuplicates.Text = "Ignore duplicates"; this._ignoreDuplicates.UseVisualStyleBackColor = true; this._ignoreDuplicates.CheckedChanged += new System.EventHandler(this._ignoreDuplicates_CheckedChanged); // // ChrPipelineOutput // this.ChrPipelineOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ChrPipelineOutput.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ChrPipelineOutput.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ChrPipelineOutput.FormattingEnabled = true; this.ChrPipelineOutput.Items.AddRange(new object[] { "2bpp", "3bpp", "4bpp", "8bpp" }); this.ChrPipelineOutput.Location = new System.Drawing.Point(78, 45); this.ChrPipelineOutput.MinimumSize = new System.Drawing.Size(100, 0); this.ChrPipelineOutput.Name = "ChrPipelineOutput"; this.ChrPipelineOutput.Size = new System.Drawing.Size(258, 21); this.ChrPipelineOutput.TabIndex = 1; this.ChrPipelineOutput.SelectedIndexChanged += new System.EventHandler(this.ChrPipelineOutput_SelectedIndexChanged); // // OutputFile // this.OutputFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OutputFile.Location = new System.Drawing.Point(7, 19); this.OutputFile.MinimumSize = new System.Drawing.Size(150, 0); this.OutputFile.Name = "OutputFile"; this.OutputFile.Size = new System.Drawing.Size(329, 20); this.OutputFile.TabIndex = 2; this.OutputFile.TextChanged += new System.EventHandler(this.OutputFile_TextChanged); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(0, 0); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 21); this.comboBox1.TabIndex = 0; // // ChrPipelinePanel // this.ChrPipelinePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ChrPipelinePanel.AutoSize = true; this.ChrPipelinePanel.Controls.Add(ExportPaletteGroup); this.ChrPipelinePanel.Controls.Add(this.PaletteGroup); this.ChrPipelinePanel.Controls.Add(ChrGroup); this.ChrPipelinePanel.Location = new System.Drawing.Point(0, 0); this.ChrPipelinePanel.Name = "ChrPipelinePanel"; this.ChrPipelinePanel.Size = new System.Drawing.Size(342, 273); this.ChrPipelinePanel.TabIndex = 3; // // PaletteGroup // this.PaletteGroup.AutoSize = true; this.PaletteGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.PaletteGroup.Controls.Add(this.rgbValue); this.PaletteGroup.Controls.Add(this.PaletteEntries); this.PaletteGroup.Controls.Add(this._enablePaletteAssignments); this.PaletteGroup.Dock = System.Windows.Forms.DockStyle.Top; this.PaletteGroup.Location = new System.Drawing.Point(0, 98); this.PaletteGroup.MinimumSize = new System.Drawing.Size(300, 0); this.PaletteGroup.Name = "PaletteGroup"; this.PaletteGroup.Size = new System.Drawing.Size(342, 133); this.PaletteGroup.TabIndex = 5; this.PaletteGroup.TabStop = false; this.PaletteGroup.Text = "Palette assignments"; this.PaletteGroup.Enter += new System.EventHandler(this.PaletteGroup_Enter); // // rgbValue // this.rgbValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rgbValue.Location = new System.Drawing.Point(9, 94); this.rgbValue.Name = "rgbValue"; this.rgbValue.Size = new System.Drawing.Size(327, 20); this.rgbValue.TabIndex = 2; this.rgbValue.Visible = false; // // PaletteEntries // this.PaletteEntries.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PaletteEntries.AutoSize = true; this.PaletteEntries.EnableEdit = false; this.PaletteEntries.Location = new System.Drawing.Point(7, 43); this.PaletteEntries.Name = "PaletteEntries"; this.PaletteEntries.Size = new System.Drawing.Size(329, 26); this.PaletteEntries.TabIndex = 1; // // _enablePaletteAssignments // this._enablePaletteAssignments.AutoSize = true; this._enablePaletteAssignments.Location = new System.Drawing.Point(7, 20); this._enablePaletteAssignments.Name = "_enablePaletteAssignments"; this._enablePaletteAssignments.Size = new System.Drawing.Size(160, 17); this._enablePaletteAssignments.TabIndex = 0; this._enablePaletteAssignments.Text = "Use manual (drag to reorder)"; this._enablePaletteAssignments.UseVisualStyleBackColor = true; this._enablePaletteAssignments.CheckedChanged += new System.EventHandler(this._enablePaletteAssignments_CheckedChanged); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // ChrPipelineSettings // this.AutoSize = true; this.Controls.Add(this.ChrPipelinePanel); this.Name = "ChrPipelineSettings"; this.Size = new System.Drawing.Size(345, 276); ExportPaletteGroup.ResumeLayout(false); ExportPaletteGroup.PerformLayout(); ChrGroup.ResumeLayout(false); ChrGroup.PerformLayout(); this.ChrPipelinePanel.ResumeLayout(false); this.ChrPipelinePanel.PerformLayout(); this.PaletteGroup.ResumeLayout(false); this.PaletteGroup.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { groupCompany = new System.Windows.Forms.GroupBox(); txtTelephone = new System.Windows.Forms.TextBox(); txtAddress2 = new System.Windows.Forms.TextBox(); txtAddress1 = new System.Windows.Forms.TextBox(); txtName = new System.Windows.Forms.TextBox(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); btnSave = new System.Windows.Forms.Button(); btnCancel = new System.Windows.Forms.Button(); groupCompany.SuspendLayout(); SuspendLayout(); // // groupCompany // groupCompany.Controls.Add(txtTelephone); groupCompany.Controls.Add(txtAddress2); groupCompany.Controls.Add(txtAddress1); groupCompany.Controls.Add(txtName); groupCompany.Controls.Add(label3); groupCompany.Controls.Add(label2); groupCompany.Controls.Add(label1); 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); }
/// ------------------------------------------------------------------------------------ /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ------------------------------------------------------------------------------------ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeaderFooterModifyDlg)); System.Windows.Forms.Button m_btnCancel; System.Windows.Forms.Button m_btnHelp; System.Windows.Forms.Panel panel1; System.Windows.Forms.Button m_btnBookName; System.Windows.Forms.ImageList imageList1; System.Windows.Forms.Button m_btnProjectName; System.Windows.Forms.Button m_btnPrintDate; System.Windows.Forms.Button m_btnPageRef; System.Windows.Forms.Button m_btnDivName; System.Windows.Forms.Button m_btnPubTitle; System.Windows.Forms.Button m_btnPageCount; System.Windows.Forms.Button m_btnEndRef; System.Windows.Forms.Button m_btnFirstRef; System.Windows.Forms.Button m_btnPageNumber; System.Windows.Forms.Label m_lblCenterFooter; System.Windows.Forms.Label m_lblCenterHeader; System.Windows.Forms.ToolTip m_headerFooterTips; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; this.m_btnOK = new System.Windows.Forms.Button(); this.m_tbControl = new System.Windows.Forms.TabControl(); this.m_tbFirstPage = new System.Windows.Forms.TabPage(); this.m_pnlTabPage = new System.Windows.Forms.Panel(); this.m_lblRightFooter = new System.Windows.Forms.Label(); this.m_lblLeftFooter = new System.Windows.Forms.Label(); this.m_lblRightHeader = new System.Windows.Forms.Label(); this.m_lblLeftHeader = new System.Windows.Forms.Label(); this.m_pnlHeader = new System.Windows.Forms.Panel(); this.m_pnlFooter = new System.Windows.Forms.Panel(); this.m_tbEvenPage = new System.Windows.Forms.TabPage(); this.m_tbOddPage = new System.Windows.Forms.TabPage(); this.m_txtBoxDescription = new System.Windows.Forms.TextBox(); this.m_txtBoxName = new System.Windows.Forms.TextBox(); m_btnCancel = new System.Windows.Forms.Button(); m_btnHelp = new System.Windows.Forms.Button(); panel1 = new System.Windows.Forms.Panel(); m_btnBookName = new System.Windows.Forms.Button(); imageList1 = new System.Windows.Forms.ImageList(this.components); m_btnProjectName = new System.Windows.Forms.Button(); m_btnPrintDate = new System.Windows.Forms.Button(); m_btnPageRef = new System.Windows.Forms.Button(); m_btnDivName = new System.Windows.Forms.Button(); m_btnPubTitle = new System.Windows.Forms.Button(); m_btnPageCount = new System.Windows.Forms.Button(); m_btnEndRef = new System.Windows.Forms.Button(); m_btnFirstRef = new System.Windows.Forms.Button(); m_btnPageNumber = new System.Windows.Forms.Button(); m_lblCenterFooter = new System.Windows.Forms.Label(); m_lblCenterHeader = new System.Windows.Forms.Label(); m_headerFooterTips = new System.Windows.Forms.ToolTip(this.components); groupBox1 = new System.Windows.Forms.GroupBox(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); this.m_tbControl.SuspendLayout(); this.m_tbFirstPage.SuspendLayout(); this.m_pnlTabPage.SuspendLayout(); panel1.SuspendLayout(); groupBox1.SuspendLayout(); this.SuspendLayout(); // // m_btnOK // resources.ApplyResources(this.m_btnOK, "m_btnOK"); this.m_btnOK.Name = "m_btnOK"; this.m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click); // // m_btnCancel // m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(m_btnCancel, "m_btnCancel"); m_btnCancel.Name = "m_btnCancel"; m_btnCancel.Click += new System.EventHandler(this.m_btnCancel_Click); // // m_btnHelp // resources.ApplyResources(m_btnHelp, "m_btnHelp"); m_btnHelp.Name = "m_btnHelp"; m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click); // // m_tbControl // this.m_tbControl.Controls.Add(this.m_tbFirstPage); this.m_tbControl.Controls.Add(this.m_tbEvenPage); this.m_tbControl.Controls.Add(this.m_tbOddPage); resources.ApplyResources(this.m_tbControl, "m_tbControl"); this.m_tbControl.Name = "m_tbControl"; this.m_tbControl.SelectedIndex = 0; this.m_tbControl.SelectedIndexChanged += new System.EventHandler(this.m_tbControl_SelectedIndexChanged); // // m_tbFirstPage // this.m_tbFirstPage.Controls.Add(this.m_pnlTabPage); resources.ApplyResources(this.m_tbFirstPage, "m_tbFirstPage"); this.m_tbFirstPage.Name = "m_tbFirstPage"; // // m_pnlTabPage // this.m_pnlTabPage.Controls.Add(panel1); this.m_pnlTabPage.Controls.Add(this.m_lblRightFooter); this.m_pnlTabPage.Controls.Add(m_lblCenterFooter); this.m_pnlTabPage.Controls.Add(this.m_lblLeftFooter); this.m_pnlTabPage.Controls.Add(this.m_lblRightHeader); this.m_pnlTabPage.Controls.Add(m_lblCenterHeader); this.m_pnlTabPage.Controls.Add(this.m_lblLeftHeader); this.m_pnlTabPage.Controls.Add(this.m_pnlHeader); this.m_pnlTabPage.Controls.Add(this.m_pnlFooter); resources.ApplyResources(this.m_pnlTabPage, "m_pnlTabPage"); this.m_pnlTabPage.Name = "m_pnlTabPage"; // // panel1 // panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; panel1.Controls.Add(m_btnBookName); panel1.Controls.Add(m_btnProjectName); panel1.Controls.Add(m_btnPrintDate); panel1.Controls.Add(m_btnPageRef); panel1.Controls.Add(m_btnDivName); panel1.Controls.Add(m_btnPubTitle); panel1.Controls.Add(m_btnPageCount); panel1.Controls.Add(m_btnEndRef); panel1.Controls.Add(m_btnFirstRef); panel1.Controls.Add(m_btnPageNumber); resources.ApplyResources(panel1, "panel1"); panel1.Name = "panel1"; // // m_btnBookName // resources.ApplyResources(m_btnBookName, "m_btnBookName"); m_btnBookName.ImageList = imageList1; m_btnBookName.Name = "m_btnBookName"; m_headerFooterTips.SetToolTip(m_btnBookName, resources.GetString("m_btnBookName.ToolTip")); m_btnBookName.Click += new System.EventHandler(this.m_btnBookName_Click); // // imageList1 // imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); imageList1.TransparentColor = System.Drawing.Color.Magenta; imageList1.Images.SetKeyName(0, ""); imageList1.Images.SetKeyName(1, ""); imageList1.Images.SetKeyName(2, ""); imageList1.Images.SetKeyName(3, ""); imageList1.Images.SetKeyName(4, ""); imageList1.Images.SetKeyName(5, ""); imageList1.Images.SetKeyName(6, ""); imageList1.Images.SetKeyName(7, ""); imageList1.Images.SetKeyName(8, ""); imageList1.Images.SetKeyName(9, ""); // // m_btnProjectName // resources.ApplyResources(m_btnProjectName, "m_btnProjectName"); m_btnProjectName.ImageList = imageList1; m_btnProjectName.Name = "m_btnProjectName"; m_headerFooterTips.SetToolTip(m_btnProjectName, resources.GetString("m_btnProjectName.ToolTip")); m_btnProjectName.Click += new System.EventHandler(this.m_btnProjectName_Click); // // m_btnPrintDate // resources.ApplyResources(m_btnPrintDate, "m_btnPrintDate"); m_btnPrintDate.ImageList = imageList1; m_btnPrintDate.Name = "m_btnPrintDate"; m_headerFooterTips.SetToolTip(m_btnPrintDate, resources.GetString("m_btnPrintDate.ToolTip")); m_btnPrintDate.Click += new System.EventHandler(this.m_btnPrintDate_Click); // // m_btnPageRef // resources.ApplyResources(m_btnPageRef, "m_btnPageRef"); m_btnPageRef.ImageList = imageList1; m_btnPageRef.Name = "m_btnPageRef"; m_headerFooterTips.SetToolTip(m_btnPageRef, resources.GetString("m_btnPageRef.ToolTip")); m_btnPageRef.Click += new System.EventHandler(this.m_btnPageRef_Click); // // m_btnDivName // resources.ApplyResources(m_btnDivName, "m_btnDivName"); m_btnDivName.ImageList = imageList1; m_btnDivName.Name = "m_btnDivName"; m_headerFooterTips.SetToolTip(m_btnDivName, resources.GetString("m_btnDivName.ToolTip")); m_btnDivName.Click += new System.EventHandler(this.m_btnDivName_Click); // // m_btnPubTitle // resources.ApplyResources(m_btnPubTitle, "m_btnPubTitle"); m_btnPubTitle.ImageList = imageList1; m_btnPubTitle.Name = "m_btnPubTitle"; m_headerFooterTips.SetToolTip(m_btnPubTitle, resources.GetString("m_btnPubTitle.ToolTip")); m_btnPubTitle.Click += new System.EventHandler(this.m_btnPubTitle_Click); // // m_btnPageCount // resources.ApplyResources(m_btnPageCount, "m_btnPageCount"); m_btnPageCount.ImageList = imageList1; m_btnPageCount.Name = "m_btnPageCount"; m_headerFooterTips.SetToolTip(m_btnPageCount, resources.GetString("m_btnPageCount.ToolTip")); m_btnPageCount.Click += new System.EventHandler(this.m_btnPageCount_Click); // // m_btnEndRef // resources.ApplyResources(m_btnEndRef, "m_btnEndRef"); m_btnEndRef.ImageList = imageList1; m_btnEndRef.Name = "m_btnEndRef"; m_headerFooterTips.SetToolTip(m_btnEndRef, resources.GetString("m_btnEndRef.ToolTip")); m_btnEndRef.Click += new System.EventHandler(this.m_btnEndRef_Click); // // m_btnFirstRef // resources.ApplyResources(m_btnFirstRef, "m_btnFirstRef"); m_btnFirstRef.ImageList = imageList1; m_btnFirstRef.Name = "m_btnFirstRef"; m_headerFooterTips.SetToolTip(m_btnFirstRef, resources.GetString("m_btnFirstRef.ToolTip")); m_btnFirstRef.Click += new System.EventHandler(this.m_btnFirstRef_Click); // // m_btnPageNumber // resources.ApplyResources(m_btnPageNumber, "m_btnPageNumber"); m_btnPageNumber.ImageList = imageList1; m_btnPageNumber.Name = "m_btnPageNumber"; m_headerFooterTips.SetToolTip(m_btnPageNumber, resources.GetString("m_btnPageNumber.ToolTip")); m_btnPageNumber.Click += new System.EventHandler(this.m_btnPageNumber_Click); // // m_lblRightFooter // resources.ApplyResources(this.m_lblRightFooter, "m_lblRightFooter"); this.m_lblRightFooter.Name = "m_lblRightFooter"; // // m_lblCenterFooter // resources.ApplyResources(m_lblCenterFooter, "m_lblCenterFooter"); m_lblCenterFooter.Name = "m_lblCenterFooter"; // // 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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { ComponentResourceManager resources = new ComponentResourceManager(typeof(GUI)); inputGroupBox = new GroupBox(); pointDy = new TextBox(); pointDx = new TextBox(); pointCy = new TextBox(); pointCx = new TextBox(); pointBy = new TextBox(); pointBx = new TextBox(); pointAy = new TextBox(); pointAx = new TextBox(); labelD = new Label(); labelC = new Label(); labelB = new Label(); labelA = new Label(); pictureBox = new PictureBox(); clearButton = new Button(); startButton = new Button(); trackBar = new TrackBar(); fileToolStripMenuItem = new ToolStripMenuItem(); exitToolStripMenuItem = new ToolStripMenuItem(); menuStrip = new MenuStrip(); resultGroupBox = new GroupBox(); resultTextBox = new TextBox(); scaleGroupBox = new GroupBox(); inputGroupBox.SuspendLayout(); ((ISupportInitialize)(pictureBox)).BeginInit(); ((ISupportInitialize)(trackBar)).BeginInit(); menuStrip.SuspendLayout(); resultGroupBox.SuspendLayout(); scaleGroupBox.SuspendLayout(); SuspendLayout(); // // inputGroupBox // inputGroupBox.Controls.Add(pointDy); inputGroupBox.Controls.Add(pointDx); inputGroupBox.Controls.Add(pointCy); inputGroupBox.Controls.Add(pointCx); inputGroupBox.Controls.Add(pointBy); inputGroupBox.Controls.Add(pointBx); inputGroupBox.Controls.Add(pointAy); inputGroupBox.Controls.Add(pointAx); inputGroupBox.Controls.Add(labelD); inputGroupBox.Controls.Add(labelC); inputGroupBox.Controls.Add(labelB); inputGroupBox.Controls.Add(labelA); inputGroupBox.Location = new Point(453, 53); inputGroupBox.Name = "inputGroupBox"; inputGroupBox.Size = new Size(234, 231); inputGroupBox.TabIndex = 0; inputGroupBox.TabStop = false; inputGroupBox.Text = "Input data"; // // pointDy // pointDy.Location = new Point(155, 190); pointDy.MaxLength = 5; pointDy.Name = "pointDy"; pointDy.Size = new Size(62, 26); pointDy.TabIndex = 13; pointDy.Text = "0"; pointDy.TextAlign = HorizontalAlignment.Center; // // pointDx // pointDx.Location = new Point(74, 190); pointDx.MaxLength = 5; pointDx.Name = "pointDx"; pointDx.Size = new Size(62, 26); pointDx.TabIndex = 12; pointDx.Text = "0"; pointDx.TextAlign = HorizontalAlignment.Center; // // pointCy // pointCy.Location = new Point(155, 140); pointCy.MaxLength = 5; pointCy.Name = "pointCy"; pointCy.Size = new Size(62, 26); pointCy.TabIndex = 11; pointCy.Text = "0"; pointCy.TextAlign = HorizontalAlignment.Center; // // pointCx // pointCx.Location = new Point(74, 140); pointCx.MaxLength = 5; pointCx.Name = "pointCx"; pointCx.Size = new Size(62, 26); pointCx.TabIndex = 10; pointCx.Text = "0"; pointCx.TextAlign = HorizontalAlignment.Center; // // pointBy // pointBy.Location = new Point(155, 90); pointBy.MaxLength = 5; pointBy.Name = "pointBy"; pointBy.Size = new Size(62, 26); pointBy.TabIndex = 9; pointBy.Text = "0"; pointBy.TextAlign = HorizontalAlignment.Center; // // pointBx // pointBx.Location = new Point(74, 90); pointBx.MaxLength = 5; pointBx.Name = "pointBx"; pointBx.Size = new Size(62, 26); pointBx.TabIndex = 8; pointBx.Text = "0"; pointBx.TextAlign = HorizontalAlignment.Center; // // pointAy // pointAy.Location = new Point(155, 40); pointAy.MaxLength = 5; pointAy.Name = "pointAy"; pointAy.Size = new Size(62, 26); pointAy.TabIndex = 7; pointAy.Text = "0"; pointAy.TextAlign = HorizontalAlignment.Center; // // pointAx // pointAx.Location = new Point(74, 40); pointAx.MaxLength = 5; pointAx.Name = "pointAx"; pointAx.Size = new Size(62, 26); pointAx.TabIndex = 6; pointAx.Text = "0"; pointAx.TextAlign = HorizontalAlignment.Center; // // labelD // labelD.AutoSize = true; labelD.Location = new Point(14, 193); labelD.Name = "labelD"; labelD.Size = new Size(21, 20); labelD.TabIndex = 3; labelD.Text = "D"; // // labelC // labelC.AutoSize = true; labelC.Location = new Point(15, 143); labelC.Name = "labelC"; labelC.Size = new Size(20, 20); labelC.TabIndex = 2; labelC.Text = "C"; // // labelB // labelB.AutoSize = true; labelB.Location = new Point(15, 93); labelB.Name = "labelB"; labelB.Size = new Size(20, 20); labelB.TabIndex = 1; labelB.Text = "B"; // // labelA // labelA.AutoSize = true; labelA.Location = new Point(15, 43); labelA.Name = "labelA"; labelA.Size = new Size(20, 20); labelA.TabIndex = 0; labelA.Text = "A"; // // pictureBox // pictureBox.Location = new Point(12, 53); pictureBox.Name = "pictureBox"; pictureBox.Size = new Size(425, 425); pictureBox.TabIndex = 1; pictureBox.TabStop = false; // // clearButton // clearButton.Location = new Point(453, 414); clearButton.Name = "clearButton"; clearButton.Size = new Size(107, 64); clearButton.TabIndex = 2; clearButton.Text = "Clear"; clearButton.UseVisualStyleBackColor = true; clearButton.Click += new EventHandler(clearButton_Click); // // startButton // startButton.Location = new Point(578, 416); startButton.Name = "startButton"; startButton.Size = new Size(109, 64); startButton.TabIndex = 3; startButton.Text = "Start"; startButton.UseVisualStyleBackColor = true; startButton.Click += new EventHandler(startButton_Click); // // trackBar // trackBar.Location = new Point(6, 25); trackBar.Minimum = 1; trackBar.Name = "trackBar"; trackBar.Size = new Size(222, 69); trackBar.TabIndex = 16; trackBar.Value = 5; trackBar.Scroll += new EventHandler(trackBar_Scroll); // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new Size(50, 29); fileToolStripMenuItem.Text = "File"; // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new Size(124, 30); exitToolStripMenuItem.Text = "Exit"; exitToolStripMenuItem.Click += new EventHandler(exitToolStripMenuItem_Click); // // menuStrip // menuStrip.ImageScalingSize = new Size(24, 24); menuStrip.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem}); menuStrip.Location = new Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new Size(701, 33); menuStrip.TabIndex = 5; // // resultGroupBox // resultGroupBox.Controls.Add(resultTextBox); resultGroupBox.Location = new Point(12, 497); resultGroupBox.Name = "resultGroupBox"; resultGroupBox.Size = new Size(675, 79); resultGroupBox.TabIndex = 6; resultGroupBox.TabStop = false; resultGroupBox.Text = "Result"; // // resultTextBox // resultTextBox.Enabled = false; resultTextBox.Location = new Point(15, 36); resultTextBox.Name = "resultTextBox"; resultTextBox.Size = new Size(643, 26); resultTextBox.TabIndex = 0; // // scaleGroupBox // scaleGroupBox.Controls.Add(trackBar); scaleGroupBox.Location = new Point(455, 299); scaleGroupBox.Name = "scaleGroupBox"; scaleGroupBox.Size = new Size(234, 100); scaleGroupBox.TabIndex = 17; scaleGroupBox.TabStop = false; scaleGroupBox.Text = "Scale"; // // GUI // AutoScaleDimensions = new SizeF(9F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(701, 588); Controls.Add(scaleGroupBox); Controls.Add(resultGroupBox); Controls.Add(menuStrip); Controls.Add(startButton); Controls.Add(clearButton); Controls.Add(pictureBox); Controls.Add(inputGroupBox); Icon = ((Icon)(resources.GetObject("$this.Icon"))); MainMenuStrip = menuStrip; MaximizeBox = false; MaximumSize = new Size(723, 644); MinimizeBox = false; MinimumSize = new Size(723, 644); Name = "GUI"; Text = "Geometry"; inputGroupBox.ResumeLayout(false); inputGroupBox.PerformLayout(); ((ISupportInitialize)(pictureBox)).EndInit(); ((ISupportInitialize)(trackBar)).EndInit(); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); resultGroupBox.ResumeLayout(false); resultGroupBox.PerformLayout(); scaleGroupBox.ResumeLayout(false); scaleGroupBox.PerformLayout(); ResumeLayout(false); PerformLayout(); }
private void InitializeComponent() { label3 = new Label(); numPosZ = new NumericInputBox(); label2 = new Label(); numPosY = new NumericInputBox(); label1 = new Label(); numPosX = new NumericInputBox(); groupBox1 = new GroupBox(); groupBox2 = new GroupBox(); numNormZ = new NumericInputBox(); label4 = new Label(); numNormX = new NumericInputBox(); label5 = new Label(); label6 = new Label(); numNormY = new NumericInputBox(); groupBox4 = new GroupBox(); colorBox = new Label(); colorIndex = new ComboBox(); btnAverage = new Button(); label7 = new Label(); comboBox1 = new ComboBox(); label8 = new Label(); groupBox1.SuspendLayout(); groupBox2.SuspendLayout(); groupBox4.SuspendLayout(); SuspendLayout(); // // label3 // label3.BorderStyle = BorderStyle.FixedSingle; label3.Location = new Drawing.Point(6, 54); label3.Name = "label3"; label3.Size = new Drawing.Size(22, 20); label3.TabIndex = 7; label3.Text = "Z: "; label3.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // numPosZ // numPosZ.BorderStyle = BorderStyle.FixedSingle; numPosZ.Integral = false; numPosZ.Location = new Drawing.Point(27, 54); numPosZ.MaximumValue = 3.402823E+38F; numPosZ.MinimumValue = -3.402823E+38F; numPosZ.Name = "numPosZ"; numPosZ.Size = new Drawing.Size(78, 20); numPosZ.TabIndex = 6; numPosZ.Text = "0"; numPosZ.ValueChanged += new EventHandler(numPosZ_TextChanged); // // label2 // label2.BorderStyle = BorderStyle.FixedSingle; label2.Location = new Drawing.Point(6, 35); label2.Name = "label2"; label2.Size = new Drawing.Size(22, 20); label2.TabIndex = 5; label2.Text = "Y: "; label2.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // numPosY // numPosY.BorderStyle = BorderStyle.FixedSingle; numPosY.Integral = false; numPosY.Location = new Drawing.Point(27, 35); numPosY.MaximumValue = 3.402823E+38F; numPosY.MinimumValue = -3.402823E+38F; numPosY.Name = "numPosY"; numPosY.Size = new Drawing.Size(78, 20); numPosY.TabIndex = 4; numPosY.Text = "0"; numPosY.ValueChanged += new EventHandler(numPosY_TextChanged); // // label1 // label1.BorderStyle = BorderStyle.FixedSingle; label1.Location = new Drawing.Point(6, 16); label1.Name = "label1"; label1.Size = new Drawing.Size(22, 20); label1.TabIndex = 3; label1.Text = "X: "; label1.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // numPosX // numPosX.BorderStyle = BorderStyle.FixedSingle; numPosX.Integral = false; numPosX.Location = new Drawing.Point(27, 16); numPosX.MaximumValue = 3.402823E+38F; numPosX.MinimumValue = -3.402823E+38F; numPosX.Name = "numPosX"; numPosX.Size = new Drawing.Size(78, 20); numPosX.TabIndex = 0; numPosX.Text = "0"; numPosX.ValueChanged += new EventHandler(numPosX_TextChanged); // // groupBox1 // groupBox1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; groupBox1.Controls.Add(numPosZ); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(numPosX); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(numPosY); groupBox1.Enabled = false; groupBox1.Location = new Drawing.Point(3, 3); groupBox1.Name = "groupBox1"; groupBox1.Size = new Drawing.Size(111, 82); groupBox1.TabIndex = 8; groupBox1.TabStop = false; groupBox1.Text = "Position"; // // groupBox2 // groupBox2.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; groupBox2.Controls.Add(numNormZ); groupBox2.Controls.Add(label4); groupBox2.Controls.Add(numNormX); groupBox2.Controls.Add(label5); groupBox2.Controls.Add(label6); groupBox2.Controls.Add(numNormY); groupBox2.Location = new Drawing.Point(231, 3); groupBox2.Name = "groupBox2"; groupBox2.Size = new Drawing.Size(111, 82); groupBox2.TabIndex = 9; groupBox2.TabStop = false; groupBox2.Text = "Normal"; groupBox2.Visible = false; // // numNormZ // numNormZ.BorderStyle = BorderStyle.FixedSingle; numNormZ.Integral = false; numNormZ.Location = new Drawing.Point(27, 54); numNormZ.MaximumValue = 3.402823E+38F; numNormZ.MinimumValue = -3.402823E+38F; numNormZ.Name = "numNormZ"; numNormZ.Size = new Drawing.Size(78, 20); numNormZ.TabIndex = 6; numNormZ.Text = "0"; numNormZ.ValueChanged += new EventHandler(numNormZ_ValueChanged); // // label4 // label4.BorderStyle = BorderStyle.FixedSingle; label4.Location = new Drawing.Point(6, 54); label4.Name = "label4"; label4.Size = new Drawing.Size(22, 20); label4.TabIndex = 7; label4.Text = "Z: "; label4.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // numNormX // numNormX.BorderStyle = BorderStyle.FixedSingle; numNormX.Integral = false; numNormX.Location = new Drawing.Point(27, 16); numNormX.MaximumValue = 3.402823E+38F; numNormX.MinimumValue = -3.402823E+38F; numNormX.Name = "numNormX"; numNormX.Size = new Drawing.Size(78, 20); numNormX.TabIndex = 0; numNormX.Text = "0"; numNormX.ValueChanged += new EventHandler(numNormX_ValueChanged); // // label5 // label5.BorderStyle = BorderStyle.FixedSingle; label5.Location = new Drawing.Point(6, 16); label5.Name = "label5"; label5.Size = new Drawing.Size(22, 20); label5.TabIndex = 3; label5.Text = "X: "; label5.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // label6 // label6.BorderStyle = BorderStyle.FixedSingle; label6.Location = new Drawing.Point(6, 35); label6.Name = "label6"; label6.Size = new Drawing.Size(22, 20); label6.TabIndex = 5; label6.Text = "Y: "; label6.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // numNormY // numNormY.BorderStyle = BorderStyle.FixedSingle; numNormY.Integral = false; numNormY.Location = new Drawing.Point(27, 35); numNormY.MaximumValue = 3.402823E+38F; numNormY.MinimumValue = -3.402823E+38F; numNormY.Name = "numNormY"; numNormY.Size = new Drawing.Size(78, 20); numNormY.TabIndex = 4; numNormY.Text = "0"; numNormY.ValueChanged += new EventHandler(numNormY_ValueChanged); // // groupBox4 // groupBox4.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; groupBox4.Controls.Add(colorBox); groupBox4.Controls.Add(colorIndex); groupBox4.Location = new Drawing.Point(348, 3); groupBox4.Name = "groupBox4"; groupBox4.Size = new Drawing.Size(111, 82); groupBox4.TabIndex = 11; groupBox4.TabStop = false; groupBox4.Text = "Color"; groupBox4.Visible = false; // // colorBox // colorBox.Anchor = AnchorStyles.Top | AnchorStyles.Right; colorBox.BorderStyle = BorderStyle.FixedSingle; colorBox.Cursor = Cursors.Hand; colorBox.Location = new Drawing.Point(6, 36); colorBox.Name = "colorBox"; colorBox.Size = new Drawing.Size(99, 38); colorBox.TabIndex = 12; colorBox.DoubleClick += new EventHandler(colorBox_Click); // // colorIndex // colorIndex.DropDownStyle = ComboBoxStyle.DropDownList; colorIndex.FormattingEnabled = true; colorIndex.Items.AddRange(new object[] { "Color 0", "Color 1" }); colorIndex.Location = new Drawing.Point(6, 14); colorIndex.Name = "colorIndex"; colorIndex.Size = new Drawing.Size(99, 21); colorIndex.TabIndex = 7; colorIndex.SelectedIndexChanged += new EventHandler(colorIndex_SelectedIndexChanged); // // btnAverage // btnAverage.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; btnAverage.Enabled = false; btnAverage.Location = new Drawing.Point(120, 54); btnAverage.Name = "btnAverage"; btnAverage.Size = new Drawing.Size(105, 23); btnAverage.TabIndex = 12; btnAverage.Text = "Average"; btnAverage.UseVisualStyleBackColor = true; btnAverage.Click += new EventHandler(btnAverage_Click); // // label7 // label7.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; label7.AutoSize = true; label7.Location = new Drawing.Point(120, 38); label7.Name = "label7"; label7.Size = new Drawing.Size(104, 13); label7.TabIndex = 13; label7.Text = "No vertices selected"; // // comboBox1 // comboBox1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; comboBox1.DropDownStyle = ComboBoxStyle.DropDownList; comboBox1.FormattingEnabled = true; comboBox1.Location = new Drawing.Point(98, -22); comboBox1.Name = "comboBox1"; comboBox1.Size = new Drawing.Size(121, 21); comboBox1.TabIndex = 14; // // label8 // label8.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; label8.AutoSize = true; label8.Location = new Drawing.Point(6, -19); label8.Name = "label8"; label8.Size = new Drawing.Size(86, 13); label8.TabIndex = 15; label8.Text = "Facepoint Index:"; // // VertexEditor // Controls.Add(label8); Controls.Add(comboBox1); Controls.Add(label7); Controls.Add(btnAverage); Controls.Add(groupBox4); Controls.Add(groupBox2); Controls.Add(groupBox1); MinimumSize = new Drawing.Size(230, 85); Name = "VertexEditor"; Size = new Drawing.Size(230, 85); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); groupBox4.ResumeLayout(false); ResumeLayout(false); PerformLayout(); }
public void pruebaGroupbox() { gb_compra.Visible = false; gb_cliente.Visible = false; gb_pago.Visible = false; Label label_a = new System.Windows.Forms.Label(); Label label_cod_compra = new System.Windows.Forms.Label(); Label label_b = new System.Windows.Forms.Label(); Label label_fecha_compra = new System.Windows.Forms.Label(); Label label_c = new System.Windows.Forms.Label(); Label label_cli_compra = new System.Windows.Forms.Label(); Label label_d = new System.Windows.Forms.Label(); Label label_importe_compra = new System.Windows.Forms.Label(); GroupBox gb_detalle_compra = new System.Windows.Forms.GroupBox(); Panel panel_pasajes = new System.Windows.Forms.Panel(); Label label_e = new System.Windows.Forms.Label(); Label label_f = new System.Windows.Forms.Label(); Panel panel_encomiendas = new System.Windows.Forms.Panel(); panel_pasajes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; panel_encomiendas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; gb_detalle_compra.SuspendLayout(); this.SuspendLayout(); // // label_a // label_a.AutoSize = true; label_a.Location = new System.Drawing.Point(24, 27); label_a.Name = "label_a"; label_a.Size = new System.Drawing.Size(97, 13); label_a.TabIndex = 4; label_a.Text = "Código de Compra:"; // // label_cod_compra // label_cod_compra.AutoSize = true; label_cod_compra.ForeColor = System.Drawing.Color.Green; label_cod_compra.Location = new System.Drawing.Point(126, 27); label_cod_compra.Name = "label_cod_compra"; label_cod_compra.Size = new System.Drawing.Size(10, 13); label_cod_compra.TabIndex = 5; label_cod_compra.Text = "-"; // // label_b // label_b.AutoSize = true; label_b.Location = new System.Drawing.Point(265, 27); label_b.Name = "label_b"; label_b.Size = new System.Drawing.Size(40, 13); label_b.TabIndex = 6; label_b.Text = "Fecha:"; // // label_fecha_compra // label_fecha_compra.AutoSize = true; label_fecha_compra.ForeColor = System.Drawing.Color.Green; label_fecha_compra.Location = new System.Drawing.Point(308, 27); label_fecha_compra.Name = "label_fecha_compra"; label_fecha_compra.Size = new System.Drawing.Size(10, 13); label_fecha_compra.TabIndex = 7; label_fecha_compra.Text = "-"; // // label_c // label_c.AutoSize = true; label_c.Location = new System.Drawing.Point(412, 27); label_c.Name = "label_c"; label_c.Size = new System.Drawing.Size(42, 13); label_c.TabIndex = 12; label_c.Text = "Cliente:"; // // label_cli_compra // label_cli_compra.AutoSize = true; label_cli_compra.ForeColor = System.Drawing.Color.Green; label_cli_compra.Location = new System.Drawing.Point(460, 27); label_cli_compra.Name = "label_cli_compra"; label_cli_compra.Size = new System.Drawing.Size(10, 13); label_cli_compra.TabIndex = 13; label_cli_compra.Text = "-"; // // label_d // label_d.AutoSize = true; label_d.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label_d.Location = new System.Drawing.Point(24, 56); label_d.Name = "label_d"; label_d.Size = new System.Drawing.Size(53, 13); label_d.TabIndex = 18; label_d.Text = "Importe:"; // // label_importe_compra // label_importe_compra.AutoSize = true; label_importe_compra.ForeColor = System.Drawing.Color.Green; label_importe_compra.Location = new System.Drawing.Point(83, 56); label_importe_compra.Name = "label_importe_compra"; label_importe_compra.Size = new System.Drawing.Size(10, 13); label_importe_compra.TabIndex = 19; label_importe_compra.Text = "-"; // // gb_detalle_compra // gb_detalle_compra.Controls.Add(label_f); gb_detalle_compra.Controls.Add(panel_encomiendas); gb_detalle_compra.Controls.Add(label_e); gb_detalle_compra.Controls.Add(panel_pasajes); gb_detalle_compra.Controls.Add(label_importe_compra); gb_detalle_compra.Controls.Add(label_d); gb_detalle_compra.Controls.Add(label_cli_compra); gb_detalle_compra.Controls.Add(label_c); gb_detalle_compra.Controls.Add(label_fecha_compra); gb_detalle_compra.Controls.Add(label_b); gb_detalle_compra.Controls.Add(label_cod_compra); gb_detalle_compra.Controls.Add(label_a); gb_detalle_compra.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); gb_detalle_compra.ForeColor = System.Drawing.SystemColors.ControlDarkDark; gb_detalle_compra.Location = new System.Drawing.Point(24, 12); gb_detalle_compra.Name = "gb_detalle_compra"; gb_detalle_compra.Size = new System.Drawing.Size(669, 443); gb_detalle_compra.TabIndex = 9; gb_detalle_compra.TabStop = false; gb_detalle_compra.Text = "Detalle de la Compra"; // // panel_pasajes // panel_pasajes.Location = new System.Drawing.Point(27, 122); panel_pasajes.Name = "panel_pasajes"; panel_pasajes.Size = new System.Drawing.Size(612, 133); panel_pasajes.TabIndex = 20; // // label_e // label_e.AutoSize = true; label_e.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label_e.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; label_e.Location = new System.Drawing.Point(26, 102); label_e.Name = "label_e"; label_e.Size = new System.Drawing.Size(51, 13); label_e.TabIndex = 21; label_e.Text = "Pasajes"; // // label_f // label_f.AutoSize = true; label_f.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label_f.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; label_f.Location = new System.Drawing.Point(26, 265); label_f.Name = "label_f"; label_f.Size = new System.Drawing.Size(82, 13); label_f.TabIndex = 23; label_f.Text = "Encomiendas"; // // panel_encomiendas // panel_encomiendas.Location = new System.Drawing.Point(27, 285); panel_encomiendas.Name = "panel_encomiendas"; panel_encomiendas.Size = new System.Drawing.Size(612, 133); panel_encomiendas.TabIndex = 22; // // Funciones // panel_pasajes.AutoScroll = true; panel_encomiendas.AutoScroll = true; /*inicio - pongo los datos en pantalla*/ label_cod_compra.Text = "3048308509"; label_fecha_compra.Text = "12/07/2013"; label_cli_compra.Text = "Pedro León (35031643)"; label_importe_compra.Text = "$1203.84"; //cargo panel pasajes Label lab_head_cod = new System.Windows.Forms.Label(); lab_head_cod.Location = new System.Drawing.Point(25, 1); lab_head_cod.Size = new System.Drawing.Size(46, 13); lab_head_cod.ForeColor = System.Drawing.Color.Indigo; lab_head_cod.Text = "Código"; Label lab_head_pas = new System.Windows.Forms.Label(); lab_head_pas.Location = new System.Drawing.Point(175, 1); lab_head_pas.Size = new System.Drawing.Size(50, 13); lab_head_pas.ForeColor = System.Drawing.Color.Indigo; lab_head_pas.Text = "Pasajero"; Label lab_head_but = new System.Windows.Forms.Label(); lab_head_but.Location = new System.Drawing.Point(400, 1); lab_head_but.Size = new System.Drawing.Size(50, 13); lab_head_but.ForeColor = System.Drawing.Color.Indigo; lab_head_but.Text = "Butaca"; Label lab_head_precio = new System.Windows.Forms.Label(); lab_head_precio.Location = new System.Drawing.Point(530, 1); lab_head_precio.Size = new System.Drawing.Size(50, 13); lab_head_precio.ForeColor = System.Drawing.Color.Indigo; lab_head_precio.Text = "Precio"; panel_pasajes.Controls.Add(lab_head_cod); panel_pasajes.Controls.Add(lab_head_pas); panel_pasajes.Controls.Add(lab_head_but); panel_pasajes.Controls.Add(lab_head_precio); int heig = 20; for (int i = 0; i < 8; i++) { 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 = "72583899"; panel_pasajes.Controls.Add(label_cod_pasaje); Label label_pasajero_pasaje = new System.Windows.Forms.Label(); label_pasajero_pasaje.Location = new System.Drawing.Point(110, heig); label_pasajero_pasaje.Size = new System.Drawing.Size(230, 13); label_pasajero_pasaje.Text = "Pedro Leon (35031643)"; Label label_butaca_pasaje = new System.Windows.Forms.Label(); label_butaca_pasaje.Location = new System.Drawing.Point(355, heig); label_butaca_pasaje.Size = new System.Drawing.Size(150, 13); label_butaca_pasaje.Text = "Nro: 10 - Ventanilla - Piso: 2"; Label label_precio_pasaje = new System.Windows.Forms.Label(); label_precio_pasaje.Location = new System.Drawing.Point(524, heig); label_precio_pasaje.Size = new System.Drawing.Size(50, 13); label_precio_pasaje.Text = "$1203.03"; 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; for (int i = 0; i < 8; i++) { 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 = "72583899"; Label label_pasajero_enco = new System.Windows.Forms.Label(); label_pasajero_enco.Location = new System.Drawing.Point(110, heig); label_pasajero_enco.Size = new System.Drawing.Size(280, 13); label_pasajero_enco.Text = "DE LAS MERCEDES Valenzuela (35031643)"; 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 = "183"; 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 = "$1833.45"; 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); }
private void InitializeComponent() { components = new Container(); btnOkay = new Button(); btnCancel = new Button(); txtPath = new TextBox(); btnBrowse = new Button(); lblOffsetValue = new Label(); lblOffsetDesc = new Label(); lblNameValue = new Label(); lblSizeValue = new Label(); lblSizeDesc = new Label(); pnlInfo = new Panel(); groupBox1 = new GroupBox(); lblIDValue = new Label(); lblIDDesc = new Label(); panel4 = new Panel(); pnlEdit = new Panel(); groupBox2 = new GroupBox(); itemSelection = new ComboBox(); lblItemDesc = new Label(); label3 = new Label(); lblCurrentStage = new Label(); lblNewStageDesc = new Label(); stageSelection = new ComboBox(); lblCurrentStageDesc = new Label(); panel3 = new Panel(); dlgOpen = new OpenFileDialog(); tmrUpdate = new Timer(components); pnlInfo.SuspendLayout(); groupBox1.SuspendLayout(); panel4.SuspendLayout(); pnlEdit.SuspendLayout(); groupBox2.SuspendLayout(); panel3.SuspendLayout(); SuspendLayout(); // // btnOkay // btnOkay.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; btnOkay.Enabled = false; btnOkay.Location = new Drawing.Point(3, 3); btnOkay.Name = "btnOkay"; btnOkay.Size = new Drawing.Size(75, 23); btnOkay.TabIndex = 0; btnOkay.Text = "Okay"; btnOkay.UseVisualStyleBackColor = true; btnOkay.Click += btnOkay_Click; // // btnCancel // btnCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; btnCancel.Location = new Drawing.Point(80, 3); btnCancel.Name = "btnCancel"; btnCancel.Size = new Drawing.Size(75, 23); btnCancel.TabIndex = 1; btnCancel.Text = "Cancel"; btnCancel.UseVisualStyleBackColor = true; btnCancel.Click += btnCancel_Click; // // txtPath // txtPath.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; txtPath.Location = new Drawing.Point(0, 0); txtPath.Name = "txtPath"; txtPath.ReadOnly = true; txtPath.Size = new Drawing.Size(222, 20); txtPath.TabIndex = 2; // // btnBrowse // btnBrowse.Anchor = AnchorStyles.Top | AnchorStyles.Right; btnBrowse.Location = new Drawing.Point(227, 0); btnBrowse.Name = "btnBrowse"; btnBrowse.Size = new Drawing.Size(25, 20); btnBrowse.TabIndex = 3; btnBrowse.Text = "..."; btnBrowse.UseVisualStyleBackColor = true; btnBrowse.Click += btnBrowse_Click; // // lblOffsetValue // lblOffsetValue.Location = new Drawing.Point(56, 56); lblOffsetValue.Name = "lblOffsetValue"; lblOffsetValue.Size = new Drawing.Size(96, 20); lblOffsetValue.TabIndex = 5; lblOffsetValue.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // lblOffsetDesc // lblOffsetDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold, Drawing.GraphicsUnit.Point, 0); lblOffsetDesc.Location = new Drawing.Point(6, 56); lblOffsetDesc.Name = "lblOffsetDesc"; lblOffsetDesc.Size = new Drawing.Size(48, 20); lblOffsetDesc.TabIndex = 4; lblOffsetDesc.Text = "Offset:"; lblOffsetDesc.TextAlign = Drawing.ContentAlignment.MiddleRight; // // lblNameValue // lblNameValue.Font = new Drawing.Font("Lucida Console", 8.25F, Drawing.FontStyle.Regular, Drawing.GraphicsUnit.Point, 0); lblNameValue.Location = new Drawing.Point(7, 16); lblNameValue.Name = "lblNameValue"; lblNameValue.Size = new Drawing.Size(145, 20); lblNameValue.TabIndex = 3; lblNameValue.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // lblSizeValue // lblSizeValue.Location = new Drawing.Point(56, 36); lblSizeValue.Name = "lblSizeValue"; lblSizeValue.Size = new Drawing.Size(96, 20); lblSizeValue.TabIndex = 1; lblSizeValue.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // lblSizeDesc // lblSizeDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold, Drawing.GraphicsUnit.Point, 0); lblSizeDesc.Location = new Drawing.Point(6, 36); lblSizeDesc.Name = "lblSizeDesc"; lblSizeDesc.Size = new Drawing.Size(48, 20); lblSizeDesc.TabIndex = 0; lblSizeDesc.Text = "Size:"; lblSizeDesc.TextAlign = Drawing.ContentAlignment.MiddleRight; // // pnlInfo // pnlInfo.Controls.Add(groupBox1); pnlInfo.Controls.Add(panel4); pnlInfo.Dock = DockStyle.Right; pnlInfo.Location = new Drawing.Point(256, 0); pnlInfo.Name = "pnlInfo"; pnlInfo.Size = new Drawing.Size(158, 132); pnlInfo.TabIndex = 9; // // groupBox1 // groupBox1.Controls.Add(lblIDValue); groupBox1.Controls.Add(lblIDDesc); groupBox1.Controls.Add(lblOffsetValue); groupBox1.Controls.Add(lblOffsetDesc); groupBox1.Controls.Add(lblNameValue); groupBox1.Controls.Add(lblSizeValue); groupBox1.Controls.Add(lblSizeDesc); groupBox1.Dock = DockStyle.Fill; groupBox1.Location = new Drawing.Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new Drawing.Size(158, 103); groupBox1.TabIndex = 5; groupBox1.TabStop = false; groupBox1.Text = "File Info"; // // lblIDValue // lblIDValue.Location = new Drawing.Point(56, 76); lblIDValue.Name = "lblIDValue"; lblIDValue.Size = new Drawing.Size(96, 20); lblIDValue.TabIndex = 7; lblIDValue.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // lblIDDesc // lblIDDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold, Drawing.GraphicsUnit.Point, 0); lblIDDesc.Location = new Drawing.Point(6, 76); lblIDDesc.Name = "lblIDDesc"; lblIDDesc.Size = new Drawing.Size(48, 20); lblIDDesc.TabIndex = 6; lblIDDesc.Text = "ID:"; lblIDDesc.TextAlign = Drawing.ContentAlignment.MiddleRight; // // panel4 // panel4.Controls.Add(btnOkay); panel4.Controls.Add(btnCancel); panel4.Dock = DockStyle.Bottom; panel4.Location = new Drawing.Point(0, 103); panel4.Name = "panel4"; panel4.Size = new Drawing.Size(158, 29); panel4.TabIndex = 6; // // pnlEdit // pnlEdit.Controls.Add(groupBox2); pnlEdit.Controls.Add(panel3); pnlEdit.Dock = DockStyle.Fill; pnlEdit.Location = new Drawing.Point(0, 0); pnlEdit.Name = "pnlEdit"; pnlEdit.Size = new Drawing.Size(256, 132); pnlEdit.TabIndex = 10; // // groupBox2 // groupBox2.Controls.Add(itemSelection); groupBox2.Controls.Add(lblItemDesc); groupBox2.Controls.Add(label3); groupBox2.Controls.Add(lblCurrentStage); groupBox2.Controls.Add(lblNewStageDesc); groupBox2.Controls.Add(stageSelection); groupBox2.Controls.Add(lblCurrentStageDesc); groupBox2.Dock = DockStyle.Fill; groupBox2.Location = new Drawing.Point(0, 20); groupBox2.Name = "groupBox2"; groupBox2.Size = new Drawing.Size(256, 112); groupBox2.TabIndex = 13; groupBox2.TabStop = false; groupBox2.Text = "Options"; // // itemSelection // itemSelection.DropDownStyle = ComboBoxStyle.DropDownList; itemSelection.Enabled = false; itemSelection.FormattingEnabled = true; itemSelection.Items.AddRange(new object[] { "Assist Trophy", "Franklin Badge", "Banana Peel", "Barrel", "Beam Sword", "Bill (coin mode)", "Bob-Omb", "Crate", "Bumper", "Capsule", "Rolling Crate", "CD", "Gooey Bomb", "Cracker Launcher", "Cracker Launcher Shot", "Coin", "Superspicy Curry", "Superspice Curry Shot", "Deku Nut", "Mr. Saturn", "Dragoon Part", "Dragoon Set", "Dragoon Sight", "Trophy", "Fire Flower", "Fire Flower Shot", "Freezie", "Golden Hammer", "Green Shell", "Hammer", "Hammer Head", "Fan", "Heart Container", "Homerun Bat", "Party Ball", "Manaphy Heart", "Maxim Tomato", "Poison Mushroom", "Super Mushroom", "Metal Box", "Hothead", "Pitfall", "Pokéball", "Blast Box", "Ray Gun", "Ray Gun Shot", "Lipstick", "Lipstick Flower", "Lipstick Shot", "Sandbag", "Screw Attack", "Sticker", "Motion-Sensor Bomb", "Timer", "Smart Bomb", "Smash Ball", "Smoke Screen", "Spring", "Star Rod", "Star Rod Shot", "Soccer Ball", "Super Scope", "Super Scope shot", "Star", "Food", "Team Healer", "Lightning", "Unira", "Bunny Hood", "Warpstar" }); itemSelection.Location = new Drawing.Point(84, 62); itemSelection.Name = "itemSelection"; itemSelection.Size = new Drawing.Size(166, 21); itemSelection.TabIndex = 6; // // lblItemDesc // lblItemDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold, Drawing.GraphicsUnit.Point, 0); lblItemDesc.Location = new Drawing.Point(6, 62); lblItemDesc.Name = "lblItemDesc"; lblItemDesc.Size = new Drawing.Size(72, 21); lblItemDesc.TabIndex = 5; lblItemDesc.Text = "Item:"; lblItemDesc.TextAlign = Drawing.ContentAlignment.MiddleRight; // // label3 // label3.AutoSize = true; label3.ForeColor = Drawing.SystemColors.ControlDark; label3.Location = new Drawing.Point(4, 93); label3.Name = "label3"; label3.Size = new Drawing.Size(209, 13); label3.TabIndex = 4; label3.Text = "Mouse over the labels for more information."; // // lblCurrentStage // lblCurrentStage.Location = new Drawing.Point(84, 14); lblCurrentStage.Name = "lblCurrentStage"; lblCurrentStage.Size = new Drawing.Size(166, 21); lblCurrentStage.TabIndex = 3; lblCurrentStage.TextAlign = Drawing.ContentAlignment.MiddleLeft; // // lblNewStageDesc // lblNewStageDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold, Drawing.GraphicsUnit.Point, 0); lblNewStageDesc.Location = new Drawing.Point(6, 38); lblNewStageDesc.Name = "lblNewStageDesc"; lblNewStageDesc.Size = new Drawing.Size(72, 21); lblNewStageDesc.TabIndex = 2; lblNewStageDesc.Text = "New stage:"; lblNewStageDesc.TextAlign = Drawing.ContentAlignment.MiddleRight; // // stageSelection // stageSelection.DropDownStyle = ComboBoxStyle.DropDownList; stageSelection.Enabled = false; stageSelection.FormattingEnabled = true; stageSelection.Location = new Drawing.Point(84, 38); stageSelection.Name = "stageSelection"; stageSelection.Size = new Drawing.Size(166, 21); stageSelection.TabIndex = 1; // // lblCurrentStageDesc // lblCurrentStageDesc.Font = new Drawing.Font("Microsoft Sans Serif", 8.25F, Drawing.FontStyle.Bold, Drawing.GraphicsUnit.Point, 0); lblCurrentStageDesc.Location = new Drawing.Point(6, 14); lblCurrentStageDesc.Name = "lblCurrentStageDesc"; lblCurrentStageDesc.Size = new Drawing.Size(72, 21); lblCurrentStageDesc.TabIndex = 0; lblCurrentStageDesc.Text = "Current:"; lblCurrentStageDesc.TextAlign = Drawing.ContentAlignment.MiddleRight; // // panel3 // panel3.Controls.Add(txtPath); panel3.Controls.Add(btnBrowse); panel3.Dock = DockStyle.Top; panel3.Location = new Drawing.Point(0, 0); panel3.Name = "panel3"; panel3.Size = new Drawing.Size(256, 20); panel3.TabIndex = 14; // // tmrUpdate // tmrUpdate.Interval = 10; // // StageRelSwitcherDialog // ClientSize = new Drawing.Size(414, 132); Controls.Add(pnlEdit); Controls.Add(pnlInfo); FormBorderStyle = FormBorderStyle.FixedToolWindow; Name = "StageRelSwitcherDialog"; Text = "Stage REL Switcher"; pnlInfo.ResumeLayout(false); groupBox1.ResumeLayout(false); panel4.ResumeLayout(false); pnlEdit.ResumeLayout(false); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); panel3.ResumeLayout(false); panel3.PerformLayout(); ResumeLayout(false); }
private void Diseño_Forma() { pic_Logo = new System.Windows.Forms.PictureBox(); components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Venta)); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); documentoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); notaDeRemisiónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); dataGridView_Productos = new System.Windows.Forms.DataGridView(); Id_ProductoTerminadoP = new System.Windows.Forms.DataGridViewTextBoxColumn(); DescripcionP = new System.Windows.Forms.DataGridViewTextBoxColumn(); NombreP = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_VentaP = new System.Windows.Forms.DataGridViewTextBoxColumn(); LoteP = new System.Windows.Forms.DataGridViewTextBoxColumn(); CantidadP = new System.Windows.Forms.DataGridViewTextBoxColumn(); DescuentoP = new System.Windows.Forms.DataGridViewTextBoxColumn(); comboBox_Cliente = new System.Windows.Forms.ComboBox(); comboBoxTipoPago = new System.Windows.Forms.ComboBox(); comboBoxAdquisicion = new System.Windows.Forms.ComboBox(); txt_Cantidad = new System.Windows.Forms.TextBox(); dateTimeVenta = new System.Windows.Forms.DateTimePicker(); dataGridView_Carrito = new System.Windows.Forms.DataGridView(); Id_ProductoTerminado = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lote = new System.Windows.Forms.DataGridViewTextBoxColumn(); Nombre = new System.Windows.Forms.DataGridViewTextBoxColumn(); Descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn(); Cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio = new System.Windows.Forms.DataGridViewTextBoxColumn(); lbl_Cantidad = new System.Windows.Forms.Label(); lbl_SubTotal = new System.Windows.Forms.Label(); txt_IVA = new System.Windows.Forms.TextBox(); txt_Descuento = new System.Windows.Forms.TextBox(); txt_SubTotal = new System.Windows.Forms.TextBox(); lbl_Descuento = new System.Windows.Forms.Label(); lbl_IVA = new System.Windows.Forms.Label(); lbl_Total = new System.Windows.Forms.Label(); txt_Total = new System.Windows.Forms.TextBox(); txt_Efectivo = new System.Windows.Forms.TextBox(); lbl_Efectivo = new System.Windows.Forms.Label(); txt_Cambio = new System.Windows.Forms.TextBox(); lbl_Cambio = new System.Windows.Forms.Label(); groupBox_Productos = new System.Windows.Forms.GroupBox(); bttn_Agregar = new System.Windows.Forms.Button(); bttn_Quitar = new System.Windows.Forms.Button(); btn_Pagar = new System.Windows.Forms.Button(); pic_Venta = new System.Windows.Forms.PictureBox(); groupBox_Informacion = new System.Windows.Forms.GroupBox(); lbl_Cliente = new System.Windows.Forms.Label(); lbl_TipoPago = new System.Windows.Forms.Label(); lbl_Adquisicion = new System.Windows.Forms.Label(); lbl_Fecha = new System.Windows.Forms.Label(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridView_Productos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(dataGridView_Carrito)).BeginInit(); groupBox_Productos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Venta)).BeginInit(); groupBox_Informacion.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, ayudaToolStripMenuItem, documentoToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(1019, 24); menuStrip1.TabIndex = 4; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator2, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(152, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(152, 22); abrirToolStripMenuItem.Text = "&Abrir"; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(149, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(152, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // documentoToolStripMenuItem // documentoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { notaDeRemisiónToolStripMenuItem}); documentoToolStripMenuItem.Name = "documentoToolStripMenuItem"; documentoToolStripMenuItem.Size = new System.Drawing.Size(82, 20); documentoToolStripMenuItem.Text = "Documento"; // // notaDeRemisiónToolStripMenuItem // notaDeRemisiónToolStripMenuItem.Name = "notaDeRemisiónToolStripMenuItem"; notaDeRemisiónToolStripMenuItem.Size = new System.Drawing.Size(165, 22); notaDeRemisiónToolStripMenuItem.Text = "Nota de remisión"; // // dataGridView_Productos // dataGridView_Productos.AllowUserToDeleteRows = false; dataGridView_Productos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; dataGridView_Productos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView_Productos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_ProductoTerminadoP, DescripcionP, NombreP, Precio_VentaP, LoteP, CantidadP, DescuentoP}); dataGridView_Productos.Dock = System.Windows.Forms.DockStyle.Fill; dataGridView_Productos.Location = new System.Drawing.Point(3, 16); dataGridView_Productos.Name = "dataGridView_Productos"; dataGridView_Productos.Size = new System.Drawing.Size(429, 242); dataGridView_Productos.TabIndex = 5; // // Id_ProductoTerminadoP // Id_ProductoTerminadoP.HeaderText = "Id_ProductoTerminado"; Id_ProductoTerminadoP.Name = "Id_ProductoTerminadoP"; Id_ProductoTerminadoP.Visible = false; // // DescripcionP // DescripcionP.HeaderText = "Descripcion"; DescripcionP.Name = "DescripcionP"; DescripcionP.Visible = false; // // NombreP // NombreP.HeaderText = "Nombre"; NombreP.Name = "NombreP"; // // Precio_VentaP // Precio_VentaP.HeaderText = "Precio"; Precio_VentaP.Name = "Precio_VentaP"; // // LoteP // LoteP.HeaderText = "Lote"; LoteP.Name = "LoteP"; // // CantidadP // CantidadP.HeaderText = "Cantidad"; CantidadP.Name = "CantidadP"; // // DescuentoP // DescuentoP.HeaderText = "Descuento"; DescuentoP.Name = "DescuentoP"; // // comboBox_Cliente // comboBox_Cliente.FormattingEnabled = true; comboBox_Cliente.Location = new System.Drawing.Point(96, 29); comboBox_Cliente.Name = "comboBox_Cliente"; comboBox_Cliente.Size = new System.Drawing.Size(200, 21); comboBox_Cliente.TabIndex = 6; // // comboBoxTipoPago // comboBoxTipoPago.FormattingEnabled = true; comboBoxTipoPago.Location = new System.Drawing.Point(96, 56); comboBoxTipoPago.Name = "comboBoxTipoPago"; comboBoxTipoPago.Size = new System.Drawing.Size(121, 21); comboBoxTipoPago.TabIndex = 7; // // comboBoxAdquisicion // comboBoxAdquisicion.FormattingEnabled = true; comboBoxAdquisicion.Location = new System.Drawing.Point(96, 83); comboBoxAdquisicion.Name = "comboBoxAdquisicion"; comboBoxAdquisicion.Size = new System.Drawing.Size(121, 21); comboBoxAdquisicion.TabIndex = 8; // // txt_Cantidad // txt_Cantidad.Location = new System.Drawing.Point(453, 85); txt_Cantidad.Name = "txt_Cantidad"; txt_Cantidad.Size = new System.Drawing.Size(100, 20); txt_Cantidad.TabIndex = 9; txt_Cantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Cantidad_KeyPress); // // dateTimeVenta // dateTimeVenta.Location = new System.Drawing.Point(96, 110); dateTimeVenta.Name = "dateTimeVenta"; dateTimeVenta.Size = new System.Drawing.Size(200, 20); dateTimeVenta.TabIndex = 12; // // dataGridView_Carrito // dataGridView_Carrito.AllowUserToAddRows = false; dataGridView_Carrito.AllowUserToDeleteRows = false; dataGridView_Carrito.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; dataGridView_Carrito.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView_Carrito.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_ProductoTerminado, Lote, Nombre, Descripcion, Cantidad, Precio}); dataGridView_Carrito.Location = new System.Drawing.Point(12, 315); dataGridView_Carrito.Name = "dataGridView_Carrito"; dataGridView_Carrito.ReadOnly = true; dataGridView_Carrito.Size = new System.Drawing.Size(675, 327); dataGridView_Carrito.TabIndex = 13; // // Id_ProductoTerminado // Id_ProductoTerminado.HeaderText = "Id_ProductoTerminado"; Id_ProductoTerminado.Name = "Id_ProductoTerminado"; Id_ProductoTerminado.ReadOnly = true; Id_ProductoTerminado.Visible = false; // // Lote // Lote.HeaderText = "Lote"; Lote.Name = "Lote"; Lote.ReadOnly = true; // // Nombre // Nombre.HeaderText = "Nombre"; Nombre.Name = "Nombre"; Nombre.ReadOnly = true; // // Descripcion // Descripcion.HeaderText = "Descripción"; Descripcion.Name = "Descripcion"; Descripcion.ReadOnly = true; // // Cantidad // Cantidad.HeaderText = "Cantidad"; Cantidad.Name = "Cantidad"; Cantidad.ReadOnly = true; // // Precio // Precio.HeaderText = "Precio"; Precio.Name = "Precio"; Precio.ReadOnly = true; // // lbl_Cantidad // lbl_Cantidad.AutoSize = true; lbl_Cantidad.Location = new System.Drawing.Point(450, 69); lbl_Cantidad.Name = "lbl_Cantidad"; lbl_Cantidad.Size = new System.Drawing.Size(49, 13); lbl_Cantidad.TabIndex = 14; lbl_Cantidad.Text = "Cantidad"; // // lbl_SubTotal // lbl_SubTotal.AutoSize = true; lbl_SubTotal.Location = new System.Drawing.Point(729, 343); lbl_SubTotal.Name = "lbl_SubTotal"; lbl_SubTotal.Size = new System.Drawing.Size(46, 13); lbl_SubTotal.TabIndex = 18; lbl_SubTotal.Text = "Subtotal"; // // txt_IVA // txt_IVA.Location = new System.Drawing.Point(790, 388); txt_IVA.Name = "txt_IVA"; txt_IVA.Size = new System.Drawing.Size(100, 20); txt_IVA.TabIndex = 17; txt_IVA.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_IVA_KeyPress); // // txt_Descuento // txt_Descuento.Location = new System.Drawing.Point(790, 362); txt_Descuento.Name = "txt_Descuento"; txt_Descuento.Size = new System.Drawing.Size(100, 20); txt_Descuento.TabIndex = 16; txt_Descuento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descuento_KeyPress); // // txt_SubTotal // txt_SubTotal.Enabled = false; txt_SubTotal.Location = new System.Drawing.Point(790, 336); txt_SubTotal.Name = "txt_SubTotal"; txt_SubTotal.Size = new System.Drawing.Size(100, 20); txt_SubTotal.TabIndex = 15; txt_SubTotal.TextChanged += new System.EventHandler(txt_SubTotal_TextChanged); // // lbl_Descuento // lbl_Descuento.AutoSize = true; lbl_Descuento.Location = new System.Drawing.Point(729, 369); lbl_Descuento.Name = "lbl_Descuento"; lbl_Descuento.Size = new System.Drawing.Size(59, 13); lbl_Descuento.TabIndex = 19; lbl_Descuento.Text = "Descuento"; // // lbl_IVA // lbl_IVA.AutoSize = true; lbl_IVA.Location = new System.Drawing.Point(729, 395); lbl_IVA.Name = "lbl_IVA"; lbl_IVA.Size = new System.Drawing.Size(24, 13); lbl_IVA.TabIndex = 20; lbl_IVA.Text = "IVA"; // // lbl_Total // lbl_Total.AutoSize = true; lbl_Total.Location = new System.Drawing.Point(729, 423); lbl_Total.Name = "lbl_Total"; lbl_Total.Size = new System.Drawing.Size(31, 13); lbl_Total.TabIndex = 21; lbl_Total.Text = "Total"; // // txt_Total // txt_Total.Enabled = false; txt_Total.Location = new System.Drawing.Point(790, 416); txt_Total.Name = "txt_Total"; txt_Total.Size = new System.Drawing.Size(100, 20); txt_Total.TabIndex = 22; // // txt_Efectivo // txt_Efectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txt_Efectivo.ForeColor = System.Drawing.Color.Red; txt_Efectivo.Location = new System.Drawing.Point(790, 512); txt_Efectivo.Name = "txt_Efectivo"; txt_Efectivo.Size = new System.Drawing.Size(100, 22); txt_Efectivo.TabIndex = 24; // // lbl_Efectivo // lbl_Efectivo.AutoSize = true; lbl_Efectivo.Location = new System.Drawing.Point(729, 519); lbl_Efectivo.Name = "lbl_Efectivo"; lbl_Efectivo.Size = new System.Drawing.Size(46, 13); lbl_Efectivo.TabIndex = 23; lbl_Efectivo.Text = "Efectivo"; // // txt_Cambio // txt_Cambio.Enabled = false; txt_Cambio.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txt_Cambio.ForeColor = System.Drawing.Color.Red; txt_Cambio.Location = new System.Drawing.Point(790, 538); txt_Cambio.Name = "txt_Cambio"; txt_Cambio.Size = new System.Drawing.Size(100, 22); txt_Cambio.TabIndex = 26; // // lbl_Cambio // lbl_Cambio.AutoSize = true; lbl_Cambio.Location = new System.Drawing.Point(729, 545); lbl_Cambio.Name = "lbl_Cambio"; lbl_Cambio.Size = new System.Drawing.Size(42, 13); lbl_Cambio.TabIndex = 25; lbl_Cambio.Text = "Cambio"; // // groupBox_Productos // groupBox_Productos.Controls.Add(dataGridView_Productos); groupBox_Productos.Location = new System.Drawing.Point(572, 41); groupBox_Productos.Name = "groupBox_Productos"; groupBox_Productos.Size = new System.Drawing.Size(435, 261); groupBox_Productos.TabIndex = 27; groupBox_Productos.TabStop = false; groupBox_Productos.Text = "Productos"; // // bttn_Agregar // bttn_Agregar.BackgroundImage = global::Shajobe.Properties.Resources.Agregar; bttn_Agregar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; bttn_Agregar.Location = new System.Drawing.Point(506, 170); bttn_Agregar.Name = "bttn_Agregar"; bttn_Agregar.Size = new System.Drawing.Size(60, 60); bttn_Agregar.TabIndex = 28; bttn_Agregar.UseVisualStyleBackColor = true; bttn_Agregar.Click += new System.EventHandler(bttn_Agregar_Click); // // bttn_Quitar // bttn_Quitar.BackgroundImage = global::Shajobe.Properties.Resources.Quitar; bttn_Quitar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; bttn_Quitar.Location = new System.Drawing.Point(506, 239); bttn_Quitar.Name = "bttn_Quitar"; bttn_Quitar.Size = new System.Drawing.Size(60, 60); bttn_Quitar.TabIndex = 29; bttn_Quitar.UseVisualStyleBackColor = true; bttn_Quitar.Click += new System.EventHandler(bttn_Quitar_Click); // // btn_Pagar // btn_Pagar.Location = new System.Drawing.Point(889, 585); btn_Pagar.Name = "btn_Pagar"; btn_Pagar.Size = new System.Drawing.Size(75, 23); btn_Pagar.TabIndex = 30; btn_Pagar.Text = "Pagar"; btn_Pagar.UseVisualStyleBackColor = true; btn_Pagar.Click += new System.EventHandler(btn_Pagar_Click); // // pic_Venta // pic_Venta.BackgroundImage = global::Shajobe.Properties.Resources.Venta; pic_Venta.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Venta.Location = new System.Drawing.Point(337, 66); pic_Venta.Name = "pic_Venta"; pic_Venta.Size = new System.Drawing.Size(100, 100); pic_Venta.TabIndex = 31; pic_Venta.TabStop = false; // // groupBox_Informacion // groupBox_Informacion.Controls.Add(lbl_Cliente); groupBox_Informacion.Controls.Add(lbl_TipoPago); groupBox_Informacion.Controls.Add(lbl_Adquisicion); groupBox_Informacion.Controls.Add(lbl_Fecha); groupBox_Informacion.Controls.Add(comboBox_Cliente); groupBox_Informacion.Controls.Add(comboBoxTipoPago); groupBox_Informacion.Controls.Add(comboBoxAdquisicion); groupBox_Informacion.Controls.Add(dateTimeVenta); groupBox_Informacion.Location = new System.Drawing.Point(24, 60); groupBox_Informacion.Name = "groupBox_Informacion"; groupBox_Informacion.Size = new System.Drawing.Size(307, 199); 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(); }
/// ----------------------------------------------------------------------------------- /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ----------------------------------------------------------------------------------- private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label lblLookup; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LanguageSetup)); System.Windows.Forms.Label lblFindPattern; System.Windows.Forms.ColumnHeader hdrLanguageName; System.Windows.Forms.ColumnHeader hdrCountry; System.Windows.Forms.ColumnHeader hdrEthnologueCode; System.Windows.Forms.GroupBox grpCurrentLang; System.Windows.Forms.Label lblCurrentEthCode; System.Windows.Forms.Label lblCurrentLangName; System.Windows.Forms.Label lblOtherNames; System.Windows.Forms.Label lblInstructions1; System.Windows.Forms.Label lblInstructions2; System.Windows.Forms.HelpProvider helpProvider1; this.txtFindPattern = new System.Windows.Forms.TextBox(); this.btnFind = new System.Windows.Forms.Button(); this.lvFindResult = new System.Windows.Forms.ListView(); this.lblCurrentEthCodeValue = new System.Windows.Forms.Label(); this.txtCurrentLangName = new System.Windows.Forms.TextBox(); this.lblOtherNamesList = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.cboLookup = new SIL.FieldWorks.Common.Controls.FwOverrideComboBox(); lblLookup = new System.Windows.Forms.Label(); lblFindPattern = new System.Windows.Forms.Label(); hdrLanguageName = new System.Windows.Forms.ColumnHeader(); hdrCountry = new System.Windows.Forms.ColumnHeader(); hdrEthnologueCode = new System.Windows.Forms.ColumnHeader(); grpCurrentLang = new System.Windows.Forms.GroupBox(); lblCurrentEthCode = new System.Windows.Forms.Label(); lblCurrentLangName = new System.Windows.Forms.Label(); lblOtherNames = new System.Windows.Forms.Label(); lblInstructions1 = new System.Windows.Forms.Label(); lblInstructions2 = new System.Windows.Forms.Label(); helpProvider1 = new System.Windows.Forms.HelpProvider(); grpCurrentLang.SuspendLayout(); this.SuspendLayout(); // // lblLookup // resources.ApplyResources(lblLookup, "lblLookup"); lblLookup.Name = "lblLookup"; helpProvider1.SetShowHelp(lblLookup, ((bool)(resources.GetObject("lblLookup.ShowHelp")))); // // txtFindPattern // this.txtFindPattern.AcceptsReturn = true; resources.ApplyResources(this.txtFindPattern, "txtFindPattern"); helpProvider1.SetHelpString(this.txtFindPattern, resources.GetString("txtFindPattern.HelpString")); this.txtFindPattern.Name = "txtFindPattern"; helpProvider1.SetShowHelp(this.txtFindPattern, ((bool)(resources.GetObject("txtFindPattern.ShowHelp")))); this.txtFindPattern.Enter += new System.EventHandler(this.txtFindPattern_Enter); this.txtFindPattern.Leave += new System.EventHandler(this.txtFindPattern_Leave); this.txtFindPattern.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFindPattern_KeyPress); this.txtFindPattern.TextChanged += new System.EventHandler(this.txtFindPattern_TextChanged); // // btnFind // resources.ApplyResources(this.btnFind, "btnFind"); helpProvider1.SetHelpString(this.btnFind, resources.GetString("btnFind.HelpString")); this.btnFind.Name = "btnFind"; helpProvider1.SetShowHelp(this.btnFind, ((bool)(resources.GetObject("btnFind.ShowHelp")))); this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // // lblFindPattern // resources.ApplyResources(lblFindPattern, "lblFindPattern"); lblFindPattern.Name = "lblFindPattern"; helpProvider1.SetShowHelp(lblFindPattern, ((bool)(resources.GetObject("lblFindPattern.ShowHelp")))); // // lvFindResult // resources.ApplyResources(this.lvFindResult, "lvFindResult"); this.lvFindResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { hdrLanguageName, hdrCountry, hdrEthnologueCode}); this.lvFindResult.FullRowSelect = true; helpProvider1.SetHelpString(this.lvFindResult, resources.GetString("lvFindResult.HelpString")); this.lvFindResult.HideSelection = false; this.lvFindResult.MultiSelect = false; this.lvFindResult.Name = "lvFindResult"; helpProvider1.SetShowHelp(this.lvFindResult, ((bool)(resources.GetObject("lvFindResult.ShowHelp")))); this.lvFindResult.UseCompatibleStateImageBehavior = false; this.lvFindResult.View = System.Windows.Forms.View.Details; this.lvFindResult.Enter += new System.EventHandler(this.lvFindResult_Enter); this.lvFindResult.SelectedIndexChanged += new System.EventHandler(this.lvFindResult_SelectedIndexChanged); this.lvFindResult.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvFindResult_ColumnClick); // // hdrLanguageName // resources.ApplyResources(hdrLanguageName, "hdrLanguageName"); // // hdrCountry // resources.ApplyResources(hdrCountry, "hdrCountry"); // // hdrEthnologueCode // resources.ApplyResources(hdrEthnologueCode, "hdrEthnologueCode"); // // grpCurrentLang // grpCurrentLang.Controls.Add(lblCurrentEthCode); grpCurrentLang.Controls.Add(this.lblCurrentEthCodeValue); 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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CredentialsManagerForm)); this.m_PasswordReset = new System.Windows.Forms.Label(); this.m_RequiresQuestionAndAnswerLabel = new System.Windows.Forms.Label(); this.m_PasswordRetrieval = new System.Windows.Forms.Label(); this.m_PasswordRegularExpression = new System.Windows.Forms.Label(); this.m_MaxInvalidAttempts = new System.Windows.Forms.Label(); this.m_AttemptWindow = new System.Windows.Forms.Label(); this.m_MinNonAlphanumeric = new System.Windows.Forms.Label(); this.m_MinLength = new System.Windows.Forms.Label(); this.m_LengthTextBox = new System.Windows.Forms.TextBox(); this.m_NonAlphanumericTextBox = new System.Windows.Forms.TextBox(); this.m_GeneratePassword = new System.Windows.Forms.Button(); this.m_RolesForUserComboBox = new ComboBoxEx(); this.m_UsersToAssignListView = new CredentialsManagerClient.ListViewEx(); this.m_RemoveUserFromAllRolesButton = new System.Windows.Forms.Button(); this.m_RemoveUserFromRoleButton = new System.Windows.Forms.Button(); this.m_AssignButton = new System.Windows.Forms.Button(); this.m_UsersInRoleComboBox = new ComboBoxEx(); this.m_RolesListView = new CredentialsManagerClient.ListViewEx(); this.m_PopulatedLabel = new System.Windows.Forms.Label(); this.m_ThrowIfPopulatedCheckBox = new System.Windows.Forms.CheckBox(); this.m_DeleteAllRolesButton = new System.Windows.Forms.Button(); this.m_CreateRoleButton = new System.Windows.Forms.Button(); this.m_DeleteRoleButton = new System.Windows.Forms.Button(); this.m_UsersStatusRefresh = new System.Windows.Forms.Button(); this.m_OnlineTimeWindow = new System.Windows.Forms.Label(); this.m_UsersOnline = new System.Windows.Forms.Label(); this.m_UsersListView = new CredentialsManagerClient.ListViewEx(); this.m_ChangePasswordButton = new System.Windows.Forms.Button(); this.m_ResetPasswordButton = new System.Windows.Forms.Button(); this.m_RelatedDataCheckBox = new System.Windows.Forms.CheckBox(); this.m_DeleteAllUsersButton = new System.Windows.Forms.Button(); this.m_UpdateUser = new System.Windows.Forms.Button(); this.m_DeleteUserButton = new System.Windows.Forms.Button(); this.m_CreateUserButton = new System.Windows.Forms.Button(); this.m_ApplicationListView = new CredentialsManagerClient.ListViewEx(); this.m_DeleteAllApplicationsButton = new System.Windows.Forms.Button(); this.m_CreateApplicationButton = new System.Windows.Forms.Button(); this.m_DeleteApplicationButton = new System.Windows.Forms.Button(); this.m_SelectButton = new System.Windows.Forms.Button(); this.m_WebBrowser = new System.Windows.Forms.WebBrowser(); this.m_AddressTextbox = new System.Windows.Forms.TextBox(); this.m_ViewButton = new System.Windows.Forms.Button(); this.m_CreateApplicationMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteApplicationMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteAllApplicationsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_CreateUserMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_UpdateUserMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteUserMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteAllUsersMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_ChangePasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_ResetPasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_RefreshUsersStatusMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_CreateRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteAllRolesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_AssignUsertoRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_RemoveUserFromRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_RemoveUserFromAllRolesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_GeneratePasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_ViewMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_SelectMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_LogOnMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_AuthorizeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpContentMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_AddressLabel = new System.Windows.Forms.Label(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); passwordSetupGroupBox = new System.Windows.Forms.GroupBox(); passwordResetLabel = new System.Windows.Forms.Label(); passwordRetrievalLabel = new System.Windows.Forms.Label(); requiresQuestionAndAnswerLabel = new System.Windows.Forms.Label(); maxInvalidLabel = new System.Windows.Forms.Label(); passwordRegularExpressionLabel = new System.Windows.Forms.Label(); minNonAlpha = new System.Windows.Forms.Label(); attemptWindowLabel = new System.Windows.Forms.Label(); minLengthLabel = new System.Windows.Forms.Label(); generatePassorgGroupBox = new System.Windows.Forms.GroupBox(); nonAlphanumericLabel = new System.Windows.Forms.Label(); lengthLabel = new System.Windows.Forms.Label(); usersGroupBox = new System.Windows.Forms.GroupBox(); userToassignHeader = new System.Windows.Forms.ColumnHeader(); rolesForUserLabel = new System.Windows.Forms.Label(); usersToAssignHeader = new System.Windows.Forms.ColumnHeader(); rolesGroupBox = new System.Windows.Forms.GroupBox(); rolesHeader = new System.Windows.Forms.ColumnHeader(); usersInRoleLabel = new System.Windows.Forms.Label(); usersStatus = new System.Windows.Forms.GroupBox(); onlineTimeWindowLabel = new System.Windows.Forms.Label(); onlineUsersLabel = new System.Windows.Forms.Label(); usersGoupBox = new System.Windows.Forms.GroupBox(); usersHeader = new System.Windows.Forms.ColumnHeader(); applicationsGroupBox = new System.Windows.Forms.GroupBox(); applicationsHeader = new System.Windows.Forms.ColumnHeader(); columnApplications = new System.Windows.Forms.ColumnHeader(); addressGroupBox = new System.Windows.Forms.GroupBox(); mainMenu = new System.Windows.Forms.MenuStrip(); applicationMenuItem = new System.Windows.Forms.ToolStripMenuItem(); usersMenuItem = new System.Windows.Forms.ToolStripMenuItem(); usersSeparator1 = new System.Windows.Forms.ToolStripSeparator(); usersSeparator2 = new System.Windows.Forms.ToolStripSeparator(); rolesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); rolesSeparator1 = new System.Windows.Forms.ToolStripSeparator(); passwordsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); serviceMenuItem = new System.Windows.Forms.ToolStripMenuItem(); testMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem(); passwordsPage = new System.Windows.Forms.TabPage(); rolesPage = new System.Windows.Forms.TabPage(); usersPage = new System.Windows.Forms.TabPage(); applicationsTab = new System.Windows.Forms.TabPage(); applicationPictureBox = new System.Windows.Forms.PictureBox(); tabControl = new System.Windows.Forms.TabControl(); servicePage = new System.Windows.Forms.TabPage(); passwordSetupGroupBox.SuspendLayout(); generatePassorgGroupBox.SuspendLayout(); usersGroupBox.SuspendLayout(); rolesGroupBox.SuspendLayout(); usersStatus.SuspendLayout(); usersGoupBox.SuspendLayout(); applicationsGroupBox.SuspendLayout(); addressGroupBox.SuspendLayout(); mainMenu.SuspendLayout(); passwordsPage.SuspendLayout(); rolesPage.SuspendLayout(); usersPage.SuspendLayout(); applicationsTab.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(applicationPictureBox)).BeginInit(); tabControl.SuspendLayout(); servicePage.SuspendLayout(); this.SuspendLayout(); // // passwordSetupGroupBox // passwordSetupGroupBox.Controls.Add(passwordResetLabel); passwordSetupGroupBox.Controls.Add(this.m_PasswordReset); passwordSetupGroupBox.Controls.Add(this.m_RequiresQuestionAndAnswerLabel); passwordSetupGroupBox.Controls.Add(passwordRetrievalLabel); passwordSetupGroupBox.Controls.Add(requiresQuestionAndAnswerLabel); passwordSetupGroupBox.Controls.Add(this.m_PasswordRetrieval); passwordSetupGroupBox.Controls.Add(this.m_PasswordRegularExpression); passwordSetupGroupBox.Controls.Add(maxInvalidLabel); passwordSetupGroupBox.Controls.Add(passwordRegularExpressionLabel); passwordSetupGroupBox.Controls.Add(this.m_MaxInvalidAttempts); passwordSetupGroupBox.Controls.Add(this.m_AttemptWindow); passwordSetupGroupBox.Controls.Add(minNonAlpha); passwordSetupGroupBox.Controls.Add(attemptWindowLabel); passwordSetupGroupBox.Controls.Add(this.m_MinNonAlphanumeric); passwordSetupGroupBox.Controls.Add(this.m_MinLength); passwordSetupGroupBox.Controls.Add(minLengthLabel); passwordSetupGroupBox.Location = new System.Drawing.Point(6,11); passwordSetupGroupBox.Name = "passwordSetupGroupBox"; passwordSetupGroupBox.Size = new System.Drawing.Size(258,368); passwordSetupGroupBox.TabIndex = 18; passwordSetupGroupBox.TabStop = false; passwordSetupGroupBox.Text = "Setup"; // // passwordResetLabel // passwordResetLabel.AutoSize = true; passwordResetLabel.Location = new System.Drawing.Point(19,21); passwordResetLabel.Name = "passwordResetLabel"; passwordResetLabel.Size = new System.Drawing.Size(119,13); passwordResetLabel.TabIndex = 0; passwordResetLabel.Text = "Password reset enabled:"; // // m_PasswordReset // this.m_PasswordReset.AutoSize = true; this.m_PasswordReset.Location = new System.Drawing.Point(188,21); this.m_PasswordReset.Name = "m_PasswordReset"; this.m_PasswordReset.Size = new System.Drawing.Size(21,13); this.m_PasswordReset.TabIndex = 1; this.m_PasswordReset.Text = "Yes"; // // m_RequiresQuestionAndAnswerLabel // this.m_RequiresQuestionAndAnswerLabel.AutoSize = true; this.m_RequiresQuestionAndAnswerLabel.Location = new System.Drawing.Point(188,269); this.m_RequiresQuestionAndAnswerLabel.Name = "m_RequiresQuestionAndAnswerLabel"; this.m_RequiresQuestionAndAnswerLabel.Size = new System.Drawing.Size(21,13); this.m_RequiresQuestionAndAnswerLabel.TabIndex = 15; this.m_RequiresQuestionAndAnswerLabel.Text = "Yes"; // // passwordRetrievalLabel // passwordRetrievalLabel.AutoSize = true; passwordRetrievalLabel.Location = new System.Drawing.Point(19,54); passwordRetrievalLabel.Name = "passwordRetrievalLabel"; passwordRetrievalLabel.Size = new System.Drawing.Size(133,13); passwordRetrievalLabel.TabIndex = 2; passwordRetrievalLabel.Text = "Password retrieval enabled:"; // // requiresQuestionAndAnswerLabel // requiresQuestionAndAnswerLabel.AutoSize = true; requiresQuestionAndAnswerLabel.Location = new System.Drawing.Point(19,269); requiresQuestionAndAnswerLabel.Name = "requiresQuestionAndAnswerLabel"; requiresQuestionAndAnswerLabel.Size = new System.Drawing.Size(149,13); requiresQuestionAndAnswerLabel.TabIndex = 14; requiresQuestionAndAnswerLabel.Text = "Requires question and answer:"; // // m_PasswordRetrieval // this.m_PasswordRetrieval.AutoSize = true; this.m_PasswordRetrieval.Location = new System.Drawing.Point(188,54); this.m_PasswordRetrieval.Name = "m_PasswordRetrieval"; this.m_PasswordRetrieval.Size = new System.Drawing.Size(21,13); this.m_PasswordRetrieval.TabIndex = 3; this.m_PasswordRetrieval.Text = "Yes"; // // m_PasswordRegularExpression // this.m_PasswordRegularExpression.AutoSize = true; this.m_PasswordRegularExpression.Location = new System.Drawing.Point(188,232); this.m_PasswordRegularExpression.Name = "m_PasswordRegularExpression"; this.m_PasswordRegularExpression.Size = new System.Drawing.Size(7,13); this.m_PasswordRegularExpression.TabIndex = 13; this.m_PasswordRegularExpression.Text = "*"; // // maxInvalidLabel // maxInvalidLabel.AutoSize = true; maxInvalidLabel.Location = new System.Drawing.Point(19,89); maxInvalidLabel.Name = "maxInvalidLabel"; maxInvalidLabel.Size = new System.Drawing.Size(136,13); maxInvalidLabel.TabIndex = 4; maxInvalidLabel.Text = "Max invalid attempt allowed:"; // // passwordRegularExpressionLabel // passwordRegularExpressionLabel.AutoSize = true; passwordRegularExpressionLabel.Location = new System.Drawing.Point(19,232); passwordRegularExpressionLabel.Name = "passwordRegularExpressionLabel"; passwordRegularExpressionLabel.Size = new System.Drawing.Size(140,13); passwordRegularExpressionLabel.TabIndex = 12; passwordRegularExpressionLabel.Text = "Password regular expression:"; // // m_MaxInvalidAttempts // this.m_MaxInvalidAttempts.AutoSize = true; this.m_MaxInvalidAttempts.Location = new System.Drawing.Point(188,89); this.m_MaxInvalidAttempts.Name = "m_MaxInvalidAttempts"; this.m_MaxInvalidAttempts.Size = new System.Drawing.Size(9,13); this.m_MaxInvalidAttempts.TabIndex = 5; this.m_MaxInvalidAttempts.Text = "0"; // // m_AttemptWindow // this.m_AttemptWindow.AutoSize = true; this.m_AttemptWindow.Location = new System.Drawing.Point(188,197); this.m_AttemptWindow.Name = "m_AttemptWindow"; this.m_AttemptWindow.Size = new System.Drawing.Size(9,13); this.m_AttemptWindow.TabIndex = 11; this.m_AttemptWindow.Text = "0"; // // minNonAlpha // minNonAlpha.AutoSize = true; minNonAlpha.Location = new System.Drawing.Point(19,125); minNonAlpha.Name = "minNonAlpha"; minNonAlpha.Size = new System.Drawing.Size(163,13); minNonAlpha.TabIndex = 6; minNonAlpha.Text = "Min non-alphanumeric characters:"; // // attemptWindowLabel // attemptWindowLabel.AutoSize = true; attemptWindowLabel.Location = new System.Drawing.Point(19,197); attemptWindowLabel.Name = "attemptWindowLabel"; attemptWindowLabel.Size = new System.Drawing.Size(81,13); attemptWindowLabel.TabIndex = 10; attemptWindowLabel.Text = "Attempt window:"; // // m_MinNonAlphanumeric // this.m_MinNonAlphanumeric.AutoSize = true; this.m_MinNonAlphanumeric.Location = new System.Drawing.Point(188,125); this.m_MinNonAlphanumeric.Name = "m_MinNonAlphanumeric"; this.m_MinNonAlphanumeric.Size = new System.Drawing.Size(9,13); this.m_MinNonAlphanumeric.TabIndex = 7; this.m_MinNonAlphanumeric.Text = "0"; // // m_MinLength // this.m_MinLength.AutoSize = true; this.m_MinLength.Location = new System.Drawing.Point(188,161); this.m_MinLength.Name = "m_MinLength"; this.m_MinLength.Size = new System.Drawing.Size(9,13); this.m_MinLength.TabIndex = 9; this.m_MinLength.Text = "0"; // // minLengthLabel // minLengthLabel.AutoSize = true; minLengthLabel.Location = new System.Drawing.Point(19,161); minLengthLabel.Name = "minLengthLabel"; minLengthLabel.Size = new System.Drawing.Size(96,13); minLengthLabel.TabIndex = 8; minLengthLabel.Text = "Min required length:"; // // generatePassorgGroupBox // generatePassorgGroupBox.Controls.Add(nonAlphanumericLabel); generatePassorgGroupBox.Controls.Add(lengthLabel); generatePassorgGroupBox.Controls.Add(this.m_LengthTextBox); generatePassorgGroupBox.Controls.Add(this.m_NonAlphanumericTextBox); generatePassorgGroupBox.Controls.Add(this.m_GeneratePassword); generatePassorgGroupBox.Location = new System.Drawing.Point(270,11); generatePassorgGroupBox.Name = "generatePassorgGroupBox"; generatePassorgGroupBox.Size = new System.Drawing.Size(258,368); generatePassorgGroupBox.TabIndex = 17; generatePassorgGroupBox.TabStop = false; generatePassorgGroupBox.Text = "Generate Password"; // // nonAlphanumericLabel // nonAlphanumericLabel.AutoSize = true; nonAlphanumericLabel.Location = new System.Drawing.Point(14,65); nonAlphanumericLabel.Name = "nonAlphanumericLabel"; nonAlphanumericLabel.Size = new System.Drawing.Size(92,13); nonAlphanumericLabel.TabIndex = 20; nonAlphanumericLabel.Text = "Non-alphanumeric:"; // // lengthLabel // lengthLabel.AutoSize = true; lengthLabel.Location = new System.Drawing.Point(15,19); lengthLabel.Name = "lengthLabel"; lengthLabel.Size = new System.Drawing.Size(39,13); lengthLabel.TabIndex = 19; lengthLabel.Text = "Length:"; // // m_LengthTextBox // this.m_LengthTextBox.Location = new System.Drawing.Point(15,34); this.m_LengthTextBox.Name = "m_LengthTextBox"; this.m_LengthTextBox.Size = new System.Drawing.Size(100,20); this.m_LengthTextBox.TabIndex = 18; this.m_LengthTextBox.Text = "6"; // // m_NonAlphanumericTextBox // this.m_NonAlphanumericTextBox.Location = new System.Drawing.Point(15,81); this.m_NonAlphanumericTextBox.Name = "m_NonAlphanumericTextBox"; this.m_NonAlphanumericTextBox.Size = new System.Drawing.Size(100,20); this.m_NonAlphanumericTextBox.TabIndex = 17; this.m_NonAlphanumericTextBox.Text = "1"; // // m_GeneratePassword // this.m_GeneratePassword.Location = new System.Drawing.Point(177,34); this.m_GeneratePassword.Name = "m_GeneratePassword"; this.m_GeneratePassword.Size = new System.Drawing.Size(75,23); this.m_GeneratePassword.TabIndex = 16; this.m_GeneratePassword.Text = "Generate"; this.m_GeneratePassword.Click += new System.EventHandler(this.OnGeneratePassword); // // usersGroupBox // usersGroupBox.Controls.Add(this.m_RolesForUserComboBox); usersGroupBox.Controls.Add(this.m_UsersToAssignListView); usersGroupBox.Controls.Add(this.m_RemoveUserFromAllRolesButton); usersGroupBox.Controls.Add(rolesForUserLabel); usersGroupBox.Controls.Add(this.m_RemoveUserFromRoleButton); usersGroupBox.Controls.Add(this.m_AssignButton); usersGroupBox.Location = new System.Drawing.Point(6,11); usersGroupBox.Name = "usersGroupBox"; usersGroupBox.Size = new System.Drawing.Size(258,368); usersGroupBox.TabIndex = 1; usersGroupBox.TabStop = false; usersGroupBox.Text = "Users"; // // m_RolesForUserComboBox // this.m_RolesForUserComboBox.FormattingEnabled = true; this.m_RolesForUserComboBox.ImageList = null; this.m_RolesForUserComboBox.Location = new System.Drawing.Point(6,341); this.m_RolesForUserComboBox.Name = "m_RolesForUserComboBox"; this.m_RolesForUserComboBox.Size = new System.Drawing.Size(165,21); this.m_RolesForUserComboBox.TabIndex = 4; // // m_UsersToAssignListView // this.m_UsersToAssignListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { userToassignHeader}); this.m_UsersToAssignListView.FullRowSelect = true; this.m_UsersToAssignListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_UsersToAssignListView.HideSelection = false; this.m_UsersToAssignListView.Location = new System.Drawing.Point(7,19); this.m_UsersToAssignListView.MultiSelect = false; this.m_UsersToAssignListView.Name = "m_UsersToAssignListView"; this.m_UsersToAssignListView.ShowGroups = false; this.m_UsersToAssignListView.Size = new System.Drawing.Size(165,290); this.m_UsersToAssignListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_UsersToAssignListView.TabIndex = 2; this.m_UsersToAssignListView.View = System.Windows.Forms.View.SmallIcon; this.m_UsersToAssignListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedUserAssignChanged); // // userToassignHeader // userToassignHeader.Width = 300; // // m_RemoveUserFromAllRolesButton // this.m_RemoveUserFromAllRolesButton.Location = new System.Drawing.Point(177,77); this.m_RemoveUserFromAllRolesButton.Name = "m_RemoveUserFromAllRolesButton"; this.m_RemoveUserFromAllRolesButton.Size = new System.Drawing.Size(75,23); this.m_RemoveUserFromAllRolesButton.TabIndex = 2; this.m_RemoveUserFromAllRolesButton.Text = "Remove All"; this.m_RemoveUserFromAllRolesButton.Click += new System.EventHandler(this.OnRemoveUsersFromAllRoles); // // rolesForUserLabel // rolesForUserLabel.AutoSize = true; rolesForUserLabel.Location = new System.Drawing.Point(6,325); rolesForUserLabel.Name = "rolesForUserLabel"; rolesForUserLabel.Size = new System.Drawing.Size(73,13); rolesForUserLabel.TabIndex = 5; rolesForUserLabel.Text = "Roles for User:"******"m_RemoveUserFromRoleButton"; this.m_RemoveUserFromRoleButton.Size = new System.Drawing.Size(75,23); this.m_RemoveUserFromRoleButton.TabIndex = 3; this.m_RemoveUserFromRoleButton.Text = "Remove"; this.m_RemoveUserFromRoleButton.Click += new System.EventHandler(this.OnRemoveUserFromRole); // // m_AssignButton // this.m_AssignButton.Location = new System.Drawing.Point(177,19); this.m_AssignButton.Name = "m_AssignButton"; this.m_AssignButton.Size = new System.Drawing.Size(75,23); this.m_AssignButton.TabIndex = 1; this.m_AssignButton.Text = "Assign"; this.m_AssignButton.Click += new System.EventHandler(this.OnAssignUserToRole); // // usersToAssignHeader // usersToAssignHeader.Text = ""; usersToAssignHeader.Width = 186; // // rolesGroupBox // rolesGroupBox.Controls.Add(this.m_UsersInRoleComboBox); rolesGroupBox.Controls.Add(this.m_RolesListView); rolesGroupBox.Controls.Add(this.m_PopulatedLabel); rolesGroupBox.Controls.Add(this.m_ThrowIfPopulatedCheckBox); rolesGroupBox.Controls.Add(this.m_DeleteAllRolesButton); rolesGroupBox.Controls.Add(usersInRoleLabel); rolesGroupBox.Controls.Add(this.m_CreateRoleButton); rolesGroupBox.Controls.Add(this.m_DeleteRoleButton); rolesGroupBox.Location = new System.Drawing.Point(270,11); rolesGroupBox.Name = "rolesGroupBox"; rolesGroupBox.Size = new System.Drawing.Size(258,368); rolesGroupBox.TabIndex = 0; rolesGroupBox.TabStop = false; rolesGroupBox.Text = "Roles"; // // m_UsersInRoleComboBox // this.m_UsersInRoleComboBox.FormattingEnabled = true; this.m_UsersInRoleComboBox.ImageList = null; this.m_UsersInRoleComboBox.Location = new System.Drawing.Point(6,341); this.m_UsersInRoleComboBox.Name = "m_UsersInRoleComboBox"; this.m_UsersInRoleComboBox.Size = new System.Drawing.Size(165,21); this.m_UsersInRoleComboBox.TabIndex = 5; // // m_RolesListView // this.m_RolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { rolesHeader}); this.m_RolesListView.FullRowSelect = true; this.m_RolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_RolesListView.HideSelection = false; this.m_RolesListView.Location = new System.Drawing.Point(6,19); this.m_RolesListView.MultiSelect = false; this.m_RolesListView.Name = "m_RolesListView"; this.m_RolesListView.ShowGroups = false; this.m_RolesListView.Size = new System.Drawing.Size(165,290); this.m_RolesListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_RolesListView.TabIndex = 6; this.m_RolesListView.View = System.Windows.Forms.View.SmallIcon; this.m_RolesListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedRoleChanged); // // rolesHeader // rolesHeader.Width = 300; // // m_PopulatedLabel // this.m_PopulatedLabel.AutoSize = true; this.m_PopulatedLabel.Location = new System.Drawing.Point(197,97); this.m_PopulatedLabel.Name = "m_PopulatedLabel"; this.m_PopulatedLabel.Size = new System.Drawing.Size(51,13); this.m_PopulatedLabel.TabIndex = 7; this.m_PopulatedLabel.Text = "Populated"; // // m_ThrowIfPopulatedCheckBox // this.m_ThrowIfPopulatedCheckBox.AutoSize = true; this.m_ThrowIfPopulatedCheckBox.Location = new System.Drawing.Point(177,77); this.m_ThrowIfPopulatedCheckBox.Name = "m_ThrowIfPopulatedCheckBox"; this.m_ThrowIfPopulatedCheckBox.Size = new System.Drawing.Size(46,17); this.m_ThrowIfPopulatedCheckBox.TabIndex = 2; this.m_ThrowIfPopulatedCheckBox.Text = "Fail if"; // // m_DeleteAllRolesButton // this.m_DeleteAllRolesButton.Location = new System.Drawing.Point(177,286); this.m_DeleteAllRolesButton.Name = "m_DeleteAllRolesButton"; this.m_DeleteAllRolesButton.Size = new System.Drawing.Size(75,23); this.m_DeleteAllRolesButton.TabIndex = 6; this.m_DeleteAllRolesButton.Text = "Delete All"; this.m_DeleteAllRolesButton.Click += new System.EventHandler(this.OnDeleteAllRoles); // // usersInRoleLabel // usersInRoleLabel.AutoSize = true; usersInRoleLabel.Location = new System.Drawing.Point(6,325); usersInRoleLabel.Name = "usersInRoleLabel"; usersInRoleLabel.Size = new System.Drawing.Size(69,13); usersInRoleLabel.TabIndex = 4; usersInRoleLabel.Text = "Users in Role:"; // // m_CreateRoleButton // this.m_CreateRoleButton.Location = new System.Drawing.Point(177,19); this.m_CreateRoleButton.Name = "m_CreateRoleButton"; this.m_CreateRoleButton.Size = new System.Drawing.Size(75,23); this.m_CreateRoleButton.TabIndex = 2; this.m_CreateRoleButton.Text = "Create"; this.m_CreateRoleButton.Click += new System.EventHandler(this.OnCreateRole); // // m_DeleteRoleButton // this.m_DeleteRoleButton.Location = new System.Drawing.Point(177,48); this.m_DeleteRoleButton.Name = "m_DeleteRoleButton"; this.m_DeleteRoleButton.Size = new System.Drawing.Size(75,23); this.m_DeleteRoleButton.TabIndex = 1; this.m_DeleteRoleButton.Text = "Delete"; this.m_DeleteRoleButton.Click += new System.EventHandler(this.OnDeleteRole); // // usersStatus // usersStatus.Controls.Add(this.m_UsersStatusRefresh); usersStatus.Controls.Add(this.m_OnlineTimeWindow); usersStatus.Controls.Add(onlineTimeWindowLabel); usersStatus.Controls.Add(this.m_UsersOnline); usersStatus.Controls.Add(onlineUsersLabel); usersStatus.Location = new System.Drawing.Point(298,11); usersStatus.Name = "usersStatus"; usersStatus.Size = new System.Drawing.Size(230,368); usersStatus.TabIndex = 8; usersStatus.TabStop = false; usersStatus.Text = "Users Status"; // // m_UsersStatusRefresh // this.m_UsersStatusRefresh.Location = new System.Drawing.Point(139,135); this.m_UsersStatusRefresh.Name = "m_UsersStatusRefresh"; this.m_UsersStatusRefresh.Size = new System.Drawing.Size(75,23); this.m_UsersStatusRefresh.TabIndex = 13; this.m_UsersStatusRefresh.Text = "Refresh"; this.m_UsersStatusRefresh.Click += new System.EventHandler(this.OnUserStatusRefresh); // // m_OnlineTimeWindow // this.m_OnlineTimeWindow.AutoSize = true; this.m_OnlineTimeWindow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_OnlineTimeWindow.Location = new System.Drawing.Point(138,62); this.m_OnlineTimeWindow.Name = "m_OnlineTimeWindow"; this.m_OnlineTimeWindow.Size = new System.Drawing.Size(9,13); this.m_OnlineTimeWindow.TabIndex = 12; this.m_OnlineTimeWindow.Text = "0"; // // onlineTimeWindowLabel // onlineTimeWindowLabel.AutoSize = true; onlineTimeWindowLabel.Location = new System.Drawing.Point(12,62); onlineTimeWindowLabel.Name = "onlineTimeWindowLabel"; onlineTimeWindowLabel.Size = new System.Drawing.Size(97,13); onlineTimeWindowLabel.TabIndex = 11; onlineTimeWindowLabel.Text = "Online time window:"; // // m_UsersOnline // this.m_UsersOnline.AutoSize = true; this.m_UsersOnline.Location = new System.Drawing.Point(138,33); this.m_UsersOnline.Name = "m_UsersOnline"; this.m_UsersOnline.Size = new System.Drawing.Size(9,13); this.m_UsersOnline.TabIndex = 10; this.m_UsersOnline.Text = "0"; this.m_UsersOnline.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // onlineUsersLabel // onlineUsersLabel.AutoSize = true; onlineUsersLabel.Location = new System.Drawing.Point(12,33); onlineUsersLabel.Name = "onlineUsersLabel"; onlineUsersLabel.Size = new System.Drawing.Size(114,13); onlineUsersLabel.TabIndex = 9; onlineUsersLabel.Text = "Number of users online:"; // // usersGoupBox // usersGoupBox.Controls.Add(this.m_UsersListView); usersGoupBox.Controls.Add(this.m_ChangePasswordButton); usersGoupBox.Controls.Add(this.m_ResetPasswordButton); usersGoupBox.Controls.Add(this.m_RelatedDataCheckBox); usersGoupBox.Controls.Add(this.m_DeleteAllUsersButton); usersGoupBox.Controls.Add(this.m_UpdateUser); usersGoupBox.Controls.Add(this.m_DeleteUserButton); usersGoupBox.Controls.Add(this.m_CreateUserButton); usersGoupBox.Location = new System.Drawing.Point(6,11); usersGoupBox.Name = "usersGoupBox"; usersGoupBox.Size = new System.Drawing.Size(286,368); usersGoupBox.TabIndex = 4; usersGoupBox.TabStop = false; usersGoupBox.Text = "Users"; // // m_UsersListView // this.m_UsersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { usersHeader}); this.m_UsersListView.FullRowSelect = true; this.m_UsersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_UsersListView.HideSelection = false; this.m_UsersListView.Location = new System.Drawing.Point(6,19); this.m_UsersListView.MultiSelect = false; this.m_UsersListView.Name = "m_UsersListView"; this.m_UsersListView.ShowGroups = false; this.m_UsersListView.Size = new System.Drawing.Size(165,342); this.m_UsersListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_UsersListView.TabIndex = 10; this.m_UsersListView.View = System.Windows.Forms.View.SmallIcon; // // usersHeader // usersHeader.Width = 300; // // m_ChangePasswordButton // this.m_ChangePasswordButton.Location = new System.Drawing.Point(177,77); this.m_ChangePasswordButton.Name = "m_ChangePasswordButton"; this.m_ChangePasswordButton.Size = new System.Drawing.Size(103,23); this.m_ChangePasswordButton.TabIndex = 12; this.m_ChangePasswordButton.Text = "Change Password"; this.m_ChangePasswordButton.Click += new System.EventHandler(this.OnChangePassword); // // m_ResetPasswordButton // this.m_ResetPasswordButton.Location = new System.Drawing.Point(177,106); this.m_ResetPasswordButton.Name = "m_ResetPasswordButton"; this.m_ResetPasswordButton.Size = new System.Drawing.Size(103,23); this.m_ResetPasswordButton.TabIndex = 11; this.m_ResetPasswordButton.Text = "Reset Password"; this.m_ResetPasswordButton.Click += new System.EventHandler(this.OnResetPassword); // // m_RelatedDataCheckBox // this.m_RelatedDataCheckBox.AutoSize = true; this.m_RelatedDataCheckBox.Checked = true; this.m_RelatedDataCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.m_RelatedDataCheckBox.Location = new System.Drawing.Point(177,164); this.m_RelatedDataCheckBox.Name = "m_RelatedDataCheckBox"; this.m_RelatedDataCheckBox.Size = new System.Drawing.Size(59,17); this.m_RelatedDataCheckBox.TabIndex = 9; this.m_RelatedDataCheckBox.Text = "All Data"; // // m_DeleteAllUsersButton // this.m_DeleteAllUsersButton.Location = new System.Drawing.Point(177,338); this.m_DeleteAllUsersButton.Name = "m_DeleteAllUsersButton"; this.m_DeleteAllUsersButton.Size = new System.Drawing.Size(103,23); this.m_DeleteAllUsersButton.TabIndex = 8; this.m_DeleteAllUsersButton.Text = "Delete All"; this.m_DeleteAllUsersButton.Click += new System.EventHandler(this.OnDeleteAllUsers); // // m_UpdateUser // this.m_UpdateUser.Location = new System.Drawing.Point(177,48); this.m_UpdateUser.Name = "m_UpdateUser"; this.m_UpdateUser.Size = new System.Drawing.Size(103,23); this.m_UpdateUser.TabIndex = 7; this.m_UpdateUser.Text = "Update"; this.m_UpdateUser.Click += new System.EventHandler(this.OnUpdateUser); // // m_DeleteUserButton // this.m_DeleteUserButton.Location = new System.Drawing.Point(177,135); this.m_DeleteUserButton.Name = "m_DeleteUserButton"; this.m_DeleteUserButton.Size = new System.Drawing.Size(103,23); this.m_DeleteUserButton.TabIndex = 4; this.m_DeleteUserButton.Text = "Delete"; this.m_DeleteUserButton.Click += new System.EventHandler(this.OnDeleteUser); // // m_CreateUserButton // this.m_CreateUserButton.Location = new System.Drawing.Point(177,19); this.m_CreateUserButton.Name = "m_CreateUserButton"; this.m_CreateUserButton.Size = new System.Drawing.Size(103,23); this.m_CreateUserButton.TabIndex = 4; this.m_CreateUserButton.Text = "Create..."; this.m_CreateUserButton.Click += new System.EventHandler(this.OnCreateUser); // // applicationsGroupBox // applicationsGroupBox.Controls.Add(this.m_ApplicationListView); applicationsGroupBox.Controls.Add(this.m_DeleteAllApplicationsButton); applicationsGroupBox.Controls.Add(this.m_CreateApplicationButton); applicationsGroupBox.Controls.Add(this.m_DeleteApplicationButton); applicationsGroupBox.Location = new System.Drawing.Point(6,11); applicationsGroupBox.Name = "applicationsGroupBox"; applicationsGroupBox.Size = new System.Drawing.Size(258,368); applicationsGroupBox.TabIndex = 11; applicationsGroupBox.TabStop = false; applicationsGroupBox.Text = "Applications"; // // m_ApplicationListView // this.m_ApplicationListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { applicationsHeader}); this.m_ApplicationListView.FullRowSelect = true; this.m_ApplicationListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_ApplicationListView.HideSelection = false; this.m_ApplicationListView.Location = new System.Drawing.Point(6,19); this.m_ApplicationListView.MultiSelect = false; this.m_ApplicationListView.Name = "m_ApplicationListView"; this.m_ApplicationListView.ShowGroups = false; this.m_ApplicationListView.Size = new System.Drawing.Size(165,342); this.m_ApplicationListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_ApplicationListView.TabIndex = 12; this.m_ApplicationListView.View = System.Windows.Forms.View.SmallIcon; this.m_ApplicationListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedApplicationChanged); // // applicationsHeader // applicationsHeader.Width = 390; // // m_DeleteAllApplicationsButton // this.m_DeleteAllApplicationsButton.Location = new System.Drawing.Point(177,338); this.m_DeleteAllApplicationsButton.Name = "m_DeleteAllApplicationsButton"; this.m_DeleteAllApplicationsButton.Size = new System.Drawing.Size(75,23); this.m_DeleteAllApplicationsButton.TabIndex = 11; this.m_DeleteAllApplicationsButton.Text = "Delete All"; this.m_DeleteAllApplicationsButton.Click += new System.EventHandler(this.OnDeleteAllApplications); // // m_CreateApplicationButton // this.m_CreateApplicationButton.Location = new System.Drawing.Point(177,19); this.m_CreateApplicationButton.Name = "m_CreateApplicationButton"; this.m_CreateApplicationButton.Size = new System.Drawing.Size(75,23); this.m_CreateApplicationButton.TabIndex = 4; this.m_CreateApplicationButton.Text = "Create"; this.m_CreateApplicationButton.Click += new System.EventHandler(this.OnCreateApplication); // // m_DeleteApplicationButton // this.m_DeleteApplicationButton.Location = new System.Drawing.Point(177,48); this.m_DeleteApplicationButton.Name = "m_DeleteApplicationButton"; this.m_DeleteApplicationButton.Size = new System.Drawing.Size(75,23); this.m_DeleteApplicationButton.TabIndex = 7; this.m_DeleteApplicationButton.Text = "Delete"; this.m_DeleteApplicationButton.Click += new System.EventHandler(this.OnDeleteApplication); // // columnApplications // columnApplications.Text = "Select Application:"; columnApplications.Width = 186; // // addressGroupBox // addressGroupBox.Controls.Add(this.m_SelectButton); addressGroupBox.Controls.Add(this.m_WebBrowser); addressGroupBox.Controls.Add(this.m_AddressTextbox); addressGroupBox.Controls.Add(this.m_ViewButton); addressGroupBox.Location = new System.Drawing.Point(6,11); addressGroupBox.Name = "addressGroupBox"; addressGroupBox.Size = new System.Drawing.Size(549,368); addressGroupBox.TabIndex = 5; addressGroupBox.TabStop = false; addressGroupBox.Text = "Credentials Web Service Address:"; // // m_SelectButton // this.m_SelectButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_SelectButton.Location = new System.Drawing.Point(450,17); this.m_SelectButton.Name = "m_SelectButton"; this.m_SelectButton.Size = new System.Drawing.Size(75,23); this.m_SelectButton.TabIndex = 5; this.m_SelectButton.Text = "Select"; this.m_SelectButton.Click += new System.EventHandler(this.OnSelectService); // // m_WebBrowser // this.m_WebBrowser.Location = new System.Drawing.Point(6,45); this.m_WebBrowser.Name = "m_WebBrowser"; this.m_WebBrowser.Size = new System.Drawing.Size(519,317); this.m_WebBrowser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.OnDownloadCompleted); // // m_AddressTextbox // this.m_AddressTextbox.Location = new System.Drawing.Point(6,19); this.m_AddressTextbox.Name = "m_AddressTextbox"; this.m_AddressTextbox.Size = new System.Drawing.Size(357,20); this.m_AddressTextbox.TabIndex = 3; this.m_AddressTextbox.Text = "http://localhost/CredentialsService/AspNetSqlProviderService.asmx"; // // m_ViewButton // this.m_ViewButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_ViewButton.Location = new System.Drawing.Point(369,17); this.m_ViewButton.Name = "m_ViewButton"; this.m_ViewButton.Size = new System.Drawing.Size(75,23); this.m_ViewButton.TabIndex = 4; this.m_ViewButton.Text = "View"; this.m_ViewButton.Click += new System.EventHandler(this.OnViewService); // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { applicationMenuItem, usersMenuItem, rolesMenuItem, passwordsMenuItem, serviceMenuItem, testMenuItem, helpMenuItem}); mainMenu.Location = new System.Drawing.Point(0,0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(542,24); mainMenu.TabIndex = 1; mainMenu.Text = "m_MainMenu"; // // applicationMenuItem // applicationMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_CreateApplicationMenuItem, this.m_DeleteApplicationMenuItem, this.m_DeleteAllApplicationsMenuItem}); applicationMenuItem.Name = "applicationMenuItem"; applicationMenuItem.Text = "Application"; // // m_CreateApplicationMenuItem // this.m_CreateApplicationMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIApplication; this.m_CreateApplicationMenuItem.Name = "m_CreateApplicationMenuItem"; this.m_CreateApplicationMenuItem.Text = "Create"; this.m_CreateApplicationMenuItem.Click += new System.EventHandler(this.OnCreateApplication); // // m_DeleteApplicationMenuItem // this.m_DeleteApplicationMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteApplication; this.m_DeleteApplicationMenuItem.Name = "m_DeleteApplicationMenuItem"; this.m_DeleteApplicationMenuItem.Text = "Delete"; this.m_DeleteApplicationMenuItem.Click += new System.EventHandler(this.OnDeleteApplication); // // m_DeleteAllApplicationsMenuItem // this.m_DeleteAllApplicationsMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllApplications; this.m_DeleteAllApplicationsMenuItem.Name = "m_DeleteAllApplicationsMenuItem"; this.m_DeleteAllApplicationsMenuItem.Text = "Delete All"; this.m_DeleteAllApplicationsMenuItem.Click += new System.EventHandler(this.OnDeleteAllApplications); // // usersMenuItem // usersMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_CreateUserMenuItem, this.m_UpdateUserMenuItem, this.m_DeleteUserMenuItem, this.m_DeleteAllUsersMenuItem, usersSeparator1, this.m_ChangePasswordMenuItem, this.m_ResetPasswordMenuItem, usersSeparator2, this.m_RefreshUsersStatusMenuItem}); usersMenuItem.Name = "usersMenuItem"; usersMenuItem.Text = "Users"; // // m_CreateUserMenuItem // this.m_CreateUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIUser; this.m_CreateUserMenuItem.Name = "m_CreateUserMenuItem"; this.m_CreateUserMenuItem.Text = "Create User"; this.m_CreateUserMenuItem.Click += new System.EventHandler(this.OnCreateUser); // // m_UpdateUserMenuItem // this.m_UpdateUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.Update; this.m_UpdateUserMenuItem.Name = "m_UpdateUserMenuItem"; this.m_UpdateUserMenuItem.Text = "Update User"; this.m_UpdateUserMenuItem.Click += new System.EventHandler(this.OnUpdateUser); // // m_DeleteUserMenuItem // this.m_DeleteUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteUser; this.m_DeleteUserMenuItem.Name = "m_DeleteUserMenuItem"; this.m_DeleteUserMenuItem.Text = "Delete User"; this.m_DeleteUserMenuItem.Click += new System.EventHandler(this.OnDeleteUser); // // m_DeleteAllUsersMenuItem // this.m_DeleteAllUsersMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllUsers; this.m_DeleteAllUsersMenuItem.Name = "m_DeleteAllUsersMenuItem"; this.m_DeleteAllUsersMenuItem.Text = "Delete All Users"; this.m_DeleteAllUsersMenuItem.Click += new System.EventHandler(this.OnDeleteAllUsers); // // usersSeparator1 // usersSeparator1.Name = "usersSeparator1"; // // m_ChangePasswordMenuItem // this.m_ChangePasswordMenuItem.Image = CredentialsManagerClient.Properties.Resources.ChangePassword; this.m_ChangePasswordMenuItem.Name = "m_ChangePasswordMenuItem"; this.m_ChangePasswordMenuItem.Text = "Change Password"; this.m_ChangePasswordMenuItem.Click += new System.EventHandler(this.OnChangePassword); // // m_ResetPasswordMenuItem // this.m_ResetPasswordMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("m_ResetPasswordMenuItem.Image"))); this.m_ResetPasswordMenuItem.Name = "m_ResetPasswordMenuItem"; this.m_ResetPasswordMenuItem.Text = "Reset Password"; this.m_ResetPasswordMenuItem.Click += new System.EventHandler(this.OnResetPassword); // // usersSeparator2 // usersSeparator2.Name = "usersSeparator2"; // // m_RefreshUsersStatusMenuItem // this.m_RefreshUsersStatusMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("m_RefreshUsersStatusMenuItem.Image"))); this.m_RefreshUsersStatusMenuItem.Name = "m_RefreshUsersStatusMenuItem"; this.m_RefreshUsersStatusMenuItem.Text = "Refresh Users Status"; this.m_RefreshUsersStatusMenuItem.Click += new System.EventHandler(this.OnUserStatusRefresh); // // rolesMenuItem // rolesMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_CreateRoleMenuItem, this.m_DeleteRoleMenuItem, this.m_DeleteAllRolesMenuItem, rolesSeparator1, this.m_AssignUsertoRoleMenuItem, this.m_RemoveUserFromRoleMenuItem, this.m_RemoveUserFromAllRolesMenuItem}); rolesMenuItem.Name = "rolesMenuItem"; rolesMenuItem.Text = "Roles"; // // m_CreateRoleMenuItem // this.m_CreateRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIRole; this.m_CreateRoleMenuItem.Name = "m_CreateRoleMenuItem"; this.m_CreateRoleMenuItem.Text = "Create Role"; this.m_CreateRoleMenuItem.Click += new System.EventHandler(this.OnCreateRole); // // m_DeleteRoleMenuItem // this.m_DeleteRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteRole; this.m_DeleteRoleMenuItem.Name = "m_DeleteRoleMenuItem"; this.m_DeleteRoleMenuItem.Text = "Delete Role"; this.m_DeleteRoleMenuItem.Click += new System.EventHandler(this.OnDeleteRole); // // m_DeleteAllRolesMenuItem // this.m_DeleteAllRolesMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllRoles; this.m_DeleteAllRolesMenuItem.Name = "m_DeleteAllRolesMenuItem"; this.m_DeleteAllRolesMenuItem.Text = "Delete All Roles"; this.m_DeleteAllRolesMenuItem.Click += new System.EventHandler(this.OnDeleteAllRoles); // // rolesSeparator1 // rolesSeparator1.Name = "rolesSeparator1"; // // m_AssignUsertoRoleMenuItem // this.m_AssignUsertoRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.Assign; this.m_AssignUsertoRoleMenuItem.Name = "m_AssignUsertoRoleMenuItem"; this.m_AssignUsertoRoleMenuItem.Text = "Assign User to Role"; this.m_AssignUsertoRoleMenuItem.Click += new System.EventHandler(this.OnAssignUserToRole); // // m_RemoveUserFromRoleMenuItem // this.m_RemoveUserFromRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.Remove; this.m_RemoveUserFromRoleMenuItem.Name = "m_RemoveUserFromRoleMenuItem"; this.m_RemoveUserFromRoleMenuItem.Text = "Remove User from Role"; this.m_RemoveUserFromRoleMenuItem.Click += new System.EventHandler(this.OnRemoveUserFromRole); // // m_RemoveUserFromAllRolesMenuItem // this.m_RemoveUserFromAllRolesMenuItem.Image = CredentialsManagerClient.Properties.Resources.RemoveAll; this.m_RemoveUserFromAllRolesMenuItem.Name = "m_RemoveUserFromAllRolesMenuItem"; this.m_RemoveUserFromAllRolesMenuItem.Text = "Remove User from All Roles"; this.m_RemoveUserFromAllRolesMenuItem.Click += new System.EventHandler(this.OnRemoveUsersFromAllRoles); // // passwordsMenuItem // passwordsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_GeneratePasswordMenuItem}); passwordsMenuItem.Name = "passwordsMenuItem"; passwordsMenuItem.Text = "Passwords"; // // m_GeneratePasswordMenuItem // this.m_GeneratePasswordMenuItem.Image = CredentialsManagerClient.Properties.Resources.GeneratePassword; this.m_GeneratePasswordMenuItem.Name = "m_GeneratePasswordMenuItem"; this.m_GeneratePasswordMenuItem.Text = "Generate Password"; this.m_GeneratePasswordMenuItem.Click += new System.EventHandler(this.OnGeneratePassword); // // serviceMenuItem // serviceMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_ViewMenuItem, this.m_SelectMenuItem}); serviceMenuItem.Name = "serviceMenuItem"; serviceMenuItem.Text = "Service"; serviceMenuItem.Click += new System.EventHandler(this.OnViewService); // // m_ViewMenuItem // this.m_ViewMenuItem.Image = CredentialsManagerClient.Properties.Resources.Service; this.m_ViewMenuItem.Name = "m_ViewMenuItem"; this.m_ViewMenuItem.Text = "View"; // // m_SelectMenuItem // this.m_SelectMenuItem.Image = CredentialsManagerClient.Properties.Resources.SelectService; this.m_SelectMenuItem.Name = "m_SelectMenuItem"; this.m_SelectMenuItem.Text = "Select"; // // testMenuItem // testMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_LogOnMenuItem, this.m_AuthorizeMenuItem}); testMenuItem.Name = "testMenuItem"; testMenuItem.Text = "Test"; // // m_LogOnMenuItem // this.m_LogOnMenuItem.Image = CredentialsManagerClient.Properties.Resources.Authenticate; this.m_LogOnMenuItem.Name = "m_LogOnMenuItem"; this.m_LogOnMenuItem.Text = "Authenticate"; this.m_LogOnMenuItem.Click += new System.EventHandler(this.OnAuthenticate); // // m_AuthorizeMenuItem // this.m_AuthorizeMenuItem.Image = CredentialsManagerClient.Properties.Resources.Authorize; this.m_AuthorizeMenuItem.Name = "m_AuthorizeMenuItem"; this.m_AuthorizeMenuItem.Text = "Authorize"; this.m_AuthorizeMenuItem.Click += new System.EventHandler(this.OnAuthorize); // // helpMenuItem // helpMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpContentMenuItem, aboutMenuItem}); helpMenuItem.Name = "helpMenuItem"; helpMenuItem.Text = "Help"; // // helpContentMenuItem // this.helpContentMenuItem.Name = "helpContentMenuItem"; this.helpContentMenuItem.Text = "Content"; this.helpContentMenuItem.Click += new System.EventHandler(this.Content); // // aboutMenuItem // aboutMenuItem.Name = "aboutMenuItem"; aboutMenuItem.Text = "About"; aboutMenuItem.Click += new System.EventHandler(this.OnAbout); // // passwordsPage // passwordsPage.Controls.Add(passwordSetupGroupBox); passwordsPage.Controls.Add(generatePassorgGroupBox); passwordsPage.Location = new System.Drawing.Point(4,22); passwordsPage.Name = "passwordsPage"; passwordsPage.Size = new System.Drawing.Size(534,387); passwordsPage.TabIndex = 3; passwordsPage.Text = "Passwords"; // // rolesPage // rolesPage.Controls.Add(usersGroupBox); rolesPage.Controls.Add(rolesGroupBox); rolesPage.Location = new System.Drawing.Point(4,22); rolesPage.Name = "rolesPage"; rolesPage.Size = new System.Drawing.Size(534,387); rolesPage.TabIndex = 2; rolesPage.Text = "Roles"; // // usersPage // usersPage.Controls.Add(usersStatus); usersPage.Controls.Add(usersGoupBox); usersPage.Location = new System.Drawing.Point(4,22); usersPage.Name = "usersPage"; usersPage.Padding = new System.Windows.Forms.Padding(3); usersPage.Size = new System.Drawing.Size(534,387); usersPage.TabIndex = 1; usersPage.Text = "Users"; // // applicationsTab // applicationsTab.Controls.Add(applicationPictureBox); applicationsTab.Controls.Add(applicationsGroupBox); applicationsTab.Location = new System.Drawing.Point(4,22); applicationsTab.Name = "applicationsTab"; applicationsTab.Padding = new System.Windows.Forms.Padding(3); 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(); }
private void InitializeComponent() { this.components = new Container(); this.m_OwnerName = new System.Windows.Forms.TextBox(); this.m_ToDateLabel = new System.Windows.Forms.Label(); this.cbNeedOwnerPresence = new System.Windows.Forms.CheckBox(); this.tbComment = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.m_AccountNumber = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.tbxAccountHolder = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.btnSelectProvider = new System.Windows.Forms.Button(); this.cbNeedPrintNotice = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.tbIdentityCardHolderName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tbIdentityCardNumber = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.tbDocInfo = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.chbClosePG = new System.Windows.Forms.CheckBox(); this.chbCloseReg = new System.Windows.Forms.CheckBox(); this.tbNoticeAdrName = new System.Windows.Forms.TextBox(); this.cbCloseInPaymentsystem = new System.Windows.Forms.CheckBox(); this.m_AccountBS = new System.Windows.Forms.BindingSource(this.components); this.selectNoticeAdr = new SelectAddress(); this.m_OwnerSelection = new SelectOwner(); this.m_ToDate = new DateBox(); this.m_FromDate = new DateBox(); System.Windows.Forms.Label label = new System.Windows.Forms.Label(); System.Windows.Forms.Label label2 = new System.Windows.Forms.Label(); System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox(); System.Windows.Forms.Label label3 = new System.Windows.Forms.Label(); box.SuspendLayout(); this.groupBox2.SuspendLayout(); this.m_AccountBS.BeginInit(); base.SuspendLayout(); label.set_AutoSize(true); label.set_Location(new System.Drawing.Point(11, 0xca)); label.set_Margin(new System.Windows.Forms.Padding(0)); label.set_Name("label2"); label.set_Size(new System.Drawing.Size(0x49, 13)); label.set_TabIndex(10); label.set_Text("Действует с:"); label2.set_AutoSize(true); label2.set_Location(new System.Drawing.Point(11, 0x6a)); label2.set_Margin(new System.Windows.Forms.Padding(0)); label2.set_Name("label1"); label2.set_Size(new System.Drawing.Size(0x5d, 13)); label2.set_TabIndex(8); label2.set_Text("Отображать как:"); box.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); box.Controls.Add(this.m_OwnerSelection); box.Controls.Add(this.m_OwnerName); box.Controls.Add(label2); box.set_Location(new System.Drawing.Point(0, 0)); box.set_Name("groupBox1"); box.set_Size(new System.Drawing.Size(0x213, 130)); box.set_TabIndex(1); box.set_TabStop(false); box.set_Text("Ответственный"); this.m_OwnerName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.m_OwnerName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "OwnerName", true)); this.m_OwnerName.set_Location(new System.Drawing.Point(0x75, 0x67)); this.m_OwnerName.set_Name("m_OwnerName"); this.m_OwnerName.set_Size(new System.Drawing.Size(0x196, 20)); this.m_OwnerName.set_TabIndex(2); label3.set_AutoSize(true); label3.set_Location(new System.Drawing.Point(11, 0x8b)); label3.set_Margin(new System.Windows.Forms.Padding(0)); label3.set_Name("label4"); label3.set_Size(new System.Drawing.Size(0x2c, 13)); label3.set_TabIndex(15); label3.set_Text("Номер:"); this.m_ToDateLabel.set_AutoSize(true); this.m_ToDateLabel.set_Location(new System.Drawing.Point(210, 0xca)); this.m_ToDateLabel.set_Margin(new System.Windows.Forms.Padding(0)); this.m_ToDateLabel.set_Name("m_ToDateLabel"); this.m_ToDateLabel.set_Size(new System.Drawing.Size(0x16, 13)); this.m_ToDateLabel.set_TabIndex(10); this.m_ToDateLabel.set_Text("по:"); this.cbNeedOwnerPresence.set_AutoSize(true); this.cbNeedOwnerPresence.set_CheckAlign(System.Drawing.ContentAlignment.TopRight); this.cbNeedOwnerPresence.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.m_AccountBS, "NeedOwnerPresence", true)); this.cbNeedOwnerPresence.set_Location(new System.Drawing.Point(8, 0x133)); this.cbNeedOwnerPresence.set_Name("cbNeedOwnerPresence"); this.cbNeedOwnerPresence.set_Size(new System.Drawing.Size(0x87, 0x11)); this.cbNeedOwnerPresence.set_TabIndex(14); this.cbNeedOwnerPresence.set_Text("Зайти в бухгалтерию:"); this.cbNeedOwnerPresence.set_UseVisualStyleBackColor(true); this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.tbComment.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "Comment", true)); this.tbComment.set_Location(new System.Drawing.Point(0x75, 0x169)); this.tbComment.set_Multiline(true); this.tbComment.set_Name("tbComment"); this.tbComment.set_Size(new System.Drawing.Size(0x196, 0x1c)); this.tbComment.set_TabIndex(13); this.label3.set_AutoSize(true); this.label3.set_Location(new System.Drawing.Point(11, 0x16c)); this.label3.set_Name("label3"); this.label3.set_Size(new System.Drawing.Size(0x49, 13)); this.label3.set_TabIndex(12); this.label3.set_Text("Примечание:"); this.m_AccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.m_AccountNumber.set_Location(new System.Drawing.Point(0x75, 0x88)); this.m_AccountNumber.set_Name("m_AccountNumber"); this.m_AccountNumber.set_Size(new System.Drawing.Size(0x196, 20)); this.m_AccountNumber.set_TabIndex(0x10); this.m_AccountNumber.add_TextChanged(new System.EventHandler(this.m_AccountNumber_TextChanged)); this.label18.set_AutoSize(true); this.label18.set_Location(new System.Drawing.Point(11, 0xa2)); this.label18.set_Name("label18"); this.label18.set_Size(new System.Drawing.Size(80, 13)); this.label18.set_TabIndex(0x3a); this.label18.set_TabStop(true); this.label18.set_Text("Управляющая"); this.tbxAccountHolder.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.tbxAccountHolder.set_Location(new System.Drawing.Point(0x75, 0xa3)); this.tbxAccountHolder.set_Name("tbxAccountHolder"); this.tbxAccountHolder.set_ReadOnly(true); this.tbxAccountHolder.set_Size(new System.Drawing.Size(0x178, 20)); this.tbxAccountHolder.set_TabIndex(0x38); this.label5.set_AutoSize(true); this.label5.set_Location(new System.Drawing.Point(11, 0xb0)); this.label5.set_Name("label5"); this.label5.set_Size(new System.Drawing.Size(0x4e, 13)); this.label5.set_TabIndex(0x3b); this.label5.set_TabStop(true); this.label5.set_Text("компания ЛС:"); this.btnSelectProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top); this.btnSelectProvider.set_Location(new System.Drawing.Point(0x1ed, 0xa2)); this.btnSelectProvider.set_Name("btnSelectProvider"); this.btnSelectProvider.set_Size(new System.Drawing.Size(30, 20)); this.btnSelectProvider.set_TabIndex(0x3d); this.btnSelectProvider.set_Text("..."); this.btnSelectProvider.set_UseVisualStyleBackColor(true); this.btnSelectProvider.add_Click(new System.EventHandler(this.btnSelectProvider_Click)); this.cbNeedPrintNotice.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top); this.cbNeedPrintNotice.set_AutoSize(true); this.cbNeedPrintNotice.set_Checked(true); this.cbNeedPrintNotice.set_CheckState(System.Windows.Forms.CheckState.Checked); this.cbNeedPrintNotice.set_Location(new System.Drawing.Point(0x188, 0x133)); this.cbNeedPrintNotice.set_Name("cbNeedPrintNotice"); this.cbNeedPrintNotice.set_Size(new System.Drawing.Size(0x85, 0x11)); this.cbNeedPrintNotice.set_TabIndex(0x3e); this.cbNeedPrintNotice.set_Text("Печатать извещения"); this.cbNeedPrintNotice.set_UseVisualStyleBackColor(true); this.cbNeedPrintNotice.add_CheckedChanged(new System.EventHandler(this.cbNeedPrintNotice_CheckedChanged)); this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.tbIdentityCardHolderName); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.tbIdentityCardNumber); this.groupBox2.set_Location(new System.Drawing.Point(0, 230)); this.groupBox2.set_Name("groupBox2"); this.groupBox2.set_Size(new System.Drawing.Size(0x213, 0x47)); this.groupBox2.set_TabIndex(0x41); this.groupBox2.set_TabStop(false); this.groupBox2.set_Text("Идентификационная карта"); this.label7.set_AutoSize(true); this.label7.set_Location(new System.Drawing.Point(11, 0x30)); this.label7.set_Name("label7"); this.label7.set_Size(new System.Drawing.Size(0x3b, 13)); this.label7.set_TabIndex(0x44); this.label7.set_Text("Владелец:"); this.tbIdentityCardHolderName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.tbIdentityCardHolderName.set_Location(new System.Drawing.Point(0x75, 0x2d)); this.tbIdentityCardHolderName.set_Name("tbIdentityCardHolderName"); this.tbIdentityCardHolderName.set_Size(new System.Drawing.Size(0x196, 20)); this.tbIdentityCardHolderName.set_TabIndex(0x43); this.tbIdentityCardHolderName.add_TextChanged(new System.EventHandler(this.tbIdentityCardHolderName_TextChanged)); this.label6.set_AutoSize(true); this.label6.set_Location(new System.Drawing.Point(11, 0x16)); this.label6.set_Name("label6"); this.label6.set_Size(new System.Drawing.Size(0x2c, 13)); this.label6.set_TabIndex(0x42); this.label6.set_Text("Номер:"); this.tbIdentityCardNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.tbIdentityCardNumber.set_Location(new System.Drawing.Point(0x75, 0x13)); this.tbIdentityCardNumber.set_Name("tbIdentityCardNumber"); this.tbIdentityCardNumber.set_Size(new System.Drawing.Size(0x196, 20)); this.tbIdentityCardNumber.set_TabIndex(0x41); this.tbIdentityCardNumber.add_TextChanged(new System.EventHandler(this.tbIdentityCardNumber_TextChanged)); this.label8.set_Location(new System.Drawing.Point(11, 0x147)); this.label8.set_Name("label8"); this.label8.set_Size(new System.Drawing.Size(100, 0x1f)); this.label8.set_TabIndex(0x42); this.label8.set_Text("Документ на открытие"); this.tbDocInfo.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.tbDocInfo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "DocInfo", true)); this.tbDocInfo.set_Location(new System.Drawing.Point(0x75, 0x14b)); this.tbDocInfo.set_Name("tbDocInfo"); this.tbDocInfo.set_Size(new System.Drawing.Size(0x196, 20)); this.tbDocInfo.set_TabIndex(0x44); this.tbDocInfo.add_TextChanged(new System.EventHandler(this.tbDocInfo_TextChanged)); this.label9.set_AutoSize(true); this.label9.set_Location(new System.Drawing.Point(11, 0x187)); this.label9.set_Name("label9"); this.label9.set_Size(new System.Drawing.Size(0x84, 13)); this.label9.set_TabIndex(70); this.label9.set_Text("Адрес для уведомлений:"); this.chbClosePG.set_AutoSize(true); this.chbClosePG.set_Location(new System.Drawing.Point(14, 0x1e5)); this.chbClosePG.set_Name("chbClosePG"); this.chbClosePG.set_Size(new System.Drawing.Size(0xc2, 0x11)); this.chbClosePG.set_TabIndex(0x47); this.chbClosePG.set_Text("Закрыть ПЖ датой закрытия ЛС"); this.chbClosePG.set_UseVisualStyleBackColor(true); this.chbCloseReg.set_AutoSize(true); this.chbCloseReg.set_Location(new System.Drawing.Point(14, 0x1f8)); this.chbCloseReg.set_Name("chbCloseReg"); this.chbCloseReg.set_Size(new System.Drawing.Size(0xeb, 0x11)); this.chbCloseReg.set_TabIndex(0x48); this.chbCloseReg.set_Text("Выписать проживающих датой закрытия"); this.chbCloseReg.set_UseVisualStyleBackColor(true); this.tbNoticeAdrName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.tbNoticeAdrName.set_Location(new System.Drawing.Point(14, 0x1b3)); this.tbNoticeAdrName.set_Name("tbNoticeAdrName"); this.tbNoticeAdrName.set_Size(new System.Drawing.Size(0x1fd, 20)); this.tbNoticeAdrName.set_TabIndex(0x49); this.tbNoticeAdrName.add_TextChanged(new System.EventHandler(this.tbNoticeAdrName_TextChanged)); this.cbCloseInPaymentsystem.set_AutoSize(true); this.cbCloseInPaymentsystem.set_CheckAlign(System.Drawing.ContentAlignment.TopLeft); this.cbCloseInPaymentsystem.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.m_AccountBS, "IsCloseInPaymentSystem", true)); this.cbCloseInPaymentsystem.set_Location(new System.Drawing.Point(14, 0x1d1)); this.cbCloseInPaymentsystem.set_Name("cbCloseInPaymentsystem"); this.cbCloseInPaymentsystem.set_Size(new System.Drawing.Size(0xb7, 0x11)); this.cbCloseInPaymentsystem.set_TabIndex(0x4a); this.cbCloseInPaymentsystem.set_Text("Закрыть в платежной системе"); this.cbCloseInPaymentsystem.set_UseVisualStyleBackColor(true); this.m_AccountBS.set_DataSource(typeof(Account)); this.m_AccountBS.add_BindingComplete(new System.Windows.Forms.BindingCompleteEventHandler(this.m_AccountBS_BindingComplete)); this.m_AccountBS.add_DataError(new System.Windows.Forms.BindingManagerDataErrorEventHandler(this.m_AccountBS_DataError)); this.m_AccountBS.add_DataSourceChanged(new System.EventHandler(this.m_AccountBS_DataSourceChanged)); this.selectNoticeAdr.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.selectNoticeAdr.set_Location(new System.Drawing.Point(14, 0x197)); this.selectNoticeAdr.set_Name("selectNoticeAdr"); this.selectNoticeAdr.set_Size(new System.Drawing.Size(0x1fd, 0x17)); this.selectNoticeAdr.set_TabIndex(0x45); this.m_OwnerSelection.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.m_OwnerSelection.set_Location(new System.Drawing.Point(8, 0x11)); this.m_OwnerSelection.set_Margin(new System.Windows.Forms.Padding(5, 4, 5, 4)); this.m_OwnerSelection.set_Name("m_OwnerSelection"); this.m_OwnerSelection.set_Size(new System.Drawing.Size(0x203, 0x4f)); this.m_OwnerSelection.set_TabIndex(1); this.m_OwnerSelection.OnOwnerSelected += new OwnerHandler(this.m_OwnerSelection_OnOwnerSelected); this.m_ToDate.AttachToPeriod = false; this.m_ToDate.AttachToPeriodEnd = false; this.m_ToDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_AccountBS, "ToDate", true)); this.m_ToDate.set_Location(new System.Drawing.Point(0xeb, 0xc7)); this.m_ToDate.set_Margin(new System.Windows.Forms.Padding(0, 8, 0, 8)); this.m_ToDate.set_Mask("00/00/0000"); this.m_ToDate.set_Name("m_ToDate"); this.m_ToDate.set_Size(new System.Drawing.Size(90, 20)); this.m_ToDate.set_TabIndex(3); this.m_FromDate.AttachToPeriod = false; this.m_FromDate.AttachToPeriodEnd = false; this.m_FromDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_AccountBS, "FromDate", true)); this.m_FromDate.set_Location(new System.Drawing.Point(0x75, 0xc7)); this.m_FromDate.set_Margin(new System.Windows.Forms.Padding(0, 8, 0, 8)); this.m_FromDate.set_Mask("00/00/0000"); this.m_FromDate.set_Name("m_FromDate"); this.m_FromDate.set_Size(new System.Drawing.Size(90, 20)); this.m_FromDate.set_TabIndex(2); base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f)); base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font); base.Controls.Add(this.cbCloseInPaymentsystem); base.Controls.Add(this.tbNoticeAdrName); base.Controls.Add(this.chbCloseReg); base.Controls.Add(this.chbClosePG); base.Controls.Add(this.label9); base.Controls.Add(this.selectNoticeAdr); base.Controls.Add(this.tbDocInfo); base.Controls.Add(this.label8); base.Controls.Add(this.groupBox2); base.Controls.Add(this.cbNeedPrintNotice); base.Controls.Add(this.btnSelectProvider); base.Controls.Add(this.label5); base.Controls.Add(this.label18); base.Controls.Add(this.tbxAccountHolder); base.Controls.Add(this.m_AccountNumber); base.Controls.Add(label3); base.Controls.Add(this.cbNeedOwnerPresence); base.Controls.Add(this.tbComment); base.Controls.Add(this.label3); base.Controls.Add(box); base.Controls.Add(label); base.Controls.Add(this.m_ToDate); base.Controls.Add(this.m_FromDate); base.Controls.Add(this.m_ToDateLabel); this.set_MinimumSize(new System.Drawing.Size(0x125, 0x86)); base.set_Name("AccountView"); base.set_Size(new System.Drawing.Size(0x213, 0x20d)); base.add_Load(new System.EventHandler(this.AccountView_Load)); box.ResumeLayout(false); box.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.m_AccountBS.EndInit(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.components = new Container(); ComponentResourceManager manager = new ComponentResourceManager(typeof(MakeLinkDialog)); this.lblItem = new Label(); this.rbLinkDefault = new RadioButton(); this.rbLinkSymbolic = new RadioButton(); this.rbLinkHard = new RadioButton(); this.rbLinkJunction = new RadioButton(); this.rbLinkShellFolder = new RadioButton(); this.cmbDestFolder = new ComboBox(); this.tsItem = new VirtualItemToolStrip(this.components); this.btnOk = new Button(); this.btnTree = new Button(); this.btnCancel = new Button(); this.bvlButtons = new Bevel(); this.Validator = new ValidatorProvider(); this.AutoComplete = new AutoCompleteProvider(); Label label = new Label(); TableLayoutPanel panel = new TableLayoutPanel(); GroupBox control = new GroupBox(); TableLayoutPanel panel2 = new TableLayoutPanel(); TableLayoutPanel panel3 = new TableLayoutPanel(); panel.SuspendLayout(); control.SuspendLayout(); panel2.SuspendLayout(); panel3.SuspendLayout(); base.SuspendLayout(); manager.ApplyResources(label, "lblIn"); label.Name = "lblIn"; manager.ApplyResources(panel, "tlpBack"); panel.Controls.Add(this.lblItem, 0, 0); panel.Controls.Add(control, 0, 4); panel.Controls.Add(this.cmbDestFolder, 0, 3); panel.Controls.Add(this.tsItem, 0, 1); panel.Controls.Add(label, 0, 2); panel.GrowStyle = TableLayoutPanelGrowStyle.FixedSize; panel.Name = "tlpBack"; manager.ApplyResources(this.lblItem, "lblItem"); 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(); }
private void InitializeComponent() { components = new Container(); var resources = new ComponentResourceManager(typeof (UnknownREEncrypter)); _statusBox = new TextBox(); _panel1 = new Panel(); _label1 = new Label(); _toolTipNormal = new ToolTip(components); _radioButtonNormal = new RadioButton(); _toolTipPortable = new ToolTip(components); _radioButtonPortable = new RadioButton(); _groupBox3 = new GroupBox(); _groupBox2 = new GroupBox(); _textBox1 = new TextBox(); _textBox2 = new TextBox(); _button3 = new Button(); _groupBox1 = new GroupBox(); _pictureBox1 = new PictureBox(); _button2 = new Button(); _saveFile = new SaveFileDialog(); _button1 = new Button(); _openFile = new OpenFileDialog(); _menuBarTitleLabel = new Label(); _exitLabel = new Label(); _menuBar = new PictureBox(); _panel1.SuspendLayout(); _groupBox3.SuspendLayout(); _groupBox2.SuspendLayout(); _groupBox1.SuspendLayout(); ((ISupportInitialize) (_pictureBox1)).BeginInit(); ((ISupportInitialize) (_menuBar)).BeginInit(); SuspendLayout(); // // _statusBox // _statusBox.BorderStyle = BorderStyle.FixedSingle; _statusBox.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _statusBox.HideSelection = false; _statusBox.Location = new Point(6, 0); _statusBox.Name = "_statusBox"; _statusBox.ReadOnly = true; _statusBox.Size = new Size(537, 27); _statusBox.TabIndex = 1; // // _panel1 // _panel1.BackColor = Color.WhiteSmoke; _panel1.Controls.Add(_statusBox); _panel1.Location = new Point(6, 279); _panel1.Name = "_panel1"; _panel1.Size = new Size(543, 30); _panel1.TabIndex = 5; // // _label1 // _label1.AutoSize = true; _label1.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _label1.ForeColor = SystemColors.ControlDark; _label1.Location = new Point(367, 101); _label1.Name = "_label1"; _label1.Size = new Size(177, 21); _label1.TabIndex = 2; _label1.Text = "Created by UnknownRE"; // // _toolTipNormal // _toolTipNormal.ToolTipTitle = "Output: Same filetype as the original file"; // // _radioButtonNormal // _radioButtonNormal.AutoSize = true; _radioButtonNormal.Checked = true; _radioButtonNormal.Location = new Point(9, 23); _radioButtonNormal.Name = "_radioButtonNormal"; _radioButtonNormal.Size = new Size(83, 25); _radioButtonNormal.TabIndex = 0; _radioButtonNormal.TabStop = true; _radioButtonNormal.Text = "Normal"; _toolTipNormal.SetToolTip(_radioButtonNormal, "Must use PhoenixCrypt to decrypt."); _radioButtonNormal.UseVisualStyleBackColor = true; // // _toolTipPortable // _toolTipPortable.ToolTipTitle = "Create an executable file"; // // _radioButtonPortable // _radioButtonPortable.AutoSize = true; _radioButtonPortable.Location = new Point(98, 23); _radioButtonPortable.Name = "_radioButtonPortable"; _radioButtonPortable.Size = new Size(91, 25); _radioButtonPortable.TabIndex = 1; _radioButtonPortable.Text = "Portable"; _toolTipPortable.SetToolTip(_radioButtonPortable, "Enter password to decrypt and save your file with specified name."); _radioButtonPortable.UseVisualStyleBackColor = true; // // _groupBox3 // _groupBox3.Controls.Add(_radioButtonNormal); _groupBox3.Controls.Add(_radioButtonPortable); _groupBox3.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _groupBox3.Location = new Point(355, 43); _groupBox3.Name = "_groupBox3"; _groupBox3.Size = new Size(194, 55); _groupBox3.TabIndex = 2; _groupBox3.TabStop = false; _groupBox3.Text = " Output Method "; // // _groupBox2 // _groupBox2.Controls.Add(_textBox1); _groupBox2.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _groupBox2.Location = new Point(6, 180); _groupBox2.Name = "_groupBox2"; _groupBox2.Size = new Size(543, 55); _groupBox2.TabIndex = 1; _groupBox2.TabStop = false; _groupBox2.Text = "Password"; // // _textBox1 // _textBox1.BorderStyle = BorderStyle.FixedSingle; _textBox1.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _textBox1.Location = new Point(6, 22); _textBox1.Name = "_textBox1"; _textBox1.PasswordChar = '*'; _textBox1.Size = new Size(532, 27); _textBox1.TabIndex = 1; _textBox1.UseSystemPasswordChar = true; // // _textBox2 // _textBox2.AllowDrop = true; _textBox2.BorderStyle = BorderStyle.FixedSingle; _textBox2.Location = new Point(7, 22); _textBox2.Name = "_textBox2"; _textBox2.Size = new Size(435, 27); _textBox2.TabIndex = 0; // // _button3 // _button3.Location = new Point(445, 18); _button3.Name = "_button3"; _button3.Size = new Size(93, 31); _button3.TabIndex = 1; _button3.Text = "Browse"; _button3.UseVisualStyleBackColor = true; _button3.Click += selectFileButton_Click; // // _groupBox1 // _groupBox1.Controls.Add(_button3); _groupBox1.Controls.Add(_textBox2); _groupBox1.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _groupBox1.Location = new Point(5, 121); _groupBox1.Name = "_groupBox1"; _groupBox1.Size = new Size(544, 57); _groupBox1.TabIndex = 0; _groupBox1.TabStop = false; _groupBox1.Text = " Input File "; // // _pictureBox1 // _pictureBox1.BackgroundImageLayout = ImageLayout.Center; _pictureBox1.Image = ((Image) (resources.GetObject("_pictureBox1.Image"))); _pictureBox1.Location = new Point(24, 42); _pictureBox1.Name = "_pictureBox1"; _pictureBox1.Size = new Size(76, 76); _pictureBox1.SizeMode = PictureBoxSizeMode.AutoSize; _pictureBox1.TabIndex = 8; _pictureBox1.TabStop = false; // // _button2 // _button2.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _button2.Location = new Point(312, 235); _button2.Name = "_button2"; _button2.Size = new Size(237, 38); _button2.TabIndex = 4; _button2.Text = "Decrypt"; _button2.UseVisualStyleBackColor = true; _button2.Click += decryptButton_Click; // // _button1 // _button1.Font = new Font("Calibri", 9.75F, FontStyle.Bold); _button1.Location = new Point(12, 235); _button1.Name = "_button1"; _button1.Size = new Size(294, 38); _button1.TabIndex = 3; _button1.Text = "Encrypt"; _button1.UseVisualStyleBackColor = true; _button1.Click += encryptButton_Click; // // _menuBarTitleLabel // _menuBarTitleLabel.AutoSize = true; _menuBarTitleLabel.BackColor = Color.FromArgb(255, 128, 0); _menuBarTitleLabel.Font = new Font("Calibri", 18F, FontStyle.Bold, GraphicsUnit.Point, 0); _menuBarTitleLabel.ForeColor = Color.White; _menuBarTitleLabel.Location = new Point(133, -2); _menuBarTitleLabel.Name = "_menuBarTitleLabel"; _menuBarTitleLabel.Size = new Size(297, 37); _menuBarTitleLabel.TabIndex = 11; _menuBarTitleLabel.Text = "UnknownRE Encrypter"; _menuBarTitleLabel.MouseDown += menuBar_MouseDown; _menuBarTitleLabel.MouseEnter += menuBarTitleLabel_MouseEnter; _menuBarTitleLabel.MouseLeave += menuBarTitleLabel_MouseLeave; _menuBarTitleLabel.MouseMove += menuBar_MouseMove; _menuBarTitleLabel.MouseUp += menuBar_MouseUp; // // _exitLabel // _exitLabel.AutoSize = true; _exitLabel.BackColor = Color.FromArgb(255, 128, 0); _exitLabel.Cursor = Cursors.Hand; _exitLabel.Font = new Font("Microsoft Sans Serif", 18F, FontStyle.Bold, GraphicsUnit.Point, 0); _exitLabel.ForeColor = Color.White; _exitLabel.Location = new Point(521, 0); _exitLabel.Name = "_exitLabel"; _exitLabel.Size = new Size(37, 36); _exitLabel.TabIndex = 10; _exitLabel.Text = "X"; _exitLabel.Click += exitLabel_Click; _exitLabel.MouseEnter += exitLabel_MouseEnter; _exitLabel.MouseLeave += exitLabel_MouseLeave; // // _menuBar // _menuBar.BackColor = Color.FromArgb(255, 128, 0); _menuBar.Location = new Point(-1, -2); _menuBar.Name = "_menuBar"; _menuBar.Size = new Size(559, 39); _menuBar.TabIndex = 9; _menuBar.TabStop = false; _menuBar.MouseDown += menuBar_MouseDown; _menuBar.MouseMove += menuBar_MouseMove; _menuBar.MouseUp += menuBar_MouseUp; // // UnknownREEncrypter // BackColor = Color.White; ClientSize = new Size(557, 314); Controls.Add(_menuBarTitleLabel); Controls.Add(_exitLabel); Controls.Add(_menuBar); Controls.Add(_label1); Controls.Add(_panel1); Controls.Add(_groupBox3); Controls.Add(_groupBox2); Controls.Add(_groupBox1); Controls.Add(_pictureBox1); Controls.Add(_button2); Controls.Add(_button1); FormBorderStyle = FormBorderStyle.None; Icon = ((Icon) (resources.GetObject("$this.Icon"))); MaximizeBox = false; Name = "UnknownREEncrypter"; StartPosition = FormStartPosition.CenterScreen; Text = "UnknownRE Encrypter"; _panel1.ResumeLayout(false); _panel1.PerformLayout(); _groupBox3.ResumeLayout(false); _groupBox3.PerformLayout(); _groupBox2.ResumeLayout(false); _groupBox2.PerformLayout(); _groupBox1.ResumeLayout(false); _groupBox1.PerformLayout(); ((ISupportInitialize) (_pictureBox1)).EndInit(); ((ISupportInitialize) (_menuBar)).EndInit(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Overriden InitializeComponent to use a CheckedListBox instead of a ListBox. /// </summary> override protected void InitializeComponent() { grpText = new GroupBox(); lstText = new CheckedListBox(); txtText = new SpecialTextBox(); grpText.SuspendLayout(); SuspendLayout(); // // grpText // grpText.Controls.Add(lstText); grpText.Controls.Add(txtText); grpText.Dock = DockStyle.Fill; grpText.Location = new Point(0, 0); grpText.Name = "grpText"; grpText.Size = new Size(100, 200); grpText.TabIndex = 3; grpText.TabStop = false; grpText.Text = "Text"; grpText.Click += new System.EventHandler(grpText_Click); // // lstText // lstText.Anchor = (((((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right))); lstText.FormattingEnabled = true; lstText.Location = new Point(6, 75); lstText.Margin = new Padding(3, 6, 3, 3); lstText.Name = "lstText"; lstText.Size = new Size(88, 109); lstText.TabIndex = 1; lstText.TabStop = false; // // txtText // txtText.Anchor = ((((AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right))); txtText.Location = new Point(6, 19); txtText.Multiline = true; txtText.Name = "txtText"; txtText.Size = new Size(88, 47); txtText.TabIndex = 0; // // ColumnFirstText // AutoScaleDimensions = new SizeF(6F, 13F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(grpText); Enabled = false; MinimumSize = new Size(100, 200); Name = "ColumnFirstText"; Size = new Size(100, 200); grpText.ResumeLayout(false); grpText.PerformLayout(); ResumeLayout(false); }
private void Diseño_Forma() { pic_Logo = new System.Windows.Forms.PictureBox(); components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Caja)); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); movimientoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); retirarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ingresarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); realizarCorteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pic_Caja = new System.Windows.Forms.PictureBox(); groupBoxdatos = new System.Windows.Forms.GroupBox(); dateTime_Fecha = new System.Windows.Forms.DateTimePicker(); combo_Concepto = new System.Windows.Forms.ComboBox(); lbl_Unidad = new System.Windows.Forms.Label(); txt_DineroActual = new System.Windows.Forms.TextBox(); txt_Movimiento = new System.Windows.Forms.TextBox(); txt_DineroCaja = new System.Windows.Forms.TextBox(); lbl_Fecha = new System.Windows.Forms.Label(); lbl_Concepto = new System.Windows.Forms.Label(); lbl_Movimiento = new System.Windows.Forms.Label(); lbl_MontoInicial = new System.Windows.Forms.Label(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Caja)).BeginInit(); groupBoxdatos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); SuspendLayout(); // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, movimientoToolStripMenuItem, ayudaToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(572, 24); menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator2, salirToolStripMenuItem }); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(156, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(153, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(156, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(153, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(156, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // movimientoToolStripMenuItem // movimientoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { retirarToolStripMenuItem, ingresarToolStripMenuItem, realizarCorteToolStripMenuItem }); movimientoToolStripMenuItem.Name = "movimientoToolStripMenuItem"; movimientoToolStripMenuItem.Size = new System.Drawing.Size(84, 20); movimientoToolStripMenuItem.Text = "Movimiento"; // // retirarToolStripMenuItem // retirarToolStripMenuItem.Name = "retirarToolStripMenuItem"; retirarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Retirar; retirarToolStripMenuItem.Size = new System.Drawing.Size(152, 22); retirarToolStripMenuItem.Text = "Retirar"; retirarToolStripMenuItem.Click += new System.EventHandler(retirarToolStripMenuItem_Click); // // ingresarToolStripMenuItem // ingresarToolStripMenuItem.Name = "ingresarToolStripMenuItem"; ingresarToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Ingresar; ingresarToolStripMenuItem.Size = new System.Drawing.Size(152, 22); ingresarToolStripMenuItem.Text = "Ingresar"; ingresarToolStripMenuItem.Click += new System.EventHandler(ingresarToolStripMenuItem_Click); // // realizarCorteToolStripMenuItem // realizarCorteToolStripMenuItem.Name = "realizarCorteToolStripMenuItem"; realizarCorteToolStripMenuItem.Image = global::Sistema_Shajobe.Properties.Resources.Calcular; realizarCorteToolStripMenuItem.Size = new System.Drawing.Size(152, 22); realizarCorteToolStripMenuItem.Text = "Realizar corte"; realizarCorteToolStripMenuItem.Click += new System.EventHandler(CorteCajaToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem }); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // pic_Caja // pic_Caja.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Caja; pic_Caja.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Caja.Location = new System.Drawing.Point(473, 25); pic_Caja.Name = "pic_Caja"; pic_Caja.Size = new System.Drawing.Size(85, 67); pic_Caja.TabIndex = 23; pic_Caja.TabStop = false; // // groupBoxdatos // groupBoxdatos.Controls.Add(dateTime_Fecha); groupBoxdatos.Controls.Add(pic_Logo); groupBoxdatos.Controls.Add(combo_Concepto); groupBoxdatos.Controls.Add(lbl_Unidad); groupBoxdatos.Controls.Add(txt_DineroActual); groupBoxdatos.Controls.Add(txt_Movimiento); groupBoxdatos.Controls.Add(txt_DineroCaja); groupBoxdatos.Controls.Add(lbl_Fecha); groupBoxdatos.Controls.Add(lbl_Concepto); groupBoxdatos.Controls.Add(lbl_Movimiento); groupBoxdatos.Controls.Add(lbl_MontoInicial); groupBoxdatos.Location = new System.Drawing.Point(4, 43); groupBoxdatos.Name = "groupBoxdatos"; groupBoxdatos.Size = new System.Drawing.Size(555, 186); groupBoxdatos.TabIndex = 22; groupBoxdatos.TabStop = false; groupBoxdatos.Text = "Datos de movimientos de caja"; // // dateTime_Fecha // dateTime_Fecha.Location = new System.Drawing.Point(126, 89); dateTime_Fecha.Name = "dateTime_Fecha"; dateTime_Fecha.Size = new System.Drawing.Size(200, 20); dateTime_Fecha.TabIndex = 58; dateTime_Fecha.Enabled = false; // // combo_Concepto // combo_Concepto.FormattingEnabled = true; combo_Concepto.Location = new System.Drawing.Point(126, 116); combo_Concepto.Name = "combo_Concepto"; combo_Concepto.Size = new System.Drawing.Size(156, 21); combo_Concepto.TabIndex = 57; combo_Concepto.Enabled = false; // // lbl_Unidad // lbl_Unidad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Unidad.AutoSize = true; lbl_Unidad.Location = new System.Drawing.Point(27, 151); lbl_Unidad.Name = "lbl_Unidad"; lbl_Unidad.Size = new System.Drawing.Size(70, 13); lbl_Unidad.TabIndex = 55; lbl_Unidad.Text = "Dinero actual"; // // txt_DineroActual // txt_DineroActual.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_DineroActual.Enabled = false; txt_DineroActual.Location = new System.Drawing.Point(126, 144); txt_DineroActual.MaxLength = 9; txt_DineroActual.Name = "txt_DineroActual"; txt_DineroActual.Size = new System.Drawing.Size(127, 20); txt_DineroActual.TabIndex = 53; // // txt_Movimiento // txt_Movimiento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_Movimiento.Enabled = false; txt_Movimiento.Location = new System.Drawing.Point(126, 62); txt_Movimiento.MaxLength = 25; txt_Movimiento.Name = "txt_Movimiento"; txt_Movimiento.Size = new System.Drawing.Size(127, 20); txt_Movimiento.TabIndex = 46; // // txt_DineroCaja // txt_DineroCaja.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); txt_DineroCaja.Enabled = false; txt_DineroCaja.Location = new System.Drawing.Point(126, 35); txt_DineroCaja.MaxLength = 8; txt_DineroCaja.Name = "txt_DineroCaja"; txt_DineroCaja.Size = new System.Drawing.Size(127, 20); txt_DineroCaja.TabIndex = 37; // // lbl_Fecha // lbl_Fecha.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Fecha.AutoSize = true; lbl_Fecha.Location = new System.Drawing.Point(27, 96); lbl_Fecha.Name = "lbl_Fecha"; lbl_Fecha.Size = new System.Drawing.Size(37, 13); lbl_Fecha.TabIndex = 44; lbl_Fecha.Text = "Fecha"; // // lbl_Concepto // lbl_Concepto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Concepto.AutoSize = true; lbl_Concepto.Location = new System.Drawing.Point(27, 124); lbl_Concepto.Name = "lbl_Concepto"; lbl_Concepto.Size = new System.Drawing.Size(53, 13); lbl_Concepto.TabIndex = 38; lbl_Concepto.Text = "Concepto"; // // lbl_Movimiento // lbl_Movimiento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_Movimiento.AutoSize = true; lbl_Movimiento.Location = new System.Drawing.Point(27, 69); lbl_Movimiento.Name = "lbl_Movimiento"; lbl_Movimiento.Size = new System.Drawing.Size(61, 13); lbl_Movimiento.TabIndex = 36; lbl_Movimiento.Text = "Movimiento"; // // lbl_MontoInicial // lbl_MontoInicial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); lbl_MontoInicial.AutoSize = true; lbl_MontoInicial.Location = new System.Drawing.Point(27, 42); lbl_MontoInicial.Name = "lbl_MontoInicial"; lbl_MontoInicial.Size = new System.Drawing.Size(76, 13); lbl_MontoInicial.TabIndex = 35; lbl_MontoInicial.Text = "Dinero en caja"; // // errorProvider1 // errorProvider1.ContainerControl = this; // // pic_Logo // pic_Logo.BackgroundImage = global::Sistema_Shajobe.Properties.Resources.Logo_Shajobe; pic_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Logo.Location = new System.Drawing.Point(380, 80); pic_Logo.Name = "pic_Logo"; pic_Logo.Size = new System.Drawing.Size(166, 84); pic_Logo.TabIndex = 13; pic_Logo.TabStop = false; // // Caja // 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(572, 238); Controls.Add(pic_Caja); Controls.Add(groupBoxdatos); Controls.Add(menuStrip1); Icon = global::Sistema_Shajobe.Properties.Resources.Caja_ICO; MaximizeBox = false; Name = "Caja"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Caja"; Load += new System.EventHandler(Caja_Load); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Caja)).EndInit(); groupBoxdatos.ResumeLayout(false); groupBoxdatos.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit(); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE); ResumeLayout(false); PerformLayout(); }