/// <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() { this.components = new System.ComponentModel.Container(); this.button1 = new System.Windows.Forms.Button(); this.txt = new System.Windows.Forms.TextBox(); this.mensajitos = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // button1 // this.button1.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.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(81, 73); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 39); this.button1.TabIndex = 0; this.button1.Text = "te muestro la frase"; this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mensajitos.SetToolTip(this.button1, "megaman"); this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // txt // this.txt.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList; this.txt.BackColor = System.Drawing.SystemColors.ControlLight; this.txt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt.Location = new System.Drawing.Point(200, 84); this.txt.Name = "txt"; this.txt.PasswordChar = '*'; this.txt.Size = new System.Drawing.Size(100, 20); this.txt.TabIndex = 1; this.mensajitos.SetToolTip(this.txt, "solo numero"); this.txt.TextChanged += new System.EventHandler(this.txt_TextChanged); // // mensajitos // this.mensajitos.BackColor = System.Drawing.Color.Maroon; this.mensajitos.IsBalloon = true; this.mensajitos.ShowAlways = true; this.mensajitos.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Warning; // // frmprincipal // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(322, 148); this.Controls.Add(this.txt); this.Controls.Add(this.button1); this.Cursor = System.Windows.Forms.Cursors.Arrow; this.Name = "frmprincipal"; this.Text = "poo"; this.TopMost = true; 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(); this.innerButton = new System.Windows.Forms.Button(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // innerButton // this.innerButton.BackgroundImage = global::Pocket.Clients.Gordon.Cost4.Properties.Resources.refresh; this.innerButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.innerButton.CausesValidation = false; this.innerButton.Cursor = System.Windows.Forms.Cursors.Hand; this.innerButton.Dock = System.Windows.Forms.DockStyle.Right; this.innerButton.Location = new System.Drawing.Point(0, 0); this.innerButton.Margin = new System.Windows.Forms.Padding(0); this.innerButton.Name = "innerButton"; this.innerButton.Size = new System.Drawing.Size(20, 20); this.innerButton.Height=25; this.innerButton.TabIndex = 0; this.toolTip.SetToolTip(this.innerButton, "选择"); this.innerButton.UseVisualStyleBackColor = false; this.innerButton.Visible = false; // // ButtonEdit // this.BackColor = System.Drawing.SystemColors.Window; this.ReadOnly = false; 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(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.listView1 = new System.Windows.Forms.ListView(); this.button1 = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.listView1); this.groupBox1.Location = new System.Drawing.Point(30, 26); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(406, 199); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "双击选择服务"; // // listView1 // this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Location = new System.Drawing.Point(3, 21); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(400, 175); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.List; this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); // // button1 // this.button1.Location = new System.Drawing.Point(358, 241); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "取消"; this.button1.Click += new System.EventHandler(this.button1_Click); // // toolTip1 // this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; // // ServiceSelector // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(472, 306); this.ControlBox = false; this.Controls.Add(this.button1); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "ServiceSelector"; this.Text = "ServiceSelector"; this.Load += new System.EventHandler(this.ServiceSelector_Load); this.groupBox1.ResumeLayout(false); 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 label1; this.newTekConsumerBindingSource = new System.Windows.Forms.BindingSource(this.components); this.comboBox5 = new System.Windows.Forms.ComboBox(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.newTekConsumerBindingSource)).BeginInit(); this.SuspendLayout(); // // label1 // label1.AutoSize = true; label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190))))); label1.Location = new System.Drawing.Point(12, 10); label1.Name = "label1"; label1.Size = new System.Drawing.Size(87, 13); label1.TabIndex = 17; label1.Text = "Channel Layout"; // // newTekConsumerBindingSource // this.newTekConsumerBindingSource.AllowNew = false; this.newTekConsumerBindingSource.DataSource = typeof(CasparCGFrontend.DecklinkConsumer); // // comboBox5 // this.comboBox5.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.newTekConsumerBindingSource, "ChannelLayout", true)); this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox5.FormattingEnabled = true; this.comboBox5.Items.AddRange(new object[] { "mono", "stereo", "dts", "dolbye", "dolbydigital", "smpte", "passthru"}); this.comboBox5.Location = new System.Drawing.Point(105, 7); this.comboBox5.Name = "comboBox5"; this.comboBox5.Size = new System.Drawing.Size(121, 21); this.comboBox5.TabIndex = 18; this.toolTip.SetToolTip(this.comboBox5, "This is the audio channels configuration. Passthru will pass 16 channels of audio" + " withour modifying it. More information: http://casparcg.com/wiki/Content_/_Medi" + "a#Audio Default is Stereo."); // // NewTekIVGAConsumerControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Controls.Add(this.comboBox5); this.Controls.Add(label1); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "NewTekIVGAConsumerControl"; ((System.ComponentModel.ISupportInitialize)(this.newTekConsumerBindingSource)).EndInit(); 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(); this.group_box = new System.Windows.Forms.GroupBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // group_box // this.group_box.AutoSize = true; this.group_box.Dock = System.Windows.Forms.DockStyle.Fill; this.group_box.Location = new System.Drawing.Point(0, 0); this.group_box.Name = "group_box"; this.group_box.Size = new System.Drawing.Size(513, 338); this.group_box.TabIndex = 143; this.group_box.TabStop = false; // // ConfigControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.group_box); this.Name = "ConfigControl"; this.Size = new System.Drawing.Size(513, 338); this.Load += new System.EventHandler(this.ConfigControl_Load); 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplitButton)); this.SplitButtonDropDown = new System.Windows.Forms.ContextMenuStrip(this.components); this.SplitButtonDemoToolTip = new System.Windows.Forms.ToolTip(this.components); this.SplitButtonImages = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // SplitButtonDropDown // this.SplitButtonDropDown.Name = "SplitButtonDropDown"; this.SplitButtonDropDown.Size = new System.Drawing.Size(189, 76); this.SplitButtonDropDown.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.SplitButtonDropDown_Closed); this.SplitButtonDropDown.Opening += new System.ComponentModel.CancelEventHandler(this.SplitButtonDropDown_Opening); this.SplitButtonDropDown.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.SplitButtonDropDown_ItemClicked); // // SplitButtonImages // this.SplitButtonImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("SplitButtonImages.ImageStream"))); this.SplitButtonImages.TransparentColor = System.Drawing.Color.Transparent; this.SplitButtonImages.Images.SetKeyName(0, "Normal"); this.SplitButtonImages.Images.SetKeyName(1, "Hover"); this.SplitButtonImages.Images.SetKeyName(2, "Clicked"); this.SplitButtonImages.Images.SetKeyName(3, "Disabled"); // // SplitButton // this.ContextMenuStrip = this.SplitButtonDropDown; this.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.ImageKey = "Normal"; this.ImageList = this.SplitButtonImages; this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.hScrollBar = new System.Windows.Forms.HScrollBar(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // hScrollBar // this.hScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.hScrollBar.Location = new System.Drawing.Point(0, 463); this.hScrollBar.Name = "hScrollBar"; this.hScrollBar.Size = new System.Drawing.Size(640, 17); this.hScrollBar.TabIndex = 0; this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.FSOLY9YLw); // // Chart // this.AutoScroll = true; this.Controls.Add(this.hScrollBar); this.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Name = "Chart"; this.Size = new System.Drawing.Size(640, 480); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.HandleMouseDown); this.MouseLeave += new System.EventHandler(this.HandleMouseLeave); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.HandleMouseUp); 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlPartList)); this.contextMenuPart = new System.Windows.Forms.ContextMenuStrip(this.components); this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolTipNamespace = new System.Windows.Forms.ToolTip(this.components); this.labelDataSource = new System.Windows.Forms.Label(); this.comboBoxPartList = new System.Windows.Forms.ComboBox(); this.contextMenuPart.SuspendLayout(); this.SuspendLayout(); // // contextMenuPart // resources.ApplyResources(this.contextMenuPart, "contextMenuPart"); this.contextMenuPart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.renameToolStripMenuItem, this.deleteToolStripMenuItem}); this.contextMenuPart.Name = "contextMenuPart"; this.contextMenuPart.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuPart_Opening); // // renameToolStripMenuItem // this.renameToolStripMenuItem.Name = "renameToolStripMenuItem"; resources.ApplyResources(this.renameToolStripMenuItem, "renameToolStripMenuItem"); this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem"); this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); // // labelDataSource // resources.ApplyResources(this.labelDataSource, "labelDataSource"); this.labelDataSource.Name = "labelDataSource"; // // comboBoxPartList // resources.ApplyResources(this.comboBoxPartList, "comboBoxPartList"); this.comboBoxPartList.ContextMenuStrip = this.contextMenuPart; this.comboBoxPartList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxPartList.FormattingEnabled = true; this.comboBoxPartList.Name = "comboBoxPartList"; this.comboBoxPartList.SelectedIndexChanged += new System.EventHandler(this.comboBoxPartList_SelectedIndexChanged); this.comboBoxPartList.MouseHover += new System.EventHandler(this.comboBoxPartList_MouseHover); // // ControlPartList // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.comboBoxPartList); this.Controls.Add(this.labelDataSource); this.Name = "ControlPartList"; this.contextMenuPart.ResumeLayout(false); 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(); this.label1 = new System.Windows.Forms.Label(); this.ErrorMsgTip = new System.Windows.Forms.ToolTip(this.components); this.creds = new kwm.Credentials(); this.SuspendLayout(); // // Banner // this.Banner.Size = new System.Drawing.Size(432, 35); this.Banner.Subtitle = ""; this.Banner.Title = "Sign-in with your Teambox account"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.label1.Location = new System.Drawing.Point(19, 68); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(390, 20); this.label1.TabIndex = 16; this.label1.Text = "Sign in using your existing account informations"; // // ErrorMsgTip // this.ErrorMsgTip.IsBalloon = true; this.ErrorMsgTip.ToolTipTitle = "Error"; // // creds // this.creds.KpsAddress = "tbsos01.teambox.co"; this.creds.Location = new System.Drawing.Point(79, 108); this.creds.Name = "creds"; this.creds.Password = ""; this.creds.SigninMode = true; this.creds.Size = new System.Drawing.Size(279, 106); this.creds.TabIndex = 17; this.creds.UserName = ""; this.creds.OnCredFieldChange += new System.EventHandler<System.EventArgs>(this.creds_OnCredFieldChange); // // ConfigKPPSignIn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.creds); this.Controls.Add(this.label1); this.Name = "ConfigKPPSignIn"; this.Size = new System.Drawing.Size(432, 303); this.WizardNext += new Wizard.UI.WizardPageEventHandler(this.ConfigKPPSignIn_WizardNext); this.SetActive += new System.ComponentModel.CancelEventHandler(this.ConfigKPPSignIn_SetActive); this.Controls.SetChildIndex(this.Banner, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.creds, 0); 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(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.ckBxSequential = new System.Windows.Forms.CheckBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(49, 2); this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(132, 24); this.comboBox1.TabIndex = 0; // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label1.Location = new System.Drawing.Point(4, 0); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 28); this.label1.TabIndex = 1; this.label1.Text = "0"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // ckBxSequential // this.ckBxSequential.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ckBxSequential.AutoSize = true; this.ckBxSequential.Location = new System.Drawing.Point(195, 5); this.ckBxSequential.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ckBxSequential.Name = "ckBxSequential"; this.ckBxSequential.Size = new System.Drawing.Size(97, 21); this.ckBxSequential.TabIndex = 2; this.ckBxSequential.Text = "Sequential"; this.ckBxSequential.UseVisualStyleBackColor = true; // // DataTypeCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.ckBxSequential); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "DataTypeCtrl"; this.Size = new System.Drawing.Size(296, 33); 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LLFormDoc)); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.miCLose = new System.Windows.Forms.ToolStripMenuItem(); this.miCloseAll = new System.Windows.Forms.ToolStripMenuItem(); this.miCloseAllButThis = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miCLose, this.miCloseAll, this.miCloseAllButThis}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(143, 70); // // miCLose // this.miCLose.Name = "miCLose"; this.miCLose.Size = new System.Drawing.Size(142, 22); this.miCLose.Text = "�ر�"; this.miCLose.ToolTipText = "�رյ�ǰ����"; this.miCLose.Click += new System.EventHandler(this.miCLose_Click); // // miCloseAll // this.miCloseAll.Name = "miCloseAll"; this.miCloseAll.Size = new System.Drawing.Size(142, 22); this.miCloseAll.Text = "�ر�����"; this.miCloseAll.ToolTipText = "�ر����д���"; this.miCloseAll.Click += new System.EventHandler(this.miCloseAll_Click); // // miCloseAllButThis // this.miCloseAllButThis.Name = "miCloseAllButThis"; this.miCloseAllButThis.Size = new System.Drawing.Size(142, 22); this.miCloseAllButThis.Text = "�رմ�������"; this.miCloseAllButThis.ToolTipText = "�رճ��˴���������д���"; this.miCloseAllButThis.Click += new System.EventHandler(this.miCloseAllButThis_Click); // // FormAJDoc // this.ClientSize = new System.Drawing.Size(448, 393); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormAJDoc"; this.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0); this.TabPageContextMenuStrip = this.contextMenuStrip1; this.Load += new System.EventHandler(this.LLFormDoc_Load); this.contextMenuStrip1.ResumeLayout(false); 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(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // TimeLabel // this.Size = new System.Drawing.Size(40, 19); this.ResumeLayout(false); }
/// <summary> /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.anglePicture = new System.Windows.Forms.PictureBox(); this.opacityTrack = new System.Windows.Forms.TrackBar(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.anglePicture)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.opacityTrack)).BeginInit(); this.SuspendLayout(); // // anglePicture // this.anglePicture.Location = new System.Drawing.Point(0, 0); this.anglePicture.Name = "anglePicture"; this.anglePicture.Size = new System.Drawing.Size(128, 128); this.anglePicture.TabIndex = 0; this.anglePicture.TabStop = false; // // opacityTrack // this.opacityTrack.AutoSize = false; this.opacityTrack.Location = new System.Drawing.Point(56, 152); this.opacityTrack.Margin = new System.Windows.Forms.Padding(1); this.opacityTrack.Maximum = 100; this.opacityTrack.Minimum = 30; this.opacityTrack.Name = "opacityTrack"; this.opacityTrack.Size = new System.Drawing.Size(64, 16); this.opacityTrack.TabIndex = 1; this.opacityTrack.TickFrequency = 10; this.toolTip.SetToolTip(this.opacityTrack, "ウィンドウの透明度を指定します。"); this.opacityTrack.Value = 30; this.opacityTrack.ValueChanged += new System.EventHandler(this.opacityTrack_ValueChanged); // // AngleForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(248, 281); this.ControlBox = false; this.Controls.Add(this.opacityTrack); this.Controls.Add(this.anglePicture); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AngleForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Angle"; ((System.ComponentModel.ISupportInitialize)(this.anglePicture)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.opacityTrack)).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(); this.coordinates_ = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // WinFormsPlotSurface2D // this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.DoubleBuffered = true; this.Name = "WinFormsPlotSurface2D"; this.Size = new System.Drawing.Size(328, 272); 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConditionList)); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // ConditionList // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Name = "ConditionList"; this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.pbIcon = new System.Windows.Forms.PictureBox(); this.lbName = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.pbIcon)).BeginInit(); this.SuspendLayout(); // // pbIcon // this.pbIcon.Dock = System.Windows.Forms.DockStyle.Top; this.pbIcon.Location = new System.Drawing.Point(0, 0); this.pbIcon.Name = "pbIcon"; this.pbIcon.Size = new System.Drawing.Size(65, 41); this.pbIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbIcon.TabIndex = 0; this.pbIcon.TabStop = false; this.pbIcon.Click += new System.EventHandler(this.pbIcon_Click); this.pbIcon.DoubleClick += new System.EventHandler(this.pbIcon_DoubleClick); this.pbIcon.MouseLeave += new System.EventHandler(this.lbName_MouseLeave); this.pbIcon.MouseHover += new System.EventHandler(this.AppPreview_MouseHover); // // lbName // this.lbName.Dock = System.Windows.Forms.DockStyle.Fill; this.lbName.Location = new System.Drawing.Point(0, 41); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(65, 25); this.lbName.TabIndex = 1; this.lbName.Text = "label1"; this.lbName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbName.MouseLeave += new System.EventHandler(this.lbName_MouseLeave); this.lbName.MouseHover += new System.EventHandler(this.AppPreview_MouseHover); // // AppPreview // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lbName); this.Controls.Add(this.pbIcon); this.Name = "AppPreview"; this.Size = new System.Drawing.Size(65, 66); this.Load += new System.EventHandler(this.AppPreview_Load); this.MouseHover += new System.EventHandler(this.AppPreview_MouseHover); ((System.ComponentModel.ISupportInitialize)(this.pbIcon)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // IButton // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.DoubleBuffered = true; this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ForeColor = System.Drawing.Color.DarkBlue; this.Name = "IButton"; this.Size = new System.Drawing.Size(69, 21); this.ResumeLayout(false); }
public ChampionContainer(Champion champion) { _champion = champion; pictureBox = new System.Windows.Forms.PictureBox(); toolTip = new System.Windows.Forms.ToolTip(); this.pictureBox.Image = HelpMethods.getImageFromLocalDirectory(champion.Image); this.pictureBox.Location = new System.Drawing.Point(0, 0); this.pictureBox.Name = "pictureBox"+champion.Name; this.pictureBox.Size = new System.Drawing.Size(60, 60); this.pictureBox.TabIndex = 0; this.pictureBox.TabStop = false; this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox.Visible = false; this.pictureBox.Click+=new EventHandler(pictureBox_Click); this.toolTip.SetToolTip(pictureBox, champion.Name); }
/// <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(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // BetterLabel // this.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Multiline = true; this.ReadOnly = true; this.Size = new System.Drawing.Size(100, 20); this.TabStop = false; this.TextChanged += new System.EventHandler(this.BetterLabel_TextChanged); this.ParentChanged += new System.EventHandler(this.BetterLabel_ParentChanged); 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.ToolTip toolTip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NodejsIntellisenseOptionsControl)); this.outerLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.advancedOptionsLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this._salsaLsIntellisenseOptionsControl = new Microsoft.NodejsTools.Options.SalsaLsIntellisenseOptionsControl(); toolTip = new System.Windows.Forms.ToolTip(this.components); this.outerLayoutPanel.SuspendLayout(); this.advancedOptionsLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // outerLayoutPanel // resources.ApplyResources(this.outerLayoutPanel, "outerLayoutPanel"); this.outerLayoutPanel.Controls.Add(this.advancedOptionsLayoutPanel, 0, 2); this.outerLayoutPanel.Name = "outerLayoutPanel"; // // advancedOptionsLayoutPanel // resources.ApplyResources(this.advancedOptionsLayoutPanel, "advancedOptionsLayoutPanel"); this.advancedOptionsLayoutPanel.Controls.Add(this._salsaLsIntellisenseOptionsControl, 0, 0); this.advancedOptionsLayoutPanel.Name = "advancedOptionsLayoutPanel"; // // _salsaLsIntellisenseOptionsControl // resources.ApplyResources(this._salsaLsIntellisenseOptionsControl, "_salsaLsIntellisenseOptionsControl"); this._salsaLsIntellisenseOptionsControl.Name = "_salsaLsIntellisenseOptionsControl"; // // NodejsIntellisenseOptionsControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.outerLayoutPanel); this.Name = "NodejsIntellisenseOptionsControl"; this.outerLayoutPanel.ResumeLayout(false); this.outerLayoutPanel.PerformLayout(); this.advancedOptionsLayoutPanel.ResumeLayout(false); this.advancedOptionsLayoutPanel.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(); this.colorToolTip = new System.Windows.Forms.ToolTip(this.components); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.SuspendLayout(); // // colorToolTip // this.colorToolTip.AutoPopDelay = 5000; this.colorToolTip.InitialDelay = 500; this.colorToolTip.ReshowDelay = 1000; // // OfficeColorPicker // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "OfficeColorPicker"; this.Size = new System.Drawing.Size(146, 120); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.lbName = new System.Windows.Forms.Label(); this.tbData = new System.Windows.Forms.TextBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // lbName // this.lbName.AutoSize = true; this.lbName.Location = new System.Drawing.Point(6, 7); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(29, 12); this.lbName.TabIndex = 0; this.lbName.Text = "Name"; // // tbData // this.tbData.Location = new System.Drawing.Point(41, 3); this.tbData.Name = "tbData"; this.tbData.Size = new System.Drawing.Size(100, 21); this.tbData.TabIndex = 1; this.tbData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbData_KeyDown); this.tbData.Leave += new System.EventHandler(this.tbData_Leave); this.tbData.Enter += new System.EventHandler(this.tbData_Enter); // // DataWidget // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tbData); this.Controls.Add(this.lbName); this.Name = "DataWidget"; this.Size = new System.Drawing.Size(146, 27); this.SizeChanged += new System.EventHandler(this.DataWidget_SizeChanged); 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() { components = new System.ComponentModel.Container(); toolTip1 = new System.Windows.Forms.ToolTip(this.components); SuspendLayout(); // // QuickMouseMenuUC // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BackColor = System.Drawing.SystemColors.ActiveCaption; ClientSize = new System.Drawing.Size(184, 164); FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; Name = "QuickMouseMenuUC"; ShowInTaskbar = false; StartPosition = System.Windows.Forms.FormStartPosition.Manual; TopMost = true; TransparencyKey = System.Drawing.SystemColors.ActiveCaption; MouseLeave += new System.EventHandler(this.QuickMouseMenuUC_MouseLeave); 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(); this.seqView = new System.Windows.Forms.TreeView(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.doneButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // seqView // this.seqView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.seqView.Location = new System.Drawing.Point(12, 12); this.seqView.Name = "seqView"; this.seqView.Size = new System.Drawing.Size(244, 350); this.seqView.TabIndex = 0; // // doneButton // this.doneButton.Location = new System.Drawing.Point(59, 376); this.doneButton.Name = "doneButton"; this.doneButton.Size = new System.Drawing.Size(154, 34); this.doneButton.TabIndex = 8; this.doneButton.Text = "Done"; this.doneButton.UseVisualStyleBackColor = true; this.doneButton.Click += new System.EventHandler(this.doneButton_Click); // // SeqCreator // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(268, 426); this.Controls.Add(this.doneButton); this.Controls.Add(this.seqView); this.Name = "SeqCreator"; this.Text = "Sequence Preview"; this.ResumeLayout(false); }
/// <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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectLogForm)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.GBCommands = new System.Windows.Forms.Panel(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.TxtManualCommand = new PrintekLaserFoam.UserControls.GrblTextBox(); this.CmdLog = new PrintekLaserFoam.UserControls.CommandLog(); this.GBFile = new System.Windows.Forms.Panel(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.LblProgress = new System.Windows.Forms.Label(); this.LblFilename = new System.Windows.Forms.Label(); this.TbFileName = new System.Windows.Forms.TextBox(); this.PB = new PrintekLaserFoam.UserControls.DoubleProgressBar(); this.BtnOpen = new PrintekLaserFoam.UserControls.ImageButton(); this.BtnRunProgram = new PrintekLaserFoam.UserControls.ImageButton(); this.UDLoopCounter = new System.Windows.Forms.NumericUpDown(); this.BtnAbortProgram = new PrintekLaserFoam.UserControls.ImageButton(); this.GBConnection = new System.Windows.Forms.Panel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.LblEmulator = new System.Windows.Forms.Label(); this.LblComPort = new System.Windows.Forms.Label(); this.CBPort = new System.Windows.Forms.ComboBox(); this.LblBaudRate = new System.Windows.Forms.Label(); this.CBSpeed = new System.Windows.Forms.ComboBox(); this.LblAddress = new System.Windows.Forms.Label(); this.TxtAddress = new System.Windows.Forms.TextBox(); this.TxtEmulator = new System.Windows.Forms.TextBox(); this.BtnConnectDisconnect = new PrintekLaserFoam.UserControls.ImageButton(); this.TT = new System.Windows.Forms.ToolTip(this.components); this.tableLayoutPanel1.SuspendLayout(); this.GBCommands.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); this.GBFile.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.UDLoopCounter)).BeginInit(); this.GBConnection.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.GBCommands, 0, 2); this.tableLayoutPanel1.Controls.Add(this.GBFile, 0, 1); this.tableLayoutPanel1.Controls.Add(this.GBConnection, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // GBCommands // this.GBCommands.Controls.Add(this.tableLayoutPanel6); resources.ApplyResources(this.GBCommands, "GBCommands"); this.GBCommands.Name = "GBCommands"; // // tableLayoutPanel6 // resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6"); this.tableLayoutPanel6.Controls.Add(this.TxtManualCommand, 0, 0); this.tableLayoutPanel6.Controls.Add(this.CmdLog, 0, 1); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; // // TxtManualCommand // this.TxtManualCommand.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; resources.ApplyResources(this.TxtManualCommand, "TxtManualCommand"); this.TxtManualCommand.Name = "TxtManualCommand"; this.TxtManualCommand.WaterMarkActiveForeColor = System.Drawing.Color.Gray; this.TxtManualCommand.WaterMarkFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TxtManualCommand.WaterMarkForeColor = System.Drawing.Color.LightGray; this.TxtManualCommand.CommandEntered += new PrintekLaserFoam.UserControls.GrblTextBox.CommandEnteredDlg(this.TxtManualCommandCommandEntered); this.TxtManualCommand.Enter += new System.EventHandler(this.TxtManualCommand_Enter); this.TxtManualCommand.Leave += new System.EventHandler(this.TxtManualCommand_Leave); // // CmdLog // this.CmdLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.CmdLog, "CmdLog"); this.CmdLog.Name = "CmdLog"; this.CmdLog.TabStop = false; // // GBFile // resources.ApplyResources(this.GBFile, "GBFile"); this.GBFile.Controls.Add(this.tableLayoutPanel5); this.GBFile.Name = "GBFile"; // // tableLayoutPanel5 // resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5"); this.tableLayoutPanel5.Controls.Add(this.LblProgress, 0, 1); this.tableLayoutPanel5.Controls.Add(this.LblFilename, 0, 0); this.tableLayoutPanel5.Controls.Add(this.TbFileName, 1, 0); this.tableLayoutPanel5.Controls.Add(this.PB, 1, 1); this.tableLayoutPanel5.Controls.Add(this.BtnOpen, 3, 0); this.tableLayoutPanel5.Controls.Add(this.BtnRunProgram, 3, 1); this.tableLayoutPanel5.Controls.Add(this.UDLoopCounter, 2, 1); this.tableLayoutPanel5.Controls.Add(this.BtnAbortProgram, 4, 1); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; // // LblProgress // resources.ApplyResources(this.LblProgress, "LblProgress"); this.LblProgress.Name = "LblProgress"; // // LblFilename // resources.ApplyResources(this.LblFilename, "LblFilename"); this.LblFilename.Name = "LblFilename"; // // TbFileName // this.tableLayoutPanel5.SetColumnSpan(this.TbFileName, 2); resources.ApplyResources(this.TbFileName, "TbFileName"); this.TbFileName.Name = "TbFileName"; this.TbFileName.ReadOnly = true; this.TbFileName.TabStop = false; this.TbFileName.MouseEnter += new System.EventHandler(this.TbFileName_MouseEnter); this.TbFileName.MouseLeave += new System.EventHandler(this.TbFileName_MouseLeave); // // PB // this.PB.BarColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.PB.BorderColor = System.Drawing.Color.Black; resources.ApplyResources(this.PB, "PB"); this.PB.DrawProgressString = true; this.PB.FillColor = System.Drawing.Color.White; this.PB.FillStyle = PrintekLaserFoam.UserControls.FillStyles.Solid; this.PB.ForeColor = System.Drawing.Color.Black; this.PB.Maximum = 100D; this.PB.Minimum = 0D; this.PB.Name = "PB"; this.PB.PercString = null; this.PB.ProgressStringDecimals = 0; this.PB.Reverse = false; this.PB.Step = 10D; this.PB.ThrowExceprion = false; this.PB.Value = 0D; // // BtnOpen // this.BtnOpen.AltImage = null; resources.ApplyResources(this.BtnOpen, "BtnOpen"); this.BtnOpen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.BtnOpen.Coloration = System.Drawing.Color.Empty; this.tableLayoutPanel5.SetColumnSpan(this.BtnOpen, 2); this.BtnOpen.Image = ((System.Drawing.Image)(resources.GetObject("BtnOpen.Image"))); this.BtnOpen.Name = "BtnOpen"; this.BtnOpen.SizingMode = PrintekLaserFoam.UserControls.ImageButton.SizingModes.FixedSize; this.BtnOpen.TabStop = false; this.TT.SetToolTip(this.BtnOpen, resources.GetString("BtnOpen.ToolTip")); this.BtnOpen.UseAltImage = false; this.BtnOpen.Click += new System.EventHandler(this.BtnOpenClick); // // BtnRunProgram // this.BtnRunProgram.AltImage = null; resources.ApplyResources(this.BtnRunProgram, "BtnRunProgram"); this.BtnRunProgram.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.BtnRunProgram.Coloration = System.Drawing.Color.Empty; this.BtnRunProgram.Image = ((System.Drawing.Image)(resources.GetObject("BtnRunProgram.Image"))); this.BtnRunProgram.Name = "BtnRunProgram"; this.BtnRunProgram.SizingMode = PrintekLaserFoam.UserControls.ImageButton.SizingModes.FixedSize; this.BtnRunProgram.TabStop = false; this.TT.SetToolTip(this.BtnRunProgram, resources.GetString("BtnRunProgram.ToolTip")); this.BtnRunProgram.UseAltImage = false; this.BtnRunProgram.Click += new System.EventHandler(this.BtnRunProgramClick); // // UDLoopCounter // resources.ApplyResources(this.UDLoopCounter, "UDLoopCounter"); this.UDLoopCounter.Maximum = new decimal(new int[] { 99, 0, 0, 0 }); this.UDLoopCounter.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.UDLoopCounter.Name = "UDLoopCounter"; this.TT.SetToolTip(this.UDLoopCounter, resources.GetString("UDLoopCounter.ToolTip")); this.UDLoopCounter.Value = new decimal(new int[] { 1, 0, 0, 0 }); this.UDLoopCounter.ValueChanged += new System.EventHandler(this.UDLoopCounter_ValueChanged); // // BtnAbortProgram // this.BtnAbortProgram.AltImage = null; resources.ApplyResources(this.BtnAbortProgram, "BtnAbortProgram"); this.BtnAbortProgram.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.BtnAbortProgram.Coloration = System.Drawing.Color.Empty; this.BtnAbortProgram.Image = ((System.Drawing.Image)(resources.GetObject("BtnAbortProgram.Image"))); this.BtnAbortProgram.Name = "BtnAbortProgram"; this.BtnAbortProgram.SizingMode = PrintekLaserFoam.UserControls.ImageButton.SizingModes.FixedSize; this.BtnAbortProgram.TabStop = false; this.TT.SetToolTip(this.BtnAbortProgram, resources.GetString("BtnAbortProgram.ToolTip")); this.BtnAbortProgram.UseAltImage = false; this.BtnAbortProgram.Click += new System.EventHandler(this.BtnAbortProgram_Click); // // GBConnection // resources.ApplyResources(this.GBConnection, "GBConnection"); this.GBConnection.Controls.Add(this.tableLayoutPanel4); this.GBConnection.Name = "GBConnection"; // // tableLayoutPanel4 // resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); this.tableLayoutPanel4.Controls.Add(this.LblEmulator, 0, 2); this.tableLayoutPanel4.Controls.Add(this.LblComPort, 0, 0); this.tableLayoutPanel4.Controls.Add(this.CBPort, 1, 0); this.tableLayoutPanel4.Controls.Add(this.LblBaudRate, 2, 0); this.tableLayoutPanel4.Controls.Add(this.CBSpeed, 3, 0); this.tableLayoutPanel4.Controls.Add(this.LblAddress, 0, 1); this.tableLayoutPanel4.Controls.Add(this.TxtAddress, 1, 1); this.tableLayoutPanel4.Controls.Add(this.TxtEmulator, 1, 2); this.tableLayoutPanel4.Controls.Add(this.BtnConnectDisconnect, 4, 0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; // // LblEmulator // resources.ApplyResources(this.LblEmulator, "LblEmulator"); this.LblEmulator.Name = "LblEmulator"; // // LblComPort // resources.ApplyResources(this.LblComPort, "LblComPort"); this.LblComPort.Name = "LblComPort"; // // CBPort // resources.ApplyResources(this.CBPort, "CBPort"); this.CBPort.FormattingEnabled = true; this.CBPort.Name = "CBPort"; this.CBPort.SelectedIndexChanged += new System.EventHandler(this.CBPort_SelectedIndexChanged); this.CBPort.TextChanged += new System.EventHandler(this.CBPort_TextChanged); // // LblBaudRate // resources.ApplyResources(this.LblBaudRate, "LblBaudRate"); this.LblBaudRate.Name = "LblBaudRate"; // // CBSpeed // resources.ApplyResources(this.CBSpeed, "CBSpeed"); this.CBSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CBSpeed.FormattingEnabled = true; this.CBSpeed.Name = "CBSpeed"; this.CBSpeed.SelectedIndexChanged += new System.EventHandler(this.CBSpeed_SelectedIndexChanged); // // LblAddress // resources.ApplyResources(this.LblAddress, "LblAddress"); this.LblAddress.Name = "LblAddress"; // // TxtAddress // resources.ApplyResources(this.TxtAddress, "TxtAddress"); this.tableLayoutPanel4.SetColumnSpan(this.TxtAddress, 3); this.TxtAddress.Name = "TxtAddress"; this.TxtAddress.TextChanged += new System.EventHandler(this.TxtHostName_TextChanged); // // TxtEmulator // resources.ApplyResources(this.TxtEmulator, "TxtEmulator"); this.tableLayoutPanel4.SetColumnSpan(this.TxtEmulator, 3); this.TxtEmulator.Name = "TxtEmulator"; // // BtnConnectDisconnect // this.BtnConnectDisconnect.AltImage = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.AltImage"))); resources.ApplyResources(this.BtnConnectDisconnect, "BtnConnectDisconnect"); this.BtnConnectDisconnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.BtnConnectDisconnect.Coloration = System.Drawing.Color.Empty; this.BtnConnectDisconnect.Image = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.Image"))); this.BtnConnectDisconnect.Name = "BtnConnectDisconnect"; this.tableLayoutPanel4.SetRowSpan(this.BtnConnectDisconnect, 3); this.BtnConnectDisconnect.SizingMode = PrintekLaserFoam.UserControls.ImageButton.SizingModes.StretchImage; this.BtnConnectDisconnect.TabStop = false; this.TT.SetToolTip(this.BtnConnectDisconnect, resources.GetString("BtnConnectDisconnect.ToolTip")); this.BtnConnectDisconnect.UseAltImage = false; this.BtnConnectDisconnect.Click += new System.EventHandler(this.BtnConnectDisconnectClick); // // ConnectLogForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ConnectLogForm"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.GBCommands.ResumeLayout(false); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel6.PerformLayout(); this.GBFile.ResumeLayout(false); this.GBFile.PerformLayout(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.UDLoopCounter)).EndInit(); this.GBConnection.ResumeLayout(false); this.GBConnection.PerformLayout(); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.ResumeLayout(false); }
private void FrmObj_MouseHover(object sender, EventArgs e) { System.Windows.Forms.ToolTip tt = new System.Windows.Forms.ToolTip(); tt.SetToolTip(frmObj, "Instant Coffee"); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIParent1)); menuStrip = new System.Windows.Forms.MenuStrip(); fileMenu = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editMenu = new System.Windows.Forms.ToolStripMenuItem(); undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewMenu = new System.Windows.Forms.ToolStripMenuItem(); controlBoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolsMenu = new System.Windows.Forms.ToolStripMenuItem(); optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpMenu = new System.Windows.Forms.ToolStripMenuItem(); contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStrip = new System.Windows.Forms.ToolStrip(); newToolStripButton = new System.Windows.Forms.ToolStripButton(); openToolStripButton = new System.Windows.Forms.ToolStripButton(); saveToolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); printToolStripButton = new System.Windows.Forms.ToolStripButton(); printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); helpToolStripButton = new System.Windows.Forms.ToolStripButton(); statusStrip = new System.Windows.Forms.StatusStrip(); toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); toolTip = new System.Windows.Forms.ToolTip(components); openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip.SuspendLayout(); toolStrip.SuspendLayout(); statusStrip.SuspendLayout(); SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileMenu, editMenu, viewMenu, toolsMenu, helpMenu }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(1157, 24); menuStrip.TabIndex = 0; menuStrip.Text = "MenuStrip"; // // fileMenu // fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, toolStripSeparator3, closeToolStripMenuItem }); fileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder; fileMenu.Name = "fileMenu"; fileMenu.Size = new System.Drawing.Size(37, 20); fileMenu.Text = "&File"; // // newToolStripMenuItem // newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); newToolStripMenuItem.Size = new System.Drawing.Size(152, 22); newToolStripMenuItem.Text = "&New"; newToolStripMenuItem.Click += new System.EventHandler(ShowNewForm); // // openToolStripMenuItem // openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(146, 22); openToolStripMenuItem.Text = "&Open"; openToolStripMenuItem.Click += new System.EventHandler(OpenFile); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(143, 6); // // closeToolStripMenuItem // closeToolStripMenuItem.Name = "closeToolStripMenuItem"; closeToolStripMenuItem.Size = new System.Drawing.Size(146, 22); closeToolStripMenuItem.Text = "Close"; closeToolStripMenuItem.Click += new System.EventHandler(closeToolStripMenuItem_Click); // // editMenu // editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { undoToolStripMenuItem, redoToolStripMenuItem, toolStripSeparator6, cutToolStripMenuItem, copyToolStripMenuItem, pasteToolStripMenuItem, toolStripSeparator7, selectAllToolStripMenuItem }); editMenu.Name = "editMenu"; editMenu.Size = new System.Drawing.Size(39, 20); editMenu.Text = "&Edit"; // // undoToolStripMenuItem // undoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image"))); undoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; undoToolStripMenuItem.Name = "undoToolStripMenuItem"; undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); undoToolStripMenuItem.Size = new System.Drawing.Size(164, 22); undoToolStripMenuItem.Text = "&Undo"; undoToolStripMenuItem.Click += new System.EventHandler(undoToolStripMenuItem_Click); // // redoToolStripMenuItem // redoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image"))); redoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; redoToolStripMenuItem.Name = "redoToolStripMenuItem"; redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); redoToolStripMenuItem.Size = new System.Drawing.Size(164, 22); redoToolStripMenuItem.Text = "&Redo"; // // toolStripSeparator6 // toolStripSeparator6.Name = "toolStripSeparator6"; toolStripSeparator6.Size = new System.Drawing.Size(161, 6); // // cutToolStripMenuItem // cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image"))); cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; cutToolStripMenuItem.Name = "cutToolStripMenuItem"; cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); cutToolStripMenuItem.Size = new System.Drawing.Size(164, 22); cutToolStripMenuItem.Text = "Cu&t"; // // copyToolStripMenuItem // copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image"))); copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; copyToolStripMenuItem.Name = "copyToolStripMenuItem"; copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); copyToolStripMenuItem.Size = new System.Drawing.Size(164, 22); copyToolStripMenuItem.Text = "&Copy"; // // pasteToolStripMenuItem // pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image"))); pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); pasteToolStripMenuItem.Size = new System.Drawing.Size(164, 22); pasteToolStripMenuItem.Text = "&Paste"; // // toolStripSeparator7 // toolStripSeparator7.Name = "toolStripSeparator7"; toolStripSeparator7.Size = new System.Drawing.Size(161, 6); // // selectAllToolStripMenuItem // selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); selectAllToolStripMenuItem.Size = new System.Drawing.Size(164, 22); selectAllToolStripMenuItem.Text = "Select &All"; // // viewMenu // viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { controlBoxToolStripMenuItem }); viewMenu.Name = "viewMenu"; viewMenu.Size = new System.Drawing.Size(44, 20); viewMenu.Text = "&View"; // // controlBoxToolStripMenuItem // controlBoxToolStripMenuItem.Name = "controlBoxToolStripMenuItem"; controlBoxToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2; controlBoxToolStripMenuItem.Size = new System.Drawing.Size(167, 22); controlBoxToolStripMenuItem.Text = "ControlBox F2"; controlBoxToolStripMenuItem.Click += new System.EventHandler(controlBoxToolStripMenuItem_Click); // // toolsMenu // toolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { optionsToolStripMenuItem, settingsToolStripMenuItem }); toolsMenu.Name = "toolsMenu"; toolsMenu.Size = new System.Drawing.Size(48, 20); toolsMenu.Text = "&Tools"; // // optionsToolStripMenuItem // optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; optionsToolStripMenuItem.Size = new System.Drawing.Size(116, 22); optionsToolStripMenuItem.Text = "&Options"; // // helpMenu // helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { contentsToolStripMenuItem, indexToolStripMenuItem, searchToolStripMenuItem, toolStripSeparator8, aboutToolStripMenuItem }); helpMenu.Name = "helpMenu"; helpMenu.Size = new System.Drawing.Size(44, 20); helpMenu.Text = "&Help"; // // contentsToolStripMenuItem // contentsToolStripMenuItem.Name = "contentsToolStripMenuItem"; contentsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1))); contentsToolStripMenuItem.Size = new System.Drawing.Size(168, 22); contentsToolStripMenuItem.Text = "&Contents"; // // indexToolStripMenuItem // indexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("indexToolStripMenuItem.Image"))); indexToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; indexToolStripMenuItem.Name = "indexToolStripMenuItem"; indexToolStripMenuItem.Size = new System.Drawing.Size(168, 22); indexToolStripMenuItem.Text = "&Index"; // // searchToolStripMenuItem // searchToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("searchToolStripMenuItem.Image"))); searchToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; searchToolStripMenuItem.Name = "searchToolStripMenuItem"; searchToolStripMenuItem.Size = new System.Drawing.Size(168, 22); searchToolStripMenuItem.Text = "&Search"; // // toolStripSeparator8 // toolStripSeparator8.Name = "toolStripSeparator8"; toolStripSeparator8.Size = new System.Drawing.Size(165, 6); // // aboutToolStripMenuItem // aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.Size = new System.Drawing.Size(168, 22); aboutToolStripMenuItem.Text = "&About ... ..."; // // toolStrip // toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripButton, openToolStripButton, saveToolStripButton, toolStripSeparator1, printToolStripButton, printPreviewToolStripButton, toolStripSeparator2, helpToolStripButton }); toolStrip.Location = new System.Drawing.Point(0, 24); toolStrip.Name = "toolStrip"; toolStrip.Size = new System.Drawing.Size(1157, 25); toolStrip.TabIndex = 1; toolStrip.Text = "ToolStrip"; // // newToolStripButton // newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image"))); newToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; newToolStripButton.Name = "newToolStripButton"; newToolStripButton.Size = new System.Drawing.Size(23, 22); newToolStripButton.Text = "New"; newToolStripButton.Click += new System.EventHandler(ShowNewForm); // // openToolStripButton // openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image"))); openToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; openToolStripButton.Name = "openToolStripButton"; openToolStripButton.Size = new System.Drawing.Size(23, 22); openToolStripButton.Text = "Open"; openToolStripButton.Click += new System.EventHandler(OpenFile); // // saveToolStripButton // saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image"))); saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; saveToolStripButton.Name = "saveToolStripButton"; saveToolStripButton.Size = new System.Drawing.Size(23, 22); saveToolStripButton.Text = "Save"; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // printToolStripButton // printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image"))); printToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; printToolStripButton.Name = "printToolStripButton"; printToolStripButton.Size = new System.Drawing.Size(23, 22); printToolStripButton.Text = "Print"; // // printPreviewToolStripButton // printPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; printPreviewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image"))); printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; printPreviewToolStripButton.Name = "printPreviewToolStripButton"; printPreviewToolStripButton.Size = new System.Drawing.Size(23, 22); printPreviewToolStripButton.Text = "Print Preview"; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // helpToolStripButton // helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image"))); helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; helpToolStripButton.Name = "helpToolStripButton"; helpToolStripButton.Size = new System.Drawing.Size(23, 22); helpToolStripButton.Text = "Help"; // // statusStrip // statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripStatusLabel }); statusStrip.Location = new System.Drawing.Point(0, 609); statusStrip.Name = "statusStrip"; statusStrip.Size = new System.Drawing.Size(1157, 22); statusStrip.TabIndex = 2; statusStrip.Text = "StatusStrip"; // // toolStripStatusLabel // toolStripStatusLabel.Name = "toolStripStatusLabel"; toolStripStatusLabel.Size = new System.Drawing.Size(39, 17); toolStripStatusLabel.Text = "Status"; // // openFileDialog1 // openFileDialog1.FileName = "openFileDialog1"; // // settingsToolStripMenuItem // settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; settingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); settingsToolStripMenuItem.Text = "Settings"; settingsToolStripMenuItem.Click += new System.EventHandler(settingsToolStripMenuItem_Click); // // MDIParent1 // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(1157, 631); Controls.Add(statusStrip); Controls.Add(toolStrip); Controls.Add(menuStrip); IsMdiContainer = true; MainMenuStrip = menuStrip; Name = "MDIParent1"; Load += new System.EventHandler(MDIParent1_Load); Move += new System.EventHandler(MDIParent1_Move); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); toolStrip.ResumeLayout(false); toolStrip.PerformLayout(); statusStrip.ResumeLayout(false); statusStrip.PerformLayout(); 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.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; System.Windows.Forms.ToolTip ParametersEditorTips; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParametersEditor)); this.CmdAdd = new System.Windows.Forms.Button(); this.CmdEdit = new System.Windows.Forms.Button(); this.CmdDelete = new System.Windows.Forms.Button(); this.CmdCancel = new System.Windows.Forms.Button(); this.CmdOK = new System.Windows.Forms.Button(); this.ParametersDisplay = new EllieWare.Support.RefreshingListBox(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); ParametersEditorTips = new System.Windows.Forms.ToolTip(this.components); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.AutoSize = true; tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(this.CmdAdd, 0, 0); tableLayoutPanel1.Controls.Add(this.CmdEdit, 0, 1); tableLayoutPanel1.Controls.Add(this.CmdDelete, 0, 2); tableLayoutPanel1.Location = new System.Drawing.Point(518, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 3; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(46, 138); tableLayoutPanel1.TabIndex = 8; // // CmdAdd // this.CmdAdd.Image = global::EllieWare.Common.Properties.Resources.add_32x32; this.CmdAdd.Location = new System.Drawing.Point(3, 3); this.CmdAdd.Name = "CmdAdd"; this.CmdAdd.Size = new System.Drawing.Size(40, 40); this.CmdAdd.TabIndex = 0; ParametersEditorTips.SetToolTip(this.CmdAdd, "Add..."); this.CmdAdd.UseVisualStyleBackColor = true; this.CmdAdd.Click += new System.EventHandler(this.CmdAdd_Click); // // CmdEdit // this.CmdEdit.Enabled = false; this.CmdEdit.Image = global::EllieWare.Common.Properties.Resources.pencil_32x32; this.CmdEdit.Location = new System.Drawing.Point(3, 49); this.CmdEdit.Name = "CmdEdit"; this.CmdEdit.Size = new System.Drawing.Size(40, 40); this.CmdEdit.TabIndex = 1; ParametersEditorTips.SetToolTip(this.CmdEdit, "Edit..."); this.CmdEdit.UseVisualStyleBackColor = true; this.CmdEdit.Click += new System.EventHandler(this.CmdEdit_Click); // // CmdDelete // this.CmdDelete.Enabled = false; this.CmdDelete.Image = global::EllieWare.Common.Properties.Resources.delete_32x32; this.CmdDelete.Location = new System.Drawing.Point(3, 95); this.CmdDelete.Name = "CmdDelete"; this.CmdDelete.Size = new System.Drawing.Size(40, 40); this.CmdDelete.TabIndex = 2; ParametersEditorTips.SetToolTip(this.CmdDelete, "Delete"); this.CmdDelete.UseVisualStyleBackColor = true; this.CmdDelete.Click += new System.EventHandler(this.CmdDelete_Click); // // tableLayoutPanel2 // tableLayoutPanel2.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))); tableLayoutPanel2.ColumnCount = 4; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.Controls.Add(tableLayoutPanel4, 2, 2); tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 1, 2); tableLayoutPanel2.Controls.Add(this.ParametersDisplay, 0, 0); tableLayoutPanel2.Controls.Add(tableLayoutPanel1, 3, 0); tableLayoutPanel2.Location = new System.Drawing.Point(12, 12); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 3; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel2.Size = new System.Drawing.Size(567, 329); tableLayoutPanel2.TabIndex = 9; // // tableLayoutPanel4 // tableLayoutPanel4.AutoSize = true; tableLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel4.ColumnCount = 1; tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel4.Controls.Add(this.CmdCancel, 0, 0); tableLayoutPanel4.Location = new System.Drawing.Point(431, 297); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 1; tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel4.Size = new System.Drawing.Size(81, 29); tableLayoutPanel4.TabIndex = 10; // // CmdCancel // this.CmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CmdCancel.Location = new System.Drawing.Point(3, 3); this.CmdCancel.Name = "CmdCancel"; this.CmdCancel.Size = new System.Drawing.Size(75, 23); this.CmdCancel.TabIndex = 0; this.CmdCancel.Text = "Cancel"; this.CmdCancel.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // tableLayoutPanel3.AutoSize = true; tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel3.ColumnCount = 1; tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel3.Controls.Add(this.CmdOK, 0, 0); tableLayoutPanel3.Location = new System.Drawing.Point(344, 297); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 1; tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel3.Size = new System.Drawing.Size(81, 29); tableLayoutPanel3.TabIndex = 10; // // CmdOK // this.CmdOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.CmdOK.Enabled = false; this.CmdOK.Location = new System.Drawing.Point(3, 3); this.CmdOK.Name = "CmdOK"; this.CmdOK.Size = new System.Drawing.Size(75, 23); this.CmdOK.TabIndex = 0; this.CmdOK.Text = "OK"; this.CmdOK.UseVisualStyleBackColor = true; // // ParametersDisplay // tableLayoutPanel2.SetColumnSpan(this.ParametersDisplay, 3); this.ParametersDisplay.DisplayMember = "Summary"; this.ParametersDisplay.Dock = System.Windows.Forms.DockStyle.Fill; this.ParametersDisplay.FormattingEnabled = true; this.ParametersDisplay.Location = new System.Drawing.Point(3, 3); this.ParametersDisplay.Name = "ParametersDisplay"; this.ParametersDisplay.Size = new System.Drawing.Size(509, 268); this.ParametersDisplay.Sorted = true; this.ParametersDisplay.TabIndex = 0; this.ParametersDisplay.SelectedIndexChanged += new System.EventHandler(this.Parameters_SelectedIndexChanged); this.ParametersDisplay.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ParametersDisplay_MouseDoubleClick); // // ParametersEditor // this.AcceptButton = this.CmdOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CmdCancel; this.ClientSize = new System.Drawing.Size(591, 353); this.Controls.Add(tableLayoutPanel2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ParametersEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Parameters Editor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ParametersEditor_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ParametersEditor_FormClosed); this.Load += new System.EventHandler(this.ParametersEditor_Load); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); tableLayoutPanel4.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderReception)); this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components); this.txtNotes = new System.Windows.Forms.TextBox(); this.txtSubTotal = new System.Windows.Forms.TextBox(); this.txtTotal = new System.Windows.Forms.TextBox(); this.txtTotalTax = new System.Windows.Forms.TextBox(); this.txtFreightCharge = new System.Windows.Forms.TextBox(); this.txtSalesTax = new System.Windows.Forms.TextBox(); this.txtEntry = new System.Windows.Forms.TextBox(); this.fgProducts = new UpgradeHelpers.DataGridViewFlex(this.components); this.sbStatusBar = new System.Windows.Forms.StatusStrip(); this.sbStatusBar_Panels_Panel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.cmdSave = new System.Windows.Forms.Button(); this.cmdClose = new System.Windows.Forms.Button(); this.cmdAddProducts = new System.Windows.Forms.Button(); this.Frame1 = new System.Windows.Forms.GroupBox(); this.txtProviderName = new System.Windows.Forms.TextBox(); this.txtContactLastName = new System.Windows.Forms.TextBox(); this.txtContactName = new System.Windows.Forms.TextBox(); this.cmdProviders = new System.Windows.Forms.Button(); this.lvProviders = new System.Windows.Forms.ListView(); this.lvProviders_ColumnHeader_1_ = new System.Windows.Forms.ColumnHeader(); this.lvProviders_ColumnHeader_2_ = new System.Windows.Forms.ColumnHeader(); this.lvProviders_ColumnHeader_3_ = new System.Windows.Forms.ColumnHeader(); this.lvProviders_ColumnHeader_4_ = new System.Windows.Forms.ColumnHeader(); this.lvProviders_ColumnHeader_5_ = new System.Windows.Forms.ColumnHeader(); this.lvProviders_ColumnHeader_6_ = new System.Windows.Forms.ColumnHeader(); this.lvProviders_ColumnHeader_7_ = new System.Windows.Forms.ColumnHeader(); this.Label3 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Frame2 = new System.Windows.Forms.GroupBox(); this.txtProviderContact = new System.Windows.Forms.TextBox(); this.txtProviderCompany = new System.Windows.Forms.TextBox(); this.Label5 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.Label7 = new System.Windows.Forms.Label(); this.Label12 = new System.Windows.Forms.Label(); this.Label11 = new System.Windows.Forms.Label(); this.Label10 = new System.Windows.Forms.Label(); this.Label9 = new System.Windows.Forms.Label(); this.Label8 = new System.Windows.Forms.Label(); this.Label6 = new System.Windows.Forms.Label(); this.sbStatusBar.SuspendLayout(); this.Frame1.SuspendLayout(); this.lvProviders.SuspendLayout(); this.Frame2.SuspendLayout(); this.SuspendLayout(); this.listViewHelper1 = new UpgradeHelpers.Gui.ListViewHelper(this.components); ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit(); // // txtNotes // this.txtNotes.AcceptsReturn = true; this.txtNotes.AllowDrop = true; this.txtNotes.BackColor = System.Drawing.SystemColors.Window; this.txtNotes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtNotes.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtNotes.ForeColor = System.Drawing.SystemColors.WindowText; this.txtNotes.Location = new System.Drawing.Point(56, 240); this.txtNotes.MaxLength = 0; this.txtNotes.Multiline = true; this.txtNotes.Name = "txtNotes"; this.txtNotes.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtNotes.Size = new System.Drawing.Size(425, 44); this.txtNotes.TabIndex = 4; this.txtNotes.TextChanged += new System.EventHandler(this.txtNotes_TextChanged); // // txtSubTotal // this.txtSubTotal.AcceptsReturn = true; this.txtSubTotal.AllowDrop = true; this.txtSubTotal.BackColor = System.Drawing.SystemColors.Menu; this.txtSubTotal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtSubTotal.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtSubTotal.ForeColor = System.Drawing.SystemColors.WindowText; this.txtSubTotal.Location = new System.Drawing.Point(352, 536); this.txtSubTotal.MaxLength = 0; this.txtSubTotal.Name = "txtSubTotal"; this.txtSubTotal.ReadOnly = true; this.txtSubTotal.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtSubTotal.Size = new System.Drawing.Size(145, 20); this.txtSubTotal.TabIndex = 31; this.txtSubTotal.TabStop = false; this.txtSubTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtTotal // this.txtTotal.AcceptsReturn = true; this.txtTotal.AllowDrop = true; this.txtTotal.BackColor = System.Drawing.SystemColors.Menu; this.txtTotal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtTotal.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtTotal.ForeColor = System.Drawing.SystemColors.WindowText; this.txtTotal.Location = new System.Drawing.Point(88, 560); this.txtTotal.MaxLength = 0; this.txtTotal.Name = "txtTotal"; this.txtTotal.ReadOnly = true; this.txtTotal.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtTotal.Size = new System.Drawing.Size(145, 20); this.txtTotal.TabIndex = 29; this.txtTotal.TabStop = false; this.txtTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtTotalTax // this.txtTotalTax.AcceptsReturn = true; this.txtTotalTax.AllowDrop = true; this.txtTotalTax.BackColor = System.Drawing.SystemColors.Menu; this.txtTotalTax.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtTotalTax.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtTotalTax.ForeColor = System.Drawing.SystemColors.WindowText; this.txtTotalTax.Location = new System.Drawing.Point(352, 512); this.txtTotalTax.MaxLength = 0; this.txtTotalTax.Name = "txtTotalTax"; this.txtTotalTax.ReadOnly = true; this.txtTotalTax.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtTotalTax.Size = new System.Drawing.Size(145, 20); this.txtTotalTax.TabIndex = 27; this.txtTotalTax.TabStop = false; this.txtTotalTax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtFreightCharge // this.txtFreightCharge.AcceptsReturn = true; this.txtFreightCharge.AllowDrop = true; this.txtFreightCharge.BackColor = System.Drawing.SystemColors.Window; this.txtFreightCharge.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtFreightCharge.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtFreightCharge.ForeColor = System.Drawing.SystemColors.WindowText; this.txtFreightCharge.Location = new System.Drawing.Point(88, 536); this.txtFreightCharge.MaxLength = 0; this.txtFreightCharge.Name = "txtFreightCharge"; this.txtFreightCharge.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtFreightCharge.Size = new System.Drawing.Size(145, 20); this.txtFreightCharge.TabIndex = 7; this.txtFreightCharge.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtFreightCharge.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFreightCharge_KeyPress); this.txtFreightCharge.TextChanged += new System.EventHandler(this.txtFreightCharge_TextChanged); // // txtSalesTax // this.txtSalesTax.AcceptsReturn = true; this.txtSalesTax.AllowDrop = true; this.txtSalesTax.BackColor = System.Drawing.SystemColors.Window; this.txtSalesTax.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtSalesTax.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtSalesTax.ForeColor = System.Drawing.SystemColors.WindowText; this.txtSalesTax.Location = new System.Drawing.Point(88, 512); this.txtSalesTax.MaxLength = 0; this.txtSalesTax.Name = "txtSalesTax"; this.txtSalesTax.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtSalesTax.Size = new System.Drawing.Size(145, 20); this.txtSalesTax.TabIndex = 6; this.txtSalesTax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtSalesTax.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSalesTax_KeyPress); this.txtSalesTax.TextChanged += new System.EventHandler(this.txtSalesTax_TextChanged); // // txtEntry // this.txtEntry.AcceptsReturn = true; this.txtEntry.AllowDrop = true; this.txtEntry.BackColor = System.Drawing.SystemColors.Window; this.txtEntry.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtEntry.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtEntry.ForeColor = System.Drawing.SystemColors.WindowText; this.txtEntry.Location = new System.Drawing.Point(88, 488); this.txtEntry.MaxLength = 0; this.txtEntry.Name = "txtEntry"; this.txtEntry.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtEntry.Size = new System.Drawing.Size(145, 19); this.txtEntry.TabIndex = 24; this.txtEntry.Visible = false; this.txtEntry.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtEntry_KeyDown); this.txtEntry.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEntry_KeyPress); this.txtEntry.Leave += new System.EventHandler(this.txtEntry_Leave); // // fgProducts // this.fgProducts.AllowDrop = true; this.fgProducts.BorderStyle = System.Windows.Forms.BorderStyle.None; this.fgProducts.ColumnsCount = 0; this.fgProducts.FixedColumns = 0; this.fgProducts.FixedRows = 0; this.fgProducts.Location = new System.Drawing.Point(8, 288); this.fgProducts.Name = "fgProducts"; this.fgProducts.Size = new System.Drawing.Size(505, 177); this.fgProducts.TabIndex = 5; this.fgProducts.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.fgProducts_CellLeave); this.fgProducts.Click += new System.EventHandler(this.fgProducts_Click); this.fgProducts.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.fgProducts_KeyPress); // // sbStatusBar // this.sbStatusBar.AllowDrop = true; this.sbStatusBar.BackColor = System.Drawing.SystemColors.Control; this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.sbStatusBar.Location = new System.Drawing.Point(0, 623); this.sbStatusBar.Name = "sbStatusBar"; this.sbStatusBar.ShowItemToolTips = true; this.sbStatusBar.Size = new System.Drawing.Size(521, 25); this.sbStatusBar.TabIndex = 23; this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 }); // // sbStatusBar_Panels_Panel1 // this.sbStatusBar_Panels_Panel1.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom); this.sbStatusBar_Panels_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.sbStatusBar_Panels_Panel1.DoubleClickEnabled = true; this.sbStatusBar_Panels_Panel1.Margin = new System.Windows.Forms.Padding(0); this.sbStatusBar_Panels_Panel1.Size = new System.Drawing.Size(521, 25); this.sbStatusBar_Panels_Panel1.Spring = true; this.sbStatusBar_Panels_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.sbStatusBar_Panels_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; // // cmdSave // this.cmdSave.AllowDrop = true; this.cmdSave.BackColor = System.Drawing.SystemColors.Control; this.cmdSave.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdSave.Location = new System.Drawing.Point(320, 584); this.cmdSave.Name = "cmdSave"; this.cmdSave.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdSave.Size = new System.Drawing.Size(89, 25); this.cmdSave.TabIndex = 8; this.cmdSave.Text = "&Save"; this.cmdSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdSave.UseVisualStyleBackColor = false; this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click); // // cmdClose // this.cmdClose.AllowDrop = true; this.cmdClose.BackColor = System.Drawing.SystemColors.Control; this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdClose.Location = new System.Drawing.Point(424, 584); this.cmdClose.Name = "cmdClose"; this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdClose.Size = new System.Drawing.Size(89, 25); this.cmdClose.TabIndex = 9; this.cmdClose.Text = "&Close"; this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdClose.UseVisualStyleBackColor = false; this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click); // // cmdAddProducts // this.cmdAddProducts.AllowDrop = true; this.cmdAddProducts.BackColor = System.Drawing.SystemColors.Control; this.cmdAddProducts.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdAddProducts.Location = new System.Drawing.Point(488, 264); this.cmdAddProducts.Name = "cmdAddProducts"; this.cmdAddProducts.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdAddProducts.Size = new System.Drawing.Size(25, 21); this.cmdAddProducts.TabIndex = 21; this.cmdAddProducts.TabStop = false; this.cmdAddProducts.Text = "..."; this.cmdAddProducts.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdAddProducts.UseVisualStyleBackColor = false; this.cmdAddProducts.Click += new System.EventHandler(this.cmdAddProducts_Click); // // Frame1 // this.Frame1.AllowDrop = true; this.Frame1.BackColor = System.Drawing.SystemColors.Control; this.Frame1.Controls.Add(this.txtProviderName); this.Frame1.Controls.Add(this.txtContactLastName); this.Frame1.Controls.Add(this.txtContactName); this.Frame1.Controls.Add(this.cmdProviders); this.Frame1.Controls.Add(this.lvProviders); this.Frame1.Controls.Add(this.Label3); this.Frame1.Controls.Add(this.Label4); this.Frame1.Controls.Add(this.Label2); this.Frame1.Enabled = true; this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame1.Location = new System.Drawing.Point(8, 8); this.Frame1.Name = "Frame1"; this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame1.Size = new System.Drawing.Size(505, 169); this.Frame1.TabIndex = 12; this.Frame1.Text = "Search supplier"; this.Frame1.Visible = true; // // txtProviderName // this.txtProviderName.AcceptsReturn = true; this.txtProviderName.AllowDrop = true; this.txtProviderName.BackColor = System.Drawing.SystemColors.Window; this.txtProviderName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtProviderName.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtProviderName.ForeColor = System.Drawing.SystemColors.WindowText; this.txtProviderName.Location = new System.Drawing.Point(88, 16); this.txtProviderName.MaxLength = 0; this.txtProviderName.Name = "txtProviderName"; this.txtProviderName.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtProviderName.Size = new System.Drawing.Size(145, 20); this.txtProviderName.TabIndex = 0; this.txtProviderName.TextChanged += new System.EventHandler(this.txtProviderName_TextChanged); // // txtContactLastName // this.txtContactLastName.AcceptsReturn = true; this.txtContactLastName.AllowDrop = true; this.txtContactLastName.BackColor = System.Drawing.SystemColors.Window; this.txtContactLastName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtContactLastName.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtContactLastName.ForeColor = System.Drawing.SystemColors.WindowText; this.txtContactLastName.Location = new System.Drawing.Point(336, 48); this.txtContactLastName.MaxLength = 0; this.txtContactLastName.Name = "txtContactLastName"; this.txtContactLastName.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtContactLastName.Size = new System.Drawing.Size(145, 20); this.txtContactLastName.TabIndex = 2; this.txtContactLastName.TextChanged += new System.EventHandler(this.txtContactLastName_TextChanged); // // txtContactName // this.txtContactName.AcceptsReturn = true; this.txtContactName.AllowDrop = true; this.txtContactName.BackColor = System.Drawing.SystemColors.Window; this.txtContactName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtContactName.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtContactName.ForeColor = System.Drawing.SystemColors.WindowText; this.txtContactName.Location = new System.Drawing.Point(88, 48); this.txtContactName.MaxLength = 0; this.txtContactName.Name = "txtContactName"; this.txtContactName.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtContactName.Size = new System.Drawing.Size(145, 20); this.txtContactName.TabIndex = 1; this.txtContactName.TextChanged += new System.EventHandler(this.txtContactName_TextChanged); // // cmdProviders // this.cmdProviders.AllowDrop = true; this.cmdProviders.BackColor = System.Drawing.SystemColors.Control; this.cmdProviders.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdProviders.Location = new System.Drawing.Point(456, 16); this.cmdProviders.Name = "cmdProviders"; this.cmdProviders.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdProviders.Size = new System.Drawing.Size(25, 21); this.cmdProviders.TabIndex = 13; this.cmdProviders.TabStop = false; this.cmdProviders.Text = "..."; this.cmdProviders.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdProviders.UseVisualStyleBackColor = false; this.cmdProviders.Click += new System.EventHandler(this.cmdProviders_Click); // // lvProviders // this.lvProviders.AllowDrop = true; this.lvProviders.BackColor = System.Drawing.SystemColors.Window; this.lvProviders.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lvProviders.ForeColor = System.Drawing.SystemColors.WindowText; this.lvProviders.FullRowSelect = true; this.lvProviders.GridLines = true; this.lvProviders.HideSelection = false; this.lvProviders.HotTracking = true; this.lvProviders.LabelEdit = false; this.lvProviders.Location = new System.Drawing.Point(8, 80); this.lvProviders.MultiSelect = false; this.lvProviders.Name = "lvProviders"; this.lvProviders.Size = new System.Drawing.Size(489, 81); this.lvProviders.TabIndex = 3; this.lvProviders.View = System.Windows.Forms.View.Details; this.lvProviders.Columns.Add(this.lvProviders_ColumnHeader_1_); this.lvProviders.Columns.Add(this.lvProviders_ColumnHeader_2_); this.lvProviders.Columns.Add(this.lvProviders_ColumnHeader_3_); this.lvProviders.Columns.Add(this.lvProviders_ColumnHeader_4_); this.lvProviders.Columns.Add(this.lvProviders_ColumnHeader_5_); this.lvProviders.Columns.Add(this.lvProviders_ColumnHeader_6_); this.lvProviders.Columns.Add(this.lvProviders_ColumnHeader_7_); // // lvProviders_ColumnHeader_1_ // this.lvProviders_ColumnHeader_1_.Text = "Supplier ID"; this.lvProviders_ColumnHeader_1_.Width = 97; // // lvProviders_ColumnHeader_2_ // this.lvProviders_ColumnHeader_2_.Text = "Supplier Name"; this.lvProviders_ColumnHeader_2_.Width = 97; // // lvProviders_ColumnHeader_3_ // this.lvProviders_ColumnHeader_3_.Text = "Contact Name"; this.lvProviders_ColumnHeader_3_.Width = 97; // // lvProviders_ColumnHeader_4_ // this.lvProviders_ColumnHeader_4_.Text = "Contact Last Name"; this.lvProviders_ColumnHeader_4_.Width = 97; // // lvProviders_ColumnHeader_5_ // this.lvProviders_ColumnHeader_5_.Text = "City"; this.lvProviders_ColumnHeader_5_.Width = 97; // // lvProviders_ColumnHeader_6_ // this.lvProviders_ColumnHeader_6_.Text = "State"; this.lvProviders_ColumnHeader_6_.Width = 97; // // lvProviders_ColumnHeader_7_ // this.lvProviders_ColumnHeader_7_.Text = "Country"; this.lvProviders_ColumnHeader_7_.Width = 97; // // Label3 // this.Label3.AllowDrop = true; this.Label3.BackColor = System.Drawing.SystemColors.Control; this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.Label3.Location = new System.Drawing.Point(240, 48); this.Label3.Name = "Label3"; this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label3.Size = new System.Drawing.Size(97, 17); this.Label3.TabIndex = 16; this.Label3.Text = "Last name"; // // Label4 // this.Label4.AllowDrop = true; this.Label4.BackColor = System.Drawing.SystemColors.Control; this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label4.ForeColor = System.Drawing.SystemColors.ControlText; this.Label4.Location = new System.Drawing.Point(8, 16); this.Label4.Name = "Label4"; this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label4.Size = new System.Drawing.Size(89, 17); this.Label4.TabIndex = 15; this.Label4.Text = "Supplier"; // // Label2 // this.Label2.AllowDrop = true; this.Label2.BackColor = System.Drawing.SystemColors.Control; this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.Label2.Location = new System.Drawing.Point(8, 48); this.Label2.Name = "Label2"; this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label2.Size = new System.Drawing.Size(89, 17); this.Label2.TabIndex = 14; this.Label2.Text = "First Name"; // // Frame2 // this.Frame2.AllowDrop = true; this.Frame2.BackColor = System.Drawing.SystemColors.Control; this.Frame2.Controls.Add(this.txtProviderContact); this.Frame2.Controls.Add(this.txtProviderCompany); this.Frame2.Controls.Add(this.Label5); this.Frame2.Controls.Add(this.Label1); this.Frame2.Enabled = true; this.Frame2.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame2.Location = new System.Drawing.Point(8, 184); this.Frame2.Name = "Frame2"; this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame2.Size = new System.Drawing.Size(505, 49); this.Frame2.TabIndex = 11; this.Frame2.Text = "Supplier"; this.Frame2.Visible = true; // // txtProviderContact // this.txtProviderContact.AcceptsReturn = true; this.txtProviderContact.AllowDrop = true; this.txtProviderContact.BackColor = System.Drawing.SystemColors.Menu; this.txtProviderContact.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtProviderContact.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtProviderContact.ForeColor = System.Drawing.SystemColors.WindowText; this.txtProviderContact.Location = new System.Drawing.Point(288, 16); this.txtProviderContact.MaxLength = 0; this.txtProviderContact.Name = "txtProviderContact"; this.txtProviderContact.ReadOnly = true; this.txtProviderContact.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtProviderContact.Size = new System.Drawing.Size(209, 20); this.txtProviderContact.TabIndex = 20; this.txtProviderContact.TabStop = false; // // txtProviderCompany // this.txtProviderCompany.AcceptsReturn = true; this.txtProviderCompany.AllowDrop = true; this.txtProviderCompany.BackColor = System.Drawing.SystemColors.Menu; this.txtProviderCompany.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtProviderCompany.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtProviderCompany.ForeColor = System.Drawing.SystemColors.WindowText; this.txtProviderCompany.Location = new System.Drawing.Point(72, 16); this.txtProviderCompany.MaxLength = 0; this.txtProviderCompany.Name = "txtProviderCompany"; this.txtProviderCompany.ReadOnly = true; this.txtProviderCompany.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtProviderCompany.Size = new System.Drawing.Size(145, 20); this.txtProviderCompany.TabIndex = 19; this.txtProviderCompany.TabStop = false; // // Label5 // this.Label5.AllowDrop = true; this.Label5.BackColor = System.Drawing.SystemColors.Control; this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label5.ForeColor = System.Drawing.SystemColors.ControlText; this.Label5.Location = new System.Drawing.Point(8, 16); this.Label5.Name = "Label5"; this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label5.Size = new System.Drawing.Size(57, 17); this.Label5.TabIndex = 18; this.Label5.Text = "Name:"; // // Label1 // this.Label1.AllowDrop = true; this.Label1.BackColor = System.Drawing.SystemColors.Control; this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.Label1.Location = new System.Drawing.Point(232, 16); this.Label1.Name = "Label1"; this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label1.Size = new System.Drawing.Size(57, 17); this.Label1.TabIndex = 17; this.Label1.Text = "Contact:"; // // Label7 // this.Label7.AllowDrop = true; this.Label7.BackColor = System.Drawing.SystemColors.Control; this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label7.ForeColor = System.Drawing.SystemColors.ControlText; this.Label7.Location = new System.Drawing.Point(8, 488); this.Label7.Name = "Label7"; this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label7.Size = new System.Drawing.Size(81, 17); this.Label7.TabIndex = 33; this.Label7.Text = "Quantity"; // // Label12 // this.Label12.AllowDrop = true; this.Label12.BackColor = System.Drawing.SystemColors.Control; this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label12.ForeColor = System.Drawing.SystemColors.ControlText; this.Label12.Location = new System.Drawing.Point(8, 536); this.Label12.Name = "Label12"; this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label12.Size = new System.Drawing.Size(89, 17); this.Label12.TabIndex = 32; this.Label12.Text = "Freight"; // // Label11 // this.Label11.AllowDrop = true; this.Label11.BackColor = System.Drawing.SystemColors.Control; this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label11.ForeColor = System.Drawing.SystemColors.ControlText; this.Label11.Location = new System.Drawing.Point(8, 560); this.Label11.Name = "Label11"; this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label11.Size = new System.Drawing.Size(89, 17); this.Label11.TabIndex = 30; this.Label11.Text = "Total"; // // Label10 // this.Label10.AllowDrop = true; this.Label10.BackColor = System.Drawing.SystemColors.Control; this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label10.ForeColor = System.Drawing.SystemColors.ControlText; this.Label10.Location = new System.Drawing.Point(272, 512); this.Label10.Name = "Label10"; this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label10.Size = new System.Drawing.Size(89, 17); this.Label10.TabIndex = 28; this.Label10.Text = "Total Tax"; // // Label9 // this.Label9.AllowDrop = true; this.Label9.BackColor = System.Drawing.SystemColors.Control; this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label9.ForeColor = System.Drawing.SystemColors.ControlText; this.Label9.Location = new System.Drawing.Point(272, 536); this.Label9.Name = "Label9"; this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label9.Size = new System.Drawing.Size(89, 17); this.Label9.TabIndex = 26; this.Label9.Text = "Sub Total"; // // Label8 // this.Label8.AllowDrop = true; this.Label8.BackColor = System.Drawing.SystemColors.Control; this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label8.ForeColor = System.Drawing.SystemColors.ControlText; this.Label8.Location = new System.Drawing.Point(8, 512); this.Label8.Name = "Label8"; this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label8.Size = new System.Drawing.Size(89, 17); this.Label8.TabIndex = 25; this.Label8.Text = "Sales Tax"; // // Label6 // this.Label6.AllowDrop = true; this.Label6.BackColor = System.Drawing.SystemColors.Control; this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label6.ForeColor = System.Drawing.SystemColors.ControlText; this.Label6.Location = new System.Drawing.Point(8, 248); this.Label6.Name = "Label6"; this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label6.Size = new System.Drawing.Size(33, 17); this.Label6.TabIndex = 22; this.Label6.Text = "Notes:"; // // frmOrderReception // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(521, 648); this.Controls.Add(this.txtNotes); this.Controls.Add(this.txtSubTotal); this.Controls.Add(this.txtTotal); this.Controls.Add(this.txtTotalTax); this.Controls.Add(this.txtFreightCharge); this.Controls.Add(this.txtSalesTax); this.Controls.Add(this.txtEntry); this.Controls.Add(this.fgProducts); this.Controls.Add(this.sbStatusBar); this.Controls.Add(this.cmdSave); this.Controls.Add(this.cmdClose); this.Controls.Add(this.cmdAddProducts); this.Controls.Add(this.Frame1); this.Controls.Add(this.Frame2); this.Controls.Add(this.Label7); this.Controls.Add(this.Label12); this.Controls.Add(this.Label11); this.Controls.Add(this.Label10); this.Controls.Add(this.Label9); this.Controls.Add(this.Label8); this.Controls.Add(this.Label6); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Location = new System.Drawing.Point(3, 25); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmOrderReception"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Add Stock Order"; this.Closed += new System.EventHandler(this.Form_Closed); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing); this.listViewHelper1.SetItemClickMethod(this.lvProviders, "lvProviders_ItemClick"); this.listViewHelper1.SetCorrectEventsBehavior(this.lvProviders, true); ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit(); this.sbStatusBar.ResumeLayout(false); this.Frame1.ResumeLayout(false); this.lvProviders.ResumeLayout(false); this.Frame2.ResumeLayout(false); 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.ToolTip toolTip; this.outerLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.typingsAcquisitionLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this._saveChangesToConfigFile = new System.Windows.Forms.CheckBox(); this._showTypingsInfoBar = new System.Windows.Forms.CheckBox(); this._enableAutomaticTypingsAcquisition = new System.Windows.Forms.CheckBox(); this.typingsAcquisitionLabel = new System.Windows.Forms.Label(); this.typingsLearnMoreLink = new System.Windows.Forms.LinkLabel(); toolTip = new System.Windows.Forms.ToolTip(this.components); this.outerLayoutPanel.SuspendLayout(); this.typingsAcquisitionLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // outerLayoutPanel // this.outerLayoutPanel.AutoSize = true; this.outerLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.outerLayoutPanel.ColumnCount = 1; this.outerLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.outerLayoutPanel.Controls.Add(this.typingsAcquisitionLayoutPanel, 0, 1); this.outerLayoutPanel.Controls.Add(this.typingsAcquisitionLabel, 0, 0); this.outerLayoutPanel.Controls.Add(this.typingsLearnMoreLink, 0, 2); this.outerLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.outerLayoutPanel.Location = new System.Drawing.Point(0, 0); this.outerLayoutPanel.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.outerLayoutPanel.Name = "outerLayoutPanel"; this.outerLayoutPanel.RowCount = 3; this.outerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.outerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.outerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.outerLayoutPanel.Size = new System.Drawing.Size(687, 171); this.outerLayoutPanel.TabIndex = 0; // // typingsAcquisitionLayoutPanel // this.typingsAcquisitionLayoutPanel.AutoSize = true; this.typingsAcquisitionLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.typingsAcquisitionLayoutPanel.ColumnCount = 1; this.typingsAcquisitionLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.typingsAcquisitionLayoutPanel.Controls.Add(this._saveChangesToConfigFile, 0, 2); this.typingsAcquisitionLayoutPanel.Controls.Add(this._showTypingsInfoBar, 0, 1); this.typingsAcquisitionLayoutPanel.Controls.Add(this._enableAutomaticTypingsAcquisition, 0, 0); this.typingsAcquisitionLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top; this.typingsAcquisitionLayoutPanel.Location = new System.Drawing.Point(6, 33); this.typingsAcquisitionLayoutPanel.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.typingsAcquisitionLayoutPanel.Name = "typingsAcquisitionLayoutPanel"; this.typingsAcquisitionLayoutPanel.RowCount = 3; this.typingsAcquisitionLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.typingsAcquisitionLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.typingsAcquisitionLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.typingsAcquisitionLayoutPanel.Size = new System.Drawing.Size(675, 105); this.typingsAcquisitionLayoutPanel.TabIndex = 1; // // _saveChangesToConfigFile // this._saveChangesToConfigFile.AutoSize = true; this._saveChangesToConfigFile.ImeMode = System.Windows.Forms.ImeMode.NoControl; this._saveChangesToConfigFile.Location = new System.Drawing.Point(12, 73); this._saveChangesToConfigFile.Margin = new System.Windows.Forms.Padding(12, 3, 12, 3); this._saveChangesToConfigFile.Name = "_saveChangesToConfigFile"; this._saveChangesToConfigFile.Size = new System.Drawing.Size(384, 29); this._saveChangesToConfigFile.TabIndex = 2; this._saveChangesToConfigFile.Text = "Save changes to tsd.json &config file"; this._saveChangesToConfigFile.UseVisualStyleBackColor = true; // // _showTypingsInfoBar // this._showTypingsInfoBar.AutoSize = true; this._showTypingsInfoBar.ImeMode = System.Windows.Forms.ImeMode.NoControl; this._showTypingsInfoBar.Location = new System.Drawing.Point(12, 38); this._showTypingsInfoBar.Margin = new System.Windows.Forms.Padding(12, 3, 12, 3); this._showTypingsInfoBar.Name = "_showTypingsInfoBar"; this._showTypingsInfoBar.Size = new System.Drawing.Size(593, 29); this._showTypingsInfoBar.TabIndex = 1; this._showTypingsInfoBar.Text = "&Show status bar after adding new typings folder to project"; this._showTypingsInfoBar.UseVisualStyleBackColor = true; // // _enableAutomaticTypingsAcquisition // this._enableAutomaticTypingsAcquisition.AutoSize = true; this._enableAutomaticTypingsAcquisition.ImeMode = System.Windows.Forms.ImeMode.NoControl; this._enableAutomaticTypingsAcquisition.Location = new System.Drawing.Point(12, 3); this._enableAutomaticTypingsAcquisition.Margin = new System.Windows.Forms.Padding(12, 3, 12, 3); this._enableAutomaticTypingsAcquisition.Name = "_enableAutomaticTypingsAcquisition"; this._enableAutomaticTypingsAcquisition.Size = new System.Drawing.Size(651, 29); this._enableAutomaticTypingsAcquisition.TabIndex = 0; this._enableAutomaticTypingsAcquisition.Text = "Automatically &add IntelliSense typings folder to Node.js projects"; this._enableAutomaticTypingsAcquisition.UseVisualStyleBackColor = true; // // typingsAcquisitionLabel // this.typingsAcquisitionLabel.AutoSize = true; this.typingsAcquisitionLabel.Dock = System.Windows.Forms.DockStyle.Top; this.typingsAcquisitionLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.typingsAcquisitionLabel.Location = new System.Drawing.Point(0, 0); this.typingsAcquisitionLabel.Margin = new System.Windows.Forms.Padding(0); this.typingsAcquisitionLabel.Name = "typingsAcquisitionLabel"; this.typingsAcquisitionLabel.Size = new System.Drawing.Size(687, 25); this.typingsAcquisitionLabel.TabIndex = 0; this.typingsAcquisitionLabel.Text = "Typings Acquisition"; // // linkLabel1 // this.typingsLearnMoreLink.AutoSize = true; this.typingsLearnMoreLink.Dock = System.Windows.Forms.DockStyle.Right; this.typingsLearnMoreLink.Location = new System.Drawing.Point(314, 146); this.typingsLearnMoreLink.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.typingsLearnMoreLink.Name = "linkLabel1"; this.typingsLearnMoreLink.Size = new System.Drawing.Size(373, 25); this.typingsLearnMoreLink.TabIndex = 2; this.typingsLearnMoreLink.TabStop = true; this.typingsLearnMoreLink.Text = "Learn more about IntelliSense typings"; this.typingsLearnMoreLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.typingsLearnMoreLink_LinkClicked); // // SalsaLsIntellisenseOptionsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Controls.Add(this.outerLayoutPanel); this.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.Name = "SalsaLsIntellisenseOptionsControl"; this.Size = new System.Drawing.Size(687, 171); this.outerLayoutPanel.ResumeLayout(false); this.outerLayoutPanel.PerformLayout(); this.typingsAcquisitionLayoutPanel.ResumeLayout(false); this.typingsAcquisitionLayoutPanel.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBackColor)); this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components); this.chkStayOnTop = new System.Windows.Forms.CheckBox(); this.fraAbout = new System.Windows.Forms.GroupBox(); this.txtAboutTxt = new System.Windows.Forms.TextBox(); this.txtAboutForm = new System.Windows.Forms.TextBox(); this.fraConversions = new System.Windows.Forms.GroupBox(); this.txtJulianCalendarFrame = new System.Windows.Forms.TextBox(); this.txtBDayOfWeek = new System.Windows.Forms.TextBox(); this.txtBiblicalFrame = new System.Windows.Forms.TextBox(); this.txtRules = new System.Windows.Forms.TextBox(); this.txtGDayOfWeek = new System.Windows.Forms.TextBox(); this.txtMolad = new System.Windows.Forms.TextBox(); this.txtHebrewFrame = new System.Windows.Forms.TextBox(); this.txtJulianFrame = new System.Windows.Forms.TextBox(); this.txtGregorianFrame = new System.Windows.Forms.TextBox(); this.txtConversionsMain = new System.Windows.Forms.TextBox(); this.fraRabbinical = new System.Windows.Forms.GroupBox(); this.dlgColorColor = new System.Windows.Forms.ColorDialog(); this.dlgColor = new UpgradeStubs.AxMSComDlg_AxCommonDialog(); this.txtRabFormTxt = new System.Windows.Forms.TextBox(); this.txtRabbinicalMain = new System.Windows.Forms.TextBox(); this.fraMain = new System.Windows.Forms.GroupBox(); this.txtMainFormTxt = new System.Windows.Forms.TextBox(); this.txtMainForm = new System.Windows.Forms.TextBox(); this.fraAbout.SuspendLayout(); this.fraConversions.SuspendLayout(); this.fraRabbinical.SuspendLayout(); this.fraMain.SuspendLayout(); this.SuspendLayout(); // // chkStayOnTop // this.chkStayOnTop.AllowDrop = true; this.chkStayOnTop.Appearance = System.Windows.Forms.Appearance.Normal; this.chkStayOnTop.BackColor = System.Drawing.SystemColors.Control; this.chkStayOnTop.CausesValidation = true; this.chkStayOnTop.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkStayOnTop.CheckState = System.Windows.Forms.CheckState.Unchecked; this.chkStayOnTop.Enabled = true; this.chkStayOnTop.ForeColor = System.Drawing.SystemColors.ControlText; this.chkStayOnTop.Location = new System.Drawing.Point(200, 0); this.chkStayOnTop.Name = "chkStayOnTop"; this.chkStayOnTop.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkStayOnTop.Size = new System.Drawing.Size(17, 17); this.chkStayOnTop.TabIndex = 19; this.chkStayOnTop.TabStop = true; this.chkStayOnTop.Text = "Check1"; this.chkStayOnTop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkStayOnTop.Visible = true; this.chkStayOnTop.CheckStateChanged += new System.EventHandler(this.chkStayOnTop_CheckStateChanged); // // fraAbout // this.fraAbout.AllowDrop = true; this.fraAbout.BackColor = System.Drawing.SystemColors.Control; this.fraAbout.Controls.Add(this.txtAboutTxt); this.fraAbout.Controls.Add(this.txtAboutForm); this.fraAbout.Enabled = true; this.fraAbout.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.fraAbout.ForeColor = System.Drawing.SystemColors.ControlText; this.fraAbout.Location = new System.Drawing.Point(8, 424); this.fraAbout.Name = "fraAbout"; this.fraAbout.RightToLeft = System.Windows.Forms.RightToLeft.No; this.fraAbout.Size = new System.Drawing.Size(201, 73); this.fraAbout.TabIndex = 18; this.fraAbout.Text = "About"; this.fraAbout.Visible = true; // // txtAboutTxt // this.txtAboutTxt.AcceptsReturn = true; this.txtAboutTxt.AllowDrop = true; this.txtAboutTxt.BackColor = System.Drawing.SystemColors.Window; this.txtAboutTxt.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtAboutTxt.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtAboutTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtAboutTxt.ForeColor = System.Drawing.SystemColors.WindowText; this.txtAboutTxt.Location = new System.Drawing.Point(8, 40); this.txtAboutTxt.MaxLength = 0; this.txtAboutTxt.Name = "txtAboutTxt"; this.txtAboutTxt.ReadOnly = true; this.txtAboutTxt.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtAboutTxt.Size = new System.Drawing.Size(185, 25); this.txtAboutTxt.TabIndex = 15; this.txtAboutTxt.Text = "About Text"; this.txtAboutTxt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtAboutTxt.Click += new System.EventHandler(this.txtAboutTxt_Click); // // txtAboutForm // this.txtAboutForm.AcceptsReturn = true; this.txtAboutForm.AllowDrop = true; this.txtAboutForm.BackColor = System.Drawing.SystemColors.Window; this.txtAboutForm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtAboutForm.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtAboutForm.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtAboutForm.ForeColor = System.Drawing.SystemColors.WindowText; this.txtAboutForm.Location = new System.Drawing.Point(8, 16); this.txtAboutForm.MaxLength = 0; this.txtAboutForm.Name = "txtAboutForm"; this.txtAboutForm.ReadOnly = true; this.txtAboutForm.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtAboutForm.Size = new System.Drawing.Size(185, 25); this.txtAboutForm.TabIndex = 14; this.txtAboutForm.Text = "About Form"; this.txtAboutForm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtAboutForm.Click += new System.EventHandler(this.txtAboutForm_Click); // // fraConversions // this.fraConversions.AllowDrop = true; this.fraConversions.BackColor = System.Drawing.SystemColors.Control; this.fraConversions.Controls.Add(this.txtJulianCalendarFrame); this.fraConversions.Controls.Add(this.txtBDayOfWeek); this.fraConversions.Controls.Add(this.txtBiblicalFrame); this.fraConversions.Controls.Add(this.txtRules); this.fraConversions.Controls.Add(this.txtGDayOfWeek); this.fraConversions.Controls.Add(this.txtMolad); this.fraConversions.Controls.Add(this.txtHebrewFrame); this.fraConversions.Controls.Add(this.txtJulianFrame); this.fraConversions.Controls.Add(this.txtGregorianFrame); this.fraConversions.Controls.Add(this.txtConversionsMain); this.fraConversions.Enabled = true; this.fraConversions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.fraConversions.ForeColor = System.Drawing.SystemColors.ControlText; this.fraConversions.Location = new System.Drawing.Point(8, 160); this.fraConversions.Name = "fraConversions"; this.fraConversions.RightToLeft = System.Windows.Forms.RightToLeft.No; this.fraConversions.Size = new System.Drawing.Size(201, 265); this.fraConversions.TabIndex = 17; this.fraConversions.Text = "Conversions"; this.fraConversions.Visible = true; // // txtJulianCalendarFrame // this.txtJulianCalendarFrame.AcceptsReturn = true; this.txtJulianCalendarFrame.AllowDrop = true; this.txtJulianCalendarFrame.BackColor = System.Drawing.SystemColors.Window; this.txtJulianCalendarFrame.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtJulianCalendarFrame.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtJulianCalendarFrame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtJulianCalendarFrame.ForeColor = System.Drawing.SystemColors.WindowText; this.txtJulianCalendarFrame.Location = new System.Drawing.Point(8, 64); this.txtJulianCalendarFrame.MaxLength = 0; this.txtJulianCalendarFrame.Name = "txtJulianCalendarFrame"; this.txtJulianCalendarFrame.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtJulianCalendarFrame.Size = new System.Drawing.Size(185, 25); this.txtJulianCalendarFrame.TabIndex = 20; this.txtJulianCalendarFrame.Text = "Julian Frame"; this.txtJulianCalendarFrame.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtJulianCalendarFrame.Click += new System.EventHandler(this.txtJulianCalendarFrame_Click); // // txtBDayOfWeek // this.txtBDayOfWeek.AcceptsReturn = true; this.txtBDayOfWeek.AllowDrop = true; this.txtBDayOfWeek.BackColor = System.Drawing.SystemColors.Window; this.txtBDayOfWeek.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtBDayOfWeek.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtBDayOfWeek.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtBDayOfWeek.ForeColor = System.Drawing.SystemColors.WindowText; this.txtBDayOfWeek.Location = new System.Drawing.Point(8, 184); this.txtBDayOfWeek.MaxLength = 0; this.txtBDayOfWeek.Name = "txtBDayOfWeek"; this.txtBDayOfWeek.ReadOnly = true; this.txtBDayOfWeek.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtBDayOfWeek.Size = new System.Drawing.Size(185, 25); this.txtBDayOfWeek.TabIndex = 11; this.txtBDayOfWeek.Text = "Biblical Day of Week"; this.txtBDayOfWeek.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtBDayOfWeek.Click += new System.EventHandler(this.txtBDayOfWeek_Click); // // txtBiblicalFrame // this.txtBiblicalFrame.AcceptsReturn = true; this.txtBiblicalFrame.AllowDrop = true; this.txtBiblicalFrame.BackColor = System.Drawing.SystemColors.Window; this.txtBiblicalFrame.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtBiblicalFrame.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtBiblicalFrame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtBiblicalFrame.ForeColor = System.Drawing.SystemColors.WindowText; this.txtBiblicalFrame.Location = new System.Drawing.Point(8, 88); this.txtBiblicalFrame.MaxLength = 0; this.txtBiblicalFrame.Name = "txtBiblicalFrame"; this.txtBiblicalFrame.ReadOnly = true; this.txtBiblicalFrame.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtBiblicalFrame.Size = new System.Drawing.Size(185, 25); this.txtBiblicalFrame.TabIndex = 8; this.txtBiblicalFrame.Text = "Biblical Frame"; this.txtBiblicalFrame.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtBiblicalFrame.Click += new System.EventHandler(this.txtBiblicalFrame_Click); // // txtRules // this.txtRules.AcceptsReturn = true; this.txtRules.AllowDrop = true; this.txtRules.BackColor = System.Drawing.SystemColors.Window; this.txtRules.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtRules.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtRules.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtRules.ForeColor = System.Drawing.SystemColors.WindowText; this.txtRules.Location = new System.Drawing.Point(8, 232); this.txtRules.MaxLength = 0; this.txtRules.Name = "txtRules"; this.txtRules.ReadOnly = true; this.txtRules.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtRules.Size = new System.Drawing.Size(185, 25); this.txtRules.TabIndex = 13; this.txtRules.Text = "Postponement Rules"; this.txtRules.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtRules.Click += new System.EventHandler(this.txtRules_Click); // // txtGDayOfWeek // this.txtGDayOfWeek.AcceptsReturn = true; this.txtGDayOfWeek.AllowDrop = true; this.txtGDayOfWeek.BackColor = System.Drawing.SystemColors.Window; this.txtGDayOfWeek.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtGDayOfWeek.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtGDayOfWeek.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtGDayOfWeek.ForeColor = System.Drawing.SystemColors.WindowText; this.txtGDayOfWeek.Location = new System.Drawing.Point(8, 160); this.txtGDayOfWeek.MaxLength = 0; this.txtGDayOfWeek.Name = "txtGDayOfWeek"; this.txtGDayOfWeek.ReadOnly = true; this.txtGDayOfWeek.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtGDayOfWeek.Size = new System.Drawing.Size(185, 25); this.txtGDayOfWeek.TabIndex = 10; this.txtGDayOfWeek.Text = "Gregorian Day of Week"; this.txtGDayOfWeek.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtGDayOfWeek.Click += new System.EventHandler(this.txtGDayOfWeek_Click); // // txtMolad // this.txtMolad.AcceptsReturn = true; this.txtMolad.AllowDrop = true; this.txtMolad.BackColor = System.Drawing.SystemColors.Window; this.txtMolad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtMolad.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtMolad.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtMolad.ForeColor = System.Drawing.SystemColors.WindowText; this.txtMolad.Location = new System.Drawing.Point(8, 208); this.txtMolad.MaxLength = 0; this.txtMolad.Name = "txtMolad"; this.txtMolad.ReadOnly = true; this.txtMolad.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtMolad.Size = new System.Drawing.Size(185, 25); this.txtMolad.TabIndex = 12; this.txtMolad.Text = "Molad of Tishri"; this.txtMolad.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtMolad.Click += new System.EventHandler(this.txtMolad_Click); // // txtHebrewFrame // this.txtHebrewFrame.AcceptsReturn = true; this.txtHebrewFrame.AllowDrop = true; this.txtHebrewFrame.BackColor = System.Drawing.SystemColors.Window; this.txtHebrewFrame.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtHebrewFrame.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtHebrewFrame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtHebrewFrame.ForeColor = System.Drawing.SystemColors.WindowText; this.txtHebrewFrame.Location = new System.Drawing.Point(8, 112); this.txtHebrewFrame.MaxLength = 0; this.txtHebrewFrame.Name = "txtHebrewFrame"; this.txtHebrewFrame.ReadOnly = true; this.txtHebrewFrame.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtHebrewFrame.Size = new System.Drawing.Size(185, 25); this.txtHebrewFrame.TabIndex = 9; this.txtHebrewFrame.Text = "Hebrew Frame"; this.txtHebrewFrame.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtHebrewFrame.Click += new System.EventHandler(this.txtHebrewFrame_Click); // // txtJulianFrame // this.txtJulianFrame.AcceptsReturn = true; this.txtJulianFrame.AllowDrop = true; this.txtJulianFrame.BackColor = System.Drawing.SystemColors.Window; this.txtJulianFrame.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtJulianFrame.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtJulianFrame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtJulianFrame.ForeColor = System.Drawing.SystemColors.WindowText; this.txtJulianFrame.Location = new System.Drawing.Point(8, 136); this.txtJulianFrame.MaxLength = 0; this.txtJulianFrame.Name = "txtJulianFrame"; this.txtJulianFrame.ReadOnly = true; this.txtJulianFrame.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtJulianFrame.Size = new System.Drawing.Size(185, 25); this.txtJulianFrame.TabIndex = 7; this.txtJulianFrame.Text = "Julian Day Frame"; this.txtJulianFrame.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtJulianFrame.Click += new System.EventHandler(this.txtJulianFrame_Click); // // txtGregorianFrame // this.txtGregorianFrame.AcceptsReturn = true; this.txtGregorianFrame.AllowDrop = true; this.txtGregorianFrame.BackColor = System.Drawing.SystemColors.Window; this.txtGregorianFrame.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtGregorianFrame.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtGregorianFrame.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtGregorianFrame.ForeColor = System.Drawing.SystemColors.WindowText; this.txtGregorianFrame.Location = new System.Drawing.Point(8, 40); this.txtGregorianFrame.MaxLength = 0; this.txtGregorianFrame.Name = "txtGregorianFrame"; this.txtGregorianFrame.ReadOnly = true; this.txtGregorianFrame.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtGregorianFrame.Size = new System.Drawing.Size(185, 25); this.txtGregorianFrame.TabIndex = 6; this.txtGregorianFrame.Text = "Gregorian Frame"; this.txtGregorianFrame.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtGregorianFrame.Click += new System.EventHandler(this.txtGregorianFrame_Click); // // txtConversionsMain // this.txtConversionsMain.AcceptsReturn = true; this.txtConversionsMain.AllowDrop = true; this.txtConversionsMain.BackColor = System.Drawing.SystemColors.Window; this.txtConversionsMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtConversionsMain.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtConversionsMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtConversionsMain.ForeColor = System.Drawing.SystemColors.WindowText; this.txtConversionsMain.Location = new System.Drawing.Point(8, 16); this.txtConversionsMain.MaxLength = 0; this.txtConversionsMain.Name = "txtConversionsMain"; this.txtConversionsMain.ReadOnly = true; this.txtConversionsMain.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtConversionsMain.Size = new System.Drawing.Size(185, 25); this.txtConversionsMain.TabIndex = 5; this.txtConversionsMain.Text = "Conversions Form"; this.txtConversionsMain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtConversionsMain.Click += new System.EventHandler(this.txtConversionsMain_Click); // // fraRabbinical // this.fraRabbinical.AllowDrop = true; this.fraRabbinical.BackColor = System.Drawing.SystemColors.Control; this.fraRabbinical.Controls.Add(this.txtRabFormTxt); this.fraRabbinical.Controls.Add(this.txtRabbinicalMain); this.fraRabbinical.Enabled = true; this.fraRabbinical.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.fraRabbinical.ForeColor = System.Drawing.SystemColors.ControlText; this.fraRabbinical.Location = new System.Drawing.Point(8, 88); this.fraRabbinical.Name = "fraRabbinical"; this.fraRabbinical.RightToLeft = System.Windows.Forms.RightToLeft.No; this.fraRabbinical.Size = new System.Drawing.Size(201, 73); this.fraRabbinical.TabIndex = 16; this.fraRabbinical.Text = "Rabbinical Calendar"; this.fraRabbinical.Visible = true; // // dlgColorColor // this.dlgColorColor.Color = System.Drawing.Color.White; // // txtRabFormTxt // this.txtRabFormTxt.AcceptsReturn = true; this.txtRabFormTxt.AllowDrop = true; this.txtRabFormTxt.BackColor = System.Drawing.SystemColors.Window; this.txtRabFormTxt.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtRabFormTxt.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtRabFormTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtRabFormTxt.ForeColor = System.Drawing.SystemColors.WindowText; this.txtRabFormTxt.Location = new System.Drawing.Point(8, 40); this.txtRabFormTxt.MaxLength = 0; this.txtRabFormTxt.Name = "txtRabFormTxt"; this.txtRabFormTxt.ReadOnly = true; this.txtRabFormTxt.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtRabFormTxt.Size = new System.Drawing.Size(185, 25); this.txtRabFormTxt.TabIndex = 4; this.txtRabFormTxt.Text = "Rabbinical Text"; this.txtRabFormTxt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtRabFormTxt.Click += new System.EventHandler(this.txtRabFormTxt_Click); // // txtRabbinicalMain // this.txtRabbinicalMain.AcceptsReturn = true; this.txtRabbinicalMain.AllowDrop = true; this.txtRabbinicalMain.BackColor = System.Drawing.SystemColors.Window; this.txtRabbinicalMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtRabbinicalMain.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtRabbinicalMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtRabbinicalMain.ForeColor = System.Drawing.SystemColors.WindowText; this.txtRabbinicalMain.Location = new System.Drawing.Point(8, 16); this.txtRabbinicalMain.MaxLength = 0; this.txtRabbinicalMain.Name = "txtRabbinicalMain"; this.txtRabbinicalMain.ReadOnly = true; this.txtRabbinicalMain.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtRabbinicalMain.Size = new System.Drawing.Size(185, 25); this.txtRabbinicalMain.TabIndex = 3; this.txtRabbinicalMain.Text = "Rabbinical Form"; this.txtRabbinicalMain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtRabbinicalMain.Click += new System.EventHandler(this.txtRabbinicalMain_Click); // // fraMain // this.fraMain.AllowDrop = true; this.fraMain.BackColor = System.Drawing.SystemColors.Control; this.fraMain.Controls.Add(this.txtMainFormTxt); this.fraMain.Controls.Add(this.txtMainForm); this.fraMain.Enabled = true; this.fraMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.fraMain.ForeColor = System.Drawing.SystemColors.ControlText; this.fraMain.Location = new System.Drawing.Point(8, 16); this.fraMain.Name = "fraMain"; this.fraMain.RightToLeft = System.Windows.Forms.RightToLeft.No; this.fraMain.Size = new System.Drawing.Size(201, 73); this.fraMain.TabIndex = 0; this.fraMain.Text = "Main Program Form"; this.fraMain.Visible = true; // // txtMainFormTxt // this.txtMainFormTxt.AcceptsReturn = true; this.txtMainFormTxt.AllowDrop = true; this.txtMainFormTxt.BackColor = System.Drawing.SystemColors.Window; this.txtMainFormTxt.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtMainFormTxt.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtMainFormTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtMainFormTxt.ForeColor = System.Drawing.SystemColors.WindowText; this.txtMainFormTxt.Location = new System.Drawing.Point(8, 40); this.txtMainFormTxt.MaxLength = 0; this.txtMainFormTxt.Name = "txtMainFormTxt"; this.txtMainFormTxt.ReadOnly = true; this.txtMainFormTxt.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtMainFormTxt.Size = new System.Drawing.Size(185, 25); this.txtMainFormTxt.TabIndex = 2; this.txtMainFormTxt.Text = "Biblical Calendar Text"; this.txtMainFormTxt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtMainFormTxt.Click += new System.EventHandler(this.txtMainFormTxt_Click); // // txtMainForm // this.txtMainForm.AcceptsReturn = true; this.txtMainForm.AllowDrop = true; this.txtMainForm.BackColor = System.Drawing.SystemColors.Window; this.txtMainForm.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtMainForm.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtMainForm.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); this.txtMainForm.ForeColor = System.Drawing.SystemColors.WindowText; this.txtMainForm.Location = new System.Drawing.Point(8, 16); this.txtMainForm.MaxLength = 0; this.txtMainForm.Name = "txtMainForm"; this.txtMainForm.ReadOnly = true; this.txtMainForm.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtMainForm.Size = new System.Drawing.Size(185, 25); this.txtMainForm.TabIndex = 1; this.txtMainForm.Text = "Biblical Calendar Form"; this.txtMainForm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtMainForm.Click += new System.EventHandler(this.txtMainForm_Click); // // frmBackColor // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(217, 506); this.Controls.Add(this.chkStayOnTop); this.Controls.Add(this.fraAbout); this.Controls.Add(this.fraConversions); this.Controls.Add(this.fraRabbinical); this.Controls.Add(this.fraMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = (System.Drawing.Icon)resources.GetObject("frmBackColor.Icon"); this.Location = new System.Drawing.Point(710, 29); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmBackColor"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Text = "Background Colors"; this.ToolTipMain.SetToolTip(this.chkStayOnTop, "Make this window stay on top of others"); this.ToolTipMain.SetToolTip(this.txtAboutTxt, "About Text"); this.ToolTipMain.SetToolTip(this.txtAboutForm, "About Form"); this.ToolTipMain.SetToolTip(this.txtBDayOfWeek, "Biblical Day of Week"); this.ToolTipMain.SetToolTip(this.txtBiblicalFrame, "Biblical Frame"); this.ToolTipMain.SetToolTip(this.txtRules, "Postponement Rules"); this.ToolTipMain.SetToolTip(this.txtGDayOfWeek, "Gregorian Day of Week"); this.ToolTipMain.SetToolTip(this.txtMolad, "Molad of Tishri"); this.ToolTipMain.SetToolTip(this.txtHebrewFrame, "Hebrew Frame"); this.ToolTipMain.SetToolTip(this.txtJulianFrame, "Julian Frame"); this.ToolTipMain.SetToolTip(this.txtGregorianFrame, "Gregorian Frame"); this.ToolTipMain.SetToolTip(this.txtConversionsMain, "Conversions Form"); this.ToolTipMain.SetToolTip(this.txtRabFormTxt, "Rabbinical Text"); this.ToolTipMain.SetToolTip(this.txtRabbinicalMain, "Rabbinical Form"); this.ToolTipMain.SetToolTip(this.txtMainFormTxt, "Biblical Calendar Text"); this.ToolTipMain.SetToolTip(this.txtMainForm, "Biblical Calendar Form"); this.Activated += new System.EventHandler(this.frmBackColor_Activated); this.Closed += new System.EventHandler(this.Form_Closed); this.fraAbout.ResumeLayout(false); this.fraConversions.ResumeLayout(false); this.fraRabbinical.ResumeLayout(false); this.fraMain.ResumeLayout(false); 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditIonMobilityLibraryDlg)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.label1 = new System.Windows.Forms.Label(); this.textLibraryName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textDatabase = new System.Windows.Forms.TextBox(); this.btnBrowseDb = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnImportFromLibrary = new System.Windows.Forms.Button(); this.labelNumPeptides = new System.Windows.Forms.Label(); this.btnCreateDb = new System.Windows.Forms.Button(); this.bindingSourceLibrary = new System.Windows.Forms.BindingSource(this.components); this.bindingSourceStandard = new System.Windows.Forms.BindingSource(this.components); this.contextMenuAdd = new System.Windows.Forms.ContextMenuStrip(this.components); this.addResultsContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addSpectralLibraryContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addIRTDatabaseContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label4 = new System.Windows.Forms.Label(); this.gridViewMeasuredPeptides = new pwiz.Skyline.Controls.DataGridViewEx(); this.toolTipImportBtn = new System.Windows.Forms.ToolTip(this.components); this.toolTipMeasuredPeptidesGrid = new System.Windows.Forms.ToolTip(this.components); this.columnLibrarySequence = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.columnLibraryCollisionalCrossSection = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.columnLibraryHighEnergyDriftTimeOffsetMsec = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceLibrary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStandard)).BeginInit(); this.contextMenuAdd.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridViewMeasuredPeptides)).BeginInit(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // textLibraryName // resources.ApplyResources(this.textLibraryName, "textLibraryName"); this.textLibraryName.Name = "textLibraryName"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // textDatabase // resources.ApplyResources(this.textDatabase, "textDatabase"); this.textDatabase.Name = "textDatabase"; // // btnBrowseDb // resources.ApplyResources(this.btnBrowseDb, "btnBrowseDb"); this.btnBrowseDb.Name = "btnBrowseDb"; this.btnBrowseDb.UseVisualStyleBackColor = true; this.btnBrowseDb.Click += new System.EventHandler(this.btnBrowseDb_Click); // // btnOk // resources.ApplyResources(this.btnOk, "btnOk"); this.btnOk.Name = "btnOk"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; // // btnImportFromLibrary // resources.ApplyResources(this.btnImportFromLibrary, "btnImportFromLibrary"); this.btnImportFromLibrary.Name = "btnImportFromLibrary"; this.toolTipImportBtn.SetToolTip(this.btnImportFromLibrary, resources.GetString("btnImportFromLibrary.ToolTip")); this.btnImportFromLibrary.UseVisualStyleBackColor = true; this.btnImportFromLibrary.Click += new System.EventHandler(this.btnImportFromLibrary_Click); // // labelNumPeptides // resources.ApplyResources(this.labelNumPeptides, "labelNumPeptides"); this.labelNumPeptides.Name = "labelNumPeptides"; // // btnCreateDb // resources.ApplyResources(this.btnCreateDb, "btnCreateDb"); this.btnCreateDb.Name = "btnCreateDb"; this.btnCreateDb.UseVisualStyleBackColor = true; this.btnCreateDb.Click += new System.EventHandler(this.btnCreateDb_Click); // // contextMenuAdd // this.contextMenuAdd.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addResultsContextMenuItem, this.addSpectralLibraryContextMenuItem, this.addIRTDatabaseContextMenuItem}); this.contextMenuAdd.Name = "contextMenuAdd"; resources.ApplyResources(this.contextMenuAdd, "contextMenuAdd"); // // addResultsContextMenuItem // this.addResultsContextMenuItem.Name = "addResultsContextMenuItem"; resources.ApplyResources(this.addResultsContextMenuItem, "addResultsContextMenuItem"); // // addSpectralLibraryContextMenuItem // this.addSpectralLibraryContextMenuItem.Name = "addSpectralLibraryContextMenuItem"; resources.ApplyResources(this.addSpectralLibraryContextMenuItem, "addSpectralLibraryContextMenuItem"); // // addIRTDatabaseContextMenuItem // this.addIRTDatabaseContextMenuItem.Name = "addIRTDatabaseContextMenuItem"; resources.ApplyResources(this.addIRTDatabaseContextMenuItem, "addIRTDatabaseContextMenuItem"); this.addIRTDatabaseContextMenuItem.Click += new System.EventHandler(this.addIonMobilityLibraryContextMenuItem_Click); // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // gridViewMeasuredPeptides // resources.ApplyResources(this.gridViewMeasuredPeptides, "gridViewMeasuredPeptides"); this.gridViewMeasuredPeptides.AutoGenerateColumns = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gridViewMeasuredPeptides.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.gridViewMeasuredPeptides.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridViewMeasuredPeptides.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.columnLibrarySequence, this.columnLibraryCollisionalCrossSection, this.columnLibraryHighEnergyDriftTimeOffsetMsec}); this.gridViewMeasuredPeptides.DataSource = this.bindingSourceLibrary; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.gridViewMeasuredPeptides.DefaultCellStyle = dataGridViewCellStyle4; this.gridViewMeasuredPeptides.Name = "gridViewMeasuredPeptides"; this.toolTipMeasuredPeptidesGrid.SetToolTip(this.gridViewMeasuredPeptides, resources.GetString("gridViewMeasuredPeptides.ToolTip")); this.toolTipImportBtn.SetToolTip(this.gridViewMeasuredPeptides, resources.GetString("gridViewMeasuredPeptides.ToolTip1")); this.gridViewMeasuredPeptides.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.gridViewLibrary_RowsAdded); this.gridViewMeasuredPeptides.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.gridViewLibrary_RowsRemoved); // // columnLibrarySequence // this.columnLibrarySequence.DataPropertyName = "PeptideModSeq"; dataGridViewCellStyle2.NullValue = null; this.columnLibrarySequence.DefaultCellStyle = dataGridViewCellStyle2; resources.ApplyResources(this.columnLibrarySequence, "columnLibrarySequence"); this.columnLibrarySequence.Name = "columnLibrarySequence"; // // columnLibraryCollisionalCrossSection // this.columnLibraryCollisionalCrossSection.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.columnLibraryCollisionalCrossSection.DataPropertyName = "CollisionalCrossSection"; dataGridViewCellStyle3.Format = "N2"; dataGridViewCellStyle3.NullValue = null; this.columnLibraryCollisionalCrossSection.DefaultCellStyle = dataGridViewCellStyle3; resources.ApplyResources(this.columnLibraryCollisionalCrossSection, "columnLibraryCollisionalCrossSection"); this.columnLibraryCollisionalCrossSection.Name = "columnLibraryCollisionalCrossSection"; // // columnLibraryHighEnergyDriftTimeOffsetMsec // this.columnLibraryHighEnergyDriftTimeOffsetMsec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.columnLibraryHighEnergyDriftTimeOffsetMsec.DataPropertyName = "HighEnergyDriftTimeOffsetMsec"; this.columnLibraryHighEnergyDriftTimeOffsetMsec.DefaultCellStyle = dataGridViewCellStyle3; resources.ApplyResources(this.columnLibraryHighEnergyDriftTimeOffsetMsec, "columnHighEnergyDriftTimeOffsetMsec"); this.columnLibraryHighEnergyDriftTimeOffsetMsec.Name = "columnHighEnergyDriftTimeOffsetMsec"; // // EditIonMobilityLibraryDlg // this.AcceptButton = this.btnOk; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.Controls.Add(this.gridViewMeasuredPeptides); this.Controls.Add(this.label4); this.Controls.Add(this.btnCreateDb); this.Controls.Add(this.labelNumPeptides); this.Controls.Add(this.btnImportFromLibrary); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnBrowseDb); this.Controls.Add(this.textDatabase); this.Controls.Add(this.label2); this.Controls.Add(this.textLibraryName); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EditIonMobilityLibraryDlg"; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.OnLoad); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceLibrary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStandard)).EndInit(); this.contextMenuAdd.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridViewMeasuredPeptides)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Label1 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.ListBoxGuild = new System.Windows.Forms.ListBox(); this.EditGuildName = new System.Windows.Forms.TextBox(); this.ButtonOK = new System.Windows.Forms.Button(); this.CheckBoxAll = new System.Windows.Forms.CheckBox(); this.GroupBox1.SuspendLayout(); this.SuspendLayout(); // // Label1 // this.Label1.Location = new System.Drawing.Point(8, 308); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(60, 12); this.Label1.TabIndex = 0; this.Label1.Text = "行会名称:"; // // Label2 // this.Label2.Location = new System.Drawing.Point(8, 332); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(60, 12); this.Label2.TabIndex = 1; this.Label2.Text = "攻城时间:"; // // GroupBox1 // this.GroupBox1.Controls.Add(this.ListBoxGuild); this.GroupBox1.Location = new System.Drawing.Point(8, 8); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(281, 289); this.GroupBox1.TabIndex = 0; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "行会列表"; // // ListBoxGuild // this.ListBoxGuild.ItemHeight = 12; this.ListBoxGuild.Location = new System.Drawing.Point(8, 16); this.ListBoxGuild.Name = "ListBoxGuild"; this.ListBoxGuild.Size = new System.Drawing.Size(265, 256); this.ListBoxGuild.TabIndex = 0; // // EditGuildName // this.EditGuildName.Location = new System.Drawing.Point(64, 304); this.EditGuildName.Name = "EditGuildName"; this.EditGuildName.Size = new System.Drawing.Size(137, 21); this.EditGuildName.TabIndex = 1; this.EditGuildName.Text = "EditGuildName"; // // ButtonOK // this.ButtonOK.Location = new System.Drawing.Point(208, 328); this.ButtonOK.Name = "ButtonOK"; this.ButtonOK.Size = new System.Drawing.Size(75, 25); this.ButtonOK.TabIndex = 3; this.ButtonOK.Text = "确定(&O)"; // // CheckBoxAll // this.CheckBoxAll.Location = new System.Drawing.Point(216, 304); this.CheckBoxAll.Name = "CheckBoxAll"; this.CheckBoxAll.Size = new System.Drawing.Size(73, 17); this.CheckBoxAll.TabIndex = 4; this.CheckBoxAll.Text = "所有行会"; // // TFrmAttackSabukWall // this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(295, 360); this.Controls.Add(this.Label1); this.Controls.Add(this.Label2); this.Controls.Add(this.GroupBox1); this.Controls.Add(this.EditGuildName); this.Controls.Add(this.ButtonOK); this.Controls.Add(this.CheckBoxAll); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Location = new System.Drawing.Point(513, 235); this.MaximizeBox = false; this.Name = "TFrmAttackSabukWall"; this.Text = "FrmAttackSabukWall"; this.GroupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.Button1 = new System.Windows.Forms.Button(); this.GroupBox2 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.EditChave = new System.Windows.Forms.TextBox(); this.EditValor = new System.Windows.Forms.TextBox(); this.Button2 = new System.Windows.Forms.Button(); this.Button3 = new System.Windows.Forms.Button(); this.Button4 = new System.Windows.Forms.Button(); this.Button5 = new System.Windows.Forms.Button(); this.GroupBox3 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.Button6 = new System.Windows.Forms.Button(); this.EditChaveHD = new System.Windows.Forms.TextBox(); this.EditContraChaveHD = new System.Windows.Forms.TextBox(); this.Button7 = new System.Windows.Forms.Button(); this.GroupBox4 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.Button8 = new System.Windows.Forms.Button(); this.EditChaveMAC = new System.Windows.Forms.TextBox(); this.EditContraChaveMAC = new System.Windows.Forms.TextBox(); this.Button9 = new System.Windows.Forms.Button(); this.GroupBox5 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.Button10 = new System.Windows.Forms.Button(); this.EditChaveSerial = new System.Windows.Forms.TextBox(); this.EditContraChaveSerial = new System.Windows.Forms.TextBox(); this.Button11 = new System.Windows.Forms.Button(); this.GroupBox6 = new System.Windows.Forms.GroupBox(); this.label10 = new System.Windows.Forms.Label(); this.Button12 = new System.Windows.Forms.Button(); this.EditContraChaveConjunto = new System.Windows.Forms.TextBox(); this.Panel1.SuspendLayout(); this.GroupBox1.SuspendLayout(); this.GroupBox2.SuspendLayout(); this.GroupBox3.SuspendLayout(); this.GroupBox4.SuspendLayout(); this.GroupBox5.SuspendLayout(); this.GroupBox6.SuspendLayout(); this.SuspendLayout(); // // Panel1 // this.Panel1.BackColor = System.Drawing.Color.Silver; this.Panel1.Controls.Add(this.label1); this.Panel1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold); this.Panel1.ForeColor = System.Drawing.Color.Black; this.Panel1.Location = new System.Drawing.Point(0, 0); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(632, 49); this.Panel1.TabIndex = 0; this.Panel1.Text = "Controle Contra Cópia"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(164, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(276, 29); this.label1.TabIndex = 0; this.label1.Text = "Controle Contra Cópia"; // // GroupBox1 // this.GroupBox1.Controls.Add(this.Button1); this.GroupBox1.Location = new System.Drawing.Point(8, 55); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(305, 58); this.GroupBox1.TabIndex = 1; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "01 - Verificar Arquivo"; // // Button1 // this.Button1.Location = new System.Drawing.Point(16, 22); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(281, 25); this.Button1.TabIndex = 0; this.Button1.Text = "Verificar Arquivo"; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // GroupBox2 // this.GroupBox2.Controls.Add(this.label5); this.GroupBox2.Controls.Add(this.label4); this.GroupBox2.Controls.Add(this.EditChave); this.GroupBox2.Controls.Add(this.EditValor); this.GroupBox2.Controls.Add(this.Button2); this.GroupBox2.Controls.Add(this.Button3); this.GroupBox2.Controls.Add(this.Button4); this.GroupBox2.Controls.Add(this.Button5); this.GroupBox2.Location = new System.Drawing.Point(8, 119); this.GroupBox2.Name = "GroupBox2"; this.GroupBox2.Size = new System.Drawing.Size(305, 130); this.GroupBox2.TabIndex = 2; this.GroupBox2.TabStop = false; this.GroupBox2.Text = "02 - Manipular Registro do Windows"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(158, 24); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(34, 13); this.label5.TabIndex = 7; this.label5.Text = "Valor:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 13); this.label4.TabIndex = 6; this.label4.Text = "Chave:"; // // EditChave // this.EditChave.Location = new System.Drawing.Point(16, 40); this.EditChave.Name = "EditChave"; this.EditChave.Size = new System.Drawing.Size(138, 20); this.EditChave.TabIndex = 0; this.EditChave.Text = "Software\\T2Ti\\"; // // EditValor // this.EditValor.Location = new System.Drawing.Point(160, 40); this.EditValor.Name = "EditValor"; this.EditValor.Size = new System.Drawing.Size(137, 20); this.EditValor.TabIndex = 1; this.EditValor.Text = "OK"; // // Button2 // this.Button2.Location = new System.Drawing.Point(16, 67); this.Button2.Name = "Button2"; this.Button2.Size = new System.Drawing.Size(138, 25); this.Button2.TabIndex = 2; this.Button2.Text = "Gravar"; this.Button2.Click += new System.EventHandler(this.Button2_Click); // // Button3 // this.Button3.Location = new System.Drawing.Point(160, 67); this.Button3.Name = "Button3"; this.Button3.Size = new System.Drawing.Size(137, 25); this.Button3.TabIndex = 3; this.Button3.Text = "Carregar"; this.Button3.Click += new System.EventHandler(this.Button3_Click); // // Button4 // this.Button4.Location = new System.Drawing.Point(16, 98); this.Button4.Name = "Button4"; this.Button4.Size = new System.Drawing.Size(138, 25); this.Button4.TabIndex = 4; this.Button4.Text = "Remover"; this.Button4.Click += new System.EventHandler(this.Button4_Click); // // Button5 // this.Button5.Location = new System.Drawing.Point(160, 98); this.Button5.Name = "Button5"; this.Button5.Size = new System.Drawing.Size(137, 25); this.Button5.TabIndex = 5; this.Button5.Text = "Testar"; this.Button5.Click += new System.EventHandler(this.Button5_Click); // // GroupBox3 // this.GroupBox3.Controls.Add(this.label3); this.GroupBox3.Controls.Add(this.label2); this.GroupBox3.Controls.Add(this.Button6); this.GroupBox3.Controls.Add(this.EditChaveHD); this.GroupBox3.Controls.Add(this.EditContraChaveHD); this.GroupBox3.Controls.Add(this.Button7); this.GroupBox3.Location = new System.Drawing.Point(319, 55); this.GroupBox3.Name = "GroupBox3"; this.GroupBox3.Size = new System.Drawing.Size(305, 146); this.GroupBox3.TabIndex = 3; this.GroupBox3.TabStop = false; this.GroupBox3.Text = "03 - Número do HD"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 13); this.label3.TabIndex = 5; this.label3.Text = "Contra Chave"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 13); this.label2.TabIndex = 4; this.label2.Text = "Chave:"; // // Button6 // this.Button6.Location = new System.Drawing.Point(16, 112); this.Button6.Name = "Button6"; this.Button6.Size = new System.Drawing.Size(129, 25); this.Button6.TabIndex = 0; this.Button6.Text = "Ler Chave"; this.Button6.Click += new System.EventHandler(this.Button6_Click); // // EditChaveHD // this.EditChaveHD.Location = new System.Drawing.Point(16, 36); this.EditChaveHD.Name = "EditChaveHD"; this.EditChaveHD.Size = new System.Drawing.Size(273, 20); this.EditChaveHD.TabIndex = 1; // // EditContraChaveHD // this.EditContraChaveHD.Location = new System.Drawing.Point(16, 81); this.EditContraChaveHD.Name = "EditContraChaveHD"; this.EditContraChaveHD.Size = new System.Drawing.Size(273, 20); this.EditContraChaveHD.TabIndex = 2; // // Button7 // this.Button7.Location = new System.Drawing.Point(159, 112); this.Button7.Name = "Button7"; this.Button7.Size = new System.Drawing.Size(130, 25); this.Button7.TabIndex = 3; this.Button7.Text = "Gerar Contra Chave"; this.Button7.Click += new System.EventHandler(this.Button7_Click); // // GroupBox4 // this.GroupBox4.Controls.Add(this.label8); this.GroupBox4.Controls.Add(this.label9); this.GroupBox4.Controls.Add(this.Button8); this.GroupBox4.Controls.Add(this.EditChaveMAC); this.GroupBox4.Controls.Add(this.EditContraChaveMAC); this.GroupBox4.Controls.Add(this.Button9); this.GroupBox4.Location = new System.Drawing.Point(319, 207); this.GroupBox4.Name = "GroupBox4"; this.GroupBox4.Size = new System.Drawing.Size(305, 146); this.GroupBox4.TabIndex = 4; this.GroupBox4.TabStop = false; this.GroupBox4.Text = "04 - Número MAC"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(15, 63); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(72, 13); this.label8.TabIndex = 7; this.label8.Text = "Contra Chave"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(15, 18); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(41, 13); this.label9.TabIndex = 6; this.label9.Text = "Chave:"; // // Button8 // this.Button8.Location = new System.Drawing.Point(16, 112); this.Button8.Name = "Button8"; this.Button8.Size = new System.Drawing.Size(129, 25); this.Button8.TabIndex = 0; this.Button8.Text = "Ler Chave"; this.Button8.Click += new System.EventHandler(this.Button8_Click); // // EditChaveMAC // this.EditChaveMAC.Location = new System.Drawing.Point(16, 34); this.EditChaveMAC.Name = "EditChaveMAC"; this.EditChaveMAC.Size = new System.Drawing.Size(273, 20); this.EditChaveMAC.TabIndex = 1; // // EditContraChaveMAC // this.EditContraChaveMAC.Location = new System.Drawing.Point(16, 80); this.EditContraChaveMAC.Name = "EditContraChaveMAC"; this.EditContraChaveMAC.Size = new System.Drawing.Size(273, 20); this.EditContraChaveMAC.TabIndex = 2; // // Button9 // this.Button9.Location = new System.Drawing.Point(159, 112); this.Button9.Name = "Button9"; this.Button9.Size = new System.Drawing.Size(130, 25); this.Button9.TabIndex = 3; this.Button9.Text = "Gerar Contra Chave"; this.Button9.Click += new System.EventHandler(this.Button9_Click); // // GroupBox5 // this.GroupBox5.Controls.Add(this.label6); this.GroupBox5.Controls.Add(this.label7); this.GroupBox5.Controls.Add(this.Button10); this.GroupBox5.Controls.Add(this.EditChaveSerial); this.GroupBox5.Controls.Add(this.EditContraChaveSerial); this.GroupBox5.Controls.Add(this.Button11); this.GroupBox5.Location = new System.Drawing.Point(8, 255); this.GroupBox5.Name = "GroupBox5"; this.GroupBox5.Size = new System.Drawing.Size(305, 162); this.GroupBox5.TabIndex = 5; this.GroupBox5.TabStop = false; this.GroupBox5.Text = "05 - Serial Windows"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(13, 71); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(72, 13); this.label6.TabIndex = 7; this.label6.Text = "Contra Chave"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(13, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 13); this.label7.TabIndex = 6; this.label7.Text = "Chave:"; // // Button10 // this.Button10.Location = new System.Drawing.Point(16, 120); this.Button10.Name = "Button10"; this.Button10.Size = new System.Drawing.Size(129, 25); this.Button10.TabIndex = 0; this.Button10.Text = "Ler Chave"; this.Button10.Click += new System.EventHandler(this.Button10_Click); // // EditChaveSerial // this.EditChaveSerial.Location = new System.Drawing.Point(16, 40); this.EditChaveSerial.Name = "EditChaveSerial"; this.EditChaveSerial.Size = new System.Drawing.Size(273, 20); this.EditChaveSerial.TabIndex = 1; // // EditContraChaveSerial // this.EditContraChaveSerial.Location = new System.Drawing.Point(16, 88); this.EditContraChaveSerial.Name = "EditContraChaveSerial"; this.EditContraChaveSerial.Size = new System.Drawing.Size(273, 20); this.EditContraChaveSerial.TabIndex = 2; // // Button11 // this.Button11.Location = new System.Drawing.Point(159, 120); this.Button11.Name = "Button11"; this.Button11.Size = new System.Drawing.Size(130, 25); this.Button11.TabIndex = 3; this.Button11.Text = "Gerar Contra Chave"; this.Button11.Click += new System.EventHandler(this.Button11_Click); // // GroupBox6 // this.GroupBox6.Controls.Add(this.label10); this.GroupBox6.Controls.Add(this.Button12); this.GroupBox6.Controls.Add(this.EditContraChaveConjunto); this.GroupBox6.Location = new System.Drawing.Point(319, 359); this.GroupBox6.Name = "GroupBox6"; this.GroupBox6.Size = new System.Drawing.Size(305, 58); this.GroupBox6.TabIndex = 6; this.GroupBox6.TabStop = false; this.GroupBox6.Text = "06 - Conjunto"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(79, 17); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(72, 13); this.label10.TabIndex = 8; this.label10.Text = "Contra Chave"; // // Button12 // this.Button12.Location = new System.Drawing.Point(16, 29); this.Button12.Name = "Button12"; this.Button12.Size = new System.Drawing.Size(57, 25); this.Button12.TabIndex = 0; this.Button12.Text = "Gerar"; this.Button12.Click += new System.EventHandler(this.Button12_Click); // // EditContraChaveConjunto // this.EditContraChaveConjunto.Location = new System.Drawing.Point(79, 33); this.EditContraChaveConjunto.Name = "EditContraChaveConjunto"; this.EditContraChaveConjunto.Size = new System.Drawing.Size(220, 20); this.EditContraChaveConjunto.TabIndex = 1; // // Form1 // this.ClientSize = new System.Drawing.Size(632, 430); this.Controls.Add(this.Panel1); this.Controls.Add(this.GroupBox1); this.Controls.Add(this.GroupBox2); this.Controls.Add(this.GroupBox3); this.Controls.Add(this.GroupBox4); this.Controls.Add(this.GroupBox5); this.Controls.Add(this.GroupBox6); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "T2Ti - Segurança"; this.Panel1.ResumeLayout(false); this.Panel1.PerformLayout(); this.GroupBox1.ResumeLayout(false); this.GroupBox2.ResumeLayout(false); this.GroupBox2.PerformLayout(); this.GroupBox3.ResumeLayout(false); this.GroupBox3.PerformLayout(); this.GroupBox4.ResumeLayout(false); this.GroupBox4.PerformLayout(); this.GroupBox5.ResumeLayout(false); this.GroupBox5.PerformLayout(); this.GroupBox6.ResumeLayout(false); this.GroupBox6.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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogBrowse)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.zg1 = new ZedGraph.ZedGraphControl(); this.Graphit = new ArdupilotMega.MyButton(); this.BUT_cleargraph = new ArdupilotMega.MyButton(); this.BUT_loadlog = new ArdupilotMega.MyButton(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; resources.ApplyResources(this.dataGridView1, "dataGridView1"); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter); // // zg1 // resources.ApplyResources(this.zg1, "zg1"); this.zg1.Name = "zg1"; this.zg1.ScrollGrace = 0D; this.zg1.ScrollMaxX = 0D; this.zg1.ScrollMaxY = 0D; this.zg1.ScrollMaxY2 = 0D; this.zg1.ScrollMinX = 0D; this.zg1.ScrollMinY = 0D; this.zg1.ScrollMinY2 = 0D; // // Graphit // resources.ApplyResources(this.Graphit, "Graphit"); this.Graphit.Name = "Graphit"; this.toolTip1.SetToolTip(this.Graphit, resources.GetString("Graphit.ToolTip")); this.Graphit.UseVisualStyleBackColor = true; this.Graphit.Click += new System.EventHandler(this.Graphit_Click); // // BUT_cleargraph // resources.ApplyResources(this.BUT_cleargraph, "BUT_cleargraph"); this.BUT_cleargraph.Name = "BUT_cleargraph"; this.toolTip1.SetToolTip(this.BUT_cleargraph, resources.GetString("BUT_cleargraph.ToolTip")); this.BUT_cleargraph.UseVisualStyleBackColor = true; this.BUT_cleargraph.Click += new System.EventHandler(this.BUT_cleargraph_Click); // // BUT_loadlog // resources.ApplyResources(this.BUT_loadlog, "BUT_loadlog"); this.BUT_loadlog.Name = "BUT_loadlog"; this.toolTip1.SetToolTip(this.BUT_loadlog, resources.GetString("BUT_loadlog.ToolTip")); this.BUT_loadlog.UseVisualStyleBackColor = true; this.BUT_loadlog.Click += new System.EventHandler(this.BUT_loadlog_Click); // // LogBrowse // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.BUT_loadlog); this.Controls.Add(this.BUT_cleargraph); this.Controls.Add(this.Graphit); this.Controls.Add(this.zg1); this.Controls.Add(this.dataGridView1); this.Name = "LogBrowse"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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.Button cancelButton; System.Windows.Forms.StatusStrip statusStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IssueBrowserDialog)); System.Windows.Forms.ToolTip toolTip; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.workStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.detailButton = new System.Windows.Forms.Button(); this.refreshButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.issueListView = new System.Windows.Forms.ListView(); this.idColumn = new System.Windows.Forms.ColumnHeader(); this.typeColumn = new System.Windows.Forms.ColumnHeader(); this.statusColumn = new System.Windows.Forms.ColumnHeader(); this.priorityColumn = new System.Windows.Forms.ColumnHeader(); this.ownerColumn = new System.Windows.Forms.ColumnHeader(); this.summaryColumn = new System.Windows.Forms.ColumnHeader(); this.foundLabel = new System.Windows.Forms.Label(); this.searchFieldBox = new System.Windows.Forms.ComboBox(); this.updateNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components); this.includeClosedCheckBox = new System.Windows.Forms.CheckBox(); this.searchBox = new System.Windows.Forms.ComboBox(); cancelButton = new System.Windows.Forms.Button(); statusStrip = new System.Windows.Forms.StatusStrip(); toolTip = new System.Windows.Forms.ToolTip(this.components); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); statusStrip.SuspendLayout(); this.SuspendLayout(); // // cancelButton // cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; cancelButton.Location = new System.Drawing.Point(761, 427); cancelButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); cancelButton.Name = "cancelButton"; cancelButton.Size = new System.Drawing.Size(75, 30); cancelButton.TabIndex = 10; cancelButton.Text = "Cancel"; cancelButton.UseVisualStyleBackColor = true; // // statusStrip // statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusLabel, this.workStatus }); statusStrip.Location = new System.Drawing.Point(0, 462); statusStrip.Name = "statusStrip"; statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 13, 0); statusStrip.Size = new System.Drawing.Size(849, 25); statusStrip.TabIndex = 11; // // statusLabel // this.statusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.statusLabel.Name = "statusLabel"; this.statusLabel.Size = new System.Drawing.Size(835, 20); this.statusLabel.Spring = true; this.statusLabel.Text = "Ready"; this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // workStatus // this.workStatus.AutoSize = false; this.workStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.workStatus.Image = ((System.Drawing.Image)(resources.GetObject("workStatus.Image"))); this.workStatus.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.workStatus.Name = "workStatus"; this.workStatus.Size = new System.Drawing.Size(45, 20); this.workStatus.Visible = false; // // detailButton // this.detailButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.detailButton.Location = new System.Drawing.Point(12, 427); this.detailButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.detailButton.Name = "detailButton"; this.detailButton.Size = new System.Drawing.Size(75, 30); this.detailButton.TabIndex = 6; this.detailButton.Text = "&Details"; toolTip.SetToolTip(this.detailButton, "Open details of selected issue in the browser"); this.detailButton.UseVisualStyleBackColor = true; this.detailButton.Click += new System.EventHandler(this.DetailButton_Click); // // refreshButton // this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.refreshButton.Enabled = false; this.refreshButton.Location = new System.Drawing.Point(93, 427); this.refreshButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(75, 30); this.refreshButton.TabIndex = 7; this.refreshButton.Text = "&Refresh"; toolTip.SetToolTip(this.refreshButton, "Reload the issue list"); this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(12, 7); label1.Name = "label1"; label1.Size = new System.Drawing.Size(55, 17); label1.TabIndex = 0; label1.Text = "&Search:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(316, 11); label2.Name = "label2"; label2.Size = new System.Drawing.Size(18, 17); label2.TabIndex = 2; label2.Text = "in"; // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(681, 427); this.okButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 30); this.okButton.TabIndex = 9; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // issueListView // this.issueListView.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.issueListView.CheckBoxes = true; this.issueListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.idColumn, this.typeColumn, this.statusColumn, this.priorityColumn, this.ownerColumn, this.summaryColumn }); this.issueListView.FullRowSelect = true; this.issueListView.GridLines = true; this.issueListView.HideSelection = false; this.issueListView.Location = new System.Drawing.Point(0, 38); this.issueListView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.issueListView.MultiSelect = false; this.issueListView.Name = "issueListView"; this.issueListView.Size = new System.Drawing.Size(848, 382); this.issueListView.TabIndex = 5; this.issueListView.UseCompatibleStateImageBehavior = false; this.issueListView.View = System.Windows.Forms.View.Details; this.issueListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.IssueListView_ItemChecked); this.issueListView.SelectedIndexChanged += new System.EventHandler(this.IssueListView_SelectedIndexChanged); this.issueListView.DoubleClick += new System.EventHandler(this.IssueListView_DoubleClick); // // idColumn // this.idColumn.Text = "ID"; // // typeColumn // this.typeColumn.Text = "Type"; this.typeColumn.Width = 100; // // statusColumn // this.statusColumn.Text = "Status"; this.statusColumn.Width = 100; // // priorityColumn // this.priorityColumn.Text = "Priority"; this.priorityColumn.Width = 100; // // ownerColumn // this.ownerColumn.Text = "Owner"; this.ownerColumn.Width = 100; // // summaryColumn // this.summaryColumn.Text = "Summary"; this.summaryColumn.Width = 1000; // // foundLabel // this.foundLabel.AutoSize = true; this.foundLabel.Location = new System.Drawing.Point(490, 11); this.foundLabel.Name = "foundLabel"; this.foundLabel.Size = new System.Drawing.Size(70, 17); this.foundLabel.TabIndex = 4; this.foundLabel.Text = "{0} found"; this.foundLabel.Visible = false; // // searchFieldBox // this.searchFieldBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.searchFieldBox.FormattingEnabled = true; this.searchFieldBox.Location = new System.Drawing.Point(341, 7); this.searchFieldBox.Name = "searchFieldBox"; this.searchFieldBox.Size = new System.Drawing.Size(121, 25); this.searchFieldBox.TabIndex = 3; this.searchFieldBox.SelectedIndexChanged += new System.EventHandler(this.SearchFieldBox_SelectedIndexChanged); // // updateNotifyIcon // this.updateNotifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.updateNotifyIcon.BalloonTipText = "There is a new version of Gurtle available. Click here to find out more."; this.updateNotifyIcon.BalloonTipTitle = "Gurtle Update Available"; this.updateNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("updateNotifyIcon.Icon"))); this.updateNotifyIcon.Text = "Gurtle Update Available"; this.updateNotifyIcon.BalloonTipClicked += new System.EventHandler(this.UpdateNotifyIcon_Click); this.updateNotifyIcon.Click += new System.EventHandler(this.UpdateNotifyIcon_Click); // // includeClosedCheckBox // this.includeClosedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.includeClosedCheckBox.AutoSize = true; this.includeClosedCheckBox.Location = new System.Drawing.Point(175, 432); this.includeClosedCheckBox.Name = "includeClosedCheckBox"; this.includeClosedCheckBox.Size = new System.Drawing.Size(155, 21); this.includeClosedCheckBox.TabIndex = 8; this.includeClosedCheckBox.Text = "I&nclude closed issues"; this.includeClosedCheckBox.UseVisualStyleBackColor = true; this.includeClosedCheckBox.CheckedChanged += new System.EventHandler(this.RefreshButton_Click); // // searchBox // this.searchBox.FormattingEnabled = true; this.searchBox.Location = new System.Drawing.Point(76, 7); this.searchBox.Name = "searchBox"; this.searchBox.Size = new System.Drawing.Size(233, 25); this.searchBox.TabIndex = 1; this.searchBox.TextChanged += new System.EventHandler(this.SearchBox_TextChanged); // // IssueBrowserDialog // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = cancelButton; this.ClientSize = new System.Drawing.Size(849, 487); this.Controls.Add(this.searchBox); this.Controls.Add(this.includeClosedCheckBox); this.Controls.Add(this.searchFieldBox); this.Controls.Add(this.foundLabel); this.Controls.Add(label2); this.Controls.Add(label1); this.Controls.Add(this.refreshButton); this.Controls.Add(statusStrip); this.Controls.Add(this.okButton); this.Controls.Add(cancelButton); this.Controls.Add(this.detailButton); this.Controls.Add(this.issueListView); this.Font = new System.Drawing.Font("Tahoma", 8.25F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MinimizeBox = false; this.Name = "IssueBrowserDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Issues for {0} ({1})"; statusStrip.ResumeLayout(false); statusStrip.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.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.Windows.Forms.Label label5; System.Windows.Forms.Label label9; System.Windows.Forms.ToolTip ttHelp; System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; this.tbApkPath = new System.Windows.Forms.TextBox(); this.tbLog = new System.Windows.Forms.TextBox(); this.tbResourceDelete = new System.Windows.Forms.TextBox(); this.tbNormalOverwrite = new System.Windows.Forms.TextBox(); this.tbPermissionDelete = new System.Windows.Forms.TextBox(); this.tbEncryptOverwrite = new System.Windows.Forms.TextBox(); this.tbResourceApk = new System.Windows.Forms.TextBox(); this.tbOtherJsonFile = new System.Windows.Forms.TextBox(); this.tbGloOverwrite = new System.Windows.Forms.TextBox(); this.tbVersionName = new System.Windows.Forms.TextBox(); this.clbChannel = new System.Windows.Forms.CheckedListBox(); this.btnSelectFile = new System.Windows.Forms.Button(); this.cbPackageName = new System.Windows.Forms.ComboBox(); this.btnRun = new System.Windows.Forms.Button(); this.btnDecompile = new System.Windows.Forms.Button(); this.btnUpdateHistory = new System.Windows.Forms.Button(); this.btnPermissionHelp = new System.Windows.Forms.Button(); this.cbEnableVersionName = new System.Windows.Forms.CheckBox(); this.cbDeleteGameResDir = new System.Windows.Forms.CheckBox(); this.btnResourceApk = new System.Windows.Forms.Button(); this.cbResourceApk = new System.Windows.Forms.CheckBox(); this.btnOtherJson = new System.Windows.Forms.Button(); this.cbEnableVersionCode = new System.Windows.Forms.CheckBox(); this.tbVersionCode = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbPlatformWinPhone = new System.Windows.Forms.RadioButton(); this.rbPlatformAndroid = new System.Windows.Forms.RadioButton(); this.label8 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label9 = new System.Windows.Forms.Label(); ttHelp = new System.Windows.Forms.ToolTip(this.components); label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(248, 45); label1.Name = "label1"; label1.Size = new System.Drawing.Size(71, 12); label1.TabIndex = 1; label1.Text = "apk文件路径"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(290, 439); label2.Name = "label2"; label2.Size = new System.Drawing.Size(29, 12); label2.TabIndex = 4; label2.Text = "日志"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(290, 15); label3.Name = "label3"; label3.Size = new System.Drawing.Size(29, 12); label3.TabIndex = 5; label3.Text = "包名"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(244, 103); label4.Name = "label4"; label4.Size = new System.Drawing.Size(77, 12); label4.TabIndex = 9; label4.Text = "删除资源路径"; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(246, 244); label5.Name = "label5"; label5.Size = new System.Drawing.Size(77, 12); label5.TabIndex = 13; label5.Text = "普通覆盖目录"; // // label9 // label9.AutoSize = true; label9.Location = new System.Drawing.Point(265, 383); label9.Name = "label9"; label9.Size = new System.Drawing.Size(53, 12); label9.TabIndex = 21; label9.Text = "关闭权限"; // // ttHelp // ttHelp.IsBalloon = true; // // tbApkPath // this.tbApkPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbApkPath.Location = new System.Drawing.Point(326, 42); this.tbApkPath.Name = "tbApkPath"; this.tbApkPath.Size = new System.Drawing.Size(418, 21); this.tbApkPath.TabIndex = 2; ttHelp.SetToolTip(this.tbApkPath, "用来设定原始apk的路径,可直接编辑"); // // tbLog // this.tbLog.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.tbLog.Location = new System.Drawing.Point(326, 436); this.tbLog.Multiline = true; this.tbLog.Name = "tbLog"; this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbLog.Size = new System.Drawing.Size(520, 102); this.tbLog.TabIndex = 7; ttHelp.SetToolTip(this.tbLog, "显示日志"); // // tbResourceDelete // this.tbResourceDelete.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbResourceDelete.Enabled = false; this.tbResourceDelete.Location = new System.Drawing.Point(357, 100); this.tbResourceDelete.Multiline = true; this.tbResourceDelete.Name = "tbResourceDelete"; this.tbResourceDelete.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbResourceDelete.Size = new System.Drawing.Size(488, 50); this.tbResourceDelete.TabIndex = 10; ttHelp.SetToolTip(this.tbResourceDelete, "删除指定的目录或文件"); // // tbNormalOverwrite // this.tbNormalOverwrite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbNormalOverwrite.Location = new System.Drawing.Point(326, 241); this.tbNormalOverwrite.Multiline = true; this.tbNormalOverwrite.Name = "tbNormalOverwrite"; this.tbNormalOverwrite.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbNormalOverwrite.Size = new System.Drawing.Size(519, 51); this.tbNormalOverwrite.TabIndex = 14; ttHelp.SetToolTip(this.tbNormalOverwrite, "普通覆盖目录是直接覆盖对应目录,支持多个目录,使用英文分号;分隔路径"); this.tbNormalOverwrite.TextChanged += new System.EventHandler(this.tbNormalOverwrite_TextChanged); // // tbPermissionDelete // this.tbPermissionDelete.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbPermissionDelete.Location = new System.Drawing.Point(325, 380); this.tbPermissionDelete.Multiline = true; this.tbPermissionDelete.Name = "tbPermissionDelete"; this.tbPermissionDelete.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbPermissionDelete.Size = new System.Drawing.Size(520, 50); this.tbPermissionDelete.TabIndex = 22; ttHelp.SetToolTip(this.tbPermissionDelete, "使用英文分号;分隔需要去除的权限"); // // tbEncryptOverwrite // this.tbEncryptOverwrite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbEncryptOverwrite.Location = new System.Drawing.Point(326, 181); this.tbEncryptOverwrite.Multiline = true; this.tbEncryptOverwrite.Name = "tbEncryptOverwrite"; this.tbEncryptOverwrite.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbEncryptOverwrite.Size = new System.Drawing.Size(519, 54); this.tbEncryptOverwrite.TabIndex = 25; ttHelp.SetToolTip(this.tbEncryptOverwrite, "加密覆盖目录是加密资源后覆盖对应目录,支持多个目录,使用英文分号;分隔路径"); this.tbEncryptOverwrite.TextChanged += new System.EventHandler(this.tbEncryptOverwrite_TextChanged); // // tbResourceApk // this.tbResourceApk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbResourceApk.Enabled = false; this.tbResourceApk.Location = new System.Drawing.Point(357, 154); this.tbResourceApk.Name = "tbResourceApk"; this.tbResourceApk.Size = new System.Drawing.Size(387, 21); this.tbResourceApk.TabIndex = 30; ttHelp.SetToolTip(this.tbResourceApk, "用来设定原始apk的路径,可直接编辑"); // // tbOtherJsonFile // this.tbOtherJsonFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbOtherJsonFile.Location = new System.Drawing.Point(326, 298); this.tbOtherJsonFile.Multiline = true; this.tbOtherJsonFile.Name = "tbOtherJsonFile"; this.tbOtherJsonFile.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbOtherJsonFile.Size = new System.Drawing.Size(419, 40); this.tbOtherJsonFile.TabIndex = 34; ttHelp.SetToolTip(this.tbOtherJsonFile, "JSON"); // // tbGloOverwrite // this.tbGloOverwrite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbGloOverwrite.Location = new System.Drawing.Point(355, 345); this.tbGloOverwrite.Name = "tbGloOverwrite"; this.tbGloOverwrite.Size = new System.Drawing.Size(368, 21); this.tbGloOverwrite.TabIndex = 41; ttHelp.SetToolTip(this.tbGloOverwrite, "globalres覆盖目录是直接覆盖对应目录,支持多个目录,使用英文分号;分隔路径"); // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(246, 184); label6.Name = "label6"; label6.Size = new System.Drawing.Size(77, 12); label6.TabIndex = 24; label6.Text = "加密覆盖目录"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(242, 301); label7.Name = "label7"; label7.Size = new System.Drawing.Size(77, 12); label7.TabIndex = 33; label7.Text = "附加JSON文件"; // // tbVersionName // this.tbVersionName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbVersionName.Enabled = false; this.tbVersionName.Location = new System.Drawing.Point(326, 72); this.tbVersionName.Name = "tbVersionName"; this.tbVersionName.Size = new System.Drawing.Size(121, 21); this.tbVersionName.TabIndex = 27; // // clbChannel // this.clbChannel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.clbChannel.CheckOnClick = true; this.clbChannel.FormattingEnabled = true; this.clbChannel.HorizontalScrollbar = true; this.clbChannel.Location = new System.Drawing.Point(1, 82); this.clbChannel.Name = "clbChannel"; this.clbChannel.Size = new System.Drawing.Size(233, 500); this.clbChannel.TabIndex = 0; // // btnSelectFile // this.btnSelectFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSelectFile.Location = new System.Drawing.Point(771, 40); this.btnSelectFile.Name = "btnSelectFile"; this.btnSelectFile.Size = new System.Drawing.Size(75, 23); this.btnSelectFile.TabIndex = 3; this.btnSelectFile.Text = "选择文件"; this.btnSelectFile.UseVisualStyleBackColor = true; this.btnSelectFile.Click += new System.EventHandler(this.btnSelectFile_Click); // // cbPackageName // this.cbPackageName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbPackageName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPackageName.FormattingEnabled = true; this.cbPackageName.Location = new System.Drawing.Point(327, 12); this.cbPackageName.Name = "cbPackageName"; this.cbPackageName.Size = new System.Drawing.Size(418, 20); this.cbPackageName.TabIndex = 6; this.cbPackageName.SelectedIndexChanged += new System.EventHandler(this.cbPackageName_SelectedIndexChanged); // // btnRun // this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRun.Location = new System.Drawing.Point(536, 544); this.btnRun.Name = "btnRun"; this.btnRun.Size = new System.Drawing.Size(67, 32); this.btnRun.TabIndex = 8; this.btnRun.Text = "执行打包"; this.btnRun.UseVisualStyleBackColor = true; this.btnRun.Click += new System.EventHandler(this.btnRun_Click); // // btnDecompile // this.btnDecompile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnDecompile.Location = new System.Drawing.Point(657, 544); this.btnDecompile.Name = "btnDecompile"; this.btnDecompile.Size = new System.Drawing.Size(88, 32); this.btnDecompile.TabIndex = 11; this.btnDecompile.Text = "执行反编译"; this.btnDecompile.UseVisualStyleBackColor = true; this.btnDecompile.Click += new System.EventHandler(this.btnDecompile_Click); // // btnUpdateHistory // this.btnUpdateHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnUpdateHistory.Location = new System.Drawing.Point(379, 544); this.btnUpdateHistory.Name = "btnUpdateHistory"; this.btnUpdateHistory.Size = new System.Drawing.Size(103, 32); this.btnUpdateHistory.TabIndex = 16; this.btnUpdateHistory.Text = "更新历史记录"; this.btnUpdateHistory.UseVisualStyleBackColor = true; this.btnUpdateHistory.Click += new System.EventHandler(this.btnUpdateHistory_Click); // // btnPermissionHelp // this.btnPermissionHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPermissionHelp.Location = new System.Drawing.Point(257, 407); this.btnPermissionHelp.Name = "btnPermissionHelp"; this.btnPermissionHelp.Size = new System.Drawing.Size(63, 23); this.btnPermissionHelp.TabIndex = 23; this.btnPermissionHelp.Text = "权限说明"; this.btnPermissionHelp.UseVisualStyleBackColor = true; this.btnPermissionHelp.Click += new System.EventHandler(this.btnPermissionHelp_Click); // // cbEnableVersionName // this.cbEnableVersionName.AutoSize = true; this.cbEnableVersionName.Location = new System.Drawing.Point(258, 74); this.cbEnableVersionName.Name = "cbEnableVersionName"; this.cbEnableVersionName.Size = new System.Drawing.Size(60, 16); this.cbEnableVersionName.TabIndex = 28; this.cbEnableVersionName.Text = "版本名"; this.cbEnableVersionName.UseVisualStyleBackColor = true; this.cbEnableVersionName.CheckedChanged += new System.EventHandler(this.cbEnableVersionName_CheckedChanged); // // cbDeleteGameResDir // this.cbDeleteGameResDir.AutoSize = true; this.cbDeleteGameResDir.Checked = true; this.cbDeleteGameResDir.CheckState = System.Windows.Forms.CheckState.Checked; this.cbDeleteGameResDir.Location = new System.Drawing.Point(685, 74); this.cbDeleteGameResDir.Name = "cbDeleteGameResDir"; this.cbDeleteGameResDir.Size = new System.Drawing.Size(144, 16); this.cbDeleteGameResDir.TabIndex = 29; this.cbDeleteGameResDir.Text = "删除原有游戏资源目录"; this.cbDeleteGameResDir.UseVisualStyleBackColor = true; this.cbDeleteGameResDir.CheckedChanged += new System.EventHandler(this.cbDeleteGameResDir_CheckedChanged); // // btnResourceApk // this.btnResourceApk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnResourceApk.Location = new System.Drawing.Point(750, 152); this.btnResourceApk.Name = "btnResourceApk"; this.btnResourceApk.Size = new System.Drawing.Size(109, 23); this.btnResourceApk.TabIndex = 31; this.btnResourceApk.Text = "选择资源APK文件"; this.btnResourceApk.UseVisualStyleBackColor = true; this.btnResourceApk.Click += new System.EventHandler(this.btnResourceApk_Click); // // cbResourceApk // this.cbResourceApk.AutoSize = true; this.cbResourceApk.Location = new System.Drawing.Point(246, 156); this.cbResourceApk.Name = "cbResourceApk"; this.cbResourceApk.Size = new System.Drawing.Size(90, 16); this.cbResourceApk.TabIndex = 32; this.cbResourceApk.Text = "指定资源apk"; this.cbResourceApk.UseVisualStyleBackColor = true; this.cbResourceApk.CheckedChanged += new System.EventHandler(this.cbResourceApk_CheckedChanged); // // btnOtherJson // this.btnOtherJson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOtherJson.Location = new System.Drawing.Point(759, 301); this.btnOtherJson.Name = "btnOtherJson"; this.btnOtherJson.Size = new System.Drawing.Size(100, 23); this.btnOtherJson.TabIndex = 35; this.btnOtherJson.Text = "选择JSON文件"; this.btnOtherJson.UseVisualStyleBackColor = true; this.btnOtherJson.Click += new System.EventHandler(this.btnOtherJson_Click); // // cbEnableVersionCode // this.cbEnableVersionCode.AutoSize = true; this.cbEnableVersionCode.Location = new System.Drawing.Point(468, 74); this.cbEnableVersionCode.Name = "cbEnableVersionCode"; this.cbEnableVersionCode.Size = new System.Drawing.Size(60, 16); this.cbEnableVersionCode.TabIndex = 37; this.cbEnableVersionCode.Text = "版本号"; this.cbEnableVersionCode.UseVisualStyleBackColor = true; this.cbEnableVersionCode.CheckedChanged += new System.EventHandler(this.cbEnableVersionCode_CheckedChanged); // // tbVersionCode // this.tbVersionCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbVersionCode.Enabled = false; this.tbVersionCode.Location = new System.Drawing.Point(536, 72); this.tbVersionCode.Name = "tbVersionCode"; this.tbVersionCode.Size = new System.Drawing.Size(121, 21); this.tbVersionCode.TabIndex = 36; // // groupBox1 // this.groupBox1.Controls.Add(this.rbPlatformWinPhone); this.groupBox1.Controls.Add(this.rbPlatformAndroid); this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(230, 71); this.groupBox1.TabIndex = 39; this.groupBox1.TabStop = false; this.groupBox1.Text = "选择平台"; // // rbPlatformWinPhone // this.rbPlatformWinPhone.AutoSize = true; this.rbPlatformWinPhone.Location = new System.Drawing.Point(18, 42); this.rbPlatformWinPhone.Name = "rbPlatformWinPhone"; this.rbPlatformWinPhone.Size = new System.Drawing.Size(125, 16); this.rbPlatformWinPhone.TabIndex = 1; this.rbPlatformWinPhone.Text = "Windows Phone 8.0"; this.rbPlatformWinPhone.UseVisualStyleBackColor = true; // // rbPlatformAndroid // this.rbPlatformAndroid.AutoSize = true; this.rbPlatformAndroid.Checked = true; this.rbPlatformAndroid.Location = new System.Drawing.Point(18, 19); this.rbPlatformAndroid.Name = "rbPlatformAndroid"; this.rbPlatformAndroid.Size = new System.Drawing.Size(65, 16); this.rbPlatformAndroid.TabIndex = 0; this.rbPlatformAndroid.TabStop = true; this.rbPlatformAndroid.Text = "Android"; this.rbPlatformAndroid.UseVisualStyleBackColor = true; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(242, 348); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(107, 12); this.label8.TabIndex = 40; this.label8.Text = "globalres覆盖目录"; // // button1 // this.button1.Location = new System.Drawing.Point(759, 342); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(87, 23); this.button1.TabIndex = 42; this.button1.Text = "选择glob目录"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(871, 588); this.Controls.Add(this.button1); this.Controls.Add(this.tbGloOverwrite); this.Controls.Add(this.label8); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cbEnableVersionCode); this.Controls.Add(this.tbVersionCode); this.Controls.Add(this.btnOtherJson); this.Controls.Add(this.tbOtherJsonFile); this.Controls.Add(label7); this.Controls.Add(this.cbResourceApk); this.Controls.Add(this.btnResourceApk); this.Controls.Add(this.tbResourceApk); this.Controls.Add(this.cbDeleteGameResDir); this.Controls.Add(this.cbEnableVersionName); this.Controls.Add(this.tbVersionName); this.Controls.Add(this.tbEncryptOverwrite); this.Controls.Add(label6); this.Controls.Add(this.btnPermissionHelp); this.Controls.Add(this.tbPermissionDelete); this.Controls.Add(label9); this.Controls.Add(this.btnUpdateHistory); this.Controls.Add(this.tbNormalOverwrite); this.Controls.Add(label5); this.Controls.Add(this.btnDecompile); this.Controls.Add(this.tbResourceDelete); this.Controls.Add(label4); this.Controls.Add(this.btnRun); this.Controls.Add(this.tbLog); this.Controls.Add(this.cbPackageName); this.Controls.Add(label3); this.Controls.Add(label2); this.Controls.Add(this.btnSelectFile); this.Controls.Add(this.tbApkPath); this.Controls.Add(label1); this.Controls.Add(this.clbChannel); this.Name = "FormMain"; this.Text = "TRGAME渠道打包程序"; this.Load += new System.EventHandler(this.FormMain_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.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(); this .btnSent = new FZYK .WinCtrl .YKButton(this .components); this .lblTitle = new System .Windows .Forms .Label(); this .panel1 = new System .Windows .Forms .Panel(); this .lblMessage = new System .Windows .Forms .Label(); this .toolTip1 = new System .Windows .Forms .ToolTip(this .components); this .btnOK = new FZYK .WinCtrl .YKButton(this .components); this .lblTimer = new System .Windows .Forms .Label(); this .btnCancel = new FZYK .WinCtrl .YKButton(this .components); this .ykPanel1 = new FZYK .WinCtrl .YKPanel(this .components); this .panel1 .SuspendLayout(); this .ykPanel1 .SuspendLayout(); this .SuspendLayout(); // // btnSent // this .btnSent .A_BorderColor = System .Drawing .SystemColors .Desktop; this .btnSent .A_GotFocusColor = System .Drawing .SystemColors .ActiveCaption; this .btnSent .A_MouseDownBackColor = System .Drawing .Color .SteelBlue; this .btnSent .A_MouseOverBackColor = System .Drawing .Color .LightSteelBlue; this .btnSent .DisplayFocusCues = false; this .btnSent .FlatAppearance .BorderColor = System .Drawing .SystemColors .Desktop; this .btnSent .FlatAppearance .MouseDownBackColor = System .Drawing .Color .SteelBlue; this .btnSent .FlatAppearance .MouseOverBackColor = System .Drawing .Color .LightSteelBlue; this .btnSent .FlatStyle = System .Windows .Forms .FlatStyle .Flat; this .btnSent .ForeColor = System .Drawing .Color .Black; this .btnSent .Location = new System .Drawing .Point(3, 10); this .btnSent .Name = "btnSent"; this .btnSent .Size = new System .Drawing .Size(119, 26); this .btnSent .TabIndex = 12; this .btnSent .Text = "生成文件到桌面"; this .btnSent .TextType = FZYK .WinCtrl .YKButton .YKBtnTextType .Normal; this .toolTip1 .SetToolTip(this .btnSent, "将此异常信息生成文件至桌面,并请将异常文件发送至网管处,谢谢!"); this .btnSent .UseVisualStyleBackColor = true; this .btnSent .Visible = false; this .btnSent .Click += new System .EventHandler(this .btnSent_Click); // // lblTitle // this .lblTitle .AutoSize = true; this .lblTitle .BackColor = System .Drawing .Color .Transparent; this .lblTitle .Font = new System .Drawing .Font("Tahoma", 8.25F, System .Drawing .FontStyle .Bold, System .Drawing .GraphicsUnit .Point, ((byte)(0))); this .lblTitle .ForeColor = System .Drawing .Color .White; this .lblTitle .Location = new System .Drawing .Point(12, 12); this .lblTitle .Name = "lblTitle"; this .lblTitle .Size = new System .Drawing .Size(0, 13); this .lblTitle .TabIndex = 14; // // panel1 // this .panel1 .AutoScroll = true; this .panel1 .BackColor = System .Drawing .Color .Transparent; this .panel1 .Controls .Add(this .lblMessage); this .panel1 .Location = new System .Drawing .Point(18, 12); this .panel1 .Margin = new System .Windows .Forms .Padding(3, 3, 3, 10); this .panel1 .Name = "panel1"; this .panel1 .Size = new System .Drawing .Size(357, 122); this .panel1 .TabIndex = 13; // // lblMessage // this .lblMessage .Dock = System .Windows .Forms .DockStyle .Top; this .lblMessage .Font = new System .Drawing .Font("Tahoma", 8.25F, System .Drawing .FontStyle .Regular, System .Drawing .GraphicsUnit .Point, ((byte)(0))); this .lblMessage .Location = new System .Drawing .Point(0, 0); this .lblMessage .Name = "lblMessage"; this .lblMessage .Size = new System .Drawing .Size(340, 164); this .lblMessage .TabIndex = 0; // // toolTip1 // this .toolTip1 .IsBalloon = true; this .toolTip1 .ToolTipTitle = "提示"; // // btnOK // this .btnOK .A_BorderColor = System .Drawing .SystemColors .Desktop; this .btnOK .A_GotFocusColor = System .Drawing .SystemColors .ActiveCaption; this .btnOK .A_MouseDownBackColor = System .Drawing .Color .SteelBlue; this .btnOK .A_MouseOverBackColor = System .Drawing .Color .LightSteelBlue; this .btnOK .DisplayFocusCues = false; this .btnOK .FlatAppearance .BorderColor = System .Drawing .SystemColors .Desktop; this .btnOK .FlatAppearance .MouseDownBackColor = System .Drawing .Color .SteelBlue; this .btnOK .FlatAppearance .MouseOverBackColor = System .Drawing .Color .LightSteelBlue; this .btnOK .FlatStyle = System .Windows .Forms .FlatStyle .Flat; this .btnOK .ForeColor = System .Drawing .Color .Black; this .btnOK .Location = new System .Drawing .Point(222, 10); this .btnOK .Name = "btnOK"; this .btnOK .Size = new System .Drawing .Size(70, 26); this .btnOK .TabIndex = 9; this .btnOK .Text = "确 定"; this .btnOK .TextType = FZYK .WinCtrl .YKButton .YKBtnTextType .Normal; this .btnOK .UseVisualStyleBackColor = true; this .btnOK .Click += new System .EventHandler(this .btnOK_Click); // // lblTimer // this .lblTimer .AutoSize = true; this .lblTimer .BackColor = System .Drawing .Color .Transparent; this .lblTimer .Font = new System .Drawing .Font("Tahoma", 9.75F, System .Drawing .FontStyle .Bold, System .Drawing .GraphicsUnit .Point, ((byte)(0))); this .lblTimer .Location = new System .Drawing .Point(9, 118); this .lblTimer .Name = "lblTimer"; this .lblTimer .Size = new System .Drawing .Size(0, 16); this .lblTimer .TabIndex = 11; // // btnCancel // this .btnCancel .A_BorderColor = System .Drawing .SystemColors .Desktop; this .btnCancel .A_GotFocusColor = System .Drawing .SystemColors .ActiveCaption; this .btnCancel .A_MouseDownBackColor = System .Drawing .Color .SteelBlue; this .btnCancel .A_MouseOverBackColor = System .Drawing .Color .LightSteelBlue; this .btnCancel .DisplayFocusCues = false; this .btnCancel .FlatAppearance .BorderColor = System .Drawing .SystemColors .Desktop; this .btnCancel .FlatAppearance .MouseDownBackColor = System .Drawing .Color .SteelBlue; this .btnCancel .FlatAppearance .MouseOverBackColor = System .Drawing .Color .LightSteelBlue; this .btnCancel .FlatStyle = System .Windows .Forms .FlatStyle .Flat; this .btnCancel .ForeColor = System .Drawing .Color .Black; this .btnCancel .Location = new System .Drawing .Point(302, 10); this .btnCancel .Name = "btnCancel"; this .btnCancel .Size = new System .Drawing .Size(70, 26); this .btnCancel .TabIndex = 10; this .btnCancel .Text = "取 消"; this .btnCancel .TextType = FZYK .WinCtrl .YKButton .YKBtnTextType .Normal; this .btnCancel .UseVisualStyleBackColor = true; this .btnCancel .Click += new System .EventHandler(this .btnCancel_Click); // // ykPanel1 // this .ykPanel1 .Controls .Add(this .btnSent); this .ykPanel1 .Controls .Add(this .btnCancel); this .ykPanel1 .Controls .Add(this .btnOK); this .ykPanel1 .Dock = System .Windows .Forms .DockStyle .Bottom; this .ykPanel1 .Location = new System .Drawing .Point(0, 152); this .ykPanel1 .Name = "ykPanel1"; this .ykPanel1 .Size = new System .Drawing .Size(382, 44); this .ykPanel1 .TabIndex = 15; // // YKMessageBox // this .AutoScaleDimensions = new System .Drawing .SizeF(6F, 12F); this .AutoScaleMode = System .Windows .Forms .AutoScaleMode .Font; this .ClientSize = new System .Drawing .Size(382, 196); this .ControlBox = false; this .Controls .Add(this .ykPanel1); this .Controls .Add(this .lblTitle); this .Controls .Add(this .panel1); this .Controls .Add(this .lblTimer); this .FormBorderStyle = System .Windows .Forms .FormBorderStyle .FixedSingle; this .Name = "YKMessageBox"; this .Opacity = 0.9D; this .ShowInTaskbar = false; this .StartPosition = System .Windows .Forms .FormStartPosition .CenterScreen; this .Text = "YKMessageBox"; this .Load += new System .EventHandler(this .YKMessageBox_Load); this .Paint += new System .Windows .Forms .PaintEventHandler(this .YKMessageBox_Paint); this .panel1 .ResumeLayout(false); this .ykPanel1 .ResumeLayout(false); this .ResumeLayout(false); this .PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAdjustStockManual)); this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components); this.sbStatusBar = new System.Windows.Forms.StatusStrip(); this.sbStatusBar_Panels_Panel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.txtStockID = new System.Windows.Forms.TextBox(); this.txtOriginalPrice = new System.Windows.Forms.TextBox(); this._txtValues_0 = new System.Windows.Forms.TextBox(); this.txtQuantityPerUnit = new System.Windows.Forms.TextBox(); this.txtProductName = new System.Windows.Forms.TextBox(); this.txtUnit = new System.Windows.Forms.TextBox(); this._txtValues_1 = new System.Windows.Forms.TextBox(); this.txtOriginalQuantity = new System.Windows.Forms.TextBox(); this.Frame3 = new System.Windows.Forms.GroupBox(); this.lvStocks = new System.Windows.Forms.ListView(); this.lvStocks_ColumnHeader_1_ = new System.Windows.Forms.ColumnHeader(); this.lvStocks_ColumnHeader_2_ = new System.Windows.Forms.ColumnHeader(); this.lvStocks_ColumnHeader_3_ = new System.Windows.Forms.ColumnHeader(); this.lvStocks_ColumnHeader_4_ = new System.Windows.Forms.ColumnHeader(); this.lvStocks_ColumnHeader_5_ = new System.Windows.Forms.ColumnHeader(); this.lvStocks_ColumnHeader_6_ = new System.Windows.Forms.ColumnHeader(); this.lvStocks_ColumnHeader_7_ = new System.Windows.Forms.ColumnHeader(); this.lvStocks_ColumnHeader_8_ = new System.Windows.Forms.ColumnHeader(); this.Frame1 = new System.Windows.Forms.GroupBox(); this.txtCode = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.cmdProducts = new System.Windows.Forms.Button(); this.Label5 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.cmdClose = new System.Windows.Forms.Button(); this.cmdSave = new System.Windows.Forms.Button(); this.lvProducts = new System.Windows.Forms.ListView(); this.lvProducts_ColumnHeader_1_ = new System.Windows.Forms.ColumnHeader(); this.lvProducts_ColumnHeader_2_ = new System.Windows.Forms.ColumnHeader(); this.lvProducts_ColumnHeader_3_ = new System.Windows.Forms.ColumnHeader(); this.lvProducts_ColumnHeader_4_ = new System.Windows.Forms.ColumnHeader(); this.lvProducts_ColumnHeader_5_ = new System.Windows.Forms.ColumnHeader(); this.lvProducts_ColumnHeader_6_ = new System.Windows.Forms.ColumnHeader(); this.lvProducts_ColumnHeader_7_ = new System.Windows.Forms.ColumnHeader(); this.Label14 = new System.Windows.Forms.Label(); this.lblNewQuantity = new System.Windows.Forms.Label(); this.Label12 = new System.Windows.Forms.Label(); this.lblCurrentQuantity = new System.Windows.Forms.Label(); this.Label11 = new System.Windows.Forms.Label(); this.Label10 = new System.Windows.Forms.Label(); this.Label8 = new System.Windows.Forms.Label(); this.Label9 = new System.Windows.Forms.Label(); this.Label7 = new System.Windows.Forms.Label(); this.Label6 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.sbStatusBar.SuspendLayout(); this.Frame3.SuspendLayout(); this.lvStocks.SuspendLayout(); this.Frame1.SuspendLayout(); this.lvProducts.SuspendLayout(); this.SuspendLayout(); this.listViewHelper1 = new UpgradeHelpers.Gui.ListViewHelper(this.components); ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit(); // // sbStatusBar // this.sbStatusBar.AllowDrop = true; this.sbStatusBar.BackColor = System.Drawing.SystemColors.Control; this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.sbStatusBar.Location = new System.Drawing.Point(0, 538); this.sbStatusBar.Name = "sbStatusBar"; this.sbStatusBar.ShowItemToolTips = true; this.sbStatusBar.Size = new System.Drawing.Size(426, 25); this.sbStatusBar.TabIndex = 28; this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 }); // // sbStatusBar_Panels_Panel1 // this.sbStatusBar_Panels_Panel1.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom); this.sbStatusBar_Panels_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.sbStatusBar_Panels_Panel1.DoubleClickEnabled = true; this.sbStatusBar_Panels_Panel1.Margin = new System.Windows.Forms.Padding(0); this.sbStatusBar_Panels_Panel1.Size = new System.Drawing.Size(425, 25); this.sbStatusBar_Panels_Panel1.Spring = true; this.sbStatusBar_Panels_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.sbStatusBar_Panels_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; // // txtStockID // this.txtStockID.AcceptsReturn = true; this.txtStockID.AllowDrop = true; this.txtStockID.BackColor = System.Drawing.SystemColors.Menu; this.txtStockID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtStockID.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtStockID.ForeColor = System.Drawing.SystemColors.WindowText; this.txtStockID.Location = new System.Drawing.Point(96, 374); this.txtStockID.MaxLength = 0; this.txtStockID.Name = "txtStockID"; this.txtStockID.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtStockID.Size = new System.Drawing.Size(81, 20); this.txtStockID.TabIndex = 26; this.txtStockID.TabStop = false; // // txtOriginalPrice // this.txtOriginalPrice.AcceptsReturn = true; this.txtOriginalPrice.AllowDrop = true; this.txtOriginalPrice.BackColor = System.Drawing.SystemColors.Menu; this.txtOriginalPrice.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtOriginalPrice.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtOriginalPrice.ForeColor = System.Drawing.SystemColors.WindowText; this.txtOriginalPrice.Location = new System.Drawing.Point(96, 403); this.txtOriginalPrice.MaxLength = 0; this.txtOriginalPrice.Name = "txtOriginalPrice"; this.txtOriginalPrice.ReadOnly = true; this.txtOriginalPrice.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtOriginalPrice.Size = new System.Drawing.Size(81, 20); this.txtOriginalPrice.TabIndex = 25; this.txtOriginalPrice.TabStop = false; this.txtOriginalPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // _txtValues_0 // this._txtValues_0.AcceptsReturn = true; this._txtValues_0.AllowDrop = true; this._txtValues_0.BackColor = System.Drawing.SystemColors.Window; this._txtValues_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this._txtValues_0.Cursor = System.Windows.Forms.Cursors.IBeam; this._txtValues_0.ForeColor = System.Drawing.SystemColors.WindowText; this._txtValues_0.Location = new System.Drawing.Point(328, 403); this._txtValues_0.MaxLength = 0; this._txtValues_0.Name = "_txtValues_0"; this._txtValues_0.ReadOnly = true; this._txtValues_0.RightToLeft = System.Windows.Forms.RightToLeft.No; this._txtValues_0.Size = new System.Drawing.Size(81, 20); this._txtValues_0.TabIndex = 4; this._txtValues_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this._txtValues_0.Enter += new System.EventHandler(this.txtValues_Enter); this._txtValues_0.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress); this._txtValues_0.TextChanged += new System.EventHandler(this.txtValues_TextChanged); // // txtQuantityPerUnit // this.txtQuantityPerUnit.AcceptsReturn = true; this.txtQuantityPerUnit.AllowDrop = true; this.txtQuantityPerUnit.BackColor = System.Drawing.SystemColors.Menu; this.txtQuantityPerUnit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtQuantityPerUnit.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtQuantityPerUnit.ForeColor = System.Drawing.SystemColors.WindowText; this.txtQuantityPerUnit.Location = new System.Drawing.Point(328, 374); this.txtQuantityPerUnit.MaxLength = 0; this.txtQuantityPerUnit.Name = "txtQuantityPerUnit"; this.txtQuantityPerUnit.ReadOnly = true; this.txtQuantityPerUnit.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtQuantityPerUnit.Size = new System.Drawing.Size(81, 20); this.txtQuantityPerUnit.TabIndex = 21; this.txtQuantityPerUnit.TabStop = false; this.txtQuantityPerUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtProductName // this.txtProductName.AcceptsReturn = true; this.txtProductName.AllowDrop = true; this.txtProductName.BackColor = System.Drawing.SystemColors.Menu; this.txtProductName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtProductName.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtProductName.ForeColor = System.Drawing.SystemColors.WindowText; this.txtProductName.Location = new System.Drawing.Point(96, 344); this.txtProductName.MaxLength = 0; this.txtProductName.Name = "txtProductName"; this.txtProductName.ReadOnly = true; this.txtProductName.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtProductName.Size = new System.Drawing.Size(145, 20); this.txtProductName.TabIndex = 20; this.txtProductName.TabStop = false; // // txtUnit // this.txtUnit.AcceptsReturn = true; this.txtUnit.AllowDrop = true; this.txtUnit.BackColor = System.Drawing.SystemColors.Menu; this.txtUnit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtUnit.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtUnit.ForeColor = System.Drawing.SystemColors.WindowText; this.txtUnit.Location = new System.Drawing.Point(328, 344); this.txtUnit.MaxLength = 0; this.txtUnit.Name = "txtUnit"; this.txtUnit.ReadOnly = true; this.txtUnit.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtUnit.Size = new System.Drawing.Size(81, 20); this.txtUnit.TabIndex = 19; this.txtUnit.TabStop = false; // // _txtValues_1 // this._txtValues_1.AcceptsReturn = true; this._txtValues_1.AllowDrop = true; this._txtValues_1.BackColor = System.Drawing.SystemColors.Window; this._txtValues_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this._txtValues_1.Cursor = System.Windows.Forms.Cursors.IBeam; this._txtValues_1.ForeColor = System.Drawing.SystemColors.WindowText; this._txtValues_1.Location = new System.Drawing.Point(328, 432); this._txtValues_1.MaxLength = 0; this._txtValues_1.Name = "_txtValues_1"; this._txtValues_1.ReadOnly = true; this._txtValues_1.RightToLeft = System.Windows.Forms.RightToLeft.No; this._txtValues_1.Size = new System.Drawing.Size(81, 20); this._txtValues_1.TabIndex = 5; this._txtValues_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this._txtValues_1.Enter += new System.EventHandler(this.txtValues_Enter); this._txtValues_1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress); this._txtValues_1.TextChanged += new System.EventHandler(this.txtValues_TextChanged); // // txtOriginalQuantity // this.txtOriginalQuantity.AcceptsReturn = true; this.txtOriginalQuantity.AllowDrop = true; this.txtOriginalQuantity.BackColor = System.Drawing.SystemColors.Menu; this.txtOriginalQuantity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtOriginalQuantity.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtOriginalQuantity.ForeColor = System.Drawing.SystemColors.WindowText; this.txtOriginalQuantity.Location = new System.Drawing.Point(96, 432); this.txtOriginalQuantity.MaxLength = 0; this.txtOriginalQuantity.Name = "txtOriginalQuantity"; this.txtOriginalQuantity.ReadOnly = true; this.txtOriginalQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtOriginalQuantity.Size = new System.Drawing.Size(81, 20); this.txtOriginalQuantity.TabIndex = 14; this.txtOriginalQuantity.TabStop = false; this.txtOriginalQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // Frame3 // this.Frame3.AllowDrop = true; this.Frame3.BackColor = System.Drawing.SystemColors.Control; this.Frame3.Controls.Add(this.lvStocks); this.Frame3.Enabled = true; this.Frame3.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame3.Location = new System.Drawing.Point(8, 200); this.Frame3.Name = "Frame3"; this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame3.Size = new System.Drawing.Size(409, 137); this.Frame3.TabIndex = 13; this.Frame3.Visible = true; // // lvStocks // this.lvStocks.AllowDrop = true; this.lvStocks.BackColor = System.Drawing.SystemColors.Window; this.lvStocks.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lvStocks.ForeColor = System.Drawing.SystemColors.WindowText; this.lvStocks.FullRowSelect = true; this.lvStocks.GridLines = true; this.lvStocks.HideSelection = false; this.lvStocks.HotTracking = true; this.lvStocks.LabelEdit = false; this.lvStocks.Location = new System.Drawing.Point(8, 16); this.lvStocks.MultiSelect = false; this.lvStocks.Name = "lvStocks"; this.lvStocks.Size = new System.Drawing.Size(393, 113); this.lvStocks.TabIndex = 3; this.lvStocks.View = System.Windows.Forms.View.Details; this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_1_); this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_2_); this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_3_); this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_4_); this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_5_); this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_6_); this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_7_); this.lvStocks.Columns.Add(this.lvStocks_ColumnHeader_8_); // // lvStocks_ColumnHeader_1_ // this.lvStocks_ColumnHeader_1_.Text = "Stock ID"; this.lvStocks_ColumnHeader_1_.Width = 97; // // lvStocks_ColumnHeader_2_ // this.lvStocks_ColumnHeader_2_.Text = "Current Stock"; this.lvStocks_ColumnHeader_2_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvStocks_ColumnHeader_2_.Width = 97; // // lvStocks_ColumnHeader_3_ // this.lvStocks_ColumnHeader_3_.Text = "Initial Stock"; this.lvStocks_ColumnHeader_3_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvStocks_ColumnHeader_3_.Width = 97; // // lvStocks_ColumnHeader_4_ // this.lvStocks_ColumnHeader_4_.Text = "Price"; this.lvStocks_ColumnHeader_4_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvStocks_ColumnHeader_4_.Width = 97; // // lvStocks_ColumnHeader_5_ // this.lvStocks_ColumnHeader_5_.Text = "Stock Price"; this.lvStocks_ColumnHeader_5_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvStocks_ColumnHeader_5_.Width = 97; // // lvStocks_ColumnHeader_6_ // this.lvStocks_ColumnHeader_6_.Text = "Created"; this.lvStocks_ColumnHeader_6_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvStocks_ColumnHeader_6_.Width = 97; // // lvStocks_ColumnHeader_7_ // this.lvStocks_ColumnHeader_7_.Text = "Modified"; this.lvStocks_ColumnHeader_7_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvStocks_ColumnHeader_7_.Width = 97; // // lvStocks_ColumnHeader_8_ // this.lvStocks_ColumnHeader_8_.Text = "User"; this.lvStocks_ColumnHeader_8_.Width = 97; // // Frame1 // this.Frame1.AllowDrop = true; this.Frame1.BackColor = System.Drawing.SystemColors.Control; this.Frame1.Controls.Add(this.txtCode); this.Frame1.Controls.Add(this.txtName); this.Frame1.Controls.Add(this.cmdProducts); this.Frame1.Controls.Add(this.Label5); this.Frame1.Controls.Add(this.Label4); this.Frame1.Enabled = true; this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame1.Location = new System.Drawing.Point(8, 32); this.Frame1.Name = "Frame1"; this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame1.Size = new System.Drawing.Size(409, 65); this.Frame1.TabIndex = 9; this.Frame1.Text = "Search product "; this.Frame1.Visible = true; // // txtCode // this.txtCode.AcceptsReturn = true; this.txtCode.AllowDrop = true; this.txtCode.BackColor = System.Drawing.SystemColors.Window; this.txtCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtCode.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtCode.ForeColor = System.Drawing.SystemColors.WindowText; this.txtCode.Location = new System.Drawing.Point(112, 16); this.txtCode.MaxLength = 0; this.txtCode.Name = "txtCode"; this.txtCode.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtCode.Size = new System.Drawing.Size(97, 20); this.txtCode.TabIndex = 0; this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged); // // txtName // this.txtName.AcceptsReturn = true; this.txtName.AllowDrop = true; this.txtName.BackColor = System.Drawing.SystemColors.Window; this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtName.ForeColor = System.Drawing.SystemColors.WindowText; this.txtName.Location = new System.Drawing.Point(112, 40); this.txtName.MaxLength = 0; this.txtName.Name = "txtName"; this.txtName.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtName.Size = new System.Drawing.Size(145, 20); this.txtName.TabIndex = 1; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // cmdProducts // this.cmdProducts.AllowDrop = true; this.cmdProducts.BackColor = System.Drawing.SystemColors.Control; this.cmdProducts.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdProducts.Location = new System.Drawing.Point(360, 16); this.cmdProducts.Name = "cmdProducts"; this.cmdProducts.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdProducts.Size = new System.Drawing.Size(25, 21); this.cmdProducts.TabIndex = 10; this.cmdProducts.TabStop = false; this.cmdProducts.Text = "..."; this.cmdProducts.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdProducts.UseVisualStyleBackColor = false; this.cmdProducts.Click += new System.EventHandler(this.cmdProducts_Click); // // Label5 // this.Label5.AllowDrop = true; this.Label5.BackColor = System.Drawing.SystemColors.Control; this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label5.ForeColor = System.Drawing.SystemColors.ControlText; this.Label5.Location = new System.Drawing.Point(16, 16); this.Label5.Name = "Label5"; this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label5.Size = new System.Drawing.Size(89, 17); this.Label5.TabIndex = 12; this.Label5.Text = "Code"; // // Label4 // this.Label4.AllowDrop = true; this.Label4.BackColor = System.Drawing.SystemColors.Control; this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label4.ForeColor = System.Drawing.SystemColors.ControlText; this.Label4.Location = new System.Drawing.Point(16, 40); this.Label4.Name = "Label4"; this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label4.Size = new System.Drawing.Size(89, 17); this.Label4.TabIndex = 11; this.Label4.Text = "Name"; // // cmdClose // this.cmdClose.AllowDrop = true; this.cmdClose.BackColor = System.Drawing.SystemColors.Control; this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdClose.Location = new System.Drawing.Point(344, 504); this.cmdClose.Name = "cmdClose"; this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdClose.Size = new System.Drawing.Size(73, 25); this.cmdClose.TabIndex = 7; this.cmdClose.Text = "&Close"; this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdClose.UseVisualStyleBackColor = false; this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click); // // cmdSave // this.cmdSave.AllowDrop = true; this.cmdSave.BackColor = System.Drawing.SystemColors.Control; this.cmdSave.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdSave.Location = new System.Drawing.Point(264, 504); this.cmdSave.Name = "cmdSave"; this.cmdSave.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdSave.Size = new System.Drawing.Size(73, 25); this.cmdSave.TabIndex = 6; this.cmdSave.Text = "&Save"; this.cmdSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdSave.UseVisualStyleBackColor = false; this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click); // // lvProducts // this.lvProducts.AllowDrop = true; this.lvProducts.BackColor = System.Drawing.SystemColors.Window; this.lvProducts.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lvProducts.ForeColor = System.Drawing.SystemColors.WindowText; this.lvProducts.FullRowSelect = true; this.lvProducts.GridLines = true; this.lvProducts.HideSelection = false; this.lvProducts.HotTracking = true; this.lvProducts.LabelEdit = false; this.lvProducts.Location = new System.Drawing.Point(8, 104); this.lvProducts.MultiSelect = false; this.lvProducts.Name = "lvProducts"; this.lvProducts.Size = new System.Drawing.Size(409, 97); this.lvProducts.TabIndex = 2; this.lvProducts.View = System.Windows.Forms.View.Details; this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_1_); this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_2_); this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_3_); this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_4_); this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_5_); this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_6_); this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_7_); // // lvProducts_ColumnHeader_1_ // this.lvProducts_ColumnHeader_1_.Text = "Code"; this.lvProducts_ColumnHeader_1_.Width = 97; // // lvProducts_ColumnHeader_2_ // this.lvProducts_ColumnHeader_2_.Text = "Name"; this.lvProducts_ColumnHeader_2_.Width = 97; // // lvProducts_ColumnHeader_3_ // this.lvProducts_ColumnHeader_3_.Text = "Price"; this.lvProducts_ColumnHeader_3_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvProducts_ColumnHeader_3_.Width = 97; // // lvProducts_ColumnHeader_4_ // this.lvProducts_ColumnHeader_4_.Text = "Existence"; this.lvProducts_ColumnHeader_4_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvProducts_ColumnHeader_4_.Width = 97; // // lvProducts_ColumnHeader_5_ // this.lvProducts_ColumnHeader_5_.Text = "Ordered"; this.lvProducts_ColumnHeader_5_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvProducts_ColumnHeader_5_.Width = 97; // // lvProducts_ColumnHeader_6_ // this.lvProducts_ColumnHeader_6_.Text = "Quantity per Unit"; this.lvProducts_ColumnHeader_6_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.lvProducts_ColumnHeader_6_.Width = 97; // // lvProducts_ColumnHeader_7_ // this.lvProducts_ColumnHeader_7_.Text = "Unit"; this.lvProducts_ColumnHeader_7_.Width = 97; // // Label14 // this.Label14.AllowDrop = true; this.Label14.BackColor = System.Drawing.SystemColors.Control; this.Label14.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label14.ForeColor = System.Drawing.SystemColors.ControlText; this.Label14.Location = new System.Drawing.Point(216, 472); this.Label14.Name = "Label14"; this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label14.Size = new System.Drawing.Size(89, 17); this.Label14.TabIndex = 32; this.Label14.Text = "Adjusted quantity"; // // lblNewQuantity // this.lblNewQuantity.AllowDrop = true; this.lblNewQuantity.BackColor = System.Drawing.SystemColors.Control; this.lblNewQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lblNewQuantity.ForeColor = System.Drawing.SystemColors.ControlText; this.lblNewQuantity.Location = new System.Drawing.Point(312, 472); this.lblNewQuantity.Name = "lblNewQuantity"; this.lblNewQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblNewQuantity.Size = new System.Drawing.Size(89, 17); this.lblNewQuantity.TabIndex = 31; // // Label12 // this.Label12.AllowDrop = true; this.Label12.BackColor = System.Drawing.SystemColors.Control; this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label12.ForeColor = System.Drawing.SystemColors.ControlText; this.Label12.Location = new System.Drawing.Point(16, 472); this.Label12.Name = "Label12"; this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label12.Size = new System.Drawing.Size(89, 17); this.Label12.TabIndex = 30; this.Label12.Text = "Stock quantity"; // // lblCurrentQuantity // this.lblCurrentQuantity.AllowDrop = true; this.lblCurrentQuantity.BackColor = System.Drawing.SystemColors.Control; this.lblCurrentQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lblCurrentQuantity.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCurrentQuantity.Location = new System.Drawing.Point(112, 472); this.lblCurrentQuantity.Name = "lblCurrentQuantity"; this.lblCurrentQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblCurrentQuantity.Size = new System.Drawing.Size(89, 17); this.lblCurrentQuantity.TabIndex = 29; // // Label11 // this.Label11.AllowDrop = true; this.Label11.BackColor = System.Drawing.SystemColors.Control; this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label11.ForeColor = System.Drawing.SystemColors.ControlText; this.Label11.Location = new System.Drawing.Point(16, 376); this.Label11.Name = "Label11"; this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label11.Size = new System.Drawing.Size(65, 17); this.Label11.TabIndex = 27; this.Label11.Text = "Stock ID:"; // // Label10 // this.Label10.AllowDrop = true; this.Label10.BackColor = System.Drawing.SystemColors.Control; this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label10.ForeColor = System.Drawing.SystemColors.ControlText; this.Label10.Location = new System.Drawing.Point(216, 376); this.Label10.Name = "Label10"; this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label10.Size = new System.Drawing.Size(73, 17); this.Label10.TabIndex = 24; this.Label10.Text = "Quantity"; // // Label8 // this.Label8.AllowDrop = true; this.Label8.BackColor = System.Drawing.SystemColors.Control; this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label8.ForeColor = System.Drawing.SystemColors.ControlText; this.Label8.Location = new System.Drawing.Point(16, 344); this.Label8.Name = "Label8"; this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label8.Size = new System.Drawing.Size(89, 17); this.Label8.TabIndex = 23; this.Label8.Text = "Product"; // // Label9 // this.Label9.AllowDrop = true; this.Label9.BackColor = System.Drawing.SystemColors.Control; this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label9.ForeColor = System.Drawing.SystemColors.ControlText; this.Label9.Location = new System.Drawing.Point(272, 344); this.Label9.Name = "Label9"; this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label9.Size = new System.Drawing.Size(41, 17); this.Label9.TabIndex = 22; this.Label9.Text = "Unit"; // // Label7 // this.Label7.AllowDrop = true; this.Label7.BackColor = System.Drawing.SystemColors.Control; this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label7.ForeColor = System.Drawing.SystemColors.ControlText; this.Label7.Location = new System.Drawing.Point(216, 435); this.Label7.Name = "Label7"; this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label7.Size = new System.Drawing.Size(89, 17); this.Label7.TabIndex = 18; this.Label7.Text = "New Quantity"; // // Label6 // this.Label6.AllowDrop = true; this.Label6.BackColor = System.Drawing.SystemColors.Control; this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label6.ForeColor = System.Drawing.SystemColors.ControlText; this.Label6.Location = new System.Drawing.Point(216, 406); this.Label6.Name = "Label6"; this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label6.Size = new System.Drawing.Size(73, 17); this.Label6.TabIndex = 17; this.Label6.Text = "New Price"; // // Label2 // this.Label2.AllowDrop = true; this.Label2.BackColor = System.Drawing.SystemColors.Control; this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.Label2.Location = new System.Drawing.Point(16, 435); this.Label2.Name = "Label2"; this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label2.Size = new System.Drawing.Size(81, 17); this.Label2.TabIndex = 16; this.Label2.Text = "Quantity"; // // Label1 // this.Label1.AllowDrop = true; this.Label1.BackColor = System.Drawing.SystemColors.Control; this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.Label1.Location = new System.Drawing.Point(16, 406); this.Label1.Name = "Label1"; this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label1.Size = new System.Drawing.Size(73, 17); this.Label1.TabIndex = 15; this.Label1.Text = "Old Price"; // // Label3 // this.Label3.AllowDrop = true; this.Label3.BackColor = System.Drawing.SystemColors.Control; this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.Label3.Location = new System.Drawing.Point(16, 8); this.Label3.Name = "Label3"; this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label3.Size = new System.Drawing.Size(121, 17); this.Label3.TabIndex = 8; this.Label3.Text = "Select a product first"; // // frmAdjustStockManual // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(426, 563); this.Controls.Add(this.sbStatusBar); this.Controls.Add(this.txtStockID); this.Controls.Add(this.txtOriginalPrice); this.Controls.Add(this._txtValues_0); this.Controls.Add(this.txtQuantityPerUnit); this.Controls.Add(this.txtProductName); this.Controls.Add(this.txtUnit); this.Controls.Add(this._txtValues_1); this.Controls.Add(this.txtOriginalQuantity); this.Controls.Add(this.Frame3); this.Controls.Add(this.Frame1); this.Controls.Add(this.cmdClose); this.Controls.Add(this.cmdSave); this.Controls.Add(this.lvProducts); this.Controls.Add(this.Label14); this.Controls.Add(this.lblNewQuantity); this.Controls.Add(this.Label12); this.Controls.Add(this.lblCurrentQuantity); this.Controls.Add(this.Label11); this.Controls.Add(this.Label10); this.Controls.Add(this.Label8); this.Controls.Add(this.Label9); this.Controls.Add(this.Label7); this.Controls.Add(this.Label6); this.Controls.Add(this.Label2); this.Controls.Add(this.Label1); this.Controls.Add(this.Label3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Location = new System.Drawing.Point(3, 25); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAdjustStockManual"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Inventory Adjust"; this.Closed += new System.EventHandler(this.Form_Closed); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing); this.listViewHelper1.SetItemClickMethod(this.lvStocks, "lvStocks_ItemClick"); this.listViewHelper1.SetCorrectEventsBehavior(this.lvStocks, true); this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick"); this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true); ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit(); this.sbStatusBar.ResumeLayout(false); this.Frame3.ResumeLayout(false); this.lvStocks.ResumeLayout(false); this.Frame1.ResumeLayout(false); this.lvProducts.ResumeLayout(false); 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(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.PageControl1 = new System.Windows.Forms.TabControl(); this.TabSheet1 = new System.Windows.Forms.TabPage(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.Button1 = new System.Windows.Forms.Button(); this.Grid1 = new System.Windows.Forms.DataGridView(); this.EditMes = new System.Windows.Forms.TextBox(); this.EditAno = new System.Windows.Forms.TextBox(); this.EditVencimento = new System.Windows.Forms.TextBox(); this.EditBloqueio = new System.Windows.Forms.TextBox(); this.EditLiberado = new System.Windows.Forms.TextBox(); this.Button2 = new System.Windows.Forms.Button(); this.Memo1 = new System.Windows.Forms.RichTextBox(); this.Button3 = new System.Windows.Forms.Button(); this.Button4 = new System.Windows.Forms.Button(); this.Button5 = new System.Windows.Forms.Button(); this.Button6 = new System.Windows.Forms.Button(); this.Button7 = new System.Windows.Forms.Button(); this.EditChaveDesbloqueio = new System.Windows.Forms.TextBox(); this.TabSheet2 = new System.Windows.Forms.TabPage(); this.label8 = new System.Windows.Forms.Label(); this.Grid2 = new System.Windows.Forms.DataGridView(); this.Memo2 = new System.Windows.Forms.RichTextBox(); this.EditChaveDesbloqueioArquivo = new System.Windows.Forms.TextBox(); this.Button8 = new System.Windows.Forms.Button(); this.Button10 = new System.Windows.Forms.Button(); this.Button11 = new System.Windows.Forms.Button(); this.Button12 = new System.Windows.Forms.Button(); this.Button13 = new System.Windows.Forms.Button(); this.Button14 = new System.Windows.Forms.Button(); this.pid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pa = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pb = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pd = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pe = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pf = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.a = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.b = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.c = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.d = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.e = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.f = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Panel1.SuspendLayout(); this.PageControl1.SuspendLayout(); this.TabSheet1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Grid1)).BeginInit(); this.TabSheet2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Grid2)).BeginInit(); this.SuspendLayout(); // // Panel1 // this.Panel1.BackColor = System.Drawing.Color.Silver; this.Panel1.Controls.Add(this.label1); this.Panel1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold); this.Panel1.ForeColor = System.Drawing.Color.Black; this.Panel1.Location = new System.Drawing.Point(0, 0); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(632, 49); this.Panel1.TabIndex = 0; this.Panel1.Text = "Controle de Pagamentos"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(164, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(306, 29); this.label1.TabIndex = 0; this.label1.Text = "Controle de Pagamentos"; // // PageControl1 // this.PageControl1.Controls.Add(this.TabSheet1); this.PageControl1.Controls.Add(this.TabSheet2); this.PageControl1.Location = new System.Drawing.Point(0, 49); this.PageControl1.Name = "PageControl1"; this.PageControl1.SelectedIndex = 0; this.PageControl1.Size = new System.Drawing.Size(632, 381); this.PageControl1.TabIndex = 1; // // TabSheet1 // this.TabSheet1.Controls.Add(this.label7); this.TabSheet1.Controls.Add(this.label6); this.TabSheet1.Controls.Add(this.label5); this.TabSheet1.Controls.Add(this.label4); this.TabSheet1.Controls.Add(this.label3); this.TabSheet1.Controls.Add(this.label2); this.TabSheet1.Controls.Add(this.Button1); this.TabSheet1.Controls.Add(this.Grid1); this.TabSheet1.Controls.Add(this.EditMes); this.TabSheet1.Controls.Add(this.EditAno); this.TabSheet1.Controls.Add(this.EditVencimento); this.TabSheet1.Controls.Add(this.EditBloqueio); this.TabSheet1.Controls.Add(this.EditLiberado); this.TabSheet1.Controls.Add(this.Button2); this.TabSheet1.Controls.Add(this.Memo1); this.TabSheet1.Controls.Add(this.Button3); this.TabSheet1.Controls.Add(this.Button4); this.TabSheet1.Controls.Add(this.Button5); this.TabSheet1.Controls.Add(this.Button6); this.TabSheet1.Controls.Add(this.Button7); this.TabSheet1.Controls.Add(this.EditChaveDesbloqueio); this.TabSheet1.Location = new System.Drawing.Point(4, 22); this.TabSheet1.Name = "TabSheet1"; this.TabSheet1.Size = new System.Drawing.Size(624, 355); this.TabSheet1.TabIndex = 0; this.TabSheet1.Text = "Via Banco"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(301, 271); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(103, 13); this.label7.TabIndex = 20; this.label7.Text = "Chave Desbloqueio:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(152, 312); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(66, 13); this.label6.TabIndex = 19; this.label6.Text = "Liberado [e]:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(76, 313); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(66, 13); this.label5.TabIndex = 18; this.label5.Text = "Bloqueio [d]:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(76, 271); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(81, 13); this.label4.TabIndex = 17; this.label4.Text = "Vencimento [c]:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 312); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 16; this.label3.Text = "Ano [b]:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 271); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(45, 13); this.label2.TabIndex = 15; this.label2.Text = "Mês [a]:"; // // Button1 // this.Button1.Location = new System.Drawing.Point(397, 325); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(109, 25); this.Button1.TabIndex = 0; this.Button1.Text = "Inserir"; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // Grid1 // this.Grid1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.pid, this.pa, this.pb, this.pc, this.pd, this.pe, this.pf }); this.Grid1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.Grid1.Font = new System.Drawing.Font("Tahoma", 8F); this.Grid1.Location = new System.Drawing.Point(3, 3); this.Grid1.MultiSelect = false; this.Grid1.Name = "Grid1"; this.Grid1.RowHeadersWidth = 25; this.Grid1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.Grid1.ShowEditingIcon = false; this.Grid1.Size = new System.Drawing.Size(618, 126); this.Grid1.TabIndex = 1; // // EditMes // this.EditMes.Location = new System.Drawing.Point(8, 287); this.EditMes.Name = "EditMes"; this.EditMes.Size = new System.Drawing.Size(65, 20); this.EditMes.TabIndex = 2; // // EditAno // this.EditAno.Location = new System.Drawing.Point(8, 327); this.EditAno.Name = "EditAno"; this.EditAno.Size = new System.Drawing.Size(65, 20); this.EditAno.TabIndex = 3; // // EditVencimento // this.EditVencimento.Location = new System.Drawing.Point(79, 287); this.EditVencimento.Name = "EditVencimento"; this.EditVencimento.Size = new System.Drawing.Size(75, 20); this.EditVencimento.TabIndex = 4; // // EditBloqueio // this.EditBloqueio.Location = new System.Drawing.Point(79, 327); this.EditBloqueio.Name = "EditBloqueio"; this.EditBloqueio.Size = new System.Drawing.Size(70, 20); this.EditBloqueio.TabIndex = 5; // // EditLiberado // this.EditLiberado.Location = new System.Drawing.Point(155, 327); this.EditLiberado.Name = "EditLiberado"; this.EditLiberado.Size = new System.Drawing.Size(62, 20); this.EditLiberado.TabIndex = 6; // // Button2 // this.Button2.Location = new System.Drawing.Point(512, 325); this.Button2.Name = "Button2"; this.Button2.Size = new System.Drawing.Size(109, 25); this.Button2.TabIndex = 7; this.Button2.Text = "Consultar"; this.Button2.Click += new System.EventHandler(this.Button2_Click); // // Memo1 // this.Memo1.Location = new System.Drawing.Point(3, 135); this.Memo1.Name = "Memo1"; this.Memo1.Size = new System.Drawing.Size(502, 130); this.Memo1.TabIndex = 8; this.Memo1.Text = ""; // // Button3 // this.Button3.Location = new System.Drawing.Point(511, 135); this.Button3.Name = "Button3"; this.Button3.Size = new System.Drawing.Size(110, 25); this.Button3.TabIndex = 9; this.Button3.Text = "Decifrar"; this.Button3.Click += new System.EventHandler(this.Button3_Click); // // Button4 // this.Button4.Location = new System.Drawing.Point(511, 166); this.Button4.Name = "Button4"; this.Button4.Size = new System.Drawing.Size(110, 25); this.Button4.TabIndex = 10; this.Button4.Text = "Verificar Hash"; this.Button4.Click += new System.EventHandler(this.Button4_Click); // // Button5 // this.Button5.Location = new System.Drawing.Point(511, 209); this.Button5.Name = "Button5"; this.Button5.Size = new System.Drawing.Size(110, 25); this.Button5.TabIndex = 11; this.Button5.Text = "Verificar Adimplência"; this.Button5.Click += new System.EventHandler(this.Button5_Click); // // Button6 // this.Button6.Location = new System.Drawing.Point(511, 240); this.Button6.Name = "Button6"; this.Button6.Size = new System.Drawing.Size(110, 25); this.Button6.TabIndex = 12; this.Button6.Text = "Chave Desbloqueio"; this.Button6.Click += new System.EventHandler(this.Button6_Click); // // Button7 // this.Button7.Location = new System.Drawing.Point(511, 286); this.Button7.Name = "Button7"; this.Button7.Size = new System.Drawing.Size(110, 25); this.Button7.TabIndex = 13; this.Button7.Text = "Desbloquear Sistema"; this.Button7.Click += new System.EventHandler(this.Button7_Click); // // EditChaveDesbloqueio // this.EditChaveDesbloqueio.Location = new System.Drawing.Point(304, 288); this.EditChaveDesbloqueio.Name = "EditChaveDesbloqueio"; this.EditChaveDesbloqueio.Size = new System.Drawing.Size(202, 20); this.EditChaveDesbloqueio.TabIndex = 14; // // TabSheet2 // this.TabSheet2.Controls.Add(this.label8); this.TabSheet2.Controls.Add(this.Grid2); this.TabSheet2.Controls.Add(this.Memo2); this.TabSheet2.Controls.Add(this.EditChaveDesbloqueioArquivo); this.TabSheet2.Controls.Add(this.Button8); this.TabSheet2.Controls.Add(this.Button10); this.TabSheet2.Controls.Add(this.Button11); this.TabSheet2.Controls.Add(this.Button12); this.TabSheet2.Controls.Add(this.Button13); this.TabSheet2.Controls.Add(this.Button14); this.TabSheet2.Location = new System.Drawing.Point(4, 22); this.TabSheet2.Name = "TabSheet2"; this.TabSheet2.Size = new System.Drawing.Size(624, 355); this.TabSheet2.TabIndex = 1; this.TabSheet2.Text = "Via Arquivo"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(301, 271); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(103, 13); this.label8.TabIndex = 21; this.label8.Text = "Chave Desbloqueio:"; // // Grid2 // this.Grid2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.id, this.a, this.b, this.c, this.d, this.e, this.f }); this.Grid2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.Grid2.Font = new System.Drawing.Font("Tahoma", 8F); this.Grid2.Location = new System.Drawing.Point(3, 3); this.Grid2.MultiSelect = false; this.Grid2.Name = "Grid2"; this.Grid2.RowHeadersWidth = 25; this.Grid2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.Grid2.ShowEditingIcon = false; this.Grid2.Size = new System.Drawing.Size(618, 126); this.Grid2.TabIndex = 0; // // Memo2 // this.Memo2.Location = new System.Drawing.Point(3, 135); this.Memo2.Name = "Memo2"; this.Memo2.Size = new System.Drawing.Size(502, 130); this.Memo2.TabIndex = 1; this.Memo2.Text = ""; // // EditChaveDesbloqueioArquivo // this.EditChaveDesbloqueioArquivo.Location = new System.Drawing.Point(304, 287); this.EditChaveDesbloqueioArquivo.Name = "EditChaveDesbloqueioArquivo"; this.EditChaveDesbloqueioArquivo.Size = new System.Drawing.Size(201, 20); this.EditChaveDesbloqueioArquivo.TabIndex = 2; // // Button8 // this.Button8.Location = new System.Drawing.Point(511, 283); this.Button8.Name = "Button8"; this.Button8.Size = new System.Drawing.Size(110, 25); this.Button8.TabIndex = 3; this.Button8.Text = "Desbloquear Sistema"; this.Button8.Click += new System.EventHandler(this.Button8_Click); // // Button10 // this.Button10.Location = new System.Drawing.Point(511, 325); this.Button10.Name = "Button10"; this.Button10.Size = new System.Drawing.Size(109, 25); this.Button10.TabIndex = 4; this.Button10.Text = "Inserir"; this.Button10.Click += new System.EventHandler(this.Button10_Click); // // Button11 // this.Button11.Location = new System.Drawing.Point(511, 135); this.Button11.Name = "Button11"; this.Button11.Size = new System.Drawing.Size(110, 25); this.Button11.TabIndex = 5; this.Button11.Text = "Decifrar"; this.Button11.Click += new System.EventHandler(this.Button11_Click); // // Button12 // this.Button12.Location = new System.Drawing.Point(511, 166); this.Button12.Name = "Button12"; this.Button12.Size = new System.Drawing.Size(110, 25); this.Button12.TabIndex = 6; this.Button12.Text = "Verificar Hash"; this.Button12.Click += new System.EventHandler(this.Button12_Click); // // Button13 // this.Button13.Location = new System.Drawing.Point(511, 209); this.Button13.Name = "Button13"; this.Button13.Size = new System.Drawing.Size(110, 25); this.Button13.TabIndex = 7; this.Button13.Text = "Verificar Adimplência"; this.Button13.Click += new System.EventHandler(this.Button13_Click); // // Button14 // this.Button14.Location = new System.Drawing.Point(511, 240); this.Button14.Name = "Button14"; this.Button14.Size = new System.Drawing.Size(110, 25); this.Button14.TabIndex = 8; this.Button14.Text = "Chave Desbloqueio"; this.Button14.Click += new System.EventHandler(this.Button14_Click); // // pid // this.pid.DataPropertyName = "id"; this.pid.HeaderText = "id"; this.pid.Name = "pid"; // // pa // this.pa.DataPropertyName = "a"; this.pa.HeaderText = "a"; this.pa.Name = "pa"; // // pb // this.pb.DataPropertyName = "b"; this.pb.HeaderText = "b"; this.pb.Name = "pb"; // // pc // this.pc.DataPropertyName = "c"; this.pc.HeaderText = "c"; this.pc.Name = "pc"; // // pd // this.pd.DataPropertyName = "d"; this.pd.HeaderText = "d"; this.pd.Name = "pd"; // // pe // this.pe.DataPropertyName = "e"; this.pe.HeaderText = "e"; this.pe.Name = "pe"; // // pf // this.pf.DataPropertyName = "f"; this.pf.HeaderText = "f"; this.pf.Name = "pf"; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "id"; this.id.Name = "id"; // // a // this.a.DataPropertyName = "a"; this.a.HeaderText = "a"; this.a.Name = "a"; // // b // this.b.DataPropertyName = "b"; this.b.HeaderText = "b"; this.b.Name = "b"; // // c // this.c.DataPropertyName = "c"; this.c.HeaderText = "c"; this.c.Name = "c"; // // d // this.d.DataPropertyName = "d"; this.d.HeaderText = "d"; this.d.Name = "d"; // // e // this.e.DataPropertyName = "e"; this.e.HeaderText = "e"; this.e.Name = "e"; // // f // this.f.DataPropertyName = "f"; this.f.HeaderText = "f"; this.f.Name = "f"; // // Form1 // this.ClientSize = new System.Drawing.Size(632, 430); this.Controls.Add(this.Panel1); this.Controls.Add(this.PageControl1); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "T2Ti - Segurança"; this.Panel1.ResumeLayout(false); this.Panel1.PerformLayout(); this.PageControl1.ResumeLayout(false); this.TabSheet1.ResumeLayout(false); this.TabSheet1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.Grid1)).EndInit(); this.TabSheet2.ResumeLayout(false); this.TabSheet2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.Grid2)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.btnCalendar = new System.Windows.Forms.Button(); this.chkApprox = new System.Windows.Forms.CheckBox(); this.mainPanel = new NhsTextBox(); this.txtInput = new NhsCui.Toolkit.WinForms.NhsTextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.mainPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // btnCalendar // this.btnCalendar.BackColor = System.Drawing.SystemColors.Control; this.btnCalendar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnCalendar.FlatAppearance.BorderColor = System.Drawing.SystemColors.ControlLight; this.btnCalendar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCalendar.Location = new System.Drawing.Point(90, 0); this.btnCalendar.Name = "btnCalendar"; this.btnCalendar.Size = new System.Drawing.Size(27, 22); this.btnCalendar.TabIndex = 2; this.btnCalendar.UseVisualStyleBackColor = false; this.btnCalendar.Enter += new System.EventHandler(this.BtnCalendar_Enter); this.btnCalendar.Click += new System.EventHandler(this.Button1_Click); this.btnCalendar.Leave += new System.EventHandler(this.BtnCalendar_Leave); // // chkApprox // this.chkApprox.AutoSize = true; this.chkApprox.BackColor = System.Drawing.SystemColors.Control; this.chkApprox.Location = new System.Drawing.Point(162, 2); this.chkApprox.Name = "chkApprox"; this.chkApprox.Size = new System.Drawing.Size(15, 14); this.chkApprox.TabIndex = 3; this.chkApprox.UseVisualStyleBackColor = false; this.chkApprox.Visible = false; this.chkApprox.CheckedChanged += new System.EventHandler(this.ChkApprox_CheckedChanged); // // mainPanel // this.mainPanel.BackColor = System.Drawing.SystemColors.Control; this.mainPanel.Controls.Add(this.txtInput); this.mainPanel.Controls.Add(this.btnCalendar); this.mainPanel.Cursor = System.Windows.Forms.Cursors.Arrow; this.mainPanel.Location = new System.Drawing.Point(0, 0); this.mainPanel.Multiline = true; this.mainPanel.Name = "mainPanel"; this.mainPanel.Size = new System.Drawing.Size(125, 24); this.mainPanel.TabIndex = 0; this.mainPanel.TabStop = false; // // txtInput // this.txtInput.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtInput.Location = new System.Drawing.Point(0, 0); this.txtInput.Multiline = true; this.txtInput.Name = "txtInput"; this.txtInput.Size = new System.Drawing.Size(94, 22); this.txtInput.TabIndex = 1; this.txtInput.WordWrap = false; this.txtInput.Enter += new System.EventHandler(this.TxtInput_Enter); this.txtInput.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TxtInput_MouseClick); this.txtInput.FieldDoubleClicked += new System.EventHandler(this.TxtInput_FieldDoubleClicked); this.txtInput.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TxtInput_KeyUp); this.txtInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtInput_KeyPress); this.txtInput.Validating += new System.ComponentModel.CancelEventHandler(this.TxtInput_Validating); this.txtInput.TextChanged += new System.EventHandler(this.TxtInput_TextChanged); this.txtInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtInput_KeyDown); // // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Image = global::NhsCui.Toolkit.WinForms.Properties.Resources.calendar; this.pictureBox1.Location = new System.Drawing.Point(102, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(17, 17); this.pictureBox1.TabIndex = 4; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.PictureBox1_Click); // // DateInputBox // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.pictureBox1); this.Controls.Add(this.mainPanel); this.Controls.Add(this.chkApprox); this.Name = "DateInputBox"; this.Size = new System.Drawing.Size(130, 22); this.Leave += new System.EventHandler(this.DateInputBox_Leave); this.FontChanged += new System.EventHandler(this.DateInputBox_FontChanged); this.Resize += new System.EventHandler(this.DateInputBox_Resize); this.ForeColorChanged += new System.EventHandler(this.DateInputBox_ForeColorChanged); this.mainPanel.ResumeLayout(false); this.mainPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Label2 = new System.Windows.Forms.Label(); this.ButtonOK = new System.Windows.Forms.Button(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.Label1 = new System.Windows.Forms.Label(); this.GroupBox2 = new System.Windows.Forms.GroupBox(); this.Label3 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.Label5 = new System.Windows.Forms.Label(); this.Label6 = new System.Windows.Forms.Label(); this.Label7 = new System.Windows.Forms.Label(); this.Label8 = new System.Windows.Forms.Label(); this.LabProductName = new System.Windows.Forms.Label(); this.LabVersion = new System.Windows.Forms.Label(); this.LabUpDateTime = new System.Windows.Forms.Label(); this.LabProgram = new System.Windows.Forms.Label(); this.LabWebSite = new System.Windows.Forms.Label(); this.LabBbsSite = new System.Windows.Forms.Label(); this.GroupBox1.SuspendLayout(); this.GroupBox2.SuspendLayout(); this.SuspendLayout(); // // Label2 // this.Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Label2.Location = new System.Drawing.Point(11, 263); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(294, 36); this.Label2.TabIndex = 0; this.Label2.Text = "本程序只适用于中华人民共和国法律允许范围内的个人\r娱乐,不得用于商业盈利性经营,如因此造成的后果自\r负与本软件无关。"; // // ButtonOK // this.ButtonOK.Location = new System.Drawing.Point(306, 268); this.ButtonOK.Name = "ButtonOK"; this.ButtonOK.Size = new System.Drawing.Size(75, 25); this.ButtonOK.TabIndex = 0; this.ButtonOK.Text = "确定(&O)"; this.ButtonOK.Click += new System.EventHandler(this.ButtonOKClick); // // GroupBox1 // this.GroupBox1.Controls.Add(this.Label1); this.GroupBox1.Location = new System.Drawing.Point(9, 168); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(373, 85); this.GroupBox1.TabIndex = 1; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "版权声明"; // // Label1 // this.Label1.Location = new System.Drawing.Point(13, 16); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(348, 62); this.Label1.TabIndex = 0; this.Label1.Text = "本计算机程序受中华人民共和国知识产权与版权保护,如未经授权\r而擅自复制或传播本程序(或其中任何部分),将受到严厉的民事\r及刑事制裁,并在法律许可的范围内受到最大可" + "能的起诉。"; // // GroupBox2 // this.GroupBox2.Controls.Add(this.LabBbsSite); this.GroupBox2.Controls.Add(this.LabWebSite); this.GroupBox2.Controls.Add(this.LabProgram); this.GroupBox2.Controls.Add(this.LabUpDateTime); this.GroupBox2.Controls.Add(this.LabVersion); this.GroupBox2.Controls.Add(this.LabProductName); this.GroupBox2.Controls.Add(this.Label3); this.GroupBox2.Controls.Add(this.Label4); this.GroupBox2.Controls.Add(this.Label5); this.GroupBox2.Controls.Add(this.Label6); this.GroupBox2.Controls.Add(this.Label7); this.GroupBox2.Controls.Add(this.Label8); this.GroupBox2.Location = new System.Drawing.Point(9, 4); this.GroupBox2.Name = "GroupBox2"; this.GroupBox2.Size = new System.Drawing.Size(380, 157); this.GroupBox2.TabIndex = 2; this.GroupBox2.TabStop = false; this.GroupBox2.Text = "版本信息"; // // Label3 // this.Label3.Location = new System.Drawing.Point(6, 25); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(60, 12); this.Label3.TabIndex = 0; this.Label3.Text = "软件名称:"; // // Label4 // this.Label4.Location = new System.Drawing.Point(6, 45); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(60, 12); this.Label4.TabIndex = 1; this.Label4.Text = "软件版本:"; // // Label5 // this.Label5.Location = new System.Drawing.Point(6, 65); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(60, 12); this.Label5.TabIndex = 2; this.Label5.Text = "更新日期:"; // // Label6 // this.Label6.Location = new System.Drawing.Point(6, 85); this.Label6.Name = "Label6"; this.Label6.Size = new System.Drawing.Size(60, 12); this.Label6.TabIndex = 3; this.Label6.Text = "程序制作:"; // // Label7 // this.Label7.Location = new System.Drawing.Point(6, 105); this.Label7.Name = "Label7"; this.Label7.Size = new System.Drawing.Size(60, 12); this.Label7.TabIndex = 4; this.Label7.Text = "官 方 站:"; // // Label8 // this.Label8.Location = new System.Drawing.Point(6, 124); this.Label8.Name = "Label8"; this.Label8.Size = new System.Drawing.Size(60, 12); this.Label8.TabIndex = 5; this.Label8.Text = "程 序 站:"; // // LabProductName // this.LabProductName.AutoSize = true; this.LabProductName.Location = new System.Drawing.Point(68, 25); this.LabProductName.Name = "LabProductName"; this.LabProductName.Size = new System.Drawing.Size(41, 12); this.LabProductName.TabIndex = 6; this.LabProductName.Text = "label9"; // // LabVersion // this.LabVersion.AutoSize = true; this.LabVersion.Location = new System.Drawing.Point(67, 45); this.LabVersion.Name = "LabVersion"; this.LabVersion.Size = new System.Drawing.Size(41, 12); this.LabVersion.TabIndex = 7; this.LabVersion.Text = "label9"; // // LabUpDateTime // this.LabUpDateTime.AutoSize = true; this.LabUpDateTime.Location = new System.Drawing.Point(67, 66); this.LabUpDateTime.Name = "LabUpDateTime"; this.LabUpDateTime.Size = new System.Drawing.Size(41, 12); this.LabUpDateTime.TabIndex = 8; this.LabUpDateTime.Text = "label9"; // // LabProgram // this.LabProgram.AutoSize = true; this.LabProgram.Location = new System.Drawing.Point(67, 85); this.LabProgram.Name = "LabProgram"; this.LabProgram.Size = new System.Drawing.Size(41, 12); this.LabProgram.TabIndex = 9; this.LabProgram.Text = "label9"; // // LabWebSite // this.LabWebSite.AutoSize = true; this.LabWebSite.Location = new System.Drawing.Point(68, 105); this.LabWebSite.Name = "LabWebSite"; this.LabWebSite.Size = new System.Drawing.Size(41, 12); this.LabWebSite.TabIndex = 10; this.LabWebSite.Text = "label9"; // // LabBbsSite // this.LabBbsSite.AutoSize = true; this.LabBbsSite.Location = new System.Drawing.Point(67, 124); this.LabBbsSite.Name = "LabBbsSite"; this.LabBbsSite.Size = new System.Drawing.Size(41, 12); this.LabBbsSite.TabIndex = 11; this.LabBbsSite.Text = "label9"; // // TFrmAbout // this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(394, 306); this.Controls.Add(this.Label2); this.Controls.Add(this.ButtonOK); this.Controls.Add(this.GroupBox1); this.Controls.Add(this.GroupBox2); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Location = new System.Drawing.Point(348, 237); this.MaximizeBox = false; this.Name = "TFrmAbout"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "关于"; this.GroupBox1.ResumeLayout(false); this.GroupBox2.ResumeLayout(false); this.GroupBox2.PerformLayout(); this.ResumeLayout(false); }
public void SetTooltip(System.Windows.Forms.ToolTip tooltip) { this.tooltip = tooltip; }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ToolBar1 = new System.Windows.Forms.ToolStrip(); this.tbImageSave = new System.Windows.Forms.ToolStripButton(); this.tbs1 = new System.Windows.Forms.ToolStripSeparator(); this.tbGens = new System.Windows.Forms.ToolStripDropDownButton(); this.MenuGens = new System.Windows.Forms.ContextMenuStrip(this.components); this.miGensInf = new System.Windows.Forms.ToolStripMenuItem(); this.miGens1 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens2 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens3 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens4 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens5 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens6 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens7 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens8 = new System.Windows.Forms.ToolStripMenuItem(); this.miGens9 = new System.Windows.Forms.ToolStripMenuItem(); this.tbs2 = new System.Windows.Forms.ToolStripSeparator(); this.tbModes = new System.Windows.Forms.ToolStripDropDownButton(); this.MenuModes = new System.Windows.Forms.ContextMenuStrip(this.components); this.miModeBoth = new System.Windows.Forms.ToolStripMenuItem(); this.miModeAncestors = new System.Windows.Forms.ToolStripMenuItem(); this.miModeDescendants = new System.Windows.Forms.ToolStripMenuItem(); this.N7 = new System.Windows.Forms.ToolStripSeparator(); this.miTraceSelected = new System.Windows.Forms.ToolStripMenuItem(); this.miTraceKinships = new System.Windows.Forms.ToolStripMenuItem(); this.miCertaintyIndex = new System.Windows.Forms.ToolStripMenuItem(); this.N8 = new System.Windows.Forms.ToolStripSeparator(); this.miFillColor = new System.Windows.Forms.ToolStripMenuItem(); this.miFillImage = new System.Windows.Forms.ToolStripMenuItem(); this.N9 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tbFilter = new System.Windows.Forms.ToolStripButton(); this.tbPrev = new System.Windows.Forms.ToolStripButton(); this.tbNext = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tbDocPreview = new System.Windows.Forms.ToolStripButton(); this.tbDocPrint = new System.Windows.Forms.ToolStripButton(); this.MenuPerson = new System.Windows.Forms.ContextMenuStrip(this.components); this.miEdit = new System.Windows.Forms.ToolStripMenuItem(); this.N1 = new System.Windows.Forms.ToolStripSeparator(); this.miFatherAdd = new System.Windows.Forms.ToolStripMenuItem(); this.miMotherAdd = new System.Windows.Forms.ToolStripMenuItem(); this.miFamilyAdd = new System.Windows.Forms.ToolStripMenuItem(); this.miSpouseAdd = new System.Windows.Forms.ToolStripMenuItem(); this.miSonAdd = new System.Windows.Forms.ToolStripMenuItem(); this.miDaughterAdd = new System.Windows.Forms.ToolStripMenuItem(); this.N2 = new System.Windows.Forms.ToolStripSeparator(); this.miDelete = new System.Windows.Forms.ToolStripMenuItem(); this.N11 = new System.Windows.Forms.ToolStripSeparator(); this.miGoToRecord = new System.Windows.Forms.ToolStripMenuItem(); this.N3 = new System.Windows.Forms.ToolStripSeparator(); this.miRebuildTree = new System.Windows.Forms.ToolStripMenuItem(); this.miRebuildKinships = new System.Windows.Forms.ToolStripMenuItem(); this.N10 = new System.Windows.Forms.ToolStripSeparator(); this.miSelectColor = new System.Windows.Forms.ToolStripMenuItem(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.ToolBar1.SuspendLayout(); this.MenuGens.SuspendLayout(); this.MenuModes.SuspendLayout(); this.MenuPerson.SuspendLayout(); this.SuspendLayout(); // // ToolBar1 // this.ToolBar1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20); this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbImageSave, this.tbs1, this.tbGens, this.tbs2, this.tbModes, this.toolStripSeparator1, this.tbFilter, this.tbPrev, this.tbNext, this.toolStripSeparator2, this.tbDocPreview, this.tbDocPrint }); this.ToolBar1.Location = new System.Drawing.Point(0, 0); this.ToolBar1.Name = "ToolBar1"; this.ToolBar1.Size = new System.Drawing.Size(658, 25); this.ToolBar1.TabIndex = 0; // // tbImageSave // this.tbImageSave.Name = "tbImageSave"; this.tbImageSave.Size = new System.Drawing.Size(23, 22); this.tbImageSave.Click += new System.EventHandler(this.tbImageSave_Click); // // tbs1 // this.tbs1.Name = "tbs1"; this.tbs1.Size = new System.Drawing.Size(6, 25); // // tbGens // this.tbGens.DropDown = this.MenuGens; this.tbGens.Name = "tbGens"; this.tbGens.Size = new System.Drawing.Size(57, 22); this.tbGens.Text = "tbGens"; // // MenuGens // this.MenuGens.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miGensInf, this.miGens1, this.miGens2, this.miGens3, this.miGens4, this.miGens5, this.miGens6, this.miGens7, this.miGens8, this.miGens9 }); this.MenuGens.Name = "MenuGens"; this.MenuGens.OwnerItem = this.tbGens; this.MenuGens.Size = new System.Drawing.Size(89, 224); // // miGensInf // this.miGensInf.Checked = true; this.miGensInf.CheckState = System.Windows.Forms.CheckState.Checked; this.miGensInf.Name = "miGensInf"; this.miGensInf.Size = new System.Drawing.Size(88, 22); this.miGensInf.Text = "Inf"; this.miGensInf.Click += new System.EventHandler(this.miGens9_Click); // // miGens1 // this.miGens1.Name = "miGens1"; this.miGens1.Size = new System.Drawing.Size(88, 22); this.miGens1.Text = "1"; this.miGens1.Click += new System.EventHandler(this.miGens9_Click); // // miGens2 // this.miGens2.Name = "miGens2"; this.miGens2.Size = new System.Drawing.Size(88, 22); this.miGens2.Text = "2"; this.miGens2.Click += new System.EventHandler(this.miGens9_Click); // // miGens3 // this.miGens3.Name = "miGens3"; this.miGens3.Size = new System.Drawing.Size(88, 22); this.miGens3.Text = "3"; this.miGens3.Click += new System.EventHandler(this.miGens9_Click); // // miGens4 // this.miGens4.Name = "miGens4"; this.miGens4.Size = new System.Drawing.Size(88, 22); this.miGens4.Text = "4"; this.miGens4.Click += new System.EventHandler(this.miGens9_Click); // // miGens5 // this.miGens5.Name = "miGens5"; this.miGens5.Size = new System.Drawing.Size(88, 22); this.miGens5.Text = "5"; this.miGens5.Click += new System.EventHandler(this.miGens9_Click); // // miGens6 // this.miGens6.Name = "miGens6"; this.miGens6.Size = new System.Drawing.Size(88, 22); this.miGens6.Text = "6"; this.miGens6.Click += new System.EventHandler(this.miGens9_Click); // // miGens7 // this.miGens7.Name = "miGens7"; this.miGens7.Size = new System.Drawing.Size(88, 22); this.miGens7.Text = "7"; this.miGens7.Click += new System.EventHandler(this.miGens9_Click); // // miGens8 // this.miGens8.Name = "miGens8"; this.miGens8.Size = new System.Drawing.Size(88, 22); this.miGens8.Text = "8"; this.miGens8.Click += new System.EventHandler(this.miGens9_Click); // // miGens9 // this.miGens9.Name = "miGens9"; this.miGens9.Size = new System.Drawing.Size(88, 22); this.miGens9.Text = "9"; this.miGens9.Click += new System.EventHandler(this.miGens9_Click); // // tbs2 // this.tbs2.Name = "tbs2"; this.tbs2.Size = new System.Drawing.Size(6, 25); // // tbModes // this.tbModes.DropDown = this.MenuModes; this.tbModes.Name = "tbModes"; this.tbModes.Size = new System.Drawing.Size(13, 22); // // MenuModes // this.MenuModes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miModeBoth, this.miModeAncestors, this.miModeDescendants, this.N7, this.miTraceSelected, this.miTraceKinships, this.miCertaintyIndex, this.N8, this.miFillColor, this.miFillImage, this.N9 }); this.MenuModes.Name = "MenuModes"; this.MenuModes.OwnerItem = this.tbModes; this.MenuModes.Size = new System.Drawing.Size(187, 198); // // miModeBoth // this.miModeBoth.Name = "miModeBoth"; this.miModeBoth.Size = new System.Drawing.Size(186, 22); this.miModeBoth.Text = "miModeBoth"; this.miModeBoth.Click += new System.EventHandler(this.miModeItem_Click); // // miModeAncestors // this.miModeAncestors.Name = "miModeAncestors"; this.miModeAncestors.Size = new System.Drawing.Size(186, 22); this.miModeAncestors.Text = "miModeAncestors"; this.miModeAncestors.Click += new System.EventHandler(this.miModeItem_Click); // // miModeDescendants // this.miModeDescendants.Name = "miModeDescendants"; this.miModeDescendants.Size = new System.Drawing.Size(186, 22); this.miModeDescendants.Text = "miModeDescendants"; this.miModeDescendants.Click += new System.EventHandler(this.miModeItem_Click); // // N7 // this.N7.Name = "N7"; this.N7.Size = new System.Drawing.Size(183, 6); // // miTraceSelected // this.miTraceSelected.Name = "miTraceSelected"; this.miTraceSelected.Size = new System.Drawing.Size(186, 22); this.miTraceSelected.Text = "miTraceSelected"; this.miTraceSelected.Click += new System.EventHandler(this.miTraceSelected_Click); // // miTraceKinships // this.miTraceKinships.Name = "miTraceKinships"; this.miTraceKinships.Size = new System.Drawing.Size(186, 22); this.miTraceKinships.Text = "miTraceKinships"; this.miTraceKinships.Click += new System.EventHandler(this.miTraceKinships_Click); // // miCertaintyIndex // this.miCertaintyIndex.Name = "miCertaintyIndex"; this.miCertaintyIndex.Size = new System.Drawing.Size(186, 22); this.miCertaintyIndex.Text = "miCertaintyIndex"; this.miCertaintyIndex.Click += new System.EventHandler(this.miCertaintyIndex_Click); // // N8 // this.N8.Name = "N8"; this.N8.Size = new System.Drawing.Size(183, 6); // // miFillColor // this.miFillColor.Name = "miFillColor"; this.miFillColor.Size = new System.Drawing.Size(186, 22); this.miFillColor.Text = "miFillColor"; this.miFillColor.Click += new System.EventHandler(this.miFillColor_Click); // // miFillImage // this.miFillImage.Name = "miFillImage"; this.miFillImage.Size = new System.Drawing.Size(186, 22); this.miFillImage.Text = "miFillImage"; this.miFillImage.Click += new System.EventHandler(this.miFillImage_Click); // // N9 // this.N9.Name = "N9"; this.N9.Size = new System.Drawing.Size(183, 6); this.N9.Visible = false; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tbFilter // this.tbFilter.ImageTransparentColor = System.Drawing.Color.White; this.tbFilter.Name = "tbFilter"; this.tbFilter.Size = new System.Drawing.Size(23, 22); this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick); // // tbPrev // this.tbPrev.Enabled = false; this.tbPrev.Name = "tbPrev"; this.tbPrev.Size = new System.Drawing.Size(23, 22); this.tbPrev.Click += new System.EventHandler(this.ToolBar1_ButtonClick); // // tbNext // this.tbNext.Enabled = false; this.tbNext.Name = "tbNext"; this.tbNext.Size = new System.Drawing.Size(23, 22); this.tbNext.Click += new System.EventHandler(this.ToolBar1_ButtonClick); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // tbDocPreview // this.tbDocPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tbDocPreview.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbDocPreview.Name = "tbDocPreview"; this.tbDocPreview.Size = new System.Drawing.Size(23, 22); this.tbDocPreview.Text = "toolStripButton1"; this.tbDocPreview.Click += new System.EventHandler(this.tbDocPreview_Click); // // tbDocPrint // this.tbDocPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tbDocPrint.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbDocPrint.Name = "tbDocPrint"; this.tbDocPrint.Size = new System.Drawing.Size(23, 22); this.tbDocPrint.Text = "toolStripButton2"; this.tbDocPrint.Click += new System.EventHandler(this.tbDocPrint_Click); // // MenuPerson // this.MenuPerson.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miEdit, this.N1, this.miFatherAdd, this.miMotherAdd, this.miFamilyAdd, this.miSpouseAdd, this.miSonAdd, this.miDaughterAdd, this.N2, this.miDelete, this.N11, this.miGoToRecord, this.N3, this.miRebuildTree, this.miRebuildKinships, this.N10, this.miSelectColor }); this.MenuPerson.Name = "MenuPerson"; this.MenuPerson.Size = new System.Drawing.Size(173, 320); this.MenuPerson.Opening += new System.ComponentModel.CancelEventHandler(this.MenuPerson_Opening); // // miEdit // this.miEdit.Name = "miEdit"; this.miEdit.Size = new System.Drawing.Size(172, 22); this.miEdit.Text = "miEdit"; this.miEdit.Click += new System.EventHandler(this.miEdit_Click); // // N1 // this.N1.Name = "N1"; this.N1.Size = new System.Drawing.Size(169, 6); // // miFatherAdd // this.miFatherAdd.Name = "miFatherAdd"; this.miFatherAdd.Size = new System.Drawing.Size(172, 22); this.miFatherAdd.Text = "miFatherAdd"; this.miFatherAdd.Click += new System.EventHandler(this.miFatherAdd_Click); // // miMotherAdd // this.miMotherAdd.Name = "miMotherAdd"; this.miMotherAdd.Size = new System.Drawing.Size(172, 22); this.miMotherAdd.Text = "miMotherAdd"; this.miMotherAdd.Click += new System.EventHandler(this.miMotherAdd_Click); // // miFamilyAdd // this.miFamilyAdd.Name = "miFamilyAdd"; this.miFamilyAdd.Size = new System.Drawing.Size(172, 22); this.miFamilyAdd.Text = "miFamilyAdd"; this.miFamilyAdd.Click += new System.EventHandler(this.miFamilyAdd_Click); // // miSpouseAdd // this.miSpouseAdd.Name = "miSpouseAdd"; this.miSpouseAdd.Size = new System.Drawing.Size(172, 22); this.miSpouseAdd.Text = "miSpouseAdd"; this.miSpouseAdd.Click += new System.EventHandler(this.miSpouseAdd_Click); // // miSonAdd // this.miSonAdd.Name = "miSonAdd"; this.miSonAdd.Size = new System.Drawing.Size(172, 22); this.miSonAdd.Text = "miSonAdd"; this.miSonAdd.Click += new System.EventHandler(this.miSonAdd_Click); // // miDaughterAdd // this.miDaughterAdd.Name = "miDaughterAdd"; this.miDaughterAdd.Size = new System.Drawing.Size(172, 22); this.miDaughterAdd.Text = "miDaughterAdd"; this.miDaughterAdd.Click += new System.EventHandler(this.miDaughterAdd_Click); // // N2 // this.N2.Name = "N2"; this.N2.Size = new System.Drawing.Size(169, 6); // // miDelete // this.miDelete.Name = "miDelete"; this.miDelete.Size = new System.Drawing.Size(172, 22); this.miDelete.Text = "miDelete"; this.miDelete.Click += new System.EventHandler(this.miDelete_Click); // // N11 // this.N11.Name = "N11"; this.N11.Size = new System.Drawing.Size(169, 6); // // miGoToRecord // this.miGoToRecord.Name = "miGoToRecord"; this.miGoToRecord.Size = new System.Drawing.Size(172, 22); this.miGoToRecord.Text = "miGoToRecord"; this.miGoToRecord.Click += new System.EventHandler(this.miGoToRecord_Click); // // N3 // this.N3.Name = "N3"; this.N3.Size = new System.Drawing.Size(169, 6); // // miRebuildTree // this.miRebuildTree.Name = "miRebuildTree"; this.miRebuildTree.Size = new System.Drawing.Size(172, 22); this.miRebuildTree.Text = "miRebuildTree"; this.miRebuildTree.Click += new System.EventHandler(this.miRebuildTree_Click); // // miRebuildKinships // this.miRebuildKinships.Name = "miRebuildKinships"; this.miRebuildKinships.Size = new System.Drawing.Size(172, 22); this.miRebuildKinships.Text = "miRebuildKinships"; this.miRebuildKinships.Click += new System.EventHandler(this.miRebuildKinships_Click); // // N10 // this.N10.Name = "N10"; this.N10.Size = new System.Drawing.Size(169, 6); // // miSelectColor // this.miSelectColor.Name = "miSelectColor"; this.miSelectColor.Size = new System.Drawing.Size(172, 22); this.miSelectColor.Text = "miSelectColor"; this.miSelectColor.Click += new System.EventHandler(this.miSelectColor_Click); // // TreeChartWin // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(658, 362); this.Controls.Add(this.ToolBar1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "TreeChartWin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "TreeChartWin"; this.Title = "TreeChartWin"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TreeChartWin_KeyDown); this.Controls.SetChildIndex(this.ToolBar1, 0); this.ToolBar1.ResumeLayout(false); this.ToolBar1.PerformLayout(); this.MenuGens.ResumeLayout(false); this.MenuModes.ResumeLayout(false); this.MenuPerson.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.chkSavePassword = new System.Windows.Forms.CheckBox(); this.chkLocalConnection = new System.Windows.Forms.CheckBox(); this.btnTest = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.lblPassword = new System.Windows.Forms.Label(); this.txtUserName = new System.Windows.Forms.TextBox(); this.lblUserName = new System.Windows.Forms.Label(); this.txtServerName = new System.Windows.Forms.TextBox(); this.txtDomainName = new System.Windows.Forms.TextBox(); this.lblServerName = new System.Windows.Forms.Label(); this.lblDomainName = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnConnect = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.lblDescription = new System.Windows.Forms.Label(); this.CredentialToolTip = new System.Windows.Forms.ToolTip(this.components); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.chkSavePassword); this.panel1.Controls.Add(this.chkLocalConnection); this.panel1.Controls.Add(this.btnTest); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.txtPassword); this.panel1.Controls.Add(this.lblPassword); this.panel1.Controls.Add(this.txtUserName); this.panel1.Controls.Add(this.lblUserName); this.panel1.Controls.Add(this.txtServerName); this.panel1.Controls.Add(this.txtDomainName); this.panel1.Controls.Add(this.lblServerName); this.panel1.Controls.Add(this.lblDomainName); this.panel1.Controls.Add(this.btnCancel); this.panel1.Controls.Add(this.btnConnect); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(283, 266); this.panel1.TabIndex = 0; // // chkSavePassword // this.chkSavePassword.Location = new System.Drawing.Point(29, 194); this.chkSavePassword.Name = "chkSavePassword"; this.chkSavePassword.Size = new System.Drawing.Size(253, 31); this.chkSavePassword.TabIndex = 15; this.chkSavePassword.Text = "Save password in Windows Stored User Names and Passwords applet "; this.chkSavePassword.UseVisualStyleBackColor = true; // // chkLocalConnection // this.chkLocalConnection.AutoSize = true; this.chkLocalConnection.Location = new System.Drawing.Point(16, 105); this.chkLocalConnection.Name = "chkLocalConnection"; this.chkLocalConnection.Size = new System.Drawing.Size(134, 17); this.chkLocalConnection.TabIndex = 14; this.chkLocalConnection.Text = "Login using credentials"; this.chkLocalConnection.UseVisualStyleBackColor = true; this.chkLocalConnection.CheckedChanged += new System.EventHandler(this.chkLocalConnection_CheckedChanged); // // btnTest // this.btnTest.Location = new System.Drawing.Point(14, 238); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(75, 23); this.btnTest.TabIndex = 13; this.btnTest.Text = "&Test"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // groupBox2 // this.groupBox2.Location = new System.Drawing.Point(-1, 224); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(289, 10); this.groupBox2.TabIndex = 12; this.groupBox2.TabStop = false; // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(1, 17); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(316, 10); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(96, 167); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(184, 20); this.txtPassword.TabIndex = 10; this.txtPassword.UseSystemPasswordChar = true; // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.Location = new System.Drawing.Point(13, 167); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(56, 13); this.lblPassword.TabIndex = 9; this.lblPassword.Text = "Password:"******"txtUserName"; this.txtUserName.Size = new System.Drawing.Size(184, 20); this.txtUserName.TabIndex = 8; // // lblUserName // this.lblUserName.AutoSize = true; this.lblUserName.Location = new System.Drawing.Point(13, 134); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(63, 13); this.lblUserName.TabIndex = 7; this.lblUserName.Text = "User Name:"; // // txtServerName // this.txtServerName.Location = new System.Drawing.Point(96, 72); this.txtServerName.Name = "txtServerName"; this.txtServerName.Size = new System.Drawing.Size(184, 20); this.txtServerName.TabIndex = 6; // // txtDomainName // this.txtDomainName.Location = new System.Drawing.Point(96, 37); this.txtDomainName.Name = "txtDomainName"; this.txtDomainName.Size = new System.Drawing.Size(184, 20); this.txtDomainName.TabIndex = 5; // // lblServerName // this.lblServerName.AutoSize = true; this.lblServerName.Location = new System.Drawing.Point(13, 79); this.lblServerName.Name = "lblServerName"; this.lblServerName.Size = new System.Drawing.Size(72, 13); this.lblServerName.TabIndex = 4; this.lblServerName.Text = "Server Name:"; // // lblDomainName // this.lblDomainName.AutoSize = true; this.lblDomainName.Location = new System.Drawing.Point(13, 40); this.lblDomainName.Name = "lblDomainName"; this.lblDomainName.Size = new System.Drawing.Size(77, 13); this.lblDomainName.TabIndex = 3; this.lblDomainName.Text = "Domain Name:"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(203, 238); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(122, 238); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(75, 23); this.btnConnect.TabIndex = 1; this.btnConnect.Text = "&Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // panel2 // this.panel2.Controls.Add(this.lblDescription); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(283, 22); this.panel2.TabIndex = 0; // // lblDescription // this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill; this.lblDescription.Location = new System.Drawing.Point(0, 0); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(283, 22); this.lblDescription.TabIndex = 0; this.lblDescription.Text = "Enter the credentials for connecting to server/workstation"; // // UserCredentials // this.AcceptButton = this.btnConnect; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(283, 266); this.ControlBox = false; this.Controls.Add(this.panel1); this.MaximizeBox = false; this.Name = "UserCredentials"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "User Credentials"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(this.GetType()); this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); this.Location = new System.Drawing.Point(8, 30); this.ClientSize = new System.Drawing.Size(582, 430); this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.AutoScaleBaseSize = new System.Drawing.Size(725, 1698); this.TDBGrid1 = new AxTrueOleDBGrid60.AxTDBGrid(); this.Adodc1 = new AxMSAdodcLib.AxAdodc(); this.Frame1 = new System.Windows.Forms.GroupBox(); this.Command2 = new System.Windows.Forms.Button(); this.Command1 = new System.Windows.Forms.Button(); this.Text5 = new System.Windows.Forms.TextBox(); this.Text4 = new System.Windows.Forms.TextBox(); this.Text3 = new System.Windows.Forms.TextBox(); this.Text2 = new System.Windows.Forms.TextBox(); this.Text1 = new System.Windows.Forms.TextBox(); this.Label6 = new System.Windows.Forms.Label(); this.Label5 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.Name = "setupplafoniuranlintang"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form_Load); ((System.ComponentModel.ISupportInitialize)(this.TDBGrid1)).BeginInit(); this.TDBGrid1.Size = new System.Drawing.Size(217, 73); this.TDBGrid1.Location = new System.Drawing.Point(16, 336); this.TDBGrid1.Name = "TDBGrid1"; this.TDBGrid1.TabIndex = 14; this.TDBGrid1.Enabled = true; ((System.ComponentModel.ISupportInitialize)(this.Adodc1)).BeginInit(); this.Adodc1.Size = new System.Drawing.Size(81, 22); this.Adodc1.Location = new System.Drawing.Point(280, 336); this.Adodc1.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Adodc1.ConnectionTimeout = 15; this.Adodc1.CommandTimeout = 30; this.Adodc1.OLEDBFile = ""; this.Adodc1.Password = ""; this.Adodc1.RecordSource = "plafoniuranlintang"; this.Adodc1.EOFAction = MSAdodcLib.EOFActionEnum.adDoMoveLast; this.Adodc1.BackColor = System.Drawing.SystemColors.WindowText; this.Adodc1.Appearance = MSAdodcLib.AppearanceEnum.ad3DBevel; this.Adodc1.Name = "Adodc1"; this.Adodc1.Text = "Adodc1"; this.Adodc1.ConnectStringType = MSAdodcLib.ConnectStringTypeEnum.adConnectTypeOledb; this.Adodc1.OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\DBJALINAN\\DBJALINAN2.mdb;Persist Security Info=False"; this.Adodc1.CommandType = MSAdodcLib.CommandTypeEnum.adCmdTable; this.Adodc1.BOFAction = MSAdodcLib.BOFActionEnum.adDoMoveFirst; this.Adodc1.CacheSize = 50; this.Adodc1.Orientation = MSAdodcLib.OrientationEnum.adHorizontal; this.Adodc1.Enabled = true; this.Adodc1.IsolationLevel = ADODB.IsolationLevelEnum.adXactUnspecified; this.Adodc1.MaxRecords = 0; this.Adodc1.LockType = ADODB.LockTypeEnum.adLockOptimistic; this.Adodc1.UserName = ""; this.Adodc1.DataSourceName = ""; this.Adodc1.ForeColor = System.Drawing.SystemColors.WindowText; this.Adodc1.CursorLocation = MSAdodcLib.CursorLocationEnum.adUseClient; this.Adodc1.OtherAttributes = ""; this.Adodc1.CursorType = MSAdodcLib.CursorTypeEnum.adOpenStatic; this.Frame1.Size = new System.Drawing.Size(433, 297); this.Frame1.Location = new System.Drawing.Point(8, 8); this.Frame1.SuspendLayout(); this.Frame1.Text = "Frame1"; this.Frame1.Name = "Frame1"; this.Frame1.TabIndex = 0; this.Frame1.Enabled = true; this.Command2.Size = new System.Drawing.Size(81, 33); this.Command2.Location = new System.Drawing.Point(216, 256); this.Command2.Text = "&Keluar"; this.Command2.Name = "Command2"; this.Command2.TabIndex = 13; this.Command2.Enabled = true; this.Command2.Click += new System.EventHandler(this.Command2_Click); this.Command1.Size = new System.Drawing.Size(81, 33); this.Command1.Location = new System.Drawing.Point(128, 256); this.Command1.Text = "&Simpan"; this.Command1.Name = "Command1"; this.Command1.TabIndex = 12; this.Command1.Enabled = true; this.Command1.Click += new System.EventHandler(this.Command1_Click); this.Text5.Size = new System.Drawing.Size(177, 26); this.Text5.Location = new System.Drawing.Point(216, 200); this.Text5.Name = "Text5"; this.Text5.Text = "Text5"; this.Text5.TabIndex = 10; this.Text5.Enabled = true; this.Text5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Text5_KeyPress); this.Text4.Size = new System.Drawing.Size(177, 26); this.Text4.Location = new System.Drawing.Point(216, 152); this.Text4.Name = "Text4"; this.Text4.Text = "Text4"; this.Text4.TabIndex = 9; this.Text4.Enabled = true; this.Text4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Text4_KeyPress); this.Text3.Size = new System.Drawing.Size(177, 26); this.Text3.Location = new System.Drawing.Point(216, 104); this.Text3.Name = "Text3"; this.Text3.Text = "Text3"; this.Text3.TabIndex = 8; this.Text3.Enabled = true; this.Text3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Text3_KeyPress); this.Text2.Size = new System.Drawing.Size(177, 26); this.Text2.Location = new System.Drawing.Point(216, 56); this.Text2.Name = "Text2"; this.Text2.Text = "Text2"; this.Text2.TabIndex = 7; this.Text2.Enabled = true; this.Text2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Text2_KeyPress); this.Text1.Size = new System.Drawing.Size(65, 26); this.Text1.Location = new System.Drawing.Point(216, 16); this.Text1.Name = "Text1"; this.Text1.Text = "Text1"; this.Text1.TabIndex = 6; this.Text1.Enabled = true; this.Label6.Size = new System.Drawing.Size(41, 17); this.Label6.Location = new System.Drawing.Point(288, 24); this.Label6.Text = "Sen"; this.Label6.Name = "Label6"; this.Label6.TabIndex = 11; this.Label6.Enabled = true; this.Label5.Size = new System.Drawing.Size(201, 57); this.Label5.Location = new System.Drawing.Point(8, 184); this.Label5.Text = "Plafon Saldo Piutang Produktif dan Usia diatas 55 Tahun atau Pengembalian Diatas 36 Bulan"; this.Label5.Name = "Label5"; this.Label5.TabIndex = 5; this.Label5.Enabled = true; this.Label4.Size = new System.Drawing.Size(201, 25); this.Label4.Location = new System.Drawing.Point(8, 152); this.Label4.Text = "Plafon Saldo Piutang Kapitalisasi"; this.Label4.Name = "Label4"; this.Label4.TabIndex = 4; this.Label4.Enabled = true; this.Label3.Size = new System.Drawing.Size(185, 41); this.Label3.Location = new System.Drawing.Point(8, 104); this.Label3.Text = "Plafon Piutang Dicairkan yg Berusia diatas 60 s.d. 70 tahun"; this.Label3.Name = "Label3"; this.Label3.TabIndex = 3; this.Label3.Enabled = true; this.Label2.Size = new System.Drawing.Size(169, 41); this.Label2.Location = new System.Drawing.Point(8, 48); this.Label2.Text = "Plafon piutang Dicairkan yg Berusia s.d. 60 tahun"; this.Label2.Name = "Label2"; this.Label2.TabIndex = 2; this.Label2.Enabled = true; this.Label1.Size = new System.Drawing.Size(81, 17); this.Label1.Location = new System.Drawing.Point(8, 16); this.Label1.Text = "Pengali"; this.Label1.Name = "Label1"; this.Label1.TabIndex = 1; this.Label1.Enabled = true; this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[] { Command2, Command1, Text5, Text4, Text3, Text2, Text1, Label6, Label5, Label4, Label3, Label2, Label1, }); this.Frame1.ResumeLayout(false); this.Controls.AddRange(new System.Windows.Forms.Control[] { TDBGrid1, Adodc1, Frame1, }); ((System.ComponentModel.ISupportInitialize)(this.TDBGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Adodc1)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.listBox1 = new System.Windows.Forms.ListBox(); this.deleteAllENBsFiles = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.unpackENB = new System.Windows.Forms.Button(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.buttonClose = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.label9 = new System.Windows.Forms.Label(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.buttonAA = new System.Windows.Forms.Button(); this.buttonDOF = new System.Windows.Forms.Button(); this.buttonDriver = new System.Windows.Forms.Button(); this.buttonFPS = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.buttonAmbientOcclusion = new System.Windows.Forms.Button(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.buttonWaitBuffer = new System.Windows.Forms.Button(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.label7 = new System.Windows.Forms.Label(); this.buttonTemporalAA = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.buttonSubPixelAA = new System.Windows.Forms.Button(); this.label13 = new System.Windows.Forms.Label(); this.buttonAF = new System.Windows.Forms.Button(); this.comboBox2 = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); this.SuspendLayout(); // // listBox1 // this.listBox1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 19; this.listBox1.Location = new System.Drawing.Point(227, 53); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(243, 194); this.listBox1.TabIndex = 0; this.listBox1.TabStop = false; // // deleteAllENBsFiles // this.deleteAllENBsFiles.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.deleteAllENBsFiles.Location = new System.Drawing.Point(226, 288); this.deleteAllENBsFiles.Name = "deleteAllENBsFiles"; this.deleteAllENBsFiles.Size = new System.Drawing.Size(245, 30); this.deleteAllENBsFiles.TabIndex = 0; this.deleteAllENBsFiles.TabStop = false; this.deleteAllENBsFiles.Text = "Удалить все файлы ENB"; this.deleteAllENBsFiles.UseVisualStyleBackColor = true; this.deleteAllENBsFiles.Click += new System.EventHandler(this.deleteAllENBsFiles_Click); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.SystemColors.ControlText; this.label1.Location = new System.Drawing.Point(227, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(243, 40); this.label1.TabIndex = 0; this.label1.Text = "Файлы доступные\r\nиз папки Skyrim\\ENB"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // unpackENB // this.unpackENB.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.unpackENB.Location = new System.Drawing.Point(226, 253); this.unpackENB.Name = "unpackENB"; this.unpackENB.Size = new System.Drawing.Size(245, 30); this.unpackENB.TabIndex = 0; this.unpackENB.TabStop = false; this.unpackENB.Text = "Установить"; this.unpackENB.UseVisualStyleBackColor = true; this.unpackENB.Click += new System.EventHandler(this.unpackENB_Click); // // trackBar1 // this.trackBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232))))); this.trackBar1.Enabled = false; this.trackBar1.LargeChange = 1; this.trackBar1.Location = new System.Drawing.Point(1, 279); this.trackBar1.Maximum = 8; this.trackBar1.Minimum = 1; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(219, 45); this.trackBar1.TabIndex = 0; this.trackBar1.TabStop = false; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft; this.trackBar1.Value = 1; this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.ForeColor = System.Drawing.SystemColors.ControlText; this.label2.Location = new System.Drawing.Point(12, 260); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(201, 16); this.label2.TabIndex = 0; this.label2.Text = "N/A"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.ForeColor = System.Drawing.SystemColors.ControlText; this.label3.Location = new System.Drawing.Point(12, 240); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(201, 20); this.label3.TabIndex = 0; this.label3.Text = "Резервирование памяти:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox3 // this.pictureBox3.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox3.Location = new System.Drawing.Point(219, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(1, 325); this.pictureBox3.TabIndex = 11; this.pictureBox3.TabStop = false; // // label4 // this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.ForeColor = System.Drawing.SystemColors.ControlText; this.label4.Location = new System.Drawing.Point(1, 6); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(154, 20); this.label4.TabIndex = 0; this.label4.Text = "Сглаживание"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label5 // this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.ForeColor = System.Drawing.SystemColors.ControlText; this.label5.Location = new System.Drawing.Point(1, 105); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(90, 20); this.label5.TabIndex = 0; this.label5.Text = "FPS лимит:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox2 // this.pictureBox2.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox2.Location = new System.Drawing.Point(0, 101); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(220, 1); this.pictureBox2.TabIndex = 19; this.pictureBox2.TabStop = false; // // pictureBox4 // this.pictureBox4.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox4.Location = new System.Drawing.Point(0, 209); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(220, 1); this.pictureBox4.TabIndex = 21; this.pictureBox4.TabStop = false; // // buttonClose // this.buttonClose.BackColor = System.Drawing.Color.Transparent; this.buttonClose.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonClose; this.buttonClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonClose.Location = new System.Drawing.Point(450, 8); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(20, 20); this.buttonClose.TabIndex = 0; this.buttonClose.TabStop = false; this.buttonClose.UseVisualStyleBackColor = false; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // label8 // this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label8.ForeColor = System.Drawing.SystemColors.ControlText; this.label8.Location = new System.Drawing.Point(1, 132); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(154, 20); this.label8.TabIndex = 0; this.label8.Text = "Динамический DOF"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox5 // this.pictureBox5.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox5.Location = new System.Drawing.Point(0, 128); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(220, 1); this.pictureBox5.TabIndex = 20; this.pictureBox5.TabStop = false; // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label9.ForeColor = System.Drawing.SystemColors.ControlText; this.label9.Location = new System.Drawing.Point(1, 213); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(154, 20); this.label9.TabIndex = 0; this.label9.Text = "Отключить драйвер"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox6 // this.pictureBox6.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox6.Location = new System.Drawing.Point(0, 155); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(220, 1); this.pictureBox6.TabIndex = 20; this.pictureBox6.TabStop = false; // // buttonAA // this.buttonAA.BackColor = System.Drawing.Color.Transparent; this.buttonAA.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonAA.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonAA.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAA.FlatAppearance.BorderSize = 0; this.buttonAA.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAA.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAA.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAA.Location = new System.Drawing.Point(161, 5); this.buttonAA.Name = "buttonAA"; this.buttonAA.Size = new System.Drawing.Size(50, 22); this.buttonAA.TabIndex = 0; this.buttonAA.TabStop = false; this.buttonAA.UseVisualStyleBackColor = false; this.buttonAA.Click += new System.EventHandler(this.buttonAA_Click); // // buttonDOF // this.buttonDOF.BackColor = System.Drawing.Color.Transparent; this.buttonDOF.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonDOF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonDOF.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonDOF.FlatAppearance.BorderSize = 0; this.buttonDOF.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonDOF.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonDOF.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonDOF.Location = new System.Drawing.Point(161, 131); this.buttonDOF.Name = "buttonDOF"; this.buttonDOF.Size = new System.Drawing.Size(50, 22); this.buttonDOF.TabIndex = 0; this.buttonDOF.TabStop = false; this.buttonDOF.UseVisualStyleBackColor = false; this.buttonDOF.Click += new System.EventHandler(this.buttonDOF_Click); // // buttonDriver // this.buttonDriver.BackColor = System.Drawing.Color.Transparent; this.buttonDriver.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonDriver.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonDriver.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonDriver.FlatAppearance.BorderSize = 0; this.buttonDriver.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonDriver.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonDriver.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonDriver.Location = new System.Drawing.Point(161, 212); this.buttonDriver.Name = "buttonDriver"; this.buttonDriver.Size = new System.Drawing.Size(50, 22); this.buttonDriver.TabIndex = 0; this.buttonDriver.TabStop = false; this.buttonDriver.UseVisualStyleBackColor = false; this.buttonDriver.Click += new System.EventHandler(this.buttonDriver_Click); // // buttonFPS // this.buttonFPS.BackColor = System.Drawing.Color.Transparent; this.buttonFPS.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonFPS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonFPS.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonFPS.FlatAppearance.BorderSize = 0; this.buttonFPS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonFPS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonFPS.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonFPS.Location = new System.Drawing.Point(161, 104); this.buttonFPS.Name = "buttonFPS"; this.buttonFPS.Size = new System.Drawing.Size(50, 22); this.buttonFPS.TabIndex = 0; this.buttonFPS.TabStop = false; this.buttonFPS.UseVisualStyleBackColor = false; this.buttonFPS.Click += new System.EventHandler(this.buttonFPS_Click); // // label10 // this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label10.Location = new System.Drawing.Point(0, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(478, 325); this.label10.TabIndex = 0; // // label11 // this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label11.ForeColor = System.Drawing.SystemColors.ControlText; this.label11.Location = new System.Drawing.Point(1, 159); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(154, 20); this.label11.TabIndex = 0; this.label11.Text = "Модель Затенения"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonAmbientOcclusion // this.buttonAmbientOcclusion.BackColor = System.Drawing.Color.Transparent; this.buttonAmbientOcclusion.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonAmbientOcclusion.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonAmbientOcclusion.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAmbientOcclusion.FlatAppearance.BorderSize = 0; this.buttonAmbientOcclusion.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAmbientOcclusion.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAmbientOcclusion.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAmbientOcclusion.Location = new System.Drawing.Point(161, 158); this.buttonAmbientOcclusion.Name = "buttonAmbientOcclusion"; this.buttonAmbientOcclusion.Size = new System.Drawing.Size(50, 22); this.buttonAmbientOcclusion.TabIndex = 0; this.buttonAmbientOcclusion.TabStop = false; this.buttonAmbientOcclusion.UseVisualStyleBackColor = false; this.buttonAmbientOcclusion.Click += new System.EventHandler(this.buttonAmbientOcclusion_Click); // // pictureBox8 // this.pictureBox8.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox8.Location = new System.Drawing.Point(0, 182); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(220, 1); this.pictureBox8.TabIndex = 31; this.pictureBox8.TabStop = false; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.Enabled = false; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "30", "60" }); this.comboBox1.Location = new System.Drawing.Point(97, 105); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(47, 21); this.comboBox1.TabIndex = 34; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label6 // this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.ForeColor = System.Drawing.SystemColors.ControlText; this.label6.Location = new System.Drawing.Point(1, 186); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(154, 20); this.label6.TabIndex = 0; this.label6.Text = "Ожидание кадра"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox1 // this.pictureBox1.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox1.Location = new System.Drawing.Point(0, 236); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(220, 1); this.pictureBox1.TabIndex = 20; this.pictureBox1.TabStop = false; // // buttonWaitBuffer // this.buttonWaitBuffer.BackColor = System.Drawing.Color.Transparent; this.buttonWaitBuffer.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonWaitBuffer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonWaitBuffer.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonWaitBuffer.FlatAppearance.BorderSize = 0; this.buttonWaitBuffer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonWaitBuffer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonWaitBuffer.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonWaitBuffer.Location = new System.Drawing.Point(161, 185); this.buttonWaitBuffer.Name = "buttonWaitBuffer"; this.buttonWaitBuffer.Size = new System.Drawing.Size(50, 22); this.buttonWaitBuffer.TabIndex = 0; this.buttonWaitBuffer.TabStop = false; this.buttonWaitBuffer.UseVisualStyleBackColor = false; this.buttonWaitBuffer.Click += new System.EventHandler(this.buttonWaitBuffer_Click); // // pictureBox7 // this.pictureBox7.BackgroundImage = global::SLMPLauncher.Properties.Resources.line; this.pictureBox7.Location = new System.Drawing.Point(0, 74); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(220, 1); this.pictureBox7.TabIndex = 19; this.pictureBox7.TabStop = false; // // label7 // this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label7.ForeColor = System.Drawing.SystemColors.ControlText; this.label7.Location = new System.Drawing.Point(35, 51); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(120, 20); this.label7.TabIndex = 0; this.label7.Text = "Временное"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonTemporalAA // this.buttonTemporalAA.BackColor = System.Drawing.Color.Transparent; this.buttonTemporalAA.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonTemporalAA.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonTemporalAA.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonTemporalAA.FlatAppearance.BorderSize = 0; this.buttonTemporalAA.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonTemporalAA.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonTemporalAA.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonTemporalAA.Location = new System.Drawing.Point(161, 51); this.buttonTemporalAA.Name = "buttonTemporalAA"; this.buttonTemporalAA.Size = new System.Drawing.Size(50, 22); this.buttonTemporalAA.TabIndex = 0; this.buttonTemporalAA.TabStop = false; this.buttonTemporalAA.UseVisualStyleBackColor = false; this.buttonTemporalAA.Click += new System.EventHandler(this.buttonTemporalAA_Click); // // label12 // this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label12.ForeColor = System.Drawing.SystemColors.ControlText; this.label12.Location = new System.Drawing.Point(35, 28); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(120, 20); this.label12.TabIndex = 0; this.label12.Text = "Подпиксельное"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonSubPixelAA // this.buttonSubPixelAA.BackColor = System.Drawing.Color.Transparent; this.buttonSubPixelAA.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonSubPixelAA.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonSubPixelAA.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonSubPixelAA.FlatAppearance.BorderSize = 0; this.buttonSubPixelAA.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonSubPixelAA.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonSubPixelAA.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSubPixelAA.Location = new System.Drawing.Point(161, 28); this.buttonSubPixelAA.Name = "buttonSubPixelAA"; this.buttonSubPixelAA.Size = new System.Drawing.Size(50, 22); this.buttonSubPixelAA.TabIndex = 0; this.buttonSubPixelAA.TabStop = false; this.buttonSubPixelAA.UseVisualStyleBackColor = false; this.buttonSubPixelAA.Click += new System.EventHandler(this.buttonSubPixelAA_Click); // // label13 // this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label13.ForeColor = System.Drawing.SystemColors.ControlText; this.label13.Location = new System.Drawing.Point(1, 78); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(154, 20); this.label13.TabIndex = 0; this.label13.Text = "Фильтрация"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonAF // this.buttonAF.BackColor = System.Drawing.Color.Transparent; this.buttonAF.BackgroundImage = global::SLMPLauncher.Properties.Resources.buttonToggleDisable; this.buttonAF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonAF.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAF.FlatAppearance.BorderSize = 0; this.buttonAF.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAF.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonAF.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAF.Location = new System.Drawing.Point(161, 77); this.buttonAF.Name = "buttonAF"; this.buttonAF.Size = new System.Drawing.Size(50, 22); this.buttonAF.TabIndex = 0; this.buttonAF.TabStop = false; this.buttonAF.UseVisualStyleBackColor = false; this.buttonAF.Click += new System.EventHandler(this.buttonAF_Click); // // comboBox2 // this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox2.Enabled = false; this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "0", "2", "4", "8", "16" }); this.comboBox2.Location = new System.Drawing.Point(97, 78); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(47, 21); this.comboBox2.TabIndex = 35; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); // // FormENB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::SLMPLauncher.Properties.Resources.FormBackgroundNone; this.ClientSize = new System.Drawing.Size(478, 325); this.ControlBox = false; this.Controls.Add(this.buttonWaitBuffer); this.Controls.Add(this.buttonAmbientOcclusion); this.Controls.Add(this.buttonDriver); this.Controls.Add(this.buttonDOF); this.Controls.Add(this.label6); this.Controls.Add(this.label11); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.comboBox2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.pictureBox8); this.Controls.Add(this.label2); this.Controls.Add(this.buttonFPS); this.Controls.Add(this.buttonAF); this.Controls.Add(this.buttonSubPixelAA); this.Controls.Add(this.buttonTemporalAA); this.Controls.Add(this.buttonAA); this.Controls.Add(this.buttonClose); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox6); this.Controls.Add(this.pictureBox5); this.Controls.Add(this.pictureBox7); this.Controls.Add(this.label13); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.label12); this.Controls.Add(this.label7); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.trackBar1); this.Controls.Add(this.unpackENB); this.Controls.Add(this.label1); this.Controls.Add(this.deleteAllENBsFiles); this.Controls.Add(this.listBox1); this.Controls.Add(this.label5); this.Controls.Add(this.label10); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormENB"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "SLMP: ENB Menu"; ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components); this.lstStatus = new System.Windows.Forms.ListBox(); this.fraMsg = new System.Windows.Forms.Panel(); this.lblMsg = new System.Windows.Forms.Label(); this.chkExportToPDF = new System.Windows.Forms.CheckBox(); this.chkExportToExcel = new System.Windows.Forms.CheckBox(); this.cmdExit = new System.Windows.Forms.Button(); this.txtDSN = new System.Windows.Forms.TextBox(); this.txtComments = new System.Windows.Forms.TextBox(); this.txtTitle = new System.Windows.Forms.TextBox(); this.CommDiagOpen = new System.Windows.Forms.OpenFileDialog(); this.chkToScreen = new System.Windows.Forms.CheckBox(); this.cmdPrint = new System.Windows.Forms.Button(); this.txtSelCrit = new System.Windows.Forms.TextBox(); this.cmdCRFilename = new System.Windows.Forms.Button(); this.txtCRFilename = new System.Windows.Forms.TextBox(); this.lblDSN = new System.Windows.Forms.Label(); this.lblComments = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.lblSelCrit = new System.Windows.Forms.Label(); this.lblCRFilename = new System.Windows.Forms.Label(); this.lblHeading = new System.Windows.Forms.Label(); this.listBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListBoxHelper(this.components); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.fraMsg.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // lstStatus // this.lstStatus.BackColor = System.Drawing.SystemColors.Window; this.lstStatus.Cursor = System.Windows.Forms.Cursors.Default; this.lstStatus.ForeColor = System.Drawing.SystemColors.WindowText; this.lstStatus.Location = new System.Drawing.Point(16, 72); this.lstStatus.Name = "lstStatus"; this.lstStatus.RightToLeft = System.Windows.Forms.RightToLeft.No; this.listBoxHelper1.SetSelectionMode(this.lstStatus, System.Windows.Forms.SelectionMode.One); this.lstStatus.Size = new System.Drawing.Size(489, 225); this.lstStatus.TabIndex = 19; // // fraMsg // this.fraMsg.BackColor = System.Drawing.Color.Green; this.fraMsg.Controls.Add(this.lblMsg); this.fraMsg.Cursor = System.Windows.Forms.Cursors.Default; this.fraMsg.ForeColor = System.Drawing.Color.Blue; this.fraMsg.Location = new System.Drawing.Point(96, 120); this.fraMsg.Name = "fraMsg"; this.fraMsg.RightToLeft = System.Windows.Forms.RightToLeft.No; this.fraMsg.Size = new System.Drawing.Size(321, 105); this.fraMsg.TabIndex = 17; this.fraMsg.Visible = false; // // lblMsg // this.lblMsg.BackColor = System.Drawing.Color.Green; this.lblMsg.Cursor = System.Windows.Forms.Cursors.Default; this.lblMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMsg.ForeColor = System.Drawing.Color.Yellow; this.lblMsg.Location = new System.Drawing.Point(32, 40); this.lblMsg.Name = "lblMsg"; this.lblMsg.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblMsg.Size = new System.Drawing.Size(261, 33); this.lblMsg.TabIndex = 18; this.lblMsg.Text = "Producing Report ..."; this.lblMsg.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // chkExportToPDF // this.chkExportToPDF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.chkExportToPDF.Cursor = System.Windows.Forms.Cursors.Default; this.chkExportToPDF.ForeColor = System.Drawing.SystemColors.ControlText; this.chkExportToPDF.Location = new System.Drawing.Point(16, 312); this.chkExportToPDF.Name = "chkExportToPDF"; this.chkExportToPDF.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkExportToPDF.Size = new System.Drawing.Size(97, 25); this.chkExportToPDF.TabIndex = 16; this.chkExportToPDF.Text = "Export to PDF"; this.chkExportToPDF.UseVisualStyleBackColor = false; this.chkExportToPDF.CheckStateChanged += new System.EventHandler(this.chkExportToPDF_CheckStateChanged); // // chkExportToExcel // this.chkExportToExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.chkExportToExcel.Cursor = System.Windows.Forms.Cursors.Default; this.chkExportToExcel.ForeColor = System.Drawing.SystemColors.ControlText; this.chkExportToExcel.Location = new System.Drawing.Point(144, 312); this.chkExportToExcel.Name = "chkExportToExcel"; this.chkExportToExcel.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkExportToExcel.Size = new System.Drawing.Size(97, 25); this.chkExportToExcel.TabIndex = 15; this.chkExportToExcel.Text = "Export to Excel"; this.chkExportToExcel.UseVisualStyleBackColor = false; this.chkExportToExcel.CheckStateChanged += new System.EventHandler(this.chkExportToExcel_CheckStateChanged); // // cmdExit // this.cmdExit.BackColor = System.Drawing.SystemColors.Control; this.cmdExit.Cursor = System.Windows.Forms.Cursors.Default; this.cmdExit.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdExit.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdExit.Location = new System.Drawing.Point(448, 312); this.cmdExit.Name = "cmdExit"; this.cmdExit.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdExit.Size = new System.Drawing.Size(57, 25); this.cmdExit.TabIndex = 14; this.cmdExit.Text = "Exit"; this.cmdExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdExit.UseVisualStyleBackColor = false; this.cmdExit.Click += new System.EventHandler(this.cmdExit_Click); // // txtDSN // this.txtDSN.AcceptsReturn = true; this.txtDSN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtDSN.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtDSN.ForeColor = System.Drawing.SystemColors.WindowText; this.txtDSN.Location = new System.Drawing.Point(16, 88); this.txtDSN.MaxLength = 0; this.txtDSN.Name = "txtDSN"; this.txtDSN.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtDSN.Size = new System.Drawing.Size(485, 20); this.txtDSN.TabIndex = 0; // // txtComments // this.txtComments.AcceptsReturn = true; this.txtComments.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtComments.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtComments.ForeColor = System.Drawing.SystemColors.WindowText; this.txtComments.Location = new System.Drawing.Point(16, 280); this.txtComments.MaxLength = 0; this.txtComments.Name = "txtComments"; this.txtComments.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtComments.Size = new System.Drawing.Size(485, 20); this.txtComments.TabIndex = 5; this.txtComments.TextChanged += new System.EventHandler(this.txtComments_TextChanged); // // txtTitle // this.txtTitle.AcceptsReturn = true; this.txtTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtTitle.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtTitle.ForeColor = System.Drawing.SystemColors.WindowText; this.txtTitle.Location = new System.Drawing.Point(16, 232); this.txtTitle.MaxLength = 0; this.txtTitle.Name = "txtTitle"; this.txtTitle.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtTitle.Size = new System.Drawing.Size(485, 20); this.txtTitle.TabIndex = 4; this.txtTitle.TextChanged += new System.EventHandler(this.txtTitle_TextChanged); // // chkToScreen // this.chkToScreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.chkToScreen.Cursor = System.Windows.Forms.Cursors.Default; this.chkToScreen.ForeColor = System.Drawing.SystemColors.ControlText; this.chkToScreen.Location = new System.Drawing.Point(272, 312); this.chkToScreen.Name = "chkToScreen"; this.chkToScreen.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkToScreen.Size = new System.Drawing.Size(97, 25); this.chkToScreen.TabIndex = 6; this.chkToScreen.Text = "Print to Screen"; this.chkToScreen.UseVisualStyleBackColor = false; // // cmdPrint // this.cmdPrint.BackColor = System.Drawing.SystemColors.Control; this.cmdPrint.Cursor = System.Windows.Forms.Cursors.Default; this.cmdPrint.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdPrint.Location = new System.Drawing.Point(384, 312); this.cmdPrint.Name = "cmdPrint"; this.cmdPrint.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdPrint.Size = new System.Drawing.Size(57, 25); this.cmdPrint.TabIndex = 7; this.cmdPrint.Text = "Print"; this.cmdPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdPrint.UseVisualStyleBackColor = false; this.cmdPrint.Click += new System.EventHandler(this.cmdPrint_Click); // // txtSelCrit // this.txtSelCrit.AcceptsReturn = true; this.txtSelCrit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtSelCrit.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtSelCrit.ForeColor = System.Drawing.SystemColors.WindowText; this.txtSelCrit.Location = new System.Drawing.Point(16, 184); this.txtSelCrit.MaxLength = 0; this.txtSelCrit.Name = "txtSelCrit"; this.txtSelCrit.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtSelCrit.Size = new System.Drawing.Size(485, 20); this.txtSelCrit.TabIndex = 3; this.txtSelCrit.TextChanged += new System.EventHandler(this.txtSelCrit_TextChanged); // // cmdCRFilename // this.cmdCRFilename.BackColor = System.Drawing.SystemColors.Control; this.cmdCRFilename.Cursor = System.Windows.Forms.Cursors.Default; this.cmdCRFilename.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdCRFilename.Location = new System.Drawing.Point(448, 133); this.cmdCRFilename.Name = "cmdCRFilename"; this.cmdCRFilename.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdCRFilename.Size = new System.Drawing.Size(57, 25); this.cmdCRFilename.TabIndex = 2; this.cmdCRFilename.Text = "Browse"; this.cmdCRFilename.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cmdCRFilename.UseVisualStyleBackColor = false; this.cmdCRFilename.Click += new System.EventHandler(this.cmdCRFilename_Click); // // txtCRFilename // this.txtCRFilename.AcceptsReturn = true; this.txtCRFilename.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.txtCRFilename.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtCRFilename.ForeColor = System.Drawing.SystemColors.WindowText; this.txtCRFilename.Location = new System.Drawing.Point(16, 136); this.txtCRFilename.MaxLength = 0; this.txtCRFilename.Name = "txtCRFilename"; this.txtCRFilename.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtCRFilename.Size = new System.Drawing.Size(429, 20); this.txtCRFilename.TabIndex = 1; this.txtCRFilename.TextChanged += new System.EventHandler(this.txtCRFilename_TextChanged); // // lblDSN // this.lblDSN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.lblDSN.Cursor = System.Windows.Forms.Cursors.Default; this.lblDSN.ForeColor = System.Drawing.SystemColors.ControlText; this.lblDSN.Location = new System.Drawing.Point(16, 72); this.lblDSN.Name = "lblDSN"; this.lblDSN.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblDSN.Size = new System.Drawing.Size(277, 17); this.lblDSN.TabIndex = 13; this.lblDSN.Text = "DSN"; // // lblComments // this.lblComments.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.lblComments.Cursor = System.Windows.Forms.Cursors.Default; this.lblComments.ForeColor = System.Drawing.SystemColors.ControlText; this.lblComments.Location = new System.Drawing.Point(16, 264); this.lblComments.Name = "lblComments"; this.lblComments.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblComments.Size = new System.Drawing.Size(277, 17); this.lblComments.TabIndex = 12; this.lblComments.Text = "Report Sub-Title"; // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.lblTitle.Cursor = System.Windows.Forms.Cursors.Default; this.lblTitle.ForeColor = System.Drawing.SystemColors.ControlText; this.lblTitle.Location = new System.Drawing.Point(16, 216); this.lblTitle.Name = "lblTitle"; this.lblTitle.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblTitle.Size = new System.Drawing.Size(277, 17); this.lblTitle.TabIndex = 11; this.lblTitle.Text = "Report Title"; // // lblSelCrit // this.lblSelCrit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.lblSelCrit.Cursor = System.Windows.Forms.Cursors.Default; this.lblSelCrit.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSelCrit.Location = new System.Drawing.Point(16, 168); this.lblSelCrit.Name = "lblSelCrit"; this.lblSelCrit.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblSelCrit.Size = new System.Drawing.Size(277, 17); this.lblSelCrit.TabIndex = 10; this.lblSelCrit.Text = "Selection Criteria"; // // lblCRFilename // this.lblCRFilename.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.lblCRFilename.Cursor = System.Windows.Forms.Cursors.Default; this.lblCRFilename.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCRFilename.Location = new System.Drawing.Point(16, 120); this.lblCRFilename.Name = "lblCRFilename"; this.lblCRFilename.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblCRFilename.Size = new System.Drawing.Size(277, 17); this.lblCRFilename.TabIndex = 9; this.lblCRFilename.Text = "Crystal Reports Filename"; // // lblHeading // this.lblHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.lblHeading.Cursor = System.Windows.Forms.Cursors.Default; this.lblHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblHeading.ForeColor = System.Drawing.Color.Green; this.lblHeading.Location = new System.Drawing.Point(104, 24); this.lblHeading.Name = "lblHeading"; this.lblHeading.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblHeading.Size = new System.Drawing.Size(277, 33); this.lblHeading.TabIndex = 8; this.lblHeading.Text = "Crystal Reports Phantom"; this.lblHeading.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Text = "Report Phantom"; this.notifyIcon1.Visible = true; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1 }); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); this.contextMenuStrip1.Text = "Close"; this.contextMenuStrip1.Click += new System.EventHandler(this.cmdExit_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItem1.Text = "Close"; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // frmMain // this.AcceptButton = this.cmdPrint; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.CancelButton = this.cmdExit; this.ClientSize = new System.Drawing.Size(515, 353); this.Controls.Add(this.lstStatus); this.Controls.Add(this.fraMsg); this.Controls.Add(this.chkExportToPDF); this.Controls.Add(this.chkExportToExcel); this.Controls.Add(this.cmdExit); this.Controls.Add(this.txtDSN); this.Controls.Add(this.txtComments); this.Controls.Add(this.txtTitle); this.Controls.Add(this.chkToScreen); this.Controls.Add(this.cmdPrint); this.Controls.Add(this.txtSelCrit); this.Controls.Add(this.cmdCRFilename); this.Controls.Add(this.txtCRFilename); this.Controls.Add(this.lblDSN); this.Controls.Add(this.lblComments); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblSelCrit); this.Controls.Add(this.lblCRFilename); this.Controls.Add(this.lblHeading); this.Cursor = System.Windows.Forms.Cursors.Default; this.Location = new System.Drawing.Point(4, 30); this.Name = "frmMain"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Text = "Crystal Reports Phantom"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing); this.fraMsg.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Label1 = new System.Windows.Forms.Label(); this.Timer1 = new System.Windows.Forms.Timer(this.components); this.Image1 = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.Image1)).BeginInit(); this.SuspendLayout(); // // Label1 // this.Label1.BackColor = System.Drawing.Color.White; this.Label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label1.ForeColor = System.Drawing.Color.Gray; this.Label1.Location = new System.Drawing.Point(82, 24); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(266, 41); this.Label1.TabIndex = 2; this.Label1.Text = "%Appname %V"; // // Timer1 // this.Timer1.Enabled = true; this.Timer1.Interval = 1000; this.Timer1.Tick += new System.EventHandler(this.Timer1Timer); // // Image1 // this.Image1.Image = global::Judoplaner2.Properties.Resources.logo; this.Image1.Location = new System.Drawing.Point(12, 12); this.Image1.Name = "Image1"; this.Image1.Size = new System.Drawing.Size(64, 64); this.Image1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.Image1.TabIndex = 3; this.Image1.TabStop = false; // // label3 // this.label3.BackColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(10, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(340, 70); this.label3.TabIndex = 5; // // Label2 // this.Label2.BackColor = System.Drawing.Color.White; this.Label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label2.Location = new System.Drawing.Point(20, 0); this.Label2.Name = "Label2"; this.Label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3); this.Label2.Size = new System.Drawing.Size(320, 90); this.Label2.TabIndex = 4; this.Label2.Text = "loading..."; this.Label2.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // TLoadForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(360, 90); this.Controls.Add(this.Label1); this.Controls.Add(this.Image1); this.Controls.Add(this.Label2); this.Controls.Add(this.label3); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Location = new System.Drawing.Point(525, 425); this.Name = "TLoadForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "LoadForm"; this.Load += new System.EventHandler(this.FormCreate); ((System.ComponentModel.ISupportInitialize)(this.Image1)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(this.GetType()); this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); this.Location = new System.Drawing.Point(8, 54); this.ClientSize = new System.Drawing.Size(1350, 638); this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.AutoScaleBaseSize = new System.Drawing.Size(725, 1698); this.Frame52 = new System.Windows.Forms.GroupBox(); this.TDBGrid122 = new AxTrueOleDBGrid60.AxTDBGrid(); this.Adodc122 = new AxMSAdodcLib.AxAdodc(); this.Name = "iuranlintang"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form_Load); this.Frame52.Size = new System.Drawing.Size(361, 177); this.Frame52.Location = new System.Drawing.Point(968, 24); this.Frame52.SuspendLayout(); this.Frame52.Text = "Frame5"; this.Frame52.Name = "Frame52"; this.Frame52.TabIndex = 0; this.Frame52.Enabled = true; ((System.ComponentModel.ISupportInitialize)(this.TDBGrid122)).BeginInit(); this.TDBGrid122.Size = new System.Drawing.Size(337, 105); this.TDBGrid122.Location = new System.Drawing.Point(8, 64); this.TDBGrid122.Name = "TDBGrid122"; this.TDBGrid122.TabIndex = 1; this.TDBGrid122.Enabled = true; ((System.ComponentModel.ISupportInitialize)(this.Adodc122)).BeginInit(); this.Adodc122.Size = new System.Drawing.Size(129, 22); this.Adodc122.Location = new System.Drawing.Point(24, 24); this.Adodc122.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Adodc122.ConnectionTimeout = 15; this.Adodc122.CommandTimeout = 30; this.Adodc122.OLEDBFile = ""; this.Adodc122.Password = ""; this.Adodc122.RecordSource = "plafoniuranlintang"; this.Adodc122.EOFAction = MSAdodcLib.EOFActionEnum.adDoMoveLast; this.Adodc122.BackColor = System.Drawing.SystemColors.WindowText; this.Adodc122.Appearance = MSAdodcLib.AppearanceEnum.ad3DBevel; this.Adodc122.Name = "Adodc122"; this.Adodc122.Text = "Adodc1"; this.Adodc122.ConnectStringType = MSAdodcLib.ConnectStringTypeEnum.adConnectTypeOledb; this.Adodc122.OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\DBJALINAN\\DBJALINAN2.mdb;Persist Security Info=False"; this.Adodc122.CommandType = MSAdodcLib.CommandTypeEnum.adCmdTable; this.Adodc122.BOFAction = MSAdodcLib.BOFActionEnum.adDoMoveFirst; this.Adodc122.CacheSize = 50; this.Adodc122.Orientation = MSAdodcLib.OrientationEnum.adHorizontal; this.Adodc122.Enabled = true; this.Adodc122.IsolationLevel = ADODB.IsolationLevelEnum.adXactUnspecified; this.Adodc122.MaxRecords = 0; this.Adodc122.LockType = ADODB.LockTypeEnum.adLockOptimistic; this.Adodc122.UserName = ""; this.Adodc122.DataSourceName = ""; this.Adodc122.ForeColor = System.Drawing.SystemColors.WindowText; this.Adodc122.CursorLocation = MSAdodcLib.CursorLocationEnum.adUseClient; this.Adodc122.OtherAttributes = ""; this.Adodc122.CursorType = MSAdodcLib.CursorTypeEnum.adOpenStatic; this.Frame52.Controls.AddRange(new System.Windows.Forms.Control[] { TDBGrid122, Adodc122, }); ((System.ComponentModel.ISupportInitialize)(this.TDBGrid122)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Adodc122)).EndInit(); this.Frame52.ResumeLayout(false); this.Controls.AddRange(new System.Windows.Forms.Control[] { Frame52, }); this.ResumeLayout(false); }
/// <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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUnits)); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.buttonClose = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox(); this.toolStripButton9 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton10 = new System.Windows.Forms.ToolStripButton(); this.panel3 = new System.Windows.Forms.Panel(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.создатьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.изменитьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.удалитьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.выбратьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.panel3.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.buttonClose); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 325); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(611, 45); this.panel1.TabIndex = 2; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(443, 10); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "Выбрать"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.Button1Click); // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.Location = new System.Drawing.Point(524, 10); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 0; this.buttonClose.Text = "Закрыть"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick); // // panel2 // this.panel2.Controls.Add(this.toolStrip1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(611, 25); this.panel2.TabIndex = 3; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.toolStripSeparator5, this.toolStripComboBox1, this.toolStripButton9, this.toolStripSeparator6, this.toolStripButton10 }); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(611, 25); this.toolStrip1.TabIndex = 18; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 20); this.toolStripButton1.Text = "Добавить"; this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(23, 20); this.toolStripButton2.Text = "Изменить"; this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click); // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(23, 20); this.toolStripButton3.Text = "Удалить"; this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 23); // // toolStripComboBox1 // this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Standard; this.toolStripComboBox1.Name = "toolStripComboBox1"; this.toolStripComboBox1.Size = new System.Drawing.Size(200, 23); this.toolStripComboBox1.Text = "Введите данные для поиска"; this.toolStripComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ToolStripComboBox1KeyDown); // // toolStripButton9 // this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image"))); this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton9.Name = "toolStripButton9"; this.toolStripButton9.Size = new System.Drawing.Size(62, 20); this.toolStripButton9.Text = "Поиск"; this.toolStripButton9.Click += new System.EventHandler(this.ToolStripButton9Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(6, 23); // // toolStripButton10 // this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image"))); this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton10.Name = "toolStripButton10"; this.toolStripButton10.Size = new System.Drawing.Size(81, 20); this.toolStripButton10.Text = "Обновить"; this.toolStripButton10.Click += new System.EventHandler(this.ToolStripButton10Click); // // panel3 // this.panel3.Controls.Add(this.listView1); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 25); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(611, 300); this.panel3.TabIndex = 4; // // listView1 // this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick; this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4 }); this.listView1.ContextMenuStrip = this.contextMenuStrip1; this.listView1.Cursor = System.Windows.Forms.Cursors.Default; this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.FullRowSelect = true; this.listView1.LargeImageList = this.imageList1; this.listView1.Location = new System.Drawing.Point(0, 0); this.listView1.MultiSelect = false; this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(611, 300); this.listView1.SmallImageList = this.imageList1; this.listView1.StateImageList = this.imageList1; this.listView1.TabIndex = 6; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "..."; this.columnHeader1.Width = 40; // // columnHeader2 // this.columnHeader2.Text = "Наименование"; this.columnHeader2.Width = 400; // // columnHeader3 // this.columnHeader3.Text = ""; this.columnHeader3.Width = 50; // // columnHeader4 // this.columnHeader4.Text = "№"; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.создатьЗаписьToolStripMenuItem, this.изменитьЗаписьToolStripMenuItem, this.удалитьЗаписьToolStripMenuItem, this.toolStripMenuItem2, this.выбратьЗаписьToolStripMenuItem }); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(172, 98); // // создатьЗаписьToolStripMenuItem // this.создатьЗаписьToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("создатьЗаписьToolStripMenuItem.Image"))); this.создатьЗаписьToolStripMenuItem.Name = "создатьЗаписьToolStripMenuItem"; this.создатьЗаписьToolStripMenuItem.Size = new System.Drawing.Size(171, 22); this.создатьЗаписьToolStripMenuItem.Text = "Создать запись."; this.создатьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.СоздатьЗаписьToolStripMenuItemClick); // // изменитьЗаписьToolStripMenuItem // this.изменитьЗаписьToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("изменитьЗаписьToolStripMenuItem.Image"))); this.изменитьЗаписьToolStripMenuItem.Name = "изменитьЗаписьToolStripMenuItem"; this.изменитьЗаписьToolStripMenuItem.Size = new System.Drawing.Size(171, 22); this.изменитьЗаписьToolStripMenuItem.Text = "Изменить запись."; this.изменитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.ИзменитьЗаписьToolStripMenuItemClick); // // удалитьЗаписьToolStripMenuItem // this.удалитьЗаписьToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("удалитьЗаписьToolStripMenuItem.Image"))); this.удалитьЗаписьToolStripMenuItem.Name = "удалитьЗаписьToolStripMenuItem"; this.удалитьЗаписьToolStripMenuItem.Size = new System.Drawing.Size(171, 22); this.удалитьЗаписьToolStripMenuItem.Text = "Удалить запись."; this.удалитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.УдалитьЗаписьToolStripMenuItemClick); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(168, 6); this.toolStripMenuItem2.Visible = false; // // выбратьЗаписьToolStripMenuItem // this.выбратьЗаписьToolStripMenuItem.Name = "выбратьЗаписьToolStripMenuItem"; this.выбратьЗаписьToolStripMenuItem.Size = new System.Drawing.Size(171, 22); this.выбратьЗаписьToolStripMenuItem.Text = "Выбрать запись."; this.выбратьЗаписьToolStripMenuItem.Visible = false; this.выбратьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.ВыбратьЗаписьToolStripMenuItemClick); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "folder.png"); this.imageList1.Images.SetKeyName(1, "page.png"); // // FormUnits // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(611, 370); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormUnits"; this.Text = "Единицы измерения"; this.Activated += new System.EventHandler(this.FormUnitsActivated); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormUnitsFormClosed); this.Load += new System.EventHandler(this.FormUnitsLoad); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel3.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Button1 = new System.Windows.Forms.Button(); this.Button2 = new System.Windows.Forms.Button(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.ListViewCastle = new System.Windows.Forms.ListView(); this._column_342 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_343 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_344 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.GroupBox2 = new System.Windows.Forms.GroupBox(); this.PageControlCastle = new System.Windows.Forms.TabControl(); this.TabSheet1 = new System.Windows.Forms.TabPage(); this.GroupBox3 = new System.Windows.Forms.GroupBox(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.Label7 = new System.Windows.Forms.Label(); this.Label8 = new System.Windows.Forms.Label(); this.EditOwenGuildName = new System.Windows.Forms.TextBox(); this.EditTotalGold = new System.Windows.Forms.NumericUpDown(); this.EditTodayIncome = new System.Windows.Forms.NumericUpDown(); this.EditTechLevel = new System.Windows.Forms.NumericUpDown(); this.EditPower = new System.Windows.Forms.NumericUpDown(); this.TabSheet3 = new System.Windows.Forms.TabPage(); this.GroupBox5 = new System.Windows.Forms.GroupBox(); this.ListViewGuard = new System.Windows.Forms.ListView(); this._column_345 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_346 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_347 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_348 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_349 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ButtonRefresh = new System.Windows.Forms.Button(); this.TabSheet2 = new System.Windows.Forms.TabPage(); this.GroupBox4 = new System.Windows.Forms.GroupBox(); this.Label4 = new System.Windows.Forms.Label(); this.Label5 = new System.Windows.Forms.Label(); this.Label6 = new System.Windows.Forms.Label(); this.Label9 = new System.Windows.Forms.Label(); this.Label10 = new System.Windows.Forms.Label(); this.Label11 = new System.Windows.Forms.Label(); this.EditCastleName = new System.Windows.Forms.TextBox(); this.EditCastleOfGuild = new System.Windows.Forms.TextBox(); this.EditHomeMap = new System.Windows.Forms.TextBox(); this.EditTunnelMap = new System.Windows.Forms.TextBox(); this.EditPalace = new System.Windows.Forms.TextBox(); this.SpinEditNomeX = new System.Windows.Forms.NumericUpDown(); this.SpinEditNomeY = new System.Windows.Forms.NumericUpDown(); this.ButtonSave = new System.Windows.Forms.Button(); this.TabSheet4 = new System.Windows.Forms.TabPage(); this.GroupBox6 = new System.Windows.Forms.GroupBox(); this.ListViewAttackSabukWall = new System.Windows.Forms.ListView(); this._column_350 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_351 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this._column_352 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ButtonAttackAd = new System.Windows.Forms.Button(); this.ButtonAttackEdit = new System.Windows.Forms.Button(); this.ButtonAttackDel = new System.Windows.Forms.Button(); this.ButtonAttackR = new System.Windows.Forms.Button(); this.GroupBox1.SuspendLayout(); this.GroupBox2.SuspendLayout(); this.PageControlCastle.SuspendLayout(); this.TabSheet1.SuspendLayout(); this.GroupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.EditTotalGold)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EditTodayIncome)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EditTechLevel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EditPower)).BeginInit(); this.TabSheet3.SuspendLayout(); this.GroupBox5.SuspendLayout(); this.TabSheet2.SuspendLayout(); this.GroupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeY)).BeginInit(); this.TabSheet4.SuspendLayout(); this.GroupBox6.SuspendLayout(); this.SuspendLayout(); // // Button1 // this.Button1.Enabled = false; this.Button1.Location = new System.Drawing.Point(160, 112); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(75, 25); this.Button1.TabIndex = 1; this.Button1.Text = "保存(&S)"; this.toolTip1.SetToolTip(this.Button1, "只保存修改的城堡所属行会名称"); this.Button1.Click += new System.EventHandler(this.Button1Click); // // Button2 // this.Button2.Enabled = false; this.Button2.Location = new System.Drawing.Point(246, 111); this.Button2.Name = "Button2"; this.Button2.Size = new System.Drawing.Size(75, 25); this.Button2.TabIndex = 2; this.Button2.Text = "攻城(&G)"; this.toolTip1.SetToolTip(this.Button2, "手动开始城堡攻城"); this.Button2.Click += new System.EventHandler(this.Button2Click); // // GroupBox1 // this.GroupBox1.Controls.Add(this.ListViewCastle); this.GroupBox1.Location = new System.Drawing.Point(8, 8); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(193, 257); this.GroupBox1.TabIndex = 0; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "城堡列表"; // // ListViewCastle // this.ListViewCastle.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this._column_342, this._column_343, this._column_344 }); this.ListViewCastle.FullRowSelect = true; this.ListViewCastle.GridLines = true; this.ListViewCastle.Location = new System.Drawing.Point(8, 16); this.ListViewCastle.Name = "ListViewCastle"; this.ListViewCastle.Size = new System.Drawing.Size(177, 233); this.ListViewCastle.TabIndex = 0; this.ListViewCastle.UseCompatibleStateImageBehavior = false; this.ListViewCastle.View = System.Windows.Forms.View.Details; this.ListViewCastle.Click += new System.EventHandler(this.ListViewCastleClick); // // _column_342 // this._column_342.Name = "_column_342"; this._column_342.Text = "序号"; this._column_342.Width = 43; // // _column_343 // this._column_343.Name = "_column_343"; this._column_343.Text = "编号"; // // _column_344 // this._column_344.Name = "_column_344"; this._column_344.Text = "名称"; this._column_344.Width = 67; // // GroupBox2 // this.GroupBox2.Controls.Add(this.PageControlCastle); this.GroupBox2.Location = new System.Drawing.Point(208, 8); this.GroupBox2.Name = "GroupBox2"; this.GroupBox2.Size = new System.Drawing.Size(353, 257); this.GroupBox2.TabIndex = 1; this.GroupBox2.TabStop = false; this.GroupBox2.Text = "城堡信息"; // // PageControlCastle // this.PageControlCastle.Controls.Add(this.TabSheet1); this.PageControlCastle.Controls.Add(this.TabSheet3); this.PageControlCastle.Controls.Add(this.TabSheet2); this.PageControlCastle.Controls.Add(this.TabSheet4); this.PageControlCastle.Location = new System.Drawing.Point(5, 16); this.PageControlCastle.Name = "PageControlCastle"; this.PageControlCastle.SelectedIndex = 0; this.PageControlCastle.Size = new System.Drawing.Size(340, 234); this.PageControlCastle.TabIndex = 0; // // TabSheet1 // this.TabSheet1.Controls.Add(this.GroupBox3); this.TabSheet1.Controls.Add(this.Button1); this.TabSheet1.Controls.Add(this.Button2); this.TabSheet1.Location = new System.Drawing.Point(4, 22); this.TabSheet1.Name = "TabSheet1"; this.TabSheet1.Size = new System.Drawing.Size(332, 208); this.TabSheet1.TabIndex = 0; this.TabSheet1.Text = "基本状态"; // // GroupBox3 // this.GroupBox3.Controls.Add(this.Label2); this.GroupBox3.Controls.Add(this.Label1); this.GroupBox3.Controls.Add(this.Label3); this.GroupBox3.Controls.Add(this.Label7); this.GroupBox3.Controls.Add(this.Label8); this.GroupBox3.Controls.Add(this.EditOwenGuildName); this.GroupBox3.Controls.Add(this.EditTotalGold); this.GroupBox3.Controls.Add(this.EditTodayIncome); this.GroupBox3.Controls.Add(this.EditTechLevel); this.GroupBox3.Controls.Add(this.EditPower); this.GroupBox3.Location = new System.Drawing.Point(6, 5); this.GroupBox3.Name = "GroupBox3"; this.GroupBox3.Size = new System.Drawing.Size(321, 92); this.GroupBox3.TabIndex = 0; this.GroupBox3.TabStop = false; // // Label2 // this.Label2.Location = new System.Drawing.Point(8, 20); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(54, 12); this.Label2.TabIndex = 0; this.Label2.Text = "所属行会:"; // // Label1 // this.Label1.Location = new System.Drawing.Point(8, 44); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(54, 12); this.Label1.TabIndex = 1; this.Label1.Text = "资金总数:"; // // Label3 // this.Label3.Location = new System.Drawing.Point(8, 68); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(54, 12); this.Label3.TabIndex = 2; this.Label3.Text = "当天收入:"; // // Label7 // this.Label7.Location = new System.Drawing.Point(152, 44); this.Label7.Name = "Label7"; this.Label7.Size = new System.Drawing.Size(30, 12); this.Label7.TabIndex = 3; this.Label7.Text = "等级:"; // // Label8 // this.Label8.Location = new System.Drawing.Point(152, 68); this.Label8.Name = "Label8"; this.Label8.Size = new System.Drawing.Size(30, 12); this.Label8.TabIndex = 4; this.Label8.Text = "能源:"; // // EditOwenGuildName // this.EditOwenGuildName.Location = new System.Drawing.Point(64, 16); this.EditOwenGuildName.Name = "EditOwenGuildName"; this.EditOwenGuildName.Size = new System.Drawing.Size(169, 21); this.EditOwenGuildName.TabIndex = 0; this.EditOwenGuildName.Click += new System.EventHandler(this.EditOwenGuildNameClick); // // EditTotalGold // this.EditTotalGold.Location = new System.Drawing.Point(64, 40); this.EditTotalGold.Name = "EditTotalGold"; this.EditTotalGold.Size = new System.Drawing.Size(81, 21); this.EditTotalGold.TabIndex = 1; // // EditTodayIncome // this.EditTodayIncome.Location = new System.Drawing.Point(64, 64); this.EditTodayIncome.Name = "EditTodayIncome"; this.EditTodayIncome.Size = new System.Drawing.Size(81, 21); this.EditTodayIncome.TabIndex = 2; // // EditTechLevel // this.EditTechLevel.Location = new System.Drawing.Point(184, 40); this.EditTechLevel.Name = "EditTechLevel"; this.EditTechLevel.Size = new System.Drawing.Size(49, 21); this.EditTechLevel.TabIndex = 3; // // EditPower // this.EditPower.Location = new System.Drawing.Point(184, 64); this.EditPower.Name = "EditPower"; this.EditPower.Size = new System.Drawing.Size(49, 21); this.EditPower.TabIndex = 4; // // TabSheet3 // this.TabSheet3.Controls.Add(this.GroupBox5); this.TabSheet3.ImageIndex = 2; this.TabSheet3.Location = new System.Drawing.Point(4, 22); this.TabSheet3.Name = "TabSheet3"; this.TabSheet3.Size = new System.Drawing.Size(332, 208); this.TabSheet3.TabIndex = 1; this.TabSheet3.Text = "守卫状态"; // // GroupBox5 // this.GroupBox5.Controls.Add(this.ListViewGuard); this.GroupBox5.Controls.Add(this.ButtonRefresh); this.GroupBox5.Location = new System.Drawing.Point(0, -1); this.GroupBox5.Name = "GroupBox5"; this.GroupBox5.Size = new System.Drawing.Size(332, 205); this.GroupBox5.TabIndex = 0; this.GroupBox5.TabStop = false; // // ListViewGuard // this.ListViewGuard.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this._column_345, this._column_346, this._column_347, this._column_348, this._column_349 }); this.ListViewGuard.FullRowSelect = true; this.ListViewGuard.GridLines = true; this.ListViewGuard.Location = new System.Drawing.Point(3, 9); this.ListViewGuard.Name = "ListViewGuard"; this.ListViewGuard.Size = new System.Drawing.Size(326, 156); this.ListViewGuard.TabIndex = 0; this.ListViewGuard.UseCompatibleStateImageBehavior = false; this.ListViewGuard.View = System.Windows.Forms.View.Details; // // _column_345 // this._column_345.Name = "_column_345"; this._column_345.Text = "序号"; // // _column_346 // this._column_346.Name = "_column_346"; this._column_346.Text = "名称"; // // _column_347 // this._column_347.Name = "_column_347"; this._column_347.Text = "座标"; // // _column_348 // this._column_348.Name = "_column_348"; this._column_348.Text = "血量"; // // _column_349 // this._column_349.Name = "_column_349"; this._column_349.Text = "城门状态"; // // ButtonRefresh // this.ButtonRefresh.Location = new System.Drawing.Point(240, 168); this.ButtonRefresh.Name = "ButtonRefresh"; this.ButtonRefresh.Size = new System.Drawing.Size(65, 25); this.ButtonRefresh.TabIndex = 1; this.ButtonRefresh.Text = "刷新(&R)"; this.ButtonRefresh.Click += new System.EventHandler(this.ButtonRefreshClick); // // TabSheet2 // this.TabSheet2.Controls.Add(this.GroupBox4); this.TabSheet2.ImageIndex = 1; this.TabSheet2.Location = new System.Drawing.Point(4, 22); this.TabSheet2.Name = "TabSheet2"; this.TabSheet2.Size = new System.Drawing.Size(332, 208); this.TabSheet2.TabIndex = 2; this.TabSheet2.Text = "设置"; // // GroupBox4 // this.GroupBox4.Controls.Add(this.Label4); this.GroupBox4.Controls.Add(this.Label5); this.GroupBox4.Controls.Add(this.Label6); this.GroupBox4.Controls.Add(this.Label9); this.GroupBox4.Controls.Add(this.Label10); this.GroupBox4.Controls.Add(this.Label11); this.GroupBox4.Controls.Add(this.EditCastleName); this.GroupBox4.Controls.Add(this.EditCastleOfGuild); this.GroupBox4.Controls.Add(this.EditHomeMap); this.GroupBox4.Controls.Add(this.EditTunnelMap); this.GroupBox4.Controls.Add(this.EditPalace); this.GroupBox4.Controls.Add(this.SpinEditNomeX); this.GroupBox4.Controls.Add(this.SpinEditNomeY); this.GroupBox4.Controls.Add(this.ButtonSave); this.GroupBox4.Location = new System.Drawing.Point(6, 5); this.GroupBox4.Name = "GroupBox4"; this.GroupBox4.Size = new System.Drawing.Size(321, 196); this.GroupBox4.TabIndex = 0; this.GroupBox4.TabStop = false; // // Label4 // this.Label4.Location = new System.Drawing.Point(8, 20); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(54, 12); this.Label4.TabIndex = 0; this.Label4.Text = "城堡名称:"; // // Label5 // this.Label5.Location = new System.Drawing.Point(8, 44); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(54, 12); this.Label5.TabIndex = 1; this.Label5.Text = "所属行会:"; // // Label6 // this.Label6.Location = new System.Drawing.Point(176, 68); this.Label6.Name = "Label6"; this.Label6.Size = new System.Drawing.Size(54, 12); this.Label6.TabIndex = 2; this.Label6.Text = "回城地图:"; // // Label9 // this.Label9.Location = new System.Drawing.Point(8, 92); this.Label9.Name = "Label9"; this.Label9.Size = new System.Drawing.Size(54, 12); this.Label9.TabIndex = 3; this.Label9.Text = "回城坐标:"; // // Label10 // this.Label10.Location = new System.Drawing.Point(176, 92); this.Label10.Name = "Label10"; this.Label10.Size = new System.Drawing.Size(54, 12); this.Label10.TabIndex = 4; this.Label10.Text = "密道地图:"; // // Label11 // this.Label11.Location = new System.Drawing.Point(8, 68); this.Label11.Name = "Label11"; this.Label11.Size = new System.Drawing.Size(54, 12); this.Label11.TabIndex = 5; this.Label11.Text = "皇宫地图:"; // // EditCastleName // this.EditCastleName.Location = new System.Drawing.Point(64, 16); this.EditCastleName.Name = "EditCastleName"; this.EditCastleName.Size = new System.Drawing.Size(249, 21); this.EditCastleName.TabIndex = 0; // // EditCastleOfGuild // this.EditCastleOfGuild.Location = new System.Drawing.Point(64, 40); this.EditCastleOfGuild.Name = "EditCastleOfGuild"; this.EditCastleOfGuild.Size = new System.Drawing.Size(249, 21); this.EditCastleOfGuild.TabIndex = 1; // // EditHomeMap // this.EditHomeMap.Location = new System.Drawing.Point(232, 64); this.EditHomeMap.Name = "EditHomeMap"; this.EditHomeMap.Size = new System.Drawing.Size(81, 21); this.EditHomeMap.TabIndex = 2; // // EditTunnelMap // this.EditTunnelMap.Location = new System.Drawing.Point(232, 88); this.EditTunnelMap.Name = "EditTunnelMap"; this.EditTunnelMap.Size = new System.Drawing.Size(81, 21); this.EditTunnelMap.TabIndex = 3; // // EditPalace // this.EditPalace.Location = new System.Drawing.Point(64, 64); this.EditPalace.Name = "EditPalace"; this.EditPalace.Size = new System.Drawing.Size(105, 21); this.EditPalace.TabIndex = 4; // // SpinEditNomeX // this.SpinEditNomeX.Location = new System.Drawing.Point(64, 88); this.SpinEditNomeX.Name = "SpinEditNomeX"; this.SpinEditNomeX.Size = new System.Drawing.Size(57, 21); this.SpinEditNomeX.TabIndex = 5; // // SpinEditNomeY // this.SpinEditNomeY.Location = new System.Drawing.Point(120, 88); this.SpinEditNomeY.Name = "SpinEditNomeY"; this.SpinEditNomeY.Size = new System.Drawing.Size(49, 21); this.SpinEditNomeY.TabIndex = 6; // // ButtonSave // this.ButtonSave.Location = new System.Drawing.Point(240, 160); this.ButtonSave.Name = "ButtonSave"; this.ButtonSave.Size = new System.Drawing.Size(75, 25); this.ButtonSave.TabIndex = 7; this.ButtonSave.Text = "保存(&S)"; this.ButtonSave.Click += new System.EventHandler(this.ButtonSaveClick); // // TabSheet4 // this.TabSheet4.Controls.Add(this.GroupBox6); this.TabSheet4.ImageIndex = 3; this.TabSheet4.Location = new System.Drawing.Point(4, 22); this.TabSheet4.Name = "TabSheet4"; this.TabSheet4.Size = new System.Drawing.Size(332, 208); this.TabSheet4.TabIndex = 3; this.TabSheet4.Text = "攻城申请"; // // GroupBox6 // this.GroupBox6.Controls.Add(this.ListViewAttackSabukWall); this.GroupBox6.Controls.Add(this.ButtonAttackAd); this.GroupBox6.Controls.Add(this.ButtonAttackEdit); this.GroupBox6.Controls.Add(this.ButtonAttackDel); this.GroupBox6.Controls.Add(this.ButtonAttackR); this.GroupBox6.Location = new System.Drawing.Point(10, 0); this.GroupBox6.Name = "GroupBox6"; this.GroupBox6.Size = new System.Drawing.Size(313, 201); this.GroupBox6.TabIndex = 0; this.GroupBox6.TabStop = false; // // ListViewAttackSabukWall // this.ListViewAttackSabukWall.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this._column_350, this._column_351, this._column_352 }); this.ListViewAttackSabukWall.FullRowSelect = true; this.ListViewAttackSabukWall.GridLines = true; this.ListViewAttackSabukWall.Location = new System.Drawing.Point(8, 16); this.ListViewAttackSabukWall.Name = "ListViewAttackSabukWall"; this.ListViewAttackSabukWall.Size = new System.Drawing.Size(297, 145); this.ListViewAttackSabukWall.TabIndex = 0; this.ListViewAttackSabukWall.UseCompatibleStateImageBehavior = false; this.ListViewAttackSabukWall.View = System.Windows.Forms.View.Details; this.ListViewAttackSabukWall.Click += new System.EventHandler(this.ListViewAttackSabukWallClick); // // _column_350 // this._column_350.Name = "_column_350"; this._column_350.Text = "序号"; // // _column_351 // this._column_351.Name = "_column_351"; this._column_351.Text = "行会名称"; // // _column_352 // this._column_352.Name = "_column_352"; this._column_352.Text = "攻城时间"; // // ButtonAttackAd // this.ButtonAttackAd.Location = new System.Drawing.Point(8, 168); this.ButtonAttackAd.Name = "ButtonAttackAd"; this.ButtonAttackAd.Size = new System.Drawing.Size(65, 25); this.ButtonAttackAd.TabIndex = 1; this.ButtonAttackAd.Text = "增加(&A)"; this.ButtonAttackAd.Click += new System.EventHandler(this.ButtonAttackAdClick); // // ButtonAttackEdit // this.ButtonAttackEdit.Location = new System.Drawing.Point(80, 168); this.ButtonAttackEdit.Name = "ButtonAttackEdit"; this.ButtonAttackEdit.Size = new System.Drawing.Size(65, 25); this.ButtonAttackEdit.TabIndex = 2; this.ButtonAttackEdit.Text = "编辑(&E)"; this.ButtonAttackEdit.Click += new System.EventHandler(this.ButtonAttackEditClick); // // ButtonAttackDel // this.ButtonAttackDel.Location = new System.Drawing.Point(152, 168); this.ButtonAttackDel.Name = "ButtonAttackDel"; this.ButtonAttackDel.Size = new System.Drawing.Size(65, 25); this.ButtonAttackDel.TabIndex = 3; this.ButtonAttackDel.Text = "删除(&D)"; this.ButtonAttackDel.Click += new System.EventHandler(this.ButtonAttackDelClick); // // ButtonAttackR // this.ButtonAttackR.Location = new System.Drawing.Point(240, 168); this.ButtonAttackR.Name = "ButtonAttackR"; this.ButtonAttackR.Size = new System.Drawing.Size(67, 25); this.ButtonAttackR.TabIndex = 4; this.ButtonAttackR.Text = "刷新(&R)"; this.ButtonAttackR.Click += new System.EventHandler(this.ButtonAttackRClick); // // TfrmCastleManage // this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(564, 279); this.Controls.Add(this.GroupBox1); this.Controls.Add(this.GroupBox2); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Location = new System.Drawing.Point(453, 94); this.MaximizeBox = false; this.Name = "TfrmCastleManage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "城堡管理"; this.Closed += new System.EventHandler(this.FormClose); this.GroupBox1.ResumeLayout(false); this.GroupBox2.ResumeLayout(false); this.PageControlCastle.ResumeLayout(false); this.TabSheet1.ResumeLayout(false); this.GroupBox3.ResumeLayout(false); this.GroupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.EditTotalGold)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EditTodayIncome)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EditTechLevel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EditPower)).EndInit(); this.TabSheet3.ResumeLayout(false); this.GroupBox5.ResumeLayout(false); this.TabSheet2.ResumeLayout(false); this.GroupBox4.ResumeLayout(false); this.GroupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeY)).EndInit(); this.TabSheet4.ResumeLayout(false); this.GroupBox6.ResumeLayout(false); 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(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.CSVFormatsCombo = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.label4 = new System.Windows.Forms.Label(); this.MarketDataTypesListBox = new System.Windows.Forms.ListBox(); this.DateTimeFormatTextBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.FileColumnsLabel = new System.Windows.Forms.Label(); this.ColumnsInCSVTextBox = new System.Windows.Forms.TextBox(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 437); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(391, 22); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17); this.toolStripStatusLabel1.Text = "Nothing"; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.Yes; this.button1.Location = new System.Drawing.Point(100, 335); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(121, 37); this.button1.TabIndex = 1; this.button1.Text = "Load CSV"; this.toolTip1.SetToolTip(this.button1, "Load your CSV"); this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(66, 403); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(267, 20); this.textBox1.TabIndex = 2; this.toolTip1.SetToolTip(this.textBox1, "Path to your file"); // // CSVFormatsCombo // this.CSVFormatsCombo.FormattingEnabled = true; this.CSVFormatsCombo.Location = new System.Drawing.Point(100, 6); this.CSVFormatsCombo.Name = "CSVFormatsCombo"; this.CSVFormatsCombo.Size = new System.Drawing.Size(121, 21); this.CSVFormatsCombo.TabIndex = 3; this.toolTip1.SetToolTip(this.CSVFormatsCombo, "CSVFormat to use"); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 410); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 13); this.label1.TabIndex = 4; this.label1.Text = "Loaded file"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 5; this.label2.Text = "CSV Format"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 359); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 13); this.label3.TabIndex = 6; this.label3.Text = "Load CSV"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(4, 68); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(87, 13); this.label4.TabIndex = 7; this.label4.Text = "MarketDataType"; this.toolTip1.SetToolTip(this.label4, "Choose which data type will be loaded"); // // MarketDataTypesListBox // this.MarketDataTypesListBox.FormattingEnabled = true; this.MarketDataTypesListBox.Location = new System.Drawing.Point(100, 52); this.MarketDataTypesListBox.Name = "MarketDataTypesListBox"; this.MarketDataTypesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.MarketDataTypesListBox.Size = new System.Drawing.Size(120, 95); this.MarketDataTypesListBox.TabIndex = 8; this.toolTip1.SetToolTip(this.MarketDataTypesListBox, "Market data types to use in your csv"); // // DateTimeFormatTextBox // this.DateTimeFormatTextBox.Location = new System.Drawing.Point(100, 231); this.DateTimeFormatTextBox.Name = "DateTimeFormatTextBox"; this.DateTimeFormatTextBox.Size = new System.Drawing.Size(229, 20); this.DateTimeFormatTextBox.TabIndex = 11; this.DateTimeFormatTextBox.Text = "yyyy.MM.dd HH:mm:ss"; this.toolTip1.SetToolTip(this.DateTimeFormatTextBox, "the datetime format used in the file"); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 237); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(85, 13); this.label5.TabIndex = 12; this.label5.Text = "DateTime format"; this.toolTip1.SetToolTip(this.label5, "change the datetime format"); // // FileColumnsLabel // this.FileColumnsLabel.AutoSize = true; this.FileColumnsLabel.Location = new System.Drawing.Point(4, 170); this.FileColumnsLabel.Name = "FileColumnsLabel"; this.FileColumnsLabel.Size = new System.Drawing.Size(78, 13); this.FileColumnsLabel.TabIndex = 9; this.FileColumnsLabel.Text = "Columns Setup"; // // ColumnsInCSVTextBox // this.ColumnsInCSVTextBox.Location = new System.Drawing.Point(100, 170); this.ColumnsInCSVTextBox.Name = "ColumnsInCSVTextBox"; this.ColumnsInCSVTextBox.Size = new System.Drawing.Size(229, 20); this.ColumnsInCSVTextBox.TabIndex = 10; // // CSVFormLoader // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(391, 459); this.Controls.Add(this.label5); this.Controls.Add(this.DateTimeFormatTextBox); this.Controls.Add(this.ColumnsInCSVTextBox); this.Controls.Add(this.FileColumnsLabel); this.Controls.Add(this.MarketDataTypesListBox); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.CSVFormatsCombo); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Controls.Add(this.statusStrip1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CSVFormLoader"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CSVFormLoader"; this.Load += new System.EventHandler(this.CSVFormLoader_Load); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.btnAccept = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lblRestriction = new System.Windows.Forms.Label(); this.cmbRestriction = new System.Windows.Forms.ComboBox(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.imgPortrait = new GKUI.Components.GKPortrait(); this.lblMarriedSurname = new System.Windows.Forms.Label(); this.lblSurname = new System.Windows.Forms.Label(); this.lblName = new System.Windows.Forms.Label(); this.lblPatronymic = new System.Windows.Forms.Label(); this.lblSex = new System.Windows.Forms.Label(); this.lblSurnamePrefix = new System.Windows.Forms.Label(); this.lblNamePrefix = new System.Windows.Forms.Label(); this.lblNameSuffix = new System.Windows.Forms.Label(); this.lblNickname = new System.Windows.Forms.Label(); this.btnPortraitAdd = new System.Windows.Forms.Button(); this.btnPortraitDelete = new System.Windows.Forms.Button(); this.txtMarriedSurname = new System.Windows.Forms.TextBox(); this.txtSurname = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.cmbPatronymic = new System.Windows.Forms.ComboBox(); this.cmbSex = new System.Windows.Forms.ComboBox(); this.chkPatriarch = new System.Windows.Forms.CheckBox(); this.panCtlParents = new System.Windows.Forms.Panel(); this.txtMother = new System.Windows.Forms.TextBox(); this.lblParents = new System.Windows.Forms.Label(); this.btnParentsAdd = new System.Windows.Forms.Button(); this.btnParentsEdit = new System.Windows.Forms.Button(); this.btnParentsDelete = new System.Windows.Forms.Button(); this.btnFatherAdd = new System.Windows.Forms.Button(); this.btnFatherDelete = new System.Windows.Forms.Button(); this.btnFatherSel = new System.Windows.Forms.Button(); this.btnMotherAdd = new System.Windows.Forms.Button(); this.btnMotherDelete = new System.Windows.Forms.Button(); this.btnMotherSel = new System.Windows.Forms.Button(); this.txtFather = new System.Windows.Forms.TextBox(); this.chkBookmark = new System.Windows.Forms.CheckBox(); this.txtSurnamePrefix = new System.Windows.Forms.TextBox(); this.txtNamePrefix = new System.Windows.Forms.TextBox(); this.txtNameSuffix = new System.Windows.Forms.TextBox(); this.txtNickname = new System.Windows.Forms.TextBox(); this.btnNameCopy = new System.Windows.Forms.Button(); this.tabsPersonData = new System.Windows.Forms.TabControl(); this.pageEvents = new System.Windows.Forms.TabPage(); this.pageSpouses = new System.Windows.Forms.TabPage(); this.pageNames = new System.Windows.Forms.TabPage(); this.pageAssociations = new System.Windows.Forms.TabPage(); this.pageGroups = new System.Windows.Forms.TabPage(); this.pageNotes = new System.Windows.Forms.TabPage(); this.pageMultimedia = new System.Windows.Forms.TabPage(); this.pageSources = new System.Windows.Forms.TabPage(); this.pageUserRefs = new System.Windows.Forms.TabPage(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.GroupBox1.SuspendLayout(); this.panCtlParents.SuspendLayout(); this.tabsPersonData.SuspendLayout(); this.SuspendLayout(); // // btnAccept // this.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAccept.Location = new System.Drawing.Point(502, 529); this.btnAccept.Margin = new System.Windows.Forms.Padding(2); this.btnAccept.Name = "btnAccept"; this.btnAccept.Size = new System.Drawing.Size(91, 24); this.btnAccept.TabIndex = 5; this.btnAccept.Text = "btnAccept"; this.btnAccept.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnCancel.Location = new System.Drawing.Point(600, 529); this.btnCancel.Margin = new System.Windows.Forms.Padding(2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(91, 24); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "btnCancel"; this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblRestriction // this.lblRestriction.AutoSize = true; this.lblRestriction.Location = new System.Drawing.Point(9, 531); this.lblRestriction.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblRestriction.Name = "lblRestriction"; this.lblRestriction.Size = new System.Drawing.Size(68, 13); this.lblRestriction.TabIndex = 2; this.lblRestriction.Text = "lblRestriction"; // // cmbRestriction // this.cmbRestriction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRestriction.Location = new System.Drawing.Point(179, 529); this.cmbRestriction.Margin = new System.Windows.Forms.Padding(2); this.cmbRestriction.Name = "cmbRestriction"; this.cmbRestriction.Size = new System.Drawing.Size(163, 21); this.cmbRestriction.TabIndex = 3; this.cmbRestriction.SelectedIndexChanged += new System.EventHandler(this.cbRestriction_SelectedIndexChanged); // // GroupBox1 // this.GroupBox1.Controls.Add(this.imgPortrait); this.GroupBox1.Controls.Add(this.lblMarriedSurname); this.GroupBox1.Controls.Add(this.lblSurname); this.GroupBox1.Controls.Add(this.lblName); this.GroupBox1.Controls.Add(this.lblPatronymic); this.GroupBox1.Controls.Add(this.lblSex); this.GroupBox1.Controls.Add(this.lblSurnamePrefix); this.GroupBox1.Controls.Add(this.lblNamePrefix); this.GroupBox1.Controls.Add(this.lblNameSuffix); this.GroupBox1.Controls.Add(this.lblNickname); this.GroupBox1.Controls.Add(this.btnPortraitAdd); this.GroupBox1.Controls.Add(this.btnPortraitDelete); this.GroupBox1.Controls.Add(this.txtMarriedSurname); this.GroupBox1.Controls.Add(this.txtSurname); this.GroupBox1.Controls.Add(this.txtName); this.GroupBox1.Controls.Add(this.cmbPatronymic); this.GroupBox1.Controls.Add(this.cmbSex); this.GroupBox1.Controls.Add(this.chkPatriarch); this.GroupBox1.Controls.Add(this.panCtlParents); this.GroupBox1.Controls.Add(this.chkBookmark); this.GroupBox1.Controls.Add(this.txtSurnamePrefix); this.GroupBox1.Controls.Add(this.txtNamePrefix); this.GroupBox1.Controls.Add(this.txtNameSuffix); this.GroupBox1.Controls.Add(this.txtNickname); this.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.GroupBox1.Location = new System.Drawing.Point(0, 0); this.GroupBox1.Margin = new System.Windows.Forms.Padding(2); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Padding = new System.Windows.Forms.Padding(2); this.GroupBox1.Size = new System.Drawing.Size(699, 258); this.GroupBox1.TabIndex = 0; this.GroupBox1.TabStop = false; // // imgPortrait // this.imgPortrait.Cursor = System.Windows.Forms.Cursors.Arrow; this.imgPortrait.Image = null; this.imgPortrait.Location = new System.Drawing.Point(537, 12); this.imgPortrait.Name = "imgPortrait"; this.imgPortrait.Size = new System.Drawing.Size(149, 165); this.imgPortrait.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal; this.imgPortrait.SlidePanelHeight = 36; this.imgPortrait.PixelSpeed = 5; this.imgPortrait.TabIndex = 22; // // lblMarriedSurname // this.lblMarriedSurname.AutoSize = true; this.lblMarriedSurname.Location = new System.Drawing.Point(9, 56); this.lblMarriedSurname.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblMarriedSurname.Name = "lblMarriedSurname"; this.lblMarriedSurname.Size = new System.Drawing.Size(95, 13); this.lblMarriedSurname.TabIndex = 2; this.lblMarriedSurname.Text = "lblMarriedSurname"; // // lblSurname // this.lblSurname.AutoSize = true; this.lblSurname.Location = new System.Drawing.Point(9, 15); this.lblSurname.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblSurname.Name = "lblSurname"; this.lblSurname.Size = new System.Drawing.Size(59, 13); this.lblSurname.TabIndex = 0; this.lblSurname.Text = "lblSurname"; // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(9, 94); this.lblName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(44, 13); this.lblName.TabIndex = 4; this.lblName.Text = "lblName"; // // lblPatronymic // this.lblPatronymic.AutoSize = true; this.lblPatronymic.Location = new System.Drawing.Point(9, 132); this.lblPatronymic.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblPatronymic.Name = "lblPatronymic"; this.lblPatronymic.Size = new System.Drawing.Size(70, 13); this.lblPatronymic.TabIndex = 6; this.lblPatronymic.Text = "lblPatronymic"; // // lblSex // this.lblSex.AutoSize = true; this.lblSex.Location = new System.Drawing.Point(360, 94); this.lblSex.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblSex.Name = "lblSex"; this.lblSex.Size = new System.Drawing.Size(35, 13); this.lblSex.TabIndex = 16; this.lblSex.Text = "lblSex"; // // lblSurnamePrefix // this.lblSurnamePrefix.AutoSize = true; this.lblSurnamePrefix.Location = new System.Drawing.Point(207, 15); this.lblSurnamePrefix.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblSurnamePrefix.Name = "lblSurnamePrefix"; this.lblSurnamePrefix.Size = new System.Drawing.Size(87, 13); this.lblSurnamePrefix.TabIndex = 8; this.lblSurnamePrefix.Text = "lblSurnamePrefix"; // // lblNamePrefix // this.lblNamePrefix.AutoSize = true; this.lblNamePrefix.Location = new System.Drawing.Point(207, 54); this.lblNamePrefix.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblNamePrefix.Name = "lblNamePrefix"; this.lblNamePrefix.Size = new System.Drawing.Size(72, 13); this.lblNamePrefix.TabIndex = 10; this.lblNamePrefix.Text = "lblNamePrefix"; // // lblNameSuffix // this.lblNameSuffix.AutoSize = true; this.lblNameSuffix.Location = new System.Drawing.Point(207, 94); this.lblNameSuffix.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblNameSuffix.Name = "lblNameSuffix"; this.lblNameSuffix.Size = new System.Drawing.Size(72, 13); this.lblNameSuffix.TabIndex = 12; this.lblNameSuffix.Text = "lblNameSuffix"; // // lblNickname // this.lblNickname.AutoSize = true; this.lblNickname.Location = new System.Drawing.Point(207, 132); this.lblNickname.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblNickname.Name = "lblNickname"; this.lblNickname.Size = new System.Drawing.Size(62, 13); this.lblNickname.TabIndex = 14; this.lblNickname.Text = "lblNickname"; // // btnPortraitAdd // this.btnPortraitAdd.Location = new System.Drawing.Point(618, 148); this.btnPortraitAdd.Margin = new System.Windows.Forms.Padding(2); this.btnPortraitAdd.Name = "btnPortraitAdd"; this.btnPortraitAdd.Size = new System.Drawing.Size(29, 29); this.btnPortraitAdd.TabIndex = 19; this.btnPortraitAdd.TabStop = false; this.btnPortraitAdd.Click += new System.EventHandler(this.btnPortraitAdd_Click); // // btnPortraitDelete // this.btnPortraitDelete.Location = new System.Drawing.Point(654, 148); this.btnPortraitDelete.Margin = new System.Windows.Forms.Padding(2); this.btnPortraitDelete.Name = "btnPortraitDelete"; this.btnPortraitDelete.Size = new System.Drawing.Size(29, 29); this.btnPortraitDelete.TabIndex = 20; this.btnPortraitDelete.TabStop = false; this.btnPortraitDelete.Click += new System.EventHandler(this.btnPortraitDelete_Click); // // txtMarriedSurname // this.txtMarriedSurname.Location = new System.Drawing.Point(9, 70); this.txtMarriedSurname.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.txtMarriedSurname.Name = "txtMarriedSurname"; this.txtMarriedSurname.Size = new System.Drawing.Size(182, 21); this.txtMarriedSurname.TabIndex = 3; this.txtMarriedSurname.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edSurname_KeyDown); this.txtMarriedSurname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edSurname_KeyPress); // // txtSurname // this.txtSurname.Location = new System.Drawing.Point(9, 31); this.txtSurname.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.txtSurname.Name = "txtSurname"; this.txtSurname.Size = new System.Drawing.Size(182, 21); this.txtSurname.TabIndex = 1; this.txtSurname.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edSurname_KeyDown); this.txtSurname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edSurname_KeyPress); // // txtName // this.txtName.Location = new System.Drawing.Point(9, 108); this.txtName.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(182, 21); this.txtName.TabIndex = 5; this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edSurname_KeyDown); this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edSurname_KeyPress); // // cmbPatronymic // this.cmbPatronymic.Location = new System.Drawing.Point(9, 147); this.cmbPatronymic.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.cmbPatronymic.Name = "cmbPatronymic"; this.cmbPatronymic.Size = new System.Drawing.Size(182, 21); this.cmbPatronymic.TabIndex = 7; this.cmbPatronymic.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edSurname_KeyDown); this.cmbPatronymic.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edSurname_KeyPress); // // cmbSex // this.cmbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSex.Location = new System.Drawing.Point(360, 108); this.cmbSex.Margin = new System.Windows.Forms.Padding(2); this.cmbSex.Name = "cmbSex"; this.cmbSex.Size = new System.Drawing.Size(154, 21); this.cmbSex.TabIndex = 17; this.cmbSex.SelectedIndexChanged += new System.EventHandler(this.cbSex_SelectedIndexChanged); // // chkPatriarch // this.chkPatriarch.AutoSize = true; this.chkPatriarch.Location = new System.Drawing.Point(358, 140); this.chkPatriarch.Margin = new System.Windows.Forms.Padding(2); this.chkPatriarch.Name = "chkPatriarch"; this.chkPatriarch.Size = new System.Drawing.Size(85, 17); this.chkPatriarch.TabIndex = 18; this.chkPatriarch.Text = "chkPatriarch"; // // panCtlParents // this.panCtlParents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panCtlParents.Controls.Add(this.txtMother); this.panCtlParents.Controls.Add(this.lblParents); this.panCtlParents.Controls.Add(this.btnParentsAdd); this.panCtlParents.Controls.Add(this.btnParentsEdit); this.panCtlParents.Controls.Add(this.btnParentsDelete); this.panCtlParents.Controls.Add(this.btnFatherAdd); this.panCtlParents.Controls.Add(this.btnFatherDelete); this.panCtlParents.Controls.Add(this.btnFatherSel); this.panCtlParents.Controls.Add(this.btnMotherAdd); this.panCtlParents.Controls.Add(this.btnMotherDelete); this.panCtlParents.Controls.Add(this.btnMotherSel); this.panCtlParents.Controls.Add(this.txtFather); this.panCtlParents.Location = new System.Drawing.Point(2, 186); this.panCtlParents.Margin = new System.Windows.Forms.Padding(2); this.panCtlParents.Name = "panCtlParents"; this.panCtlParents.Size = new System.Drawing.Size(696, 69); this.panCtlParents.TabIndex = 21; // // txtMother // this.txtMother.ForeColor = System.Drawing.SystemColors.Control; this.txtMother.Location = new System.Drawing.Point(331, 8); this.txtMother.Margin = new System.Windows.Forms.Padding(2); this.txtMother.Name = "txtMother"; this.txtMother.ReadOnly = true; this.txtMother.Size = new System.Drawing.Size(252, 21); this.txtMother.TabIndex = 2; // // lblParents // this.lblParents.AutoSize = true; this.lblParents.Location = new System.Drawing.Point(10, 11); this.lblParents.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblParents.Name = "lblParents"; this.lblParents.Size = new System.Drawing.Size(54, 13); this.lblParents.TabIndex = 0; this.lblParents.Text = "lblParents"; // // btnParentsAdd // this.btnParentsAdd.Location = new System.Drawing.Point(588, 5); this.btnParentsAdd.Margin = new System.Windows.Forms.Padding(2); this.btnParentsAdd.Name = "btnParentsAdd"; this.btnParentsAdd.Size = new System.Drawing.Size(29, 29); this.btnParentsAdd.TabIndex = 3; this.btnParentsAdd.Click += new System.EventHandler(this.btnParentsAdd_Click); // // btnParentsEdit // this.btnParentsEdit.Location = new System.Drawing.Point(621, 5); this.btnParentsEdit.Margin = new System.Windows.Forms.Padding(2); this.btnParentsEdit.Name = "btnParentsEdit"; this.btnParentsEdit.Size = new System.Drawing.Size(29, 29); this.btnParentsEdit.TabIndex = 4; this.btnParentsEdit.Click += new System.EventHandler(this.btnParentsEdit_Click); // // btnParentsDelete // this.btnParentsDelete.Location = new System.Drawing.Point(653, 5); this.btnParentsDelete.Margin = new System.Windows.Forms.Padding(2); this.btnParentsDelete.Name = "btnParentsDelete"; this.btnParentsDelete.Size = new System.Drawing.Size(30, 29); this.btnParentsDelete.TabIndex = 5; this.btnParentsDelete.Click += new System.EventHandler(this.btnParentsDelete_Click); // // btnFatherAdd // this.btnFatherAdd.Location = new System.Drawing.Point(222, 34); this.btnFatherAdd.Margin = new System.Windows.Forms.Padding(2); this.btnFatherAdd.Name = "btnFatherAdd"; this.btnFatherAdd.Size = new System.Drawing.Size(29, 29); this.btnFatherAdd.TabIndex = 6; this.btnFatherAdd.Click += new System.EventHandler(this.btnFatherAdd_Click); // // btnFatherDelete // this.btnFatherDelete.Location = new System.Drawing.Point(258, 34); this.btnFatherDelete.Margin = new System.Windows.Forms.Padding(2); this.btnFatherDelete.Name = "btnFatherDelete"; this.btnFatherDelete.Size = new System.Drawing.Size(29, 29); this.btnFatherDelete.TabIndex = 7; this.btnFatherDelete.Click += new System.EventHandler(this.btnFatherDelete_Click); // // btnFatherSel // this.btnFatherSel.Location = new System.Drawing.Point(294, 34); this.btnFatherSel.Margin = new System.Windows.Forms.Padding(2); this.btnFatherSel.Name = "btnFatherSel"; this.btnFatherSel.Size = new System.Drawing.Size(29, 29); this.btnFatherSel.TabIndex = 8; this.btnFatherSel.Click += new System.EventHandler(this.btnFatherSel_Click); // // btnMotherAdd // this.btnMotherAdd.Location = new System.Drawing.Point(482, 34); this.btnMotherAdd.Margin = new System.Windows.Forms.Padding(2); this.btnMotherAdd.Name = "btnMotherAdd"; this.btnMotherAdd.Size = new System.Drawing.Size(29, 29); this.btnMotherAdd.TabIndex = 9; this.btnMotherAdd.Click += new System.EventHandler(this.btnMotherAdd_Click); // // btnMotherDelete // this.btnMotherDelete.Location = new System.Drawing.Point(518, 34); this.btnMotherDelete.Margin = new System.Windows.Forms.Padding(2); this.btnMotherDelete.Name = "btnMotherDelete"; this.btnMotherDelete.Size = new System.Drawing.Size(29, 29); this.btnMotherDelete.TabIndex = 10; this.btnMotherDelete.Click += new System.EventHandler(this.btnMotherDelete_Click); // // btnMotherSel // this.btnMotherSel.Location = new System.Drawing.Point(554, 34); this.btnMotherSel.Margin = new System.Windows.Forms.Padding(2); this.btnMotherSel.Name = "btnMotherSel"; this.btnMotherSel.Size = new System.Drawing.Size(29, 29); this.btnMotherSel.TabIndex = 11; this.btnMotherSel.Click += new System.EventHandler(this.btnMotherSel_Click); // // txtFather // this.txtFather.ForeColor = System.Drawing.SystemColors.Control; this.txtFather.Location = new System.Drawing.Point(72, 8); this.txtFather.Margin = new System.Windows.Forms.Padding(2); this.txtFather.Name = "txtFather"; this.txtFather.ReadOnly = true; this.txtFather.Size = new System.Drawing.Size(251, 21); this.txtFather.TabIndex = 1; // // chkBookmark // this.chkBookmark.AutoSize = true; this.chkBookmark.Location = new System.Drawing.Point(358, 157); this.chkBookmark.Margin = new System.Windows.Forms.Padding(2); this.chkBookmark.Name = "chkBookmark"; this.chkBookmark.Size = new System.Drawing.Size(88, 17); this.chkBookmark.TabIndex = 19; this.chkBookmark.Text = "chkBookmark"; // // txtSurnamePrefix // this.txtSurnamePrefix.Location = new System.Drawing.Point(207, 31); this.txtSurnamePrefix.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.txtSurnamePrefix.Name = "txtSurnamePrefix"; this.txtSurnamePrefix.Size = new System.Drawing.Size(136, 21); this.txtSurnamePrefix.TabIndex = 9; // // txtNamePrefix // this.txtNamePrefix.Location = new System.Drawing.Point(207, 70); this.txtNamePrefix.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.txtNamePrefix.Name = "txtNamePrefix"; this.txtNamePrefix.Size = new System.Drawing.Size(136, 21); this.txtNamePrefix.TabIndex = 11; // // txtNameSuffix // this.txtNameSuffix.Location = new System.Drawing.Point(207, 108); this.txtNameSuffix.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.txtNameSuffix.Name = "txtNameSuffix"; this.txtNameSuffix.Size = new System.Drawing.Size(136, 21); this.txtNameSuffix.TabIndex = 13; // // txtNickname // this.txtNickname.Location = new System.Drawing.Point(207, 147); this.txtNickname.Margin = new System.Windows.Forms.Padding(2, 2, 16, 2); this.txtNickname.Name = "txtNickname"; this.txtNickname.Size = new System.Drawing.Size(136, 21); this.txtNickname.TabIndex = 15; // // btnNameCopy // this.btnNameCopy.Location = new System.Drawing.Point(430, 529); this.btnNameCopy.Margin = new System.Windows.Forms.Padding(2); this.btnNameCopy.Name = "btnNameCopy"; this.btnNameCopy.Size = new System.Drawing.Size(37, 24); this.btnNameCopy.TabIndex = 4; this.btnNameCopy.Click += new System.EventHandler(this.btnNameCopy_Click); // // tabsPersonData // this.tabsPersonData.Controls.Add(this.pageEvents); this.tabsPersonData.Controls.Add(this.pageSpouses); this.tabsPersonData.Controls.Add(this.pageNames); this.tabsPersonData.Controls.Add(this.pageAssociations); this.tabsPersonData.Controls.Add(this.pageGroups); this.tabsPersonData.Controls.Add(this.pageNotes); this.tabsPersonData.Controls.Add(this.pageMultimedia); this.tabsPersonData.Controls.Add(this.pageSources); this.tabsPersonData.Controls.Add(this.pageUserRefs); this.tabsPersonData.Dock = System.Windows.Forms.DockStyle.Top; this.tabsPersonData.Location = new System.Drawing.Point(0, 258); this.tabsPersonData.Margin = new System.Windows.Forms.Padding(2); this.tabsPersonData.Name = "tabsPersonData"; this.tabsPersonData.SelectedIndex = 0; this.tabsPersonData.Size = new System.Drawing.Size(699, 256); this.tabsPersonData.TabIndex = 1; // // pageEvents // this.pageEvents.Location = new System.Drawing.Point(4, 22); this.pageEvents.Margin = new System.Windows.Forms.Padding(2); this.pageEvents.Name = "pageEvents"; this.pageEvents.Size = new System.Drawing.Size(691, 230); this.pageEvents.TabIndex = 0; this.pageEvents.Text = "pageEvents"; // // pageSpouses // this.pageSpouses.Location = new System.Drawing.Point(4, 22); this.pageSpouses.Margin = new System.Windows.Forms.Padding(2); this.pageSpouses.Name = "pageSpouses"; this.pageSpouses.Size = new System.Drawing.Size(691, 230); this.pageSpouses.TabIndex = 1; this.pageSpouses.Text = "pageSpouses"; // // pageNames // this.pageNames.BackColor = System.Drawing.SystemColors.Control; this.pageNames.Location = new System.Drawing.Point(4, 22); this.pageNames.Margin = new System.Windows.Forms.Padding(2); this.pageNames.Name = "pageNames"; this.pageNames.Size = new System.Drawing.Size(691, 230); this.pageNames.TabIndex = 8; this.pageNames.Text = "pageNames"; // // pageAssociations // this.pageAssociations.Location = new System.Drawing.Point(4, 22); this.pageAssociations.Margin = new System.Windows.Forms.Padding(2); this.pageAssociations.Name = "pageAssociations"; this.pageAssociations.Size = new System.Drawing.Size(691, 230); this.pageAssociations.TabIndex = 2; this.pageAssociations.Text = "pageAssociations"; // // pageGroups // this.pageGroups.Location = new System.Drawing.Point(4, 22); this.pageGroups.Margin = new System.Windows.Forms.Padding(2); this.pageGroups.Name = "pageGroups"; this.pageGroups.Size = new System.Drawing.Size(691, 230); this.pageGroups.TabIndex = 3; this.pageGroups.Text = "pageGroups"; // // pageNotes // this.pageNotes.Location = new System.Drawing.Point(4, 22); this.pageNotes.Margin = new System.Windows.Forms.Padding(2); this.pageNotes.Name = "pageNotes"; this.pageNotes.Size = new System.Drawing.Size(691, 230); this.pageNotes.TabIndex = 4; this.pageNotes.Text = "pageNotes"; // // pageMultimedia // this.pageMultimedia.Location = new System.Drawing.Point(4, 22); this.pageMultimedia.Margin = new System.Windows.Forms.Padding(2); this.pageMultimedia.Name = "pageMultimedia"; this.pageMultimedia.Size = new System.Drawing.Size(691, 230); this.pageMultimedia.TabIndex = 5; this.pageMultimedia.Text = "pageMultimedia"; // // pageSources // this.pageSources.Location = new System.Drawing.Point(4, 22); this.pageSources.Margin = new System.Windows.Forms.Padding(2); this.pageSources.Name = "pageSources"; this.pageSources.Size = new System.Drawing.Size(691, 230); this.pageSources.TabIndex = 6; this.pageSources.Text = "pageSources"; // // pageUserRefs // this.pageUserRefs.Location = new System.Drawing.Point(4, 22); this.pageUserRefs.Margin = new System.Windows.Forms.Padding(2); this.pageUserRefs.Name = "pageUserRefs"; this.pageUserRefs.Size = new System.Drawing.Size(691, 230); this.pageUserRefs.TabIndex = 7; this.pageUserRefs.Text = "pageUserRefs"; // // PersonEditDlg // this.AcceptButton = this.btnAccept; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(699, 563); this.Controls.Add(this.tabsPersonData); this.Controls.Add(this.lblRestriction); this.Controls.Add(this.btnNameCopy); this.Controls.Add(this.btnAccept); this.Controls.Add(this.btnCancel); this.Controls.Add(this.cmbRestriction); this.Controls.Add(this.GroupBox1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PersonEditDlg"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "PersonEditDlg"; this.GroupBox1.ResumeLayout(false); this.GroupBox1.PerformLayout(); this.panCtlParents.ResumeLayout(false); this.panCtlParents.PerformLayout(); this.tabsPersonData.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ventas)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.btn_del = new System.Windows.Forms.Button(); this.btn_add = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.telef = new System.Windows.Forms.TextBox(); this.vendpername = new System.Windows.Forms.TextBox(); this.vendperid = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.ctacte = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.txtvuelto = new System.Windows.Forms.TextBox(); this.txtefectivo = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.valventa = new System.Windows.Forms.TextBox(); this.dctoTda = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.lbl_valor = new System.Windows.Forms.Label(); this.totimporte = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.totimpto = new System.Windows.Forms.TextBox(); this.txt_valor = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.dctoTotal = new System.Windows.Forms.TextBox(); this.label39 = new System.Windows.Forms.Label(); this.dctoTarj = new System.Windows.Forms.TextBox(); this.totdscto1 = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.bruto = new System.Windows.Forms.TextBox(); this.label40 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.totpzas = new System.Windows.Forms.TextBox(); this.txt_stock = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.itemsT = new System.Windows.Forms.TextBox(); this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer(); this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.griddetallemov = new System.Windows.Forms.DataGridView(); this.nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.item = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.rollo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unmed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Ubicacion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.direc = new System.Windows.Forms.TextBox(); this.ctactename = new System.Windows.Forms.TextBox(); this.nmruc = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton(); this.chkfijar = new DevExpress.XtraEditors.CheckEdit(); this.cbo_incprec = new System.Windows.Forms.ComboBox(); this.label20 = new System.Windows.Forms.Label(); this.lbltitulo = new System.Windows.Forms.Label(); this.label41 = new System.Windows.Forms.Label(); this.tipimptotasa = new System.Windows.Forms.ComboBox(); this.fechdoc = new System.Windows.Forms.DateTimePicker(); this.moneda = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.numdoc = new System.Windows.Forms.TextBox(); this.tcamb = new System.Windows.Forms.TextBox(); this.tipodoc = new System.Windows.Forms.ComboBox(); this.serdoc = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.Botonera = new System.Windows.Forms.ToolStrip(); this.btn_nuevo = new System.Windows.Forms.ToolStripButton(); this.btn_editar = new System.Windows.Forms.ToolStripButton(); this.btn_cancelar = new System.Windows.Forms.ToolStripButton(); this.btn_grabar = new System.Windows.Forms.ToolStripButton(); this.btn_eliminar = new System.Windows.Forms.ToolStripButton(); this.btn_imprimir = new System.Windows.Forms.ToolStripButton(); this.btnImprimirNoval = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_primero = new System.Windows.Forms.ToolStripButton(); this.btn_anterior = new System.Windows.Forms.ToolStripButton(); this.btn_siguiente = new System.Windows.Forms.ToolStripButton(); this.btn_ultimo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btn_detanadir = new System.Windows.Forms.ToolStripButton(); this.btn_deteliminar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btn_Calculadora = new System.Windows.Forms.ToolStripButton(); this.btn_clave = new System.Windows.Forms.ToolStripButton(); this.btn_log = new System.Windows.Forms.ToolStripButton(); this.btn_upload = new System.Windows.Forms.ToolStripButton(); this.btn_salir = new System.Windows.Forms.ToolStripButton(); this.btn_information = new System.Windows.Forms.ToolStripButton(); this.tipoclieprov = new System.Windows.Forms.Label(); this.lblruc = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer(); this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.pdtimagen = new System.Windows.Forms.PictureBox(); this.lstListaprec = new System.Windows.Forms.ComboBox(); this.label22 = new System.Windows.Forms.Label(); this.btnextraersunat = new DevExpress.XtraEditors.SimpleButton(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.canticombo = new DevExpress.XtraEditors.SpinEdit(); this.label26 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.preccombo = new System.Windows.Forms.TextBox(); this.princombo = new System.Windows.Forms.CheckBox(); this.glosa = new System.Windows.Forms.TextBox(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.label23 = new System.Windows.Forms.Label(); this.importtarj = new System.Windows.Forms.TextBox(); this.lstTarjGroup = new System.Windows.Forms.ListBox(); this.dgbtarjetas = new System.Windows.Forms.DataGridView(); this._tarjetalogo = new System.Windows.Forms.DataGridViewImageColumn(); this._tarjetaid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._tarjetaname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._tarjetanum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._tarjetaimpo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this._ddnni = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.numnotac = new DevComponents.DotNetBar.Controls.TextBoxX(); this.sernotac = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tipnotac = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem5 = new DevComponents.Editors.ComboItem(); this.numguia = new DevComponents.DotNetBar.Controls.TextBoxX(); this.serguia = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tipguia = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.numfac = new DevComponents.DotNetBar.Controls.TextBoxX(); this.serfac = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tipfac = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.recep_fecha = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.recep_dni = new DevComponents.DotNetBar.Controls.TextBoxX(); this.recep_name = new DevComponents.DotNetBar.Controls.TextBoxX(); this.chkNC = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.chkGR = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.chkFA = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.fechnotac = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.fechguia = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.fechfac = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.label29 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).BeginInit(); this.Botonera.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).BeginInit(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).BeginInit(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fechguia)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fechfac)).BeginInit(); this.SuspendLayout(); // // btn_del // this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_del.Image = global::BapFormulariosNet.Properties.Resources.go_remove1; this.btn_del.Location = new System.Drawing.Point(226, 34); this.btn_del.Name = "btn_del"; this.btn_del.Size = new System.Drawing.Size(21, 21); this.btn_del.TabIndex = 99; this.toolTip1.SetToolTip(this.btn_del, "Quitar"); this.btn_del.UseVisualStyleBackColor = true; this.btn_del.Click += new System.EventHandler(this.btn_del_Click); // // btn_add // this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_add.Image = global::BapFormulariosNet.Properties.Resources.go_add1; this.btn_add.Location = new System.Drawing.Point(226, 12); this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(21, 21); this.btn_add.TabIndex = 98; this.toolTip1.SetToolTip(this.btn_add, "Agregar"); this.btn_add.UseVisualStyleBackColor = true; this.btn_add.Click += new System.EventHandler(this.btn_add_Click); // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(302, 128); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(34, 13); this.label12.TabIndex = 92; this.label12.Text = "Telef:"; // // telef // this.telef.Location = new System.Drawing.Point(338, 125); this.telef.MaxLength = 100; this.telef.Name = "telef"; this.telef.Size = new System.Drawing.Size(86, 21); this.telef.TabIndex = 83; // // vendpername // this.vendpername.Location = new System.Drawing.Point(100, 183); this.vendpername.Name = "vendpername"; this.vendpername.Size = new System.Drawing.Size(351, 21); this.vendpername.TabIndex = 81; // // vendperid // this.vendperid.Location = new System.Drawing.Point(64, 183); this.vendperid.MaxLength = 8; this.vendperid.Name = "vendperid"; this.vendperid.Size = new System.Drawing.Size(35, 21); this.vendperid.TabIndex = 80; this.vendperid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.vendperid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.vendperid_KeyDown); // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(3, 186); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(56, 13); this.label11.TabIndex = 78; this.label11.Text = "Vendedor:"; // // ctacte // this.ctacte.Location = new System.Drawing.Point(64, 83); this.ctacte.MaxLength = 7; this.ctacte.Name = "ctacte"; this.ctacte.Size = new System.Drawing.Size(53, 21); this.ctacte.TabIndex = 11; this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown); // // panel2 // this.panel2.BackColor = System.Drawing.Color.Teal; this.panel2.Controls.Add(this.txtvuelto); this.panel2.Controls.Add(this.txtefectivo); this.panel2.Controls.Add(this.label19); this.panel2.Controls.Add(this.label18); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.valventa); this.panel2.Controls.Add(this.dctoTda); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.lbl_valor); this.panel2.Controls.Add(this.totimporte); this.panel2.Controls.Add(this.label14); this.panel2.Controls.Add(this.totimpto); this.panel2.Controls.Add(this.txt_valor); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.dctoTotal); this.panel2.Controls.Add(this.label39); this.panel2.Controls.Add(this.dctoTarj); this.panel2.Controls.Add(this.totdscto1); this.panel2.Controls.Add(this.label17); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.bruto); this.panel2.Controls.Add(this.label40); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.totpzas); this.panel2.Controls.Add(this.txt_stock); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.itemsT); this.panel2.Controls.Add(this.shapeContainer3); this.panel2.Location = new System.Drawing.Point(0, 480); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(989, 80); this.panel2.TabIndex = 73; // // txtvuelto // this.txtvuelto.BackColor = System.Drawing.SystemColors.ScrollBar; this.txtvuelto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtvuelto.Location = new System.Drawing.Point(905, 52); this.txtvuelto.Name = "txtvuelto"; this.txtvuelto.Size = new System.Drawing.Size(75, 20); this.txtvuelto.TabIndex = 101; this.txtvuelto.Text = "00.00"; this.txtvuelto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtefectivo // this.txtefectivo.BackColor = System.Drawing.SystemColors.ScrollBar; this.txtefectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtefectivo.Location = new System.Drawing.Point(904, 29); this.txtefectivo.Name = "txtefectivo"; this.txtefectivo.Size = new System.Drawing.Size(75, 20); this.txtefectivo.TabIndex = 100; this.txtefectivo.Text = "00.00"; this.txtefectivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtefectivo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtefectivo_KeyDown); // // label19 // this.label19.AutoSize = true; this.label19.BackColor = System.Drawing.Color.Transparent; this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label19.ForeColor = System.Drawing.Color.White; this.label19.Location = new System.Drawing.Point(849, 56); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(51, 13); this.label19.TabIndex = 99; this.label19.Text = "Vuelto :"; // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label18.ForeColor = System.Drawing.Color.White; this.label18.Location = new System.Drawing.Point(838, 33); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(62, 13); this.label18.TabIndex = 98; this.label18.Text = "Efectivo :"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(669, 13); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(74, 13); this.label5.TabIndex = 81; this.label5.Text = "Val. Venta :"; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.ForeColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(508, 12); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(68, 13); this.label9.TabIndex = 92; this.label9.Text = "Dcto.Tda :"; // // valventa // this.valventa.BackColor = System.Drawing.SystemColors.ScrollBar; this.valventa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.valventa.Location = new System.Drawing.Point(747, 8); this.valventa.Name = "valventa"; this.valventa.Size = new System.Drawing.Size(75, 20); this.valventa.TabIndex = 80; this.valventa.Text = "100,000.00"; this.valventa.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // dctoTda // this.dctoTda.BackColor = System.Drawing.SystemColors.ScrollBar; this.dctoTda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dctoTda.Location = new System.Drawing.Point(577, 8); this.dctoTda.Name = "dctoTda"; this.dctoTda.Size = new System.Drawing.Size(75, 20); this.dctoTda.TabIndex = 91; this.dctoTda.Text = "00.00"; this.dctoTda.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(677, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(66, 13); this.label4.TabIndex = 83; this.label4.Text = "Impuesto :"; // // lbl_valor // this.lbl_valor.AutoSize = true; this.lbl_valor.BackColor = System.Drawing.Color.Transparent; this.lbl_valor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_valor.ForeColor = System.Drawing.Color.White; this.lbl_valor.Location = new System.Drawing.Point(173, 53); this.lbl_valor.Name = "lbl_valor"; this.lbl_valor.Size = new System.Drawing.Size(72, 13); this.lbl_valor.TabIndex = 87; this.lbl_valor.Text = "Cost.Prom :"; // // totimporte // this.totimporte.BackColor = System.Drawing.Color.YellowGreen; this.totimporte.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totimporte.Location = new System.Drawing.Point(747, 50); this.totimporte.Name = "totimporte"; this.totimporte.Size = new System.Drawing.Size(75, 21); this.totimporte.TabIndex = 84; this.totimporte.Text = "100,000.00"; this.totimporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.ForeColor = System.Drawing.Color.White; this.label14.Location = new System.Drawing.Point(508, 32); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(68, 13); this.label14.TabIndex = 94; this.label14.Text = "Dcto.Tarj :"; // // totimpto // this.totimpto.BackColor = System.Drawing.SystemColors.ScrollBar; this.totimpto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.totimpto.Location = new System.Drawing.Point(747, 29); this.totimpto.Name = "totimpto"; this.totimpto.Size = new System.Drawing.Size(75, 20); this.totimpto.TabIndex = 82; this.totimpto.Text = "100,000.00"; this.totimpto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_valor // this.txt_valor.Enabled = false; this.txt_valor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_valor.Location = new System.Drawing.Point(246, 49); this.txt_valor.Name = "txt_valor"; this.txt_valor.Size = new System.Drawing.Size(75, 21); this.txt_valor.TabIndex = 86; this.txt_valor.Text = "100,000.00"; this.txt_valor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(699, 54); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 85; this.label3.Text = "Total :"; // // dctoTotal // this.dctoTotal.BackColor = System.Drawing.SystemColors.ScrollBar; this.dctoTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dctoTotal.Location = new System.Drawing.Point(577, 50); this.dctoTotal.Name = "dctoTotal"; this.dctoTotal.Size = new System.Drawing.Size(75, 21); this.dctoTotal.TabIndex = 95; this.dctoTotal.Text = "00.00"; this.dctoTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label39 // this.label39.AutoSize = true; this.label39.BackColor = System.Drawing.Color.Transparent; this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label39.ForeColor = System.Drawing.Color.White; this.label39.Location = new System.Drawing.Point(170, 31); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(76, 13); this.label39.TabIndex = 79; this.label39.Text = "Descuento :"; // // dctoTarj // this.dctoTarj.BackColor = System.Drawing.SystemColors.ScrollBar; this.dctoTarj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dctoTarj.Location = new System.Drawing.Point(577, 29); this.dctoTarj.Name = "dctoTarj"; this.dctoTarj.Size = new System.Drawing.Size(75, 20); this.dctoTarj.TabIndex = 93; this.dctoTarj.Text = "00.00"; this.dctoTarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // totdscto1 // this.totdscto1.Location = new System.Drawing.Point(246, 28); this.totdscto1.Name = "totdscto1"; this.totdscto1.Size = new System.Drawing.Size(75, 21); this.totdscto1.TabIndex = 78; this.totdscto1.Text = "100,000.00"; this.totdscto1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label17 // this.label17.AutoSize = true; this.label17.BackColor = System.Drawing.Color.Transparent; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.ForeColor = System.Drawing.Color.White; this.label17.Location = new System.Drawing.Point(501, 53); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(75, 13); this.label17.TabIndex = 96; this.label17.Text = "Descto.TT :"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(3, 51); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(71, 13); this.label10.TabIndex = 77; this.label10.Text = "Val. Bruto :"; // // bruto // this.bruto.Location = new System.Drawing.Point(76, 48); this.bruto.Name = "bruto"; this.bruto.Size = new System.Drawing.Size(75, 21); this.bruto.TabIndex = 76; this.bruto.Text = "100,000.00"; this.bruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label40 // this.label40.AutoSize = true; this.label40.BackColor = System.Drawing.Color.Transparent; this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label40.ForeColor = System.Drawing.Color.White; this.label40.Location = new System.Drawing.Point(344, 52); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(48, 13); this.label40.TabIndex = 89; this.label40.Text = "Stock :"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(6, 29); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(68, 13); this.label7.TabIndex = 75; this.label7.Text = "T. Piezas :"; // // totpzas // this.totpzas.Location = new System.Drawing.Point(76, 26); this.totpzas.Name = "totpzas"; this.totpzas.Size = new System.Drawing.Size(75, 21); this.totpzas.TabIndex = 74; this.totpzas.Text = "10,000"; this.totpzas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txt_stock // this.txt_stock.Enabled = false; this.txt_stock.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_stock.Location = new System.Drawing.Point(392, 48); this.txt_stock.Name = "txt_stock"; this.txt_stock.Size = new System.Drawing.Size(75, 21); this.txt_stock.TabIndex = 88; this.txt_stock.Text = "100,000.00"; this.txt_stock.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(29, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(45, 13); this.label1.TabIndex = 73; this.label1.Text = "Items :"; // // itemsT // this.itemsT.Location = new System.Drawing.Point(77, 4); this.itemsT.Name = "itemsT"; this.itemsT.Size = new System.Drawing.Size(51, 21); this.itemsT.TabIndex = 72; this.itemsT.Text = "999"; this.itemsT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // shapeContainer3 // this.shapeContainer3.Location = new System.Drawing.Point(0, 0); this.shapeContainer3.Margin = new System.Windows.Forms.Padding(0); this.shapeContainer3.Name = "shapeContainer3"; this.shapeContainer3.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] { this.lineShape4, this.lineShape3}); this.shapeContainer3.Size = new System.Drawing.Size(989, 80); this.shapeContainer3.TabIndex = 97; this.shapeContainer3.TabStop = false; // // lineShape4 // this.lineShape4.BorderWidth = 2; this.lineShape4.Name = "lineShape4"; this.lineShape4.X1 = 482; this.lineShape4.X2 = 482; this.lineShape4.Y1 = 10; this.lineShape4.Y2 = 71; // // lineShape3 // this.lineShape3.BorderWidth = 2; this.lineShape3.Name = "lineShape3"; this.lineShape3.X1 = 665; this.lineShape3.X2 = 665; this.lineShape3.Y1 = 10; this.lineShape3.Y2 = 71; // // griddetallemov // this.griddetallemov.AllowUserToAddRows = false; this.griddetallemov.AllowUserToDeleteRows = false; this.griddetallemov.AllowUserToResizeColumns = false; this.griddetallemov.AllowUserToResizeRows = false; this.griddetallemov.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.griddetallemov.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.griddetallemov.ColumnHeadersHeight = 20; this.griddetallemov.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nostock, this.item, this.productid, this.productname, this.rollo, this.unmed, this.Ubicacion, this.stock_old, this.stock, this.precventa, this.costoultimo, this.costopromed, this.cantidad, this.cantidad_old, this.precioanterior, this.precunit, this.valor, this.dtotimpto, this.importe, this.importfac, this.dalmacaccionid, this.cantidadcta}); dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("Tahoma", 8.25F); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53))))); dataGridViewCellStyle8.NullValue = null; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.griddetallemov.DefaultCellStyle = dataGridViewCellStyle8; this.griddetallemov.Location = new System.Drawing.Point(1, 214); this.griddetallemov.MultiSelect = false; this.griddetallemov.Name = "griddetallemov"; this.griddetallemov.RowHeadersVisible = false; this.griddetallemov.RowHeadersWidth = 10; dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle9.NullValue = null; this.griddetallemov.RowsDefaultCellStyle = dataGridViewCellStyle9; this.griddetallemov.RowTemplate.DefaultCellStyle.NullValue = null; this.griddetallemov.RowTemplate.Height = 20; this.griddetallemov.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.griddetallemov.Size = new System.Drawing.Size(989, 266); this.griddetallemov.TabIndex = 71; this.griddetallemov.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged); this.griddetallemov.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEndEdit); this.griddetallemov.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEnter); this.griddetallemov.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellLeave); this.griddetallemov.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged); this.griddetallemov.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.griddetallemov_EditingControlShowing); this.griddetallemov.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyDown); this.griddetallemov.KeyUp += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyUp); // // nostock // this.nostock.DataPropertyName = "nostock"; this.nostock.FalseValue = "false"; this.nostock.Frozen = true; this.nostock.HeaderText = "Aft"; this.nostock.Name = "nostock"; this.nostock.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.nostock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.nostock.TrueValue = "true"; this.nostock.Width = 20; // // item // this.item.DataPropertyName = "items"; this.item.Frozen = true; this.item.HeaderText = "Items"; this.item.Name = "item"; this.item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.item.Width = 40; // // productid // this.productid.DataPropertyName = "productid"; this.productid.Frozen = true; this.productid.HeaderText = "Codigo"; this.productid.Name = "productid"; this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // productname // this.productname.DataPropertyName = "productname"; this.productname.Frozen = true; this.productname.HeaderText = "Producto"; this.productname.Name = "productname"; this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.productname.Width = 400; // // rollo // this.rollo.DataPropertyName = "rollo"; this.rollo.Frozen = true; this.rollo.HeaderText = "Rollo"; this.rollo.MaxInputLength = 10; this.rollo.Name = "rollo"; this.rollo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.rollo.Visible = false; this.rollo.Width = 80; // // unmed // this.unmed.DataPropertyName = "unmed"; this.unmed.Frozen = true; this.unmed.HeaderText = "UnMed"; this.unmed.Name = "unmed"; this.unmed.Width = 48; // // Ubicacion // this.Ubicacion.DataPropertyName = "ubicacion"; dataGridViewCellStyle2.NullValue = null; this.Ubicacion.DefaultCellStyle = dataGridViewCellStyle2; this.Ubicacion.Frozen = true; this.Ubicacion.HeaderText = "Ubicacion"; this.Ubicacion.MaxInputLength = 4; this.Ubicacion.Name = "Ubicacion"; this.Ubicacion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Ubicacion.Visible = false; // // stock_old // this.stock_old.DataPropertyName = "stock_old"; this.stock_old.Frozen = true; this.stock_old.HeaderText = "stock_old"; this.stock_old.Name = "stock_old"; this.stock_old.Visible = false; // // stock // this.stock.DataPropertyName = "stock"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight; dataGridViewCellStyle3.NullValue = null; this.stock.DefaultCellStyle = dataGridViewCellStyle3; this.stock.Frozen = true; this.stock.HeaderText = "Stock"; this.stock.Name = "stock"; this.stock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // precventa // this.precventa.DataPropertyName = "precventa"; this.precventa.Frozen = true; this.precventa.HeaderText = "precventa"; this.precventa.Name = "precventa"; this.precventa.Visible = false; // // costoultimo // this.costoultimo.DataPropertyName = "costoultimo"; this.costoultimo.Frozen = true; this.costoultimo.HeaderText = "costoultimo"; this.costoultimo.Name = "costoultimo"; this.costoultimo.Visible = false; // // costopromed // this.costopromed.DataPropertyName = "costopromed"; this.costopromed.Frozen = true; this.costopromed.HeaderText = "costopromed"; this.costopromed.Name = "costopromed"; this.costopromed.Visible = false; // // cantidad // this.cantidad.DataPropertyName = "cantidad"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.NullValue = null; this.cantidad.DefaultCellStyle = dataGridViewCellStyle4; this.cantidad.Frozen = true; this.cantidad.HeaderText = "Cantidad"; this.cantidad.Name = "cantidad"; this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.cantidad.Width = 80; // // cantidad_old // this.cantidad_old.DataPropertyName = "cantidad_old"; this.cantidad_old.Frozen = true; this.cantidad_old.HeaderText = "cantidad_old"; this.cantidad_old.Name = "cantidad_old"; this.cantidad_old.Visible = false; // // precioanterior // this.precioanterior.DataPropertyName = "precioanterior"; this.precioanterior.Frozen = true; this.precioanterior.HeaderText = "precioanterior"; this.precioanterior.Name = "precioanterior"; this.precioanterior.Visible = false; // // precunit // this.precunit.DataPropertyName = "precunit"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N2"; dataGridViewCellStyle5.NullValue = null; this.precunit.DefaultCellStyle = dataGridViewCellStyle5; this.precunit.Frozen = true; this.precunit.HeaderText = "Precio"; this.precunit.Name = "precunit"; this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.precunit.Width = 90; // // valor // this.valor.DataPropertyName = "valor"; this.valor.HeaderText = "valor"; this.valor.Name = "valor"; this.valor.Visible = false; // // dtotimpto // this.dtotimpto.DataPropertyName = "totimpto"; this.dtotimpto.HeaderText = "totimpto"; this.dtotimpto.Name = "dtotimpto"; this.dtotimpto.Visible = false; // // importe // this.importe.DataPropertyName = "importe"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "N4"; dataGridViewCellStyle6.NullValue = null; this.importe.DefaultCellStyle = dataGridViewCellStyle6; this.importe.HeaderText = "Importe"; this.importe.Name = "importe"; this.importe.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.importe.Visible = false; // // importfac // this.importfac.DataPropertyName = "importfac"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight; dataGridViewCellStyle7.Format = "N2"; dataGridViewCellStyle7.NullValue = null; this.importfac.DefaultCellStyle = dataGridViewCellStyle7; this.importfac.HeaderText = "Importe"; this.importfac.Name = "importfac"; this.importfac.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // dalmacaccionid // this.dalmacaccionid.DataPropertyName = "almacaccionid"; this.dalmacaccionid.HeaderText = "almacaccionid"; this.dalmacaccionid.Name = "dalmacaccionid"; this.dalmacaccionid.Visible = false; // // cantidadcta // this.cantidadcta.DataPropertyName = "cantidadcta"; this.cantidadcta.HeaderText = "cantidadcta"; this.cantidadcta.Name = "cantidadcta"; this.cantidadcta.Visible = false; // // direc // this.direc.Location = new System.Drawing.Point(64, 125); this.direc.Name = "direc"; this.direc.Size = new System.Drawing.Size(233, 21); this.direc.TabIndex = 23; // // ctactename // this.ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.ctactename.Location = new System.Drawing.Point(64, 104); this.ctactename.Name = "ctactename"; this.ctactename.Size = new System.Drawing.Size(387, 21); this.ctactename.TabIndex = 21; // // nmruc // this.nmruc.Location = new System.Drawing.Point(160, 82); this.nmruc.MaxLength = 11; this.nmruc.Name = "nmruc"; this.nmruc.Size = new System.Drawing.Size(90, 21); this.nmruc.TabIndex = 12; this.nmruc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nmruc_KeyDown); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Teal; this.panel1.Controls.Add(this.btn_refresh_tcamb); this.panel1.Controls.Add(this.chkfijar); this.panel1.Controls.Add(this.cbo_incprec); this.panel1.Controls.Add(this.label20); this.panel1.Controls.Add(this.lbltitulo); this.panel1.Controls.Add(this.label41); this.panel1.Controls.Add(this.tipimptotasa); this.panel1.Controls.Add(this.fechdoc); this.panel1.Controls.Add(this.moneda); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.numdoc); this.panel1.Controls.Add(this.tcamb); this.panel1.Controls.Add(this.tipodoc); this.panel1.Controls.Add(this.serdoc); this.panel1.Controls.Add(this.label21); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label13); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.label16); this.panel1.Location = new System.Drawing.Point(0, 29); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(993, 45); this.panel1.TabIndex = 2; // // btn_refresh_tcamb // this.btn_refresh_tcamb.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_refresh_tcamb.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh_tcamb.Image"))); this.btn_refresh_tcamb.Location = new System.Drawing.Point(643, 19); this.btn_refresh_tcamb.Name = "btn_refresh_tcamb"; this.btn_refresh_tcamb.Size = new System.Drawing.Size(22, 22); this.btn_refresh_tcamb.TabIndex = 23; this.btn_refresh_tcamb.ToolTip = "Refrescar Tipo de Cambio"; this.btn_refresh_tcamb.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btn_refresh_tcamb.Click += new System.EventHandler(this.btn_refresh_tcamb_Click); // // chkfijar // this.chkfijar.Cursor = System.Windows.Forms.Cursors.Hand; this.chkfijar.Location = new System.Drawing.Point(137, 21); this.chkfijar.Name = "chkfijar"; this.chkfijar.Properties.Caption = "Fijar"; this.chkfijar.Size = new System.Drawing.Size(51, 19); this.chkfijar.TabIndex = 22; this.chkfijar.CheckedChanged += new System.EventHandler(this.chkfijar_CheckedChanged); // // cbo_incprec // this.cbo_incprec.AccessibleRole = System.Windows.Forms.AccessibleRole.None; this.cbo_incprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbo_incprec.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cbo_incprec.FormattingEnabled = true; this.cbo_incprec.ImeMode = System.Windows.Forms.ImeMode.Disable; this.cbo_incprec.Items.AddRange(new object[] { "SI", "NO"}); this.cbo_incprec.Location = new System.Drawing.Point(946, 20); this.cbo_incprec.Name = "cbo_incprec"; this.cbo_incprec.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.cbo_incprec.Size = new System.Drawing.Size(40, 21); this.cbo_incprec.TabIndex = 21; this.cbo_incprec.SelectedIndexChanged += new System.EventHandler(this.cbo_incprec_SelectedIndexChanged); // // label20 // this.label20.AutoSize = true; this.label20.BackColor = System.Drawing.Color.Transparent; this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label20.ForeColor = System.Drawing.Color.White; this.label20.Location = new System.Drawing.Point(947, 5); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(39, 13); this.label20.TabIndex = 20; this.label20.Text = "Inclu."; // // lbltitulo // this.lbltitulo.AutoSize = true; this.lbltitulo.BackColor = System.Drawing.Color.Transparent; this.lbltitulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbltitulo.ForeColor = System.Drawing.Color.White; this.lbltitulo.Location = new System.Drawing.Point(422, 9); this.lbltitulo.Name = "lbltitulo"; this.lbltitulo.Size = new System.Drawing.Size(151, 31); this.lbltitulo.TabIndex = 19; this.lbltitulo.Text = "FACTURA"; // // label41 // this.label41.AutoSize = true; this.label41.BackColor = System.Drawing.Color.Transparent; this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label41.ForeColor = System.Drawing.Color.White; this.label41.Location = new System.Drawing.Point(928, 22); this.label41.Name = "label41"; this.label41.Size = new System.Drawing.Size(21, 17); this.label41.TabIndex = 18; this.label41.Text = "%"; // // tipimptotasa // this.tipimptotasa.AccessibleRole = System.Windows.Forms.AccessibleRole.None; this.tipimptotasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.tipimptotasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.tipimptotasa.FormattingEnabled = true; this.tipimptotasa.ImeMode = System.Windows.Forms.ImeMode.Disable; this.tipimptotasa.Location = new System.Drawing.Point(887, 20); this.tipimptotasa.Name = "tipimptotasa"; this.tipimptotasa.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.tipimptotasa.Size = new System.Drawing.Size(40, 21); this.tipimptotasa.TabIndex = 17; this.tipimptotasa.SelectedIndexChanged += new System.EventHandler(this.tipimptotasa_SelectedIndexChanged); // // fechdoc // this.fechdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.fechdoc.Location = new System.Drawing.Point(669, 21); this.fechdoc.Name = "fechdoc"; this.fechdoc.Size = new System.Drawing.Size(84, 20); this.fechdoc.TabIndex = 7; this.fechdoc.Value = new System.DateTime(2014, 4, 14, 0, 0, 0, 0); this.fechdoc.ValueChanged += new System.EventHandler(this.fechdoc_ValueChanged); // // moneda // this.moneda.AutoCompleteCustomSource.AddRange(new string[] { "FA"}); this.moneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.moneda.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.moneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.moneda.FormattingEnabled = true; this.moneda.Location = new System.Drawing.Point(756, 20); this.moneda.Name = "moneda"; this.moneda.Size = new System.Drawing.Size(70, 21); this.moneda.TabIndex = 8; this.moneda.SelectedIndexChanged += new System.EventHandler(this.moneda_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(16, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 13); this.label2.TabIndex = 3; this.label2.Text = "Tipo Documento"; // // numdoc // this.numdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numdoc.Location = new System.Drawing.Point(231, 20); this.numdoc.MaxLength = 10; this.numdoc.Name = "numdoc"; this.numdoc.Size = new System.Drawing.Size(87, 21); this.numdoc.TabIndex = 8; this.numdoc.Text = "000000001"; this.numdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown); this.numdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numdoc_KeyPress); // // tcamb // this.tcamb.Location = new System.Drawing.Point(828, 20); this.tcamb.Name = "tcamb"; this.tcamb.Size = new System.Drawing.Size(56, 21); this.tcamb.TabIndex = 9; this.tcamb.Text = "3.420"; this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // tipodoc // this.tipodoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.tipodoc.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true); this.tipodoc.FormattingEnabled = true; this.tipodoc.Location = new System.Drawing.Point(7, 20); this.tipodoc.Name = "tipodoc"; this.tipodoc.Size = new System.Drawing.Size(128, 20); this.tipodoc.TabIndex = 4; this.tipodoc.SelectedIndexChanged += new System.EventHandler(this.tipodoc_SelectedIndexChanged); // // serdoc // this.serdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.serdoc.Location = new System.Drawing.Point(189, 20); this.serdoc.MaxLength = 5; this.serdoc.Name = "serdoc"; this.serdoc.Size = new System.Drawing.Size(40, 21); this.serdoc.TabIndex = 4; this.serdoc.Text = "2014"; this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress); // // label21 // this.label21.AutoSize = true; this.label21.BackColor = System.Drawing.Color.Transparent; this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label21.ForeColor = System.Drawing.Color.White; this.label21.Location = new System.Drawing.Point(761, 5); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(52, 13); this.label21.TabIndex = 12; this.label21.Text = "Moneda"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(193, 5); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 13); this.label6.TabIndex = 5; this.label6.Text = "Serie"; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(883, 5); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(58, 13); this.label13.TabIndex = 16; this.label13.Text = "Impuesto"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.ForeColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(247, 5); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(50, 13); this.label8.TabIndex = 7; this.label8.Text = "Número"; // // label15 // this.label15.AutoSize = true; this.label15.BackColor = System.Drawing.Color.Transparent; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.ForeColor = System.Drawing.Color.White; this.label15.Location = new System.Drawing.Point(826, 5); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(60, 13); this.label15.TabIndex = 14; this.label15.Text = "T Cambio"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.White; this.label16.Location = new System.Drawing.Point(688, 5); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(42, 13); this.label16.TabIndex = 10; this.label16.Text = "Fecha"; // // Botonera // this.Botonera.BackColor = System.Drawing.SystemColors.Control; this.Botonera.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22); this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_nuevo, this.btn_editar, this.btn_cancelar, this.btn_grabar, this.btn_eliminar, this.btn_imprimir, this.btnImprimirNoval, this.toolStripSeparator1, this.btn_primero, this.btn_anterior, this.btn_siguiente, this.btn_ultimo, this.toolStripSeparator2, this.btn_detanadir, this.btn_deteliminar, this.toolStripSeparator3, this.btn_Calculadora, this.btn_clave, this.btn_log, this.btn_upload, this.btn_salir, this.btn_information}); this.Botonera.Location = new System.Drawing.Point(0, 0); this.Botonera.Name = "Botonera"; this.Botonera.Size = new System.Drawing.Size(993, 29); this.Botonera.TabIndex = 1; this.Botonera.Text = "ToolStrip1"; this.Botonera.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Botonera_ItemClicked); // // btn_nuevo // this.btn_nuevo.BackColor = System.Drawing.Color.Transparent; this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Image"))); this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_nuevo.ImageTransparentColor = System.Drawing.Color.Transparent; this.btn_nuevo.Name = "btn_nuevo"; this.btn_nuevo.Size = new System.Drawing.Size(23, 26); this.btn_nuevo.Text = "Nuevo"; this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)"; this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click); // // btn_editar // this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit; this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_editar.Name = "btn_editar"; this.btn_editar.Size = new System.Drawing.Size(26, 26); this.btn_editar.Text = "Editar"; this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click); // // btn_cancelar // this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo; this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancelar.Name = "btn_cancelar"; this.btn_cancelar.Size = new System.Drawing.Size(24, 26); this.btn_cancelar.Text = "Cancelar"; this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click); // // btn_grabar // this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image"))); this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_grabar.Name = "btn_grabar"; this.btn_grabar.Size = new System.Drawing.Size(26, 26); this.btn_grabar.Text = "Grabar"; this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)"; this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click); // // btn_eliminar // this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_eliminar.Image = global::BapFormulariosNet.Properties.Resources.btn_eliminar20; this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_eliminar.Name = "btn_eliminar"; this.btn_eliminar.Size = new System.Drawing.Size(26, 26); this.btn_eliminar.Text = "Eliminar"; this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click); // // btn_imprimir // this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_imprimir.Image = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Image"))); this.btn_imprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(24, 26); this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.ToolTipText = "Impresion Valorizada"; this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click); // // btnImprimirNoval // this.btnImprimirNoval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnImprimirNoval.Image = global::BapFormulariosNet.Properties.Resources.agt_print; this.btnImprimirNoval.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnImprimirNoval.Name = "btnImprimirNoval"; this.btnImprimirNoval.Size = new System.Drawing.Size(26, 26); this.btnImprimirNoval.ToolTipText = "Impresion No Valorizada"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); // // btn_primero // this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g; this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_primero.Name = "btn_primero"; this.btn_primero.Size = new System.Drawing.Size(26, 26); this.btn_primero.Text = "Primero"; this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click); // // btn_anterior // this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g; this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_anterior.Name = "btn_anterior"; this.btn_anterior.Size = new System.Drawing.Size(26, 26); this.btn_anterior.Text = "Anterior"; this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click); // // btn_siguiente // this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g; this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_siguiente.Name = "btn_siguiente"; this.btn_siguiente.Size = new System.Drawing.Size(26, 26); this.btn_siguiente.Text = "Siguiente"; this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click); // // btn_ultimo // this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g; this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_ultimo.Name = "btn_ultimo"; this.btn_ultimo.Size = new System.Drawing.Size(26, 26); this.btn_ultimo.Text = "Ultimo"; this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29); // // btn_detanadir // this.btn_detanadir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_detanadir.Image = global::BapFormulariosNet.Properties.Resources.go_add; this.btn_detanadir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_detanadir.Name = "btn_detanadir"; this.btn_detanadir.Size = new System.Drawing.Size(26, 26); this.btn_detanadir.Text = "Añadir"; this.btn_detanadir.Click += new System.EventHandler(this.btn_detanadir_Click); // // btn_deteliminar // this.btn_deteliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_deteliminar.Image = global::BapFormulariosNet.Properties.Resources.go_remove1; this.btn_deteliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_deteliminar.Name = "btn_deteliminar"; this.btn_deteliminar.Size = new System.Drawing.Size(26, 26); this.btn_deteliminar.Text = "Quitar"; this.btn_deteliminar.Click += new System.EventHandler(this.btn_deteliminar_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 29); // // btn_Calculadora // this.btn_Calculadora.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_Calculadora.Image = global::BapFormulariosNet.Properties.Resources.go_calc2; this.btn_Calculadora.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_Calculadora.Name = "btn_Calculadora"; this.btn_Calculadora.Size = new System.Drawing.Size(26, 26); this.btn_Calculadora.Text = "Calculadora"; this.btn_Calculadora.Click += new System.EventHandler(this.btn_Calculadora_Click); // // btn_clave // this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20; this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_clave.Name = "btn_clave"; this.btn_clave.Size = new System.Drawing.Size(26, 26); this.btn_clave.Text = "Clave Administrador"; this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click); // // btn_log // this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image"))); this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_log.Name = "btn_log"; this.btn_log.Size = new System.Drawing.Size(26, 26); this.btn_log.Text = "Auditoria"; this.btn_log.ToolTipText = "Auditoria"; this.btn_log.Click += new System.EventHandler(this.btn_log_Click); // // btn_upload // this.btn_upload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_upload.Image = global::BapFormulariosNet.Properties.Resources.btn_barcode; this.btn_upload.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_upload.Name = "btn_upload"; this.btn_upload.Size = new System.Drawing.Size(26, 26); this.btn_upload.Text = "Leer Codigo Barras"; this.btn_upload.ToolTipText = "Cargar"; this.btn_upload.Click += new System.EventHandler(this.btn_upload_Click); // // btn_salir // this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2; this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_salir.Name = "btn_salir"; this.btn_salir.Size = new System.Drawing.Size(24, 26); this.btn_salir.Text = "Salir"; this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click); // // btn_information // this.btn_information.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_information.Image = global::BapFormulariosNet.Properties.Resources.go_information; this.btn_information.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_information.Name = "btn_information"; this.btn_information.Size = new System.Drawing.Size(26, 26); this.btn_information.Text = "Informacion"; this.btn_information.Click += new System.EventHandler(this.btn_information_Click); // // tipoclieprov // this.tipoclieprov.AutoSize = true; this.tipoclieprov.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tipoclieprov.Location = new System.Drawing.Point(6, 86); this.tipoclieprov.Name = "tipoclieprov"; this.tipoclieprov.Size = new System.Drawing.Size(42, 13); this.tipoclieprov.TabIndex = 18; this.tipoclieprov.Text = "Cliente:"; // // lblruc // this.lblruc.AutoSize = true; this.lblruc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblruc.Location = new System.Drawing.Point(123, 85); this.lblruc.Name = "lblruc"; this.lblruc.Size = new System.Drawing.Size(33, 13); this.lblruc.TabIndex = 75; this.lblruc.Text = "RUC:"; // // label24 // this.label24.AutoSize = true; this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label24.Location = new System.Drawing.Point(6, 128); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(55, 13); this.label24.TabIndex = 22; this.label24.Text = "Dirección:"; // // shapeContainer1 // this.shapeContainer1.Location = new System.Drawing.Point(0, 0); this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0); this.shapeContainer1.Name = "shapeContainer1"; this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] { this.lineShape2}); this.shapeContainer1.Size = new System.Drawing.Size(993, 560); this.shapeContainer1.TabIndex = 82; this.shapeContainer1.TabStop = false; // // lineShape2 // this.lineShape2.BorderWidth = 2; this.lineShape2.Name = "lineShape2"; this.lineShape2.SelectionColor = System.Drawing.SystemColors.HotTrack; this.lineShape2.X1 = 2; this.lineShape2.X2 = 453; this.lineShape2.Y1 = 176; this.lineShape2.Y2 = 176; // // pdtimagen // this.pdtimagen.BackColor = System.Drawing.Color.Transparent; this.pdtimagen.Image = global::BapFormulariosNet.Properties.Resources.anulado; this.pdtimagen.Location = new System.Drawing.Point(378, 286); this.pdtimagen.Name = "pdtimagen"; this.pdtimagen.Size = new System.Drawing.Size(262, 135); this.pdtimagen.TabIndex = 96; this.pdtimagen.TabStop = false; // // lstListaprec // this.lstListaprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.lstListaprec.FormattingEnabled = true; this.lstListaprec.Location = new System.Drawing.Point(873, 99); this.lstListaprec.Name = "lstListaprec"; this.lstListaprec.Size = new System.Drawing.Size(113, 21); this.lstListaprec.TabIndex = 98; // // label22 // this.label22.AutoSize = true; this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label22.Location = new System.Drawing.Point(870, 78); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(85, 13); this.label22.TabIndex = 99; this.label22.Text = "Lista de Precios:"; // // btnextraersunat // this.btnextraersunat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnextraersunat.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat; this.btnextraersunat.Cursor = System.Windows.Forms.Cursors.Hand; this.btnextraersunat.Image = global::BapFormulariosNet.Properties.Resources.go_sunat1; this.btnextraersunat.Location = new System.Drawing.Point(256, 80); this.btnextraersunat.Name = "btnextraersunat"; this.btnextraersunat.Size = new System.Drawing.Size(90, 23); this.btnextraersunat.TabIndex = 100; this.btnextraersunat.ToolTip = "Extrae Datos"; this.btnextraersunat.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information; this.btnextraersunat.Click += new System.EventHandler(this.btnextraersunat_Click); // // xtraTabControl1 // this.xtraTabControl1.Location = new System.Drawing.Point(466, 76); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3; this.xtraTabControl1.Size = new System.Drawing.Size(401, 137); this.xtraTabControl1.TabIndex = 101; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2, this.xtraTabPage3}); // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.canticombo); this.xtraTabPage3.Controls.Add(this.label26); this.xtraTabPage3.Controls.Add(this.label25); this.xtraTabPage3.Controls.Add(this.preccombo); this.xtraTabPage3.Controls.Add(this.princombo); this.xtraTabPage3.Controls.Add(this.glosa); this.xtraTabPage3.Name = "xtraTabPage3"; this.xtraTabPage3.Size = new System.Drawing.Size(395, 109); this.xtraTabPage3.Text = "Observaciones"; // // canticombo // this.canticombo.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.canticombo.Location = new System.Drawing.Point(295, 30); this.canticombo.Name = "canticombo"; this.canticombo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.canticombo.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0}); this.canticombo.Size = new System.Drawing.Size(67, 20); this.canticombo.TabIndex = 87; this.canticombo.EditValueChanged += new System.EventHandler(this.canticombo_EditValueChanged); // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(239, 64); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(55, 13); this.label26.TabIndex = 86; this.label26.Text = "Prec/Unit:"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(210, 34); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(84, 13); this.label25.TabIndex = 85; this.label25.Text = "Nro de Combos:"; // // preccombo // this.preccombo.Location = new System.Drawing.Point(295, 60); this.preccombo.Name = "preccombo"; this.preccombo.ReadOnly = true; this.preccombo.Size = new System.Drawing.Size(67, 21); this.preccombo.TabIndex = 83; this.preccombo.Text = "0.00"; this.preccombo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // princombo // this.princombo.AutoSize = true; this.princombo.Location = new System.Drawing.Point(219, 9); this.princombo.Name = "princombo"; this.princombo.Size = new System.Drawing.Size(151, 17); this.princombo.TabIndex = 81; this.princombo.Text = "Imprimir en Detalle Combo"; this.princombo.UseVisualStyleBackColor = true; this.princombo.CheckedChanged += new System.EventHandler(this.princombo_CheckedChanged); // // glosa // this.glosa.Location = new System.Drawing.Point(18, 9); this.glosa.Multiline = true; this.glosa.Name = "glosa"; this.glosa.Size = new System.Drawing.Size(186, 72); this.glosa.TabIndex = 80; // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.label23); this.xtraTabPage1.Controls.Add(this.importtarj); this.xtraTabPage1.Controls.Add(this.btn_del); this.xtraTabPage1.Controls.Add(this.btn_add); this.xtraTabPage1.Controls.Add(this.lstTarjGroup); this.xtraTabPage1.Controls.Add(this.dgbtarjetas); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(395, 109); this.xtraTabPage1.Text = "Pago con Tarjeta"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(73, 83); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(50, 13); this.label23.TabIndex = 101; this.label23.Text = "Total >>"; // // importtarj // this.importtarj.Location = new System.Drawing.Point(129, 80); this.importtarj.MaxLength = 8; this.importtarj.Name = "importtarj"; this.importtarj.Size = new System.Drawing.Size(69, 21); this.importtarj.TabIndex = 100; this.importtarj.Text = "0.00"; this.importtarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // lstTarjGroup // this.lstTarjGroup.FormattingEnabled = true; this.lstTarjGroup.Location = new System.Drawing.Point(253, 12); this.lstTarjGroup.Name = "lstTarjGroup"; this.lstTarjGroup.Size = new System.Drawing.Size(116, 56); this.lstTarjGroup.TabIndex = 97; // // dgbtarjetas // this.dgbtarjetas.AllowUserToAddRows = false; this.dgbtarjetas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgbtarjetas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this._tarjetalogo, this._tarjetaid, this._tarjetaname, this._tarjetanum, this._tarjetaimpo, this._ddnni}); this.dgbtarjetas.Location = new System.Drawing.Point(5, 12); this.dgbtarjetas.Name = "dgbtarjetas"; this.dgbtarjetas.ReadOnly = true; this.dgbtarjetas.RowHeadersVisible = false; this.dgbtarjetas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgbtarjetas.Size = new System.Drawing.Size(214, 68); this.dgbtarjetas.TabIndex = 96; // // _tarjetalogo // this._tarjetalogo.DataPropertyName = "tarjetalogo"; this._tarjetalogo.HeaderText = "TarJ"; this._tarjetalogo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; this._tarjetalogo.Name = "_tarjetalogo"; this._tarjetalogo.ReadOnly = true; this._tarjetalogo.Resizable = System.Windows.Forms.DataGridViewTriState.True; this._tarjetalogo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this._tarjetalogo.Width = 40; // // _tarjetaid // this._tarjetaid.DataPropertyName = "tarjetaid"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this._tarjetaid.DefaultCellStyle = dataGridViewCellStyle10; this._tarjetaid.HeaderText = "Cod"; this._tarjetaid.Name = "_tarjetaid"; this._tarjetaid.ReadOnly = true; this._tarjetaid.Visible = false; this._tarjetaid.Width = 30; // // _tarjetaname // this._tarjetaname.DataPropertyName = "tarjetaname"; this._tarjetaname.HeaderText = "Nom"; this._tarjetaname.Name = "_tarjetaname"; this._tarjetaname.ReadOnly = true; this._tarjetaname.Visible = false; // // _tarjetanum // this._tarjetanum.DataPropertyName = "tarjetanume"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this._tarjetanum.DefaultCellStyle = dataGridViewCellStyle11; this._tarjetanum.HeaderText = "Aprob."; this._tarjetanum.Name = "_tarjetanum"; this._tarjetanum.ReadOnly = true; this._tarjetanum.Width = 80; // // _tarjetaimpo // this._tarjetaimpo.DataPropertyName = "tarjetaimpo"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle12.Format = "N2"; dataGridViewCellStyle12.NullValue = null; this._tarjetaimpo.DefaultCellStyle = dataGridViewCellStyle12; this._tarjetaimpo.HeaderText = "Importe"; this._tarjetaimpo.Name = "_tarjetaimpo"; this._tarjetaimpo.ReadOnly = true; this._tarjetaimpo.Width = 80; // // _ddnni // this._ddnni.DataPropertyName = "ddnni"; this._ddnni.HeaderText = "Dni"; this._ddnni.Name = "_ddnni"; this._ddnni.ReadOnly = true; this._ddnni.Visible = false; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.numnotac); this.xtraTabPage2.Controls.Add(this.sernotac); this.xtraTabPage2.Controls.Add(this.tipnotac); this.xtraTabPage2.Controls.Add(this.numguia); this.xtraTabPage2.Controls.Add(this.serguia); this.xtraTabPage2.Controls.Add(this.tipguia); this.xtraTabPage2.Controls.Add(this.numfac); this.xtraTabPage2.Controls.Add(this.serfac); this.xtraTabPage2.Controls.Add(this.tipfac); this.xtraTabPage2.Controls.Add(this.recep_fecha); this.xtraTabPage2.Controls.Add(this.recep_dni); this.xtraTabPage2.Controls.Add(this.recep_name); this.xtraTabPage2.Controls.Add(this.chkNC); this.xtraTabPage2.Controls.Add(this.chkGR); this.xtraTabPage2.Controls.Add(this.chkFA); this.xtraTabPage2.Controls.Add(this.fechnotac); this.xtraTabPage2.Controls.Add(this.fechguia); this.xtraTabPage2.Controls.Add(this.fechfac); this.xtraTabPage2.Controls.Add(this.label29); this.xtraTabPage2.Controls.Add(this.label28); this.xtraTabPage2.Controls.Add(this.label27); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(395, 109); this.xtraTabPage2.Text = "Docs Referencia"; // // numnotac // // // // this.numnotac.Border.Class = "TextBoxBorder"; this.numnotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.numnotac.ButtonCustom.Tooltip = ""; this.numnotac.ButtonCustom2.Tooltip = ""; this.numnotac.Location = new System.Drawing.Point(88, 60); this.numnotac.MaxLength = 10; this.numnotac.Name = "numnotac"; this.numnotac.PreventEnterBeep = true; this.numnotac.Size = new System.Drawing.Size(79, 21); this.numnotac.TabIndex = 94; // // sernotac // // // // this.sernotac.Border.Class = "TextBoxBorder"; this.sernotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.sernotac.ButtonCustom.Tooltip = ""; this.sernotac.ButtonCustom2.Tooltip = ""; this.sernotac.Location = new System.Drawing.Point(49, 60); this.sernotac.MaxLength = 4; this.sernotac.Name = "sernotac"; this.sernotac.PreventEnterBeep = true; this.sernotac.Size = new System.Drawing.Size(37, 21); this.sernotac.TabIndex = 93; // // tipnotac // this.tipnotac.DisplayMember = "Text"; this.tipnotac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.tipnotac.FormattingEnabled = true; this.tipnotac.ItemHeight = 15; this.tipnotac.Items.AddRange(new object[] { this.comboItem5}); this.tipnotac.Location = new System.Drawing.Point(6, 60); this.tipnotac.Name = "tipnotac"; this.tipnotac.Size = new System.Drawing.Size(40, 21); this.tipnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.tipnotac.TabIndex = 92; this.tipnotac.Text = "NC"; // // comboItem5 // this.comboItem5.Text = "NC"; // // numguia // // // // this.numguia.Border.Class = "TextBoxBorder"; this.numguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.numguia.ButtonCustom.Tooltip = ""; this.numguia.ButtonCustom2.Tooltip = ""; this.numguia.Location = new System.Drawing.Point(88, 36); this.numguia.MaxLength = 10; this.numguia.Name = "numguia"; this.numguia.PreventEnterBeep = true; this.numguia.Size = new System.Drawing.Size(79, 21); this.numguia.TabIndex = 91; // // serguia // // // // this.serguia.Border.Class = "TextBoxBorder"; this.serguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.serguia.ButtonCustom.Tooltip = ""; this.serguia.ButtonCustom2.Tooltip = ""; this.serguia.Location = new System.Drawing.Point(49, 36); this.serguia.MaxLength = 4; this.serguia.Name = "serguia"; this.serguia.PreventEnterBeep = true; this.serguia.Size = new System.Drawing.Size(37, 21); this.serguia.TabIndex = 90; // // tipguia // this.tipguia.DisplayMember = "Text"; this.tipguia.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.tipguia.FormattingEnabled = true; this.tipguia.ItemHeight = 15; this.tipguia.Items.AddRange(new object[] { this.comboItem3}); this.tipguia.Location = new System.Drawing.Point(6, 36); this.tipguia.Name = "tipguia"; this.tipguia.Size = new System.Drawing.Size(40, 21); this.tipguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.tipguia.TabIndex = 89; this.tipguia.Text = "GR"; // // comboItem3 // this.comboItem3.Text = "GR"; // // numfac // // // // this.numfac.Border.Class = "TextBoxBorder"; this.numfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.numfac.ButtonCustom.Tooltip = ""; this.numfac.ButtonCustom2.Tooltip = ""; this.numfac.Location = new System.Drawing.Point(88, 12); this.numfac.MaxLength = 10; this.numfac.Name = "numfac"; this.numfac.PreventEnterBeep = true; this.numfac.Size = new System.Drawing.Size(79, 21); this.numfac.TabIndex = 88; this.numfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numfac_KeyDown); // // serfac // // // // this.serfac.Border.Class = "TextBoxBorder"; this.serfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.serfac.ButtonCustom.Tooltip = ""; this.serfac.ButtonCustom2.Tooltip = ""; this.serfac.Location = new System.Drawing.Point(49, 12); this.serfac.MaxLength = 4; this.serfac.Name = "serfac"; this.serfac.PreventEnterBeep = true; this.serfac.Size = new System.Drawing.Size(37, 21); this.serfac.TabIndex = 87; this.serfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.serfac_KeyDown); // // tipfac // this.tipfac.DisplayMember = "Text"; this.tipfac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.tipfac.FormattingEnabled = true; this.tipfac.ItemHeight = 15; this.tipfac.Items.AddRange(new object[] { this.comboItem1, this.comboItem2}); this.tipfac.Location = new System.Drawing.Point(6, 12); this.tipfac.Name = "tipfac"; this.tipfac.Size = new System.Drawing.Size(40, 21); this.tipfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.tipfac.TabIndex = 86; // // comboItem1 // this.comboItem1.Text = "FA"; // // comboItem2 // this.comboItem2.Text = "BV"; // // recep_fecha // // // // this.recep_fecha.BackgroundStyle.Class = "DateTimeInputBackground"; this.recep_fecha.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.recep_fecha.ButtonClear.Tooltip = ""; this.recep_fecha.ButtonCustom.Tooltip = ""; this.recep_fecha.ButtonCustom2.Tooltip = ""; this.recep_fecha.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.recep_fecha.ButtonDropDown.Tooltip = ""; this.recep_fecha.ButtonDropDown.Visible = true; this.recep_fecha.ButtonFreeText.Tooltip = ""; this.recep_fecha.IsPopupCalendarOpen = false; this.recep_fecha.Location = new System.Drawing.Point(297, 79); // // // this.recep_fecha.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.recep_fecha.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.recep_fecha.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.recep_fecha.MonthCalendar.ClearButtonVisible = true; // // // this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.recep_fecha.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0); this.recep_fecha.MonthCalendar.MarkedDates = new System.DateTime[0]; this.recep_fecha.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.recep_fecha.MonthCalendar.TodayButtonVisible = true; this.recep_fecha.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.recep_fecha.Name = "recep_fecha"; this.recep_fecha.Size = new System.Drawing.Size(82, 21); this.recep_fecha.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.recep_fecha.TabIndex = 85; // // recep_dni // // // // this.recep_dni.Border.Class = "TextBoxBorder"; this.recep_dni.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.recep_dni.ButtonCustom.Tooltip = ""; this.recep_dni.ButtonCustom2.Tooltip = ""; this.recep_dni.Location = new System.Drawing.Point(297, 58); this.recep_dni.MaxLength = 8; this.recep_dni.Name = "recep_dni"; this.recep_dni.PreventEnterBeep = true; this.recep_dni.Size = new System.Drawing.Size(83, 21); this.recep_dni.TabIndex = 84; // // recep_name // // // // this.recep_name.Border.Class = "TextBoxBorder"; this.recep_name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.recep_name.ButtonCustom.Tooltip = ""; this.recep_name.ButtonCustom2.Tooltip = ""; this.recep_name.Location = new System.Drawing.Point(269, 21); this.recep_name.MaxLength = 100; this.recep_name.Multiline = true; this.recep_name.Name = "recep_name"; this.recep_name.PreventEnterBeep = true; this.recep_name.Size = new System.Drawing.Size(111, 36); this.recep_name.TabIndex = 83; // // chkNC // // // // this.chkNC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chkNC.Location = new System.Drawing.Point(247, 58); this.chkNC.Name = "chkNC"; this.chkNC.Size = new System.Drawing.Size(16, 23); this.chkNC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.chkNC.TabIndex = 82; this.chkNC.CheckedChanged += new System.EventHandler(this.chkNC_CheckedChanged); // // chkGR // // // // this.chkGR.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chkGR.Location = new System.Drawing.Point(247, 36); this.chkGR.Name = "chkGR"; this.chkGR.Size = new System.Drawing.Size(16, 23); this.chkGR.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.chkGR.TabIndex = 81; this.chkGR.CheckedChanged += new System.EventHandler(this.chkGR_CheckedChanged); // // chkFA // // // // this.chkFA.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chkFA.Location = new System.Drawing.Point(247, 12); this.chkFA.Name = "chkFA"; this.chkFA.Size = new System.Drawing.Size(16, 23); this.chkFA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.chkFA.TabIndex = 80; this.chkFA.CheckedChanged += new System.EventHandler(this.chkFA_CheckedChanged); // // fechnotac // // // // this.fechnotac.BackgroundStyle.Class = "DateTimeInputBackground"; this.fechnotac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechnotac.ButtonClear.Tooltip = ""; this.fechnotac.ButtonCustom.Tooltip = ""; this.fechnotac.ButtonCustom2.Tooltip = ""; this.fechnotac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.fechnotac.ButtonDropDown.Tooltip = ""; this.fechnotac.ButtonDropDown.Visible = true; this.fechnotac.ButtonFreeText.Tooltip = ""; this.fechnotac.IsPopupCalendarOpen = false; this.fechnotac.Location = new System.Drawing.Point(168, 59); // // // this.fechnotac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.fechnotac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechnotac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.fechnotac.MonthCalendar.ClearButtonVisible = true; // // // this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.fechnotac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechnotac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0); this.fechnotac.MonthCalendar.MarkedDates = new System.DateTime[0]; this.fechnotac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.fechnotac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechnotac.MonthCalendar.TodayButtonVisible = true; this.fechnotac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.fechnotac.Name = "fechnotac"; this.fechnotac.Size = new System.Drawing.Size(82, 21); this.fechnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.fechnotac.TabIndex = 79; // // fechguia // // // // this.fechguia.BackgroundStyle.Class = "DateTimeInputBackground"; this.fechguia.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechguia.ButtonClear.Tooltip = ""; this.fechguia.ButtonCustom.Tooltip = ""; this.fechguia.ButtonCustom2.Tooltip = ""; this.fechguia.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.fechguia.ButtonDropDown.Tooltip = ""; this.fechguia.ButtonDropDown.Visible = true; this.fechguia.ButtonFreeText.Tooltip = ""; this.fechguia.IsPopupCalendarOpen = false; this.fechguia.Location = new System.Drawing.Point(168, 36); // // // this.fechguia.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.fechguia.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechguia.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.fechguia.MonthCalendar.ClearButtonVisible = true; // // // this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.fechguia.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechguia.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0); this.fechguia.MonthCalendar.MarkedDates = new System.DateTime[0]; this.fechguia.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.fechguia.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechguia.MonthCalendar.TodayButtonVisible = true; this.fechguia.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.fechguia.Name = "fechguia"; this.fechguia.Size = new System.Drawing.Size(82, 21); this.fechguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.fechguia.TabIndex = 78; // // fechfac // // // // this.fechfac.BackgroundStyle.Class = "DateTimeInputBackground"; this.fechfac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechfac.ButtonClear.Tooltip = ""; this.fechfac.ButtonCustom.Tooltip = ""; this.fechfac.ButtonCustom2.Tooltip = ""; this.fechfac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.fechfac.ButtonDropDown.Tooltip = ""; this.fechfac.ButtonDropDown.Visible = true; this.fechfac.ButtonFreeText.Tooltip = ""; this.fechfac.IsPopupCalendarOpen = false; this.fechfac.Location = new System.Drawing.Point(168, 12); // // // this.fechfac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.fechfac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechfac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.fechfac.MonthCalendar.ClearButtonVisible = true; // // // this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.fechfac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechfac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0); this.fechfac.MonthCalendar.MarkedDates = new System.DateTime[0]; this.fechfac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.fechfac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.fechfac.MonthCalendar.TodayButtonVisible = true; this.fechfac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.fechfac.Name = "fechfac"; this.fechfac.Size = new System.Drawing.Size(82, 21); this.fechfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.fechfac.TabIndex = 77; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(225, 84); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(73, 13); this.label29.TabIndex = 72; this.label29.Text = "Fecha Recep:"; // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(269, 58); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(29, 13); this.label28.TabIndex = 69; this.label28.Text = "DNI:"; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(271, 9); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(55, 13); this.label27.TabIndex = 67; this.label27.Text = "Receptor:"; // // Frm_ventas // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(993, 560); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.btnextraersunat); this.Controls.Add(this.label22); this.Controls.Add(this.lstListaprec); this.Controls.Add(this.pdtimagen); this.Controls.Add(this.label12); this.Controls.Add(this.telef); this.Controls.Add(this.vendpername); this.Controls.Add(this.vendperid); this.Controls.Add(this.label11); this.Controls.Add(this.ctacte); this.Controls.Add(this.panel2); this.Controls.Add(this.griddetallemov); this.Controls.Add(this.direc); this.Controls.Add(this.ctactename); this.Controls.Add(this.nmruc); this.Controls.Add(this.panel1); this.Controls.Add(this.Botonera); this.Controls.Add(this.tipoclieprov); this.Controls.Add(this.lblruc); this.Controls.Add(this.label24); this.Controls.Add(this.shapeContainer1); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "Frm_ventas"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Modulo de Ventas"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_movimiento_FormClosing); this.Load += new System.EventHandler(this.Frm_ventas_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_movimiento_KeyDown); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).EndInit(); this.Botonera.ResumeLayout(false); this.Botonera.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage3.ResumeLayout(false); this.xtraTabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).EndInit(); this.xtraTabPage1.ResumeLayout(false); this.xtraTabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).EndInit(); this.xtraTabPage2.ResumeLayout(false); this.xtraTabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fechguia)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fechfac)).EndInit(); 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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmFBancoImportador)); this.m_gbFrame = new System.Windows.Forms.GroupBox(); this.m_btTrocarCor = new System.Windows.Forms.Button(); this.m_btOk = new System.Windows.Forms.Button(); this.m_btCancelar = new System.Windows.Forms.Button(); this.m_gbFields = new System.Windows.Forms.GroupBox(); this.m_btAnularSelecao = new System.Windows.Forms.Button(); this.m_lNomeImportador = new System.Windows.Forms.Label(); this.m_lImportador = new System.Windows.Forms.Label(); this.m_lvDadosBancos = new mdlComponentesGraficos.ListView(); this.m_chFirst = new System.Windows.Forms.ColumnHeader(); this.m_lvBancos = new mdlComponentesGraficos.ListView(); this.m_chBancoImportador = new System.Windows.Forms.ColumnHeader(); this.m_lDadosEndereco = new System.Windows.Forms.Label(); this.m_btExcluir = new System.Windows.Forms.Button(); this.m_btEditar = new System.Windows.Forms.Button(); this.m_btNovo = new System.Windows.Forms.Button(); this.m_ttBancoImportador = new System.Windows.Forms.ToolTip(this.components); this.m_gbFrame.SuspendLayout(); this.m_gbFields.SuspendLayout(); this.SuspendLayout(); // // m_gbFrame // this.m_gbFrame.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.m_gbFrame.Controls.Add(this.m_btTrocarCor); this.m_gbFrame.Controls.Add(this.m_btOk); this.m_gbFrame.Controls.Add(this.m_btCancelar); this.m_gbFrame.Controls.Add(this.m_gbFields); this.m_gbFrame.Location = new System.Drawing.Point(4, 0); this.m_gbFrame.Name = "m_gbFrame"; this.m_gbFrame.Size = new System.Drawing.Size(358, 355); this.m_gbFrame.TabIndex = 0; this.m_gbFrame.TabStop = false; // // m_btTrocarCor // this.m_btTrocarCor.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(64)), ((System.Byte)(0))); this.m_btTrocarCor.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btTrocarCor.Location = new System.Drawing.Point(4, 9); this.m_btTrocarCor.Name = "m_btTrocarCor"; this.m_btTrocarCor.Size = new System.Drawing.Size(4, 4); this.m_btTrocarCor.TabIndex = 7; this.m_ttBancoImportador.SetToolTip(this.m_btTrocarCor, "Cor"); this.m_btTrocarCor.Click += new System.EventHandler(this.m_btTrocarCor_Click); // // m_btOk // this.m_btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_btOk.BackColor = System.Drawing.SystemColors.Control; this.m_btOk.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btOk.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_btOk.ForeColor = System.Drawing.SystemColors.ControlText; this.m_btOk.Image = ((System.Drawing.Image)(resources.GetObject("m_btOk.Image"))); this.m_btOk.Location = new System.Drawing.Point(119, 324); this.m_btOk.Name = "m_btOk"; this.m_btOk.RightToLeft = System.Windows.Forms.RightToLeft.No; this.m_btOk.Size = new System.Drawing.Size(57, 25); this.m_btOk.TabIndex = 2; this.m_ttBancoImportador.SetToolTip(this.m_btOk, "Confirmar"); this.m_btOk.Click += new System.EventHandler(this.m_btOk_Click); // // m_btCancelar // this.m_btCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_btCancelar.BackColor = System.Drawing.SystemColors.Control; this.m_btCancelar.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btCancelar.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_btCancelar.ForeColor = System.Drawing.SystemColors.ControlText; this.m_btCancelar.Image = ((System.Drawing.Image)(resources.GetObject("m_btCancelar.Image"))); this.m_btCancelar.Location = new System.Drawing.Point(183, 324); this.m_btCancelar.Name = "m_btCancelar"; this.m_btCancelar.RightToLeft = System.Windows.Forms.RightToLeft.No; this.m_btCancelar.Size = new System.Drawing.Size(57, 25); this.m_btCancelar.TabIndex = 3; this.m_ttBancoImportador.SetToolTip(this.m_btCancelar, "Cancelar"); this.m_btCancelar.Click += new System.EventHandler(this.m_btCancelar_Click); // // m_gbFields // this.m_gbFields.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.m_gbFields.Controls.Add(this.m_btAnularSelecao); this.m_gbFields.Controls.Add(this.m_lNomeImportador); this.m_gbFields.Controls.Add(this.m_lImportador); this.m_gbFields.Controls.Add(this.m_lvDadosBancos); this.m_gbFields.Controls.Add(this.m_lvBancos); this.m_gbFields.Controls.Add(this.m_lDadosEndereco); this.m_gbFields.Controls.Add(this.m_btExcluir); this.m_gbFields.Controls.Add(this.m_btEditar); this.m_gbFields.Controls.Add(this.m_btNovo); this.m_gbFields.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_gbFields.Location = new System.Drawing.Point(8, 8); this.m_gbFields.Name = "m_gbFields"; this.m_gbFields.Size = new System.Drawing.Size(342, 311); this.m_gbFields.TabIndex = 0; this.m_gbFields.TabStop = false; // // m_btAnularSelecao // this.m_btAnularSelecao.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btAnularSelecao.BackColor = System.Drawing.SystemColors.Control; this.m_btAnularSelecao.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btAnularSelecao.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_btAnularSelecao.ForeColor = System.Drawing.SystemColors.ControlText; this.m_btAnularSelecao.Image = ((System.Drawing.Image)(resources.GetObject("m_btAnularSelecao.Image"))); this.m_btAnularSelecao.Location = new System.Drawing.Point(207, 63); this.m_btAnularSelecao.Name = "m_btAnularSelecao"; this.m_btAnularSelecao.RightToLeft = System.Windows.Forms.RightToLeft.No; this.m_btAnularSelecao.Size = new System.Drawing.Size(25, 25); this.m_btAnularSelecao.TabIndex = 10; this.m_btAnularSelecao.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.m_ttBancoImportador.SetToolTip(this.m_btAnularSelecao, "Não incluir banco neste documento"); this.m_btAnularSelecao.Click += new System.EventHandler(this.m_btAnularSelecao_Click); // // m_lNomeImportador // this.m_lNomeImportador.Font = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_lNomeImportador.Location = new System.Drawing.Point(80, 20); this.m_lNomeImportador.Name = "m_lNomeImportador"; this.m_lNomeImportador.Size = new System.Drawing.Size(255, 44); this.m_lNomeImportador.TabIndex = 0; // // m_lImportador // this.m_lImportador.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_lImportador.Location = new System.Drawing.Point(6, 20); this.m_lImportador.Name = "m_lImportador"; this.m_lImportador.Size = new System.Drawing.Size(68, 18); this.m_lImportador.TabIndex = 0; this.m_lImportador.Text = "Importador:"; // // m_lvDadosBancos // this.m_lvDadosBancos.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_lvDadosBancos.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.m_chFirst }); this.m_lvDadosBancos.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_lvDadosBancos.FullRowSelect = true; this.m_lvDadosBancos.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_lvDadosBancos.HideSelection = false; this.m_lvDadosBancos.Location = new System.Drawing.Point(8, 227); this.m_lvDadosBancos.Name = "m_lvDadosBancos"; this.m_lvDadosBancos.Size = new System.Drawing.Size(326, 77); this.m_lvDadosBancos.TabIndex = 0; this.m_lvDadosBancos.View = System.Windows.Forms.View.Details; // // m_chFirst // this.m_chFirst.Width = 306; // // m_lvBancos // this.m_lvBancos.Activation = System.Windows.Forms.ItemActivation.OneClick; this.m_lvBancos.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.m_chBancoImportador }); this.m_lvBancos.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_lvBancos.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_lvBancos.HideSelection = false; this.m_lvBancos.Location = new System.Drawing.Point(8, 96); this.m_lvBancos.Name = "m_lvBancos"; this.m_lvBancos.Size = new System.Drawing.Size(326, 103); this.m_lvBancos.TabIndex = 1; this.m_ttBancoImportador.SetToolTip(this.m_lvBancos, "Selecionar banco"); this.m_lvBancos.View = System.Windows.Forms.View.Details; this.m_lvBancos.DoubleClick += new System.EventHandler(this.m_lvBancos_DoubleClick); this.m_lvBancos.Click += new System.EventHandler(this.m_lvBancos_Click); this.m_lvBancos.SelectedIndexChanged += new System.EventHandler(this.m_lvBancos_SelectedIndexChanged); // // m_chBancoImportador // this.m_chBancoImportador.Width = 290; // // m_lDadosEndereco // this.m_lDadosEndereco.Font = new System.Drawing.Font("Arial", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_lDadosEndereco.Location = new System.Drawing.Point(6, 203); this.m_lDadosEndereco.Name = "m_lDadosEndereco"; this.m_lDadosEndereco.Size = new System.Drawing.Size(135, 18); this.m_lDadosEndereco.TabIndex = 7; this.m_lDadosEndereco.Text = "Dados do Banco:"; // // m_btExcluir // this.m_btExcluir.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btExcluir.BackColor = System.Drawing.SystemColors.Control; this.m_btExcluir.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btExcluir.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_btExcluir.ForeColor = System.Drawing.SystemColors.ControlText; this.m_btExcluir.Image = ((System.Drawing.Image)(resources.GetObject("m_btExcluir.Image"))); this.m_btExcluir.Location = new System.Drawing.Point(175, 63); this.m_btExcluir.Name = "m_btExcluir"; this.m_btExcluir.RightToLeft = System.Windows.Forms.RightToLeft.No; this.m_btExcluir.Size = new System.Drawing.Size(25, 25); this.m_btExcluir.TabIndex = 6; this.m_btExcluir.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.m_ttBancoImportador.SetToolTip(this.m_btExcluir, "Excluir"); this.m_btExcluir.Click += new System.EventHandler(this.m_btExcluir_Click); // // m_btEditar // this.m_btEditar.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btEditar.BackColor = System.Drawing.SystemColors.Control; this.m_btEditar.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btEditar.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_btEditar.ForeColor = System.Drawing.SystemColors.ControlText; this.m_btEditar.Image = ((System.Drawing.Image)(resources.GetObject("m_btEditar.Image"))); this.m_btEditar.Location = new System.Drawing.Point(143, 63); this.m_btEditar.Name = "m_btEditar"; this.m_btEditar.RightToLeft = System.Windows.Forms.RightToLeft.No; this.m_btEditar.Size = new System.Drawing.Size(25, 25); this.m_btEditar.TabIndex = 5; this.m_btEditar.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.m_ttBancoImportador.SetToolTip(this.m_btEditar, "Editar"); this.m_btEditar.Click += new System.EventHandler(this.m_btEditar_Click); // // m_btNovo // this.m_btNovo.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btNovo.BackColor = System.Drawing.SystemColors.Control; this.m_btNovo.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btNovo.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.m_btNovo.ForeColor = System.Drawing.SystemColors.ControlText; this.m_btNovo.Image = ((System.Drawing.Image)(resources.GetObject("m_btNovo.Image"))); this.m_btNovo.Location = new System.Drawing.Point(111, 63); this.m_btNovo.Name = "m_btNovo"; this.m_btNovo.RightToLeft = System.Windows.Forms.RightToLeft.No; this.m_btNovo.Size = new System.Drawing.Size(25, 25); this.m_btNovo.TabIndex = 4; this.m_btNovo.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.m_ttBancoImportador.SetToolTip(this.m_btNovo, "Novo"); this.m_btNovo.Click += new System.EventHandler(this.m_btNovo_Click); // // m_ttBancoImportador // this.m_ttBancoImportador.AutomaticDelay = 100; this.m_ttBancoImportador.AutoPopDelay = 5000; this.m_ttBancoImportador.InitialDelay = 100; this.m_ttBancoImportador.ReshowDelay = 20; // // frmFBancoImportador // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(366, 358); this.Controls.Add(this.m_gbFrame); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmFBancoImportador"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Banco do Importador"; this.Load += new System.EventHandler(this.frmFBancoImportador_Load); this.Activated += new System.EventHandler(this.frmFBancoImportador_Activated); this.m_gbFrame.ResumeLayout(false); this.m_gbFields.ResumeLayout(false); 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.faTabStrip1 = new System.Windows.Forms.TabControl(); this.faTabStripItemInfo = new System.Windows.Forms.TabPage(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.faTabStripItemSend = new System.Windows.Forms.TabPage(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.cmdClearSend = new System.Windows.Forms.Button(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.lblStatus = new System.Windows.Forms.Label(); this.cmdSend = new System.Windows.Forms.Button(); this.lblTeleLength = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.panel4 = new System.Windows.Forms.Panel(); this.lblLenEmpf = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.lstStoredSenddata = new System.Windows.Forms.ListBox(); this.panel3 = new System.Windows.Forms.Panel(); this.cmdRemoveSendeTele = new System.Windows.Forms.Button(); this.cmdAddSendeTele = new System.Windows.Forms.Button(); this.dtaSendTabelle = new System.Windows.Forms.DataGridView(); this.Bezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Laenge = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Wert = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.dtaSendSendTable = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dtaSendQuittTable = new System.Windows.Forms.DataGridView(); this.colSendQuittText = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.faTabStripItemRecieve = new System.Windows.Forms.TabPage(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.kryptonButton2 = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.grdEmpfang = new System.Windows.Forms.DataGridView(); this.colEmpf = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dtaEmpfangstelegrammAufgeschluesselt = new System.Windows.Forms.DataGridView(); this.colEmpfBezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colEmpfLaenge = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colEmpfWert = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.faTabStripItemSettings = new System.Windows.Forms.TabPage(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.cmdDelTele = new System.Windows.Forms.Button(); this.cmdEditQuittFields = new System.Windows.Forms.Button(); this.lstQuitt = new System.Windows.Forms.ListBox(); this.chkAutoQuitt = new System.Windows.Forms.CheckBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.numSequenceNumberLength = new System.Windows.Forms.NumericUpDown(); this.numSequenceNumberPosition = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.chkChanel2active = new System.Windows.Forms.CheckBox(); this.numPort2 = new System.Windows.Forms.NumericUpDown(); this.numPort1 = new System.Windows.Forms.NumericUpDown(); this.lblKanal2Port = new System.Windows.Forms.Label(); this.chkChanel1active = new System.Windows.Forms.CheckBox(); this.lblKanal2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.optTwoChannel = new System.Windows.Forms.RadioButton(); this.optOneChannel = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.ipAddressControl = new IPAddressControlLib.IPAddressControl(); this.cmdSelectStep7UDT = new System.Windows.Forms.Button(); this.cmdConnect = new System.Windows.Forms.Button(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.cmdSettExport = new System.Windows.Forms.Button(); this.cmdSettImport = new System.Windows.Forms.Button(); this.cmdSettingsSave = new System.Windows.Forms.Button(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.picConnection1 = new System.Windows.Forms.PictureBox(); this.picConnection2 = new System.Windows.Forms.PictureBox(); this.cmdDisconnect = new System.Windows.Forms.Button(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.faTabStrip1.SuspendLayout(); this.faTabStripItemInfo.SuspendLayout(); this.faTabStripItemSend.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).BeginInit(); this.faTabStripItemRecieve.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).BeginInit(); this.faTabStripItemSettings.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPort2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numPort1)).BeginInit(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.panel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).BeginInit(); this.SuspendLayout(); // // faTabStrip1 // this.faTabStrip1.Controls.Add(this.faTabStripItemInfo); this.faTabStrip1.Controls.Add(this.faTabStripItemSend); this.faTabStrip1.Controls.Add(this.faTabStripItemRecieve); this.faTabStrip1.Controls.Add(this.faTabStripItemSettings); this.faTabStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.faTabStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F); this.faTabStrip1.Location = new System.Drawing.Point(3, 53); this.faTabStrip1.Name = "faTabStrip1"; this.faTabStrip1.SelectedIndex = 0; this.faTabStrip1.Size = new System.Drawing.Size(896, 569); this.faTabStrip1.TabIndex = 2; this.faTabStrip1.Text = "Sende Tabelle"; // // faTabStripItemInfo // this.faTabStripItemInfo.Controls.Add(this.label10); this.faTabStripItemInfo.Controls.Add(this.label9); this.faTabStripItemInfo.Location = new System.Drawing.Point(4, 22); this.faTabStripItemInfo.Name = "faTabStripItemInfo"; this.faTabStripItemInfo.Size = new System.Drawing.Size(888, 543); this.faTabStripItemInfo.TabIndex = 3; this.faTabStripItemInfo.Text = "Info"; // // label10 // this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label10.Location = new System.Drawing.Point(74, 59); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(726, 81); this.label10.TabIndex = 0; this.label10.Text = resources.GetString("label10.Text"); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(39, 25); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(31, 13); this.label9.TabIndex = 0; this.label9.Text = "Info:"; // // faTabStripItemSend // this.faTabStripItemSend.Controls.Add(this.tableLayoutPanel1); this.faTabStripItemSend.Location = new System.Drawing.Point(4, 22); this.faTabStripItemSend.Name = "faTabStripItemSend"; this.faTabStripItemSend.Size = new System.Drawing.Size(888, 543); this.faTabStripItemSend.TabIndex = 0; this.faTabStripItemSend.Text = "Sende Tabelle"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F)); this.tableLayoutPanel1.Controls.Add(this.cmdClearSend, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0); this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(888, 543); this.tableLayoutPanel1.TabIndex = 1; // // cmdClearSend // this.cmdClearSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmdClearSend.Location = new System.Drawing.Point(741, 514); this.cmdClearSend.Name = "cmdClearSend"; this.cmdClearSend.Size = new System.Drawing.Size(144, 25); this.cmdClearSend.TabIndex = 5; this.cmdClearSend.Text = "CLR"; this.cmdClearSend.UseVisualStyleBackColor = true; this.cmdClearSend.Click += new System.EventHandler(this.cmdClearSend_Click); // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 1; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.lblStatus, 0, 2); this.tableLayoutPanel3.Controls.Add(this.cmdSend, 0, 0); this.tableLayoutPanel3.Controls.Add(this.lblTeleLength, 0, 3); this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 1); this.tableLayoutPanel3.Controls.Add(this.panel4, 0, 4); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(741, 3); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 5; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(144, 505); this.tableLayoutPanel3.TabIndex = 3; // // lblStatus // this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.lblStatus.Location = new System.Drawing.Point(3, 90); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(138, 99); this.lblStatus.TabIndex = 7; this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cmdSend // this.cmdSend.Location = new System.Drawing.Point(3, 3); this.cmdSend.Name = "cmdSend"; this.cmdSend.Size = new System.Drawing.Size(138, 24); this.cmdSend.TabIndex = 6; this.cmdSend.Text = "Senden"; this.cmdSend.UseVisualStyleBackColor = true; this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click); // // lblTeleLength // this.lblTeleLength.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTeleLength.Location = new System.Drawing.Point(3, 189); this.lblTeleLength.Name = "lblTeleLength"; this.lblTeleLength.Size = new System.Drawing.Size(138, 64); this.lblTeleLength.TabIndex = 9; this.lblTeleLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel2 // this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.numericUpDown1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 33); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(138, 54); this.panel2.TabIndex = 10; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(8, 8); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(66, 13); this.label7.TabIndex = 1; this.label7.Text = "Laufnummer"; // // numericUpDown1 // this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "Laufnummer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.numericUpDown1.Location = new System.Drawing.Point(18, 24); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(102, 21); this.numericUpDown1.TabIndex = 0; // // panel4 // this.panel4.Controls.Add(this.lblLenEmpf); this.panel4.Controls.Add(this.label8); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(3, 256); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(138, 246); this.panel4.TabIndex = 11; // // lblLenEmpf // this.lblLenEmpf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblLenEmpf.Location = new System.Drawing.Point(15, 159); this.lblLenEmpf.Name = "lblLenEmpf"; this.lblLenEmpf.Size = new System.Drawing.Size(40, 13); this.lblLenEmpf.TabIndex = 0; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(11, 143); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(40, 13); this.label8.TabIndex = 0; this.label8.Text = "Länge:"; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(3, 3); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.splitContainer3); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.splitContainer4); this.tableLayoutPanel1.SetRowSpan(this.splitContainer2, 2); this.splitContainer2.Size = new System.Drawing.Size(732, 537); this.splitContainer2.SplitterDistance = 305; this.splitContainer2.TabIndex = 4; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel5); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.dtaSendTabelle); this.splitContainer3.Size = new System.Drawing.Size(732, 305); this.splitContainer3.SplitterDistance = 76; this.splitContainer3.TabIndex = 0; // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 2; this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel5.Controls.Add(this.lstStoredSenddata, 0, 0); this.tableLayoutPanel5.Controls.Add(this.panel3, 1, 0); this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 1; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(732, 76); this.tableLayoutPanel5.TabIndex = 0; // // lstStoredSenddata // this.lstStoredSenddata.Dock = System.Windows.Forms.DockStyle.Fill; this.lstStoredSenddata.FormattingEnabled = true; this.lstStoredSenddata.Location = new System.Drawing.Point(3, 3); this.lstStoredSenddata.Name = "lstStoredSenddata"; this.lstStoredSenddata.Size = new System.Drawing.Size(626, 70); this.lstStoredSenddata.TabIndex = 0; this.lstStoredSenddata.DoubleClick += new System.EventHandler(this.lstStoredSenddata_DoubleClick); // // panel3 // this.panel3.Controls.Add(this.cmdRemoveSendeTele); this.panel3.Controls.Add(this.cmdAddSendeTele); this.panel3.Location = new System.Drawing.Point(635, 3); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(94, 70); this.panel3.TabIndex = 1; // // cmdRemoveSendeTele // this.cmdRemoveSendeTele.Location = new System.Drawing.Point(8, 41); this.cmdRemoveSendeTele.Name = "cmdRemoveSendeTele"; this.cmdRemoveSendeTele.Size = new System.Drawing.Size(76, 22); this.cmdRemoveSendeTele.TabIndex = 0; this.cmdRemoveSendeTele.Text = "Remove"; this.cmdRemoveSendeTele.UseVisualStyleBackColor = true; this.cmdRemoveSendeTele.Click += new System.EventHandler(this.cmdRemoveSendeTele_Click); // // cmdAddSendeTele // this.cmdAddSendeTele.Location = new System.Drawing.Point(8, 13); this.cmdAddSendeTele.Name = "cmdAddSendeTele"; this.cmdAddSendeTele.Size = new System.Drawing.Size(76, 22); this.cmdAddSendeTele.TabIndex = 0; this.cmdAddSendeTele.Text = "Add"; this.cmdAddSendeTele.UseVisualStyleBackColor = true; this.cmdAddSendeTele.Click += new System.EventHandler(this.cmdAddSendeTele_Click); // // dtaSendTabelle // this.dtaSendTabelle.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dtaSendTabelle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtaSendTabelle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Bezeichnung, this.Laenge, this.Wert}); this.dtaSendTabelle.Dock = System.Windows.Forms.DockStyle.Fill; this.dtaSendTabelle.Location = new System.Drawing.Point(0, 0); this.dtaSendTabelle.Name = "dtaSendTabelle"; this.dtaSendTabelle.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dtaSendTabelle.Size = new System.Drawing.Size(732, 225); this.dtaSendTabelle.TabIndex = 4; this.dtaSendTabelle.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendTabelle_CellEndEdit); this.dtaSendTabelle.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dtaSendTabelle_RowsAdded); // // Bezeichnung // this.Bezeichnung.HeaderText = "Bezeichnung"; this.Bezeichnung.Name = "Bezeichnung"; // // Laenge // this.Laenge.HeaderText = "Länge"; this.Laenge.Name = "Laenge"; // // Wert // this.Wert.HeaderText = "Wert"; this.Wert.Name = "Wert"; // // splitContainer4 // this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer4.Location = new System.Drawing.Point(0, 0); this.splitContainer4.Name = "splitContainer4"; this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer4.Panel1 // this.splitContainer4.Panel1.Controls.Add(this.dtaSendSendTable); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.dtaSendQuittTable); this.splitContainer4.Size = new System.Drawing.Size(732, 228); this.splitContainer4.SplitterDistance = 109; this.splitContainer4.TabIndex = 0; // // dtaSendSendTable // this.dtaSendSendTable.AllowUserToAddRows = false; this.dtaSendSendTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dtaSendSendTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtaSendSendTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1}); this.dtaSendSendTable.Dock = System.Windows.Forms.DockStyle.Fill; this.dtaSendSendTable.Location = new System.Drawing.Point(0, 0); this.dtaSendSendTable.Name = "dtaSendSendTable"; this.dtaSendSendTable.ReadOnly = true; this.dtaSendSendTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dtaSendSendTable.Size = new System.Drawing.Size(732, 109); this.dtaSendSendTable.TabIndex = 7; this.dtaSendSendTable.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendSendTable_CellContentClick); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.HeaderText = "Gesendete Telegramme"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // dtaSendQuittTable // this.dtaSendQuittTable.AllowUserToAddRows = false; this.dtaSendQuittTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dtaSendQuittTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtaSendQuittTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colSendQuittText}); this.dtaSendQuittTable.Dock = System.Windows.Forms.DockStyle.Fill; this.dtaSendQuittTable.Location = new System.Drawing.Point(0, 0); this.dtaSendQuittTable.Name = "dtaSendQuittTable"; this.dtaSendQuittTable.ReadOnly = true; this.dtaSendQuittTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dtaSendQuittTable.Size = new System.Drawing.Size(732, 115); this.dtaSendQuittTable.TabIndex = 6; // // colSendQuittText // this.colSendQuittText.HeaderText = "Empfangene Quittungen"; this.colSendQuittText.Name = "colSendQuittText"; this.colSendQuittText.ReadOnly = true; // // faTabStripItemRecieve // this.faTabStripItemRecieve.Controls.Add(this.tableLayoutPanel2); this.faTabStripItemRecieve.Location = new System.Drawing.Point(4, 22); this.faTabStripItemRecieve.Name = "faTabStripItemRecieve"; this.faTabStripItemRecieve.Size = new System.Drawing.Size(888, 543); this.faTabStripItemRecieve.TabIndex = 1; this.faTabStripItemRecieve.Text = "Empfangs FIFO"; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F)); this.tableLayoutPanel2.Controls.Add(this.kryptonButton2, 1, 0); this.tableLayoutPanel2.Controls.Add(this.splitContainer1, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(888, 543); this.tableLayoutPanel2.TabIndex = 2; // // kryptonButton2 // this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonButton2.Location = new System.Drawing.Point(741, 3); this.kryptonButton2.Name = "kryptonButton2"; this.kryptonButton2.Size = new System.Drawing.Size(144, 40); this.kryptonButton2.TabIndex = 4; this.kryptonButton2.Text = "CLR"; this.kryptonButton2.UseVisualStyleBackColor = true; this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.grdEmpfang); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dtaEmpfangstelegrammAufgeschluesselt); this.splitContainer1.Size = new System.Drawing.Size(732, 537); this.splitContainer1.SplitterDistance = 212; this.splitContainer1.TabIndex = 5; // // grdEmpfang // this.grdEmpfang.AllowUserToAddRows = false; this.grdEmpfang.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.grdEmpfang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdEmpfang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colEmpf}); this.grdEmpfang.Dock = System.Windows.Forms.DockStyle.Fill; this.grdEmpfang.Location = new System.Drawing.Point(0, 0); this.grdEmpfang.Name = "grdEmpfang"; this.grdEmpfang.ReadOnly = true; this.grdEmpfang.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grdEmpfang.Size = new System.Drawing.Size(732, 212); this.grdEmpfang.TabIndex = 4; this.grdEmpfang.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellClick); this.grdEmpfang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellContentClick); // // colEmpf // this.colEmpf.HeaderText = "Empfangstelegramme"; this.colEmpf.Name = "colEmpf"; this.colEmpf.ReadOnly = true; // // dtaEmpfangstelegrammAufgeschluesselt // this.dtaEmpfangstelegrammAufgeschluesselt.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dtaEmpfangstelegrammAufgeschluesselt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtaEmpfangstelegrammAufgeschluesselt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colEmpfBezeichnung, this.colEmpfLaenge, this.colEmpfWert}); this.dtaEmpfangstelegrammAufgeschluesselt.Dock = System.Windows.Forms.DockStyle.Fill; this.dtaEmpfangstelegrammAufgeschluesselt.Location = new System.Drawing.Point(0, 0); this.dtaEmpfangstelegrammAufgeschluesselt.Name = "dtaEmpfangstelegrammAufgeschluesselt"; this.dtaEmpfangstelegrammAufgeschluesselt.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dtaEmpfangstelegrammAufgeschluesselt.Size = new System.Drawing.Size(732, 321); this.dtaEmpfangstelegrammAufgeschluesselt.TabIndex = 5; // // colEmpfBezeichnung // this.colEmpfBezeichnung.HeaderText = "Bezeichnung"; this.colEmpfBezeichnung.Name = "colEmpfBezeichnung"; // // colEmpfLaenge // this.colEmpfLaenge.HeaderText = "Länge"; this.colEmpfLaenge.Name = "colEmpfLaenge"; // // colEmpfWert // this.colEmpfWert.HeaderText = "Wert"; this.colEmpfWert.Name = "colEmpfWert"; // // faTabStripItemSettings // this.faTabStripItemSettings.Controls.Add(this.groupBox4); this.faTabStripItemSettings.Controls.Add(this.groupBox3); this.faTabStripItemSettings.Controls.Add(this.groupBox2); this.faTabStripItemSettings.Controls.Add(this.groupBox1); this.faTabStripItemSettings.Location = new System.Drawing.Point(4, 22); this.faTabStripItemSettings.Name = "faTabStripItemSettings"; this.faTabStripItemSettings.Size = new System.Drawing.Size(888, 543); this.faTabStripItemSettings.TabIndex = 2; this.faTabStripItemSettings.Text = "Einstellungen"; // // groupBox4 // this.groupBox4.Controls.Add(this.label5); this.groupBox4.Controls.Add(this.cmdDelTele); this.groupBox4.Controls.Add(this.cmdEditQuittFields); this.groupBox4.Controls.Add(this.lstQuitt); this.groupBox4.Controls.Add(this.chkAutoQuitt); this.groupBox4.Location = new System.Drawing.Point(409, 18); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(176, 232); this.groupBox4.TabIndex = 8; this.groupBox4.TabStop = false; this.groupBox4.Text = "Quittungs Parameter"; // // label5 // this.label5.Location = new System.Drawing.Point(6, 164); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(164, 54); this.label5.TabIndex = 16; this.label5.Text = "Wenn automatisch quittieren eingeschaltet ist werden im Telegramm die Positionen " + "durch den Text ersetzt"; // // cmdDelTele // this.cmdDelTele.Location = new System.Drawing.Point(6, 139); this.cmdDelTele.Name = "cmdDelTele"; this.cmdDelTele.Size = new System.Drawing.Size(58, 22); this.cmdDelTele.TabIndex = 12; this.cmdDelTele.Text = "Del"; this.cmdDelTele.UseVisualStyleBackColor = true; this.cmdDelTele.Click += new System.EventHandler(this.cmdDelTele_Click); // // cmdEditQuittFields // this.cmdEditQuittFields.Location = new System.Drawing.Point(112, 139); this.cmdEditQuittFields.Name = "cmdEditQuittFields"; this.cmdEditQuittFields.Size = new System.Drawing.Size(58, 22); this.cmdEditQuittFields.TabIndex = 12; this.cmdEditQuittFields.Text = "Add"; this.cmdEditQuittFields.UseVisualStyleBackColor = true; this.cmdEditQuittFields.Click += new System.EventHandler(this.cmdEditQuittFields_Click); // // lstQuitt // this.lstQuitt.FormattingEnabled = true; this.lstQuitt.Location = new System.Drawing.Point(6, 38); this.lstQuitt.Name = "lstQuitt"; this.lstQuitt.Size = new System.Drawing.Size(164, 95); this.lstQuitt.TabIndex = 12; // // chkAutoQuitt // this.chkAutoQuitt.AutoSize = true; this.chkAutoQuitt.Checked = true; this.chkAutoQuitt.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAutoQuitt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "AutomaticQuitt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.chkAutoQuitt.Location = new System.Drawing.Point(6, 20); this.chkAutoQuitt.Name = "chkAutoQuitt"; this.chkAutoQuitt.Size = new System.Drawing.Size(134, 17); this.chkAutoQuitt.TabIndex = 15; this.chkAutoQuitt.Text = "Automatisch quittieren"; this.chkAutoQuitt.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.numSequenceNumberLength); this.groupBox3.Controls.Add(this.numSequenceNumberPosition); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Location = new System.Drawing.Point(11, 103); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(176, 107); this.groupBox3.TabIndex = 8; this.groupBox3.TabStop = false; this.groupBox3.Text = "Telegramm Parameter"; // // numSequenceNumberLength // this.numSequenceNumberLength.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberLength", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.numSequenceNumberLength.Location = new System.Drawing.Point(12, 75); this.numSequenceNumberLength.Maximum = new decimal(new int[] { 65536, 0, 0, 0}); this.numSequenceNumberLength.Name = "numSequenceNumberLength"; this.numSequenceNumberLength.Size = new System.Drawing.Size(141, 21); this.numSequenceNumberLength.TabIndex = 12; // // numSequenceNumberPosition // this.numSequenceNumberPosition.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberPosition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.numSequenceNumberPosition.Location = new System.Drawing.Point(12, 34); this.numSequenceNumberPosition.Maximum = new decimal(new int[] { 65536, 0, 0, 0}); this.numSequenceNumberPosition.Name = "numSequenceNumberPosition"; this.numSequenceNumberPosition.Size = new System.Drawing.Size(141, 21); this.numSequenceNumberPosition.TabIndex = 12; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 59); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(98, 13); this.label4.TabIndex = 14; this.label4.Text = "Laufnummer Länge"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(9, 18); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(106, 13); this.label6.TabIndex = 14; this.label6.Text = "Laufnummer Position"; // // groupBox2 // this.groupBox2.Controls.Add(this.chkChanel2active); this.groupBox2.Controls.Add(this.numPort2); this.groupBox2.Controls.Add(this.numPort1); this.groupBox2.Controls.Add(this.lblKanal2Port); this.groupBox2.Controls.Add(this.chkChanel1active); this.groupBox2.Controls.Add(this.lblKanal2); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.optTwoChannel); this.groupBox2.Controls.Add(this.optOneChannel); this.groupBox2.Location = new System.Drawing.Point(216, 18); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(187, 232); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "Verbindungs Parameter"; // // chkChanel2active // this.chkChanel2active.AutoSize = true; this.chkChanel2active.Checked = true; this.chkChanel2active.CheckState = System.Windows.Forms.CheckState.Checked; this.chkChanel2active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "RecieveConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.chkChanel2active.Enabled = false; this.chkChanel2active.Location = new System.Drawing.Point(121, 171); this.chkChanel2active.Name = "chkChanel2active"; this.chkChanel2active.Size = new System.Drawing.Size(49, 17); this.chkChanel2active.TabIndex = 15; this.chkChanel2active.Text = "aktiv"; this.chkChanel2active.UseVisualStyleBackColor = true; // // numPort2 // this.numPort2.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "RecievePort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.numPort2.Enabled = false; this.numPort2.Location = new System.Drawing.Point(27, 188); this.numPort2.Maximum = new decimal(new int[] { 65536, 0, 0, 0}); this.numPort2.Name = "numPort2"; this.numPort2.Size = new System.Drawing.Size(141, 21); this.numPort2.TabIndex = 12; // // numPort1 // this.numPort1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SendPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.numPort1.Location = new System.Drawing.Point(27, 120); this.numPort1.Maximum = new decimal(new int[] { 65536, 0, 0, 0}); this.numPort1.Name = "numPort1"; this.numPort1.Size = new System.Drawing.Size(141, 21); this.numPort1.TabIndex = 12; // // lblKanal2Port // this.lblKanal2Port.AutoSize = true; this.lblKanal2Port.Enabled = false; this.lblKanal2Port.Location = new System.Drawing.Point(24, 172); this.lblKanal2Port.Name = "lblKanal2Port"; this.lblKanal2Port.Size = new System.Drawing.Size(27, 13); this.lblKanal2Port.TabIndex = 14; this.lblKanal2Port.Text = "Port"; // // chkChanel1active // this.chkChanel1active.AutoSize = true; this.chkChanel1active.Checked = true; this.chkChanel1active.CheckState = System.Windows.Forms.CheckState.Checked; this.chkChanel1active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "SendConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.chkChanel1active.Location = new System.Drawing.Point(121, 103); this.chkChanel1active.Name = "chkChanel1active"; this.chkChanel1active.Size = new System.Drawing.Size(49, 17); this.chkChanel1active.TabIndex = 15; this.chkChanel1active.Text = "aktiv"; this.chkChanel1active.UseVisualStyleBackColor = true; // // lblKanal2 // this.lblKanal2.AutoSize = true; this.lblKanal2.Enabled = false; this.lblKanal2.Location = new System.Drawing.Point(9, 150); this.lblKanal2.Name = "lblKanal2"; this.lblKanal2.Size = new System.Drawing.Size(88, 13); this.lblKanal2.TabIndex = 14; this.lblKanal2.Text = "Kanal 2 (recieve)"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(24, 104); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(27, 13); this.label3.TabIndex = 14; this.label3.Text = "Port"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 82); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(121, 13); this.label2.TabIndex = 14; this.label2.Text = "Kanal 1 (send / recieve)"; // // optTwoChannel // this.optTwoChannel.AutoSize = true; this.optTwoChannel.Checked = true; this.optTwoChannel.Location = new System.Drawing.Point(6, 43); this.optTwoChannel.Name = "optTwoChannel"; this.optTwoChannel.Size = new System.Drawing.Size(60, 17); this.optTwoChannel.TabIndex = 14; this.optTwoChannel.TabStop = true; this.optTwoChannel.Text = "2 Kanal"; this.optTwoChannel.UseVisualStyleBackColor = true; this.optTwoChannel.CheckedChanged += new System.EventHandler(this.optTwoChannel_CheckedChanged); // // optOneChannel // this.optOneChannel.AutoSize = true; this.optOneChannel.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "UseOnlyOneConnection", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.optOneChannel.Location = new System.Drawing.Point(6, 20); this.optOneChannel.Name = "optOneChannel"; this.optOneChannel.Size = new System.Drawing.Size(60, 17); this.optOneChannel.TabIndex = 14; this.optOneChannel.Text = "1 Kanal"; this.optOneChannel.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.ipAddressControl); this.groupBox1.Location = new System.Drawing.Point(11, 18); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(176, 79); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Verbindungs Parameter"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(87, 13); this.label1.TabIndex = 12; this.label1.Text = "IP - Adresse SPS"; // // ipAddressControl // this.ipAddressControl.AllowInternalTab = false; this.ipAddressControl.AutoHeight = true; this.ipAddressControl.BackColor = System.Drawing.SystemColors.Window; this.ipAddressControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.ipAddressControl.Cursor = System.Windows.Forms.Cursors.IBeam; this.ipAddressControl.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Kopplungstester.Properties.Settings.Default, "IPAddress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.ipAddressControl.Location = new System.Drawing.Point(12, 52); this.ipAddressControl.MinimumSize = new System.Drawing.Size(87, 21); this.ipAddressControl.Name = "ipAddressControl"; this.ipAddressControl.ReadOnly = false; this.ipAddressControl.Size = new System.Drawing.Size(141, 21); this.ipAddressControl.TabIndex = 13; this.ipAddressControl.Text = global::Kopplungstester.Properties.Settings.Default.IPAddress; // // cmdSelectStep7UDT // this.cmdSelectStep7UDT.Location = new System.Drawing.Point(281, 3); this.cmdSelectStep7UDT.Name = "cmdSelectStep7UDT"; this.cmdSelectStep7UDT.Size = new System.Drawing.Size(136, 40); this.cmdSelectStep7UDT.TabIndex = 6; this.cmdSelectStep7UDT.Text = "Send/Recieve Struktur\r\naus Step7 UDT"; this.cmdSelectStep7UDT.UseVisualStyleBackColor = true; this.cmdSelectStep7UDT.Click += new System.EventHandler(this.cmdSelectStep7UDT_Click); // // cmdConnect // this.cmdConnect.Location = new System.Drawing.Point(3, 3); this.cmdConnect.Name = "cmdConnect"; this.cmdConnect.Size = new System.Drawing.Size(107, 40); this.cmdConnect.TabIndex = 11; this.cmdConnect.Text = "Connect"; this.cmdConnect.UseVisualStyleBackColor = true; this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click); // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 1; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Controls.Add(this.faTabStrip1, 0, 1); this.tableLayoutPanel4.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 2; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.Size = new System.Drawing.Size(902, 625); this.tableLayoutPanel4.TabIndex = 3; // // panel1 // this.panel1.Controls.Add(this.cmdSettExport); this.panel1.Controls.Add(this.cmdSettImport); this.panel1.Controls.Add(this.cmdSettingsSave); this.panel1.Controls.Add(this.flowLayoutPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(896, 44); this.panel1.TabIndex = 3; // // cmdSettExport // this.cmdSettExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmdSettExport.Location = new System.Drawing.Point(636, 1); this.cmdSettExport.Name = "cmdSettExport"; this.cmdSettExport.Size = new System.Drawing.Size(69, 40); this.cmdSettExport.TabIndex = 12; this.cmdSettExport.Text = "Settings export"; this.cmdSettExport.UseVisualStyleBackColor = true; this.cmdSettExport.Click += new System.EventHandler(this.cmdSettExport_Click); // // cmdSettImport // this.cmdSettImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmdSettImport.Location = new System.Drawing.Point(711, 1); this.cmdSettImport.Name = "cmdSettImport"; this.cmdSettImport.Size = new System.Drawing.Size(69, 40); this.cmdSettImport.TabIndex = 12; this.cmdSettImport.Text = "Settings import"; this.cmdSettImport.UseVisualStyleBackColor = true; this.cmdSettImport.Click += new System.EventHandler(this.cmdSettImport_Click); // // cmdSettingsSave // this.cmdSettingsSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmdSettingsSave.Location = new System.Drawing.Point(786, 1); this.cmdSettingsSave.Name = "cmdSettingsSave"; this.cmdSettingsSave.Size = new System.Drawing.Size(107, 40); this.cmdSettingsSave.TabIndex = 12; this.cmdSettingsSave.Text = "Änderungen Speichern"; this.cmdSettingsSave.UseVisualStyleBackColor = true; this.cmdSettingsSave.Click += new System.EventHandler(this.cmdSettingsSave_Click); // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.cmdConnect); this.flowLayoutPanel1.Controls.Add(this.picConnection1); this.flowLayoutPanel1.Controls.Add(this.picConnection2); this.flowLayoutPanel1.Controls.Add(this.cmdDisconnect); this.flowLayoutPanel1.Controls.Add(this.cmdSelectStep7UDT); this.flowLayoutPanel1.Location = new System.Drawing.Point(0, -3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 44); this.flowLayoutPanel1.TabIndex = 3; // // picConnection1 // this.picConnection1.BackColor = System.Drawing.Color.Red; this.picConnection1.Location = new System.Drawing.Point(116, 3); this.picConnection1.Name = "picConnection1"; this.picConnection1.Size = new System.Drawing.Size(20, 41); this.picConnection1.TabIndex = 12; this.picConnection1.TabStop = false; this.toolTip.SetToolTip(this.picConnection1, "Sende Verbindung aufgebaut"); // // picConnection2 // this.picConnection2.BackColor = System.Drawing.Color.Red; this.picConnection2.Location = new System.Drawing.Point(142, 3); this.picConnection2.Name = "picConnection2"; this.picConnection2.Size = new System.Drawing.Size(20, 41); this.picConnection2.TabIndex = 12; this.picConnection2.TabStop = false; this.toolTip.SetToolTip(this.picConnection2, "Recieve Verbindung aufgebaut"); // // cmdDisconnect // this.cmdDisconnect.Location = new System.Drawing.Point(168, 3); this.cmdDisconnect.Name = "cmdDisconnect"; this.cmdDisconnect.Size = new System.Drawing.Size(107, 40); this.cmdDisconnect.TabIndex = 11; this.cmdDisconnect.Text = "Disconnect"; this.cmdDisconnect.UseVisualStyleBackColor = true; this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnect_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(902, 625); this.Controls.Add(this.tableLayoutPanel4); this.Name = "MainForm"; this.Text = "Kopplungstester"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.faTabStrip1.ResumeLayout(false); this.faTabStripItemInfo.ResumeLayout(false); this.faTabStripItemInfo.PerformLayout(); this.faTabStripItemSend.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); this.tableLayoutPanel5.ResumeLayout(false); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).EndInit(); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit(); this.splitContainer4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).EndInit(); this.faTabStripItemRecieve.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).EndInit(); this.faTabStripItemSettings.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPort2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numPort1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tableLayoutPanel4.ResumeLayout(false); this.panel1.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TFrmMain)); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Panel = new System.Windows.Forms.Panel(); this.Lbcheck = new System.Windows.Forms.Label(); this.SaveVariableTimer = new System.Windows.Forms.Timer(this.components); this.MainMenu = new System.Windows.Forms.MainMenu(this.components); this.MENU_CONTROL = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_CLEARLOGMSG = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD_ITEMDB = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD_MAGICDB = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD_MONSTERDB = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD_MONSTERSAY = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD_DISABLEMAKE = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD_STARTPOINT = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_RELOAD_CONF = new System.Windows.Forms.MenuItem(); this.QFunctionNPC = new System.Windows.Forms.MenuItem(); this.QManageNPC = new System.Windows.Forms.MenuItem(); this.RobotManageNPC = new System.Windows.Forms.MenuItem(); this.MonItems = new System.Windows.Forms.MenuItem(); this.N2 = new System.Windows.Forms.MenuItem(); this.N3 = new System.Windows.Forms.MenuItem(); this.N5 = new System.Windows.Forms.MenuItem(); this.N6 = new System.Windows.Forms.MenuItem(); this.NPC1 = new System.Windows.Forms.MenuItem(); this.NPC2 = new System.Windows.Forms.MenuItem(); this.N7 = new System.Windows.Forms.MenuItem(); this.S1 = new System.Windows.Forms.MenuItem(); this.N4 = new System.Windows.Forms.MenuItem(); this.mapconfig = new System.Windows.Forms.MenuItem(); this.monster = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_GATE = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_GATE_OPEN = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_GATE_CLOSE = new System.Windows.Forms.MenuItem(); this.MENU_CONTROL_EXIT = new System.Windows.Forms.MenuItem(); this.MENU_VIEW = new System.Windows.Forms.MenuItem(); this.MENU_VIEW_ONLINEHUMAN = new System.Windows.Forms.MenuItem(); this.MENU_VIEW_SESSION = new System.Windows.Forms.MenuItem(); this.MENU_VIEW_LEVEL = new System.Windows.Forms.MenuItem(); this.MENU_VIEW_LIST = new System.Windows.Forms.MenuItem(); this.N1 = new System.Windows.Forms.MenuItem(); this.MENU_VIEW_KERNELINFO = new System.Windows.Forms.MenuItem(); this.MENU_OPTION = new System.Windows.Forms.MenuItem(); this.MENU_OPTION_GENERAL = new System.Windows.Forms.MenuItem(); this.MENU_OPTION_GAME = new System.Windows.Forms.MenuItem(); this.MENU_OPTION_ITEMFUNC = new System.Windows.Forms.MenuItem(); this.MENU_OPTION_FUNCTION = new System.Windows.Forms.MenuItem(); this.G1 = new System.Windows.Forms.MenuItem(); this.MENU_OPTION_MONSTER = new System.Windows.Forms.MenuItem(); this.MENU_OPTION_SERVERCONFIG = new System.Windows.Forms.MenuItem(); this.MENU_OPTION_HERO = new System.Windows.Forms.MenuItem(); this.MENU_MANAGE = new System.Windows.Forms.MenuItem(); this.MENU_MANAGE_ONLINEMSG = new System.Windows.Forms.MenuItem(); this.MENU_MANAGE_CASTLE = new System.Windows.Forms.MenuItem(); this.G2 = new System.Windows.Forms.MenuItem(); this.MENU_MANAGE_SYS = new System.Windows.Forms.MenuItem(); this.MENU_TOOLS = new System.Windows.Forms.MenuItem(); this.MENU_TOOLS_MERCHANT = new System.Windows.Forms.MenuItem(); this.MENU_TOOLS_NPC = new System.Windows.Forms.MenuItem(); this.MENU_TOOLS_MONGEN = new System.Windows.Forms.MenuItem(); this.MENU_TOOLS_IPSEARCH = new System.Windows.Forms.MenuItem(); this.MENU_HELP = new System.Windows.Forms.MenuItem(); this.MENU_HELP_ABOUT = new System.Windows.Forms.MenuItem(); this.Panel1 = new System.Windows.Forms.Panel(); this.Label20 = new System.Windows.Forms.Label(); this.LbRunTime = new System.Windows.Forms.Label(); this.LbUserCount = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label5 = new System.Windows.Forms.Label(); this.LbRunSocketTime = new System.Windows.Forms.Label(); this.MemStatus = new System.Windows.Forms.Label(); this.GateListView = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.MemoLog = new System.Windows.Forms.RichTextBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.ErrorMemoLog = new System.Windows.Forms.RichTextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.richTextBox2 = new System.Windows.Forms.RichTextBox(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.Panel.SuspendLayout(); this.Panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage4.SuspendLayout(); this.tabPage5.SuspendLayout(); this.SuspendLayout(); // // Panel // this.Panel.Controls.Add(this.Lbcheck); this.Panel.Location = new System.Drawing.Point(0, 0); this.Panel.Name = "Panel"; this.Panel.Size = new System.Drawing.Size(200, 100); this.Panel.TabIndex = 0; // // Lbcheck // this.Lbcheck.Location = new System.Drawing.Point(48, 64); this.Lbcheck.Name = "Lbcheck"; this.Lbcheck.Size = new System.Drawing.Size(6, 12); this.Lbcheck.TabIndex = 4; this.Lbcheck.Visible = false; // // SaveVariableTimer // this.SaveVariableTimer.Interval = 30000; // // MainMenu // this.MainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_CONTROL, this.MENU_VIEW, this.MENU_OPTION, this.MENU_MANAGE, this.MENU_TOOLS, this.MENU_HELP }); // // MENU_CONTROL // this.MENU_CONTROL.Index = 0; this.MENU_CONTROL.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_CONTROL_CLEARLOGMSG, this.MENU_CONTROL_RELOAD, this.MENU_CONTROL_GATE, this.MENU_CONTROL_EXIT }); this.MENU_CONTROL.Text = "控制(&C)"; this.MENU_CONTROL.Click += new System.EventHandler(this.MENU_CONTROLClick); // // MENU_CONTROL_CLEARLOGMSG // this.MENU_CONTROL_CLEARLOGMSG.Index = 0; this.MENU_CONTROL_CLEARLOGMSG.Text = "清除日志(&C)"; this.MENU_CONTROL_CLEARLOGMSG.Click += new System.EventHandler(this.MENU_CONTROL_CLEARLOGMSGClick); // // MENU_CONTROL_RELOAD // this.MENU_CONTROL_RELOAD.Index = 1; this.MENU_CONTROL_RELOAD.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_CONTROL_RELOAD_ITEMDB, this.MENU_CONTROL_RELOAD_MAGICDB, this.MENU_CONTROL_RELOAD_MONSTERDB, this.MENU_CONTROL_RELOAD_MONSTERSAY, this.MENU_CONTROL_RELOAD_DISABLEMAKE, this.MENU_CONTROL_RELOAD_STARTPOINT, this.MENU_CONTROL_RELOAD_CONF, this.QFunctionNPC, this.QManageNPC, this.RobotManageNPC, this.MonItems, this.N2, this.N3, this.N5, this.N6, this.NPC1, this.NPC2, this.N7, this.S1, this.N4, this.mapconfig, this.monster }); this.MENU_CONTROL_RELOAD.Text = "重新加载(&R)"; // // MENU_CONTROL_RELOAD_ITEMDB // this.MENU_CONTROL_RELOAD_ITEMDB.Index = 0; this.MENU_CONTROL_RELOAD_ITEMDB.Text = "物品数据库(&I)"; this.MENU_CONTROL_RELOAD_ITEMDB.Click += new System.EventHandler(this.MENU_CONTROL_RELOAD_ITEMDBClick); // // MENU_CONTROL_RELOAD_MAGICDB // this.MENU_CONTROL_RELOAD_MAGICDB.Index = 1; this.MENU_CONTROL_RELOAD_MAGICDB.Text = "技能数据库(&S)"; this.MENU_CONTROL_RELOAD_MAGICDB.Click += new System.EventHandler(this.MENU_CONTROL_RELOAD_MAGICDBClick); // // MENU_CONTROL_RELOAD_MONSTERDB // this.MENU_CONTROL_RELOAD_MONSTERDB.Index = 2; this.MENU_CONTROL_RELOAD_MONSTERDB.Text = "怪物数据库(&M)"; this.MENU_CONTROL_RELOAD_MONSTERDB.Click += new System.EventHandler(this.MENU_CONTROL_RELOAD_MONSTERDBClick); // // MENU_CONTROL_RELOAD_MONSTERSAY // this.MENU_CONTROL_RELOAD_MONSTERSAY.Index = 3; this.MENU_CONTROL_RELOAD_MONSTERSAY.Text = "怪物说话设置(&M)"; this.MENU_CONTROL_RELOAD_MONSTERSAY.Click += new System.EventHandler(this.MENU_CONTROL_RELOAD_MONSTERSAYClick); // // MENU_CONTROL_RELOAD_DISABLEMAKE // this.MENU_CONTROL_RELOAD_DISABLEMAKE.Index = 4; this.MENU_CONTROL_RELOAD_DISABLEMAKE.Text = "数据列表(&D)"; this.MENU_CONTROL_RELOAD_DISABLEMAKE.Click += new System.EventHandler(this.MENU_CONTROL_RELOAD_DISABLEMAKEClick); // // MENU_CONTROL_RELOAD_STARTPOINT // this.MENU_CONTROL_RELOAD_STARTPOINT.Index = 5; this.MENU_CONTROL_RELOAD_STARTPOINT.Text = "地图安全区(&S)"; this.MENU_CONTROL_RELOAD_STARTPOINT.Click += new System.EventHandler(this.MENU_CONTROL_RELOAD_STARTPOINTClick); // // MENU_CONTROL_RELOAD_CONF // this.MENU_CONTROL_RELOAD_CONF.Index = 6; this.MENU_CONTROL_RELOAD_CONF.Text = "参数设置(&C)"; this.MENU_CONTROL_RELOAD_CONF.Click += new System.EventHandler(this.MENU_CONTROL_RELOAD_CONFClick); // // QFunctionNPC // this.QFunctionNPC.Index = 7; this.QFunctionNPC.Text = "QFunction 脚本(&Q)"; this.QFunctionNPC.Click += new System.EventHandler(this.QFunctionNPCClick); // // QManageNPC // this.QManageNPC.Index = 8; this.QManageNPC.Text = "登陆脚本(&L)"; this.QManageNPC.Click += new System.EventHandler(this.QManageNPCClick); // // RobotManageNPC // this.RobotManageNPC.Index = 9; this.RobotManageNPC.Text = "机器人脚本(&R)"; this.RobotManageNPC.Click += new System.EventHandler(this.RobotManageNPCClick); // // MonItems // this.MonItems.Index = 10; this.MonItems.Text = "怪物爆率(&M)"; this.MonItems.Click += new System.EventHandler(this.MonItemsClick); // // N2 // this.N2.Index = 11; this.N2.Text = "-"; // // N3 // this.N3.Index = 12; this.N3.Text = "宝箱配置"; this.N3.Click += new System.EventHandler(this.N3Click); // // N5 // this.N5.Index = 13; this.N5.Text = "怪物刷新配置"; this.N5.Click += new System.EventHandler(this.N5Click); // // N6 // this.N6.Index = 14; this.N6.Text = "公告提示信息"; this.N6.Click += new System.EventHandler(this.N6Click); // // NPC1 // this.NPC1.Index = 15; this.NPC1.Text = "交易NPC配置"; this.NPC1.Click += new System.EventHandler(this.NPC1Click); // // NPC2 // this.NPC2.Index = 16; this.NPC2.Text = "管理NPC配置"; this.NPC2.Click += new System.EventHandler(this.NPC2Click); // // N7 // this.N7.Index = 17; this.N7.Text = "淬炼配置"; this.N7.Click += new System.EventHandler(this.N7Click); // // S1 // this.S1.Index = 18; this.S1.Text = "初始化沙城配置(&S)"; this.S1.Click += new System.EventHandler(this.S1Click); // // N4 // this.N4.Index = 19; this.N4.Text = "商铺配置"; this.N4.Click += new System.EventHandler(this.N4Click); // // mapconfig // this.mapconfig.Index = 20; this.mapconfig.Text = "地图配置"; this.mapconfig.Click += new System.EventHandler(this.mapconfigClick); // // monster // this.monster.Index = 21; this.monster.Text = "刷怪配置"; this.monster.Click += new System.EventHandler(this.monsterClick); // // MENU_CONTROL_GATE // this.MENU_CONTROL_GATE.Index = 2; this.MENU_CONTROL_GATE.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_CONTROL_GATE_OPEN, this.MENU_CONTROL_GATE_CLOSE }); this.MENU_CONTROL_GATE.Text = "游戏网关(&G)"; // // MENU_CONTROL_GATE_OPEN // this.MENU_CONTROL_GATE_OPEN.Index = 0; this.MENU_CONTROL_GATE_OPEN.Text = "打开(&O)"; this.MENU_CONTROL_GATE_OPEN.Click += new System.EventHandler(this.MENU_CONTROL_GATE_OPENClick); // // MENU_CONTROL_GATE_CLOSE // this.MENU_CONTROL_GATE_CLOSE.Index = 1; this.MENU_CONTROL_GATE_CLOSE.Text = "关闭(&C)"; this.MENU_CONTROL_GATE_CLOSE.Click += new System.EventHandler(this.MENU_CONTROL_GATE_CLOSEClick); // // MENU_CONTROL_EXIT // this.MENU_CONTROL_EXIT.Index = 3; this.MENU_CONTROL_EXIT.Text = "退出(&X)"; this.MENU_CONTROL_EXIT.Click += new System.EventHandler(this.MENU_CONTROL_EXITClick); // // MENU_VIEW // this.MENU_VIEW.Index = 1; this.MENU_VIEW.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_VIEW_ONLINEHUMAN, this.MENU_VIEW_SESSION, this.MENU_VIEW_LEVEL, this.MENU_VIEW_LIST, this.N1, this.MENU_VIEW_KERNELINFO }); this.MENU_VIEW.Text = "查看(&V)"; // // MENU_VIEW_ONLINEHUMAN // this.MENU_VIEW_ONLINEHUMAN.Index = 0; this.MENU_VIEW_ONLINEHUMAN.Text = "在线人物(&O)"; this.MENU_VIEW_ONLINEHUMAN.Click += new System.EventHandler(this.MENU_VIEW_ONLINEHUMANClick); // // MENU_VIEW_SESSION // this.MENU_VIEW_SESSION.Index = 1; this.MENU_VIEW_SESSION.Text = "全局会话(&S)"; this.MENU_VIEW_SESSION.Click += new System.EventHandler(this.MENU_VIEW_SESSIONClick); // // MENU_VIEW_LEVEL // this.MENU_VIEW_LEVEL.Index = 2; this.MENU_VIEW_LEVEL.Text = "等级属性(&L)"; this.MENU_VIEW_LEVEL.Click += new System.EventHandler(this.MENU_VIEW_LEVELClick); // // MENU_VIEW_LIST // this.MENU_VIEW_LIST.Index = 3; this.MENU_VIEW_LIST.Text = "列表信息一(&L)"; this.MENU_VIEW_LIST.Click += new System.EventHandler(this.MENU_VIEW_LISTClick); // // N1 // this.N1.Index = 4; this.N1.Text = "列表信息二(&L)"; this.N1.Click += new System.EventHandler(this.N1Click); // // MENU_VIEW_KERNELINFO // this.MENU_VIEW_KERNELINFO.Index = 5; this.MENU_VIEW_KERNELINFO.Text = "内核数据(&K)"; this.MENU_VIEW_KERNELINFO.Click += new System.EventHandler(this.MENU_VIEW_KERNELINFOClick); // // MENU_OPTION // this.MENU_OPTION.Index = 2; this.MENU_OPTION.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_OPTION_GENERAL, this.MENU_OPTION_GAME, this.MENU_OPTION_ITEMFUNC, this.MENU_OPTION_FUNCTION, this.G1, this.MENU_OPTION_MONSTER, this.MENU_OPTION_SERVERCONFIG, this.MENU_OPTION_HERO }); this.MENU_OPTION.Text = "选项(&P)"; // // MENU_OPTION_GENERAL // this.MENU_OPTION_GENERAL.Index = 0; this.MENU_OPTION_GENERAL.Text = "基本设置(&G)"; this.MENU_OPTION_GENERAL.Click += new System.EventHandler(this.MENU_OPTION_GENERALClick); // // MENU_OPTION_GAME // this.MENU_OPTION_GAME.Index = 1; this.MENU_OPTION_GAME.Text = "参数设置(&O)"; this.MENU_OPTION_GAME.Click += new System.EventHandler(this.MENU_OPTION_GAMEClick); // // MENU_OPTION_ITEMFUNC // this.MENU_OPTION_ITEMFUNC.Index = 2; this.MENU_OPTION_ITEMFUNC.Text = "物品装备(&I)"; this.MENU_OPTION_ITEMFUNC.Click += new System.EventHandler(this.MENU_OPTION_ITEMFUNCClick); // // MENU_OPTION_FUNCTION // this.MENU_OPTION_FUNCTION.Index = 3; this.MENU_OPTION_FUNCTION.Text = "功能设置(&F)"; this.MENU_OPTION_FUNCTION.Click += new System.EventHandler(this.MENU_OPTION_FUNCTIONClick); // // G1 // this.G1.Index = 4; this.G1.Text = "游戏命令(&C)"; this.G1.Click += new System.EventHandler(this.G1Click); // // MENU_OPTION_MONSTER // this.MENU_OPTION_MONSTER.Index = 5; this.MENU_OPTION_MONSTER.Text = "怪物设置(&M)"; this.MENU_OPTION_MONSTER.Click += new System.EventHandler(this.MENU_OPTION_MONSTERClick); // // MENU_OPTION_SERVERCONFIG // this.MENU_OPTION_SERVERCONFIG.Index = 6; this.MENU_OPTION_SERVERCONFIG.Text = "性能参数(&P)"; this.MENU_OPTION_SERVERCONFIG.Click += new System.EventHandler(this.MENU_OPTION_SERVERCONFIGClick); // // MENU_OPTION_HERO // this.MENU_OPTION_HERO.Index = 7; this.MENU_OPTION_HERO.Text = "英雄设置(&H)"; this.MENU_OPTION_HERO.Click += new System.EventHandler(this.MENU_OPTION_HEROClick); // // MENU_MANAGE // this.MENU_MANAGE.Index = 3; this.MENU_MANAGE.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_MANAGE_ONLINEMSG, this.MENU_MANAGE_CASTLE, this.G2, this.MENU_MANAGE_SYS }); this.MENU_MANAGE.Text = "管理(&M)"; // // MENU_MANAGE_ONLINEMSG // this.MENU_MANAGE_ONLINEMSG.Index = 0; this.MENU_MANAGE_ONLINEMSG.Text = "在线消息(&S)"; this.MENU_MANAGE_ONLINEMSG.Click += new System.EventHandler(this.MENU_MANAGE_ONLINEMSGClick); // // MENU_MANAGE_CASTLE // this.MENU_MANAGE_CASTLE.Index = 1; this.MENU_MANAGE_CASTLE.Text = "城堡管理(&C)"; this.MENU_MANAGE_CASTLE.Click += new System.EventHandler(this.MENU_MANAGE_CASTLEClick); // // G2 // this.G2.Index = 2; this.G2.Text = "行会管理 (&G)"; this.G2.Click += new System.EventHandler(this.G2Click); // // MENU_MANAGE_SYS // this.MENU_MANAGE_SYS.Index = 3; this.MENU_MANAGE_SYS.Text = "系统管理(&S)"; this.MENU_MANAGE_SYS.Click += new System.EventHandler(this.MENU_MANAGE_SYS_Click); // // MENU_TOOLS // this.MENU_TOOLS.Index = 4; this.MENU_TOOLS.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_TOOLS_MERCHANT, this.MENU_TOOLS_NPC, this.MENU_TOOLS_MONGEN, this.MENU_TOOLS_IPSEARCH }); this.MENU_TOOLS.Text = "工具(&T)"; // // MENU_TOOLS_MERCHANT // this.MENU_TOOLS_MERCHANT.Index = 0; this.MENU_TOOLS_MERCHANT.Text = "交易NPC配置(&M)"; this.MENU_TOOLS_MERCHANT.Click += new System.EventHandler(this.MENU_TOOLS_MERCHANTClick); // // MENU_TOOLS_NPC // this.MENU_TOOLS_NPC.Index = 1; this.MENU_TOOLS_NPC.Text = "管理NPC配置(&N)"; this.MENU_TOOLS_NPC.Visible = false; // // MENU_TOOLS_MONGEN // this.MENU_TOOLS_MONGEN.Index = 2; this.MENU_TOOLS_MONGEN.Text = "刷怪配置(&G)"; this.MENU_TOOLS_MONGEN.Click += new System.EventHandler(this.MENU_TOOLS_MONGENClick); // // MENU_TOOLS_IPSEARCH // this.MENU_TOOLS_IPSEARCH.Index = 3; this.MENU_TOOLS_IPSEARCH.Text = "地区查询(&S)"; this.MENU_TOOLS_IPSEARCH.Click += new System.EventHandler(this.MENU_TOOLS_IPSEARCHClick); // // MENU_HELP // this.MENU_HELP.Index = 5; this.MENU_HELP.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.MENU_HELP_ABOUT }); this.MENU_HELP.Text = "帮助(&H)"; // // MENU_HELP_ABOUT // this.MENU_HELP_ABOUT.Index = 0; this.MENU_HELP_ABOUT.Text = "关于(&A)"; this.MENU_HELP_ABOUT.Click += new System.EventHandler(this.MENU_HELP_ABOUTClick); // // Panel1 // this.Panel1.BackColor = System.Drawing.SystemColors.ButtonFace; this.Panel1.Controls.Add(this.Label20); this.Panel1.Controls.Add(this.LbRunTime); this.Panel1.Controls.Add(this.LbUserCount); this.Panel1.Controls.Add(this.Label1); this.Panel1.Controls.Add(this.Label2); this.Panel1.Controls.Add(this.Label5); this.Panel1.Controls.Add(this.LbRunSocketTime); this.Panel1.Controls.Add(this.MemStatus); this.Panel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Panel1.Location = new System.Drawing.Point(4, 3); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(495, 324); this.Panel1.TabIndex = 2; // // Label20 // this.Label20.AutoSize = true; this.Label20.Location = new System.Drawing.Point(3, 29); this.Label20.Name = "Label20"; this.Label20.Size = new System.Drawing.Size(0, 12); this.Label20.TabIndex = 15; // // LbRunTime // this.LbRunTime.Location = new System.Drawing.Point(339, 31); this.LbRunTime.Name = "LbRunTime"; this.LbRunTime.Size = new System.Drawing.Size(96, 12); this.LbRunTime.TabIndex = 8; this.LbRunTime.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // LbUserCount // this.LbUserCount.Location = new System.Drawing.Point(339, 5); this.LbUserCount.Name = "LbUserCount"; this.LbUserCount.Size = new System.Drawing.Size(96, 12); this.LbUserCount.TabIndex = 9; this.LbUserCount.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Label1 // this.Label1.Location = new System.Drawing.Point(3, 5); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(235, 12); this.Label1.TabIndex = 10; // // Label2 // this.Label2.Location = new System.Drawing.Point(3, 18); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(235, 12); this.Label2.TabIndex = 11; // // Label5 // this.Label5.Location = new System.Drawing.Point(3, 44); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(235, 12); this.Label5.TabIndex = 12; // // LbRunSocketTime // this.LbRunSocketTime.Location = new System.Drawing.Point(339, 18); this.LbRunSocketTime.Name = "LbRunSocketTime"; this.LbRunSocketTime.Size = new System.Drawing.Size(96, 12); this.LbRunSocketTime.TabIndex = 13; this.LbRunSocketTime.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // MemStatus // this.MemStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MemStatus.ForeColor = System.Drawing.Color.Blue; this.MemStatus.Location = new System.Drawing.Point(3, 312); this.MemStatus.Name = "MemStatus"; this.MemStatus.Size = new System.Drawing.Size(489, 12); this.MemStatus.TabIndex = 14; this.MemStatus.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // GateListView // this.GateListView.Alignment = System.Windows.Forms.ListViewAlignment.Default; this.GateListView.AllowColumnReorder = true; this.GateListView.AutoArrange = false; this.GateListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.GateListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4, this.columnHeader5, this.columnHeader6, this.columnHeader7 }); this.GateListView.FullRowSelect = true; this.GateListView.GridLines = true; this.GateListView.HideSelection = false; this.GateListView.Location = new System.Drawing.Point(1, 1); this.GateListView.MultiSelect = false; this.GateListView.Name = "GateListView"; this.GateListView.Scrollable = false; this.GateListView.Size = new System.Drawing.Size(500, 322); this.GateListView.TabIndex = 4; this.GateListView.UseCompatibleStateImageBehavior = false; this.GateListView.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "网关"; this.columnHeader1.Width = 36; // // columnHeader2 // this.columnHeader2.Text = "网关地址"; this.columnHeader2.Width = 102; // // columnHeader3 // this.columnHeader3.Text = "队列数据"; this.columnHeader3.Width = 66; // // columnHeader4 // this.columnHeader4.Text = "发送数据"; this.columnHeader4.Width = 70; // // columnHeader5 // this.columnHeader5.Text = "剩余数据"; this.columnHeader5.Width = 72; // // columnHeader6 // this.columnHeader6.Text = "平均流量"; this.columnHeader6.Width = 72; // // columnHeader7 // this.columnHeader7.Text = "最高人数"; this.columnHeader7.Width = 76; // // MemoLog // this.MemoLog.AutoWordSelection = true; this.MemoLog.BackColor = System.Drawing.Color.Black; this.MemoLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.MemoLog.DetectUrls = false; this.MemoLog.ForeColor = System.Drawing.Color.Lime; this.MemoLog.HideSelection = false; this.MemoLog.Location = new System.Drawing.Point(-2, 5); this.MemoLog.Name = "MemoLog"; this.MemoLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth; this.MemoLog.Size = new System.Drawing.Size(506, 329); this.MemoLog.TabIndex = 5; this.MemoLog.Text = ""; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage5); this.tabControl1.Controls.Add(this.tabPage6); this.tabControl1.Location = new System.Drawing.Point(4, -1); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(510, 344); this.tabControl1.TabIndex = 6; // // tabPage1 // this.tabPage1.Controls.Add(this.MemoLog); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(502, 318); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "日志信息"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.ErrorMemoLog); 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(502, 318); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "错误信息"; this.tabPage2.UseVisualStyleBackColor = true; // // ErrorMemoLog // this.ErrorMemoLog.AutoWordSelection = true; this.ErrorMemoLog.BackColor = System.Drawing.Color.Black; this.ErrorMemoLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.ErrorMemoLog.DetectUrls = false; this.ErrorMemoLog.ForeColor = System.Drawing.Color.Lime; this.ErrorMemoLog.HideSelection = false; this.ErrorMemoLog.Location = new System.Drawing.Point(-2, 5); this.ErrorMemoLog.Name = "ErrorMemoLog"; this.ErrorMemoLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth; this.ErrorMemoLog.Size = new System.Drawing.Size(506, 329); this.ErrorMemoLog.TabIndex = 6; this.ErrorMemoLog.Text = ""; // // tabPage3 // this.tabPage3.Controls.Add(this.richTextBox2); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(502, 318); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "异常信息"; this.tabPage3.UseVisualStyleBackColor = true; // // richTextBox2 // this.richTextBox2.AutoWordSelection = true; this.richTextBox2.BackColor = System.Drawing.Color.Black; this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.richTextBox2.DetectUrls = false; this.richTextBox2.ForeColor = System.Drawing.Color.Lime; this.richTextBox2.HideSelection = false; this.richTextBox2.Location = new System.Drawing.Point(-2, 5); this.richTextBox2.Name = "richTextBox2"; this.richTextBox2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth; this.richTextBox2.Size = new System.Drawing.Size(506, 329); this.richTextBox2.TabIndex = 6; this.richTextBox2.Text = ""; // // tabPage4 // this.tabPage4.Controls.Add(this.GateListView); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(502, 318); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "网关信息"; this.tabPage4.UseVisualStyleBackColor = true; // // tabPage5 // this.tabPage5.Controls.Add(this.Panel1); this.tabPage5.Location = new System.Drawing.Point(4, 22); this.tabPage5.Name = "tabPage5"; this.tabPage5.Size = new System.Drawing.Size(502, 318); this.tabPage5.TabIndex = 4; this.tabPage5.Text = "系统信息"; this.tabPage5.UseVisualStyleBackColor = true; // // tabPage6 // this.tabPage6.Location = new System.Drawing.Point(4, 22); this.tabPage6.Name = "tabPage6"; this.tabPage6.Size = new System.Drawing.Size(502, 318); this.tabPage6.TabIndex = 5; this.tabPage6.Text = "状态信息"; this.tabPage6.UseVisualStyleBackColor = true; // // TFrmMain // this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.SystemColors.ButtonFace; this.ClientSize = new System.Drawing.Size(518, 345); this.Controls.Add(this.tabControl1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Location = new System.Drawing.Point(292, 174); this.MaximizeBox = false; this.Menu = this.MainMenu; this.Name = "TFrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.FormCreate); this.Panel.ResumeLayout(false); this.Panel1.ResumeLayout(false); this.Panel1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage4.ResumeLayout(false); this.tabPage5.ResumeLayout(false); 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMainForm)); this.SysMngmntButton = new RMSUI.FunctionalButton(); this.TableInfoButton = new RMSUI.FunctionalButton(); this.NameTableButton = new RMSUI.FunctionalButton(); this.ChangeDetailsButton = new RMSUI.FunctionalButton(); this.TWButton = new RMSUI.FunctionalButton(); this.BarServiceButton = new RMSUI.FunctionalButton(); this.NewTableButton = new RMSUI.FunctionalButton(); this.LogOffButton = new RMSUI.FunctionalButton(); this.MainStatusStrip = new System.Windows.Forms.StatusStrip(); this.tsLblCurrentUser = new System.Windows.Forms.ToolStripStatusLabel(); this.UserStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.OpenOrdersLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.TerminalIDLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.tsCallerIdStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.RefreshTimer = new System.Windows.Forms.Timer(this.components); this.tmrCallerInfo = new System.Windows.Forms.Timer(this.components); this.tlTip = new System.Windows.Forms.ToolTip(this.components); this.btnCallRefresh = new RMSUI.FunctionalButton(); this.label14 = new System.Windows.Forms.Label(); this.TotalPageLabel = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.CurrentPageLabel = new System.Windows.Forms.Label(); this.TablePanel = new System.Windows.Forms.FlowLayoutPanel(); this.panelCallerID = new System.Windows.Forms.Panel(); this.picBoxPhone = new RMSUI.FunctionalButton(); this.lblPhoneNumber = new System.Windows.Forms.Label(); this.txtCustomerName = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.txtFirstAddress = new System.Windows.Forms.TextBox(); this.RefreshButton = new RMSUI.FunctionalButton(); this.PreviousButton = new RMSUI.FunctionalButton(); this.NextButton = new RMSUI.FunctionalButton(); this.panel2 = new System.Windows.Forms.Panel(); this.label21 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.panel9 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.refreshlobbyButton = new RMSUI.FunctionalButton(); this.MainStatusStrip.SuspendLayout(); this.panelCallerID.SuspendLayout(); this.panel2.SuspendLayout(); this.panel9.SuspendLayout(); this.SuspendLayout(); // // SysMngmntButton // this.SysMngmntButton.BackColor = System.Drawing.Color.Transparent; this.SysMngmntButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.BackgroundImage"))); this.SysMngmntButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.BgImageOnMouseDown"))); this.SysMngmntButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.BgImageOnMouseUp"))); this.SysMngmntButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.SysMngmntButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.SysMngmntButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.SysMngmntButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.SysMngmntButton.Font = new System.Drawing.Font("Arial", 10F); this.SysMngmntButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.SysMngmntButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.SysMngmntButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Control; this.SysMngmntButton.Image = ((System.Drawing.Image)(resources.GetObject("SysMngmntButton.Image"))); this.SysMngmntButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.SysMngmntButton.Location = new System.Drawing.Point(991, 533); this.SysMngmntButton.Name = "SysMngmntButton"; this.SysMngmntButton.Size = new System.Drawing.Size(145, 90); this.SysMngmntButton.TabIndex = 0; this.SysMngmntButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.SysMngmntButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.SysMngmntButton.UseVisualStyleBackColor = false; this.SysMngmntButton.Click += new System.EventHandler(this.SysMngmntButton_Click); // // TableInfoButton // this.TableInfoButton.BackColor = System.Drawing.Color.Transparent; this.TableInfoButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TableInfoButton.BackgroundImage"))); this.TableInfoButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("TableInfoButton.BgImageOnMouseDown"))); this.TableInfoButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("TableInfoButton.BgImageOnMouseUp"))); this.TableInfoButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.TableInfoButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.TableInfoButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.TableInfoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.TableInfoButton.Font = new System.Drawing.Font("Arial", 10F); this.TableInfoButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.TableInfoButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.TableInfoButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.TableInfoButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TableInfoButton.Location = new System.Drawing.Point(991, 437); this.TableInfoButton.Name = "TableInfoButton"; this.TableInfoButton.Size = new System.Drawing.Size(145, 90); this.TableInfoButton.TabIndex = 1; this.TableInfoButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TableInfoButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.TableInfoButton.UseVisualStyleBackColor = false; this.TableInfoButton.Click += new System.EventHandler(this.TabInfoButton_Click); // // NameTableButton // this.NameTableButton.BackColor = System.Drawing.Color.Transparent; this.NameTableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("NameTableButton.BackgroundImage"))); this.NameTableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("NameTableButton.BgImageOnMouseDown"))); this.NameTableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("NameTableButton.BgImageOnMouseUp"))); this.NameTableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.NameTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.NameTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.NameTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.NameTableButton.Font = new System.Drawing.Font("Arial", 10F); this.NameTableButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.NameTableButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.NameTableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.NameTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.NameTableButton.Location = new System.Drawing.Point(991, 245); this.NameTableButton.Name = "NameTableButton"; this.NameTableButton.Size = new System.Drawing.Size(145, 90); this.NameTableButton.TabIndex = 2; this.NameTableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.NameTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.NameTableButton.UseVisualStyleBackColor = false; this.NameTableButton.Click += new System.EventHandler(this.NameTableButton_Click); // // ChangeDetailsButton // this.ChangeDetailsButton.BackColor = System.Drawing.Color.Transparent; this.ChangeDetailsButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ChangeDetailsButton.BackgroundImage"))); this.ChangeDetailsButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ChangeDetailsButton.BgImageOnMouseDown"))); this.ChangeDetailsButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ChangeDetailsButton.BgImageOnMouseUp"))); this.ChangeDetailsButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.ChangeDetailsButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.ChangeDetailsButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.ChangeDetailsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ChangeDetailsButton.Font = new System.Drawing.Font("Arial", 10F); this.ChangeDetailsButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.ChangeDetailsButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.ChangeDetailsButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.ChangeDetailsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ChangeDetailsButton.Location = new System.Drawing.Point(991, 341); this.ChangeDetailsButton.Name = "ChangeDetailsButton"; this.ChangeDetailsButton.Size = new System.Drawing.Size(145, 90); this.ChangeDetailsButton.TabIndex = 3; this.ChangeDetailsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ChangeDetailsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.ChangeDetailsButton.UseVisualStyleBackColor = false; this.ChangeDetailsButton.Click += new System.EventHandler(this.ChangeDetailsButton_Click); // // TWButton // this.TWButton.BackColor = System.Drawing.Color.Transparent; this.TWButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TWButton.BackgroundImage"))); this.TWButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("TWButton.BgImageOnMouseDown"))); this.TWButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("TWButton.BgImageOnMouseUp"))); this.TWButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.TWButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.TWButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.TWButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.TWButton.Font = new System.Drawing.Font("Arial", 10F); this.TWButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.TWButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.TWButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.TWButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TWButton.Location = new System.Drawing.Point(991, 149); this.TWButton.Name = "TWButton"; this.TWButton.Size = new System.Drawing.Size(145, 90); this.TWButton.TabIndex = 8; this.TWButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.TWButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.TWButton.UseVisualStyleBackColor = false; this.TWButton.Click += new System.EventHandler(this.TWButton_Click); // // BarServiceButton // this.BarServiceButton.BackColor = System.Drawing.Color.Transparent; this.BarServiceButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BarServiceButton.BackgroundImage"))); this.BarServiceButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("BarServiceButton.BgImageOnMouseDown"))); this.BarServiceButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("BarServiceButton.BgImageOnMouseUp"))); this.BarServiceButton.Enabled = false; this.BarServiceButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.BarServiceButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.BarServiceButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.BarServiceButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BarServiceButton.Font = new System.Drawing.Font("Arial", 10F); this.BarServiceButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.BarServiceButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.BarServiceButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.BarServiceButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BarServiceButton.Location = new System.Drawing.Point(825, 740); this.BarServiceButton.Name = "BarServiceButton"; this.BarServiceButton.Size = new System.Drawing.Size(145, 40); this.BarServiceButton.TabIndex = 9; this.BarServiceButton.Text = "Bar Service"; this.BarServiceButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BarServiceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.BarServiceButton.UseVisualStyleBackColor = false; this.BarServiceButton.Visible = false; this.BarServiceButton.Click += new System.EventHandler(this.BarServiceButton_Click); // // NewTableButton // this.NewTableButton.BackColor = System.Drawing.Color.Transparent; this.NewTableButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("NewTableButton.BackgroundImage"))); this.NewTableButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("NewTableButton.BgImageOnMouseDown"))); this.NewTableButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("NewTableButton.BgImageOnMouseUp"))); this.NewTableButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.NewTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.NewTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.NewTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.NewTableButton.Font = new System.Drawing.Font("Arial", 10F); this.NewTableButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.NewTableButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.NewTableButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Add; this.NewTableButton.Image = ((System.Drawing.Image)(resources.GetObject("NewTableButton.Image"))); this.NewTableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.NewTableButton.Location = new System.Drawing.Point(991, 53); this.NewTableButton.Name = "NewTableButton"; this.NewTableButton.Size = new System.Drawing.Size(145, 90); this.NewTableButton.TabIndex = 10; this.NewTableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.NewTableButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.NewTableButton.UseVisualStyleBackColor = false; this.NewTableButton.Click += new System.EventHandler(this.NewTableButton_Click); // // LogOffButton // this.LogOffButton.BackColor = System.Drawing.Color.Transparent; this.LogOffButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("LogOffButton.BackgroundImage"))); this.LogOffButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("LogOffButton.BgImageOnMouseDown"))); this.LogOffButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("LogOffButton.BgImageOnMouseUp"))); this.LogOffButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.LogOffButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.LogOffButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.LogOffButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.LogOffButton.Font = new System.Drawing.Font("Arial", 10F); this.LogOffButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.LogOffButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.LogOffButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter; this.LogOffButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.LogOffButton.Location = new System.Drawing.Point(991, 629); this.LogOffButton.Name = "LogOffButton"; this.LogOffButton.Size = new System.Drawing.Size(145, 90); this.LogOffButton.TabIndex = 11; this.LogOffButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.LogOffButton.UseVisualStyleBackColor = false; this.LogOffButton.Click += new System.EventHandler(this.LogOffButton_Click); // // MainStatusStrip // this.MainStatusStrip.BackColor = System.Drawing.SystemColors.Control; this.MainStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsLblCurrentUser}); this.MainStatusStrip.Location = new System.Drawing.Point(3, 941); this.MainStatusStrip.Name = "MainStatusStrip"; this.MainStatusStrip.Size = new System.Drawing.Size(1294, 24); this.MainStatusStrip.TabIndex = 9; // // tsLblCurrentUser // this.tsLblCurrentUser.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.tsLblCurrentUser.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken; this.tsLblCurrentUser.Name = "tsLblCurrentUser"; this.tsLblCurrentUser.Size = new System.Drawing.Size(77, 19); this.tsLblCurrentUser.Text = "Current User"; // // UserStatusLabel // this.UserStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.UserStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken; this.UserStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.UserStatusLabel.Name = "UserStatusLabel"; this.UserStatusLabel.Size = new System.Drawing.Size(138, 17); this.UserStatusLabel.Text = "Logged in as Administrator"; // // OpenOrdersLabel // this.OpenOrdersLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.OpenOrdersLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken; this.OpenOrdersLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.OpenOrdersLabel.Name = "OpenOrdersLabel"; this.OpenOrdersLabel.Size = new System.Drawing.Size(126, 17); this.OpenOrdersLabel.Text = "Number of Open Orders"; // // TerminalIDLabel // this.TerminalIDLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.TerminalIDLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken; this.TerminalIDLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.TerminalIDLabel.Name = "TerminalIDLabel"; this.TerminalIDLabel.Size = new System.Drawing.Size(65, 17); this.TerminalIDLabel.Text = "Terminal ID"; // // tsCallerIdStatus // this.tsCallerIdStatus.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.tsCallerIdStatus.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken; this.tsCallerIdStatus.Name = "tsCallerIdStatus"; this.tsCallerIdStatus.Size = new System.Drawing.Size(52, 17); this.tsCallerIdStatus.Text = "Caller ID"; // // RefreshTimer // this.RefreshTimer.Interval = 10000; this.RefreshTimer.Tick += new System.EventHandler(this.RefreshTimer_Tick); // // tmrCallerInfo // this.tmrCallerInfo.Tick += new System.EventHandler(this.tmrCallerInfo_Tick); // // tlTip // this.tlTip.IsBalloon = true; this.tlTip.ShowAlways = true; // // btnCallRefresh // this.btnCallRefresh.BackColor = System.Drawing.Color.Transparent; this.btnCallRefresh.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCallRefresh.BackgroundImage"))); this.btnCallRefresh.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnCallRefresh.BgImageOnMouseDown"))); this.btnCallRefresh.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnCallRefresh.BgImageOnMouseUp"))); this.btnCallRefresh.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnCallRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnCallRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnCallRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCallRefresh.Font = new System.Drawing.Font("Arial", 10F); this.btnCallRefresh.ForeColorOnMouseDown = System.Drawing.Color.White; this.btnCallRefresh.ForeColorOnMouseUp = System.Drawing.Color.Black; this.btnCallRefresh.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.btnCallRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnCallRefresh.Location = new System.Drawing.Point(286, 42); this.btnCallRefresh.Name = "btnCallRefresh"; this.btnCallRefresh.Size = new System.Drawing.Size(55, 32); this.btnCallRefresh.TabIndex = 7; this.btnCallRefresh.Text = "Clear"; this.btnCallRefresh.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnCallRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.tlTip.SetToolTip(this.btnCallRefresh, "Refresh"); this.btnCallRefresh.UseVisualStyleBackColor = false; this.btnCallRefresh.Click += new System.EventHandler(this.btnCallRefresh_Click); // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.ForeColor = System.Drawing.Color.Black; this.label14.Location = new System.Drawing.Point(197, 504); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(16, 13); this.label14.TabIndex = 3; this.label14.Text = "of"; // // TotalPageLabel // this.TotalPageLabel.AutoSize = true; this.TotalPageLabel.BackColor = System.Drawing.Color.Transparent; this.TotalPageLabel.ForeColor = System.Drawing.Color.Black; this.TotalPageLabel.Location = new System.Drawing.Point(221, 504); this.TotalPageLabel.Name = "TotalPageLabel"; this.TotalPageLabel.Size = new System.Drawing.Size(13, 13); this.TotalPageLabel.TabIndex = 2; this.TotalPageLabel.Text = "1"; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.ForeColor = System.Drawing.Color.Black; this.label13.Location = new System.Drawing.Point(77, 504); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(96, 13); this.label13.TabIndex = 1; this.label13.Text = "Open Order - Page"; // // CurrentPageLabel // this.CurrentPageLabel.AutoSize = true; this.CurrentPageLabel.BackColor = System.Drawing.Color.Transparent; this.CurrentPageLabel.ForeColor = System.Drawing.Color.Black; this.CurrentPageLabel.Location = new System.Drawing.Point(179, 504); this.CurrentPageLabel.Name = "CurrentPageLabel"; this.CurrentPageLabel.Size = new System.Drawing.Size(13, 13); this.CurrentPageLabel.TabIndex = 0; this.CurrentPageLabel.Text = "1"; // // TablePanel // this.TablePanel.BackColor = System.Drawing.Color.Teal; this.TablePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.TablePanel.Cursor = System.Windows.Forms.Cursors.Arrow; this.TablePanel.Location = new System.Drawing.Point(7, 0); this.TablePanel.Name = "TablePanel"; this.TablePanel.Padding = new System.Windows.Forms.Padding(5); this.TablePanel.Size = new System.Drawing.Size(972, 484); this.TablePanel.TabIndex = 14; this.TablePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.TablePanel_Paint); // // panelCallerID // this.panelCallerID.BackColor = System.Drawing.Color.White; this.panelCallerID.Controls.Add(this.picBoxPhone); this.panelCallerID.Controls.Add(this.lblPhoneNumber); this.panelCallerID.Controls.Add(this.txtCustomerName); this.panelCallerID.Controls.Add(this.btnCallRefresh); this.panelCallerID.Controls.Add(this.label18); this.panelCallerID.Controls.Add(this.label16); this.panelCallerID.Controls.Add(this.txtFirstAddress); this.panelCallerID.Location = new System.Drawing.Point(479, 762); this.panelCallerID.Name = "panelCallerID"; this.panelCallerID.Size = new System.Drawing.Size(301, 99); this.panelCallerID.TabIndex = 10; this.panelCallerID.Visible = false; // // picBoxPhone // this.picBoxPhone.BackColor = System.Drawing.SystemColors.ButtonFace; this.picBoxPhone.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picBoxPhone.BackgroundImage"))); this.picBoxPhone.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("picBoxPhone.BgImageOnMouseDown"))); this.picBoxPhone.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("picBoxPhone.BgImageOnMouseUp"))); this.picBoxPhone.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.picBoxPhone.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.picBoxPhone.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.picBoxPhone.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.picBoxPhone.Font = new System.Drawing.Font("Arial", 10F); this.picBoxPhone.ForeColorOnMouseDown = System.Drawing.Color.White; this.picBoxPhone.ForeColorOnMouseUp = System.Drawing.Color.Black; this.picBoxPhone.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.picBoxPhone.Image = global::RMS.Properties.Resources.ring_stop; this.picBoxPhone.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.picBoxPhone.Location = new System.Drawing.Point(308, 5); this.picBoxPhone.Name = "picBoxPhone"; this.picBoxPhone.Size = new System.Drawing.Size(32, 32); this.picBoxPhone.TabIndex = 12; this.picBoxPhone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.picBoxPhone.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.picBoxPhone.UseVisualStyleBackColor = false; // // lblPhoneNumber // this.lblPhoneNumber.AutoSize = true; this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent; this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.lblPhoneNumber.ForeColor = System.Drawing.SystemColors.Desktop; this.lblPhoneNumber.Location = new System.Drawing.Point(15, 59); this.lblPhoneNumber.Name = "lblPhoneNumber"; this.lblPhoneNumber.Size = new System.Drawing.Size(119, 15); this.lblPhoneNumber.TabIndex = 10; this.lblPhoneNumber.Text = "45445645646543"; // // txtCustomerName // this.txtCustomerName.AutoSize = true; this.txtCustomerName.BackColor = System.Drawing.Color.Transparent; this.txtCustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCustomerName.ForeColor = System.Drawing.SystemColors.Desktop; this.txtCustomerName.Location = new System.Drawing.Point(15, 19); this.txtCustomerName.Name = "txtCustomerName"; this.txtCustomerName.Size = new System.Drawing.Size(121, 17); this.txtCustomerName.TabIndex = 11; this.txtCustomerName.Text = "There is no call"; // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label18.ForeColor = System.Drawing.Color.Black; this.label18.Location = new System.Drawing.Point(5, 5); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(82, 13); this.label18.TabIndex = 5; this.label18.Text = "Customer Name"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.Black; this.label16.Location = new System.Drawing.Point(4, 43); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(78, 13); this.label16.TabIndex = 4; this.label16.Text = "Phone Number"; // // txtFirstAddress // this.txtFirstAddress.BackColor = System.Drawing.Color.White; this.txtFirstAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFirstAddress.Enabled = false; this.txtFirstAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtFirstAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.txtFirstAddress.Location = new System.Drawing.Point(7, 78); this.txtFirstAddress.Multiline = true; this.txtFirstAddress.Name = "txtFirstAddress"; this.txtFirstAddress.Size = new System.Drawing.Size(334, 42); this.txtFirstAddress.TabIndex = 2; this.txtFirstAddress.Text = "There is no call"; // // RefreshButton // this.RefreshButton.BackColor = System.Drawing.Color.Transparent; this.RefreshButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("RefreshButton.BackgroundImage"))); this.RefreshButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("RefreshButton.BgImageOnMouseDown"))); this.RefreshButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("RefreshButton.BgImageOnMouseUp"))); this.RefreshButton.Cursor = System.Windows.Forms.Cursors.Hand; this.RefreshButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.RefreshButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.RefreshButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.RefreshButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.RefreshButton.Font = new System.Drawing.Font("Arial", 10F); this.RefreshButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.RefreshButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.RefreshButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Refresh; this.RefreshButton.Image = ((System.Drawing.Image)(resources.GetObject("RefreshButton.Image"))); this.RefreshButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.RefreshButton.Location = new System.Drawing.Point(895, 490); this.RefreshButton.Name = "RefreshButton"; this.RefreshButton.Size = new System.Drawing.Size(35, 30); this.RefreshButton.TabIndex = 7; this.RefreshButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.RefreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.RefreshButton.UseVisualStyleBackColor = false; this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click); // // PreviousButton // this.PreviousButton.BackColor = System.Drawing.Color.Transparent; this.PreviousButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PreviousButton.BackgroundImage"))); this.PreviousButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("PreviousButton.BgImageOnMouseDown"))); this.PreviousButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("PreviousButton.BgImageOnMouseUp"))); this.PreviousButton.Cursor = System.Windows.Forms.Cursors.Hand; this.PreviousButton.Enabled = false; this.PreviousButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.PreviousButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.PreviousButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.PreviousButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.PreviousButton.Font = new System.Drawing.Font("Arial", 10F); this.PreviousButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.PreviousButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.PreviousButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Previous; this.PreviousButton.Image = ((System.Drawing.Image)(resources.GetObject("PreviousButton.Image"))); this.PreviousButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.PreviousButton.Location = new System.Drawing.Point(853, 490); this.PreviousButton.Name = "PreviousButton"; this.PreviousButton.Size = new System.Drawing.Size(35, 30); this.PreviousButton.TabIndex = 11; this.PreviousButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.PreviousButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.PreviousButton.UseVisualStyleBackColor = false; this.PreviousButton.Click += new System.EventHandler(this.PreviousButton_Click); // // NextButton // this.NextButton.BackColor = System.Drawing.Color.Transparent; this.NextButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("NextButton.BackgroundImage"))); this.NextButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("NextButton.BgImageOnMouseDown"))); this.NextButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("NextButton.BgImageOnMouseUp"))); this.NextButton.Cursor = System.Windows.Forms.Cursors.Hand; this.NextButton.Enabled = false; this.NextButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.NextButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.NextButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.NextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.NextButton.Font = new System.Drawing.Font("Arial", 10F); this.NextButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.NextButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.NextButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Next; this.NextButton.Image = ((System.Drawing.Image)(resources.GetObject("NextButton.Image"))); this.NextButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.NextButton.Location = new System.Drawing.Point(937, 490); this.NextButton.Name = "NextButton"; this.NextButton.Size = new System.Drawing.Size(35, 30); this.NextButton.TabIndex = 5; this.NextButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.NextButton.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.NextButton.UseVisualStyleBackColor = false; this.NextButton.Click += new System.EventHandler(this.NextButton_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.Controls.Add(this.label21); this.panel2.Controls.Add(this.label15); this.panel2.Controls.Add(this.label17); this.panel2.Location = new System.Drawing.Point(11, 99); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(68, 35); this.panel2.TabIndex = 4; // // label21 // this.label21.AutoSize = true; this.label21.BackColor = System.Drawing.Color.Transparent; this.label21.ForeColor = System.Drawing.Color.White; this.label21.Location = new System.Drawing.Point(4, 18); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(59, 13); this.label21.TabIndex = 13; this.label21.Text = "Information"; // // label15 // this.label15.AutoSize = true; this.label15.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label15.Location = new System.Drawing.Point(3, 1); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(62, 17); this.label15.TabIndex = 13; this.label15.Text = "Caller\'s"; // // label17 // this.label17.AutoSize = true; this.label17.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.label17.Location = new System.Drawing.Point(140, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(13, 13); this.label17.TabIndex = 2; this.label17.Text = "1"; // // panel9 // this.panel9.BackColor = System.Drawing.Color.Transparent; this.panel9.BackgroundImage = global::RMS.Properties.Resources.lobby_window_bg; this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panel9.Controls.Add(this.RefreshButton); this.panel9.Controls.Add(this.label1); this.panel9.Controls.Add(this.TablePanel); this.panel9.Controls.Add(this.label13); this.panel9.Controls.Add(this.TotalPageLabel); this.panel9.Controls.Add(this.CurrentPageLabel); this.panel9.Controls.Add(this.PreviousButton); this.panel9.Controls.Add(this.label14); this.panel9.Controls.Add(this.NextButton); this.panel9.Location = new System.Drawing.Point(6, 53); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(984, 532); this.panel9.TabIndex = 15; this.panel9.Paint += new System.Windows.Forms.PaintEventHandler(this.panel9_Paint); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.Desktop; this.label1.Location = new System.Drawing.Point(11, 499); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 20); this.label1.TabIndex = 15; this.label1.Text = "Lobby"; // // refreshlobbyButton // this.refreshlobbyButton.BackColor = System.Drawing.Color.Transparent; this.refreshlobbyButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("refreshlobbyButton.BackgroundImage"))); this.refreshlobbyButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("refreshlobbyButton.BgImageOnMouseDown"))); this.refreshlobbyButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("refreshlobbyButton.BgImageOnMouseUp"))); this.refreshlobbyButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.refreshlobbyButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.refreshlobbyButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.refreshlobbyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.refreshlobbyButton.Font = new System.Drawing.Font("Arial", 10F); this.refreshlobbyButton.ForeColorOnMouseDown = System.Drawing.Color.White; this.refreshlobbyButton.ForeColorOnMouseUp = System.Drawing.Color.Black; this.refreshlobbyButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Normal; this.refreshlobbyButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.refreshlobbyButton.Location = new System.Drawing.Point(833, 804); this.refreshlobbyButton.Name = "refreshlobbyButton"; this.refreshlobbyButton.Size = new System.Drawing.Size(145, 90); this.refreshlobbyButton.TabIndex = 16; this.refreshlobbyButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.refreshlobbyButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.refreshlobbyButton.UseVisualStyleBackColor = false; this.refreshlobbyButton.Visible = false; this.refreshlobbyButton.Click += new System.EventHandler(this.refreshlobbyButton_Click); // // CMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlText; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(1300, 968); this.Controls.Add(this.refreshlobbyButton); this.Controls.Add(this.panel9); this.Controls.Add(this.LogOffButton); this.Controls.Add(this.NewTableButton); this.Controls.Add(this.BarServiceButton); this.Controls.Add(this.TWButton); this.Controls.Add(this.ChangeDetailsButton); this.Controls.Add(this.NameTableButton); this.Controls.Add(this.TableInfoButton); this.Controls.Add(this.SysMngmntButton); this.Controls.Add(this.MainStatusStrip); this.Controls.Add(this.panelCallerID); this.Cursor = System.Windows.Forms.Cursors.Arrow; this.Name = "CMainForm"; this.Activated += new System.EventHandler(this.CMainForm_Activated); this.Deactivate += new System.EventHandler(this.CMainForm_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CMainForm_FormClosing); this.Load += new System.EventHandler(this.CMainForm_Load); this.Controls.SetChildIndex(this.panelCallerID, 0); this.Controls.SetChildIndex(this.MainStatusStrip, 0); this.Controls.SetChildIndex(this.SysMngmntButton, 0); this.Controls.SetChildIndex(this.TableInfoButton, 0); this.Controls.SetChildIndex(this.NameTableButton, 0); this.Controls.SetChildIndex(this.ChangeDetailsButton, 0); this.Controls.SetChildIndex(this.TWButton, 0); this.Controls.SetChildIndex(this.BarServiceButton, 0); this.Controls.SetChildIndex(this.NewTableButton, 0); this.Controls.SetChildIndex(this.LogOffButton, 0); this.Controls.SetChildIndex(this.panel9, 0); this.Controls.SetChildIndex(this.refreshlobbyButton, 0); this.MainStatusStrip.ResumeLayout(false); this.MainStatusStrip.PerformLayout(); this.panelCallerID.ResumeLayout(false); this.panelCallerID.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel9.ResumeLayout(false); this.panel9.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsDialog)); this.allowItemEditCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.allowItemCopyCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.skipTitleCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.loadLastCharacterCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.loadLastVaultCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.vaultPathTextBox = new TQVaultAE.GUI.ScalingTextBox(); this.vaultPathLabel = new TQVaultAE.GUI.ScalingLabel(); this.cancelButton = new TQVaultAE.GUI.ScalingButton(); this.okayButton = new TQVaultAE.GUI.ScalingButton(); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.resetButton = new TQVaultAE.GUI.ScalingButton(); this.vaultPathBrowseButton = new TQVaultAE.GUI.ScalingButton(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.enableCustomMapsCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.loadAllFilesCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.suppressWarningsCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.playerReadonlyCheckbox = new TQVaultAE.GUI.ScalingCheckBox(); this.languageComboBox = new TQVaultAE.GUI.ScalingComboBox(); this.languageLabel = new TQVaultAE.GUI.ScalingLabel(); this.detectLanguageCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.titanQuestPathTextBox = new TQVaultAE.GUI.ScalingTextBox(); this.titanQuestPathLabel = new TQVaultAE.GUI.ScalingLabel(); this.immortalThronePathLabel = new TQVaultAE.GUI.ScalingLabel(); this.immortalThronePathTextBox = new TQVaultAE.GUI.ScalingTextBox(); this.detectGamePathsCheckBox = new TQVaultAE.GUI.ScalingCheckBox(); this.titanQuestPathBrowseButton = new TQVaultAE.GUI.ScalingButton(); this.immortalThronePathBrowseButton = new TQVaultAE.GUI.ScalingButton(); this.customMapLabel = new TQVaultAE.GUI.ScalingLabel(); this.mapListComboBox = new TQVaultAE.GUI.ScalingComboBox(); this.SuspendLayout(); // // allowItemEditCheckBox // this.allowItemEditCheckBox.AutoSize = true; this.allowItemEditCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.allowItemEditCheckBox.Location = new System.Drawing.Point(498, 197); this.allowItemEditCheckBox.Name = "allowItemEditCheckBox"; this.allowItemEditCheckBox.Size = new System.Drawing.Size(204, 22); this.allowItemEditCheckBox.TabIndex = 3; this.allowItemEditCheckBox.Text = "Allow Item Editing Features"; this.toolTip.SetToolTip(this.allowItemEditCheckBox, "Turns on the editing features in the context menu.\r\nThese include item creation a" + "nd modification."); this.allowItemEditCheckBox.UseVisualStyleBackColor = true; this.allowItemEditCheckBox.CheckedChanged += new System.EventHandler(this.AllowItemEditCheckBoxCheckedChanged); // // allowItemCopyCheckBox // this.allowItemCopyCheckBox.AutoSize = true; this.allowItemCopyCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.allowItemCopyCheckBox.Location = new System.Drawing.Point(498, 225); this.allowItemCopyCheckBox.Name = "allowItemCopyCheckBox"; this.allowItemCopyCheckBox.Size = new System.Drawing.Size(152, 22); this.allowItemCopyCheckBox.TabIndex = 4; this.allowItemCopyCheckBox.Text = "Allow Item Copying"; this.toolTip.SetToolTip(this.allowItemCopyCheckBox, "Enables copy selection in the context menu."); this.allowItemCopyCheckBox.UseVisualStyleBackColor = true; this.allowItemCopyCheckBox.CheckedChanged += new System.EventHandler(this.AllowItemCopyCheckBoxCheckedChanged); // // skipTitleCheckBox // this.skipTitleCheckBox.AutoSize = true; this.skipTitleCheckBox.Checked = true; this.skipTitleCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.skipTitleCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.skipTitleCheckBox.Location = new System.Drawing.Point(498, 43); this.skipTitleCheckBox.Name = "skipTitleCheckBox"; this.skipTitleCheckBox.Size = new System.Drawing.Size(249, 22); this.skipTitleCheckBox.TabIndex = 2; this.skipTitleCheckBox.Text = "Automatically Bypass Title Screen"; this.toolTip.SetToolTip(this.skipTitleCheckBox, "Ticking this box will automatically hit\r\nthe Enter key on the title screen."); this.skipTitleCheckBox.UseVisualStyleBackColor = true; this.skipTitleCheckBox.CheckedChanged += new System.EventHandler(this.SkipTitleCheckBoxCheckedChanged); // // loadLastCharacterCheckBox // this.loadLastCharacterCheckBox.AutoSize = true; this.loadLastCharacterCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.loadLastCharacterCheckBox.Location = new System.Drawing.Point(498, 90); this.loadLastCharacterCheckBox.Name = "loadLastCharacterCheckBox"; this.loadLastCharacterCheckBox.Size = new System.Drawing.Size(324, 22); this.loadLastCharacterCheckBox.TabIndex = 5; this.loadLastCharacterCheckBox.Text = "Automatically Load the last opened Character"; this.toolTip.SetToolTip(this.loadLastCharacterCheckBox, "Selecting this option will automatically load\r\nthe last open character when TQVau" + "lt was closed."); this.loadLastCharacterCheckBox.UseVisualStyleBackColor = true; this.loadLastCharacterCheckBox.CheckedChanged += new System.EventHandler(this.LoadLastCharacterCheckBoxCheckedChanged); // // loadLastVaultCheckBox // this.loadLastVaultCheckBox.AutoSize = true; this.loadLastVaultCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.loadLastVaultCheckBox.Location = new System.Drawing.Point(498, 118); this.loadLastVaultCheckBox.Name = "loadLastVaultCheckBox"; this.loadLastVaultCheckBox.Size = new System.Drawing.Size(291, 22); this.loadLastVaultCheckBox.TabIndex = 6; this.loadLastVaultCheckBox.Text = "Automatically Load the last opened Vault"; this.toolTip.SetToolTip(this.loadLastVaultCheckBox, "Selecting this item will automatically load the\r\nlast opened vault when TQVault w" + "as closed.\r\nTQVault will automatically open Main Vault\r\nif nothing is chosen."); this.loadLastVaultCheckBox.UseVisualStyleBackColor = true; this.loadLastVaultCheckBox.CheckedChanged += new System.EventHandler(this.LoadLastVaultCheckBoxCheckedChanged); // // vaultPathTextBox // this.vaultPathTextBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.vaultPathTextBox.Location = new System.Drawing.Point(12, 46); this.vaultPathTextBox.Name = "vaultPathTextBox"; this.vaultPathTextBox.Size = new System.Drawing.Size(397, 24); this.vaultPathTextBox.TabIndex = 0; this.toolTip.SetToolTip(this.vaultPathTextBox, resources.GetString("vaultPathTextBox.ToolTip")); this.vaultPathTextBox.Leave += new System.EventHandler(this.VaultPathTextBoxLeave); // // vaultPathLabel // this.vaultPathLabel.AutoSize = true; this.vaultPathLabel.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.vaultPathLabel.Location = new System.Drawing.Point(12, 29); this.vaultPathLabel.Name = "vaultPathLabel"; this.vaultPathLabel.Size = new System.Drawing.Size(74, 18); this.vaultPathLabel.TabIndex = 14; this.vaultPathLabel.Text = "Vault Path"; // // cancelButton // this.cancelButton.BackColor = System.Drawing.Color.Transparent; this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown; this.cancelButton.FlatAppearance.BorderSize = 0; this.cancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.cancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cancelButton.Font = new System.Drawing.Font("Albertus MT Light", 12F); this.cancelButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.cancelButton.Image = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.cancelButton.Location = new System.Drawing.Point(481, 419); this.cancelButton.Name = "cancelButton"; this.cancelButton.OverBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver; this.cancelButton.Size = new System.Drawing.Size(137, 30); this.cancelButton.SizeToGraphic = false; this.cancelButton.TabIndex = 13; this.cancelButton.Text = "Cancel"; this.cancelButton.UpBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.cancelButton.UseCustomGraphic = true; this.cancelButton.UseVisualStyleBackColor = false; // // okayButton // this.okayButton.BackColor = System.Drawing.Color.Transparent; this.okayButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okayButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown; this.okayButton.FlatAppearance.BorderSize = 0; this.okayButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.okayButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.okayButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.okayButton.Font = new System.Drawing.Font("Albertus MT Light", 12F); this.okayButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.okayButton.Image = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.okayButton.Location = new System.Drawing.Point(326, 419); this.okayButton.Name = "okayButton"; this.okayButton.OverBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver; this.okayButton.Size = new System.Drawing.Size(137, 30); this.okayButton.SizeToGraphic = false; this.okayButton.TabIndex = 12; this.okayButton.Text = "OK"; this.okayButton.UpBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.okayButton.UseCustomGraphic = true; this.okayButton.UseVisualStyleBackColor = false; this.okayButton.Click += new System.EventHandler(this.OkayButtonClick); // // folderBrowserDialog // this.folderBrowserDialog.RootFolder = System.Environment.SpecialFolder.MyDocuments; // // resetButton // this.resetButton.BackColor = System.Drawing.Color.Transparent; this.resetButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown; this.resetButton.FlatAppearance.BorderSize = 0; this.resetButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.resetButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.resetButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.resetButton.Font = new System.Drawing.Font("Albertus MT Light", 12F); this.resetButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.resetButton.Image = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.resetButton.Location = new System.Drawing.Point(763, 419); this.resetButton.Name = "resetButton"; this.resetButton.OverBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver; this.resetButton.Size = new System.Drawing.Size(137, 30); this.resetButton.SizeToGraphic = false; this.resetButton.TabIndex = 11; this.resetButton.Text = "Reset"; this.toolTip.SetToolTip(this.resetButton, "Causes the configuration to Reset to the\r\nlast saved configuration."); this.resetButton.UpBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.resetButton.UseCustomGraphic = true; this.resetButton.UseVisualStyleBackColor = false; this.resetButton.Click += new System.EventHandler(this.ResetButtonClick); // // vaultPathBrowseButton // this.vaultPathBrowseButton.BackColor = System.Drawing.Color.Transparent; this.vaultPathBrowseButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown; this.vaultPathBrowseButton.FlatAppearance.BorderSize = 0; this.vaultPathBrowseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.vaultPathBrowseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.vaultPathBrowseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.vaultPathBrowseButton.Font = new System.Drawing.Font("Albertus MT Light", 12F); this.vaultPathBrowseButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.vaultPathBrowseButton.Image = ((System.Drawing.Image)(resources.GetObject("vaultPathBrowseButton.Image"))); this.vaultPathBrowseButton.Location = new System.Drawing.Point(415, 43); this.vaultPathBrowseButton.Name = "vaultPathBrowseButton"; this.vaultPathBrowseButton.OverBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver; this.vaultPathBrowseButton.Size = new System.Drawing.Size(47, 30); this.vaultPathBrowseButton.SizeToGraphic = false; this.vaultPathBrowseButton.TabIndex = 1; this.vaultPathBrowseButton.Text = "..."; this.vaultPathBrowseButton.UpBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.vaultPathBrowseButton.UseCustomGraphic = true; this.vaultPathBrowseButton.UseVisualStyleBackColor = false; this.vaultPathBrowseButton.Click += new System.EventHandler(this.VaultPathBrowseButtonClick); // // enableCustomMapsCheckBox // this.enableCustomMapsCheckBox.AutoSize = true; this.enableCustomMapsCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.enableCustomMapsCheckBox.Location = new System.Drawing.Point(12, 354); this.enableCustomMapsCheckBox.Name = "enableCustomMapsCheckBox"; this.enableCustomMapsCheckBox.Size = new System.Drawing.Size(170, 22); this.enableCustomMapsCheckBox.TabIndex = 25; this.enableCustomMapsCheckBox.Text = "Enable Custom Maps"; this.toolTip.SetToolTip(this.enableCustomMapsCheckBox, "Selecting this item will \r\nenable the dropdown\r\nto select custom maps."); this.enableCustomMapsCheckBox.UseVisualStyleBackColor = true; this.enableCustomMapsCheckBox.CheckedChanged += new System.EventHandler(this.EnableCustomMapsCheckBoxCheckedChanged); // // loadAllFilesCheckBox // this.loadAllFilesCheckBox.AutoSize = true; this.loadAllFilesCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.loadAllFilesCheckBox.Location = new System.Drawing.Point(498, 146); this.loadAllFilesCheckBox.Name = "loadAllFilesCheckBox"; this.loadAllFilesCheckBox.Size = new System.Drawing.Size(276, 22); this.loadAllFilesCheckBox.TabIndex = 28; this.loadAllFilesCheckBox.Text = "Pre-Load All Vault And Character Files"; this.toolTip.SetToolTip(this.loadAllFilesCheckBox, "Selecting this item will automatically load all\r\nof the available character, stas" + "h and vault files\r\non startup. This aids the search function, but\r\nincreases st" + "artup time."); this.loadAllFilesCheckBox.UseVisualStyleBackColor = true; this.loadAllFilesCheckBox.CheckedChanged += new System.EventHandler(this.LoadAllFilesCheckBoxCheckedChanged); // // suppressWarningsCheckBox // this.suppressWarningsCheckBox.AutoSize = true; this.suppressWarningsCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.suppressWarningsCheckBox.Location = new System.Drawing.Point(498, 275); this.suppressWarningsCheckBox.Name = "suppressWarningsCheckBox"; this.suppressWarningsCheckBox.Size = new System.Drawing.Size(238, 22); this.suppressWarningsCheckBox.TabIndex = 30; this.suppressWarningsCheckBox.Text = "Bypass Confirmation Messages"; this.toolTip.SetToolTip(this.suppressWarningsCheckBox, "When enabled, confirmation messages will no\r\nlonger be shown for item deletion an" + "d\r\nrelic removal or if there are items in the trash\r\nwhen TQVault is closed."); this.suppressWarningsCheckBox.UseVisualStyleBackColor = true; this.suppressWarningsCheckBox.CheckedChanged += new System.EventHandler(this.SuppressWarningsCheckBoxCheckedChanged); // // playerReadonlyCheckbox // this.playerReadonlyCheckbox.AutoSize = true; this.playerReadonlyCheckbox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.playerReadonlyCheckbox.Location = new System.Drawing.Point(498, 303); this.playerReadonlyCheckbox.Name = "playerReadonlyCheckbox"; this.playerReadonlyCheckbox.Size = new System.Drawing.Size(211, 22); this.playerReadonlyCheckbox.TabIndex = 33; this.playerReadonlyCheckbox.Text = "Player Equipment ReadOnly"; this.toolTip.SetToolTip(this.playerReadonlyCheckbox, "Avoid save game corruption that occurs (randomly). When enabled, player equipment" + " will be read-only, you won\'t be able to select or move any item."); this.playerReadonlyCheckbox.UseVisualStyleBackColor = true; this.playerReadonlyCheckbox.CheckedChanged += new System.EventHandler(this.PlayerReadonlyCheckboxCheckedChanged); // // languageComboBox // this.languageComboBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.languageComboBox.FormattingEnabled = true; this.languageComboBox.Location = new System.Drawing.Point(12, 247); this.languageComboBox.Name = "languageComboBox"; this.languageComboBox.Size = new System.Drawing.Size(397, 26); this.languageComboBox.TabIndex = 15; this.languageComboBox.SelectedIndexChanged += new System.EventHandler(this.LanguageComboBoxSelectedIndexChanged); // // languageLabel // this.languageLabel.AutoSize = true; this.languageLabel.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.languageLabel.Location = new System.Drawing.Point(12, 230); this.languageLabel.Name = "languageLabel"; this.languageLabel.Size = new System.Drawing.Size(117, 18); this.languageLabel.TabIndex = 16; this.languageLabel.Text = "Game Language"; // // detectLanguageCheckBox // this.detectLanguageCheckBox.AutoSize = true; this.detectLanguageCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.detectLanguageCheckBox.Location = new System.Drawing.Point(12, 275); this.detectLanguageCheckBox.Name = "detectLanguageCheckBox"; this.detectLanguageCheckBox.Size = new System.Drawing.Size(165, 22); this.detectLanguageCheckBox.TabIndex = 17; this.detectLanguageCheckBox.Text = "Autodetect Language"; this.detectLanguageCheckBox.UseVisualStyleBackColor = true; this.detectLanguageCheckBox.CheckedChanged += new System.EventHandler(this.DetectLanguageCheckBoxCheckedChanged); // // titanQuestPathTextBox // this.titanQuestPathTextBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.titanQuestPathTextBox.Location = new System.Drawing.Point(12, 108); this.titanQuestPathTextBox.Name = "titanQuestPathTextBox"; this.titanQuestPathTextBox.Size = new System.Drawing.Size(397, 24); this.titanQuestPathTextBox.TabIndex = 18; this.titanQuestPathTextBox.Leave += new System.EventHandler(this.TitanQuestPathTextBoxLeave); // // titanQuestPathLabel // this.titanQuestPathLabel.AutoSize = true; this.titanQuestPathLabel.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.titanQuestPathLabel.Location = new System.Drawing.Point(12, 91); this.titanQuestPathLabel.Name = "titanQuestPathLabel"; this.titanQuestPathLabel.Size = new System.Drawing.Size(108, 18); this.titanQuestPathLabel.TabIndex = 19; this.titanQuestPathLabel.Text = "TQ Game Path"; // // immortalThronePathLabel // this.immortalThronePathLabel.AutoSize = true; this.immortalThronePathLabel.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.immortalThronePathLabel.Location = new System.Drawing.Point(12, 142); this.immortalThronePathLabel.Name = "immortalThronePathLabel"; this.immortalThronePathLabel.Size = new System.Drawing.Size(99, 18); this.immortalThronePathLabel.TabIndex = 20; this.immortalThronePathLabel.Text = "IT Game Path"; // // immortalThronePathTextBox // this.immortalThronePathTextBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.immortalThronePathTextBox.Location = new System.Drawing.Point(12, 159); this.immortalThronePathTextBox.Name = "immortalThronePathTextBox"; this.immortalThronePathTextBox.Size = new System.Drawing.Size(397, 24); this.immortalThronePathTextBox.TabIndex = 21; this.immortalThronePathTextBox.Leave += new System.EventHandler(this.ImmortalThronePathTextBoxLeave); // // detectGamePathsCheckBox // this.detectGamePathsCheckBox.AutoSize = true; this.detectGamePathsCheckBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.detectGamePathsCheckBox.Location = new System.Drawing.Point(12, 187); this.detectGamePathsCheckBox.Name = "detectGamePathsCheckBox"; this.detectGamePathsCheckBox.Size = new System.Drawing.Size(184, 22); this.detectGamePathsCheckBox.TabIndex = 22; this.detectGamePathsCheckBox.Text = "Autodetect Game Paths"; this.detectGamePathsCheckBox.UseVisualStyleBackColor = true; this.detectGamePathsCheckBox.CheckedChanged += new System.EventHandler(this.DetectGamePathsCheckBoxCheckedChanged); // // titanQuestPathBrowseButton // this.titanQuestPathBrowseButton.BackColor = System.Drawing.Color.Transparent; this.titanQuestPathBrowseButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown; this.titanQuestPathBrowseButton.FlatAppearance.BorderSize = 0; this.titanQuestPathBrowseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.titanQuestPathBrowseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.titanQuestPathBrowseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.titanQuestPathBrowseButton.Font = new System.Drawing.Font("Albertus MT Light", 12F); this.titanQuestPathBrowseButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.titanQuestPathBrowseButton.Image = ((System.Drawing.Image)(resources.GetObject("titanQuestPathBrowseButton.Image"))); this.titanQuestPathBrowseButton.Location = new System.Drawing.Point(415, 102); this.titanQuestPathBrowseButton.Name = "titanQuestPathBrowseButton"; this.titanQuestPathBrowseButton.OverBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver; this.titanQuestPathBrowseButton.Size = new System.Drawing.Size(47, 30); this.titanQuestPathBrowseButton.SizeToGraphic = false; this.titanQuestPathBrowseButton.TabIndex = 23; this.titanQuestPathBrowseButton.Text = "..."; this.titanQuestPathBrowseButton.UpBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.titanQuestPathBrowseButton.UseCustomGraphic = true; this.titanQuestPathBrowseButton.UseVisualStyleBackColor = false; this.titanQuestPathBrowseButton.Click += new System.EventHandler(this.TitanQuestPathBrowseButtonClick); // // immortalThronePathBrowseButton // this.immortalThronePathBrowseButton.BackColor = System.Drawing.Color.Transparent; this.immortalThronePathBrowseButton.DownBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonDown; this.immortalThronePathBrowseButton.FlatAppearance.BorderSize = 0; this.immortalThronePathBrowseButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.immortalThronePathBrowseButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.immortalThronePathBrowseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.immortalThronePathBrowseButton.Font = new System.Drawing.Font("Albertus MT Light", 12F); this.immortalThronePathBrowseButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(44)))), ((int)(((byte)(28))))); this.immortalThronePathBrowseButton.Image = ((System.Drawing.Image)(resources.GetObject("immortalThronePathBrowseButton.Image"))); this.immortalThronePathBrowseButton.Location = new System.Drawing.Point(415, 153); this.immortalThronePathBrowseButton.Name = "immortalThronePathBrowseButton"; this.immortalThronePathBrowseButton.OverBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonOver; this.immortalThronePathBrowseButton.Size = new System.Drawing.Size(47, 30); this.immortalThronePathBrowseButton.SizeToGraphic = false; this.immortalThronePathBrowseButton.TabIndex = 24; this.immortalThronePathBrowseButton.Text = "..."; this.immortalThronePathBrowseButton.UpBitmap = global::TQVaultAE.GUI.Properties.Resources.MainButtonUp; this.immortalThronePathBrowseButton.UseCustomGraphic = true; this.immortalThronePathBrowseButton.UseVisualStyleBackColor = false; this.immortalThronePathBrowseButton.Click += new System.EventHandler(this.ImmortalThronePathBrowseButtonClick); // // customMapLabel // this.customMapLabel.AutoSize = true; this.customMapLabel.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.customMapLabel.Location = new System.Drawing.Point(12, 309); this.customMapLabel.Name = "customMapLabel"; this.customMapLabel.Size = new System.Drawing.Size(94, 18); this.customMapLabel.TabIndex = 27; this.customMapLabel.Text = "Custom Map"; // // mapListComboBox // this.mapListComboBox.Font = new System.Drawing.Font("Albertus MT Light", 11.25F); this.mapListComboBox.FormattingEnabled = true; this.mapListComboBox.Location = new System.Drawing.Point(12, 326); this.mapListComboBox.Name = "mapListComboBox"; this.mapListComboBox.Size = new System.Drawing.Size(397, 26); this.mapListComboBox.TabIndex = 26; this.mapListComboBox.SelectedIndexChanged += new System.EventHandler(this.MapListComboBoxSelectedIndexChanged); // // SettingsDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21))))); this.ClientSize = new System.Drawing.Size(922, 461); this.Controls.Add(this.playerReadonlyCheckbox); this.Controls.Add(this.titanQuestPathTextBox); this.Controls.Add(this.titanQuestPathLabel); this.Controls.Add(this.detectGamePathsCheckBox); this.Controls.Add(this.suppressWarningsCheckBox); this.Controls.Add(this.titanQuestPathBrowseButton); this.Controls.Add(this.customMapLabel); this.Controls.Add(this.mapListComboBox); this.Controls.Add(this.enableCustomMapsCheckBox); this.Controls.Add(this.detectLanguageCheckBox); this.Controls.Add(this.loadAllFilesCheckBox); this.Controls.Add(this.cancelButton); this.Controls.Add(this.immortalThronePathBrowseButton); this.Controls.Add(this.languageLabel); this.Controls.Add(this.allowItemEditCheckBox); this.Controls.Add(this.allowItemCopyCheckBox); this.Controls.Add(this.skipTitleCheckBox); this.Controls.Add(this.immortalThronePathTextBox); this.Controls.Add(this.immortalThronePathLabel); this.Controls.Add(this.vaultPathLabel); this.Controls.Add(this.okayButton); this.Controls.Add(this.languageComboBox); this.Controls.Add(this.vaultPathBrowseButton); this.Controls.Add(this.vaultPathTextBox); this.Controls.Add(this.loadLastVaultCheckBox); this.Controls.Add(this.resetButton); this.Controls.Add(this.loadLastCharacterCheckBox); this.DrawCustomBorder = true; this.Font = new System.Drawing.Font("Albertus MT Light", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SettingsDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Configure Settings"; this.TopMost = true; this.Load += new System.EventHandler(this.SettingsDialogLoad); this.Controls.SetChildIndex(this.loadLastCharacterCheckBox, 0); this.Controls.SetChildIndex(this.resetButton, 0); this.Controls.SetChildIndex(this.loadLastVaultCheckBox, 0); this.Controls.SetChildIndex(this.vaultPathTextBox, 0); this.Controls.SetChildIndex(this.vaultPathBrowseButton, 0); this.Controls.SetChildIndex(this.languageComboBox, 0); this.Controls.SetChildIndex(this.okayButton, 0); this.Controls.SetChildIndex(this.vaultPathLabel, 0); this.Controls.SetChildIndex(this.immortalThronePathLabel, 0); this.Controls.SetChildIndex(this.immortalThronePathTextBox, 0); this.Controls.SetChildIndex(this.skipTitleCheckBox, 0); this.Controls.SetChildIndex(this.allowItemCopyCheckBox, 0); this.Controls.SetChildIndex(this.allowItemEditCheckBox, 0); this.Controls.SetChildIndex(this.languageLabel, 0); this.Controls.SetChildIndex(this.immortalThronePathBrowseButton, 0); this.Controls.SetChildIndex(this.cancelButton, 0); this.Controls.SetChildIndex(this.loadAllFilesCheckBox, 0); this.Controls.SetChildIndex(this.detectLanguageCheckBox, 0); this.Controls.SetChildIndex(this.enableCustomMapsCheckBox, 0); this.Controls.SetChildIndex(this.mapListComboBox, 0); this.Controls.SetChildIndex(this.customMapLabel, 0); this.Controls.SetChildIndex(this.titanQuestPathBrowseButton, 0); this.Controls.SetChildIndex(this.suppressWarningsCheckBox, 0); this.Controls.SetChildIndex(this.detectGamePathsCheckBox, 0); this.Controls.SetChildIndex(this.titanQuestPathLabel, 0); this.Controls.SetChildIndex(this.titanQuestPathTextBox, 0); this.Controls.SetChildIndex(this.playerReadonlyCheckbox, 0); this.ResumeLayout(false); this.PerformLayout(); }