/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip m_toolStrip; System.Windows.Forms.ToolStripButton m_tsbClear; this.m_rtbLogBox = new System.Windows.Forms.RichTextBox(); m_toolStrip = new System.Windows.Forms.ToolStrip(); m_tsbClear = new System.Windows.Forms.ToolStripButton(); m_toolStrip.SuspendLayout(); this.SuspendLayout(); // // m_toolStrip // m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { m_tsbClear }); m_toolStrip.Location = new System.Drawing.Point(0, 0); m_toolStrip.Name = "m_toolStrip"; m_toolStrip.Size = new System.Drawing.Size(218, 25); m_toolStrip.TabIndex = 0; // // m_tsbClear // m_tsbClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbClear.Image = global::DGD.HubGovernor.Properties.Resources.clear_16; m_tsbClear.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbClear.Name = "m_tsbClear"; m_tsbClear.Size = new System.Drawing.Size(23, 22); m_tsbClear.Text = "Effacer tout"; m_tsbClear.Click += new System.EventHandler(this.Clear_Click); // // m_rtbLogBox // this.m_rtbLogBox.BackColor = System.Drawing.SystemColors.Window; this.m_rtbLogBox.Dock = System.Windows.Forms.DockStyle.Fill; this.m_rtbLogBox.Font = new System.Drawing.Font("Consolas", 7.25F); this.m_rtbLogBox.Location = new System.Drawing.Point(0, 25); this.m_rtbLogBox.Name = "m_rtbLogBox"; this.m_rtbLogBox.ReadOnly = true; this.m_rtbLogBox.Size = new System.Drawing.Size(218, 237); this.m_rtbLogBox.TabIndex = 1; this.m_rtbLogBox.Text = ""; // // LogWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(218, 262); this.Controls.Add(this.m_rtbLogBox); this.Controls.Add(m_toolStrip); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MaximizeBox = false; this.Name = "LogWindow"; this.ShowInTaskbar = false; this.Text = "Journal"; m_toolStrip.ResumeLayout(false); m_toolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip toolStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelToolStrip)); this.exportSelectedModelButton_ = new System.Windows.Forms.ToolStripButton(); this.exportAllModelsButton_ = new System.Windows.Forms.ToolStripButton(); toolStrip = new System.Windows.Forms.ToolStrip(); toolStrip.SuspendLayout(); this.SuspendLayout(); // // toolStrip // toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exportSelectedModelButton_, this.exportAllModelsButton_ }); toolStrip.Location = new System.Drawing.Point(0, 0); toolStrip.Name = "toolStrip"; toolStrip.Size = new System.Drawing.Size(451, 25); toolStrip.Stretch = true; toolStrip.TabIndex = 0; toolStrip.Text = "toolStrip1"; // // exportSelectedModelButton_ // this.exportSelectedModelButton_.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.exportSelectedModelButton_.Enabled = false; this.exportSelectedModelButton_.Image = ((System.Drawing.Image)(resources.GetObject("exportSelectedModelButton_.Image"))); this.exportSelectedModelButton_.ImageTransparentColor = System.Drawing.Color.Magenta; this.exportSelectedModelButton_.Name = "exportSelectedModelButton_"; this.exportSelectedModelButton_.Size = new System.Drawing.Size(23, 22); this.exportSelectedModelButton_.Text = "Export"; this.exportSelectedModelButton_.ToolTipText = "Export Selected Model"; // // exportAllModelsButton_ // this.exportAllModelsButton_.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.exportAllModelsButton_.Enabled = false; this.exportAllModelsButton_.Image = ((System.Drawing.Image)(resources.GetObject("exportAllModelsButton_.Image"))); this.exportAllModelsButton_.ImageTransparentColor = System.Drawing.Color.Magenta; this.exportAllModelsButton_.Name = "exportAllModelsButton_"; this.exportAllModelsButton_.Size = new System.Drawing.Size(23, 22); this.exportAllModelsButton_.Text = "Export All"; this.exportAllModelsButton_.ToolTipText = "Export All Models"; // // UserControl1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStrip); this.Name = "UserControl1"; this.Size = new System.Drawing.Size(451, 25); toolStrip.ResumeLayout(false); toolStrip.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.ToolStrip menu_Food; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(food)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bEdit = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.bDelete = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.gw = new System.Windows.Forms.DataGridView(); this.Menu_Strip_food = new System.Windows.Forms.ContextMenuStrip(this.components); this.menu_strip_food_read = new System.Windows.Forms.ToolStripMenuItem(); this.delete_menu_strip = new System.Windows.Forms.ToolStripMenuItem(); menu_Food = new System.Windows.Forms.ToolStrip(); menu_Food.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gw)).BeginInit(); this.Menu_Strip_food.SuspendLayout(); this.SuspendLayout(); // // menu_Food // menu_Food.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; menu_Food.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator1, this.bAdd, this.toolStripSeparator2, this.bEdit, this.toolStripSeparator3, this.bDelete, this.toolStripSeparator4}); menu_Food.Location = new System.Drawing.Point(0, 0); menu_Food.Name = "menu_Food"; menu_Food.Size = new System.Drawing.Size(832, 25); menu_Food.TabIndex = 2; menu_Food.Text = "foods"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // bAdd // this.bAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bAdd.Image = ((System.Drawing.Image)(resources.GetObject("bAdd.Image"))); this.bAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.bAdd.Name = "bAdd"; this.bAdd.Size = new System.Drawing.Size(23, 22); this.bAdd.Text = "Добавление блда"; this.bAdd.Click += new System.EventHandler(this.bAddFood_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // bEdit // this.bEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bEdit.Image = ((System.Drawing.Image)(resources.GetObject("bEdit.Image"))); this.bEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.bEdit.Name = "bEdit"; this.bEdit.Size = new System.Drawing.Size(23, 22); this.bEdit.Text = "Редактирование блюда"; this.bEdit.Click += new System.EventHandler(this.bEditFood_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // bDelete // this.bDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bDelete.Image = global::Preventorium.Properties.Resources.delete_btn; this.bDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.bDelete.Name = "bDelete"; this.bDelete.Size = new System.Drawing.Size(23, 22); this.bDelete.Text = "Удалить"; this.bDelete.Click += new System.EventHandler(this.bDelete_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // gw // this.gw.AllowUserToAddRows = false; this.gw.AllowUserToDeleteRows = false; this.gw.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.gw.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.gw.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.gw.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells; this.gw.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gw.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.gw.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gw.ContextMenuStrip = this.Menu_Strip_food; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.gw.DefaultCellStyle = dataGridViewCellStyle3; this.gw.Dock = System.Windows.Forms.DockStyle.Fill; this.gw.Location = new System.Drawing.Point(0, 25); this.gw.MultiSelect = false; this.gw.Name = "gw"; this.gw.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gw.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.gw.RowHeadersVisible = false; this.gw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.gw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gw.ShowCellErrors = false; this.gw.ShowEditingIcon = false; this.gw.ShowRowErrors = false; this.gw.Size = new System.Drawing.Size(832, 271); this.gw.TabIndex = 3; this.gw.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gw_CellDoubleClick); this.gw.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gw_KeyDown); this.gw.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gw_MouseDown); // // Menu_Strip_food // this.Menu_Strip_food.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_strip_food_read, this.delete_menu_strip}); this.Menu_Strip_food.Name = "Menu_Strip_food"; this.Menu_Strip_food.Size = new System.Drawing.Size(155, 48); // // menu_strip_food_read // this.menu_strip_food_read.Image = global::Preventorium.Properties.Resources.kwrite; this.menu_strip_food_read.Name = "menu_strip_food_read"; this.menu_strip_food_read.Size = new System.Drawing.Size(154, 22); this.menu_strip_food_read.Text = "Редактировать"; this.menu_strip_food_read.Click += new System.EventHandler(this.bEditFood_Click); // // delete_menu_strip // this.delete_menu_strip.Image = global::Preventorium.Properties.Resources.delete_btn; this.delete_menu_strip.Name = "delete_menu_strip"; this.delete_menu_strip.Size = new System.Drawing.Size(154, 22); this.delete_menu_strip.Text = "Удалить"; this.delete_menu_strip.Click += new System.EventHandler(this.bDelete_Click); // // food // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(832, 296); this.Controls.Add(this.gw); this.Controls.Add(menu_Food); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "food"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Блюда"; this.Load += new System.EventHandler(this.food_Load); menu_Food.ResumeLayout(false); menu_Food.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gw)).EndInit(); this.Menu_Strip_food.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() { System.Windows.Forms.ToolStrip _ToolStrip; System.Windows.Forms.ToolStripButton _SaveButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextureViewer)); System.Windows.Forms.ToolStripSeparator _ToolStripSeparator1; System.Windows.Forms.ToolStripButton _LoadFromFileButton; System.Windows.Forms.ToolStripSeparator _ToolStripSeparator2; ImageGlass.DefaultGifAnimator defaultGifAnimator1 = new ImageGlass.DefaultGifAnimator(); this._SaveToFileButton = new System.Windows.Forms.ToolStripButton(); this._ZoomButton = new System.Windows.Forms.ToolStripButton(); this._ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this._GridButton = new System.Windows.Forms.ToolStripButton(); this._SaveFileDialog = new System.Windows.Forms.SaveFileDialog(); this._OpenFileDialog = new System.Windows.Forms.OpenFileDialog(); this._Status = new System.Windows.Forms.StatusStrip(); this._StatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this._PreviewImageBox = new ImageGlass.ImageBox(); _ToolStrip = new System.Windows.Forms.ToolStrip(); _SaveButton = new System.Windows.Forms.ToolStripButton(); _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); _LoadFromFileButton = new System.Windows.Forms.ToolStripButton(); _ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); _ToolStrip.SuspendLayout(); this._Status.SuspendLayout(); this.SuspendLayout(); // // _ToolStrip // _ToolStrip.BackColor = System.Drawing.Color.Transparent; _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _SaveButton, _ToolStripSeparator1, _LoadFromFileButton, this._SaveToFileButton, _ToolStripSeparator2, this._ZoomButton, this._ToolStripSeparator3, this._GridButton }); _ToolStrip.Location = new System.Drawing.Point(0, 0); _ToolStrip.Name = "_ToolStrip"; _ToolStrip.Size = new System.Drawing.Size(619, 25); _ToolStrip.TabIndex = 5; _ToolStrip.Text = "toolStrip1"; // // _SaveButton // _SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveButton.Image"))); _SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta; _SaveButton.Name = "_SaveButton"; _SaveButton.Size = new System.Drawing.Size(51, 22); _SaveButton.Text = "Save"; _SaveButton.Click += new System.EventHandler(this.OnSave); // // _ToolStripSeparator1 // _ToolStripSeparator1.Name = "_ToolStripSeparator1"; _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // _LoadFromFileButton // _LoadFromFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image"))); _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; _LoadFromFileButton.Name = "_LoadFromFileButton"; _LoadFromFileButton.Size = new System.Drawing.Size(105, 22); _LoadFromFileButton.Text = "Load From File"; _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile); // // _SaveToFileButton // this._SaveToFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image"))); this._SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._SaveToFileButton.Name = "_SaveToFileButton"; this._SaveToFileButton.Size = new System.Drawing.Size(89, 22); this._SaveToFileButton.Text = "Save To File"; this._SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile); // // _ToolStripSeparator2 // _ToolStripSeparator2.Name = "_ToolStripSeparator2"; _ToolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // _ZoomButton // this._ZoomButton.Checked = true; this._ZoomButton.CheckOnClick = true; this._ZoomButton.CheckState = System.Windows.Forms.CheckState.Checked; this._ZoomButton.Image = ((System.Drawing.Image)(resources.GetObject("_ZoomButton.Image"))); this._ZoomButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._ZoomButton.Name = "_ZoomButton"; this._ZoomButton.Size = new System.Drawing.Size(59, 22); this._ZoomButton.Text = "Zoom"; this._ZoomButton.Click += new System.EventHandler(this.OnZoom); // // _ToolStripSeparator3 // this._ToolStripSeparator3.Name = "_ToolStripSeparator3"; this._ToolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // _GridButton // this._GridButton.CheckOnClick = true; this._GridButton.Image = ((System.Drawing.Image)(resources.GetObject("_GridButton.Image"))); this._GridButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._GridButton.Name = "_GridButton"; this._GridButton.Size = new System.Drawing.Size(49, 22); this._GridButton.Text = "Grid"; this._GridButton.Click += new System.EventHandler(this.OnGrid); // // _SaveFileDialog // this._SaveFileDialog.DefaultExt = "dds"; this._SaveFileDialog.Filter = "DDS Textures (*.dds)|*.dds|All Files (*.*)|*.*"; // // _OpenFileDialog // this._OpenFileDialog.DefaultExt = "dds"; this._OpenFileDialog.Filter = "DDS Textures (*.dds)|*.dds|All Files (*.*)|*.*"; // // _Status // this._Status.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._StatusLabel }); this._Status.Location = new System.Drawing.Point(0, 345); this._Status.Name = "_Status"; this._Status.Size = new System.Drawing.Size(619, 22); this._Status.SizingGrip = false; this._Status.TabIndex = 6; // // _StatusLabel // this._StatusLabel.Name = "_StatusLabel"; this._StatusLabel.Size = new System.Drawing.Size(16, 17); this._StatusLabel.Text = "..."; // // _PreviewImageBox // this._PreviewImageBox.Animator = defaultGifAnimator1; this._PreviewImageBox.BackColor = System.Drawing.Color.DimGray; this._PreviewImageBox.Dock = System.Windows.Forms.DockStyle.Fill; this._PreviewImageBox.GridDisplayMode = ImageGlass.ImageBoxGridDisplayMode.None; this._PreviewImageBox.Location = new System.Drawing.Point(0, 25); this._PreviewImageBox.Name = "_PreviewImageBox"; this._PreviewImageBox.Size = new System.Drawing.Size(619, 320); this._PreviewImageBox.TabIndex = 7; this._PreviewImageBox.ZoomChanged += new System.EventHandler(this._PreviewImageBox_ZoomChanged); // // TextureViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(619, 367); this.Controls.Add(this._PreviewImageBox); this.Controls.Add(this._Status); this.Controls.Add(_ToolStrip); this.Name = "TextureViewer"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Texture"; _ToolStrip.ResumeLayout(false); _ToolStrip.PerformLayout(); this._Status.ResumeLayout(false); this._Status.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDistribuicaoPorLoja)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.tbIncluir = new System.Windows.Forms.ToolStripButton(); this.tbAlterar = new System.Windows.Forms.ToolStripButton(); this.tbExcluir = new System.Windows.Forms.ToolStripButton(); this.tbImprimir = new System.Windows.Forms.ToolStripButton(); this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.panel4 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.btnGerarRelatorio = new System.Windows.Forms.Button(); this.panel5 = new System.Windows.Forms.Panel(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.lbTotal = new System.Windows.Forms.Label(); this.btnLancar = new System.Windows.Forms.Button(); this.dtgSoma = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dtgLojas = new System.Windows.Forms.DataGridView(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Loja = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Valor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Qtde = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Total = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnExcluirLinhas = new System.Windows.Forms.Button(); this.btnCancelar = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtCodDistribuicao = new System.Windows.Forms.TextBox(); this.dtpDataSelecionada = new System.Windows.Forms.DateTimePicker(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dtgLancamentos = new System.Windows.Forms.DataGridView(); this.G_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.G_Selecao = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.G_Produto = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.G_Valor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.G_Div = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.G_PrecoCusto = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.G_CodFornecedor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.btnSelecionarEmpresa = new System.Windows.Forms.Button(); this.cbxFiltroEmpresa = new System.Windows.Forms.ComboBox(); this.dtgEmpresaDetalhe = new System.Windows.Forms.DataGridView(); this.RowdtgEmpresa_Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RowdtgEmpresa_Produto = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RowdtgEmpresa_Valor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RowdtgEmpresa_Qtde = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RowdtgEmpresa_Total = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RowdtgEmpresa_Fornecedor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.grProdutos = new System.Windows.Forms.GroupBox(); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabFornecedor = new System.Windows.Forms.TabPage(); this.txtValorPadrao = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.cbxSelecionaFornecedor = new System.Windows.Forms.ComboBox(); this.txtValorCusto = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.tabGeral = new System.Windows.Forms.TabPage(); this.txtQtdePadrao = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtQtdeDisponivel = new System.Windows.Forms.TextBox(); this.txtQtdeRestate = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.cbxSelecionaProduto = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label13 = new System.Windows.Forms.Label(); this.btnGravarDistribuicao = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); this.panel4.SuspendLayout(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgSoma)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtgLojas)).BeginInit(); this.groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgLancamentos)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgEmpresaDetalhe)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.grProdutos.SuspendLayout(); this.tabControl2.SuspendLayout(); this.tabFornecedor.SuspendLayout(); this.tabGeral.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.AutoSize = false; toolStrip1.BackColor = System.Drawing.Color.White; toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripMargin = new System.Windows.Forms.Padding(0); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbIncluir, this.tbAlterar, this.tbExcluir, this.tbImprimir}); toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; toolStrip1.Location = new System.Drawing.Point(2, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Padding = new System.Windows.Forms.Padding(0); toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; toolStrip1.ShowItemToolTips = false; toolStrip1.Size = new System.Drawing.Size(69, 506); toolStrip1.TabIndex = 94; toolStrip1.Text = "toolStrip1"; // // tbIncluir // this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image"))); this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbIncluir.Name = "tbIncluir"; this.tbIncluir.Size = new System.Drawing.Size(68, 83); this.tbIncluir.Text = "Incluir"; this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbIncluir.ToolTipText = "Clique parar incluir um registro"; // // tbAlterar // this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image"))); this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAlterar.Name = "tbAlterar"; this.tbAlterar.Size = new System.Drawing.Size(68, 83); this.tbAlterar.Text = "Alterar"; this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbAlterar.ToolTipText = "Clique para alterar um registro"; // // tbExcluir // this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image"))); this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbExcluir.Name = "tbExcluir"; this.tbExcluir.Size = new System.Drawing.Size(68, 83); this.tbExcluir.Text = "Excluir Linhas"; this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbExcluir.ToolTipText = "Clique para excluir um registro"; // // tbImprimir // this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image"))); this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbImprimir.Name = "tbImprimir"; this.tbImprimir.Size = new System.Drawing.Size(68, 83); this.tbImprimir.Text = "Imprimir"; this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbImprimir.ToolTipText = "Clique para imprimir "; // // reportViewer1 // this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Produto.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(3, 3); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.Size = new System.Drawing.Size(715, 517); this.reportViewer1.TabIndex = 0; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(3, 45); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(113, 16); this.label11.TabIndex = 117; this.label11.Text = "Tipo de Relatório"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(3, 89); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(95, 16); this.label12.TabIndex = 119; this.label12.Text = "Definir produto"; // // 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.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox1.Location = new System.Drawing.Point(4, 64); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(18, 21); this.comboBox1.TabIndex = 2; // // panel4 // this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel4.BackColor = System.Drawing.Color.DimGray; this.panel4.Controls.Add(this.label3); this.panel4.Location = new System.Drawing.Point(0, 2); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(24, 39); this.panel4.TabIndex = 116; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(3, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(136, 36); this.label3.TabIndex = 96; this.label3.Text = "RELATÓRIO"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // btnGerarRelatorio // this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144); this.btnGerarRelatorio.Name = "btnGerarRelatorio"; this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49); this.btnGerarRelatorio.TabIndex = 120; this.btnGerarRelatorio.Text = "Gerar Relatório"; this.btnGerarRelatorio.UseVisualStyleBackColor = true; // // panel5 // this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.panel4); this.panel5.Controls.Add(this.btnGerarRelatorio); this.panel5.Controls.Add(this.label11); this.panel5.Controls.Add(this.label12); this.panel5.Controls.Add(this.comboBox1); this.panel5.Controls.Add(this.comboBox2); this.panel5.Location = new System.Drawing.Point(723, 3); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(0, 517); this.panel5.TabIndex = 121; // // comboBox2 // this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox2.Location = new System.Drawing.Point(4, 108); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(18, 21); this.comboBox2.TabIndex = 118; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(91, 93); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.lbTotal); this.splitContainer1.Panel1.Controls.Add(this.btnLancar); this.splitContainer1.Panel1.Controls.Add(this.dtgSoma); this.splitContainer1.Panel1.Controls.Add(this.dtgLojas); this.splitContainer1.Panel1.Controls.Add(this.btnExcluirLinhas); this.splitContainer1.Panel1.Controls.Add(this.btnCancelar); this.splitContainer1.Panel1.Controls.Add(this.groupBox1); this.splitContainer1.Panel1.Controls.Add(this.tabControl1); this.splitContainer1.Panel1.Controls.Add(this.grProdutos); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel5); this.splitContainer1.Panel2.Controls.Add(this.reportViewer1); this.splitContainer1.Panel2Collapsed = true; this.splitContainer1.Size = new System.Drawing.Size(918, 523); this.splitContainer1.SplitterDistance = 306; this.splitContainer1.TabIndex = 119; // // lbTotal // this.lbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lbTotal.AutoSize = true; this.lbTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbTotal.Location = new System.Drawing.Point(198, 467); this.lbTotal.Name = "lbTotal"; this.lbTotal.Size = new System.Drawing.Size(52, 16); this.lbTotal.TabIndex = 17; this.lbTotal.Text = "TOTAL"; // // btnLancar // this.btnLancar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnLancar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLancar.Location = new System.Drawing.Point(256, 493); this.btnLancar.Name = "btnLancar"; this.btnLancar.Size = new System.Drawing.Size(153, 28); this.btnLancar.TabIndex = 19; this.btnLancar.Text = "Lançar"; this.btnLancar.UseVisualStyleBackColor = true; // // dtgSoma // this.dtgSoma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.dtgSoma.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dtgSoma.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgSoma.ColumnHeadersVisible = false; this.dtgSoma.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5}); this.dtgSoma.Location = new System.Drawing.Point(256, 465); this.dtgSoma.Name = "dtgSoma"; this.dtgSoma.RowHeadersVisible = false; this.dtgSoma.Size = new System.Drawing.Size(153, 24); this.dtgSoma.TabIndex = 18; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.FillWeight = 250F; this.dataGridViewTextBoxColumn2.HeaderText = "Loja"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Visible = false; this.dataGridViewTextBoxColumn2.Width = 250; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.FillWeight = 50F; this.dataGridViewTextBoxColumn4.HeaderText = "Qtde."; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 50; // // dataGridViewTextBoxColumn5 // dataGridViewCellStyle1.Format = "C2"; dataGridViewCellStyle1.NullValue = null; this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewTextBoxColumn5.HeaderText = "Total"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; // // dtgLojas // this.dtgLojas.AllowUserToAddRows = false; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dtgLojas.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2; this.dtgLojas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.dtgLojas.BackgroundColor = System.Drawing.Color.White; this.dtgLojas.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dtgLojas.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dtgLojas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgLojas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Loja, this.Valor, this.Qtde, this.Total}); dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dtgLojas.DefaultCellStyle = dataGridViewCellStyle5; this.dtgLojas.Enabled = false; this.dtgLojas.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dtgLojas.Location = new System.Drawing.Point(3, 154); this.dtgLojas.Name = "dtgLojas"; this.dtgLojas.RowHeadersVisible = false; this.dtgLojas.Size = new System.Drawing.Size(406, 305); this.dtgLojas.TabIndex = 16; // // Id // this.Id.DataPropertyName = "L_Id"; this.Id.HeaderText = "Id"; this.Id.Name = "Id"; this.Id.Visible = false; // // Loja // this.Loja.DataPropertyName = "L_Loja"; this.Loja.FillWeight = 150F; this.Loja.HeaderText = "Loja"; this.Loja.Name = "Loja"; this.Loja.ReadOnly = true; this.Loja.Width = 150; // // Valor // dataGridViewCellStyle3.Format = "C2"; this.Valor.DefaultCellStyle = dataGridViewCellStyle3; this.Valor.HeaderText = "Valor"; this.Valor.Name = "Valor"; this.Valor.ReadOnly = true; // // Qtde // this.Qtde.FillWeight = 50F; this.Qtde.HeaderText = "Qtde."; this.Qtde.Name = "Qtde"; this.Qtde.Width = 50; // // Total // this.Total.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle4.Format = "C2"; this.Total.DefaultCellStyle = dataGridViewCellStyle4; this.Total.HeaderText = "Total"; this.Total.Name = "Total"; this.Total.ReadOnly = true; // // btnExcluirLinhas // this.btnExcluirLinhas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExcluirLinhas.Location = new System.Drawing.Point(712, 16); this.btnExcluirLinhas.Name = "btnExcluirLinhas"; this.btnExcluirLinhas.Size = new System.Drawing.Size(91, 44); this.btnExcluirLinhas.TabIndex = 14; this.btnExcluirLinhas.Text = "Excluir Selecionados"; this.btnExcluirLinhas.UseVisualStyleBackColor = true; // // btnCancelar // this.btnCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancelar.Location = new System.Drawing.Point(809, 14); this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Size = new System.Drawing.Size(91, 44); this.btnCancelar.TabIndex = 15; this.btnCancelar.Text = "Cancelar [Sair]"; this.btnCancelar.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.txtCodDistribuicao); this.groupBox1.Controls.Add(this.dtpDataSelecionada); this.groupBox1.Location = new System.Drawing.Point(415, 16); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(280, 54); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Distribuiçao"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(149, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(30, 13); this.label2.TabIndex = 3; this.label2.Text = "Data"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(5, 24); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(44, 13); this.label8.TabIndex = 3; this.label8.Text = "Número"; // // txtCodDistribuicao // this.txtCodDistribuicao.Enabled = false; this.txtCodDistribuicao.Location = new System.Drawing.Point(55, 21); this.txtCodDistribuicao.Name = "txtCodDistribuicao"; this.txtCodDistribuicao.Size = new System.Drawing.Size(87, 20); this.txtCodDistribuicao.TabIndex = 2; // // dtpDataSelecionada // this.dtpDataSelecionada.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpDataSelecionada.Location = new System.Drawing.Point(185, 21); this.dtpDataSelecionada.Name = "dtpDataSelecionada"; this.dtpDataSelecionada.Size = new System.Drawing.Size(85, 20); this.dtpDataSelecionada.TabIndex = 1; // // tabControl1 // this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(415, 76); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(500, 444); this.tabControl1.TabIndex = 12; // // tabPage1 // this.tabPage1.Controls.Add(this.dtgLancamentos); 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(492, 418); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Geral"; this.tabPage1.UseVisualStyleBackColor = true; // // dtgLancamentos // this.dtgLancamentos.AllowUserToAddRows = false; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dtgLancamentos.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.dtgLancamentos.BackgroundColor = System.Drawing.Color.White; this.dtgLancamentos.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dtgLancamentos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgLancamentos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.G_ID, this.G_Selecao, this.G_Produto, this.G_Valor, this.G_Div, this.G_PrecoCusto, this.G_CodFornecedor}); dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle10.BackColor = System.Drawing.Color.White; dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dtgLancamentos.DefaultCellStyle = dataGridViewCellStyle10; this.dtgLancamentos.Dock = System.Windows.Forms.DockStyle.Fill; this.dtgLancamentos.Location = new System.Drawing.Point(3, 3); this.dtgLancamentos.MultiSelect = false; this.dtgLancamentos.Name = "dtgLancamentos"; this.dtgLancamentos.RowHeadersVisible = false; this.dtgLancamentos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dtgLancamentos.Size = new System.Drawing.Size(486, 412); this.dtgLancamentos.TabIndex = 0; // // G_ID // this.G_ID.Frozen = true; this.G_ID.HeaderText = "ID"; this.G_ID.Name = "G_ID"; this.G_ID.ReadOnly = true; this.G_ID.Visible = false; // // G_Selecao // this.G_Selecao.FillWeight = 20F; this.G_Selecao.Frozen = true; this.G_Selecao.HeaderText = ""; this.G_Selecao.Name = "G_Selecao"; this.G_Selecao.Width = 20; // // G_Produto // dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.G_Produto.DefaultCellStyle = dataGridViewCellStyle7; this.G_Produto.FillWeight = 150F; this.G_Produto.Frozen = true; this.G_Produto.HeaderText = "PRODUTO"; this.G_Produto.Name = "G_Produto"; this.G_Produto.ReadOnly = true; this.G_Produto.Width = 150; // // G_Valor // dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.G_Valor.DefaultCellStyle = dataGridViewCellStyle8; this.G_Valor.Frozen = true; this.G_Valor.HeaderText = "VALOR"; this.G_Valor.Name = "G_Valor"; this.G_Valor.ReadOnly = true; // // G_Div // dataGridViewCellStyle9.BackColor = System.Drawing.Color.Silver; dataGridViewCellStyle9.NullValue = ">>"; this.G_Div.DefaultCellStyle = dataGridViewCellStyle9; this.G_Div.FillWeight = 20F; this.G_Div.Frozen = true; this.G_Div.HeaderText = ""; this.G_Div.Name = "G_Div"; this.G_Div.ReadOnly = true; this.G_Div.Width = 20; // // G_PrecoCusto // this.G_PrecoCusto.Frozen = true; this.G_PrecoCusto.HeaderText = "PrecoCusto"; this.G_PrecoCusto.Name = "G_PrecoCusto"; this.G_PrecoCusto.Visible = false; // // G_CodFornecedor // this.G_CodFornecedor.Frozen = true; this.G_CodFornecedor.HeaderText = "Cód Fornecedor"; this.G_CodFornecedor.Name = "G_CodFornecedor"; this.G_CodFornecedor.Visible = false; // // tabPage2 // this.tabPage2.Controls.Add(this.btnSelecionarEmpresa); this.tabPage2.Controls.Add(this.cbxFiltroEmpresa); this.tabPage2.Controls.Add(this.dtgEmpresaDetalhe); 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(492, 418); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Empresa"; this.tabPage2.UseVisualStyleBackColor = true; // // btnSelecionarEmpresa // this.btnSelecionarEmpresa.Location = new System.Drawing.Point(387, 21); this.btnSelecionarEmpresa.Name = "btnSelecionarEmpresa"; this.btnSelecionarEmpresa.Size = new System.Drawing.Size(104, 27); this.btnSelecionarEmpresa.TabIndex = 7; this.btnSelecionarEmpresa.Text = "Selecionar"; this.btnSelecionarEmpresa.UseVisualStyleBackColor = true; // // cbxFiltroEmpresa // this.cbxFiltroEmpresa.FormattingEnabled = true; this.cbxFiltroEmpresa.Location = new System.Drawing.Point(10, 25); this.cbxFiltroEmpresa.Name = "cbxFiltroEmpresa"; this.cbxFiltroEmpresa.Size = new System.Drawing.Size(371, 21); this.cbxFiltroEmpresa.TabIndex = 6; // // dtgEmpresaDetalhe // this.dtgEmpresaDetalhe.AllowUserToAddRows = false; this.dtgEmpresaDetalhe.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.dtgEmpresaDetalhe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgEmpresaDetalhe.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.RowdtgEmpresa_Id, this.RowdtgEmpresa_Produto, this.RowdtgEmpresa_Valor, this.RowdtgEmpresa_Qtde, this.RowdtgEmpresa_Total, this.RowdtgEmpresa_Fornecedor}); this.dtgEmpresaDetalhe.Location = new System.Drawing.Point(6, 69); this.dtgEmpresaDetalhe.Name = "dtgEmpresaDetalhe"; this.dtgEmpresaDetalhe.RowHeadersVisible = false; this.dtgEmpresaDetalhe.Size = new System.Drawing.Size(480, 346); this.dtgEmpresaDetalhe.TabIndex = 5; // // RowdtgEmpresa_Id // this.RowdtgEmpresa_Id.HeaderText = "Id"; this.RowdtgEmpresa_Id.Name = "RowdtgEmpresa_Id"; this.RowdtgEmpresa_Id.Visible = false; // // RowdtgEmpresa_Produto // this.RowdtgEmpresa_Produto.FillWeight = 200F; this.RowdtgEmpresa_Produto.HeaderText = "Produto"; this.RowdtgEmpresa_Produto.Name = "RowdtgEmpresa_Produto"; this.RowdtgEmpresa_Produto.Width = 200; // // RowdtgEmpresa_Valor // dataGridViewCellStyle11.Format = "C2"; dataGridViewCellStyle11.NullValue = null; this.RowdtgEmpresa_Valor.DefaultCellStyle = dataGridViewCellStyle11; this.RowdtgEmpresa_Valor.HeaderText = "Valor"; this.RowdtgEmpresa_Valor.Name = "RowdtgEmpresa_Valor"; // // RowdtgEmpresa_Qtde // this.RowdtgEmpresa_Qtde.FillWeight = 50F; this.RowdtgEmpresa_Qtde.HeaderText = "Qtde."; this.RowdtgEmpresa_Qtde.Name = "RowdtgEmpresa_Qtde"; this.RowdtgEmpresa_Qtde.Width = 50; // // RowdtgEmpresa_Total // dataGridViewCellStyle12.Format = "C2"; dataGridViewCellStyle12.NullValue = null; this.RowdtgEmpresa_Total.DefaultCellStyle = dataGridViewCellStyle12; this.RowdtgEmpresa_Total.HeaderText = "Total"; this.RowdtgEmpresa_Total.Name = "RowdtgEmpresa_Total"; // // RowdtgEmpresa_Fornecedor // this.RowdtgEmpresa_Fornecedor.HeaderText = "Fornecedor"; this.RowdtgEmpresa_Fornecedor.Name = "RowdtgEmpresa_Fornecedor"; this.RowdtgEmpresa_Fornecedor.ReadOnly = true; // // tabPage3 // this.tabPage3.Controls.Add(this.chart1); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(492, 418); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Gráfico"; this.tabPage3.UseVisualStyleBackColor = true; // // chart1 // this.chart1.BackColor = System.Drawing.Color.Transparent; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; legend1.Name = "Legend1"; this.chart1.Legends.Add(legend1); this.chart1.Location = new System.Drawing.Point(0, 0); this.chart1.Name = "chart1"; series1.ChartArea = "ChartArea1"; series1.Legend = "Legend1"; series1.Name = "Series1"; this.chart1.Series.Add(series1); this.chart1.Size = new System.Drawing.Size(492, 418); this.chart1.TabIndex = 0; this.chart1.Text = "chart1"; // // grProdutos // this.grProdutos.Controls.Add(this.tabControl2); this.grProdutos.Controls.Add(this.cbxSelecionaProduto); this.grProdutos.Controls.Add(this.label6); this.grProdutos.Location = new System.Drawing.Point(3, 3); this.grProdutos.Name = "grProdutos"; this.grProdutos.Size = new System.Drawing.Size(406, 150); this.grProdutos.TabIndex = 11; this.grProdutos.TabStop = false; this.grProdutos.Text = "Produto"; // // tabControl2 // this.tabControl2.Controls.Add(this.tabFornecedor); this.tabControl2.Controls.Add(this.tabGeral); this.tabControl2.Location = new System.Drawing.Point(8, 51); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(392, 94); this.tabControl2.TabIndex = 11; // // tabFornecedor // this.tabFornecedor.Controls.Add(this.txtValorPadrao); this.tabFornecedor.Controls.Add(this.label1); this.tabFornecedor.Controls.Add(this.cbxSelecionaFornecedor); this.tabFornecedor.Controls.Add(this.txtValorCusto); this.tabFornecedor.Controls.Add(this.label10); this.tabFornecedor.Controls.Add(this.label9); this.tabFornecedor.Location = new System.Drawing.Point(4, 22); this.tabFornecedor.Name = "tabFornecedor"; this.tabFornecedor.Padding = new System.Windows.Forms.Padding(3); this.tabFornecedor.Size = new System.Drawing.Size(384, 68); this.tabFornecedor.TabIndex = 1; this.tabFornecedor.Text = "Fornecedor"; this.tabFornecedor.UseVisualStyleBackColor = true; // // txtValorPadrao // this.txtValorPadrao.Enabled = false; this.txtValorPadrao.Location = new System.Drawing.Point(87, 42); this.txtValorPadrao.Name = "txtValorPadrao"; this.txtValorPadrao.Size = new System.Drawing.Size(100, 20); this.txtValorPadrao.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 13); this.label1.TabIndex = 9; this.label1.Text = "Preço Venda"; // // cbxSelecionaFornecedor // this.cbxSelecionaFornecedor.Enabled = false; this.cbxSelecionaFornecedor.FormattingEnabled = true; this.cbxSelecionaFornecedor.Location = new System.Drawing.Point(87, 12); this.cbxSelecionaFornecedor.Name = "cbxSelecionaFornecedor"; this.cbxSelecionaFornecedor.Size = new System.Drawing.Size(291, 21); this.cbxSelecionaFornecedor.TabIndex = 7; // // txtValorCusto // this.txtValorCusto.Enabled = false; this.txtValorCusto.Location = new System.Drawing.Point(276, 42); this.txtValorCusto.Name = "txtValorCusto"; this.txtValorCusto.Size = new System.Drawing.Size(100, 20); this.txtValorCusto.TabIndex = 4; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 15); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(77, 13); this.label10.TabIndex = 5; this.label10.Text = "Nome / Razão"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(203, 45); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 13); this.label9.TabIndex = 5; this.label9.Text = "Preço Custo"; // // tabGeral // this.tabGeral.Controls.Add(this.txtQtdePadrao); this.tabGeral.Controls.Add(this.label5); this.tabGeral.Controls.Add(this.label4); this.tabGeral.Controls.Add(this.txtQtdeDisponivel); this.tabGeral.Controls.Add(this.txtQtdeRestate); this.tabGeral.Controls.Add(this.label7); this.tabGeral.Location = new System.Drawing.Point(4, 22); this.tabGeral.Name = "tabGeral"; this.tabGeral.Padding = new System.Windows.Forms.Padding(3); this.tabGeral.Size = new System.Drawing.Size(384, 68); this.tabGeral.TabIndex = 0; this.tabGeral.Text = "Outros"; this.tabGeral.UseVisualStyleBackColor = true; // // txtQtdePadrao // this.txtQtdePadrao.Enabled = false; this.txtQtdePadrao.Location = new System.Drawing.Point(20, 31); this.txtQtdePadrao.Name = "txtQtdePadrao"; this.txtQtdePadrao.Size = new System.Drawing.Size(83, 20); this.txtQtdePadrao.TabIndex = 2; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(204, 35); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(50, 13); this.label5.TabIndex = 3; this.label5.Text = "Restante"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(204, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(58, 13); this.label4.TabIndex = 3; this.label4.Text = "Dísponivel"; // // txtQtdeDisponivel // this.txtQtdeDisponivel.Enabled = false; this.txtQtdeDisponivel.Location = new System.Drawing.Point(283, 6); this.txtQtdeDisponivel.Name = "txtQtdeDisponivel"; this.txtQtdeDisponivel.Size = new System.Drawing.Size(83, 20); this.txtQtdeDisponivel.TabIndex = 2; // // txtQtdeRestate // this.txtQtdeRestate.Enabled = false; this.txtQtdeRestate.Location = new System.Drawing.Point(283, 32); this.txtQtdeRestate.Name = "txtQtdeRestate"; this.txtQtdeRestate.Size = new System.Drawing.Size(83, 20); this.txtQtdeRestate.TabIndex = 2; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(17, 13); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(106, 13); this.label7.TabIndex = 3; this.label7.Text = "Lançar Qtde. Padrão"; // // cbxSelecionaProduto // this.cbxSelecionaProduto.FormattingEnabled = true; this.cbxSelecionaProduto.Items.AddRange(new object[] { "Selecione"}); this.cbxSelecionaProduto.Location = new System.Drawing.Point(75, 24); this.cbxSelecionaProduto.Name = "cbxSelecionaProduto"; this.cbxSelecionaProduto.Size = new System.Drawing.Size(309, 21); this.cbxSelecionaProduto.TabIndex = 6; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(5, 27); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(46, 13); this.label6.TabIndex = 3; this.label6.Text = "Seleção"; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BackColor = System.Drawing.Color.DimGray; this.panel2.Controls.Add(this.label13); this.panel2.Controls.Add(this.btnGravarDistribuicao); this.panel2.Location = new System.Drawing.Point(91, 12); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(912, 75); this.panel2.TabIndex = 117; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(4, 6); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(326, 60); this.label13.TabIndex = 96; this.label13.Text = "DISTRIBUIÇÃO x"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // btnGravarDistribuicao // this.btnGravarDistribuicao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnGravarDistribuicao.Location = new System.Drawing.Point(621, 22); this.btnGravarDistribuicao.Name = "btnGravarDistribuicao"; this.btnGravarDistribuicao.Size = new System.Drawing.Size(91, 44); this.btnGravarDistribuicao.TabIndex = 16; this.btnGravarDistribuicao.Text = "Gravar Distribuição"; this.btnGravarDistribuicao.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(toolStrip1); this.panel1.Location = new System.Drawing.Point(5, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(76, 604); this.panel1.TabIndex = 118; // // frmDistribuicaoPorLoja // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1014, 628); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "frmDistribuicaoPorLoja"; this.Text = "frmDistribuicaoPorLoja"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtgSoma)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtgLojas)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtgLancamentos)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtgEmpresaDetalhe)).EndInit(); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.grProdutos.ResumeLayout(false); this.grProdutos.PerformLayout(); this.tabControl2.ResumeLayout(false); this.tabFornecedor.ResumeLayout(false); this.tabFornecedor.PerformLayout(); this.tabGeral.ResumeLayout(false); this.tabGeral.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.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 lblProfilesDir; System.Windows.Forms.Label lblSavefileDir; System.Windows.Forms.GroupBox grbSetup; System.Windows.Forms.GroupBox grbProfiles; System.Windows.Forms.ToolStrip tsProfiles; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.GroupBox grbSavestates; System.Windows.Forms.ToolStrip tsSavestate; System.Windows.Forms.ToolStripLabel toolStripLabel1; this.txtProfilesDir = new System.Windows.Forms.TextBox(); this.btnBrowseProfilesDir = new System.Windows.Forms.Button(); this.txtSavefileDir = new System.Windows.Forms.TextBox(); this.btnBrowseSavefileDir = new System.Windows.Forms.Button(); this.tsbAddProfile = new System.Windows.Forms.ToolStripButton(); this.tsbDeleteProfile = new System.Windows.Forms.ToolStripButton(); this.tsbEditProfile = new System.Windows.Forms.ToolStripButton(); this.lstProfiles = new System.Windows.Forms.ListBox(); this.tsbImportSavestate = new System.Windows.Forms.ToolStripButton(); this.tsbLoadSavestate = new System.Windows.Forms.ToolStripButton(); this.tsbEditSavestate = new System.Windows.Forms.ToolStripButton(); this.tsbReplaceSavestate = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tscbSorting = new System.Windows.Forms.ToolStripComboBox(); this.trvSavestates = new System.Windows.Forms.TreeView(); this.cmsSavestates = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiRenameSavestate = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiDeleteSavestate = new System.Windows.Forms.ToolStripMenuItem(); this.cmsProfiles = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiRenameProfile = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiDeleteProfile = new System.Windows.Forms.ToolStripMenuItem(); this.cmsSettings = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiSettings = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiAbout = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem(); this.lblStatus = new System.Windows.Forms.Label(); this.timStatus = new System.Windows.Forms.Timer(this.components); this.picGear = new System.Windows.Forms.PictureBox(); lblProfilesDir = new System.Windows.Forms.Label(); lblSavefileDir = new System.Windows.Forms.Label(); grbSetup = new System.Windows.Forms.GroupBox(); grbProfiles = new System.Windows.Forms.GroupBox(); tsProfiles = new System.Windows.Forms.ToolStrip(); grbSavestates = new System.Windows.Forms.GroupBox(); tsSavestate = new System.Windows.Forms.ToolStrip(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); grbSetup.SuspendLayout(); grbProfiles.SuspendLayout(); tsProfiles.SuspendLayout(); grbSavestates.SuspendLayout(); tsSavestate.SuspendLayout(); this.cmsSavestates.SuspendLayout(); this.cmsProfiles.SuspendLayout(); this.cmsSettings.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picGear)).BeginInit(); this.SuspendLayout(); // // lblProfilesDir // lblProfilesDir.AutoSize = true; lblProfilesDir.Location = new System.Drawing.Point(6, 59); lblProfilesDir.Name = "lblProfilesDir"; lblProfilesDir.Size = new System.Drawing.Size(89, 13); lblProfilesDir.TabIndex = 0; lblProfilesDir.Text = "Profiles Directory:"; // // lblSavefileDir // lblSavefileDir.AutoSize = true; lblSavefileDir.Location = new System.Drawing.Point(6, 16); lblSavefileDir.Name = "lblSavefileDir"; lblSavefileDir.Size = new System.Drawing.Size(93, 13); lblSavefileDir.TabIndex = 3; lblSavefileDir.Text = "Savefile Directory:"; // // grbSetup // grbSetup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); grbSetup.Controls.Add(lblProfilesDir); grbSetup.Controls.Add(this.txtProfilesDir); grbSetup.Controls.Add(this.btnBrowseProfilesDir); grbSetup.Controls.Add(this.txtSavefileDir); grbSetup.Controls.Add(this.btnBrowseSavefileDir); grbSetup.Controls.Add(lblSavefileDir); grbSetup.Location = new System.Drawing.Point(12, 12); grbSetup.Name = "grbSetup"; grbSetup.Size = new System.Drawing.Size(590, 103); grbSetup.TabIndex = 0; grbSetup.TabStop = false; grbSetup.Text = "Setup"; // // txtProfilesDir // this.txtProfilesDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtProfilesDir.Location = new System.Drawing.Point(9, 75); this.txtProfilesDir.Name = "txtProfilesDir"; this.txtProfilesDir.ReadOnly = true; this.txtProfilesDir.Size = new System.Drawing.Size(494, 20); this.txtProfilesDir.TabIndex = 1; // // btnBrowseProfilesDir // this.btnBrowseProfilesDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowseProfilesDir.Location = new System.Drawing.Point(509, 73); this.btnBrowseProfilesDir.Name = "btnBrowseProfilesDir"; this.btnBrowseProfilesDir.Size = new System.Drawing.Size(75, 23); this.btnBrowseProfilesDir.TabIndex = 2; this.btnBrowseProfilesDir.Text = "Browse"; this.btnBrowseProfilesDir.UseVisualStyleBackColor = true; this.btnBrowseProfilesDir.Click += new System.EventHandler(this.btnBrowseProfilesDir_Click); // // txtSavefileDir // this.txtSavefileDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSavefileDir.Location = new System.Drawing.Point(9, 32); this.txtSavefileDir.Name = "txtSavefileDir"; this.txtSavefileDir.ReadOnly = true; this.txtSavefileDir.Size = new System.Drawing.Size(494, 20); this.txtSavefileDir.TabIndex = 3; // // btnBrowseSavefileDir // this.btnBrowseSavefileDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowseSavefileDir.Location = new System.Drawing.Point(509, 30); this.btnBrowseSavefileDir.Name = "btnBrowseSavefileDir"; this.btnBrowseSavefileDir.Size = new System.Drawing.Size(75, 23); this.btnBrowseSavefileDir.TabIndex = 4; this.btnBrowseSavefileDir.Text = "Browse"; this.btnBrowseSavefileDir.UseVisualStyleBackColor = true; this.btnBrowseSavefileDir.Click += new System.EventHandler(this.btnBrowseSavefileDir_Click); // // grbProfiles // grbProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); grbProfiles.Controls.Add(tsProfiles); grbProfiles.Controls.Add(this.lstProfiles); grbProfiles.Location = new System.Drawing.Point(12, 121); grbProfiles.Name = "grbProfiles"; grbProfiles.Size = new System.Drawing.Size(169, 279); grbProfiles.TabIndex = 5; grbProfiles.TabStop = false; grbProfiles.Text = "Profiles"; // // tsProfiles // tsProfiles.AutoSize = false; tsProfiles.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsProfiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAddProfile, this.tsbDeleteProfile, this.tsbEditProfile }); tsProfiles.Location = new System.Drawing.Point(3, 16); tsProfiles.Name = "tsProfiles"; tsProfiles.Size = new System.Drawing.Size(163, 25); tsProfiles.TabIndex = 8; tsProfiles.Text = "toolStrip1"; // // tsbAddProfile // this.tsbAddProfile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbAddProfile.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddProfile.Image"))); this.tsbAddProfile.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAddProfile.Name = "tsbAddProfile"; this.tsbAddProfile.Size = new System.Drawing.Size(23, 22); this.tsbAddProfile.Text = "New Profile"; this.tsbAddProfile.Click += new System.EventHandler(this.tsbAddProfile_Click); // // tsbDeleteProfile // this.tsbDeleteProfile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbDeleteProfile.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.minus_circle; this.tsbDeleteProfile.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbDeleteProfile.Name = "tsbDeleteProfile"; this.tsbDeleteProfile.Size = new System.Drawing.Size(23, 22); this.tsbDeleteProfile.Text = "Delete Profile"; this.tsbDeleteProfile.Click += new System.EventHandler(this.tsbDeleteProfile_Click); // // tsbEditProfile // this.tsbEditProfile.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbEditProfile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbEditProfile.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil; this.tsbEditProfile.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbEditProfile.Name = "tsbEditProfile"; this.tsbEditProfile.Size = new System.Drawing.Size(23, 22); this.tsbEditProfile.Text = "Edit Profile"; this.tsbEditProfile.Click += new System.EventHandler(this.tsbEditProfile_Click); // // lstProfiles // this.lstProfiles.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.lstProfiles.FormattingEnabled = true; this.lstProfiles.IntegralHeight = false; this.lstProfiles.Location = new System.Drawing.Point(6, 44); this.lstProfiles.Name = "lstProfiles"; this.lstProfiles.Size = new System.Drawing.Size(157, 229); this.lstProfiles.Sorted = true; this.lstProfiles.TabIndex = 7; this.lstProfiles.SelectedIndexChanged += new System.EventHandler(this.lstProfiles_SelectedIndexChanged); this.lstProfiles.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lstProfiles_MouseUp); // // grbSavestates // grbSavestates.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))); grbSavestates.Controls.Add(tsSavestate); grbSavestates.Controls.Add(this.trvSavestates); grbSavestates.Location = new System.Drawing.Point(187, 121); grbSavestates.Name = "grbSavestates"; grbSavestates.Size = new System.Drawing.Size(415, 279); grbSavestates.TabIndex = 8; grbSavestates.TabStop = false; grbSavestates.Text = "Savestates"; // // tsSavestate // tsSavestate.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsSavestate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbImportSavestate, this.tsbLoadSavestate, this.tsbEditSavestate, this.tsbReplaceSavestate, this.toolStripSeparator1, toolStripLabel1, this.tscbSorting }); tsSavestate.Location = new System.Drawing.Point(3, 16); tsSavestate.Name = "tsSavestate"; tsSavestate.Size = new System.Drawing.Size(409, 25); tsSavestate.TabIndex = 12; tsSavestate.Text = "tsSavestate"; // // tsbImportSavestate // this.tsbImportSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.import; this.tsbImportSavestate.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbImportSavestate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.tsbImportSavestate.Name = "tsbImportSavestate"; this.tsbImportSavestate.Size = new System.Drawing.Size(63, 22); this.tsbImportSavestate.Text = "Import"; this.tsbImportSavestate.Click += new System.EventHandler(this.tsbImportSavestate_Click); // // tsbLoadSavestate // this.tsbLoadSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.load; this.tsbLoadSavestate.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbLoadSavestate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.tsbLoadSavestate.Name = "tsbLoadSavestate"; this.tsbLoadSavestate.Size = new System.Drawing.Size(53, 22); this.tsbLoadSavestate.Text = "Load"; this.tsbLoadSavestate.Click += new System.EventHandler(this.tsbLoadSavestate_Click); // // tsbEditSavestate // this.tsbEditSavestate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbEditSavestate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbEditSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil; this.tsbEditSavestate.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbEditSavestate.Name = "tsbEditSavestate"; this.tsbEditSavestate.Size = new System.Drawing.Size(23, 22); this.tsbEditSavestate.Text = "Edit Savestate"; this.tsbEditSavestate.Click += new System.EventHandler(this.tsbEditSavestate_Click); // // tsbReplaceSavestate // this.tsbReplaceSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.replace; this.tsbReplaceSavestate.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbReplaceSavestate.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.tsbReplaceSavestate.Name = "tsbReplaceSavestate"; this.tsbReplaceSavestate.Size = new System.Drawing.Size(68, 22); this.tsbReplaceSavestate.Text = "Replace"; this.tsbReplaceSavestate.Click += new System.EventHandler(this.tsbReplaceSavestate_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // toolStripLabel1.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2); toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(31, 22); toolStripLabel1.Text = "Sort:"; // // tscbSorting // this.tscbSorting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.tscbSorting.Items.AddRange(new object[] { "Alphabet", "Created" }); this.tscbSorting.Name = "tscbSorting"; this.tscbSorting.Size = new System.Drawing.Size(75, 25); this.tscbSorting.SelectedIndexChanged += new System.EventHandler(this.tscbSorting_SelectedIndexChanged); // // trvSavestates // this.trvSavestates.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.trvSavestates.FullRowSelect = true; this.trvSavestates.HideSelection = false; this.trvSavestates.Location = new System.Drawing.Point(6, 44); this.trvSavestates.Name = "trvSavestates"; this.trvSavestates.ShowLines = false; this.trvSavestates.ShowRootLines = false; this.trvSavestates.Size = new System.Drawing.Size(403, 229); this.trvSavestates.TabIndex = 11; this.trvSavestates.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.trvSavestates_KeyPress); this.trvSavestates.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trvSavestates_MouseUp); // // cmsSavestates // this.cmsSavestates.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiRenameSavestate, this.tsmiDeleteSavestate }); this.cmsSavestates.Name = "cmsSavestates"; this.cmsSavestates.Size = new System.Drawing.Size(137, 48); this.cmsSavestates.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.cmsSavestates_ItemClicked); // // tsmiRenameSavestate // this.tsmiRenameSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil; this.tsmiRenameSavestate.Name = "tsmiRenameSavestate"; this.tsmiRenameSavestate.ShortcutKeys = System.Windows.Forms.Keys.F2; this.tsmiRenameSavestate.Size = new System.Drawing.Size(136, 22); this.tsmiRenameSavestate.Text = "Rename"; // // tsmiDeleteSavestate // this.tsmiDeleteSavestate.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.minus_circle; this.tsmiDeleteSavestate.Name = "tsmiDeleteSavestate"; this.tsmiDeleteSavestate.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.tsmiDeleteSavestate.Size = new System.Drawing.Size(136, 22); this.tsmiDeleteSavestate.Text = "Delete"; // // cmsProfiles // this.cmsProfiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiRenameProfile, this.tsmiDeleteProfile }); this.cmsProfiles.Name = "cmsSavestates"; this.cmsProfiles.Size = new System.Drawing.Size(137, 48); this.cmsProfiles.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.csmProfiles_ItemClicked); // // tsmiRenameProfile // this.tsmiRenameProfile.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.pencil; this.tsmiRenameProfile.Name = "tsmiRenameProfile"; this.tsmiRenameProfile.ShortcutKeys = System.Windows.Forms.Keys.F2; this.tsmiRenameProfile.Size = new System.Drawing.Size(136, 22); this.tsmiRenameProfile.Text = "Rename"; // // tsmiDeleteProfile // this.tsmiDeleteProfile.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.minus_circle; this.tsmiDeleteProfile.Name = "tsmiDeleteProfile"; this.tsmiDeleteProfile.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.tsmiDeleteProfile.Size = new System.Drawing.Size(136, 22); this.tsmiDeleteProfile.Text = "Delete"; // // cmsSettings // this.cmsSettings.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiSettings, this.tsmiAbout, this.tsmiHelp }); this.cmsSettings.Name = "cmsSettings"; this.cmsSettings.Size = new System.Drawing.Size(119, 70); this.cmsSettings.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.cmsSettings_ItemClicked); // // tsmiSettings // this.tsmiSettings.Image = global::DemonsSoulsSaveOrganizer.Properties.Resources.gear; this.tsmiSettings.Name = "tsmiSettings"; this.tsmiSettings.Size = new System.Drawing.Size(118, 22); this.tsmiSettings.Text = "Settings"; // // tsmiAbout // this.tsmiAbout.Name = "tsmiAbout"; this.tsmiAbout.Size = new System.Drawing.Size(118, 22); this.tsmiAbout.Text = "About"; // // tsmiHelp // this.tsmiHelp.Name = "tsmiHelp"; this.tsmiHelp.ShortcutKeys = System.Windows.Forms.Keys.F1; this.tsmiHelp.Size = new System.Drawing.Size(118, 22); this.tsmiHelp.Text = "Help"; // // lblStatus // this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblStatus.AutoSize = true; this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStatus.Location = new System.Drawing.Point(12, 405); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(97, 20); this.lblStatus.TabIndex = 10; this.lblStatus.Text = "Status text"; // // timStatus // this.timStatus.Tick += new System.EventHandler(this.timStatus_Tick); // // picGear // this.picGear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.picGear.Image = ((System.Drawing.Image)(resources.GetObject("picGear.Image"))); this.picGear.Location = new System.Drawing.Point(581, 401); this.picGear.Name = "picGear"; this.picGear.Size = new System.Drawing.Size(28, 28); this.picGear.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picGear.TabIndex = 9; this.picGear.TabStop = false; this.picGear.MouseEnter += new System.EventHandler(this.picGear_MouseEnter); this.picGear.MouseLeave += new System.EventHandler(this.picGear_MouseLeave); this.picGear.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picGear_MouseUp); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(614, 434); this.Controls.Add(this.lblStatus); this.Controls.Add(this.picGear); this.Controls.Add(grbSavestates); this.Controls.Add(grbProfiles); this.Controls.Add(grbSetup); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MinimumSize = new System.Drawing.Size(566, 300); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Demon\'s Souls Save Organizer"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown); grbSetup.ResumeLayout(false); grbSetup.PerformLayout(); grbProfiles.ResumeLayout(false); tsProfiles.ResumeLayout(false); tsProfiles.PerformLayout(); grbSavestates.ResumeLayout(false); grbSavestates.PerformLayout(); tsSavestate.ResumeLayout(false); tsSavestate.PerformLayout(); this.cmsSavestates.ResumeLayout(false); this.cmsProfiles.ResumeLayout(false); this.cmsSettings.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picGear)).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() { System.Windows.Forms.ToolStrip m_toolStrip; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripButton m_tsbOptions; System.Windows.Forms.ToolStripButton m_tsbHelp; System.Windows.Forms.PictureBox m_pictureBox; System.Windows.Forms.Label m_lblPrice; System.Windows.Forms.Label m_lblDate; System.Windows.Forms.Label m_lbMsg; System.Windows.Forms.GroupBox m_grpSep; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpotValueForm)); this.m_tsbSave = new System.Windows.Forms.ToolStripButton(); this.m_tsbReload = new System.Windows.Forms.ToolStripButton(); this.m_nudPrice = new System.Windows.Forms.NumericUpDown(); this.m_dtpSpotTime = new System.Windows.Forms.DateTimePicker(); m_toolStrip = new System.Windows.Forms.ToolStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); m_tsbOptions = new System.Windows.Forms.ToolStripButton(); m_tsbHelp = new System.Windows.Forms.ToolStripButton(); m_pictureBox = new System.Windows.Forms.PictureBox(); m_lblPrice = new System.Windows.Forms.Label(); m_lblDate = new System.Windows.Forms.Label(); m_lbMsg = new System.Windows.Forms.Label(); m_grpSep = new System.Windows.Forms.GroupBox(); m_toolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_nudPrice)).BeginInit(); this.SuspendLayout(); // // m_toolStrip // m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_tsbSave, toolStripSeparator1, this.m_tsbReload, toolStripSeparator2, m_tsbOptions, m_tsbHelp }); m_toolStrip.Location = new System.Drawing.Point(0, 0); m_toolStrip.Name = "m_toolStrip"; m_toolStrip.Size = new System.Drawing.Size(334, 25); m_toolStrip.TabIndex = 7; m_toolStrip.TabStop = true; // // m_tsbSave // this.m_tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbSave.Enabled = false; this.m_tsbSave.Image = global::DGD.HubGovernor.Properties.Resources.save_16; this.m_tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbSave.Name = "m_tsbSave"; this.m_tsbSave.Size = new System.Drawing.Size(23, 22); this.m_tsbSave.Text = "Enregistrer"; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // m_tsbReload // this.m_tsbReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbReload.Enabled = false; this.m_tsbReload.Image = global::DGD.HubGovernor.Properties.Resources.refresh_16; this.m_tsbReload.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbReload.Name = "m_tsbReload"; this.m_tsbReload.Size = new System.Drawing.Size(23, 22); this.m_tsbReload.Text = "Recharger"; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // m_tsbOptions // m_tsbOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbOptions.Image = global::DGD.HubGovernor.Properties.Resources.option_16; m_tsbOptions.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbOptions.Name = "m_tsbOptions"; m_tsbOptions.Size = new System.Drawing.Size(23, 22); m_tsbOptions.Text = "Options..."; // // m_tsbHelp // m_tsbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; m_tsbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbHelp.Image = global::DGD.HubGovernor.Properties.Resources.help_16; m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbHelp.Name = "m_tsbHelp"; m_tsbHelp.Size = new System.Drawing.Size(23, 22); m_tsbHelp.Text = "Aide"; // // m_pictureBox // m_pictureBox.Image = global::DGD.HubGovernor.Properties.Resources.spot_value_64; m_pictureBox.Location = new System.Drawing.Point(12, 39); m_pictureBox.Name = "m_pictureBox"; m_pictureBox.Size = new System.Drawing.Size(64, 64); m_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; m_pictureBox.TabIndex = 8; m_pictureBox.TabStop = false; // // m_lblPrice // m_lblPrice.AutoSize = true; m_lblPrice.Location = new System.Drawing.Point(100, 48); m_lblPrice.Name = "m_lblPrice"; m_lblPrice.Size = new System.Drawing.Size(31, 13); m_lblPrice.TabIndex = 13; m_lblPrice.Text = "Prix:*"; // // m_lblDate // m_lblDate.AutoSize = true; m_lblDate.Location = new System.Drawing.Point(216, 48); m_lblDate.Name = "m_lblDate"; m_lblDate.Size = new System.Drawing.Size(37, 13); m_lblDate.TabIndex = 15; m_lblDate.Text = "Date:*"; // // m_lbMsg // m_lbMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); m_lbMsg.AutoSize = true; m_lbMsg.Location = new System.Drawing.Point(12, 142); m_lbMsg.Name = "m_lbMsg"; m_lbMsg.Size = new System.Drawing.Size(300, 13); m_lbMsg.TabIndex = 21; m_lbMsg.Text = "Les éléments marqués d’un astérisque (*) doivent êtres servis."; // // m_grpSep // m_grpSep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); m_grpSep.Location = new System.Drawing.Point(15, 137); m_grpSep.Name = "m_grpSep"; m_grpSep.Size = new System.Drawing.Size(306, 2); m_grpSep.TabIndex = 20; m_grpSep.TabStop = false; // // m_nudPrice // this.m_nudPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_nudPrice.DecimalPlaces = 4; this.m_nudPrice.Location = new System.Drawing.Point(103, 64); this.m_nudPrice.Name = "m_nudPrice"; this.m_nudPrice.Size = new System.Drawing.Size(82, 20); this.m_nudPrice.TabIndex = 14; // // m_dtpSpotTime // this.m_dtpSpotTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_dtpSpotTime.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.m_dtpSpotTime.Location = new System.Drawing.Point(210, 64); this.m_dtpSpotTime.Name = "m_dtpSpotTime"; this.m_dtpSpotTime.Size = new System.Drawing.Size(116, 20); this.m_dtpSpotTime.TabIndex = 16; // // SpotValueForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(334, 164); this.Controls.Add(m_lbMsg); this.Controls.Add(m_grpSep); this.Controls.Add(this.m_dtpSpotTime); this.Controls.Add(m_lblDate); this.Controls.Add(this.m_nudPrice); this.Controls.Add(m_lblPrice); this.Controls.Add(m_pictureBox); this.Controls.Add(m_toolStrip); this.ForeColor = System.Drawing.SystemColors.WindowText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(316, 180); this.Name = "SpotValueForm"; this.Text = "Valeur spot"; m_toolStrip.ResumeLayout(false); m_toolStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_nudPrice)).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() { System.Windows.Forms.ToolStrip mainToolStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm)); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.artistComboBox = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.albumComboBox = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); this.genreComboBox = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); this.fileNameComboBox = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.prevPageToolStripButton = new System.Windows.Forms.ToolStripButton(); this.pageNumberToolStripButton = new System.Windows.Forms.ToolStripLabel(); this.nextPageToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.mainDataGridView = new System.Windows.Forms.DataGridView(); this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.processSelectedFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveFilteredTrackInFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveFilteredDataToFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pageSizeNumericUpDown = new System.Windows.Forms.NumericUpDown(); mainToolStrip = new System.Windows.Forms.ToolStrip(); mainToolStrip.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainDataGridView)).BeginInit(); this.mainMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pageSizeNumericUpDown)).BeginInit(); this.SuspendLayout(); // // mainToolStrip // mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.artistComboBox, this.toolStripSeparator4, this.toolStripLabel2, this.albumComboBox, this.toolStripSeparator3, this.toolStripLabel3, this.genreComboBox, this.toolStripSeparator2, this.toolStripLabel4, this.fileNameComboBox, this.toolStripSeparator1, this.prevPageToolStripButton, this.pageNumberToolStripButton, this.nextPageToolStripButton, this.toolStripLabel5}); mainToolStrip.Location = new System.Drawing.Point(0, 0); mainToolStrip.Name = "mainToolStrip"; mainToolStrip.Size = new System.Drawing.Size(767, 25); mainToolStrip.TabIndex = 0; mainToolStrip.Text = "mainToolStrip"; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(33, 22); this.toolStripLabel1.Text = "Artist"; // // artistComboBox // this.artistComboBox.CausesValidation = false; this.artistComboBox.DropDownWidth = 200; this.artistComboBox.Name = "artistComboBox"; this.artistComboBox.Size = new System.Drawing.Size(100, 25); this.artistComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(36, 22); this.toolStripLabel2.Text = "Album"; // // albumComboBox // this.albumComboBox.DropDownWidth = 200; this.albumComboBox.Name = "albumComboBox"; this.albumComboBox.Size = new System.Drawing.Size(100, 25); this.albumComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // toolStripLabel3 // this.toolStripLabel3.Name = "toolStripLabel3"; this.toolStripLabel3.Size = new System.Drawing.Size(36, 22); this.toolStripLabel3.Text = "Genre"; // // genreComboBox // this.genreComboBox.DropDownWidth = 200; this.genreComboBox.Name = "genreComboBox"; this.genreComboBox.Size = new System.Drawing.Size(100, 25); this.genreComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripLabel4 // this.toolStripLabel4.Name = "toolStripLabel4"; this.toolStripLabel4.Size = new System.Drawing.Size(53, 22); this.toolStripLabel4.Text = "File Name"; // // fileNameComboBox // this.fileNameComboBox.DropDownWidth = 200; this.fileNameComboBox.Name = "fileNameComboBox"; this.fileNameComboBox.Size = new System.Drawing.Size(100, 25); this.fileNameComboBox.SelectedIndexChanged += new System.EventHandler(this.albumComboBox_SelectedIndexChanged); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // prevPageToolStripButton // this.prevPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.prevPageToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("prevPageToolStripButton.Image"))); this.prevPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.prevPageToolStripButton.Name = "prevPageToolStripButton"; this.prevPageToolStripButton.Size = new System.Drawing.Size(23, 22); this.prevPageToolStripButton.Tag = "back"; this.prevPageToolStripButton.Text = "Prev"; this.prevPageToolStripButton.Click += new System.EventHandler(this.prevPageToolStripButton_Click); // // pageNumberToolStripButton // this.pageNumberToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.pageNumberToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pageNumberToolStripButton.Image"))); this.pageNumberToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.pageNumberToolStripButton.Name = "pageNumberToolStripButton"; this.pageNumberToolStripButton.Size = new System.Drawing.Size(13, 22); this.pageNumberToolStripButton.Text = " "; // // nextPageToolStripButton // this.nextPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.nextPageToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("nextPageToolStripButton.Image"))); this.nextPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.nextPageToolStripButton.Name = "nextPageToolStripButton"; this.nextPageToolStripButton.Size = new System.Drawing.Size(23, 22); this.nextPageToolStripButton.Tag = "forward"; this.nextPageToolStripButton.Text = "Next"; this.nextPageToolStripButton.Click += new System.EventHandler(this.nextPageToolStripButton_Click); // // toolStripLabel5 // this.toolStripLabel5.Name = "toolStripLabel5"; this.toolStripLabel5.Size = new System.Drawing.Size(52, 22); this.toolStripLabel5.Text = "Page size"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; 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, 20F)); this.tableLayoutPanel1.Controls.Add(mainToolStrip, 0, 0); this.tableLayoutPanel1.Controls.Add(this.mainDataGridView, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.19266F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 93.80734F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(767, 436); this.tableLayoutPanel1.TabIndex = 0; // // mainDataGridView // this.mainDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.mainDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.mainDataGridView.Location = new System.Drawing.Point(3, 29); this.mainDataGridView.Name = "mainDataGridView"; this.mainDataGridView.ReadOnly = true; this.mainDataGridView.Size = new System.Drawing.Size(761, 404); this.mainDataGridView.TabIndex = 1; // // mainMenuStrip // this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.actionsToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem}); this.mainMenuStrip.Location = new System.Drawing.Point(0, 0); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.Size = new System.Drawing.Size(767, 24); this.mainMenuStrip.TabIndex = 1; this.mainMenuStrip.Text = "mainMenuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "&File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22); this.exitToolStripMenuItem.Text = "&Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // actionsToolStripMenuItem // this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.processSelectedFolderToolStripMenuItem, this.saveFilteredTrackInFolderToolStripMenuItem, this.saveFilteredDataToFolderToolStripMenuItem}); this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem"; this.actionsToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.actionsToolStripMenuItem.Text = "&Actions"; // // processSelectedFolderToolStripMenuItem // this.processSelectedFolderToolStripMenuItem.Name = "processSelectedFolderToolStripMenuItem"; this.processSelectedFolderToolStripMenuItem.Size = new System.Drawing.Size(217, 22); this.processSelectedFolderToolStripMenuItem.Text = "&Process SelectedFolder"; this.processSelectedFolderToolStripMenuItem.Click += new System.EventHandler(this.processSelectedFolderToolStripMenuItem_Click); // // saveFilteredTrackInFolderToolStripMenuItem // this.saveFilteredTrackInFolderToolStripMenuItem.Name = "saveFilteredTrackInFolderToolStripMenuItem"; this.saveFilteredTrackInFolderToolStripMenuItem.Size = new System.Drawing.Size(217, 22); this.saveFilteredTrackInFolderToolStripMenuItem.Text = "&Save Track In DataBase"; this.saveFilteredTrackInFolderToolStripMenuItem.Click += new System.EventHandler(this.saveFilteredTrackInFolderToolStripMenuItem_Click_1); // // saveFilteredDataToFolderToolStripMenuItem // this.saveFilteredDataToFolderToolStripMenuItem.Name = "saveFilteredDataToFolderToolStripMenuItem"; this.saveFilteredDataToFolderToolStripMenuItem.Size = new System.Drawing.Size(217, 22); this.saveFilteredDataToFolderToolStripMenuItem.Text = "&Save filtered data to Folder"; this.saveFilteredDataToFolderToolStripMenuItem.Click += new System.EventHandler(this.saveFilteredDataToFolderToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.clearDatabaseToolStripMenuItem, this.toolStripMenuItem2}); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.optionsToolStripMenuItem.Text = "&Options"; // // clearDatabaseToolStripMenuItem // this.clearDatabaseToolStripMenuItem.Name = "clearDatabaseToolStripMenuItem"; this.clearDatabaseToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.clearDatabaseToolStripMenuItem.Text = "&Clear database"; this.clearDatabaseToolStripMenuItem.Click += new System.EventHandler(this.clearDatabaseToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(158, 22); this.toolStripMenuItem2.Text = "&Set parameter"; // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // pageSizeNumericUpDown // this.pageSizeNumericUpDown.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.pageSizeNumericUpDown.BorderStyle = System.Windows.Forms.BorderStyle.None; this.pageSizeNumericUpDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.pageSizeNumericUpDown.Increment = new decimal(new int[] { 5, 0, 0, 0}); this.pageSizeNumericUpDown.Location = new System.Drawing.Point(710, 27); this.pageSizeNumericUpDown.Maximum = new decimal(new int[] { 500, 0, 0, 0}); this.pageSizeNumericUpDown.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.pageSizeNumericUpDown.Name = "pageSizeNumericUpDown"; this.pageSizeNumericUpDown.ReadOnly = true; this.pageSizeNumericUpDown.Size = new System.Drawing.Size(53, 19); this.pageSizeNumericUpDown.TabIndex = 2; this.pageSizeNumericUpDown.Value = new decimal(new int[] { 200, 0, 0, 0}); this.pageSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pageSizeNumericUpDown_ValueChanged); // // mainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(767, 460); this.Controls.Add(this.pageSizeNumericUpDown); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.mainMenuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mainMenuStrip; this.Name = "mainForm"; this.Text = "mp3 Collader"; mainToolStrip.ResumeLayout(false); mainToolStrip.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainDataGridView)).EndInit(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pageSizeNumericUpDown)).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() { System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCadDistribuicao)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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(); this.tbIncluir = new System.Windows.Forms.ToolStripButton(); this.tbAlterar = new System.Windows.Forms.ToolStripButton(); this.tbExcluir = new System.Windows.Forms.ToolStripButton(); this.tbAtualizar = new System.Windows.Forms.ToolStripButton(); this.tbImprimir = new System.Windows.Forms.ToolStripButton(); this.tbVoltar = new System.Windows.Forms.ToolStripButton(); this.rdbDesc = new System.Windows.Forms.RadioButton(); this.label10 = new System.Windows.Forms.Label(); this.cbxOrdenar = new System.Windows.Forms.ComboBox(); this.cbxPesquisar = new System.Windows.Forms.ComboBox(); this.panel3 = new System.Windows.Forms.Panel(); this.rdbCresc = new System.Windows.Forms.RadioButton(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.btnPesquisa = new System.Windows.Forms.Button(); this.txtConsulta = new System.Windows.Forms.MaskedTextBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dtgDistribuicao = new System.Windows.Forms.DataGridView(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DATA = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Responsavel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtResponsavel = new System.Windows.Forms.TextBox(); this.txtValorTotal = new System.Windows.Forms.TextBox(); this.btn01 = new System.Windows.Forms.Button(); this.btn02 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtCodigo = new System.Windows.Forms.TextBox(); this.txtData = new System.Windows.Forms.TextBox(); this.panel5 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.btnGerarRelatorio = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); this.label13 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgDistribuicao)).BeginInit(); this.groupBox1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.AutoSize = false; toolStrip1.BackColor = System.Drawing.Color.White; toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripMargin = new System.Windows.Forms.Padding(0); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbIncluir, this.tbAlterar, this.tbExcluir, this.tbAtualizar, this.tbImprimir, this.tbVoltar}); toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; toolStrip1.Location = new System.Drawing.Point(2, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Padding = new System.Windows.Forms.Padding(0); toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; toolStrip1.ShowItemToolTips = false; toolStrip1.Size = new System.Drawing.Size(69, 506); toolStrip1.TabIndex = 94; toolStrip1.Text = "toolStrip1"; // // tbIncluir // this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image"))); this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbIncluir.Name = "tbIncluir"; this.tbIncluir.Size = new System.Drawing.Size(68, 81); this.tbIncluir.Text = "Incluir"; this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbIncluir.ToolTipText = "Clique parar incluir um registro"; this.tbIncluir.Click += new System.EventHandler(this.tbIncluir_Click); // // tbAlterar // this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image"))); this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAlterar.Name = "tbAlterar"; this.tbAlterar.Size = new System.Drawing.Size(68, 81); this.tbAlterar.Text = "Alterar"; this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbAlterar.ToolTipText = "Clique para alterar um registro"; this.tbAlterar.Click += new System.EventHandler(this.tbAlterar_Click); // // tbExcluir // this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image"))); this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbExcluir.Name = "tbExcluir"; this.tbExcluir.Size = new System.Drawing.Size(68, 81); this.tbExcluir.Text = "Excluir"; this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbExcluir.ToolTipText = "Clique para excluir um registro"; this.tbExcluir.Click += new System.EventHandler(this.tbExcluir_Click); // // tbAtualizar // this.tbAtualizar.Image = ((System.Drawing.Image)(resources.GetObject("tbAtualizar.Image"))); this.tbAtualizar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbAtualizar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAtualizar.Name = "tbAtualizar"; this.tbAtualizar.Size = new System.Drawing.Size(68, 81); this.tbAtualizar.Text = "Atualizar"; this.tbAtualizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbAtualizar.ToolTipText = "Clique para Atualizar os registros"; this.tbAtualizar.Click += new System.EventHandler(this.tbAtualizar_Click); // // tbImprimir // this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image"))); this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbImprimir.Name = "tbImprimir"; this.tbImprimir.Size = new System.Drawing.Size(68, 81); this.tbImprimir.Text = "Imprimir"; this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbImprimir.ToolTipText = "Clique para imprimir "; this.tbImprimir.Click += new System.EventHandler(this.tbImprimir_Click); // // tbVoltar // this.tbVoltar.Image = ((System.Drawing.Image)(resources.GetObject("tbVoltar.Image"))); this.tbVoltar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbVoltar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbVoltar.Name = "tbVoltar"; this.tbVoltar.Size = new System.Drawing.Size(68, 81); this.tbVoltar.Text = "Voltar"; this.tbVoltar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbVoltar.ToolTipText = "Retornar a tela anterior"; // // rdbDesc // this.rdbDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rdbDesc.AutoSize = true; this.rdbDesc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbDesc.ForeColor = System.Drawing.Color.White; this.rdbDesc.Location = new System.Drawing.Point(846, 12); this.rdbDesc.Name = "rdbDesc"; this.rdbDesc.Size = new System.Drawing.Size(65, 17); this.rdbDesc.TabIndex = 6; this.rdbDesc.Text = "Z -> A"; this.rdbDesc.UseVisualStyleBackColor = true; this.rdbDesc.Click += new System.EventHandler(this.rdbDesc_CheckedChanged); // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Verdana", 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(5, 14); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(109, 13); this.label10.TabIndex = 0; this.label10.Text = "Pesquisar por..."; // // cbxOrdenar // this.cbxOrdenar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbxOrdenar.FormattingEnabled = true; this.cbxOrdenar.Items.AddRange(new object[] { "Registro", "Data", "Valor", "Responável"}); this.cbxOrdenar.Location = new System.Drawing.Point(627, 10); this.cbxOrdenar.Name = "cbxOrdenar"; this.cbxOrdenar.Size = new System.Drawing.Size(151, 21); this.cbxOrdenar.TabIndex = 1; this.cbxOrdenar.Click += new System.EventHandler(this.cbxOrdenar_SelectedIndexChanged); // // cbxPesquisar // this.cbxPesquisar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbxPesquisar.FormattingEnabled = true; this.cbxPesquisar.Items.AddRange(new object[] { "Todos os campos", "Por registro", "Por data", "Por total da Distribuição", "Por Responsável do registro"}); this.cbxPesquisar.Location = new System.Drawing.Point(337, 10); this.cbxPesquisar.Name = "cbxPesquisar"; this.cbxPesquisar.Size = new System.Drawing.Size(143, 21); this.cbxPesquisar.TabIndex = 1; this.cbxPesquisar.Click += new System.EventHandler(this.cbxPesquisar_SelectedIndexChanged); // // panel3 // this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel3.BackColor = System.Drawing.Color.DimGray; this.panel3.Controls.Add(this.rdbDesc); this.panel3.Controls.Add(this.label10); this.panel3.Controls.Add(this.rdbCresc); this.panel3.Controls.Add(this.cbxOrdenar); this.panel3.Controls.Add(this.label9); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.cbxPesquisar); this.panel3.Controls.Add(this.btnPesquisa); this.panel3.Controls.Add(this.txtConsulta); this.panel3.Location = new System.Drawing.Point(2, 102); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(913, 39); this.panel3.TabIndex = 115; // // rdbCresc // this.rdbCresc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rdbCresc.AutoSize = true; this.rdbCresc.Checked = true; this.rdbCresc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbCresc.ForeColor = System.Drawing.Color.White; this.rdbCresc.Location = new System.Drawing.Point(780, 12); this.rdbCresc.Name = "rdbCresc"; this.rdbCresc.Size = new System.Drawing.Size(65, 17); this.rdbCresc.TabIndex = 6; this.rdbCresc.TabStop = true; this.rdbCresc.Text = "A -> Z"; this.rdbCresc.UseVisualStyleBackColor = true; this.rdbCresc.Click += new System.EventHandler(this.rdbCresc_CheckedChanged); // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Verdana", 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(305, 14); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(27, 13); this.label9.TabIndex = 5; this.label9.Text = "em"; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Verdana", 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(564, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(60, 13); this.label8.TabIndex = 5; this.label8.Text = "Ordenar"; // // btnPesquisa // this.btnPesquisa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.btnPesquisa.BackgroundImage = global::Control_Manager_Plus.Properties.Resources.find; this.btnPesquisa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnPesquisa.Location = new System.Drawing.Point(497, 8); this.btnPesquisa.Name = "btnPesquisa"; this.btnPesquisa.Size = new System.Drawing.Size(64, 25); this.btnPesquisa.TabIndex = 4; this.btnPesquisa.UseVisualStyleBackColor = false; this.btnPesquisa.Click += new System.EventHandler(this.btnPesquisa_Click); // // txtConsulta // this.txtConsulta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtConsulta.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtConsulta.Location = new System.Drawing.Point(114, 9); this.txtConsulta.Name = "txtConsulta"; this.txtConsulta.Size = new System.Drawing.Size(185, 22); this.txtConsulta.TabIndex = 3; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(91, 93); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dtgDistribuicao); this.splitContainer1.Panel1.Controls.Add(this.panel3); this.splitContainer1.Panel1.Controls.Add(this.groupBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel5); this.splitContainer1.Panel2.Controls.Add(this.reportViewer1); this.splitContainer1.Panel2Collapsed = true; this.splitContainer1.Size = new System.Drawing.Size(918, 523); this.splitContainer1.SplitterDistance = 306; this.splitContainer1.TabIndex = 119; // // dtgDistribuicao // dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dtgDistribuicao.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.dtgDistribuicao.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.dtgDistribuicao.BackgroundColor = System.Drawing.Color.White; this.dtgDistribuicao.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dtgDistribuicao.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgDistribuicao.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.DATA, this.valor, this.Responsavel}); this.dtgDistribuicao.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dtgDistribuicao.Location = new System.Drawing.Point(3, 147); this.dtgDistribuicao.Name = "dtgDistribuicao"; this.dtgDistribuicao.ReadOnly = true; this.dtgDistribuicao.RowHeadersVisible = false; dataGridViewCellStyle8.BackColor = System.Drawing.Color.White; this.dtgDistribuicao.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dtgDistribuicao.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dtgDistribuicao.Size = new System.Drawing.Size(912, 376); this.dtgDistribuicao.TabIndex = 116; this.dtgDistribuicao.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgLojas_CellClick); // // ID // this.ID.DataPropertyName = "Dis_Id"; dataGridViewCellStyle6.Format = "000000"; dataGridViewCellStyle6.NullValue = null; this.ID.DefaultCellStyle = dataGridViewCellStyle6; this.ID.HeaderText = "Registro"; this.ID.Name = "ID"; this.ID.ReadOnly = true; // // DATA // this.DATA.DataPropertyName = "Dis_DataDefinida"; this.DATA.HeaderText = "Data"; this.DATA.Name = "DATA"; this.DATA.ReadOnly = true; // // valor // this.valor.DataPropertyName = "Dis_Total"; dataGridViewCellStyle7.Format = "C2"; dataGridViewCellStyle7.NullValue = null; this.valor.DefaultCellStyle = dataGridViewCellStyle7; this.valor.HeaderText = "Valor da Operação"; this.valor.Name = "valor"; this.valor.ReadOnly = true; // // Responsavel // this.Responsavel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Responsavel.DataPropertyName = "Dis_Operador"; this.Responsavel.FillWeight = 200F; this.Responsavel.HeaderText = "Responsável"; this.Responsavel.Name = "Responsavel"; this.Responsavel.ReadOnly = true; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtResponsavel); this.groupBox1.Controls.Add(this.txtValorTotal); this.groupBox1.Controls.Add(this.btn01); this.groupBox1.Controls.Add(this.btn02); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtCodigo); this.groupBox1.Controls.Add(this.txtData); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(2, -5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(913, 103); this.groupBox1.TabIndex = 112; this.groupBox1.TabStop = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(8, 55); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(37, 16); this.label6.TabIndex = 33; this.label6.Text = "Data"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(189, 54); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 16); this.label5.TabIndex = 32; this.label5.Text = "Responsável"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(91, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 16); this.label2.TabIndex = 31; this.label2.Text = "Valor Total"; // // txtResponsavel // this.txtResponsavel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtResponsavel.BackColor = System.Drawing.Color.LemonChiffon; this.txtResponsavel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtResponsavel.Enabled = false; this.txtResponsavel.Location = new System.Drawing.Point(192, 75); this.txtResponsavel.Name = "txtResponsavel"; this.txtResponsavel.Size = new System.Drawing.Size(166, 22); this.txtResponsavel.TabIndex = 30; // // txtValorTotal // this.txtValorTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtValorTotal.BackColor = System.Drawing.Color.LemonChiffon; this.txtValorTotal.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtValorTotal.Enabled = false; this.txtValorTotal.Location = new System.Drawing.Point(94, 29); this.txtValorTotal.Name = "txtValorTotal"; this.txtValorTotal.Size = new System.Drawing.Size(264, 22); this.txtValorTotal.TabIndex = 29; // // btn01 // this.btn01.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn01.Enabled = false; this.btn01.Location = new System.Drawing.Point(676, 26); this.btn01.Name = "btn01"; this.btn01.Size = new System.Drawing.Size(110, 59); this.btn01.TabIndex = 27; this.btn01.Text = "Salvar"; this.btn01.UseVisualStyleBackColor = true; this.btn01.Click += new System.EventHandler(this.btn01_Click); // // btn02 // this.btn02.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn02.Location = new System.Drawing.Point(792, 26); this.btn02.Name = "btn02"; this.btn02.Size = new System.Drawing.Size(110, 59); this.btn02.TabIndex = 27; this.btn02.Text = "Sair"; this.btn02.UseVisualStyleBackColor = true; this.btn02.Click += new System.EventHandler(this.btn02_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 16); this.label1.TabIndex = 6; this.label1.Text = "Codigo"; // // txtCodigo // this.txtCodigo.BackColor = System.Drawing.Color.LemonChiffon; this.txtCodigo.Enabled = false; this.txtCodigo.Location = new System.Drawing.Point(9, 30); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.Size = new System.Drawing.Size(79, 22); this.txtCodigo.TabIndex = 2; // // txtData // this.txtData.BackColor = System.Drawing.Color.LemonChiffon; this.txtData.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtData.Enabled = false; this.txtData.Location = new System.Drawing.Point(10, 74); this.txtData.Name = "txtData"; this.txtData.Size = new System.Drawing.Size(176, 22); this.txtData.TabIndex = 28; // // panel5 // this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.panel4); this.panel5.Controls.Add(this.btnGerarRelatorio); this.panel5.Controls.Add(this.label11); this.panel5.Controls.Add(this.label12); this.panel5.Controls.Add(this.comboBox1); this.panel5.Controls.Add(this.comboBox2); this.panel5.Location = new System.Drawing.Point(723, 3); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(0, 517); this.panel5.TabIndex = 121; // // panel4 // this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel4.BackColor = System.Drawing.Color.DimGray; this.panel4.Controls.Add(this.label3); this.panel4.Location = new System.Drawing.Point(0, 2); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(22, 39); this.panel4.TabIndex = 116; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(3, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(137, 36); this.label3.TabIndex = 96; this.label3.Text = "RELATÓRIO"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // btnGerarRelatorio // this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144); this.btnGerarRelatorio.Name = "btnGerarRelatorio"; this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49); this.btnGerarRelatorio.TabIndex = 120; this.btnGerarRelatorio.Text = "Gerar Relatório"; this.btnGerarRelatorio.UseVisualStyleBackColor = true; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(3, 45); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(113, 16); this.label11.TabIndex = 117; this.label11.Text = "Tipo de Relatório"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(3, 89); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(95, 16); this.label12.TabIndex = 119; this.label12.Text = "Definir produto"; // // 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.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox1.Location = new System.Drawing.Point(4, 64); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(16, 21); this.comboBox1.TabIndex = 2; // // comboBox2 // this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox2.Location = new System.Drawing.Point(4, 108); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(16, 21); this.comboBox2.TabIndex = 118; // // reportViewer1 // this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Produto.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(3, 3); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.Size = new System.Drawing.Size(715, 517); this.reportViewer1.TabIndex = 0; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(4, 6); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(572, 60); this.label13.TabIndex = 96; this.label13.Text = "CONTROLE DE DISTRIBUIÇÕES"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BackColor = System.Drawing.Color.DimGray; this.panel2.Controls.Add(this.label13); this.panel2.Location = new System.Drawing.Point(91, 12); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(912, 75); this.panel2.TabIndex = 117; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(toolStrip1); this.panel1.Location = new System.Drawing.Point(5, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(76, 604); this.panel1.TabIndex = 118; // // frmCadDistribuicao // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1014, 628); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "frmCadDistribuicao"; this.Text = "Controle de Distribuições"; this.Load += new System.EventHandler(this.frmCadDistribuicao_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtgDistribuicao)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.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() { System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.ToolStripLabel toolStripLabel1; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegQuality)); this.QualityBox = new System.Windows.Forms.ToolStripComboBox(); this.ProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.DropLabel = new System.Windows.Forms.Label(); this.Worker = new System.ComponentModel.BackgroundWorker(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip2 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); toolStrip2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel1, this.QualityBox}); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(158, 25); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(45, 22); toolStripLabel1.Text = "Quality"; // // QualityBox // this.QualityBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.QualityBox.Items.AddRange(new object[] { "0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95", "100"}); this.QualityBox.Name = "QualityBox"; this.QualityBox.Size = new System.Drawing.Size(75, 25); this.QualityBox.SelectedIndexChanged += new System.EventHandler(this.QualityBox_SelectedIndexChanged); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(toolStrip2); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.DropLabel); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(284, 65); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(284, 115); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // toolStrip2 // toolStrip2.AutoSize = false; toolStrip2.Dock = System.Windows.Forms.DockStyle.None; toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ProgressBar}); toolStrip2.Location = new System.Drawing.Point(0, 0); toolStrip2.Name = "toolStrip2"; toolStrip2.Size = new System.Drawing.Size(284, 25); toolStrip2.Stretch = true; toolStrip2.TabIndex = 0; // // ProgressBar // this.ProgressBar.AutoSize = false; this.ProgressBar.Name = "ProgressBar"; this.ProgressBar.Size = new System.Drawing.Size(280, 22); this.ProgressBar.Step = 1; // // DropLabel // this.DropLabel.AllowDrop = true; this.DropLabel.BackColor = System.Drawing.Color.LightSkyBlue; this.DropLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.DropLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.DropLabel.Location = new System.Drawing.Point(0, 0); this.DropLabel.Name = "DropLabel"; this.DropLabel.Size = new System.Drawing.Size(284, 65); this.DropLabel.TabIndex = 0; this.DropLabel.Text = "Drop JPEG files here to reduce their quality.\r\nA copy will be placed in the same " + "directory."; this.DropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.DropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragDrop); this.DropLabel.DragOver += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragOver); // // Worker // this.Worker.WorkerReportsProgress = true; this.Worker.WorkerSupportsCancellation = true; this.Worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ProcessImagesAsync); this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged); // // JpegQuality // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 115); this.Controls.Add(toolStripContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "JpegQuality"; this.Text = "JPEG Quality"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); toolStrip2.ResumeLayout(false); toolStrip2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip toolStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2)); this.printToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.showButton = new System.Windows.Forms.ToolStripButton(); this.optionsButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); toolStrip = new System.Windows.Forms.ToolStrip(); toolStrip.SuspendLayout(); this.SuspendLayout(); // // toolStrip // toolStrip.GripMargin = new System.Windows.Forms.Padding(0); toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.printToolStripButton, this.toolStripSeparator, this.showButton, this.optionsButton, this.toolStripSeparator1, this.toolStripButton1, this.toolStripButton2}); toolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; toolStrip.Location = new System.Drawing.Point(0, 0); toolStrip.Name = "toolStrip"; toolStrip.Size = new System.Drawing.Size(609, 25); toolStrip.TabIndex = 0; toolStrip.Text = "toolStrip1"; // // printToolStripButton // this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image"))); this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.printToolStripButton.Name = "printToolStripButton"; this.printToolStripButton.Size = new System.Drawing.Size(23, 22); this.printToolStripButton.Text = "&Print"; this.printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // showButton // this.showButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.showButton.Image = ((System.Drawing.Image)(resources.GetObject("showButton.Image"))); this.showButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.showButton.Name = "showButton"; this.showButton.Size = new System.Drawing.Size(23, 22); this.showButton.Text = "Show Answers"; this.showButton.Click += new System.EventHandler(this.showButton_Click); // // optionsButton // this.optionsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.optionsButton.Image = ((System.Drawing.Image)(resources.GetObject("optionsButton.Image"))); this.optionsButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.optionsButton.Name = "optionsButton"; this.optionsButton.Size = new System.Drawing.Size(23, 22); this.optionsButton.Text = "Change Puzzle Settings"; this.optionsButton.Click += new System.EventHandler(this.optionsButton_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // 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, 22); this.toolStripButton1.Text = "aboutButton"; this.toolStripButton1.Click += new System.EventHandler(this.aboutButton_Click); // // 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, 22); this.toolStripButton2.Text = "toolStripButton2"; // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(609, 662); this.Controls.Add(toolStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form2"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Word Search Generator - Puzzle View"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed); this.VisibleChanged += new System.EventHandler(this.Form2_VisibleChanged); toolStrip.ResumeLayout(false); toolStrip.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> void InitializeComponent() { components = new System.ComponentModel.Container(); var resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); ImageList = new System.Windows.Forms.ImageList(components); btnSavePath = new System.Windows.Forms.ToolStripButton(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); URL = new System.Windows.Forms.ToolStripTextBox(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); lbTask = new System.Windows.Forms.ToolStripLabel(); MaxDownloaders = new System.Windows.Forms.ToolStripComboBox(); FBD = new System.Windows.Forms.FolderBrowserDialog(); Tray = new System.Windows.Forms.NotifyIcon(components); Toolbar = new System.Windows.Forms.ToolStrip(); lbSplit = new System.Windows.Forms.ToolStripLabel(); MaxConnections = new System.Windows.Forms.ToolStripComboBox(); btnOption = new System.Windows.Forms.ToolStripDropDownButton(); miEditINI = new System.Windows.Forms.ToolStripMenuItem(); miTrace = new System.Windows.Forms.ToolStripMenuItem(); debug = new System.Windows.Forms.ToolStripMenuItem(); info = new System.Windows.Forms.ToolStripMenuItem(); notice = new System.Windows.Forms.ToolStripMenuItem(); warn = new System.Windows.Forms.ToolStripMenuItem(); error = new System.Windows.Forms.ToolStripMenuItem(); miLog = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); miProxy = new System.Windows.Forms.ToolStripMenuItem(); miConnection = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); miClipboard = new System.Windows.Forms.ToolStripMenuItem(); miParseOnly = new System.Windows.Forms.ToolStripMenuItem(); miCopyURL = new System.Windows.Forms.ToolStripMenuItem(); miRunDownloader = new System.Windows.Forms.ToolStripMenuItem(); miSeparator0 = new System.Windows.Forms.ToolStripSeparator(); miStayTop = new System.Windows.Forms.ToolStripMenuItem(); miLanguage = new System.Windows.Forms.ToolStripMenuItem(); miLangAuto = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); miLangChs = new System.Windows.Forms.ToolStripMenuItem(); miLangEn = new System.Windows.Forms.ToolStripMenuItem(); cmTaskList = new System.Windows.Forms.ContextMenuStrip(components); miOpen = new System.Windows.Forms.ToolStripMenuItem(); miOpenDir = new System.Windows.Forms.ToolStripMenuItem(); miSeparator1 = new System.Windows.Forms.ToolStripSeparator(); miMoveTop = new System.Windows.Forms.ToolStripMenuItem(); miMoveUp = new System.Windows.Forms.ToolStripMenuItem(); miMoveDown = new System.Windows.Forms.ToolStripMenuItem(); miMoveBottom = new System.Windows.Forms.ToolStripMenuItem(); miSeparator2 = new System.Windows.Forms.ToolStripSeparator(); miDelete = new System.Windows.Forms.ToolStripMenuItem(); miSeparator3 = new System.Windows.Forms.ToolStripSeparator(); miSelectAll = new System.Windows.Forms.ToolStripMenuItem(); OFD = new System.Windows.Forms.OpenFileDialog(); MainSplit = new System.Windows.Forms.SplitContainer(); TaskList = new KK.ListViewEX(); colURL = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colProgress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colSpeed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colETA = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); Memo = new System.Windows.Forms.RichTextBox(); miShutdown = new System.Windows.Forms.ToolStripMenuItem(); Toolbar.SuspendLayout(); cmTaskList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(MainSplit)).BeginInit(); MainSplit.Panel1.SuspendLayout(); MainSplit.Panel2.SuspendLayout(); MainSplit.SuspendLayout(); SuspendLayout(); // // ImageList // ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream"))); ImageList.TransparentColor = System.Drawing.Color.Magenta; ImageList.Images.SetKeyName(0, ""); ImageList.Images.SetKeyName(1, ""); // // btnSavePath // btnSavePath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(btnSavePath, "btnSavePath"); btnSavePath.Name = "btnSavePath"; btnSavePath.Click += btnSavePath_Click; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1"); // // URL // resources.ApplyResources(URL, "URL"); URL.Name = "URL"; URL.KeyDown += URL_KeyDown; URL.DoubleClick += URL_DoubleClick; URL.MouseEnter += URL_MouseEnter; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2"); // // lbTask // lbTask.Name = "lbTask"; resources.ApplyResources(lbTask, "lbTask"); // // MaxDownloaders // MaxDownloaders.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(MaxDownloaders, "MaxDownloaders"); MaxDownloaders.Items.AddRange(new object[] { resources.GetString("MaxDownloaders.Items"), resources.GetString("MaxDownloaders.Items1"), resources.GetString("MaxDownloaders.Items2"), resources.GetString("MaxDownloaders.Items3"), resources.GetString("MaxDownloaders.Items4"), resources.GetString("MaxDownloaders.Items5"), resources.GetString("MaxDownloaders.Items6"), resources.GetString("MaxDownloaders.Items7"), resources.GetString("MaxDownloaders.Items8")}); MaxDownloaders.Name = "MaxDownloaders"; MaxDownloaders.DropDownClosed += MaxDownloaders_DropDownClosed; MaxDownloaders.SelectedIndexChanged += MaxDownloaders_SelectedIndexChanged; // // FBD // resources.ApplyResources(FBD, "FBD"); // // Tray // Tray.MouseClick += Tray_MouseClick; // // Toolbar // resources.ApplyResources(Toolbar, "Toolbar"); Toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { btnSavePath, toolStripSeparator1, URL, toolStripSeparator2, lbTask, MaxDownloaders, lbSplit, MaxConnections, btnOption}); Toolbar.Name = "Toolbar"; Toolbar.ShowItemToolTips = false; Toolbar.MouseDoubleClick += Toolbar_MouseDoubleClick; // // lbSplit // lbSplit.Name = "lbSplit"; resources.ApplyResources(lbSplit, "lbSplit"); // // MaxConnections // MaxConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(MaxConnections, "MaxConnections"); MaxConnections.Items.AddRange(new object[] { resources.GetString("MaxConnections.Items"), resources.GetString("MaxConnections.Items1"), resources.GetString("MaxConnections.Items2"), resources.GetString("MaxConnections.Items3"), resources.GetString("MaxConnections.Items4"), resources.GetString("MaxConnections.Items5"), resources.GetString("MaxConnections.Items6"), resources.GetString("MaxConnections.Items7"), resources.GetString("MaxConnections.Items8")}); MaxConnections.Name = "MaxConnections"; MaxConnections.DropDownClosed += MaxDownloaders_DropDownClosed; MaxConnections.SelectedIndexChanged += MaxConnections_SelectedIndexChanged; // // btnOption // btnOption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; btnOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { miShutdown, miEditINI, miTrace, miLog, toolStripSeparator3, miProxy, miConnection, toolStripMenuItem2, miClipboard, miParseOnly, miSeparator0, miStayTop, miLanguage}); resources.ApplyResources(btnOption, "btnOption"); btnOption.Name = "btnOption"; // // miEditINI // miEditINI.Name = "miEditINI"; resources.ApplyResources(miEditINI, "miEditINI"); miEditINI.Click += miEditINI_Click; // // miTrace // miTrace.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { debug, info, notice, warn, error}); miTrace.Name = "miTrace"; resources.ApplyResources(miTrace, "miTrace"); miTrace.DropDownItemClicked += miTrace_DropDownItemClicked; miTrace.Click += miTrace_Click; // // debug // debug.Name = "debug"; resources.ApplyResources(debug, "debug"); // // info // info.Name = "info"; resources.ApplyResources(info, "info"); // // notice // notice.Name = "notice"; resources.ApplyResources(notice, "notice"); // // warn // warn.Name = "warn"; resources.ApplyResources(warn, "warn"); // // error // error.Name = "error"; resources.ApplyResources(error, "error"); // // miLog // miLog.Name = "miLog"; resources.ApplyResources(miLog, "miLog"); miLog.Click += miLog_Click; // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; resources.ApplyResources(toolStripSeparator3, "toolStripSeparator3"); // // miProxy // miProxy.Name = "miProxy"; resources.ApplyResources(miProxy, "miProxy"); miProxy.Click += miProxy_Click; // // miConnection // miConnection.Name = "miConnection"; resources.ApplyResources(miConnection, "miConnection"); miConnection.Click += miConnection_Click; // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; resources.ApplyResources(toolStripMenuItem2, "toolStripMenuItem2"); // // miClipboard // miClipboard.Name = "miClipboard"; resources.ApplyResources(miClipboard, "miClipboard"); miClipboard.Click += miClipboard_Click; // // miParseOnly // miParseOnly.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { miCopyURL, miRunDownloader}); miParseOnly.Name = "miParseOnly"; resources.ApplyResources(miParseOnly, "miParseOnly"); miParseOnly.DropDownItemClicked += miParseOnly_DropDownItemClicked; miParseOnly.Click += miParseOnly_Click; // // miCopyURL // miCopyURL.Name = "miCopyURL"; resources.ApplyResources(miCopyURL, "miCopyURL"); // // miRunDownloader // miRunDownloader.Name = "miRunDownloader"; resources.ApplyResources(miRunDownloader, "miRunDownloader"); // // miSeparator0 // miSeparator0.Name = "miSeparator0"; resources.ApplyResources(miSeparator0, "miSeparator0"); // // miStayTop // miStayTop.CheckOnClick = true; miStayTop.Name = "miStayTop"; resources.ApplyResources(miStayTop, "miStayTop"); miStayTop.CheckedChanged += miStayTop_CheckedChanged; // // miLanguage // miLanguage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { miLangAuto, toolStripMenuItem1, miLangChs, miLangEn}); miLanguage.Name = "miLanguage"; resources.ApplyResources(miLanguage, "miLanguage"); miLanguage.DropDownItemClicked += miLanguage_DropDownItemClicked; // // miLangAuto // miLangAuto.Name = "miLangAuto"; resources.ApplyResources(miLangAuto, "miLangAuto"); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; resources.ApplyResources(toolStripMenuItem1, "toolStripMenuItem1"); // // miLangChs // miLangChs.Name = "miLangChs"; resources.ApplyResources(miLangChs, "miLangChs"); // // miLangEn // miLangEn.Name = "miLangEn"; resources.ApplyResources(miLangEn, "miLangEn"); // // cmTaskList // resources.ApplyResources(cmTaskList, "cmTaskList"); cmTaskList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { miOpen, miOpenDir, miSeparator1, miMoveTop, miMoveUp, miMoveDown, miMoveBottom, miSeparator2, miDelete, miSeparator3, miSelectAll}); cmTaskList.Name = "cmTaskList"; cmTaskList.Opening += cmTaskList_Opening; // // miOpen // miOpen.Name = "miOpen"; resources.ApplyResources(miOpen, "miOpen"); miOpen.Click += miOpen_Click; // // miOpenDir // miOpenDir.Name = "miOpenDir"; resources.ApplyResources(miOpenDir, "miOpenDir"); miOpenDir.Click += miOpenDir_Click; // // miSeparator1 // miSeparator1.Name = "miSeparator1"; resources.ApplyResources(miSeparator1, "miSeparator1"); // // miMoveTop // miMoveTop.Name = "miMoveTop"; resources.ApplyResources(miMoveTop, "miMoveTop"); miMoveTop.Click += miMoveTop_Click; // // miMoveUp // miMoveUp.Name = "miMoveUp"; resources.ApplyResources(miMoveUp, "miMoveUp"); miMoveUp.Click += miMoveUp_Click; // // miMoveDown // miMoveDown.Name = "miMoveDown"; resources.ApplyResources(miMoveDown, "miMoveDown"); miMoveDown.Click += miMoveDown_Click; // // miMoveBottom // miMoveBottom.Name = "miMoveBottom"; resources.ApplyResources(miMoveBottom, "miMoveBottom"); miMoveBottom.Click += miMoveBottom_Click; // // miSeparator2 // miSeparator2.Name = "miSeparator2"; resources.ApplyResources(miSeparator2, "miSeparator2"); // // miDelete // miDelete.Name = "miDelete"; resources.ApplyResources(miDelete, "miDelete"); miDelete.Click += miDelete_Click; // // miSeparator3 // miSeparator3.Name = "miSeparator3"; resources.ApplyResources(miSeparator3, "miSeparator3"); // // miSelectAll // miSelectAll.Name = "miSelectAll"; resources.ApplyResources(miSelectAll, "miSelectAll"); miSelectAll.Click += miSelectAll_Click; // // OFD // resources.ApplyResources(OFD, "OFD"); OFD.SupportMultiDottedExtensions = true; // // MainSplit // resources.ApplyResources(MainSplit, "MainSplit"); MainSplit.Name = "MainSplit"; // // MainSplit.Panel1 // MainSplit.Panel1.Controls.Add(TaskList); // // MainSplit.Panel2 // MainSplit.Panel2.Controls.Add(Memo); MainSplit.TabStop = false; MainSplit.SplitterMoved += MainSplit_SplitterMoved; // // TaskList // TaskList.AllowColumnReorder = true; TaskList.AllowDrop = true; TaskList.BorderStyle = System.Windows.Forms.BorderStyle.None; TaskList.Columns.AddRange(new [] { colURL, colName, colSize, colProgress, colSpeed, colETA}); TaskList.ContextMenuStrip = cmTaskList; resources.ApplyResources(TaskList, "TaskList"); TaskList.FullRowSelect = true; TaskList.Name = "TaskList"; TaskList.OwnerDraw = true; TaskList.ShowItemToolTips = true; TaskList.SmallImageList = ImageList; TaskList.UseCompatibleStateImageBehavior = false; TaskList.View = System.Windows.Forms.View.Details; TaskList.ColumnClick += TaskList_ColumnClick; TaskList.DragDrop += TaskList_DragDrop; TaskList.DragEnter += TaskList_DragEnter; TaskList.DoubleClick += TaskList_DoubleClick; TaskList.KeyDown += TaskList_KeyDown; TaskList.MouseEnter += MaxDownloaders_DropDownClosed; // // colURL // resources.ApplyResources(colURL, "colURL"); // // colName // resources.ApplyResources(colName, "colName"); // // colSize // resources.ApplyResources(colSize, "colSize"); // // colProgress // resources.ApplyResources(colProgress, "colProgress"); // // colSpeed // resources.ApplyResources(colSpeed, "colSpeed"); // // colETA // resources.ApplyResources(colETA, "colETA"); // // Memo // Memo.BorderStyle = System.Windows.Forms.BorderStyle.None; resources.ApplyResources(Memo, "Memo"); Memo.Name = "Memo"; Memo.ReadOnly = true; Memo.LinkClicked += Memo_LinkClicked; Memo.DoubleClick += Memo_DoubleClick; // // miShutdown // miShutdown.CheckOnClick = true; miShutdown.Name = "miShutdown"; resources.ApplyResources(miShutdown, "miShutdown"); // // MainForm // resources.ApplyResources(this, "$this"); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; Controls.Add(MainSplit); Controls.Add(Toolbar); Name = "MainForm"; FormClosing += MainForm_FormClosing; Shown += MainForm_Shown; Toolbar.ResumeLayout(false); Toolbar.PerformLayout(); cmTaskList.ResumeLayout(false); MainSplit.Panel1.ResumeLayout(false); MainSplit.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(MainSplit)).EndInit(); MainSplit.ResumeLayout(false); ResumeLayout(false); PerformLayout(); }
/// <summary> /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripMenuItem createNewDMToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectExplorerControl)); System.Windows.Forms.ToolStrip toolStrip1; this.toolStripButtonSortByType = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonSortByName = new System.Windows.Forms.ToolStripButton(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.compileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.treeView1 = new Ecell.IDE.Plugins.ProjectExplorer.MultiSelectTreeView(); this.contextMenuStripDM = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.propertyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteDMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripDMCollection = new System.Windows.Forms.ContextMenuStrip(this.components); this.importDMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.compileAllDMsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripModel = new System.Windows.Forms.ContextMenuStrip(this.components); this.exportModelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportModelSBMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stepperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripLog = new System.Windows.Forms.ContextMenuStrip(this.components); this.plotGraphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuSimulationSetCollection = new System.Windows.Forms.ContextMenuStrip(this.components); this.addSimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importSimParamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripSimulationSet = new System.Windows.Forms.ContextMenuStrip(this.components); this.copySimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportSimParamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteSimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.configureSimulationSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.contextMenuStripProject = new System.Windows.Forms.ContextMenuStrip(this.components); this.projectSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createNewRevisionOnProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.zipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripRevisions = new System.Windows.Forms.ContextMenuStrip(this.components); this.createNewRevisionMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripRevision = new System.Windows.Forms.ContextMenuStrip(this.components); this.loadRevisionMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportRevisionZipMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripStepper = new System.Windows.Forms.ContextMenuStrip(this.components); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripJobGroup = new System.Windows.Forms.ContextMenuStrip(this.components); this.viewResultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.deleteJobGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_openFileDialog = new System.Windows.Forms.OpenFileDialog(); createNewDMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); this.contextMenuStripDM.SuspendLayout(); this.contextMenuStripDMCollection.SuspendLayout(); this.contextMenuStripModel.SuspendLayout(); this.contextMenuStripLog.SuspendLayout(); this.contextMenuSimulationSetCollection.SuspendLayout(); this.contextMenuStripSimulationSet.SuspendLayout(); this.contextMenuStripProject.SuspendLayout(); this.contextMenuStripRevisions.SuspendLayout(); this.contextMenuStripRevision.SuspendLayout(); this.contextMenuStripStepper.SuspendLayout(); this.contextMenuStripJobGroup.SuspendLayout(); this.SuspendLayout(); // // createNewDMToolStripMenuItem // createNewDMToolStripMenuItem.AccessibleDescription = null; createNewDMToolStripMenuItem.AccessibleName = null; resources.ApplyResources(createNewDMToolStripMenuItem, "createNewDMToolStripMenuItem"); createNewDMToolStripMenuItem.BackgroundImage = null; createNewDMToolStripMenuItem.Name = "createNewDMToolStripMenuItem"; createNewDMToolStripMenuItem.ShortcutKeyDisplayString = null; createNewDMToolStripMenuItem.Click += new System.EventHandler(this.TreeViewNewDm); // // toolStrip1 // toolStrip1.AccessibleDescription = null; toolStrip1.AccessibleName = null; resources.ApplyResources(toolStrip1, "toolStrip1"); toolStrip1.BackgroundImage = null; toolStrip1.Font = null; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButtonSortByType, this.toolStripButtonSortByName}); toolStrip1.Name = "toolStrip1"; toolStrip1.Stretch = true; // // toolStripButtonSortByType // this.toolStripButtonSortByType.AccessibleDescription = null; this.toolStripButtonSortByType.AccessibleName = null; resources.ApplyResources(this.toolStripButtonSortByType, "toolStripButtonSortByType"); this.toolStripButtonSortByType.BackgroundImage = null; this.toolStripButtonSortByType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonSortByType.Image = global::Ecell.IDE.Plugins.ProjectExplorer.Resources.SortByType; this.toolStripButtonSortByType.Name = "toolStripButtonSortByType"; this.toolStripButtonSortByType.Click += new System.EventHandler(this.TreeViewSortByType); // // toolStripButtonSortByName // this.toolStripButtonSortByName.AccessibleDescription = null; this.toolStripButtonSortByName.AccessibleName = null; resources.ApplyResources(this.toolStripButtonSortByName, "toolStripButtonSortByName"); this.toolStripButtonSortByName.BackgroundImage = null; this.toolStripButtonSortByName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonSortByName.Image = global::Ecell.IDE.Plugins.ProjectExplorer.Resources.SortByName; this.toolStripButtonSortByName.Name = "toolStripButtonSortByName"; this.toolStripButtonSortByName.Click += new System.EventHandler(this.TreeViewSortByName); // // editToolStripMenuItem // this.editToolStripMenuItem.AccessibleDescription = null; this.editToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem"); this.editToolStripMenuItem.BackgroundImage = null; this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.ShortcutKeyDisplayString = null; this.editToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDMDisplay); // // compileToolStripMenuItem // this.compileToolStripMenuItem.AccessibleDescription = null; this.compileToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.compileToolStripMenuItem, "compileToolStripMenuItem"); this.compileToolStripMenuItem.BackgroundImage = null; this.compileToolStripMenuItem.Name = "compileToolStripMenuItem"; this.compileToolStripMenuItem.ShortcutKeyDisplayString = null; this.compileToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCompile); // // treeView1 // this.treeView1.AccessibleDescription = null; this.treeView1.AccessibleName = null; this.treeView1.AllowDrop = true; resources.ApplyResources(this.treeView1, "treeView1"); this.treeView1.BackgroundImage = null; this.treeView1.Environment = null; this.treeView1.Font = null; this.treeView1.HideSelection = false; this.treeView1.Name = "treeView1"; this.treeView1.TabStop = false; this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.NodeDoubleClick); this.treeView1.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeViewBeforeExpand); this.treeView1.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeViewBeforeCollapse); this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.TreeViewDragDrop); this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.TreeViewDragEnter); this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.NodeMouseClick); this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.TreeViewItemDrag); // // contextMenuStripDM // this.contextMenuStripDM.AccessibleDescription = null; this.contextMenuStripDM.AccessibleName = null; resources.ApplyResources(this.contextMenuStripDM, "contextMenuStripDM"); this.contextMenuStripDM.BackgroundImage = null; this.contextMenuStripDM.Font = null; this.contextMenuStripDM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.compileToolStripMenuItem, this.editToolStripMenuItem, this.toolStripSeparator5, this.propertyToolStripMenuItem, this.deleteDMToolStripMenuItem}); this.contextMenuStripDM.Name = "contextMenuStripDM"; this.contextMenuStripDM.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripDM_Opening); // // toolStripSeparator5 // this.toolStripSeparator5.AccessibleDescription = null; this.toolStripSeparator5.AccessibleName = null; resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5"); this.toolStripSeparator5.Name = "toolStripSeparator5"; // // propertyToolStripMenuItem // this.propertyToolStripMenuItem.AccessibleDescription = null; this.propertyToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.propertyToolStripMenuItem, "propertyToolStripMenuItem"); this.propertyToolStripMenuItem.BackgroundImage = null; this.propertyToolStripMenuItem.Name = "propertyToolStripMenuItem"; this.propertyToolStripMenuItem.ShortcutKeyDisplayString = null; this.propertyToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDMProperty); // // deleteDMToolStripMenuItem // this.deleteDMToolStripMenuItem.AccessibleDescription = null; this.deleteDMToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.deleteDMToolStripMenuItem, "deleteDMToolStripMenuItem"); this.deleteDMToolStripMenuItem.BackgroundImage = null; this.deleteDMToolStripMenuItem.Name = "deleteDMToolStripMenuItem"; this.deleteDMToolStripMenuItem.ShortcutKeyDisplayString = null; this.deleteDMToolStripMenuItem.Click += new System.EventHandler(this.TreeView_DeleteDM); // // contextMenuStripDMCollection // this.contextMenuStripDMCollection.AccessibleDescription = null; this.contextMenuStripDMCollection.AccessibleName = null; resources.ApplyResources(this.contextMenuStripDMCollection, "contextMenuStripDMCollection"); this.contextMenuStripDMCollection.BackgroundImage = null; this.contextMenuStripDMCollection.Font = null; this.contextMenuStripDMCollection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { createNewDMToolStripMenuItem, this.importDMToolStripMenuItem, this.compileAllDMsToolStripMenuItem}); this.contextMenuStripDMCollection.Name = "contextMenuStripDMCollection"; this.contextMenuStripDMCollection.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripDMCollection_Opening); // // importDMToolStripMenuItem // this.importDMToolStripMenuItem.AccessibleDescription = null; this.importDMToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.importDMToolStripMenuItem, "importDMToolStripMenuItem"); this.importDMToolStripMenuItem.BackgroundImage = null; this.importDMToolStripMenuItem.Name = "importDMToolStripMenuItem"; this.importDMToolStripMenuItem.ShortcutKeyDisplayString = null; this.importDMToolStripMenuItem.Click += new System.EventHandler(this.TreeViewImportDM); // // compileAllDMsToolStripMenuItem // this.compileAllDMsToolStripMenuItem.AccessibleDescription = null; this.compileAllDMsToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.compileAllDMsToolStripMenuItem, "compileAllDMsToolStripMenuItem"); this.compileAllDMsToolStripMenuItem.BackgroundImage = null; this.compileAllDMsToolStripMenuItem.Name = "compileAllDMsToolStripMenuItem"; this.compileAllDMsToolStripMenuItem.ShortcutKeyDisplayString = null; this.compileAllDMsToolStripMenuItem.Click += new System.EventHandler(this.compileAllDMsToolStripMenuItem_Click); // // contextMenuStripModel // this.contextMenuStripModel.AccessibleDescription = null; this.contextMenuStripModel.AccessibleName = null; resources.ApplyResources(this.contextMenuStripModel, "contextMenuStripModel"); this.contextMenuStripModel.BackgroundImage = null; this.contextMenuStripModel.Font = null; this.contextMenuStripModel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exportModelToolStripMenuItem, this.exportModelSBMLToolStripMenuItem, this.toolStripSeparator4, this.addToolStripMenuItem}); this.contextMenuStripModel.Name = "contextMenuStripModel"; this.contextMenuStripModel.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripModel_Opening); // // exportModelToolStripMenuItem // this.exportModelToolStripMenuItem.AccessibleDescription = null; this.exportModelToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.exportModelToolStripMenuItem, "exportModelToolStripMenuItem"); this.exportModelToolStripMenuItem.BackgroundImage = null; this.exportModelToolStripMenuItem.Name = "exportModelToolStripMenuItem"; this.exportModelToolStripMenuItem.ShortcutKeyDisplayString = null; this.exportModelToolStripMenuItem.Click += new System.EventHandler(this.TreeViewExportModel); // // exportModelSBMLToolStripMenuItem // this.exportModelSBMLToolStripMenuItem.AccessibleDescription = null; this.exportModelSBMLToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.exportModelSBMLToolStripMenuItem, "exportModelSBMLToolStripMenuItem"); this.exportModelSBMLToolStripMenuItem.BackgroundImage = null; this.exportModelSBMLToolStripMenuItem.Name = "exportModelSBMLToolStripMenuItem"; this.exportModelSBMLToolStripMenuItem.ShortcutKeyDisplayString = null; this.exportModelSBMLToolStripMenuItem.Click += new System.EventHandler(this.TreeViewExportModel2SBML); // // toolStripSeparator4 // this.toolStripSeparator4.AccessibleDescription = null; this.toolStripSeparator4.AccessibleName = null; resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4"); this.toolStripSeparator4.Name = "toolStripSeparator4"; // // addToolStripMenuItem // this.addToolStripMenuItem.AccessibleDescription = null; this.addToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.addToolStripMenuItem, "addToolStripMenuItem"); this.addToolStripMenuItem.BackgroundImage = null; this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.stepperToolStripMenuItem}); this.addToolStripMenuItem.Name = "addToolStripMenuItem"; this.addToolStripMenuItem.ShortcutKeyDisplayString = null; // // stepperToolStripMenuItem // this.stepperToolStripMenuItem.AccessibleDescription = null; this.stepperToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.stepperToolStripMenuItem, "stepperToolStripMenuItem"); this.stepperToolStripMenuItem.BackgroundImage = null; this.stepperToolStripMenuItem.Name = "stepperToolStripMenuItem"; this.stepperToolStripMenuItem.ShortcutKeyDisplayString = null; this.stepperToolStripMenuItem.Click += new System.EventHandler(this.TreeViewAddStepper); // // contextMenuStripLog // this.contextMenuStripLog.AccessibleDescription = null; this.contextMenuStripLog.AccessibleName = null; resources.ApplyResources(this.contextMenuStripLog, "contextMenuStripLog"); this.contextMenuStripLog.BackgroundImage = null; this.contextMenuStripLog.Font = null; this.contextMenuStripLog.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.plotGraphToolStripMenuItem, this.editLogToolStripMenuItem, this.toolStripSeparator2, this.exportToolStripMenuItem}); this.contextMenuStripLog.Name = "contextMenuStripLog"; // // plotGraphToolStripMenuItem // this.plotGraphToolStripMenuItem.AccessibleDescription = null; this.plotGraphToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.plotGraphToolStripMenuItem, "plotGraphToolStripMenuItem"); this.plotGraphToolStripMenuItem.BackgroundImage = null; this.plotGraphToolStripMenuItem.Name = "plotGraphToolStripMenuItem"; this.plotGraphToolStripMenuItem.ShortcutKeyDisplayString = null; this.plotGraphToolStripMenuItem.Click += new System.EventHandler(this.TreeViewShowLogOnGraph); // // editLogToolStripMenuItem // this.editLogToolStripMenuItem.AccessibleDescription = null; this.editLogToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.editLogToolStripMenuItem, "editLogToolStripMenuItem"); this.editLogToolStripMenuItem.BackgroundImage = null; this.editLogToolStripMenuItem.Name = "editLogToolStripMenuItem"; this.editLogToolStripMenuItem.ShortcutKeyDisplayString = null; this.editLogToolStripMenuItem.Click += new System.EventHandler(this.TreeViewLogDisplayWithApp); // // toolStripSeparator2 // this.toolStripSeparator2.AccessibleDescription = null; this.toolStripSeparator2.AccessibleName = null; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); this.toolStripSeparator2.Name = "toolStripSeparator2"; // // exportToolStripMenuItem // this.exportToolStripMenuItem.AccessibleDescription = null; this.exportToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem"); this.exportToolStripMenuItem.BackgroundImage = null; this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; this.exportToolStripMenuItem.ShortcutKeyDisplayString = null; this.exportToolStripMenuItem.Click += new System.EventHandler(this.TreeViewExportLog); // // contextMenuSimulationSetCollection // this.contextMenuSimulationSetCollection.AccessibleDescription = null; this.contextMenuSimulationSetCollection.AccessibleName = null; resources.ApplyResources(this.contextMenuSimulationSetCollection, "contextMenuSimulationSetCollection"); this.contextMenuSimulationSetCollection.BackgroundImage = null; this.contextMenuSimulationSetCollection.Font = null; this.contextMenuSimulationSetCollection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addSimulationSetToolStripMenuItem, this.importSimParamToolStripMenuItem}); this.contextMenuSimulationSetCollection.Name = "contextMenuSimulationSetCollection"; this.contextMenuSimulationSetCollection.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuSimulationSetCollection_Opening); // // addSimulationSetToolStripMenuItem // this.addSimulationSetToolStripMenuItem.AccessibleDescription = null; this.addSimulationSetToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.addSimulationSetToolStripMenuItem, "addSimulationSetToolStripMenuItem"); this.addSimulationSetToolStripMenuItem.BackgroundImage = null; this.addSimulationSetToolStripMenuItem.Name = "addSimulationSetToolStripMenuItem"; this.addSimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null; this.addSimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewAddSimulationSet); // // importSimParamToolStripMenuItem // this.importSimParamToolStripMenuItem.AccessibleDescription = null; this.importSimParamToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.importSimParamToolStripMenuItem, "importSimParamToolStripMenuItem"); this.importSimParamToolStripMenuItem.BackgroundImage = null; this.importSimParamToolStripMenuItem.Name = "importSimParamToolStripMenuItem"; this.importSimParamToolStripMenuItem.ShortcutKeyDisplayString = null; this.importSimParamToolStripMenuItem.Click += new System.EventHandler(this.TreeView_ImportSimulationParameter); // // contextMenuStripSimulationSet // this.contextMenuStripSimulationSet.AccessibleDescription = null; this.contextMenuStripSimulationSet.AccessibleName = null; resources.ApplyResources(this.contextMenuStripSimulationSet, "contextMenuStripSimulationSet"); this.contextMenuStripSimulationSet.BackgroundImage = null; this.contextMenuStripSimulationSet.Font = null; this.contextMenuStripSimulationSet.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.copySimulationSetToolStripMenuItem, this.exportSimParamToolStripMenuItem, this.deleteSimulationSetToolStripMenuItem, this.toolStripSeparator3, this.configureSimulationSetToolStripMenuItem}); this.contextMenuStripSimulationSet.Name = "contextMenuStripSimulationSet"; this.contextMenuStripSimulationSet.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripSimulationSet_Opening); // // copySimulationSetToolStripMenuItem // this.copySimulationSetToolStripMenuItem.AccessibleDescription = null; this.copySimulationSetToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.copySimulationSetToolStripMenuItem, "copySimulationSetToolStripMenuItem"); this.copySimulationSetToolStripMenuItem.BackgroundImage = null; this.copySimulationSetToolStripMenuItem.Name = "copySimulationSetToolStripMenuItem"; this.copySimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null; this.copySimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCopySimulationSet); // // exportSimParamToolStripMenuItem // this.exportSimParamToolStripMenuItem.AccessibleDescription = null; this.exportSimParamToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.exportSimParamToolStripMenuItem, "exportSimParamToolStripMenuItem"); this.exportSimParamToolStripMenuItem.BackgroundImage = null; this.exportSimParamToolStripMenuItem.Name = "exportSimParamToolStripMenuItem"; this.exportSimParamToolStripMenuItem.ShortcutKeyDisplayString = null; this.exportSimParamToolStripMenuItem.Click += new System.EventHandler(this.TreeView_ExportSimulationParameter); // // deleteSimulationSetToolStripMenuItem // this.deleteSimulationSetToolStripMenuItem.AccessibleDescription = null; this.deleteSimulationSetToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.deleteSimulationSetToolStripMenuItem, "deleteSimulationSetToolStripMenuItem"); this.deleteSimulationSetToolStripMenuItem.BackgroundImage = null; this.deleteSimulationSetToolStripMenuItem.Name = "deleteSimulationSetToolStripMenuItem"; this.deleteSimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null; this.deleteSimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDeleteSimulationSet); // // toolStripSeparator3 // this.toolStripSeparator3.AccessibleDescription = null; this.toolStripSeparator3.AccessibleName = null; resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); this.toolStripSeparator3.Name = "toolStripSeparator3"; // // configureSimulationSetToolStripMenuItem // this.configureSimulationSetToolStripMenuItem.AccessibleDescription = null; this.configureSimulationSetToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.configureSimulationSetToolStripMenuItem, "configureSimulationSetToolStripMenuItem"); this.configureSimulationSetToolStripMenuItem.BackgroundImage = null; this.configureSimulationSetToolStripMenuItem.Name = "configureSimulationSetToolStripMenuItem"; this.configureSimulationSetToolStripMenuItem.ShortcutKeyDisplayString = null; this.configureSimulationSetToolStripMenuItem.Click += new System.EventHandler(this.TreeViewConfigureSimulationSet); // // m_saveFileDialog // resources.ApplyResources(this.m_saveFileDialog, "m_saveFileDialog"); // // contextMenuStripProject // this.contextMenuStripProject.AccessibleDescription = null; this.contextMenuStripProject.AccessibleName = null; resources.ApplyResources(this.contextMenuStripProject, "contextMenuStripProject"); this.contextMenuStripProject.BackgroundImage = null; this.contextMenuStripProject.Font = null; this.contextMenuStripProject.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.projectSettingsToolStripMenuItem, this.createNewRevisionOnProjectToolStripMenuItem, this.zipToolStripMenuItem, this.toolStripSeparator1, this.closeToolStripMenuItem}); this.contextMenuStripProject.Name = "contextMenuStripProject"; // // projectSettingsToolStripMenuItem // this.projectSettingsToolStripMenuItem.AccessibleDescription = null; this.projectSettingsToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.projectSettingsToolStripMenuItem, "projectSettingsToolStripMenuItem"); this.projectSettingsToolStripMenuItem.BackgroundImage = null; this.projectSettingsToolStripMenuItem.Name = "projectSettingsToolStripMenuItem"; this.projectSettingsToolStripMenuItem.ShortcutKeyDisplayString = null; this.projectSettingsToolStripMenuItem.Click += new System.EventHandler(this.TreeViewSetProject); // // createNewRevisionOnProjectToolStripMenuItem // this.createNewRevisionOnProjectToolStripMenuItem.AccessibleDescription = null; this.createNewRevisionOnProjectToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.createNewRevisionOnProjectToolStripMenuItem, "createNewRevisionOnProjectToolStripMenuItem"); this.createNewRevisionOnProjectToolStripMenuItem.BackgroundImage = null; this.createNewRevisionOnProjectToolStripMenuItem.Name = "createNewRevisionOnProjectToolStripMenuItem"; this.createNewRevisionOnProjectToolStripMenuItem.ShortcutKeyDisplayString = null; this.createNewRevisionOnProjectToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCreateNewRevision); // // zipToolStripMenuItem // this.zipToolStripMenuItem.AccessibleDescription = null; this.zipToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.zipToolStripMenuItem, "zipToolStripMenuItem"); this.zipToolStripMenuItem.BackgroundImage = null; this.zipToolStripMenuItem.Name = "zipToolStripMenuItem"; this.zipToolStripMenuItem.ShortcutKeyDisplayString = null; this.zipToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCompressZip); // // toolStripSeparator1 // this.toolStripSeparator1.AccessibleDescription = null; this.toolStripSeparator1.AccessibleName = null; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); this.toolStripSeparator1.Name = "toolStripSeparator1"; // // closeToolStripMenuItem // this.closeToolStripMenuItem.AccessibleDescription = null; this.closeToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); this.closeToolStripMenuItem.BackgroundImage = null; this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.ShortcutKeyDisplayString = null; this.closeToolStripMenuItem.Click += new System.EventHandler(this.TreeViewCloseProject); // // contextMenuStripRevisions // this.contextMenuStripRevisions.AccessibleDescription = null; this.contextMenuStripRevisions.AccessibleName = null; resources.ApplyResources(this.contextMenuStripRevisions, "contextMenuStripRevisions"); this.contextMenuStripRevisions.BackgroundImage = null; this.contextMenuStripRevisions.Font = null; this.contextMenuStripRevisions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.createNewRevisionMenuItem}); this.contextMenuStripRevisions.Name = "contextMenuStripModel"; // // createNewRevisionMenuItem // this.createNewRevisionMenuItem.AccessibleDescription = null; this.createNewRevisionMenuItem.AccessibleName = null; resources.ApplyResources(this.createNewRevisionMenuItem, "createNewRevisionMenuItem"); this.createNewRevisionMenuItem.BackgroundImage = null; this.createNewRevisionMenuItem.Name = "createNewRevisionMenuItem"; this.createNewRevisionMenuItem.ShortcutKeyDisplayString = null; this.createNewRevisionMenuItem.Click += new System.EventHandler(this.TreeViewCreateNewRevision); // // contextMenuStripRevision // this.contextMenuStripRevision.AccessibleDescription = null; this.contextMenuStripRevision.AccessibleName = null; resources.ApplyResources(this.contextMenuStripRevision, "contextMenuStripRevision"); this.contextMenuStripRevision.BackgroundImage = null; this.contextMenuStripRevision.Font = null; this.contextMenuStripRevision.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadRevisionMenuItem, this.exportRevisionZipMenuItem}); this.contextMenuStripRevision.Name = "contextMenuStripModel"; this.contextMenuStripRevision.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripRevision_Opening); // // loadRevisionMenuItem // this.loadRevisionMenuItem.AccessibleDescription = null; this.loadRevisionMenuItem.AccessibleName = null; resources.ApplyResources(this.loadRevisionMenuItem, "loadRevisionMenuItem"); this.loadRevisionMenuItem.BackgroundImage = null; this.loadRevisionMenuItem.Name = "loadRevisionMenuItem"; this.loadRevisionMenuItem.ShortcutKeyDisplayString = null; this.loadRevisionMenuItem.Click += new System.EventHandler(this.TreeViewLoadRevision); // // exportRevisionZipMenuItem // this.exportRevisionZipMenuItem.AccessibleDescription = null; this.exportRevisionZipMenuItem.AccessibleName = null; resources.ApplyResources(this.exportRevisionZipMenuItem, "exportRevisionZipMenuItem"); this.exportRevisionZipMenuItem.BackgroundImage = null; this.exportRevisionZipMenuItem.Name = "exportRevisionZipMenuItem"; this.exportRevisionZipMenuItem.ShortcutKeyDisplayString = null; this.exportRevisionZipMenuItem.Click += new System.EventHandler(this.TreeViewExportRevisionToZip); // // contextMenuStripStepper // this.contextMenuStripStepper.AccessibleDescription = null; this.contextMenuStripStepper.AccessibleName = null; resources.ApplyResources(this.contextMenuStripStepper, "contextMenuStripStepper"); this.contextMenuStripStepper.BackgroundImage = null; this.contextMenuStripStepper.Font = null; this.contextMenuStripStepper.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deleteToolStripMenuItem}); this.contextMenuStripStepper.Name = "contextMenuStripStepper"; // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.AccessibleDescription = null; this.deleteToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem"); this.deleteToolStripMenuItem.BackgroundImage = null; this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.ShortcutKeyDisplayString = null; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.TreeViewDeleteStepper); // // contextMenuStripJobGroup // this.contextMenuStripJobGroup.AccessibleDescription = null; this.contextMenuStripJobGroup.AccessibleName = null; resources.ApplyResources(this.contextMenuStripJobGroup, "contextMenuStripJobGroup"); this.contextMenuStripJobGroup.BackgroundImage = null; this.contextMenuStripJobGroup.Font = null; this.contextMenuStripJobGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.viewResultToolStripMenuItem, this.toolStripSeparator6, this.deleteJobGroupToolStripMenuItem}); this.contextMenuStripJobGroup.Name = "contextMenuStripJobGroup"; // // viewResultToolStripMenuItem // this.viewResultToolStripMenuItem.AccessibleDescription = null; this.viewResultToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.viewResultToolStripMenuItem, "viewResultToolStripMenuItem"); this.viewResultToolStripMenuItem.BackgroundImage = null; this.viewResultToolStripMenuItem.Name = "viewResultToolStripMenuItem"; this.viewResultToolStripMenuItem.ShortcutKeyDisplayString = null; this.viewResultToolStripMenuItem.Click += new System.EventHandler(this.TreeView_ViewResult); // // toolStripSeparator6 // this.toolStripSeparator6.AccessibleDescription = null; this.toolStripSeparator6.AccessibleName = null; resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6"); this.toolStripSeparator6.Name = "toolStripSeparator6"; // // deleteJobGroupToolStripMenuItem // this.deleteJobGroupToolStripMenuItem.AccessibleDescription = null; this.deleteJobGroupToolStripMenuItem.AccessibleName = null; resources.ApplyResources(this.deleteJobGroupToolStripMenuItem, "deleteJobGroupToolStripMenuItem"); this.deleteJobGroupToolStripMenuItem.BackgroundImage = null; this.deleteJobGroupToolStripMenuItem.Name = "deleteJobGroupToolStripMenuItem"; this.deleteJobGroupToolStripMenuItem.ShortcutKeyDisplayString = null; this.deleteJobGroupToolStripMenuItem.Click += new System.EventHandler(this.TreeView_DeleteJobGroup); // // m_openFileDialog // this.m_openFileDialog.FileName = "m_openFileDialog"; resources.ApplyResources(this.m_openFileDialog, "m_openFileDialog"); // // ProjectExplorerControl // this.AccessibleDescription = null; this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = null; this.Controls.Add(toolStrip1); this.Controls.Add(this.treeView1); this.Name = "ProjectExplorerControl"; this.TabText = "ProjectExplorerControl"; this.ToolTipText = null; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.contextMenuStripDM.ResumeLayout(false); this.contextMenuStripDMCollection.ResumeLayout(false); this.contextMenuStripModel.ResumeLayout(false); this.contextMenuStripLog.ResumeLayout(false); this.contextMenuSimulationSetCollection.ResumeLayout(false); this.contextMenuStripSimulationSet.ResumeLayout(false); this.contextMenuStripProject.ResumeLayout(false); this.contextMenuStripRevisions.ResumeLayout(false); this.contextMenuStripRevision.ResumeLayout(false); this.contextMenuStripStepper.ResumeLayout(false); this.contextMenuStripJobGroup.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() { System.Windows.Forms.MenuStrip mainMenuStrip; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStrip mainToolStrip; System.Windows.Forms.ToolStripButton newToolStripButton; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripButton exitToolStripButton; this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.startStopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripButton = new System.Windows.Forms.ToolStripButton(); this.deleteToolStripButton = new System.Windows.Forms.ToolStripButton(); this.startStopToolStripButton = new System.Windows.Forms.ToolStripButton(); this.projectsListView = new System.Windows.Forms.ListView(); this.logTextBox = new System.Windows.Forms.TextBox(); mainMenuStrip = new System.Windows.Forms.MenuStrip(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); mainToolStrip = new System.Windows.Forms.ToolStrip(); newToolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripButton = new System.Windows.Forms.ToolStripButton(); mainMenuStrip.SuspendLayout(); mainToolStrip.SuspendLayout(); this.SuspendLayout(); // // mainMenuStrip // mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.projectToolStripMenuItem}); mainMenuStrip.Location = new System.Drawing.Point(0, 0); mainMenuStrip.Name = "mainMenuStrip"; mainMenuStrip.Size = new System.Drawing.Size(784, 24); mainMenuStrip.TabIndex = 0; // // projectToolStripMenuItem // this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, this.editToolStripMenuItem, this.deleteToolStripMenuItem, toolStripSeparator1, this.startStopToolStripMenuItem, toolStripSeparator2, exitToolStripMenuItem}); this.projectToolStripMenuItem.Name = "projectToolStripMenuItem"; this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.projectToolStripMenuItem.Text = "&Project"; // // newToolStripMenuItem // newToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.New; 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(150, 22); newToolStripMenuItem.Text = "&New..."; newToolStripMenuItem.Click += new System.EventHandler(this.NewProject); // // editToolStripMenuItem // this.editToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Edit; this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.editToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.editToolStripMenuItem.Text = "&Edit..."; this.editToolStripMenuItem.Click += new System.EventHandler(this.EditProject); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Delete; this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.deleteToolStripMenuItem.Text = "&Delete..."; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteProject); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(147, 6); // // startStopToolStripMenuItem // this.startStopToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Start; this.startStopToolStripMenuItem.Name = "startStopToolStripMenuItem"; this.startStopToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.startStopToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.startStopToolStripMenuItem.Text = "&Start"; this.startStopToolStripMenuItem.Click += new System.EventHandler(this.StartStopPreprocessing); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(147, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Image = global::NSass.Tool.Properties.Resources.Exit; exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); exitToolStripMenuItem.Size = new System.Drawing.Size(150, 22); exitToolStripMenuItem.Text = "&Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.Exit); // // mainToolStrip // mainToolStrip.BackColor = System.Drawing.SystemColors.Control; mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripButton, this.editToolStripButton, this.deleteToolStripButton, toolStripSeparator3, this.startStopToolStripButton, toolStripSeparator4, exitToolStripButton}); mainToolStrip.Location = new System.Drawing.Point(0, 24); mainToolStrip.Name = "mainToolStrip"; mainToolStrip.Size = new System.Drawing.Size(784, 25); mainToolStrip.TabIndex = 1; // // newToolStripButton // newToolStripButton.Image = global::NSass.Tool.Properties.Resources.New; newToolStripButton.Name = "newToolStripButton"; newToolStripButton.Size = new System.Drawing.Size(23, 22); newToolStripButton.ToolTipText = "New project..."; newToolStripButton.Click += new System.EventHandler(this.NewProject); // // editToolStripButton // this.editToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.editToolStripButton.Image = global::NSass.Tool.Properties.Resources.Edit; this.editToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.editToolStripButton.Name = "editToolStripButton"; this.editToolStripButton.Size = new System.Drawing.Size(23, 22); this.editToolStripButton.Text = "toolStripButton1"; this.editToolStripButton.ToolTipText = "Edit project..."; this.editToolStripButton.Click += new System.EventHandler(this.EditProject); // // deleteToolStripButton // this.deleteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.deleteToolStripButton.Image = global::NSass.Tool.Properties.Resources.Delete; this.deleteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.deleteToolStripButton.Name = "deleteToolStripButton"; this.deleteToolStripButton.Size = new System.Drawing.Size(23, 22); this.deleteToolStripButton.Text = "toolStripButton2"; this.deleteToolStripButton.ToolTipText = "Delete project..."; this.deleteToolStripButton.Click += new System.EventHandler(this.DeleteProject); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // startStopToolStripButton // this.startStopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.startStopToolStripButton.Image = global::NSass.Tool.Properties.Resources.Start; this.startStopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.startStopToolStripButton.Name = "startStopToolStripButton"; this.startStopToolStripButton.Size = new System.Drawing.Size(23, 22); this.startStopToolStripButton.Text = "toolStripButton3"; this.startStopToolStripButton.ToolTipText = "Start preprocessing"; this.startStopToolStripButton.Click += new System.EventHandler(this.StartStopPreprocessing); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // exitToolStripButton // exitToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; exitToolStripButton.Image = global::NSass.Tool.Properties.Resources.Exit; exitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; exitToolStripButton.Name = "exitToolStripButton"; exitToolStripButton.Size = new System.Drawing.Size(23, 22); exitToolStripButton.Text = "Exit"; exitToolStripButton.Click += new System.EventHandler(this.Exit); // // projectsListView // this.projectsListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.projectsListView.FullRowSelect = true; this.projectsListView.Location = new System.Drawing.Point(12, 52); this.projectsListView.MultiSelect = false; this.projectsListView.Name = "projectsListView"; this.projectsListView.Size = new System.Drawing.Size(170, 498); this.projectsListView.TabIndex = 2; this.projectsListView.UseCompatibleStateImageBehavior = false; this.projectsListView.View = System.Windows.Forms.View.List; this.projectsListView.SelectedIndexChanged += new System.EventHandler(this.SelectedProjectChanged); // // logTextBox // this.logTextBox.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.logTextBox.BackColor = System.Drawing.SystemColors.Window; this.logTextBox.Location = new System.Drawing.Point(188, 52); this.logTextBox.Multiline = true; this.logTextBox.Name = "logTextBox"; this.logTextBox.ReadOnly = true; this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.logTextBox.Size = new System.Drawing.Size(584, 498); this.logTextBox.TabIndex = 3; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.logTextBox); this.Controls.Add(this.projectsListView); this.Controls.Add(mainToolStrip); this.Controls.Add(mainMenuStrip); this.MainMenuStrip = mainMenuStrip; this.Name = "MainForm"; this.Text = "SASS/SCSS preprocessor"; mainMenuStrip.ResumeLayout(false); mainMenuStrip.PerformLayout(); mainToolStrip.ResumeLayout(false); mainToolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.ToolStripLabel toolStripLabel1; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JpegQuality)); this.QualityBox = new System.Windows.Forms.ToolStripComboBox(); this.ProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.DropLabel = new System.Windows.Forms.Label(); this.Worker = new System.ComponentModel.BackgroundWorker(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip2 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); toolStrip2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripLabel1, this.QualityBox }); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(158, 25); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // toolStripLabel1 // toolStripLabel1.Name = "toolStripLabel1"; toolStripLabel1.Size = new System.Drawing.Size(45, 22); toolStripLabel1.Text = "Quality"; // // QualityBox // this.QualityBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.QualityBox.Items.AddRange(new object[] { "0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "60", "65", "70", "75", "80", "85", "90", "95", "100" }); this.QualityBox.Name = "QualityBox"; this.QualityBox.Size = new System.Drawing.Size(75, 25); this.QualityBox.SelectedIndexChanged += new System.EventHandler(this.QualityBox_SelectedIndexChanged); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(toolStrip2); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.DropLabel); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(284, 65); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(284, 115); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // toolStrip2 // toolStrip2.AutoSize = false; toolStrip2.Dock = System.Windows.Forms.DockStyle.None; toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ProgressBar }); toolStrip2.Location = new System.Drawing.Point(0, 0); toolStrip2.Name = "toolStrip2"; toolStrip2.Size = new System.Drawing.Size(284, 25); toolStrip2.Stretch = true; toolStrip2.TabIndex = 0; // // ProgressBar // this.ProgressBar.AutoSize = false; this.ProgressBar.Name = "ProgressBar"; this.ProgressBar.Size = new System.Drawing.Size(280, 22); this.ProgressBar.Step = 1; // // DropLabel // this.DropLabel.AllowDrop = true; this.DropLabel.BackColor = System.Drawing.Color.LightSkyBlue; this.DropLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.DropLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.DropLabel.Location = new System.Drawing.Point(0, 0); this.DropLabel.Name = "DropLabel"; this.DropLabel.Size = new System.Drawing.Size(284, 65); this.DropLabel.TabIndex = 0; this.DropLabel.Text = "Drop JPEG files here to reduce their quality.\r\nA copy will be placed in the same " + "directory."; this.DropLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.DropLabel.DragDrop += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragDrop); this.DropLabel.DragOver += new System.Windows.Forms.DragEventHandler(this.DropLabel_DragOver); // // Worker // this.Worker.WorkerReportsProgress = true; this.Worker.WorkerSupportsCancellation = true; this.Worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ProcessImagesAsync); this.Worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Worker_ProgressChanged); // // JpegQuality // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 115); this.Controls.Add(toolStripContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "JpegQuality"; this.Text = "JPEG Quality"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); toolStrip2.ResumeLayout(false); toolStrip2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip _ToolStrip; System.Windows.Forms.ToolStripButton _Save; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlashViewer)); System.Windows.Forms.ToolStripButton _LoadFromFileButton; System.Windows.Forms.ToolStripButton _SaveToFileButton; this._SaveFileDialog = new System.Windows.Forms.SaveFileDialog(); this._OpenFileDialog = new System.Windows.Forms.OpenFileDialog(); this._HexBox = new Be.Windows.Forms.HexBox(); _ToolStrip = new System.Windows.Forms.ToolStrip(); _Save = new System.Windows.Forms.ToolStripButton(); _LoadFromFileButton = new System.Windows.Forms.ToolStripButton(); _SaveToFileButton = new System.Windows.Forms.ToolStripButton(); _ToolStrip.SuspendLayout(); this.SuspendLayout(); // // _ToolStrip // _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _Save, _LoadFromFileButton, _SaveToFileButton }); _ToolStrip.Location = new System.Drawing.Point(0, 0); _ToolStrip.Name = "_ToolStrip"; _ToolStrip.Size = new System.Drawing.Size(545, 25); _ToolStrip.TabIndex = 3; _ToolStrip.Text = "toolStrip1"; // // _Save // _Save.Image = ((System.Drawing.Image)(resources.GetObject("_Save.Image"))); _Save.ImageTransparentColor = System.Drawing.Color.Magenta; _Save.Name = "_Save"; _Save.Size = new System.Drawing.Size(51, 22); _Save.Text = "Save"; _Save.Click += new System.EventHandler(this.OnSave); // // _LoadFromFileButton // _LoadFromFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image"))); _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; _LoadFromFileButton.Name = "_LoadFromFileButton"; _LoadFromFileButton.Size = new System.Drawing.Size(105, 22); _LoadFromFileButton.Text = "Load From File"; _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile); // // _SaveToFileButton // _SaveToFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image"))); _SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; _SaveToFileButton.Name = "_SaveToFileButton"; _SaveToFileButton.Size = new System.Drawing.Size(89, 22); _SaveToFileButton.Text = "Save To File"; _SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile); // // _SaveFileDialog // this._SaveFileDialog.Filter = "All Files (*.*)|*.*"; // // _OpenFileDialog // this._OpenFileDialog.Filter = "All Files (*.*)|*.*"; // // _HexBox // this._HexBox.Dock = System.Windows.Forms.DockStyle.Fill; this._HexBox.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._HexBox.InfoForeColor = System.Drawing.Color.Empty; this._HexBox.LineInfoVisible = true; this._HexBox.Location = new System.Drawing.Point(0, 25); this._HexBox.Name = "_HexBox"; this._HexBox.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); this._HexBox.Size = new System.Drawing.Size(545, 273); this._HexBox.StringViewVisible = true; this._HexBox.TabIndex = 2; this._HexBox.UseFixedBytesPerLine = true; this._HexBox.VScrollBarVisible = true; // // FlashViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(545, 298); this.Controls.Add(this._HexBox); this.Controls.Add(_ToolStrip); this.Name = "FlashViewer"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Raw"; _ToolStrip.ResumeLayout(false); _ToolStrip.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.MenuStrip menuStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm)); System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.Timer timer; this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchBox = new System.Windows.Forms.ToolStripTextBox(); this.goButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.backButton = new System.Windows.Forms.ToolStripButton(); this.nextButton = new System.Windows.Forms.ToolStripButton(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setHspellPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); timer = new System.Windows.Forms.Timer(this.components); menuStrip.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); statusStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem}); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.Name = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exportStripMenuItem, this.toolStripSeparator4, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem"); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem"); this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel"); resources.ApplyResources(toolStripContainer1, "toolStripContainer1"); toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // statusStrip1 // resources.ApplyResources(statusStrip1, "statusStrip1"); statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel}); statusStrip1.Name = "statusStrip1"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel"); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(splitContainer1, "splitContainer1"); splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.hitsBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance; // // hitsBox // resources.ApplyResources(this.hitsBox, "hitsBox"); this.hitsBox.FormattingEnabled = true; this.hitsBox.Name = "hitsBox"; this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged); this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; resources.ApplyResources(this.webBrowser, "webBrowser"); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; // // toolStrip1 // resources.ApplyResources(toolStrip1, "toolStrip1"); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchBox, this.goButton, this.toolStripSeparator2, this.backButton, this.nextButton}); toolStrip1.Name = "toolStrip1"; toolStrip1.Stretch = true; // // searchBox // resources.ApplyResources(this.searchBox, "searchBox"); this.searchBox.AutoToolTip = true; this.searchBox.Name = "searchBox"; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // goButton // this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.goButton, "goButton"); this.goButton.Name = "goButton"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // backButton // this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.backButton, "backButton"); this.backButton.Name = "backButton"; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // nextButton // this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.nextButton, "nextButton"); this.nextButton.Name = "nextButton"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // exportStripMenuItem // this.exportStripMenuItem.Name = "exportStripMenuItem"; resources.ApplyResources(this.exportStripMenuItem, "exportStripMenuItem"); this.exportStripMenuItem.Click += new System.EventHandler(this.exportStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4"); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.setHspellPathToolStripMenuItem}); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // setHspellPathToolStripMenuItem // this.setHspellPathToolStripMenuItem.Name = "setHspellPathToolStripMenuItem"; resources.ApplyResources(this.setHspellPathToolStripMenuItem, "setHspellPathToolStripMenuItem"); this.setHspellPathToolStripMenuItem.Click += new System.EventHandler(this.setHspellPathToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // BrowseForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.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.SplitContainer splitContainer1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label2; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label3; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label4; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label5; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label6; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem aboutNDecompileToolStripMenuItem; this._assembliesTree = new System.Windows.Forms.TreeView(); this._imageList = new System.Windows.Forms.ImageList(this.components); this._tabControl = new System.Windows.Forms.TabControl(); this._msilDisassemblyTabPage = new System.Windows.Forms.TabPage(); this._msilCodeBrowser = new LittleNet.NDecompile.FormsUI.Views.CodeBrowser(); this.contextHeaderControl1 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); this._controlFlowTabPage = new System.Windows.Forms.TabPage(); this._controlFlowGraphView = new LittleNet.NDecompile.FormsUI.Views.ControlFlowGraphView(); this._cSharpTabPage = new System.Windows.Forms.TabPage(); this._cSharpBrowser = new LittleNet.NDecompile.FormsUI.Views.CodeBrowser(); this._hexTabPage = new System.Windows.Forms.TabPage(); this._hexCodeBrowser = new LittleNet.NDecompile.FormsUI.Views.CodeBrowser(); this._imageTabPage = new System.Windows.Forms.TabPage(); this._imagePictureBox = new System.Windows.Forms.PictureBox(); this._stringTableTabPage = new System.Windows.Forms.TabPage(); this._stringTableListView = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this._openButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this._backButton = new System.Windows.Forms.ToolStripButton(); this._nextButton = new System.Windows.Forms.ToolStripButton(); this._openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._backToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._forwardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this._menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); label2 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label3 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label4 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label5 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label6 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); toolStrip1 = new System.Windows.Forms.ToolStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutNDecompileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this._tabControl.SuspendLayout(); this._msilDisassemblyTabPage.SuspendLayout(); this._controlFlowTabPage.SuspendLayout(); this._cSharpTabPage.SuspendLayout(); this._hexTabPage.SuspendLayout(); this._imageTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._imagePictureBox)).BeginInit(); this._stringTableTabPage.SuspendLayout(); toolStrip1.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this._menuStrip.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this._assembliesTree); splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(2, 3, 0, 2); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this._tabControl); splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(0, 3, 2, 1); splitContainer1.Size = new System.Drawing.Size(724, 370); splitContainer1.SplitterDistance = 239; splitContainer1.TabIndex = 0; // // _assembliesTree // this._assembliesTree.Dock = System.Windows.Forms.DockStyle.Fill; this._assembliesTree.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._assembliesTree.HideSelection = false; this._assembliesTree.ImageIndex = 0; this._assembliesTree.ImageList = this._imageList; this._assembliesTree.Location = new System.Drawing.Point(2, 3); this._assembliesTree.Name = "_assembliesTree"; this._assembliesTree.SelectedImageIndex = 0; this._assembliesTree.Size = new System.Drawing.Size(237, 365); this._assembliesTree.TabIndex = 0; this._assembliesTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this._assembliesTree_NodeMouseDoubleClick); this._assembliesTree.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this._assembliesTree_BeforeExpand); this._assembliesTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this._assembliesTree_AfterSelect); // // _imageList // this._imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream"))); this._imageList.TransparentColor = System.Drawing.Color.Magenta; this._imageList.Images.SetKeyName(0, "Assembly.bmp"); this._imageList.Images.SetKeyName(1, "Namespace.bmp"); this._imageList.Images.SetKeyName(2, "Class.bmp"); this._imageList.Images.SetKeyName(3, "Enum.bmp"); this._imageList.Images.SetKeyName(4, "Interface.bmp"); this._imageList.Images.SetKeyName(5, "Method.bmp"); this._imageList.Images.SetKeyName(6, "ProtectedMethod.bmp"); this._imageList.Images.SetKeyName(7, "StaticMethod.bmp"); this._imageList.Images.SetKeyName(8, "InternalMethod.bmp"); this._imageList.Images.SetKeyName(9, "InternalProperty.bmp"); this._imageList.Images.SetKeyName(10, "PrivateProperty.bmp"); this._imageList.Images.SetKeyName(11, "ProtectedProperty.bmp"); this._imageList.Images.SetKeyName(12, "PublicProperty.bmp"); this._imageList.Images.SetKeyName(13, "PublicField.bmp"); this._imageList.Images.SetKeyName(14, "InternalField.bmp"); this._imageList.Images.SetKeyName(15, "ProtectedField.bmp"); this._imageList.Images.SetKeyName(16, "PrivateField.bmp"); this._imageList.Images.SetKeyName(17, "PublicConst.bmp"); this._imageList.Images.SetKeyName(18, "InternalConst.bmp"); this._imageList.Images.SetKeyName(19, "ProtectedConst.bmp"); this._imageList.Images.SetKeyName(20, "PrivateConst.bmp"); // // _tabControl // this._tabControl.Controls.Add(this._msilDisassemblyTabPage); this._tabControl.Controls.Add(this._controlFlowTabPage); this._tabControl.Controls.Add(this._cSharpTabPage); this._tabControl.Controls.Add(this._hexTabPage); this._tabControl.Controls.Add(this._imageTabPage); this._tabControl.Controls.Add(this._stringTableTabPage); this._tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this._tabControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._tabControl.HotTrack = true; this._tabControl.Location = new System.Drawing.Point(0, 3); this._tabControl.Name = "_tabControl"; this._tabControl.SelectedIndex = 0; this._tabControl.Size = new System.Drawing.Size(479, 366); this._tabControl.TabIndex = 2; // // _msilDisassemblyTabPage // this._msilDisassemblyTabPage.Controls.Add(this._msilCodeBrowser); this._msilDisassemblyTabPage.Controls.Add(this.contextHeaderControl1); this._msilDisassemblyTabPage.Location = new System.Drawing.Point(4, 22); this._msilDisassemblyTabPage.Name = "_msilDisassemblyTabPage"; this._msilDisassemblyTabPage.Padding = new System.Windows.Forms.Padding(3); this._msilDisassemblyTabPage.Size = new System.Drawing.Size(471, 340); this._msilDisassemblyTabPage.TabIndex = 0; this._msilDisassemblyTabPage.Text = "MSIL Disassembly"; this._msilDisassemblyTabPage.UseVisualStyleBackColor = true; // // _msilCodeBrowser // this._msilCodeBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._msilCodeBrowser.Location = new System.Drawing.Point(3, 18); this._msilCodeBrowser.Name = "_msilCodeBrowser"; this._msilCodeBrowser.Size = new System.Drawing.Size(465, 319); this._msilCodeBrowser.TabIndex = 1; // // contextHeaderControl1 // this.contextHeaderControl1.BottomColor = System.Drawing.SystemColors.ActiveCaption; this.contextHeaderControl1.Dock = System.Windows.Forms.DockStyle.Top; this.contextHeaderControl1.Location = new System.Drawing.Point(3, 3); this.contextHeaderControl1.Name = "contextHeaderControl1"; this.contextHeaderControl1.Size = new System.Drawing.Size(465, 15); this.contextHeaderControl1.TabIndex = 3; this.contextHeaderControl1.Text = "MSIL Disassembly"; this.contextHeaderControl1.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _controlFlowTabPage // this._controlFlowTabPage.Controls.Add(this._controlFlowGraphView); this._controlFlowTabPage.Controls.Add(label2); this._controlFlowTabPage.Location = new System.Drawing.Point(4, 22); this._controlFlowTabPage.Name = "_controlFlowTabPage"; this._controlFlowTabPage.Padding = new System.Windows.Forms.Padding(3); this._controlFlowTabPage.Size = new System.Drawing.Size(471, 340); this._controlFlowTabPage.TabIndex = 1; this._controlFlowTabPage.Text = "Control Flow Graph"; this._controlFlowTabPage.UseVisualStyleBackColor = true; // // _controlFlowGraphView // this._controlFlowGraphView.BackColor = System.Drawing.SystemColors.Info; this._controlFlowGraphView.Dock = System.Windows.Forms.DockStyle.Fill; this._controlFlowGraphView.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._controlFlowGraphView.Graph = null; this._controlFlowGraphView.Location = new System.Drawing.Point(3, 18); this._controlFlowGraphView.Name = "_controlFlowGraphView"; this._controlFlowGraphView.Size = new System.Drawing.Size(465, 319); this._controlFlowGraphView.TabIndex = 2; // // label2 // label2.BackColor = System.Drawing.SystemColors.Highlight; label2.BottomColor = System.Drawing.SystemColors.ActiveCaption; label2.Dock = System.Windows.Forms.DockStyle.Top; label2.ForeColor = System.Drawing.SystemColors.HighlightText; label2.Location = new System.Drawing.Point(3, 3); label2.Name = "label2"; label2.Size = new System.Drawing.Size(465, 15); label2.TabIndex = 1; label2.Text = "Control Flow Graph"; label2.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _cSharpTabPage // this._cSharpTabPage.Controls.Add(this._cSharpBrowser); this._cSharpTabPage.Controls.Add(label3); this._cSharpTabPage.Location = new System.Drawing.Point(4, 22); this._cSharpTabPage.Name = "_cSharpTabPage"; this._cSharpTabPage.Padding = new System.Windows.Forms.Padding(3); this._cSharpTabPage.Size = new System.Drawing.Size(471, 340); this._cSharpTabPage.TabIndex = 2; this._cSharpTabPage.Text = "C# Disassembly"; this._cSharpTabPage.UseVisualStyleBackColor = true; // // _cSharpBrowser // this._cSharpBrowser.AllowWebBrowserDrop = false; this._cSharpBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._cSharpBrowser.IsWebBrowserContextMenuEnabled = false; this._cSharpBrowser.Location = new System.Drawing.Point(3, 18); this._cSharpBrowser.MinimumSize = new System.Drawing.Size(20, 20); this._cSharpBrowser.Name = "_cSharpBrowser"; this._cSharpBrowser.ScriptErrorsSuppressed = true; this._cSharpBrowser.Size = new System.Drawing.Size(465, 319); this._cSharpBrowser.TabIndex = 3; this._cSharpBrowser.WebBrowserShortcutsEnabled = false; this._cSharpBrowser.BeforeNavigate += new System.EventHandler <LittleNet.NDecompile.FormsUI.Views.CodeBrowser.NavigateEventArgs>(this._cSharpBrowser_BeforeNavigate); // // label3 // label3.BackColor = System.Drawing.SystemColors.Highlight; label3.BottomColor = System.Drawing.SystemColors.ActiveCaption; label3.Dock = System.Windows.Forms.DockStyle.Top; label3.ForeColor = System.Drawing.SystemColors.HighlightText; label3.Location = new System.Drawing.Point(3, 3); label3.Name = "label3"; label3.Size = new System.Drawing.Size(465, 15); label3.TabIndex = 2; label3.Text = "C# Dissasembly"; label3.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _hexTabPage // this._hexTabPage.Controls.Add(this._hexCodeBrowser); this._hexTabPage.Controls.Add(label4); this._hexTabPage.Location = new System.Drawing.Point(4, 22); this._hexTabPage.Name = "_hexTabPage"; this._hexTabPage.Padding = new System.Windows.Forms.Padding(3); this._hexTabPage.Size = new System.Drawing.Size(471, 340); this._hexTabPage.TabIndex = 3; this._hexTabPage.Text = "Hex Disassembly"; this._hexTabPage.UseVisualStyleBackColor = true; // // _hexCodeBrowser // this._hexCodeBrowser.AllowWebBrowserDrop = false; this._hexCodeBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._hexCodeBrowser.IsWebBrowserContextMenuEnabled = false; this._hexCodeBrowser.Location = new System.Drawing.Point(3, 18); this._hexCodeBrowser.MinimumSize = new System.Drawing.Size(20, 20); this._hexCodeBrowser.Name = "_hexCodeBrowser"; this._hexCodeBrowser.ScriptErrorsSuppressed = true; this._hexCodeBrowser.Size = new System.Drawing.Size(465, 319); this._hexCodeBrowser.TabIndex = 4; this._hexCodeBrowser.WebBrowserShortcutsEnabled = false; // // label4 // label4.BackColor = System.Drawing.SystemColors.Highlight; label4.BottomColor = System.Drawing.SystemColors.ActiveCaption; label4.Dock = System.Windows.Forms.DockStyle.Top; label4.ForeColor = System.Drawing.SystemColors.HighlightText; label4.Location = new System.Drawing.Point(3, 3); label4.Name = "label4"; label4.Size = new System.Drawing.Size(465, 15); label4.TabIndex = 1; label4.Text = "Hex Dissasembly"; label4.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _imageTabPage // this._imageTabPage.Controls.Add(this._imagePictureBox); this._imageTabPage.Controls.Add(label5); this._imageTabPage.Location = new System.Drawing.Point(4, 22); this._imageTabPage.Name = "_imageTabPage"; this._imageTabPage.Padding = new System.Windows.Forms.Padding(3); this._imageTabPage.Size = new System.Drawing.Size(471, 340); this._imageTabPage.TabIndex = 4; this._imageTabPage.Text = "Image"; this._imageTabPage.UseVisualStyleBackColor = true; // // _imagePictureBox // this._imagePictureBox.Location = new System.Drawing.Point(6, 21); this._imagePictureBox.Name = "_imagePictureBox"; this._imagePictureBox.Size = new System.Drawing.Size(100, 50); this._imagePictureBox.TabIndex = 2; this._imagePictureBox.TabStop = false; // // label5 // label5.BackColor = System.Drawing.SystemColors.Highlight; label5.BottomColor = System.Drawing.SystemColors.ActiveCaption; label5.Dock = System.Windows.Forms.DockStyle.Top; label5.ForeColor = System.Drawing.SystemColors.HighlightText; label5.Location = new System.Drawing.Point(3, 3); label5.Name = "label5"; label5.Size = new System.Drawing.Size(465, 15); label5.TabIndex = 1; label5.Text = "Image"; label5.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _stringTableTabPage // this._stringTableTabPage.Controls.Add(this._stringTableListView); this._stringTableTabPage.Controls.Add(label6); this._stringTableTabPage.Location = new System.Drawing.Point(4, 22); this._stringTableTabPage.Name = "_stringTableTabPage"; this._stringTableTabPage.Padding = new System.Windows.Forms.Padding(3); this._stringTableTabPage.Size = new System.Drawing.Size(471, 340); this._stringTableTabPage.TabIndex = 5; this._stringTableTabPage.Text = "String Table"; this._stringTableTabPage.UseVisualStyleBackColor = true; // // _stringTableListView // this._stringTableListView.BorderStyle = System.Windows.Forms.BorderStyle.None; this._stringTableListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2 }); this._stringTableListView.Dock = System.Windows.Forms.DockStyle.Fill; this._stringTableListView.Location = new System.Drawing.Point(3, 18); this._stringTableListView.Name = "_stringTableListView"; this._stringTableListView.Size = new System.Drawing.Size(465, 319); this._stringTableListView.TabIndex = 3; this._stringTableListView.UseCompatibleStateImageBehavior = false; this._stringTableListView.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Key"; this.columnHeader1.Width = 178; // // columnHeader2 // this.columnHeader2.Text = "Value"; this.columnHeader2.Width = 171; // // label6 // label6.BackColor = System.Drawing.SystemColors.Highlight; label6.BottomColor = System.Drawing.SystemColors.ActiveCaption; label6.Dock = System.Windows.Forms.DockStyle.Top; label6.ForeColor = System.Drawing.SystemColors.HighlightText; label6.Location = new System.Drawing.Point(3, 3); label6.Name = "label6"; label6.Size = new System.Drawing.Size(465, 15); label6.TabIndex = 2; label6.Text = "String Table"; label6.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._openButton, this.toolStripSeparator1, this._backButton, this._nextButton }); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(724, 25); toolStrip1.TabIndex = 3; toolStrip1.Text = "_toolStrip"; // // _openButton // this._openButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._openButton.Image = ((System.Drawing.Image)(resources.GetObject("_openButton.Image"))); this._openButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._openButton.Name = "_openButton"; this._openButton.Size = new System.Drawing.Size(23, 22); this._openButton.Text = "Open"; this._openButton.Click += new System.EventHandler(this.OpenToolStripMenuItemClickHandler); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // _backButton // this._backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._backButton.Image = ((System.Drawing.Image)(resources.GetObject("_backButton.Image"))); this._backButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._backButton.Name = "_backButton"; this._backButton.Size = new System.Drawing.Size(23, 22); this._backButton.Text = "Back"; this._backButton.Click += new System.EventHandler(this.BackToolStripMenuItemClickHandler); // // _nextButton // this._nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._nextButton.Image = ((System.Drawing.Image)(resources.GetObject("_nextButton.Image"))); this._nextButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._nextButton.Name = "_nextButton"; this._nextButton.Size = new System.Drawing.Size(23, 22); this._nextButton.Text = "Forward"; this._nextButton.Click += new System.EventHandler(this.ForwardToolStripMenuItemClickHandler); // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._openToolStripMenuItem, toolStripMenuItem1, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); fileToolStripMenuItem.Text = "&File"; // // _openToolStripMenuItem // this._openToolStripMenuItem.Name = "_openToolStripMenuItem"; this._openToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this._openToolStripMenuItem.Text = "&Open..."; this._openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClickHandler); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(120, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(123, 22); exitToolStripMenuItem.Text = "&Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClickHandler); // // viewToolStripMenuItem // viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._backToolStripMenuItem, this._forwardToolStripMenuItem, toolStripMenuItem2 }); viewToolStripMenuItem.Name = "viewToolStripMenuItem"; viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20); viewToolStripMenuItem.Text = "&View"; // // _backToolStripMenuItem // this._backToolStripMenuItem.Name = "_backToolStripMenuItem"; this._backToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this._backToolStripMenuItem.Text = "&Back"; this._backToolStripMenuItem.Click += new System.EventHandler(this.BackToolStripMenuItemClickHandler); // // _forwardToolStripMenuItem // this._forwardToolStripMenuItem.Name = "_forwardToolStripMenuItem"; this._forwardToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this._forwardToolStripMenuItem.Text = "&Forward"; this._forwardToolStripMenuItem.Click += new System.EventHandler(this.ForwardToolStripMenuItemClickHandler); // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(122, 6); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { aboutNDecompileToolStripMenuItem }); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); helpToolStripMenuItem.Text = "&Help"; // // aboutNDecompileToolStripMenuItem // aboutNDecompileToolStripMenuItem.Name = "aboutNDecompileToolStripMenuItem"; aboutNDecompileToolStripMenuItem.Size = new System.Drawing.Size(172, 22); aboutNDecompileToolStripMenuItem.Text = "&About NDecompile"; aboutNDecompileToolStripMenuItem.Click += new System.EventHandler(this.AboutNDecompileToolStripMenuItemClickHandler); // // _openFileDialog // this._openFileDialog.Filter = "Assemblies|*.dll|Executables|*.exe"; // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); this.toolStripContainer1.ContentPanel.Controls.Add(toolStrip1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(724, 395); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(724, 419); this.toolStripContainer1.TabIndex = 3; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this._menuStrip); // // _menuStrip // this._menuStrip.Dock = System.Windows.Forms.DockStyle.None; this._menuStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; this._menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, viewToolStripMenuItem, helpToolStripMenuItem }); this._menuStrip.Location = new System.Drawing.Point(0, 0); this._menuStrip.Name = "_menuStrip"; this._menuStrip.Size = new System.Drawing.Size(724, 24); this._menuStrip.TabIndex = 5; this._menuStrip.Text = "_menuStrip"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(724, 419); this.Controls.Add(this.toolStripContainer1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "NDecompile"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); this._tabControl.ResumeLayout(false); this._msilDisassemblyTabPage.ResumeLayout(false); this._controlFlowTabPage.ResumeLayout(false); this._cSharpTabPage.ResumeLayout(false); this._hexTabPage.ResumeLayout(false); this._imageTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._imagePictureBox)).EndInit(); this._stringTableTabPage.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.ContentPanel.PerformLayout(); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this._menuStrip.ResumeLayout(false); this._menuStrip.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.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell)); this.scriptTable = new System.Windows.Forms.TableLayoutPanel(); this.scriptSplit = new System.Windows.Forms.SplitContainer(); this.scriptOutput = new System.Windows.Forms.TextBox(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.openButton = new System.Windows.Forms.ToolStripButton(); this.saveAs = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.runButton = new System.Windows.Forms.ToolStripButton(); this.shellTable = new System.Windows.Forms.TableLayoutPanel(); this.interactiveInput = new System.Windows.Forms.TextBox(); this.interactiveOutput = new System.Windows.Forms.TextBox(); this.executeCmd = new System.Windows.Forms.Button(); this.clearCmd = new System.Windows.Forms.Button(); this.shellMode = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.scriptMode = new System.Windows.Forms.ToolStripButton(); this.saveDialog = new System.Windows.Forms.SaveFileDialog(); this.openDialog = new System.Windows.Forms.OpenFileDialog(); this.newScript = new System.Windows.Forms.ToolStripButton(); this.linenumTimer = new System.Windows.Forms.Timer(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.scriptTable.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit(); this.scriptSplit.Panel2.SuspendLayout(); this.scriptSplit.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.shellTable.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable); toolStripContainer1.ContentPanel.Controls.Add(this.shellTable); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(658, 450); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // scriptTable // this.scriptTable.ColumnCount = 1; this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Controls.Add(this.scriptSplit, 0, 1); this.scriptTable.Controls.Add(this.toolStrip2, 0, 0); this.scriptTable.Location = new System.Drawing.Point(340, 40); this.scriptTable.Name = "scriptTable"; this.scriptTable.RowCount = 2; this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Size = new System.Drawing.Size(306, 373); this.scriptTable.TabIndex = 2; // // scriptSplit // this.scriptSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptSplit.Location = new System.Drawing.Point(3, 28); this.scriptSplit.Name = "scriptSplit"; // // scriptSplit.Panel2 // this.scriptSplit.Panel2.Controls.Add(this.scriptOutput); this.scriptSplit.Size = new System.Drawing.Size(300, 342); this.scriptSplit.SplitterDistance = 193; this.scriptSplit.TabIndex = 1; // // scriptOutput // this.scriptOutput.BackColor = System.Drawing.SystemColors.Window; this.scriptOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scriptOutput.Location = new System.Drawing.Point(0, 0); this.scriptOutput.Multiline = true; this.scriptOutput.Name = "scriptOutput"; this.scriptOutput.ReadOnly = true; this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.scriptOutput.Size = new System.Drawing.Size(103, 342); this.scriptOutput.TabIndex = 2; // // toolStrip2 // this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newScript, this.openButton, this.saveAs, this.toolStripSeparator2, this.runButton}); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(306, 25); this.toolStrip2.TabIndex = 2; this.toolStrip2.Text = "toolStrip2"; // // openButton // this.openButton.Image = global::renderdocui.Properties.Resources.folder_page; this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openButton.Name = "openButton"; this.openButton.Size = new System.Drawing.Size(53, 22); this.openButton.Text = "Open"; this.openButton.Click += new System.EventHandler(this.openButton_Click); // // saveAs // this.saveAs.Image = global::renderdocui.Properties.Resources.save; this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveAs.Name = "saveAs"; this.saveAs.Size = new System.Drawing.Size(66, 22); this.saveAs.Text = "Save As"; this.saveAs.Click += new System.EventHandler(this.saveAs_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // runButton // this.runButton.Image = global::renderdocui.Properties.Resources.runfwd; this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.runButton.Name = "runButton"; this.runButton.Size = new System.Drawing.Size(46, 22); this.runButton.Text = "Run"; this.runButton.Click += new System.EventHandler(this.runButton_Click); // // shellTable // this.shellTable.ColumnCount = 3; this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.Controls.Add(this.interactiveInput, 0, 0); this.shellTable.Controls.Add(this.interactiveOutput, 0, 2); this.shellTable.Controls.Add(this.executeCmd, 1, 0); this.shellTable.Controls.Add(this.clearCmd, 2, 0); this.shellTable.Location = new System.Drawing.Point(25, 40); this.shellTable.Name = "shellTable"; this.shellTable.RowCount = 3; this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.Size = new System.Drawing.Size(293, 373); this.shellTable.TabIndex = 0; // // interactiveInput // this.interactiveInput.AcceptsTab = true; this.interactiveInput.Dock = System.Windows.Forms.DockStyle.Top; this.interactiveInput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveInput.Location = new System.Drawing.Point(3, 3); this.interactiveInput.MinimumSize = new System.Drawing.Size(4, 20); this.interactiveInput.Multiline = true; this.interactiveInput.Name = "interactiveInput"; this.interactiveInput.Size = new System.Drawing.Size(175, 20); this.interactiveInput.TabIndex = 0; this.interactiveInput.WordWrap = false; this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged); this.interactiveInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown); this.interactiveInput.Layout += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout); // // interactiveOutput // this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window; this.shellTable.SetColumnSpan(this.interactiveOutput, 3); this.interactiveOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.interactiveOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveOutput.Location = new System.Drawing.Point(3, 32); this.interactiveOutput.Multiline = true; this.interactiveOutput.Name = "interactiveOutput"; this.interactiveOutput.ReadOnly = true; this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.interactiveOutput.Size = new System.Drawing.Size(287, 338); this.interactiveOutput.TabIndex = 1; // // executeCmd // this.executeCmd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.executeCmd.Location = new System.Drawing.Point(184, 3); this.executeCmd.Name = "executeCmd"; this.executeCmd.Size = new System.Drawing.Size(60, 23); this.executeCmd.TabIndex = 2; this.executeCmd.Text = "Execute"; this.executeCmd.UseVisualStyleBackColor = true; this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click); // // clearCmd // this.clearCmd.Location = new System.Drawing.Point(250, 3); this.clearCmd.Name = "clearCmd"; this.clearCmd.Size = new System.Drawing.Size(40, 23); this.clearCmd.TabIndex = 3; this.clearCmd.Text = "Clear"; this.clearCmd.UseVisualStyleBackColor = true; this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.shellMode, this.toolStripSeparator1, this.scriptMode}); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(161, 25); toolStrip1.TabIndex = 0; // // shellMode // this.shellMode.Checked = true; this.shellMode.CheckState = System.Windows.Forms.CheckState.Checked; this.shellMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.shellMode.Image = ((System.Drawing.Image)(resources.GetObject("shellMode.Image"))); this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.shellMode.Name = "shellMode"; this.shellMode.Size = new System.Drawing.Size(88, 22); this.shellMode.Text = "Interactive shell"; this.shellMode.Click += new System.EventHandler(this.mode_Changed); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // scriptMode // this.scriptMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.scriptMode.Image = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image"))); this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.scriptMode.Name = "scriptMode"; this.scriptMode.Size = new System.Drawing.Size(64, 22); this.scriptMode.Text = "Run scripts"; this.scriptMode.Click += new System.EventHandler(this.mode_Changed); // // saveDialog // this.saveDialog.DefaultExt = "py"; this.saveDialog.Filter = "Python Scripts (*.py)|*.py"; this.saveDialog.Title = "Save script as .py"; // // openDialog // this.openDialog.DefaultExt = "py"; this.openDialog.Filter = "Python Scripts (*.py)|*.py"; this.openDialog.Title = "Open .py script"; // // newScript // this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit; this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta; this.newScript.Name = "newScript"; this.newScript.Size = new System.Drawing.Size(48, 22); this.newScript.Text = "New"; this.newScript.Click += new System.EventHandler(this.newScript_Click); // // linenumTimer // this.linenumTimer.Interval = 500; this.linenumTimer.Tick += new System.EventHandler(this.linenumTimer_Tick); // // PythonShell // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(658, 450); this.Controls.Add(toolStripContainer1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "PythonShell"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.Text = "PythonShell"; this.DragDrop += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.scriptTable.ResumeLayout(false); this.scriptTable.PerformLayout(); this.scriptSplit.Panel2.ResumeLayout(false); this.scriptSplit.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit(); this.scriptSplit.ResumeLayout(false); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.shellTable.ResumeLayout(false); this.shellTable.PerformLayout(); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip MenuToolStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_UsuarioSubRubroArticulos)); 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(); this.cmdGrabarUsuario = new System.Windows.Forms.ToolStripButton(); this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.cmdSalirUsuario = new System.Windows.Forms.ToolStripButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBoxUsuario = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dataGridViewUsuariosRubro = new System.Windows.Forms.DataGridView(); this.Incluir = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.CodRubro = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn(); MenuToolStrip = new System.Windows.Forms.ToolStrip(); MenuToolStrip.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewUsuariosRubro)).BeginInit(); this.SuspendLayout(); // // MenuToolStrip // MenuToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmdGrabarUsuario, this.ToolStripSeparator4, this.toolStripLabel1, this.toolStripSeparator1, this.cmdSalirUsuario }); MenuToolStrip.Location = new System.Drawing.Point(0, 0); MenuToolStrip.Name = "MenuToolStrip"; MenuToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; MenuToolStrip.Size = new System.Drawing.Size(559, 68); MenuToolStrip.TabIndex = 36; MenuToolStrip.Text = "Menu Principal"; // // cmdGrabarUsuario // this.cmdGrabarUsuario.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdGrabarUsuario.Image = ((System.Drawing.Image)(resources.GetObject("cmdGrabarUsuario.Image"))); this.cmdGrabarUsuario.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cmdGrabarUsuario.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdGrabarUsuario.Name = "cmdGrabarUsuario"; this.cmdGrabarUsuario.Size = new System.Drawing.Size(104, 65); this.cmdGrabarUsuario.Text = "Grabar"; this.cmdGrabarUsuario.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; this.cmdGrabarUsuario.ToolTipText = "Graba Operación"; this.cmdGrabarUsuario.Click += new System.EventHandler(this.cmdGrabarUsuario_Click); // // ToolStripSeparator4 // this.ToolStripSeparator4.Name = "ToolStripSeparator4"; this.ToolStripSeparator4.Size = new System.Drawing.Size(6, 68); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(124, 65); this.toolStripLabel1.Text = " "; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 68); // // cmdSalirUsuario // this.cmdSalirUsuario.Image = ((System.Drawing.Image)(resources.GetObject("cmdSalirUsuario.Image"))); this.cmdSalirUsuario.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cmdSalirUsuario.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdSalirUsuario.Name = "cmdSalirUsuario"; this.cmdSalirUsuario.Size = new System.Drawing.Size(93, 65); this.cmdSalirUsuario.Text = "Salir"; this.cmdSalirUsuario.ToolTipText = "Salir del sistema"; this.cmdSalirUsuario.Click += new System.EventHandler(this.cmdSalirUsuario_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.comboBoxUsuario); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 68); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(559, 73); this.groupBox1.TabIndex = 37; this.groupBox1.TabStop = false; this.groupBox1.Text = "Seleccione un Usuario"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(59, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 13); this.label1.TabIndex = 1; this.label1.Text = "Usuario:"; // // comboBoxUsuario // this.comboBoxUsuario.FormattingEnabled = true; this.comboBoxUsuario.Location = new System.Drawing.Point(109, 29); this.comboBoxUsuario.Name = "comboBoxUsuario"; this.comboBoxUsuario.Size = new System.Drawing.Size(418, 21); this.comboBoxUsuario.TabIndex = 0; this.comboBoxUsuario.SelectedIndexChanged += new System.EventHandler(this.comboBoxUsuario_SelectedIndexChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.dataGridViewUsuariosRubro); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(0, 141); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(559, 353); this.groupBox2.TabIndex = 38; this.groupBox2.TabStop = false; this.groupBox2.Text = "SubRubros Asignados"; // // dataGridViewUsuariosRubro // this.dataGridViewUsuariosRubro.AllowUserToAddRows = false; this.dataGridViewUsuariosRubro.AllowUserToDeleteRows = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; 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.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewUsuariosRubro.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dataGridViewUsuariosRubro.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewUsuariosRubro.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Incluir, this.CodRubro, this.Descripcion }); this.dataGridViewUsuariosRubro.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewUsuariosRubro.Location = new System.Drawing.Point(3, 16); this.dataGridViewUsuariosRubro.Name = "dataGridViewUsuariosRubro"; this.dataGridViewUsuariosRubro.Size = new System.Drawing.Size(553, 334); this.dataGridViewUsuariosRubro.TabIndex = 1; this.dataGridViewUsuariosRubro.CurrentCellDirtyStateChanged += new System.EventHandler(this.dataGridViewUsuariosRubro_CurrentCellDirtyStateChanged); // // Incluir // this.Incluir.DataPropertyName = "Incluido"; this.Incluir.HeaderText = "Incluir"; this.Incluir.Name = "Incluir"; this.Incluir.Width = 80; // // CodRubro // this.CodRubro.DataPropertyName = "artda2_Cod"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.CodRubro.DefaultCellStyle = dataGridViewCellStyle5; this.CodRubro.HeaderText = "Sub Rubro"; this.CodRubro.Name = "CodRubro"; // // Descripcion // this.Descripcion.DataPropertyName = "da2_Desc"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.Descripcion.DefaultCellStyle = dataGridViewCellStyle6; this.Descripcion.HeaderText = "Descripción"; this.Descripcion.Name = "Descripcion"; this.Descripcion.Width = 300; // // Frm_UsuarioSubRubroArticulos // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(559, 506); this.ControlBox = false; this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(MenuToolStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Frm_UsuarioSubRubroArticulos"; this.Text = "Admistrar Sub Rubros Artículos"; this.Load += new System.EventHandler(this.Frm_UsuarioRubroArticulos_Load); MenuToolStrip.ResumeLayout(false); MenuToolStrip.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewUsuariosRubro)).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() { System.Windows.Forms.ToolStripContainer tscFileImport; System.Windows.Forms.TableLayoutPanel tlpFileImport; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm)); System.Windows.Forms.GroupBox gbImportedTransactionList; System.Windows.Forms.GroupBox gbTransactionDetails; System.Windows.Forms.TableLayoutPanel tlpDetails; System.Windows.Forms.Label lblDate; System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblAccount; System.Windows.Forms.Label lblAmount; System.Windows.Forms.Label lblTags; System.Windows.Forms.ToolStrip tsFileImport; this.lbImportedTransactions = new System.Windows.Forms.ListBox(); this.cbImport = new System.Windows.Forms.CheckBox(); this.dtpDate = new System.Windows.Forms.DateTimePicker(); this.tbTitle = new System.Windows.Forms.TextBox(); this.cbImplementsPlan = new System.Windows.Forms.CheckBox(); this.cbPlan = new System.Windows.Forms.ComboBox(); this.cbAccount = new System.Windows.Forms.ComboBox(); this.numAmount = new System.Windows.Forms.NumericUpDown(); this.lblCurrency = new System.Windows.Forms.Label(); this.ttbTags = new easyMoney.Controls.TagTextBox(); this.tsbOpen = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.tsbImport = new System.Windows.Forms.ToolStripButton(); this.fdFileOpen = new System.Windows.Forms.OpenFileDialog(); tscFileImport = new System.Windows.Forms.ToolStripContainer(); tlpFileImport = new System.Windows.Forms.TableLayoutPanel(); gbImportedTransactionList = new System.Windows.Forms.GroupBox(); gbTransactionDetails = new System.Windows.Forms.GroupBox(); tlpDetails = new System.Windows.Forms.TableLayoutPanel(); lblDate = new System.Windows.Forms.Label(); lblTitle = new System.Windows.Forms.Label(); lblAccount = new System.Windows.Forms.Label(); lblAmount = new System.Windows.Forms.Label(); lblTags = new System.Windows.Forms.Label(); tsFileImport = new System.Windows.Forms.ToolStrip(); tscFileImport.ContentPanel.SuspendLayout(); tscFileImport.TopToolStripPanel.SuspendLayout(); tscFileImport.SuspendLayout(); tlpFileImport.SuspendLayout(); gbImportedTransactionList.SuspendLayout(); gbTransactionDetails.SuspendLayout(); tlpDetails.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit(); tsFileImport.SuspendLayout(); this.SuspendLayout(); // // tscFileImport // tscFileImport.BottomToolStripPanelVisible = false; // // tscFileImport.ContentPanel // tscFileImport.ContentPanel.Controls.Add(tlpFileImport); resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel"); resources.ApplyResources(tscFileImport, "tscFileImport"); tscFileImport.LeftToolStripPanelVisible = false; tscFileImport.Name = "tscFileImport"; tscFileImport.RightToolStripPanelVisible = false; // // tscFileImport.TopToolStripPanel // tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport); // // tlpFileImport // resources.ApplyResources(tlpFileImport, "tlpFileImport"); tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0); tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0); tlpFileImport.Name = "tlpFileImport"; // // gbImportedTransactionList // gbImportedTransactionList.Controls.Add(this.lbImportedTransactions); resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList"); gbImportedTransactionList.Name = "gbImportedTransactionList"; gbImportedTransactionList.TabStop = false; // // lbImportedTransactions // resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions"); this.lbImportedTransactions.FormattingEnabled = true; this.lbImportedTransactions.Name = "lbImportedTransactions"; this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged); // // gbTransactionDetails // gbTransactionDetails.Controls.Add(tlpDetails); resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails"); gbTransactionDetails.Name = "gbTransactionDetails"; gbTransactionDetails.TabStop = false; // // tlpDetails // resources.ApplyResources(tlpDetails, "tlpDetails"); tlpDetails.Controls.Add(this.cbImport, 0, 0); tlpDetails.Controls.Add(lblDate, 0, 1); tlpDetails.Controls.Add(this.dtpDate, 0, 2); tlpDetails.Controls.Add(lblTitle, 0, 3); tlpDetails.Controls.Add(this.tbTitle, 0, 4); tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5); tlpDetails.Controls.Add(this.cbPlan, 0, 6); tlpDetails.Controls.Add(lblAccount, 0, 7); tlpDetails.Controls.Add(this.cbAccount, 0, 8); tlpDetails.Controls.Add(lblAmount, 0, 9); tlpDetails.Controls.Add(this.numAmount, 0, 10); tlpDetails.Controls.Add(this.lblCurrency, 2, 10); tlpDetails.Controls.Add(lblTags, 0, 11); tlpDetails.Controls.Add(this.ttbTags, 0, 12); tlpDetails.Name = "tlpDetails"; // // cbImport // resources.ApplyResources(this.cbImport, "cbImport"); tlpDetails.SetColumnSpan(this.cbImport, 3); this.cbImport.Name = "cbImport"; this.cbImport.UseVisualStyleBackColor = true; // // lblDate // resources.ApplyResources(lblDate, "lblDate"); tlpDetails.SetColumnSpan(lblDate, 3); lblDate.Name = "lblDate"; // // dtpDate // tlpDetails.SetColumnSpan(this.dtpDate, 3); resources.ApplyResources(this.dtpDate, "dtpDate"); this.dtpDate.Name = "dtpDate"; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); tlpDetails.SetColumnSpan(lblTitle, 3); lblTitle.Name = "lblTitle"; // // tbTitle // this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; tlpDetails.SetColumnSpan(this.tbTitle, 3); resources.ApplyResources(this.tbTitle, "tbTitle"); this.tbTitle.Name = "tbTitle"; // // cbImplementsPlan // resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan"); tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3); this.cbImplementsPlan.Name = "cbImplementsPlan"; this.cbImplementsPlan.UseVisualStyleBackColor = true; // // cbPlan // tlpDetails.SetColumnSpan(this.cbPlan, 3); resources.ApplyResources(this.cbPlan, "cbPlan"); this.cbPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPlan.FormattingEnabled = true; this.cbPlan.Name = "cbPlan"; // // lblAccount // resources.ApplyResources(lblAccount, "lblAccount"); tlpDetails.SetColumnSpan(lblAccount, 3); lblAccount.Name = "lblAccount"; // // cbAccount // tlpDetails.SetColumnSpan(this.cbAccount, 3); resources.ApplyResources(this.cbAccount, "cbAccount"); this.cbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbAccount.FormattingEnabled = true; this.cbAccount.Name = "cbAccount"; // // lblAmount // resources.ApplyResources(lblAmount, "lblAmount"); tlpDetails.SetColumnSpan(lblAmount, 3); lblAmount.Name = "lblAmount"; // // numAmount // tlpDetails.SetColumnSpan(this.numAmount, 2); this.numAmount.DecimalPlaces = 2; resources.ApplyResources(this.numAmount, "numAmount"); this.numAmount.Maximum = new decimal(new int[] { 1569325055, 23283064, 0, 0}); this.numAmount.Name = "numAmount"; // // lblCurrency // resources.ApplyResources(this.lblCurrency, "lblCurrency"); this.lblCurrency.Name = "lblCurrency"; // // lblTags // resources.ApplyResources(lblTags, "lblTags"); tlpDetails.SetColumnSpan(lblTags, 3); lblTags.Name = "lblTags"; // // ttbTags // tlpDetails.SetColumnSpan(this.ttbTags, 3); resources.ApplyResources(this.ttbTags, "ttbTags"); this.ttbTags.Name = "ttbTags"; this.ttbTags.PopupOpened = false; this.ttbTags.ReadOnly = false; this.ttbTags.Tags = ((System.Collections.Generic.IEnumerable<string>)(resources.GetObject("ttbTags.Tags"))); // // tsFileImport // resources.ApplyResources(tsFileImport, "tsFileImport"); tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOpen, this.tsbClose, this.tsbImport}); tsFileImport.Name = "tsFileImport"; tsFileImport.Stretch = true; // // tsbOpen // this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page; resources.ApplyResources(this.tsbOpen, "tsbOpen"); this.tsbOpen.Name = "tsbOpen"; this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click); // // tsbClose // this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick; resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // tsbImport // this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple; resources.ApplyResources(this.tsbImport, "tsbImport"); this.tsbImport.Name = "tsbImport"; this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click); // // fdFileOpen // this.fdFileOpen.DefaultExt = "*.xml"; resources.ApplyResources(this.fdFileOpen, "fdFileOpen"); // // FileImportForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tscFileImport); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "FileImportForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.FileImportForm_Load); tscFileImport.ContentPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.PerformLayout(); tscFileImport.ResumeLayout(false); tscFileImport.PerformLayout(); tlpFileImport.ResumeLayout(false); gbImportedTransactionList.ResumeLayout(false); gbTransactionDetails.ResumeLayout(false); tlpDetails.ResumeLayout(false); tlpDetails.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit(); tsFileImport.ResumeLayout(false); tsFileImport.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.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.ContextMenuStrip cmsItems; System.Windows.Forms.ToolStripMenuItem tsmiClearItems; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem tsmiRemoveItem; System.Windows.Forms.ToolStrip tsMainStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripSeparator toolStripSeparator2; this.tsslCommittingChanges = new System.Windows.Forms.ToolStripStatusLabel(); this.tsslLoadingFiles = new System.Windows.Forms.ToolStripStatusLabel(); this.tsslDragDropInfo = new System.Windows.Forms.ToolStripStatusLabel(); this.tsmiCommitSelected = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiRevertChanges = new System.Windows.Forms.ToolStripMenuItem(); this.tsddbRenameFiles = new System.Windows.Forms.ToolStripDropDownButton(); this.tsddbRenameFolders = new System.Windows.Forms.ToolStripDropDownButton(); this.tsddbTagsFromName = new System.Windows.Forms.ToolStripDropDownButton(); this.tsmiTitleFromFileName = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiVideoNameFromFileName = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiFixTitleAndName = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiClearTitle = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiClearVideoName = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiSwapTitleAndName = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiRecoverSpaces = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiRemoveBracketContent = new System.Windows.Forms.ToolStripMenuItem(); this.dgvResults = new System.Windows.Forms.DataGridView(); this.tsmiAutoFillFromFileName = new System.Windows.Forms.ToolStripMenuItem(); statusStrip1 = new System.Windows.Forms.StatusStrip(); cmsItems = new System.Windows.Forms.ContextMenuStrip(this.components); tsmiClearItems = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); tsmiRemoveItem = new System.Windows.Forms.ToolStripMenuItem(); tsMainStrip = new System.Windows.Forms.ToolStrip(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); statusStrip1.SuspendLayout(); cmsItems.SuspendLayout(); tsMainStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).BeginInit(); this.SuspendLayout(); // // statusStrip1 // statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslCommittingChanges, this.tsslLoadingFiles, this.tsslDragDropInfo }); statusStrip1.Location = new System.Drawing.Point(0, 405); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(818, 22); statusStrip1.TabIndex = 1; statusStrip1.Text = "statusStrip1"; // // tsslCommittingChanges // this.tsslCommittingChanges.Image = global::MassMediaEdit.Properties.Resources._16x11_Loading_Animation; this.tsslCommittingChanges.Name = "tsslCommittingChanges"; this.tsslCommittingChanges.Size = new System.Drawing.Size(118, 17); this.tsslCommittingChanges.Text = "Writing changes..."; this.tsslCommittingChanges.Visible = false; // // tsslLoadingFiles // this.tsslLoadingFiles.Image = global::MassMediaEdit.Properties.Resources._16x11_Loading_Animation; this.tsslLoadingFiles.Name = "tsslLoadingFiles"; this.tsslLoadingFiles.Size = new System.Drawing.Size(99, 17); this.tsslLoadingFiles.Text = "Loading files..."; this.tsslLoadingFiles.Visible = false; // // tsslDragDropInfo // this.tsslDragDropInfo.Name = "tsslDragDropInfo"; this.tsslDragDropInfo.Size = new System.Drawing.Size(229, 17); this.tsslDragDropInfo.Text = "Please Drag && Drop Files into this Window"; // // cmsItems // cmsItems.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { tsmiClearItems, toolStripSeparator1, tsmiRemoveItem, this.tsmiCommitSelected, this.tsmiRevertChanges }); cmsItems.Name = "cmsItems"; cmsItems.Size = new System.Drawing.Size(119, 98); cmsItems.Opening += new System.ComponentModel.CancelEventHandler(this.cmsItems_Opening); // // tsmiClearItems // tsmiClearItems.Image = global::MassMediaEdit.Properties.Resources.Clear; tsmiClearItems.Name = "tsmiClearItems"; tsmiClearItems.Size = new System.Drawing.Size(118, 22); tsmiClearItems.Text = "Clear"; tsmiClearItems.Click += new System.EventHandler(this.tsmiClearItems_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(115, 6); // // tsmiRemoveItem // tsmiRemoveItem.Image = global::MassMediaEdit.Properties.Resources._24x24_Delete__2_; tsmiRemoveItem.Name = "tsmiRemoveItem"; tsmiRemoveItem.Size = new System.Drawing.Size(118, 22); tsmiRemoveItem.Text = "Remove"; tsmiRemoveItem.Click += new System.EventHandler(this.tsmiRemoveItem_Click); // // tsmiCommitSelected // this.tsmiCommitSelected.Image = global::MassMediaEdit.Properties.Resources._16x16_Blue_Disk; this.tsmiCommitSelected.Name = "tsmiCommitSelected"; this.tsmiCommitSelected.Size = new System.Drawing.Size(118, 22); this.tsmiCommitSelected.Text = "Commit"; this.tsmiCommitSelected.Click += new System.EventHandler(this.tsmiCommitSelected_Click); // // tsmiRevertChanges // this.tsmiRevertChanges.Image = global::MassMediaEdit.Properties.Resources._16x16_Undo; this.tsmiRevertChanges.Name = "tsmiRevertChanges"; this.tsmiRevertChanges.Size = new System.Drawing.Size(118, 22); this.tsmiRevertChanges.Text = "Revert"; this.tsmiRevertChanges.Click += new System.EventHandler(this.tsmiRevertChanges_Click); // // tsMainStrip // tsMainStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsMainStrip.ImageScalingSize = new System.Drawing.Size(24, 24); tsMainStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsddbRenameFiles, this.tsddbRenameFolders, this.tsddbTagsFromName }); tsMainStrip.Location = new System.Drawing.Point(0, 0); tsMainStrip.Name = "tsMainStrip"; tsMainStrip.Size = new System.Drawing.Size(818, 31); tsMainStrip.TabIndex = 2; tsMainStrip.Text = "toolStrip1"; // // tsddbRenameFiles // this.tsddbRenameFiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsddbRenameFiles.Enabled = false; this.tsddbRenameFiles.Image = ((System.Drawing.Image)(resources.GetObject("tsddbRenameFiles.Image"))); this.tsddbRenameFiles.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbRenameFiles.Name = "tsddbRenameFiles"; this.tsddbRenameFiles.Size = new System.Drawing.Size(37, 28); this.tsddbRenameFiles.Text = "Rename Files"; this.tsddbRenameFiles.Click += new System.EventHandler(this.tsddbRenameFiles_Click); // // tsddbRenameFolders // this.tsddbRenameFolders.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsddbRenameFolders.Enabled = false; this.tsddbRenameFolders.Image = global::MassMediaEdit.Properties.Resources._24x24_Rename_Folders; this.tsddbRenameFolders.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbRenameFolders.Name = "tsddbRenameFolders"; this.tsddbRenameFolders.Size = new System.Drawing.Size(37, 28); this.tsddbRenameFolders.Text = "Rename Source Folder"; this.tsddbRenameFolders.Click += new System.EventHandler(this.tsddbRenameFolders_Click); // // tsddbTagsFromName // this.tsddbTagsFromName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsddbTagsFromName.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTitleFromFileName, this.tsmiVideoNameFromFileName, this.tsmiFixTitleAndName, this.tsmiClearTitle, this.tsmiClearVideoName, this.tsmiSwapTitleAndName, this.tsmiRecoverSpaces, this.tsmiRemoveBracketContent, toolStripSeparator2, this.tsmiAutoFillFromFileName }); this.tsddbTagsFromName.Enabled = false; this.tsddbTagsFromName.Image = global::MassMediaEdit.Properties.Resources._24x24_Tags_From_Data; this.tsddbTagsFromName.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbTagsFromName.Name = "tsddbTagsFromName"; this.tsddbTagsFromName.Size = new System.Drawing.Size(37, 28); this.tsddbTagsFromName.Text = "Tags From Name"; this.tsddbTagsFromName.Click += new System.EventHandler(this.tsddbTagsFromName_Click); // // tsmiTitleFromFileName // this.tsmiTitleFromFileName.Name = "tsmiTitleFromFileName"; this.tsmiTitleFromFileName.Size = new System.Drawing.Size(205, 22); this.tsmiTitleFromFileName.Text = "Title From Filename"; this.tsmiTitleFromFileName.Click += new System.EventHandler(this.tsmiTitleFromFilename_Click); // // tsmiVideoNameFromFileName // this.tsmiVideoNameFromFileName.Name = "tsmiVideoNameFromFileName"; this.tsmiVideoNameFromFileName.Size = new System.Drawing.Size(205, 22); this.tsmiVideoNameFromFileName.Text = "Name From Filename"; this.tsmiVideoNameFromFileName.Click += new System.EventHandler(this.tsmiVideoNameFromFileName_Click); // // tsmiFixTitleAndName // this.tsmiFixTitleAndName.Name = "tsmiFixTitleAndName"; this.tsmiFixTitleAndName.Size = new System.Drawing.Size(205, 22); this.tsmiFixTitleAndName.Text = "Fix Title/Name"; this.tsmiFixTitleAndName.Click += new System.EventHandler(this.tsmiFixTitleAndName_Click); // // tsmiClearTitle // this.tsmiClearTitle.Name = "tsmiClearTitle"; this.tsmiClearTitle.Size = new System.Drawing.Size(205, 22); this.tsmiClearTitle.Text = "Clear Title"; this.tsmiClearTitle.Click += new System.EventHandler(this.tsmiClearTitle_Click); // // tsmiClearVideoName // this.tsmiClearVideoName.Name = "tsmiClearVideoName"; this.tsmiClearVideoName.Size = new System.Drawing.Size(205, 22); this.tsmiClearVideoName.Text = "Clear Name"; this.tsmiClearVideoName.Click += new System.EventHandler(this.tsmiClearVideoName_Click); // // tsmiSwapTitleAndName // this.tsmiSwapTitleAndName.Name = "tsmiSwapTitleAndName"; this.tsmiSwapTitleAndName.Size = new System.Drawing.Size(205, 22); this.tsmiSwapTitleAndName.Text = "Swap Title && Name"; this.tsmiSwapTitleAndName.Click += new System.EventHandler(this.tsmiSwapTitleAndName_Click); // // tsmiRecoverSpaces // this.tsmiRecoverSpaces.Name = "tsmiRecoverSpaces"; this.tsmiRecoverSpaces.Size = new System.Drawing.Size(205, 22); this.tsmiRecoverSpaces.Text = "Recover Spaces"; this.tsmiRecoverSpaces.Click += new System.EventHandler(this.tsmiRecoverSpaces_Click); // // tsmiRemoveBracketContent // this.tsmiRemoveBracketContent.Name = "tsmiRemoveBracketContent"; this.tsmiRemoveBracketContent.Size = new System.Drawing.Size(205, 22); this.tsmiRemoveBracketContent.Text = "Remove Bracket Content"; this.tsmiRemoveBracketContent.Click += new System.EventHandler(this.tsmiRemoveBracketContent_Click); // // dgvResults // this.dgvResults.AllowDrop = true; this.dgvResults.AllowUserToAddRows = false; this.dgvResults.AllowUserToDeleteRows = false; this.dgvResults.AllowUserToResizeRows = false; this.dgvResults.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvResults.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvResults.ContextMenuStrip = cmsItems; this.dgvResults.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvResults.Location = new System.Drawing.Point(0, 31); this.dgvResults.Name = "dgvResults"; this.dgvResults.RowHeadersVisible = false; this.dgvResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvResults.Size = new System.Drawing.Size(818, 374); this.dgvResults.TabIndex = 0; this.dgvResults.SelectionChanged += new System.EventHandler(this.dgvResults_SelectionChanged); this.dgvResults.DragDrop += new System.Windows.Forms.DragEventHandler(this.dgvResults_DragDrop); this.dgvResults.DragEnter += new System.Windows.Forms.DragEventHandler(this.dgvResults_DragEnter); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(202, 6); // // tsmiAutoFillFromFileName // this.tsmiAutoFillFromFileName.Name = "tsmiAutoFillFromFileName"; this.tsmiAutoFillFromFileName.Size = new System.Drawing.Size(205, 22); this.tsmiAutoFillFromFileName.Text = "Auto-Fill from Filename"; this.tsmiAutoFillFromFileName.Click += new System.EventHandler(this.tsmiAutoFillFromFileName_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(818, 427); this.Controls.Add(this.dgvResults); this.Controls.Add(tsMainStrip); this.Controls.Add(statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainForm"; this.Text = "MainForm"; statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); cmsItems.ResumeLayout(false); tsMainStrip.ResumeLayout(false); tsMainStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).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.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCadFornecedores)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource(); this.tbIncluir = new System.Windows.Forms.ToolStripButton(); this.tbAlterar = new System.Windows.Forms.ToolStripButton(); this.tbExcluir = new System.Windows.Forms.ToolStripButton(); this.tbAtualizar = new System.Windows.Forms.ToolStripButton(); this.tbImprimir = new System.Windows.Forms.ToolStripButton(); this.tbVoltar = new System.Windows.Forms.ToolStripButton(); this.FornecedoresBindingSource = new System.Windows.Forms.BindingSource(this.components); this.rdbDesc = new System.Windows.Forms.RadioButton(); this.label10 = new System.Windows.Forms.Label(); this.cbxOrdenar = new System.Windows.Forms.ComboBox(); this.cbxPesquisar = new System.Windows.Forms.ComboBox(); this.panel3 = new System.Windows.Forms.Panel(); this.rdbCresc = new System.Windows.Forms.RadioButton(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.btnPesquisa = new System.Windows.Forms.Button(); this.txtConsulta = new System.Windows.Forms.MaskedTextBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dtgFornecedores = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtEmail = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtContato = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtTel = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtRazaoSocial = new System.Windows.Forms.TextBox(); this.txtCNPJ = new System.Windows.Forms.TextBox(); this.btn01 = new System.Windows.Forms.Button(); this.btn02 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtCodigo = new System.Windows.Forms.TextBox(); this.txtIE = new System.Windows.Forms.TextBox(); this.panel5 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.btnGerarRelatorio = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); this.label13 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.FornecedoresBindingSource)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgFornecedores)).BeginInit(); this.groupBox1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.AutoSize = false; toolStrip1.BackColor = System.Drawing.Color.White; toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripMargin = new System.Windows.Forms.Padding(0); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbIncluir, this.tbAlterar, this.tbExcluir, this.tbAtualizar, this.tbImprimir, this.tbVoltar}); toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; toolStrip1.Location = new System.Drawing.Point(2, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Padding = new System.Windows.Forms.Padding(0); toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; toolStrip1.ShowItemToolTips = false; toolStrip1.Size = new System.Drawing.Size(69, 506); toolStrip1.TabIndex = 94; toolStrip1.Text = "toolStrip1"; // // tbIncluir // this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image"))); this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbIncluir.Name = "tbIncluir"; this.tbIncluir.Size = new System.Drawing.Size(68, 83); this.tbIncluir.Text = "Incluir"; this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbIncluir.ToolTipText = "Clique parar incluir um registro"; this.tbIncluir.Click += new System.EventHandler(this.tbIncluir_Click); // // tbAlterar // this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image"))); this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAlterar.Name = "tbAlterar"; this.tbAlterar.Size = new System.Drawing.Size(68, 83); this.tbAlterar.Text = "Alterar"; this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbAlterar.ToolTipText = "Clique para alterar um registro"; this.tbAlterar.Click += new System.EventHandler(this.tbAlterar_Click); // // tbExcluir // this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image"))); this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbExcluir.Name = "tbExcluir"; this.tbExcluir.Size = new System.Drawing.Size(68, 83); this.tbExcluir.Text = "Excluir"; this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbExcluir.ToolTipText = "Clique para excluir um registro"; this.tbExcluir.Click += new System.EventHandler(this.tbExcluir_Click); // // tbAtualizar // this.tbAtualizar.Image = ((System.Drawing.Image)(resources.GetObject("tbAtualizar.Image"))); this.tbAtualizar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbAtualizar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAtualizar.Name = "tbAtualizar"; this.tbAtualizar.Size = new System.Drawing.Size(68, 83); this.tbAtualizar.Text = "Atualizar"; this.tbAtualizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbAtualizar.ToolTipText = "Clique para Atualizar os registros"; this.tbAtualizar.Click += new System.EventHandler(this.tbAtualizar_Click); // // tbImprimir // this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image"))); this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbImprimir.Name = "tbImprimir"; this.tbImprimir.Size = new System.Drawing.Size(68, 83); this.tbImprimir.Text = "Imprimir"; this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbImprimir.ToolTipText = "Clique para imprimir "; this.tbImprimir.Click += new System.EventHandler(this.tbImprimir_Click); // // tbVoltar // this.tbVoltar.Image = ((System.Drawing.Image)(resources.GetObject("tbVoltar.Image"))); this.tbVoltar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbVoltar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbVoltar.Name = "tbVoltar"; this.tbVoltar.Size = new System.Drawing.Size(68, 83); this.tbVoltar.Text = "Voltar"; this.tbVoltar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbVoltar.ToolTipText = "Retornar a tela anterior"; // // FornecedoresBindingSource // this.FornecedoresBindingSource.DataSource = typeof(Control_Manager_Plus.Classes.Fornecedores); // // rdbDesc // this.rdbDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rdbDesc.AutoSize = true; this.rdbDesc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbDesc.ForeColor = System.Drawing.Color.White; this.rdbDesc.Location = new System.Drawing.Point(840, 12); this.rdbDesc.Name = "rdbDesc"; this.rdbDesc.Size = new System.Drawing.Size(65, 17); this.rdbDesc.TabIndex = 6; this.rdbDesc.Text = "Z -> A"; this.rdbDesc.UseVisualStyleBackColor = true; this.rdbDesc.CheckedChanged += new System.EventHandler(this.rdbDesc_CheckedChanged); // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Verdana", 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(5, 14); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(109, 13); this.label10.TabIndex = 0; this.label10.Text = "Pesquisar por..."; // // cbxOrdenar // this.cbxOrdenar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbxOrdenar.FormattingEnabled = true; this.cbxOrdenar.Items.AddRange(new object[] { "Código do Fornecedor", "Nome / Razão Social", "CPF / CNPJ"}); this.cbxOrdenar.Location = new System.Drawing.Point(621, 10); this.cbxOrdenar.Name = "cbxOrdenar"; this.cbxOrdenar.Size = new System.Drawing.Size(151, 21); this.cbxOrdenar.TabIndex = 1; this.cbxOrdenar.SelectedIndexChanged += new System.EventHandler(this.cbxOrdenar_SelectedIndexChanged); // // cbxPesquisar // this.cbxPesquisar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbxPesquisar.FormattingEnabled = true; this.cbxPesquisar.Items.AddRange(new object[] { "Todos os Campos", "Código do Fornecedor", "Nome / Razão Social", "CPF / CNPJ", "Inscrição Estadual", "Telefone", "Contato", "E-mail"}); this.cbxPesquisar.Location = new System.Drawing.Point(331, 10); this.cbxPesquisar.Name = "cbxPesquisar"; this.cbxPesquisar.Size = new System.Drawing.Size(143, 21); this.cbxPesquisar.TabIndex = 1; this.cbxPesquisar.SelectedValueChanged += new System.EventHandler(this.cbxPesquisar_SelectedValueChanged); // // panel3 // this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel3.BackColor = System.Drawing.Color.DimGray; this.panel3.Controls.Add(this.rdbDesc); this.panel3.Controls.Add(this.label10); this.panel3.Controls.Add(this.rdbCresc); this.panel3.Controls.Add(this.cbxOrdenar); this.panel3.Controls.Add(this.label9); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.cbxPesquisar); this.panel3.Controls.Add(this.btnPesquisa); this.panel3.Controls.Add(this.txtConsulta); this.panel3.Location = new System.Drawing.Point(2, 102); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(907, 39); this.panel3.TabIndex = 115; // // rdbCresc // this.rdbCresc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rdbCresc.AutoSize = true; this.rdbCresc.Checked = true; this.rdbCresc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbCresc.ForeColor = System.Drawing.Color.White; this.rdbCresc.Location = new System.Drawing.Point(774, 12); this.rdbCresc.Name = "rdbCresc"; this.rdbCresc.Size = new System.Drawing.Size(65, 17); this.rdbCresc.TabIndex = 6; this.rdbCresc.TabStop = true; this.rdbCresc.Text = "A -> Z"; this.rdbCresc.UseVisualStyleBackColor = true; this.rdbCresc.CheckedChanged += new System.EventHandler(this.rdbCresc_CheckedChanged); // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Verdana", 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(299, 14); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(27, 13); this.label9.TabIndex = 5; this.label9.Text = "em"; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Verdana", 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(558, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(60, 13); this.label8.TabIndex = 5; this.label8.Text = "Ordenar"; // // btnPesquisa // this.btnPesquisa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.btnPesquisa.BackgroundImage = global::Control_Manager_Plus.Properties.Resources.find; this.btnPesquisa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnPesquisa.Location = new System.Drawing.Point(491, 8); this.btnPesquisa.Name = "btnPesquisa"; this.btnPesquisa.Size = new System.Drawing.Size(64, 25); this.btnPesquisa.TabIndex = 4; this.btnPesquisa.UseVisualStyleBackColor = false; this.btnPesquisa.Click += new System.EventHandler(this.btnPesquisa_Click); // // txtConsulta // this.txtConsulta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtConsulta.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtConsulta.Location = new System.Drawing.Point(114, 9); this.txtConsulta.Name = "txtConsulta"; this.txtConsulta.Size = new System.Drawing.Size(179, 22); this.txtConsulta.TabIndex = 3; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(91, 93); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dtgFornecedores); this.splitContainer1.Panel1.Controls.Add(this.panel3); this.splitContainer1.Panel1.Controls.Add(this.groupBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel5); this.splitContainer1.Panel2.Controls.Add(this.reportViewer1); this.splitContainer1.Panel2Collapsed = true; this.splitContainer1.Size = new System.Drawing.Size(912, 523); this.splitContainer1.SplitterDistance = 304; this.splitContainer1.TabIndex = 119; // // dtgFornecedores // dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dtgFornecedores.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dtgFornecedores.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.dtgFornecedores.BackgroundColor = System.Drawing.Color.White; this.dtgFornecedores.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dtgFornecedores.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgFornecedores.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5, this.Column7, this.Column8}); this.dtgFornecedores.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dtgFornecedores.Location = new System.Drawing.Point(2, 147); this.dtgFornecedores.Name = "dtgFornecedores"; this.dtgFornecedores.ReadOnly = true; this.dtgFornecedores.RowHeadersVisible = false; this.dtgFornecedores.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dtgFornecedores.Size = new System.Drawing.Size(907, 376); this.dtgFornecedores.TabIndex = 116; this.dtgFornecedores.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgFornecedores_CellClick); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "E_Id"; dataGridViewCellStyle2.NullValue = "000000"; this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewTextBoxColumn1.FillWeight = 50F; this.dataGridViewTextBoxColumn1.Frozen = true; this.dataGridViewTextBoxColumn1.HeaderText = "Código"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 50; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "E_RazaoSocial"; this.dataGridViewTextBoxColumn2.FillWeight = 220F; this.dataGridViewTextBoxColumn2.Frozen = true; this.dataGridViewTextBoxColumn2.HeaderText = "Razão Social"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 220; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "E_CNPJ"; this.dataGridViewTextBoxColumn3.Frozen = true; this.dataGridViewTextBoxColumn3.HeaderText = "CNPJ"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "E_IE"; this.dataGridViewTextBoxColumn4.FillWeight = 80F; this.dataGridViewTextBoxColumn4.HeaderText = "IE"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 80; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "E_Tel"; this.dataGridViewTextBoxColumn5.HeaderText = "Telefone"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; // // Column7 // this.Column7.DataPropertyName = "E_Contato"; this.Column7.FillWeight = 120F; this.Column7.HeaderText = "Contato"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 120; // // Column8 // this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column8.DataPropertyName = "E_Email"; this.Column8.HeaderText = "E-mail"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.txtEmail); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtContato); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtTel); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtRazaoSocial); this.groupBox1.Controls.Add(this.txtCNPJ); this.groupBox1.Controls.Add(this.btn01); this.groupBox1.Controls.Add(this.btn02); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtCodigo); this.groupBox1.Controls.Add(this.txtIE); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(2, -5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(907, 103); this.groupBox1.TabIndex = 112; this.groupBox1.TabStop = false; // // txtEmail // this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtEmail.BackColor = System.Drawing.Color.LemonChiffon; this.txtEmail.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower; this.txtEmail.Location = new System.Drawing.Point(412, 74); this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(218, 22); this.txtEmail.TabIndex = 120; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(409, 58); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(46, 16); this.label4.TabIndex = 119; this.label4.Text = "E-mail"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(120, 58); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(62, 16); this.label7.TabIndex = 35; this.label7.Text = "Telefone"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(473, 11); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(43, 16); this.label6.TabIndex = 31; this.label6.Text = "CNPJ"; // // txtContato // this.txtContato.BackColor = System.Drawing.Color.LemonChiffon; this.txtContato.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtContato.Location = new System.Drawing.Point(252, 74); this.txtContato.Name = "txtContato"; this.txtContato.Size = new System.Drawing.Size(154, 22); this.txtContato.TabIndex = 118; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(249, 55); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(54, 16); this.label14.TabIndex = 117; this.label14.Text = "Contato"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(91, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 16); this.label2.TabIndex = 30; this.label2.Text = "Razão Social"; // // txtTel // this.txtTel.BackColor = System.Drawing.Color.LemonChiffon; this.txtTel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTel.Location = new System.Drawing.Point(120, 74); this.txtTel.Name = "txtTel"; this.txtTel.Size = new System.Drawing.Size(126, 22); this.txtTel.TabIndex = 33; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(9, 58); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(91, 16); this.label5.TabIndex = 34; this.label5.Text = "Insc. Estadual"; // // txtRazaoSocial // this.txtRazaoSocial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtRazaoSocial.BackColor = System.Drawing.Color.LemonChiffon; this.txtRazaoSocial.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtRazaoSocial.Location = new System.Drawing.Point(94, 30); this.txtRazaoSocial.Name = "txtRazaoSocial"; this.txtRazaoSocial.Size = new System.Drawing.Size(376, 22); this.txtRazaoSocial.TabIndex = 29; // // txtCNPJ // this.txtCNPJ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtCNPJ.BackColor = System.Drawing.Color.LemonChiffon; this.txtCNPJ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCNPJ.Location = new System.Drawing.Point(476, 30); this.txtCNPJ.Name = "txtCNPJ"; this.txtCNPJ.Size = new System.Drawing.Size(154, 22); this.txtCNPJ.TabIndex = 28; // // btn01 // this.btn01.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn01.Enabled = false; this.btn01.Location = new System.Drawing.Point(670, 26); this.btn01.Name = "btn01"; this.btn01.Size = new System.Drawing.Size(110, 59); this.btn01.TabIndex = 27; this.btn01.Text = "Salvar"; this.btn01.UseVisualStyleBackColor = true; this.btn01.Click += new System.EventHandler(this.btn01_Click); // // btn02 // this.btn02.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn02.Location = new System.Drawing.Point(786, 26); this.btn02.Name = "btn02"; this.btn02.Size = new System.Drawing.Size(110, 59); this.btn02.TabIndex = 27; this.btn02.Text = "Sair"; this.btn02.UseVisualStyleBackColor = true; this.btn02.Click += new System.EventHandler(this.btn02_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 16); this.label1.TabIndex = 6; this.label1.Text = "Codigo"; // // txtCodigo // this.txtCodigo.BackColor = System.Drawing.Color.LemonChiffon; this.txtCodigo.Location = new System.Drawing.Point(9, 30); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.Size = new System.Drawing.Size(79, 22); this.txtCodigo.TabIndex = 2; // // txtIE // this.txtIE.BackColor = System.Drawing.Color.LemonChiffon; this.txtIE.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtIE.Location = new System.Drawing.Point(10, 74); this.txtIE.Name = "txtIE"; this.txtIE.Size = new System.Drawing.Size(104, 22); this.txtIE.TabIndex = 32; // // panel5 // this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.panel4); this.panel5.Controls.Add(this.btnGerarRelatorio); this.panel5.Controls.Add(this.label11); this.panel5.Controls.Add(this.label12); this.panel5.Controls.Add(this.comboBox1); this.panel5.Controls.Add(this.comboBox2); this.panel5.Location = new System.Drawing.Point(724, 3); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(0, 520); this.panel5.TabIndex = 121; // // panel4 // this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel4.BackColor = System.Drawing.Color.DimGray; this.panel4.Controls.Add(this.label3); this.panel4.Location = new System.Drawing.Point(0, 2); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(30, 39); this.panel4.TabIndex = 116; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(3, 3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(136, 36); this.label3.TabIndex = 96; this.label3.Text = "RELATÓRIO"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // btnGerarRelatorio // this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144); this.btnGerarRelatorio.Name = "btnGerarRelatorio"; this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49); this.btnGerarRelatorio.TabIndex = 120; this.btnGerarRelatorio.Text = "Gerar Relatório"; this.btnGerarRelatorio.UseVisualStyleBackColor = true; this.btnGerarRelatorio.Click += new System.EventHandler(this.btnGerarRelatorio_Click); // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(3, 45); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(113, 16); this.label11.TabIndex = 117; this.label11.Text = "Tipo de Relatório"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(3, 89); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(95, 16); this.label12.TabIndex = 119; this.label12.Text = "Definir produto"; // // 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.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox1.Location = new System.Drawing.Point(4, 64); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(16, 21); this.comboBox1.TabIndex = 2; // // comboBox2 // this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox2.Location = new System.Drawing.Point(4, 108); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(16, 21); this.comboBox2.TabIndex = 118; // // reportViewer1 // this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); reportDataSource1.Name = "DataSet1"; reportDataSource1.Value = this.FornecedoresBindingSource; this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1); this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Fornecedores.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(3, 3); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.Size = new System.Drawing.Size(715, 940); this.reportViewer1.TabIndex = 0; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(4, 6); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(577, 60); this.label13.TabIndex = 96; this.label13.Text = "CADASTRO DE FORNECEDORES"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BackColor = System.Drawing.Color.DimGray; this.panel2.Controls.Add(this.label13); this.panel2.Location = new System.Drawing.Point(91, 12); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(912, 75); this.panel2.TabIndex = 117; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(toolStrip1); this.panel1.Location = new System.Drawing.Point(5, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(76, 604); this.panel1.TabIndex = 118; // // frmCadFornecedores // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1014, 628); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "frmCadFornecedores"; this.Text = "Cadastro de Fornecedores"; this.Load += new System.EventHandler(this.frmCadFornecedores_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.FornecedoresBindingSource)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtgFornecedores)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip tsMain; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); System.Windows.Forms.StatusStrip stsStrip; this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnAdd = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnUp = new System.Windows.Forms.ToolStripButton(); this.btnDown = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.mnuListType = new System.Windows.Forms.ToolStripDropDownButton(); this.miListTypeRelative = new System.Windows.Forms.ToolStripMenuItem(); this.miListTypeAbsolute = new System.Windows.Forms.ToolStripMenuItem(); this.txtNumber = new System.Windows.Forms.ToolStripStatusLabel(); this.lbFiles = new System.Windows.Forms.ListBox(); this.dlgSave = new System.Windows.Forms.SaveFileDialog(); this.dlgOpen = new System.Windows.Forms.OpenFileDialog(); tsMain = new System.Windows.Forms.ToolStrip(); stsStrip = new System.Windows.Forms.StatusStrip(); tsMain.SuspendLayout(); stsStrip.SuspendLayout(); this.SuspendLayout(); // // tsMain // tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.btnAdd, this.btnDelete, this.toolStripSeparator1, this.btnUp, this.btnDown, this.toolStripSeparator2, this.mnuListType }); tsMain.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; tsMain.Location = new System.Drawing.Point(0, 0); tsMain.Name = "tsMain"; tsMain.Size = new System.Drawing.Size(602, 25); tsMain.TabIndex = 6; tsMain.Text = "ToolStrip"; // // btnSave // this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.Text = "Save this list"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnAdd // this.btnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image"))); this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(23, 22); this.btnAdd.Text = "Add Files"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDelete // this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image"))); this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(23, 22); this.btnDelete.Text = "Delete Files"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // btnUp // this.btnUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnUp.Image = ((System.Drawing.Image)(resources.GetObject("btnUp.Image"))); this.btnUp.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnUp.Name = "btnUp"; this.btnUp.Size = new System.Drawing.Size(23, 22); this.btnUp.Text = "Move Up"; this.btnUp.Click += new System.EventHandler(this.btnUp_Click); // // btnDown // this.btnDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnDown.Image = ((System.Drawing.Image)(resources.GetObject("btnDown.Image"))); this.btnDown.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDown.Name = "btnDown"; this.btnDown.Size = new System.Drawing.Size(23, 22); this.btnDown.Text = "Move Down"; this.btnDown.Click += new System.EventHandler(this.btnDown_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // mnuListType // this.mnuListType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnuListType.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.miListTypeRelative, this.miListTypeAbsolute }); this.mnuListType.Image = ((System.Drawing.Image)(resources.GetObject("mnuListType.Image"))); this.mnuListType.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnuListType.Name = "mnuListType"; this.mnuListType.Size = new System.Drawing.Size(60, 22); this.mnuListType.Text = "ListType"; // // miListTypeRelative // this.miListTypeRelative.Checked = true; this.miListTypeRelative.CheckOnClick = true; this.miListTypeRelative.CheckState = System.Windows.Forms.CheckState.Checked; this.miListTypeRelative.Name = "miListTypeRelative"; this.miListTypeRelative.Size = new System.Drawing.Size(152, 22); this.miListTypeRelative.Text = "relative"; this.miListTypeRelative.Click += new System.EventHandler(this.miListType_Click); // // miListTypeAbsolute // this.miListTypeAbsolute.CheckOnClick = true; this.miListTypeAbsolute.Name = "miListTypeAbsolute"; this.miListTypeAbsolute.Size = new System.Drawing.Size(152, 22); this.miListTypeAbsolute.Text = "absolute"; this.miListTypeAbsolute.Click += new System.EventHandler(this.miListType_Click); // // stsStrip // stsStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.txtNumber }); stsStrip.Location = new System.Drawing.Point(0, 588); stsStrip.Name = "stsStrip"; stsStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; stsStrip.ShowItemToolTips = true; stsStrip.Size = new System.Drawing.Size(602, 22); stsStrip.TabIndex = 7; stsStrip.Text = "statusStrip1"; // // txtNumber // this.txtNumber.AutoSize = false; this.txtNumber.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.txtNumber.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.txtNumber.Name = "txtNumber"; this.txtNumber.Size = new System.Drawing.Size(50, 17); this.txtNumber.Text = "0"; this.txtNumber.ToolTipText = "Number of Files in the playlist"; // // lbFiles // this.lbFiles.AllowDrop = true; this.lbFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.lbFiles.FormattingEnabled = true; this.lbFiles.HorizontalScrollbar = true; this.lbFiles.Location = new System.Drawing.Point(0, 25); this.lbFiles.Name = "lbFiles"; this.lbFiles.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.lbFiles.Size = new System.Drawing.Size(602, 563); this.lbFiles.TabIndex = 0; this.lbFiles.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lbFiles_MouseUp); this.lbFiles.SelectedIndexChanged += new System.EventHandler(this.lbFiles_SelectedIndexChanged); this.lbFiles.DragDrop += new System.Windows.Forms.DragEventHandler(this.lbFiles_DragDrop); this.lbFiles.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbFiles_MouseMove); this.lbFiles.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbFiles_MouseDown); this.lbFiles.DragEnter += new System.Windows.Forms.DragEventHandler(this.lbFiles_DragEnter); // // dlgSave // this.dlgSave.DefaultExt = "m3u"; this.dlgSave.Filter = "Filelists (*.lst)|*.lst|All Files|*.*"; this.dlgSave.Title = "Save the list"; // // dlgOpen // this.dlgOpen.AddExtension = false; this.dlgOpen.Filter = "Alle Files|*.*"; this.dlgOpen.Multiselect = true; this.dlgOpen.Title = "Add Files to the list"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(602, 610); this.Controls.Add(this.lbFiles); this.Controls.Add(tsMain); this.Controls.Add(stsStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.Text = "FileBox"; tsMain.ResumeLayout(false); tsMain.PerformLayout(); stsStrip.ResumeLayout(false); stsStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Panel guiBottomDock; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Label guiLabel1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(D3ProfileExplorerLight)); System.Windows.Forms.ToolStrip toolStrip1; this.guiBattleNetHostList = new System.Windows.Forms.ComboBox(); this.guiBattleNetLanguageList = new System.Windows.Forms.ComboBox(); this.guiAddProfile = new System.Windows.Forms.Button(); this.guiBattleTag = new System.Windows.Forms.TextBox(); this.guiShowFullExplorer = new System.Windows.Forms.ToolStripButton(); this.guiProfilePanel = new System.Windows.Forms.FlowLayoutPanel(); this.guiHeroesPanel = new System.Windows.Forms.FlowLayoutPanel(); this.guiItemsPanel = new System.Windows.Forms.FlowLayoutPanel(); this.guiRefreshCareer = new System.Windows.Forms.Button(); this.guiRefreshHero = new System.Windows.Forms.Button(); this.guiRunCalculator = new System.Windows.Forms.Button(); guiBottomDock = new System.Windows.Forms.Panel(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); guiLabel1 = new System.Windows.Forms.Label(); toolStrip1 = new System.Windows.Forms.ToolStrip(); guiBottomDock.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // guiBottomDock // guiBottomDock.AutoSize = true; guiBottomDock.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; guiBottomDock.Controls.Add(this.guiBattleNetHostList); guiBottomDock.Controls.Add(label2); guiBottomDock.Controls.Add(this.guiBattleNetLanguageList); guiBottomDock.Controls.Add(label1); guiBottomDock.Controls.Add(guiLabel1); guiBottomDock.Controls.Add(this.guiAddProfile); guiBottomDock.Controls.Add(this.guiBattleTag); guiBottomDock.Dock = System.Windows.Forms.DockStyle.Bottom; guiBottomDock.Location = new System.Drawing.Point(0, 531); guiBottomDock.Name = "guiBottomDock"; guiBottomDock.Size = new System.Drawing.Size(1008, 30); guiBottomDock.TabIndex = 3; // // guiBattleNetHostList // this.guiBattleNetHostList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.guiBattleNetHostList.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiBattleNetHostList.FormattingEnabled = true; this.guiBattleNetHostList.Location = new System.Drawing.Point(41, 6); this.guiBattleNetHostList.Name = "guiBattleNetHostList"; this.guiBattleNetHostList.Size = new System.Drawing.Size(100, 21); this.guiBattleNetHostList.TabIndex = 1; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(147, 9); label2.Name = "label2"; label2.Size = new System.Drawing.Size(58, 13); label2.TabIndex = 2; label2.Text = "Language:"; // // guiBattleNetLanguageList // this.guiBattleNetLanguageList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.guiBattleNetLanguageList.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiBattleNetLanguageList.FormattingEnabled = true; this.guiBattleNetLanguageList.Location = new System.Drawing.Point(211, 6); this.guiBattleNetLanguageList.Name = "guiBattleNetLanguageList"; this.guiBattleNetLanguageList.Size = new System.Drawing.Size(69, 21); this.guiBattleNetLanguageList.TabIndex = 3; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 9); label1.Name = "label1"; label1.Size = new System.Drawing.Size(32, 13); label1.TabIndex = 0; label1.Text = "Host:"; // // guiLabel1 // guiLabel1.AutoSize = true; guiLabel1.Location = new System.Drawing.Point(286, 9); guiLabel1.Name = "guiLabel1"; guiLabel1.Size = new System.Drawing.Size(59, 13); guiLabel1.TabIndex = 4; guiLabel1.Text = "Battle Tag:"; // // guiAddProfile // this.guiAddProfile.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiAddProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiAddProfile.Image = ((System.Drawing.Image)(resources.GetObject("guiAddProfile.Image"))); this.guiAddProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.guiAddProfile.Location = new System.Drawing.Point(457, 4); this.guiAddProfile.Name = "guiAddProfile"; this.guiAddProfile.Size = new System.Drawing.Size(100, 23); this.guiAddProfile.TabIndex = 6; this.guiAddProfile.Text = "Add Profile"; this.guiAddProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.guiAddProfile.UseVisualStyleBackColor = true; this.guiAddProfile.Click += new System.EventHandler(this.guiAddProfile_Click); // // guiBattleTag // this.guiBattleTag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.guiBattleTag.Location = new System.Drawing.Point(351, 7); this.guiBattleTag.Name = "guiBattleTag"; this.guiBattleTag.Size = new System.Drawing.Size(100, 20); this.guiBattleTag.TabIndex = 5; // // toolStrip1 // toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.guiShowFullExplorer}); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(1008, 25); toolStrip1.TabIndex = 4; toolStrip1.Text = "toolStrip1"; // // guiShowFullExplorer // this.guiShowFullExplorer.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.guiShowFullExplorer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.guiShowFullExplorer.Image = ((System.Drawing.Image)(resources.GetObject("guiShowFullExplorer.Image"))); this.guiShowFullExplorer.ImageTransparentColor = System.Drawing.Color.Magenta; this.guiShowFullExplorer.Name = "guiShowFullExplorer"; this.guiShowFullExplorer.Size = new System.Drawing.Size(23, 22); this.guiShowFullExplorer.Text = "Show Full Explorer"; this.guiShowFullExplorer.Click += new System.EventHandler(this.guiShowFullExplorer_Click); // // guiProfilePanel // this.guiProfilePanel.AutoScroll = true; this.guiProfilePanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.guiProfilePanel.Dock = System.Windows.Forms.DockStyle.Left; this.guiProfilePanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.guiProfilePanel.Location = new System.Drawing.Point(0, 25); this.guiProfilePanel.Name = "guiProfilePanel"; this.guiProfilePanel.Padding = new System.Windows.Forms.Padding(3); this.guiProfilePanel.Size = new System.Drawing.Size(214, 506); this.guiProfilePanel.TabIndex = 0; // // guiHeroesPanel // this.guiHeroesPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.guiHeroesPanel.AutoScroll = true; this.guiHeroesPanel.Location = new System.Drawing.Point(220, 57); this.guiHeroesPanel.Name = "guiHeroesPanel"; this.guiHeroesPanel.Size = new System.Drawing.Size(281, 474); this.guiHeroesPanel.TabIndex = 1; // // guiItemsPanel // this.guiItemsPanel.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.guiItemsPanel.AutoScroll = true; this.guiItemsPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.guiItemsPanel.Location = new System.Drawing.Point(507, 57); this.guiItemsPanel.Name = "guiItemsPanel"; this.guiItemsPanel.Size = new System.Drawing.Size(498, 474); this.guiItemsPanel.TabIndex = 2; // // guiRefreshCareer // this.guiRefreshCareer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiRefreshCareer.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiRefreshCareer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.guiRefreshCareer.Location = new System.Drawing.Point(223, 28); this.guiRefreshCareer.Name = "guiRefreshCareer"; this.guiRefreshCareer.Size = new System.Drawing.Size(250, 23); this.guiRefreshCareer.TabIndex = 7; this.guiRefreshCareer.Text = "Refresh Career"; this.guiRefreshCareer.UseVisualStyleBackColor = true; this.guiRefreshCareer.Click += new System.EventHandler(this.guiRefreshCareer_Click); // // guiRefreshHero // this.guiRefreshHero.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiRefreshHero.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiRefreshHero.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.guiRefreshHero.Location = new System.Drawing.Point(510, 28); this.guiRefreshHero.Name = "guiRefreshHero"; this.guiRefreshHero.Size = new System.Drawing.Size(198, 23); this.guiRefreshHero.TabIndex = 8; this.guiRefreshHero.Text = "Refresh Hero"; this.guiRefreshHero.UseVisualStyleBackColor = true; this.guiRefreshHero.Click += new System.EventHandler(this.guiRefreshHero_Click); // // guiRunCalculator // this.guiRunCalculator.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PaleGreen; this.guiRunCalculator.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.guiRunCalculator.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.guiRunCalculator.Location = new System.Drawing.Point(714, 28); this.guiRunCalculator.Name = "guiRunCalculator"; this.guiRunCalculator.Size = new System.Drawing.Size(196, 23); this.guiRunCalculator.TabIndex = 9; this.guiRunCalculator.Text = "Run Calculator"; this.guiRunCalculator.UseVisualStyleBackColor = true; this.guiRunCalculator.Click += new System.EventHandler(this.guiRunCalculator_Click); // // D3ProfileExplorerLight // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 561); this.Controls.Add(this.guiRunCalculator); this.Controls.Add(this.guiRefreshHero); this.Controls.Add(this.guiRefreshCareer); this.Controls.Add(this.guiItemsPanel); this.Controls.Add(this.guiProfilePanel); this.Controls.Add(this.guiHeroesPanel); this.Controls.Add(toolStrip1); this.Controls.Add(guiBottomDock); this.Name = "D3ProfileExplorerLight"; this.Text = "D3 Profile Explorer Light by ZTn"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.D3ProfileExplorerLight_FormClosing); guiBottomDock.ResumeLayout(false); guiBottomDock.PerformLayout(); toolStrip1.ResumeLayout(false); toolStrip1.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.ToolStrip m_toolStrip; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripButton m_tsbOptions; System.Windows.Forms.ToolStripButton m_tsbHelp; System.Windows.Forms.Label m_lblName; System.Windows.Forms.Label m_lblCountry; System.Windows.Forms.GroupBox m_grpSep; System.Windows.Forms.PictureBox m_pictureBox; System.Windows.Forms.Label m_lbMsg; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlaceForm)); this.m_tsbSave = new System.Windows.Forms.ToolStripButton(); this.m_tsbReload = new System.Windows.Forms.ToolStripButton(); this.m_tsbAddCountry = new System.Windows.Forms.ToolStripButton(); this.m_tbName = new System.Windows.Forms.TextBox(); this.m_cbCountries = new System.Windows.Forms.ComboBox(); this.m_errProvider = new System.Windows.Forms.ErrorProvider(this.components); m_toolStrip = new System.Windows.Forms.ToolStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); m_tsbOptions = new System.Windows.Forms.ToolStripButton(); m_tsbHelp = new System.Windows.Forms.ToolStripButton(); m_lblName = new System.Windows.Forms.Label(); m_lblCountry = new System.Windows.Forms.Label(); m_grpSep = new System.Windows.Forms.GroupBox(); m_pictureBox = new System.Windows.Forms.PictureBox(); m_lbMsg = new System.Windows.Forms.Label(); m_toolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_errProvider)).BeginInit(); this.SuspendLayout(); // // m_toolStrip // m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_tsbSave, toolStripSeparator1, this.m_tsbReload, toolStripSeparator2, this.m_tsbAddCountry, toolStripSeparator3, m_tsbOptions, m_tsbHelp }); m_toolStrip.Location = new System.Drawing.Point(0, 0); m_toolStrip.Name = "m_toolStrip"; m_toolStrip.Size = new System.Drawing.Size(325, 25); m_toolStrip.TabIndex = 4; m_toolStrip.TabStop = true; // // m_tsbSave // this.m_tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbSave.Enabled = false; this.m_tsbSave.Image = global::DGD.HubGovernor.Properties.Resources.save_16; this.m_tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbSave.Name = "m_tsbSave"; this.m_tsbSave.Size = new System.Drawing.Size(23, 22); this.m_tsbSave.Text = "Enregistrer"; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // m_tsbReload // this.m_tsbReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbReload.Enabled = false; this.m_tsbReload.Image = global::DGD.HubGovernor.Properties.Resources.refresh_16; this.m_tsbReload.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbReload.Name = "m_tsbReload"; this.m_tsbReload.Size = new System.Drawing.Size(23, 22); this.m_tsbReload.Text = "Recharger"; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // m_tsbAddCountry // this.m_tsbAddCountry.Enabled = false; this.m_tsbAddCountry.Image = global::DGD.HubGovernor.Properties.Resources.new_row_16; this.m_tsbAddCountry.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbAddCountry.Name = "m_tsbAddCountry"; this.m_tsbAddCountry.Size = new System.Drawing.Size(110, 22); this.m_tsbAddCountry.Text = "Ajouter un pays"; this.m_tsbAddCountry.Click += new System.EventHandler(this.AddCountry_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // m_tsbOptions // m_tsbOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbOptions.Image = global::DGD.HubGovernor.Properties.Resources.option_16; m_tsbOptions.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbOptions.Name = "m_tsbOptions"; m_tsbOptions.Size = new System.Drawing.Size(23, 22); m_tsbOptions.Text = "Options..."; // // m_tsbHelp // m_tsbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; m_tsbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbHelp.Image = global::DGD.HubGovernor.Properties.Resources.help_16; m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbHelp.Name = "m_tsbHelp"; m_tsbHelp.Size = new System.Drawing.Size(23, 22); m_tsbHelp.Text = "Aide"; // // m_lblName // m_lblName.AutoSize = true; m_lblName.Location = new System.Drawing.Point(101, 45); m_lblName.Name = "m_lblName"; m_lblName.Size = new System.Drawing.Size(34, 13); m_lblName.TabIndex = 0; m_lblName.Text = "Lieu*:"; // // m_lblCountry // m_lblCountry.AutoSize = true; m_lblCountry.Location = new System.Drawing.Point(101, 96); m_lblCountry.Name = "m_lblCountry"; m_lblCountry.Size = new System.Drawing.Size(37, 13); m_lblCountry.TabIndex = 2; m_lblCountry.Text = "Pays*:"; // // m_grpSep // m_grpSep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); m_grpSep.Location = new System.Drawing.Point(13, 165); m_grpSep.Name = "m_grpSep"; m_grpSep.Size = new System.Drawing.Size(299, 2); m_grpSep.TabIndex = 12; m_grpSep.TabStop = false; // // m_pictureBox // m_pictureBox.Image = global::DGD.HubGovernor.Properties.Resources.place_64; m_pictureBox.Location = new System.Drawing.Point(13, 46); m_pictureBox.Name = "m_pictureBox"; m_pictureBox.Size = new System.Drawing.Size(64, 64); m_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; m_pictureBox.TabIndex = 2; m_pictureBox.TabStop = false; // // m_lbMsg // m_lbMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); m_lbMsg.AutoSize = true; m_lbMsg.Location = new System.Drawing.Point(13, 174); m_lbMsg.Name = "m_lbMsg"; m_lbMsg.Size = new System.Drawing.Size(300, 13); m_lbMsg.TabIndex = 13; m_lbMsg.Text = "Les éléments marqués d’un astérisque (*) doivent êtres servis."; // // m_tbName // this.m_tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_tbName.Location = new System.Drawing.Point(101, 61); this.m_tbName.Name = "m_tbName"; this.m_tbName.Size = new System.Drawing.Size(193, 20); this.m_tbName.TabIndex = 1; // // m_cbCountries // this.m_cbCountries.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_cbCountries.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cbCountries.FormattingEnabled = true; this.m_errProvider.SetIconPadding(this.m_cbCountries, 2); this.m_cbCountries.Location = new System.Drawing.Point(101, 112); this.m_cbCountries.Name = "m_cbCountries"; this.m_cbCountries.Size = new System.Drawing.Size(193, 21); this.m_cbCountries.TabIndex = 3; // // m_errProvider // this.m_errProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; this.m_errProvider.ContainerControl = this; this.m_errProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("m_errProvider.Icon"))); // // PlaceForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(325, 201); this.Controls.Add(m_lbMsg); this.Controls.Add(m_grpSep); this.Controls.Add(this.m_cbCountries); this.Controls.Add(m_lblCountry); this.Controls.Add(this.m_tbName); this.Controls.Add(m_lblName); this.Controls.Add(m_pictureBox); this.Controls.Add(m_toolStrip); this.ForeColor = System.Drawing.SystemColors.WindowText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(190, 213); this.Name = "PlaceForm"; this.Text = "Lieu"; m_toolStrip.ResumeLayout(false); m_toolStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_errProvider)).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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintPreview)); printPreviewControl = new System.Windows.Forms.PrintPreviewControl(); toolStrip = new System.Windows.Forms.ToolStrip(); printToolStripButton = new System.Windows.Forms.ToolStripButton(); toolStripButtonPageSetup = new System.Windows.Forms.ToolStripButton(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); toolStripButton1Page = new System.Windows.Forms.ToolStripButton(); toolStripButton2Pages = new System.Windows.Forms.ToolStripButton(); toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); toolStripMenuItemAuto = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripButtonPrev = new System.Windows.Forms.ToolStripButton(); toolStripTextBoxPage = new System.Windows.Forms.ToolStripTextBox(); toolStripButtonNext = new System.Windows.Forms.ToolStripButton(); toolStrip.SuspendLayout(); SuspendLayout(); // // printPreviewControl // printPreviewControl.Dock = System.Windows.Forms.DockStyle.Fill; printPreviewControl.Location = new System.Drawing.Point(0, 25); printPreviewControl.Name = "printPreviewControl"; printPreviewControl.Size = new System.Drawing.Size(557, 246); printPreviewControl.TabIndex = 0; printPreviewControl.UseAntiAlias = true; // // toolStrip // toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { printToolStripButton, toolStripButtonPageSetup, toolStripSeparator, toolStripButton1Page, toolStripButton2Pages, toolStripDropDownButton1, toolStripSeparator1, toolStripButtonPrev, toolStripTextBoxPage, toolStripButtonNext }); toolStrip.Location = new System.Drawing.Point(0, 0); toolStrip.Name = "toolStrip"; toolStrip.Size = new System.Drawing.Size(557, 25); toolStrip.TabIndex = 1; toolStrip.Text = "toolStrip1"; // // printToolStripButton // printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image"))); printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; printToolStripButton.Name = "printToolStripButton"; printToolStripButton.Size = new System.Drawing.Size(23, 22); printToolStripButton.Text = "&Print"; printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click); // // toolStripButtonPageSetup // toolStripButtonPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; toolStripButtonPageSetup.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPageSetup.Image"))); toolStripButtonPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButtonPageSetup.Name = "toolStripButtonPageSetup"; toolStripButtonPageSetup.Size = new System.Drawing.Size(23, 22); toolStripButtonPageSetup.Text = "Page setup"; toolStripButtonPageSetup.Click += new System.EventHandler(this.toolStripButtonPageSetup_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // toolStripButton1Page // toolStripButton1Page.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; toolStripButton1Page.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1Page.Image"))); toolStripButton1Page.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButton1Page.Name = "toolStripButton1Page"; toolStripButton1Page.Size = new System.Drawing.Size(58, 22); toolStripButton1Page.Text = "One page"; toolStripButton1Page.Click += new System.EventHandler(this.toolStripButton1Page_Click); // // toolStripButton2Pages // toolStripButton2Pages.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; toolStripButton2Pages.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2Pages.Image"))); toolStripButton2Pages.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButton2Pages.Name = "toolStripButton2Pages"; toolStripButton2Pages.Size = new System.Drawing.Size(63, 22); toolStripButton2Pages.Text = "Two pages"; toolStripButton2Pages.Click += new System.EventHandler(this.toolStripButton2Pages_Click); // // toolStripDropDownButton1 // toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripMenuItemAuto, toolStripMenuItem2, toolStripMenuItem3, toolStripMenuItem4, toolStripMenuItem5, toolStripMenuItem6 }); toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image"))); toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripDropDownButton1.Name = "toolStripDropDownButton1"; toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22); toolStripDropDownButton1.Text = "Zoom"; // // toolStripMenuItemAuto // toolStripMenuItemAuto.Name = "toolStripMenuItemAuto"; toolStripMenuItemAuto.Size = new System.Drawing.Size(117, 22); toolStripMenuItemAuto.Tag = "-1"; toolStripMenuItemAuto.Text = "Auto"; toolStripMenuItemAuto.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click); // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(117, 22); toolStripMenuItem2.Tag = "200"; toolStripMenuItem2.Text = "200 %"; toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new System.Drawing.Size(117, 22); toolStripMenuItem3.Tag = "100"; toolStripMenuItem3.Text = "100 %"; toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click); // // toolStripMenuItem4 // toolStripMenuItem4.Name = "toolStripMenuItem4"; toolStripMenuItem4.Size = new System.Drawing.Size(117, 22); toolStripMenuItem4.Tag = "75"; toolStripMenuItem4.Text = "75 %"; toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click); // // toolStripMenuItem5 // toolStripMenuItem5.Name = "toolStripMenuItem5"; toolStripMenuItem5.Size = new System.Drawing.Size(117, 22); toolStripMenuItem5.Tag = "50"; toolStripMenuItem5.Text = "50 %"; toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click); // // toolStripMenuItem6 // toolStripMenuItem6.Name = "toolStripMenuItem6"; toolStripMenuItem6.Size = new System.Drawing.Size(117, 22); toolStripMenuItem6.Tag = "25"; toolStripMenuItem6.Text = "25 %"; toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripButtonPrev // toolStripButtonPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; toolStripButtonPrev.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrev.Image"))); toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButtonPrev.Name = "toolStripButtonPrev"; toolStripButtonPrev.Size = new System.Drawing.Size(23, 22); toolStripButtonPrev.Text = "Previous page"; toolStripButtonPrev.Click += new System.EventHandler(this.toolStripButtonPrev_Click); // // toolStripTextBoxPage // toolStripTextBoxPage.Name = "toolStripTextBoxPage"; toolStripTextBoxPage.Size = new System.Drawing.Size(30, 25); // // toolStripButtonNext // toolStripButtonNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; toolStripButtonNext.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNext.Image"))); toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripButtonNext.Name = "toolStripButtonNext"; toolStripButtonNext.Size = new System.Drawing.Size(23, 22); toolStripButtonNext.Text = "Next page"; toolStripButtonNext.Click += new System.EventHandler(this.toolStripButtonNext_Click); // // PrintPreview // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(557, 271); Controls.Add(this.printPreviewControl); Controls.Add(this.toolStrip); Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); Name = "PrintPreview"; ShowInTaskbar = false; Text = "Preview"; FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PrintPreview_FormClosing); Load += new System.EventHandler(this.PrintPreview_Load); toolStrip.ResumeLayout(false); toolStrip.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() { System.Windows.Forms.ToolStrip _ToolStrip; System.Windows.Forms.ToolStripButton _SaveButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextureViewer)); System.Windows.Forms.ToolStripSeparator _ToolStripSeparator1; System.Windows.Forms.ToolStripButton _LoadFromFileButton; System.Windows.Forms.ToolStripSeparator _ToolStripSeparator2; System.Windows.Forms.Panel _PreviewPanel; this._SaveToFileButton = new System.Windows.Forms.ToolStripButton(); this._ZoomButton = new System.Windows.Forms.ToolStripButton(); this._ToggleAlphaButton = new System.Windows.Forms.ToolStripButton(); this._PreviewPictureBox = new System.Windows.Forms.PictureBox(); this._SaveFileDialog = new System.Windows.Forms.SaveFileDialog(); this._OpenFileDialog = new System.Windows.Forms.OpenFileDialog(); _ToolStrip = new System.Windows.Forms.ToolStrip(); _SaveButton = new System.Windows.Forms.ToolStripButton(); _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); _LoadFromFileButton = new System.Windows.Forms.ToolStripButton(); _ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); _PreviewPanel = new System.Windows.Forms.Panel(); _ToolStrip.SuspendLayout(); _PreviewPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._PreviewPictureBox)).BeginInit(); this.SuspendLayout(); // // _ToolStrip // _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _SaveButton, _ToolStripSeparator1, _LoadFromFileButton, this._SaveToFileButton, _ToolStripSeparator2, this._ZoomButton, this._ToggleAlphaButton }); _ToolStrip.Location = new System.Drawing.Point(0, 0); _ToolStrip.Name = "_ToolStrip"; _ToolStrip.Size = new System.Drawing.Size(480, 25); _ToolStrip.TabIndex = 5; _ToolStrip.Text = "toolStrip1"; // // _SaveButton // _SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveButton.Image"))); _SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta; _SaveButton.Name = "_SaveButton"; _SaveButton.Size = new System.Drawing.Size(51, 22); _SaveButton.Text = "Save"; _SaveButton.Click += new System.EventHandler(this.OnSave); // // _ToolStripSeparator1 // _ToolStripSeparator1.Name = "_ToolStripSeparator1"; _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // _LoadFromFileButton // _LoadFromFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image"))); _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; _LoadFromFileButton.Name = "_LoadFromFileButton"; _LoadFromFileButton.Size = new System.Drawing.Size(105, 22); _LoadFromFileButton.Text = "Load From File"; _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile); // // _SaveToFileButton // this._SaveToFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image"))); this._SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._SaveToFileButton.Name = "_SaveToFileButton"; this._SaveToFileButton.Size = new System.Drawing.Size(89, 22); this._SaveToFileButton.Text = "Save To File"; this._SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile); // // _ToolStripSeparator2 // _ToolStripSeparator2.Name = "_ToolStripSeparator2"; _ToolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // _ZoomButton // this._ZoomButton.Checked = true; this._ZoomButton.CheckOnClick = true; this._ZoomButton.CheckState = System.Windows.Forms.CheckState.Checked; this._ZoomButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._ZoomButton.Image = ((System.Drawing.Image)(resources.GetObject("_ZoomButton.Image"))); this._ZoomButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._ZoomButton.Name = "_ZoomButton"; this._ZoomButton.Size = new System.Drawing.Size(23, 22); this._ZoomButton.Text = "Toggle Zoom"; this._ZoomButton.Click += new System.EventHandler(this.OnZoom); // // _ToggleAlphaButton // this._ToggleAlphaButton.Checked = true; this._ToggleAlphaButton.CheckOnClick = true; this._ToggleAlphaButton.CheckState = System.Windows.Forms.CheckState.Checked; this._ToggleAlphaButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._ToggleAlphaButton.Image = ((System.Drawing.Image)(resources.GetObject("_ToggleAlphaButton.Image"))); this._ToggleAlphaButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._ToggleAlphaButton.Name = "_ToggleAlphaButton"; this._ToggleAlphaButton.Size = new System.Drawing.Size(23, 22); this._ToggleAlphaButton.Text = "Toggle Alpha"; this._ToggleAlphaButton.CheckedChanged += new System.EventHandler(this.OnToggleAlpha); // // _PreviewPanel // _PreviewPanel.AutoScroll = true; _PreviewPanel.Controls.Add(this._PreviewPictureBox); _PreviewPanel.Dock = System.Windows.Forms.DockStyle.Fill; _PreviewPanel.Location = new System.Drawing.Point(0, 25); _PreviewPanel.Name = "_PreviewPanel"; _PreviewPanel.Size = new System.Drawing.Size(480, 295); _PreviewPanel.TabIndex = 6; // // _PreviewPictureBox // this._PreviewPictureBox.Location = new System.Drawing.Point(0, 0); this._PreviewPictureBox.Name = "_PreviewPictureBox"; this._PreviewPictureBox.Size = new System.Drawing.Size(64, 64); this._PreviewPictureBox.TabIndex = 0; this._PreviewPictureBox.TabStop = false; // // _SaveFileDialog // this._SaveFileDialog.DefaultExt = "dds"; this._SaveFileDialog.Filter = "DDS Textures (*.dds)|*.lua|All Files (*.*)|*.*"; // // _OpenFileDialog // this._OpenFileDialog.DefaultExt = "dds"; this._OpenFileDialog.Filter = "DDS Textures (*.dds)|*.lua|All Files (*.*)|*.*"; // // TextureViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(480, 320); this.Controls.Add(_PreviewPanel); this.Controls.Add(_ToolStrip); this.Name = "TextureViewer"; this.Text = "Texture"; _ToolStrip.ResumeLayout(false); _ToolStrip.PerformLayout(); _PreviewPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._PreviewPictureBox)).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() { System.Windows.Forms.ToolStrip m_toolStrip; System.Windows.Forms.ToolStripButton m_tsbAddRow; System.Windows.Forms.ToolStripButton m_tsbImportData; System.Windows.Forms.ToolStripButton m_tsbAdjustColumns; System.Windows.Forms.ToolStripButton m_tsbOptions; System.Windows.Forms.ToolStripButton m_tsbHelp; System.Windows.Forms.ToolStripComboBox m_tscbSessions; System.Windows.Forms.StatusStrip m_statuStrip; System.Windows.Forms.ColumnHeader m_colSession; System.Windows.Forms.ColumnHeader m_colSubHeading; System.Windows.Forms.ColumnHeader m_colLabel; System.Windows.Forms.ColumnHeader m_colTRLabel; System.Windows.Forms.ColumnHeader m_colPrice; System.Windows.Forms.ColumnHeader m_colCurrency; System.Windows.Forms.ColumnHeader m_colIncoterm; System.Windows.Forms.ColumnHeader m_colPlace; System.Windows.Forms.ColumnHeader m_colTime; System.Windows.Forms.ColumnHeader m_colUnit; System.Windows.Forms.ColumnHeader m_colOrigin; System.Windows.Forms.ColumnHeader m_colPruductNber; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TRSpotViewer)); this.m_tsbDeleteRow = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.m_slRowCount = new System.Windows.Forms.ToolStripStatusLabel(); this.m_lvData = new System.Windows.Forms.ListView(); m_toolStrip = new System.Windows.Forms.ToolStrip(); m_tsbAddRow = new System.Windows.Forms.ToolStripButton(); m_tsbImportData = new System.Windows.Forms.ToolStripButton(); m_tsbAdjustColumns = new System.Windows.Forms.ToolStripButton(); m_tsbOptions = new System.Windows.Forms.ToolStripButton(); m_tsbHelp = new System.Windows.Forms.ToolStripButton(); m_tscbSessions = new System.Windows.Forms.ToolStripComboBox(); m_statuStrip = new System.Windows.Forms.StatusStrip(); m_colSession = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colSubHeading = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colLabel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colTRLabel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colCurrency = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colIncoterm = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colPlace = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colUnit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colOrigin = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colPruductNber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_toolStrip.SuspendLayout(); m_statuStrip.SuspendLayout(); this.SuspendLayout(); // // m_toolStrip // m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { m_tsbAddRow, this.m_tsbDeleteRow, this.toolStripSeparator1, m_tsbImportData, this.toolStripSeparator3, m_tsbAdjustColumns, m_tsbOptions, m_tsbHelp, m_tscbSessions }); m_toolStrip.Location = new System.Drawing.Point(0, 0); m_toolStrip.Name = "m_toolStrip"; m_toolStrip.Size = new System.Drawing.Size(798, 25); m_toolStrip.TabIndex = 0; // // m_tsbAddRow // m_tsbAddRow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbAddRow.Enabled = false; m_tsbAddRow.Image = global::DGD.HubGovernor.Properties.Resources.new_row_16; m_tsbAddRow.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbAddRow.Name = "m_tsbAddRow"; m_tsbAddRow.Size = new System.Drawing.Size(23, 22); m_tsbAddRow.Text = "Nouvelle donnée..."; // // m_tsbDeleteRow // this.m_tsbDeleteRow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbDeleteRow.Enabled = false; this.m_tsbDeleteRow.Image = global::DGD.HubGovernor.Properties.Resources.delete_16; this.m_tsbDeleteRow.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbDeleteRow.Name = "m_tsbDeleteRow"; this.m_tsbDeleteRow.Size = new System.Drawing.Size(23, 22); this.m_tsbDeleteRow.Text = "Supprimer les données sélectionnées..."; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // m_tsbImportData // m_tsbImportData.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbImportData.Image = global::DGD.HubGovernor.Properties.Resources.import_16; m_tsbImportData.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbImportData.Name = "m_tsbImportData"; m_tsbImportData.Size = new System.Drawing.Size(23, 22); m_tsbImportData.Text = "Importer..."; m_tsbImportData.Click += new System.EventHandler(this.ImportData_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // m_tsbAdjustColumns // m_tsbAdjustColumns.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbAdjustColumns.Image = global::DGD.HubGovernor.Properties.Resources.auto_size_columns_16; m_tsbAdjustColumns.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbAdjustColumns.Name = "m_tsbAdjustColumns"; m_tsbAdjustColumns.Size = new System.Drawing.Size(23, 22); m_tsbAdjustColumns.Text = "Ajuster les colonnes"; // // m_tsbOptions // m_tsbOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbOptions.Enabled = false; m_tsbOptions.Image = global::DGD.HubGovernor.Properties.Resources.option_16; m_tsbOptions.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbOptions.Name = "m_tsbOptions"; m_tsbOptions.Size = new System.Drawing.Size(23, 22); m_tsbOptions.Text = "Options..."; // // m_tsbHelp // m_tsbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; m_tsbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbHelp.Image = global::DGD.HubGovernor.Properties.Resources.help_16; m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbHelp.Name = "m_tsbHelp"; m_tsbHelp.Size = new System.Drawing.Size(23, 22); m_tsbHelp.Text = "toolStripButton5"; // // m_tscbSessions // m_tscbSessions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; m_tscbSessions.IntegralHeight = false; m_tscbSessions.Name = "m_tscbSessions"; m_tscbSessions.Size = new System.Drawing.Size(121, 25); m_tscbSessions.Sorted = true; // // m_statuStrip // m_statuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_slRowCount }); m_statuStrip.Location = new System.Drawing.Point(0, 301); m_statuStrip.Name = "m_statuStrip"; m_statuStrip.Size = new System.Drawing.Size(798, 22); m_statuStrip.TabIndex = 2; // // m_slRowCount // this.m_slRowCount.BackColor = System.Drawing.Color.Transparent; this.m_slRowCount.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.m_slRowCount.Name = "m_slRowCount"; this.m_slRowCount.Size = new System.Drawing.Size(112, 17); this.m_slRowCount.Text = "0 enregistrement(s )"; this.m_slRowCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_colSession // m_colSession.Tag = ColumnDataType_t.Integer; m_colSession.Text = "N° Session"; m_colSession.Width = 86; // // m_colSubHeading // m_colSubHeading.Tag = easyLib.DB.ColumnDataType_t.Text; m_colSubHeading.Text = "SPT10"; // // m_colLabel // m_colLabel.Tag = easyLib.DB.ColumnDataType_t.Text; m_colLabel.Text = "Libellé"; // // m_colTRLabel // m_colTRLabel.Tag = easyLib.DB.ColumnDataType_t.Text; m_colTRLabel.Text = "Libellé TR"; // // m_colPrice // m_colPrice.Tag = easyLib.DB.ColumnDataType_t.Float; m_colPrice.Text = "Prix"; // // m_colCurrency // m_colCurrency.Tag = easyLib.DB.ColumnDataType_t.Text; m_colCurrency.Text = "Monnaie"; // // m_colIncoterm // m_colIncoterm.Tag = easyLib.DB.ColumnDataType_t.Text; m_colIncoterm.Text = "Incoterm"; // // m_colPlace // m_colPlace.Tag = easyLib.DB.ColumnDataType_t.Text; m_colPlace.Text = "Lieu"; // // m_colTime // m_colTime.Tag = easyLib.DB.ColumnDataType_t.Time; m_colTime.Text = "Date"; // // m_colUnit // m_colUnit.Tag = easyLib.DB.ColumnDataType_t.Text; m_colUnit.Text = "Unité"; // // m_colOrigin // m_colOrigin.Tag = easyLib.DB.ColumnDataType_t.Text; m_colOrigin.Text = "Origine"; // // m_colPruductNber // m_colPruductNber.Text = "N° Produit"; // // m_lvData // this.m_lvData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { m_colSession, m_colSubHeading, m_colLabel, m_colTRLabel, m_colPrice, m_colCurrency, m_colIncoterm, m_colPlace, m_colTime, m_colUnit, m_colOrigin, m_colPruductNber }); this.m_lvData.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lvData.FullRowSelect = true; this.m_lvData.GridLines = true; this.m_lvData.HideSelection = false; this.m_lvData.Location = new System.Drawing.Point(0, 25); this.m_lvData.Name = "m_lvData"; this.m_lvData.Size = new System.Drawing.Size(798, 276); this.m_lvData.TabIndex = 3; this.m_lvData.UseCompatibleStateImageBehavior = false; this.m_lvData.View = System.Windows.Forms.View.Details; this.m_lvData.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.View_ColumnClick); // // TRSpotViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(798, 323); this.Controls.Add(this.m_lvData); this.Controls.Add(m_statuStrip); this.Controls.Add(m_toolStrip); this.ForeColor = System.Drawing.SystemColors.WindowText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "TRSpotViewer"; this.Text = "Valeurs Spots (TR)"; m_toolStrip.ResumeLayout(false); m_toolStrip.PerformLayout(); m_statuStrip.ResumeLayout(false); m_statuStrip.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.TableLayoutPanel tableMainForm; System.Windows.Forms.GroupBox groupMain; System.Windows.Forms.TableLayoutPanel tableMain; System.Windows.Forms.Label labelInputFile; System.Windows.Forms.Label labelOutputFile; System.Windows.Forms.Button buttonBrowseOut; System.Windows.Forms.TabControl tabControlOptions; System.Windows.Forms.TabPage tabProcessing; System.Windows.Forms.TableLayoutPanel tableProcessing; System.Windows.Forms.ToolStrip toolStripProcessing; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.Panel panelProcessingInput; System.Windows.Forms.TabPage tabEncoding; System.Windows.Forms.TableLayoutPanel tableEncoding; System.Windows.Forms.GroupBox groupEncodingGeneral; System.Windows.Forms.TableLayoutPanel tableEncodingGeneral; System.Windows.Forms.Label labelGeneralModeVariableHint; System.Windows.Forms.Label labelGeneralModeConstantHint; System.Windows.Forms.Label labelGeneralMode; System.Windows.Forms.Label labelGeneralTitle; System.Windows.Forms.Label labelGeneralTitleHint; System.Windows.Forms.GroupBox groupEncodingVideo; System.Windows.Forms.Panel panelEncodingModeSwapper; System.Windows.Forms.Label labelVideoSizeLimit; System.Windows.Forms.Label labelVideoSizeLimitUnit; System.Windows.Forms.Label labelVideoSizeLimitHint; System.Windows.Forms.Label labelVideoBitrate; System.Windows.Forms.Label labelVideoBitrateUnit; System.Windows.Forms.Label labelVideoBitrateHint; System.Windows.Forms.Label labelVideoCrf; System.Windows.Forms.Label labelVideoCrfHint; System.Windows.Forms.Label labelVideoCrfTolerance; System.Windows.Forms.Label labelVideoCrfToleranceHint; System.Windows.Forms.Label labelVideoHQHint; System.Windows.Forms.GroupBox groupEncodingAudio; System.Windows.Forms.TableLayoutPanel tableEncodingAudio; System.Windows.Forms.Label labelAudioHint; System.Windows.Forms.Panel panelEncodingModeSwapperTwo; System.Windows.Forms.Label labelAudioBitrate; System.Windows.Forms.Label labelAudioBitrateUnit; System.Windows.Forms.Label labelAudioBitrateHint; System.Windows.Forms.Label labelAudioQuality; System.Windows.Forms.Label labelAudioQualityHint; System.Windows.Forms.TabPage tabAdvanced; System.Windows.Forms.TableLayoutPanel tableAdvanced; System.Windows.Forms.Label labelAdvancedWarning; System.Windows.Forms.GroupBox groupAdvancedProcessing; System.Windows.Forms.TableLayoutPanel tableAdvancedProcessing; System.Windows.Forms.Label labelProcessingLevels; System.Windows.Forms.Label labelProcessingLevelsHint; System.Windows.Forms.Label labelProcessingDeinterlaceHint; System.Windows.Forms.Label labelProcessingDenoiseHint; System.Windows.Forms.GroupBox groupAdvancedEncoding; System.Windows.Forms.TableLayoutPanel tableAdvancedEncoding; System.Windows.Forms.Label labelEncodingFrameRateHint; System.Windows.Forms.Label labelEncodingFrameRate; System.Windows.Forms.Label labelEncodingNGOVHint; System.Windows.Forms.Label labelEncodingThreads; System.Windows.Forms.Label labelEncodingThreadsHint; System.Windows.Forms.Label labelEncodingSlices; System.Windows.Forms.Label labelEncodingSlicesHint; System.Windows.Forms.Label labelEncodingArguments; System.Windows.Forms.StatusStrip statusStrip; this.textBoxIn = new System.Windows.Forms.TextBox(); this.buttonBrowseIn = new System.Windows.Forms.Button(); this.textBoxOut = new System.Windows.Forms.TextBox(); this.buttonGo = new System.Windows.Forms.Button(); this.buttonTrim = new System.Windows.Forms.ToolStripSplitButton(); this.buttonMultipleTrim = new System.Windows.Forms.ToolStripMenuItem(); this.buttonCrop = new System.Windows.Forms.ToolStripButton(); this.buttonResize = new System.Windows.Forms.ToolStripButton(); this.buttonSubtitle = new System.Windows.Forms.ToolStripButton(); this.buttonReverse = new System.Windows.Forms.ToolStripButton(); this.buttonOverlay = new System.Windows.Forms.ToolStripButton(); this.buttonCaption = new System.Windows.Forms.ToolStripButton(); this.boxAdvancedScripting = new System.Windows.Forms.ToolStripButton(); this.buttonExportProcessing = new System.Windows.Forms.ToolStripButton(); this.buttonPreview = new System.Windows.Forms.ToolStripButton(); this.buttonDub = new System.Windows.Forms.ToolStripButton(); this.listViewProcessingScript = new System.Windows.Forms.ListView(); this.imageListFilters = new System.Windows.Forms.ImageList(this.components); this.textBoxProcessingScript = new System.Windows.Forms.TextBox(); this.buttonVariableDefault = new System.Windows.Forms.Button(); this.boxTitle = new System.Windows.Forms.TextBox(); this.boxConstant = new System.Windows.Forms.RadioButton(); this.boxVariable = new System.Windows.Forms.RadioButton(); this.buttonConstantDefault = new System.Windows.Forms.Button(); this.tableLayoutPanelEncodingVideo = new System.Windows.Forms.TableLayoutPanel(); this.tableVideoConstantOptions = new System.Windows.Forms.TableLayoutPanel(); this.boxLimit = new System.Windows.Forms.TextBox(); this.boxBitrate = new System.Windows.Forms.TextBox(); this.tableVideoVariableOptions = new System.Windows.Forms.TableLayoutPanel(); this.numericCrf = new System.Windows.Forms.NumericUpDown(); this.numericCrfTolerance = new System.Windows.Forms.NumericUpDown(); this.boxHQ = new System.Windows.Forms.CheckBox(); this.buttonAudioEnabledDefault = new System.Windows.Forms.Button(); this.boxAudio = new System.Windows.Forms.CheckBox(); this.tableAudioConstantOptions = new System.Windows.Forms.TableLayoutPanel(); this.boxAudioBitrate = new System.Windows.Forms.TextBox(); this.tableAudioVariableOptions = new System.Windows.Forms.TableLayoutPanel(); this.numericAudioQuality = new System.Windows.Forms.NumericUpDown(); this.comboLevels = new System.Windows.Forms.ComboBox(); this.boxDeinterlace = new System.Windows.Forms.CheckBox(); this.boxDenoise = new System.Windows.Forms.CheckBox(); this.boxFrameRate = new System.Windows.Forms.TextBox(); this.boxNGOV = new System.Windows.Forms.CheckBox(); this.trackThreads = new System.Windows.Forms.TrackBar(); this.labelThreads = new System.Windows.Forms.Label(); this.trackSlices = new System.Windows.Forms.TrackBar(); this.labelSlices = new System.Windows.Forms.Label(); this.boxArguments = new System.Windows.Forms.TextBox(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.panelContainTheProgressBar = new System.Windows.Forms.Panel(); this.boxIndexingProgressDetails = new System.Windows.Forms.CheckBox(); this.boxIndexingProgress = new System.Windows.Forms.TextBox(); this.labelIndexingProgress = new System.Windows.Forms.Label(); this.progressBarIndexing = new System.Windows.Forms.ProgressBar(); this.panelHideTheOptions = new System.Windows.Forms.Panel(); this.buttonRate = new System.Windows.Forms.ToolStripButton(); tableMainForm = new System.Windows.Forms.TableLayoutPanel(); groupMain = new System.Windows.Forms.GroupBox(); tableMain = new System.Windows.Forms.TableLayoutPanel(); labelInputFile = new System.Windows.Forms.Label(); labelOutputFile = new System.Windows.Forms.Label(); buttonBrowseOut = new System.Windows.Forms.Button(); tabControlOptions = new System.Windows.Forms.TabControl(); tabProcessing = new System.Windows.Forms.TabPage(); tableProcessing = new System.Windows.Forms.TableLayoutPanel(); toolStripProcessing = new System.Windows.Forms.ToolStrip(); panelProcessingInput = new System.Windows.Forms.Panel(); tabEncoding = new System.Windows.Forms.TabPage(); tableEncoding = new System.Windows.Forms.TableLayoutPanel(); groupEncodingGeneral = new System.Windows.Forms.GroupBox(); tableEncodingGeneral = new System.Windows.Forms.TableLayoutPanel(); labelGeneralModeVariableHint = new System.Windows.Forms.Label(); labelGeneralModeConstantHint = new System.Windows.Forms.Label(); labelGeneralMode = new System.Windows.Forms.Label(); labelGeneralTitle = new System.Windows.Forms.Label(); labelGeneralTitleHint = new System.Windows.Forms.Label(); groupEncodingVideo = new System.Windows.Forms.GroupBox(); panelEncodingModeSwapper = new System.Windows.Forms.Panel(); labelVideoSizeLimit = new System.Windows.Forms.Label(); labelVideoSizeLimitUnit = new System.Windows.Forms.Label(); labelVideoSizeLimitHint = new System.Windows.Forms.Label(); labelVideoBitrate = new System.Windows.Forms.Label(); labelVideoBitrateUnit = new System.Windows.Forms.Label(); labelVideoBitrateHint = new System.Windows.Forms.Label(); labelVideoCrf = new System.Windows.Forms.Label(); labelVideoCrfHint = new System.Windows.Forms.Label(); labelVideoCrfTolerance = new System.Windows.Forms.Label(); labelVideoCrfToleranceHint = new System.Windows.Forms.Label(); labelVideoHQHint = new System.Windows.Forms.Label(); groupEncodingAudio = new System.Windows.Forms.GroupBox(); tableEncodingAudio = new System.Windows.Forms.TableLayoutPanel(); labelAudioHint = new System.Windows.Forms.Label(); panelEncodingModeSwapperTwo = new System.Windows.Forms.Panel(); labelAudioBitrate = new System.Windows.Forms.Label(); labelAudioBitrateUnit = new System.Windows.Forms.Label(); labelAudioBitrateHint = new System.Windows.Forms.Label(); labelAudioQuality = new System.Windows.Forms.Label(); labelAudioQualityHint = new System.Windows.Forms.Label(); tabAdvanced = new System.Windows.Forms.TabPage(); tableAdvanced = new System.Windows.Forms.TableLayoutPanel(); labelAdvancedWarning = new System.Windows.Forms.Label(); groupAdvancedProcessing = new System.Windows.Forms.GroupBox(); tableAdvancedProcessing = new System.Windows.Forms.TableLayoutPanel(); labelProcessingLevels = new System.Windows.Forms.Label(); labelProcessingLevelsHint = new System.Windows.Forms.Label(); labelProcessingDeinterlaceHint = new System.Windows.Forms.Label(); labelProcessingDenoiseHint = new System.Windows.Forms.Label(); groupAdvancedEncoding = new System.Windows.Forms.GroupBox(); tableAdvancedEncoding = new System.Windows.Forms.TableLayoutPanel(); labelEncodingFrameRateHint = new System.Windows.Forms.Label(); labelEncodingFrameRate = new System.Windows.Forms.Label(); labelEncodingNGOVHint = new System.Windows.Forms.Label(); labelEncodingThreads = new System.Windows.Forms.Label(); labelEncodingThreadsHint = new System.Windows.Forms.Label(); labelEncodingSlices = new System.Windows.Forms.Label(); labelEncodingSlicesHint = new System.Windows.Forms.Label(); labelEncodingArguments = new System.Windows.Forms.Label(); statusStrip = new System.Windows.Forms.StatusStrip(); tableMainForm.SuspendLayout(); groupMain.SuspendLayout(); tableMain.SuspendLayout(); tabControlOptions.SuspendLayout(); tabProcessing.SuspendLayout(); tableProcessing.SuspendLayout(); toolStripProcessing.SuspendLayout(); panelProcessingInput.SuspendLayout(); tabEncoding.SuspendLayout(); tableEncoding.SuspendLayout(); groupEncodingGeneral.SuspendLayout(); tableEncodingGeneral.SuspendLayout(); groupEncodingVideo.SuspendLayout(); this.tableLayoutPanelEncodingVideo.SuspendLayout(); panelEncodingModeSwapper.SuspendLayout(); this.tableVideoConstantOptions.SuspendLayout(); this.tableVideoVariableOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).BeginInit(); groupEncodingAudio.SuspendLayout(); tableEncodingAudio.SuspendLayout(); panelEncodingModeSwapperTwo.SuspendLayout(); this.tableAudioConstantOptions.SuspendLayout(); this.tableAudioVariableOptions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).BeginInit(); tabAdvanced.SuspendLayout(); tableAdvanced.SuspendLayout(); groupAdvancedProcessing.SuspendLayout(); tableAdvancedProcessing.SuspendLayout(); groupAdvancedEncoding.SuspendLayout(); tableAdvancedEncoding.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).BeginInit(); statusStrip.SuspendLayout(); this.panelContainTheProgressBar.SuspendLayout(); this.panelHideTheOptions.SuspendLayout(); this.SuspendLayout(); // // tableMainForm // tableMainForm.ColumnCount = 1; tableMainForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMainForm.Controls.Add(groupMain, 0, 0); tableMainForm.Controls.Add(tabControlOptions, 0, 1); tableMainForm.Dock = System.Windows.Forms.DockStyle.Fill; tableMainForm.Location = new System.Drawing.Point(3, 3); tableMainForm.Name = "tableMainForm"; tableMainForm.RowCount = 3; tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 84F)); tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableMainForm.Size = new System.Drawing.Size(1067, 443); tableMainForm.TabIndex = 0; // // groupMain // groupMain.Controls.Add(tableMain); groupMain.Dock = System.Windows.Forms.DockStyle.Fill; groupMain.Location = new System.Drawing.Point(3, 3); groupMain.Name = "groupMain"; groupMain.Size = new System.Drawing.Size(1061, 78); groupMain.TabIndex = 0; groupMain.TabStop = false; groupMain.Text = "Main"; // // tableMain // tableMain.ColumnCount = 4; tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); tableMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F)); tableMain.Controls.Add(labelInputFile, 0, 0); tableMain.Controls.Add(this.textBoxIn, 1, 0); tableMain.Controls.Add(this.buttonBrowseIn, 2, 0); tableMain.Controls.Add(labelOutputFile, 0, 1); tableMain.Controls.Add(this.textBoxOut, 1, 1); tableMain.Controls.Add(buttonBrowseOut, 2, 1); tableMain.Controls.Add(this.buttonGo, 3, 0); tableMain.Dock = System.Windows.Forms.DockStyle.Fill; tableMain.Location = new System.Drawing.Point(3, 16); tableMain.Name = "tableMain"; tableMain.RowCount = 2; tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableMain.Size = new System.Drawing.Size(1055, 59); tableMain.TabIndex = 0; // // labelInputFile // labelInputFile.AutoSize = true; labelInputFile.Dock = System.Windows.Forms.DockStyle.Fill; labelInputFile.Location = new System.Drawing.Point(3, 0); labelInputFile.Name = "labelInputFile"; labelInputFile.Size = new System.Drawing.Size(63, 29); labelInputFile.TabIndex = 0; labelInputFile.Text = "Input file:"; labelInputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxIn // this.textBoxIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxIn.Location = new System.Drawing.Point(72, 4); this.textBoxIn.Name = "textBoxIn"; this.textBoxIn.Size = new System.Drawing.Size(835, 20); this.textBoxIn.TabIndex = 1; // // buttonBrowseIn // this.buttonBrowseIn.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonBrowseIn.Location = new System.Drawing.Point(913, 3); this.buttonBrowseIn.Name = "buttonBrowseIn"; this.buttonBrowseIn.Size = new System.Drawing.Size(62, 23); this.buttonBrowseIn.TabIndex = 2; this.buttonBrowseIn.Text = "Browse"; this.buttonBrowseIn.UseVisualStyleBackColor = true; this.buttonBrowseIn.Click += new System.EventHandler(this.buttonBrowseIn_Click); // // labelOutputFile // labelOutputFile.AutoSize = true; labelOutputFile.Dock = System.Windows.Forms.DockStyle.Fill; labelOutputFile.Location = new System.Drawing.Point(3, 29); labelOutputFile.Name = "labelOutputFile"; labelOutputFile.Size = new System.Drawing.Size(63, 30); labelOutputFile.TabIndex = 0; labelOutputFile.Text = "Output file:"; labelOutputFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxOut // this.textBoxOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxOut.Location = new System.Drawing.Point(72, 34); this.textBoxOut.Name = "textBoxOut"; this.textBoxOut.Size = new System.Drawing.Size(835, 20); this.textBoxOut.TabIndex = 3; // // buttonBrowseOut // buttonBrowseOut.Dock = System.Windows.Forms.DockStyle.Fill; buttonBrowseOut.Location = new System.Drawing.Point(913, 32); buttonBrowseOut.Name = "buttonBrowseOut"; buttonBrowseOut.Size = new System.Drawing.Size(62, 24); buttonBrowseOut.TabIndex = 4; buttonBrowseOut.Text = "Browse"; buttonBrowseOut.UseVisualStyleBackColor = true; buttonBrowseOut.Click += new System.EventHandler(this.buttonBrowseOut_Click); // // buttonGo // this.buttonGo.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonGo.Enabled = false; this.buttonGo.Location = new System.Drawing.Point(981, 3); this.buttonGo.Name = "buttonGo"; tableMain.SetRowSpan(this.buttonGo, 2); this.buttonGo.Size = new System.Drawing.Size(71, 53); this.buttonGo.TabIndex = 5; this.buttonGo.Text = "Convert"; this.buttonGo.UseVisualStyleBackColor = true; this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click); // // tabControlOptions // tabControlOptions.Controls.Add(tabProcessing); tabControlOptions.Controls.Add(tabEncoding); tabControlOptions.Controls.Add(tabAdvanced); tabControlOptions.Dock = System.Windows.Forms.DockStyle.Fill; tabControlOptions.Location = new System.Drawing.Point(3, 87); tabControlOptions.Name = "tabControlOptions"; tabControlOptions.SelectedIndex = 0; tabControlOptions.Size = new System.Drawing.Size(1061, 333); tabControlOptions.TabIndex = 1; // // tabProcessing // tabProcessing.Controls.Add(tableProcessing); tabProcessing.Location = new System.Drawing.Point(4, 22); tabProcessing.Name = "tabProcessing"; tabProcessing.Padding = new System.Windows.Forms.Padding(3); tabProcessing.Size = new System.Drawing.Size(1053, 307); tabProcessing.TabIndex = 3; tabProcessing.Text = "Processing"; // // tableProcessing // tableProcessing.ColumnCount = 1; tableProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableProcessing.Controls.Add(toolStripProcessing, 0, 0); tableProcessing.Controls.Add(panelProcessingInput, 0, 1); tableProcessing.Dock = System.Windows.Forms.DockStyle.Fill; tableProcessing.Location = new System.Drawing.Point(3, 3); tableProcessing.Name = "tableProcessing"; tableProcessing.RowCount = 2; tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableProcessing.Size = new System.Drawing.Size(1047, 301); tableProcessing.TabIndex = 0; // // toolStripProcessing // toolStripProcessing.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStripProcessing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonTrim, this.buttonCrop, this.buttonResize, this.buttonSubtitle, this.buttonReverse, this.buttonOverlay, this.buttonCaption, this.boxAdvancedScripting, this.buttonExportProcessing, this.buttonPreview, this.buttonDub, this.buttonRate}); toolStripProcessing.Location = new System.Drawing.Point(0, 0); toolStripProcessing.Name = "toolStripProcessing"; toolStripProcessing.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; toolStripProcessing.ShowItemToolTips = false; toolStripProcessing.Size = new System.Drawing.Size(1047, 25); toolStripProcessing.TabIndex = 0; toolStripProcessing.TabStop = true; // // buttonTrim // this.buttonTrim.AccessibleDescription = "Select a clip from your video."; this.buttonTrim.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonMultipleTrim}); this.buttonTrim.Enabled = false; this.buttonTrim.Margin = new System.Windows.Forms.Padding(0, 1, 3, 2); this.buttonTrim.Name = "buttonTrim"; this.buttonTrim.Size = new System.Drawing.Size(48, 22); this.buttonTrim.Text = "Trim"; this.buttonTrim.ButtonClick += new System.EventHandler(this.buttonTrim_Click); this.buttonTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonTrim.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonMultipleTrim // this.buttonMultipleTrim.AccessibleDescription = "Select many clips from your video, and sort them on a timeline."; this.buttonMultipleTrim.Name = "buttonMultipleTrim"; this.buttonMultipleTrim.Size = new System.Drawing.Size(152, 22); this.buttonMultipleTrim.Text = "Multiple Trim"; this.buttonMultipleTrim.Click += new System.EventHandler(this.buttonMultipleTrim_Click); this.buttonMultipleTrim.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonMultipleTrim.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonCrop // this.buttonCrop.AccessibleDescription = "Crop your video into a smaller frame."; this.buttonCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonCrop.Enabled = false; this.buttonCrop.Name = "buttonCrop"; this.buttonCrop.Size = new System.Drawing.Size(37, 22); this.buttonCrop.Text = "Crop"; this.buttonCrop.Click += new System.EventHandler(this.buttonCrop_Click); this.buttonCrop.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonCrop.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonResize // this.buttonResize.AccessibleDescription = "Scale your video."; this.buttonResize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonResize.Enabled = false; this.buttonResize.Name = "buttonResize"; this.buttonResize.Size = new System.Drawing.Size(43, 22); this.buttonResize.Text = "Resize"; this.buttonResize.Click += new System.EventHandler(this.buttonResize_Click); this.buttonResize.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonResize.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonSubtitle // this.buttonSubtitle.AccessibleDescription = "Burn subtitles into the video."; this.buttonSubtitle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonSubtitle.Enabled = false; this.buttonSubtitle.Name = "buttonSubtitle"; this.buttonSubtitle.Size = new System.Drawing.Size(56, 22); this.buttonSubtitle.Text = "Subtitles"; this.buttonSubtitle.Click += new System.EventHandler(this.buttonSubtitle_Click); this.buttonSubtitle.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonSubtitle.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonReverse // this.buttonReverse.AccessibleDescription = "Everything is backwards!"; this.buttonReverse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonReverse.Enabled = false; this.buttonReverse.Name = "buttonReverse"; this.buttonReverse.Size = new System.Drawing.Size(51, 22); this.buttonReverse.Text = "Reverse"; this.buttonReverse.Click += new System.EventHandler(this.buttonReverse_Click); this.buttonReverse.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonReverse.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonOverlay // this.buttonOverlay.AccessibleDescription = "Overlay a picture on top of your video."; this.buttonOverlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonOverlay.Enabled = false; this.buttonOverlay.Name = "buttonOverlay"; this.buttonOverlay.Size = new System.Drawing.Size(51, 22); this.buttonOverlay.Text = "Overlay"; this.buttonOverlay.Click += new System.EventHandler(this.buttonOverlay_Click); this.buttonOverlay.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonOverlay.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonCaption // this.buttonCaption.AccessibleDescription = "Add some funny text to your video."; this.buttonCaption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonCaption.Enabled = false; this.buttonCaption.Name = "buttonCaption"; this.buttonCaption.Size = new System.Drawing.Size(53, 22); this.buttonCaption.Text = "Caption"; this.buttonCaption.Click += new System.EventHandler(this.buttonCaption_Click); this.buttonCaption.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonCaption.MouseLeave += new System.EventHandler(this.clearToolTip); // // boxAdvancedScripting // this.boxAdvancedScripting.AccessibleDescription = "Are you a bad enough dude? Take care, there is no way back. You will have to star" + "t over if you f**k up."; this.boxAdvancedScripting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.boxAdvancedScripting.Name = "boxAdvancedScripting"; this.boxAdvancedScripting.Size = new System.Drawing.Size(64, 22); this.boxAdvancedScripting.Text = "Advanced"; this.boxAdvancedScripting.Click += new System.EventHandler(this.boxAdvancedScripting_Click); this.boxAdvancedScripting.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.boxAdvancedScripting.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonExportProcessing // this.buttonExportProcessing.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.buttonExportProcessing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonExportProcessing.Enabled = false; this.buttonExportProcessing.Image = ((System.Drawing.Image)(resources.GetObject("buttonExportProcessing.Image"))); this.buttonExportProcessing.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonExportProcessing.Name = "buttonExportProcessing"; this.buttonExportProcessing.Size = new System.Drawing.Size(44, 22); this.buttonExportProcessing.Text = "Export"; this.buttonExportProcessing.Click += new System.EventHandler(this.buttonExportProcessing_Click); // // buttonPreview // this.buttonPreview.AccessibleDescription = "Open a preview window that will loop your processing settings. Note that this doe" + "sn\'t reflect output encoding quality."; this.buttonPreview.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.buttonPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonPreview.Enabled = false; this.buttonPreview.Name = "buttonPreview"; this.buttonPreview.Size = new System.Drawing.Size(84, 22); this.buttonPreview.Text = "Preview filters"; this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click); this.buttonPreview.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonPreview.MouseLeave += new System.EventHandler(this.clearToolTip); // // buttonDub // this.buttonDub.AccessibleDescription = "Add or replace the audio on your video."; this.buttonDub.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonDub.Enabled = false; this.buttonDub.Name = "buttonDub"; this.buttonDub.Size = new System.Drawing.Size(33, 22); this.buttonDub.Text = "Dub"; this.buttonDub.Click += new System.EventHandler(this.buttonDub_Click); this.buttonDub.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonDub.MouseLeave += new System.EventHandler(this.clearToolTip); // // panelProcessingInput // panelProcessingInput.Controls.Add(this.listViewProcessingScript); panelProcessingInput.Controls.Add(this.textBoxProcessingScript); panelProcessingInput.Dock = System.Windows.Forms.DockStyle.Fill; panelProcessingInput.Location = new System.Drawing.Point(0, 25); panelProcessingInput.Margin = new System.Windows.Forms.Padding(0); panelProcessingInput.Name = "panelProcessingInput"; panelProcessingInput.Size = new System.Drawing.Size(1047, 276); panelProcessingInput.TabIndex = 1; // // listViewProcessingScript // this.listViewProcessingScript.AccessibleDescription = "Double click a filter to edit it. Select a filter and press Delete to remove it."; this.listViewProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewProcessingScript.LargeImageList = this.imageListFilters; this.listViewProcessingScript.Location = new System.Drawing.Point(0, 0); this.listViewProcessingScript.Margin = new System.Windows.Forms.Padding(0); this.listViewProcessingScript.Name = "listViewProcessingScript"; this.listViewProcessingScript.Size = new System.Drawing.Size(1047, 276); this.listViewProcessingScript.TabIndex = 3; this.listViewProcessingScript.UseCompatibleStateImageBehavior = false; this.listViewProcessingScript.ItemActivate += new System.EventHandler(this.listViewProcessingScript_ItemActivate); this.listViewProcessingScript.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listViewProcessingScript_KeyUp); this.listViewProcessingScript.MouseEnter += new System.EventHandler(this.ControlTooltip); this.listViewProcessingScript.MouseLeave += new System.EventHandler(this.clearToolTip); // // imageListFilters // this.imageListFilters.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListFilters.ImageStream"))); this.imageListFilters.TransparentColor = System.Drawing.Color.Transparent; this.imageListFilters.Images.SetKeyName(0, "Trim"); this.imageListFilters.Images.SetKeyName(1, "Crop"); this.imageListFilters.Images.SetKeyName(2, "Subtitles"); this.imageListFilters.Images.SetKeyName(3, "Reverse"); this.imageListFilters.Images.SetKeyName(4, "Resize"); this.imageListFilters.Images.SetKeyName(5, "Overlay"); this.imageListFilters.Images.SetKeyName(6, "Caption"); this.imageListFilters.Images.SetKeyName(7, "Dub"); this.imageListFilters.Images.SetKeyName(8, "Rate"); // // textBoxProcessingScript // this.textBoxProcessingScript.AcceptsReturn = true; this.textBoxProcessingScript.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxProcessingScript.Location = new System.Drawing.Point(0, 0); this.textBoxProcessingScript.Margin = new System.Windows.Forms.Padding(0); this.textBoxProcessingScript.Multiline = true; this.textBoxProcessingScript.Name = "textBoxProcessingScript"; this.textBoxProcessingScript.Size = new System.Drawing.Size(1047, 276); this.textBoxProcessingScript.TabIndex = 2; this.textBoxProcessingScript.Text = "# This is an AviSynth script. You may write advanced commands below, or just pres" + "s the buttons above for smooth sailing."; this.textBoxProcessingScript.Visible = false; this.textBoxProcessingScript.Leave += new System.EventHandler(this.textBoxProcessingScript_Leave); // // tabEncoding // tabEncoding.BackColor = System.Drawing.SystemColors.Control; tabEncoding.Controls.Add(tableEncoding); tabEncoding.Location = new System.Drawing.Point(4, 22); tabEncoding.Name = "tabEncoding"; tabEncoding.Padding = new System.Windows.Forms.Padding(3); tabEncoding.Size = new System.Drawing.Size(1053, 307); tabEncoding.TabIndex = 0; tabEncoding.Text = "Encoding"; // // tableEncoding // tableEncoding.ColumnCount = 1; tableEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncoding.Controls.Add(groupEncodingGeneral, 0, 0); tableEncoding.Controls.Add(groupEncodingVideo, 0, 1); tableEncoding.Controls.Add(groupEncodingAudio, 0, 2); tableEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableEncoding.Location = new System.Drawing.Point(3, 3); tableEncoding.Name = "tableEncoding"; tableEncoding.RowCount = 4; tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncoding.Size = new System.Drawing.Size(1047, 301); tableEncoding.TabIndex = 0; // // groupEncodingGeneral // groupEncodingGeneral.Controls.Add(tableEncodingGeneral); groupEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingGeneral.Location = new System.Drawing.Point(3, 3); groupEncodingGeneral.Name = "groupEncodingGeneral"; groupEncodingGeneral.Size = new System.Drawing.Size(1041, 101); groupEncodingGeneral.TabIndex = 1; groupEncodingGeneral.TabStop = false; groupEncodingGeneral.Text = "General"; // // tableEncodingGeneral // tableEncodingGeneral.ColumnCount = 5; tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 248F)); tableEncodingGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncodingGeneral.Controls.Add(this.buttonVariableDefault, 2, 2); tableEncodingGeneral.Controls.Add(labelGeneralModeVariableHint, 3, 2); tableEncodingGeneral.Controls.Add(labelGeneralModeConstantHint, 3, 1); tableEncodingGeneral.Controls.Add(labelGeneralMode, 0, 1); tableEncodingGeneral.Controls.Add(labelGeneralTitle, 0, 0); tableEncodingGeneral.Controls.Add(this.boxTitle, 1, 0); tableEncodingGeneral.Controls.Add(labelGeneralTitleHint, 4, 0); tableEncodingGeneral.Controls.Add(this.boxConstant, 1, 1); tableEncodingGeneral.Controls.Add(this.boxVariable, 1, 2); tableEncodingGeneral.Controls.Add(this.buttonConstantDefault, 2, 1); tableEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; tableEncodingGeneral.Location = new System.Drawing.Point(3, 16); tableEncodingGeneral.Name = "tableEncodingGeneral"; tableEncodingGeneral.RowCount = 3; tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingGeneral.Size = new System.Drawing.Size(1035, 82); tableEncodingGeneral.TabIndex = 0; // // buttonVariableDefault // this.buttonVariableDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonVariableDefault.Location = new System.Drawing.Point(170, 59); this.buttonVariableDefault.Name = "buttonVariableDefault"; this.buttonVariableDefault.Size = new System.Drawing.Size(54, 22); this.buttonVariableDefault.TabIndex = 5; this.buttonVariableDefault.Text = "Default"; this.buttonVariableDefault.UseVisualStyleBackColor = true; this.buttonVariableDefault.Visible = false; this.buttonVariableDefault.Click += new System.EventHandler(this.buttonVariableDefault_Click); // // labelGeneralModeVariableHint // labelGeneralModeVariableHint.AutoSize = true; tableEncodingGeneral.SetColumnSpan(labelGeneralModeVariableHint, 2); labelGeneralModeVariableHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralModeVariableHint.Location = new System.Drawing.Point(230, 56); labelGeneralModeVariableHint.Name = "labelGeneralModeVariableHint"; labelGeneralModeVariableHint.Size = new System.Drawing.Size(802, 28); labelGeneralModeVariableHint.TabIndex = 0; labelGeneralModeVariableHint.Text = "This will make your video get the size it deserves to look good."; labelGeneralModeVariableHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelGeneralModeConstantHint // labelGeneralModeConstantHint.AutoSize = true; tableEncodingGeneral.SetColumnSpan(labelGeneralModeConstantHint, 2); labelGeneralModeConstantHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralModeConstantHint.Location = new System.Drawing.Point(230, 28); labelGeneralModeConstantHint.Name = "labelGeneralModeConstantHint"; labelGeneralModeConstantHint.Size = new System.Drawing.Size(802, 28); labelGeneralModeConstantHint.TabIndex = 0; labelGeneralModeConstantHint.Text = "This will make your video have a specific filesize, and suffer lower quality to m" + "atch that size."; labelGeneralModeConstantHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelGeneralMode // labelGeneralMode.AutoSize = true; labelGeneralMode.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralMode.Location = new System.Drawing.Point(3, 28); labelGeneralMode.Name = "labelGeneralMode"; labelGeneralMode.Size = new System.Drawing.Size(73, 28); labelGeneralMode.TabIndex = 0; labelGeneralMode.Text = "Mode:"; labelGeneralMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelGeneralTitle // labelGeneralTitle.AutoSize = true; labelGeneralTitle.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralTitle.Location = new System.Drawing.Point(3, 0); labelGeneralTitle.Name = "labelGeneralTitle"; labelGeneralTitle.Size = new System.Drawing.Size(73, 28); labelGeneralTitle.TabIndex = 0; labelGeneralTitle.Text = "Title:"; labelGeneralTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxTitle // this.boxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableEncodingGeneral.SetColumnSpan(this.boxTitle, 3); this.boxTitle.Location = new System.Drawing.Point(82, 4); this.boxTitle.Name = "boxTitle"; this.boxTitle.Size = new System.Drawing.Size(390, 20); this.boxTitle.TabIndex = 1; this.boxTitle.TextChanged += new System.EventHandler(this.UpdateArguments); // // labelGeneralTitleHint // labelGeneralTitleHint.AutoSize = true; labelGeneralTitleHint.Dock = System.Windows.Forms.DockStyle.Fill; labelGeneralTitleHint.Location = new System.Drawing.Point(478, 0); labelGeneralTitleHint.Name = "labelGeneralTitleHint"; labelGeneralTitleHint.Size = new System.Drawing.Size(554, 28); labelGeneralTitleHint.TabIndex = 0; labelGeneralTitleHint.Text = "Adds a string of text to the metadata of the video, which can be used to indicate" + " the source of a video, for example. Leave blank for no title."; labelGeneralTitleHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxConstant // this.boxConstant.AutoSize = true; this.boxConstant.Checked = true; this.boxConstant.Dock = System.Windows.Forms.DockStyle.Fill; this.boxConstant.Location = new System.Drawing.Point(82, 31); this.boxConstant.Name = "boxConstant"; this.boxConstant.Size = new System.Drawing.Size(82, 22); this.boxConstant.TabIndex = 2; this.boxConstant.TabStop = true; this.boxConstant.Text = "Constant"; this.boxConstant.UseVisualStyleBackColor = true; this.boxConstant.CheckedChanged += new System.EventHandler(this.boxConstant_CheckedChanged); // // boxVariable // this.boxVariable.AutoSize = true; this.boxVariable.Dock = System.Windows.Forms.DockStyle.Fill; this.boxVariable.Location = new System.Drawing.Point(82, 59); this.boxVariable.Name = "boxVariable"; this.boxVariable.Size = new System.Drawing.Size(82, 22); this.boxVariable.TabIndex = 3; this.boxVariable.Text = "Variable"; this.boxVariable.UseVisualStyleBackColor = true; this.boxVariable.CheckedChanged += new System.EventHandler(this.boxVariable_CheckedChanged); // // buttonConstantDefault // this.buttonConstantDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonConstantDefault.Location = new System.Drawing.Point(170, 31); this.buttonConstantDefault.Name = "buttonConstantDefault"; this.buttonConstantDefault.Size = new System.Drawing.Size(54, 22); this.buttonConstantDefault.TabIndex = 4; this.buttonConstantDefault.Text = "Default"; this.buttonConstantDefault.UseVisualStyleBackColor = true; this.buttonConstantDefault.Visible = false; this.buttonConstantDefault.Click += new System.EventHandler(this.buttonConstantDefault_Click); // // groupEncodingVideo // groupEncodingVideo.Controls.Add(this.tableLayoutPanelEncodingVideo); groupEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingVideo.Location = new System.Drawing.Point(3, 110); groupEncodingVideo.Name = "groupEncodingVideo"; groupEncodingVideo.Size = new System.Drawing.Size(1041, 101); groupEncodingVideo.TabIndex = 2; groupEncodingVideo.TabStop = false; groupEncodingVideo.Text = "Video"; // // tableLayoutPanelEncodingVideo // this.tableLayoutPanelEncodingVideo.ColumnCount = 4; this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelEncodingVideo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelEncodingVideo.Controls.Add(panelEncodingModeSwapper, 0, 1); this.tableLayoutPanelEncodingVideo.Controls.Add(this.boxHQ, 0, 0); this.tableLayoutPanelEncodingVideo.Controls.Add(labelVideoHQHint, 3, 0); this.tableLayoutPanelEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelEncodingVideo.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanelEncodingVideo.Name = "tableLayoutPanelEncodingVideo"; this.tableLayoutPanelEncodingVideo.RowCount = 3; this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelEncodingVideo.Size = new System.Drawing.Size(1035, 82); this.tableLayoutPanelEncodingVideo.TabIndex = 0; // // panelEncodingModeSwapper // this.tableLayoutPanelEncodingVideo.SetColumnSpan(panelEncodingModeSwapper, 4); panelEncodingModeSwapper.Controls.Add(this.tableVideoConstantOptions); panelEncodingModeSwapper.Controls.Add(this.tableVideoVariableOptions); panelEncodingModeSwapper.Dock = System.Windows.Forms.DockStyle.Fill; panelEncodingModeSwapper.Location = new System.Drawing.Point(0, 28); panelEncodingModeSwapper.Margin = new System.Windows.Forms.Padding(0); panelEncodingModeSwapper.Name = "panelEncodingModeSwapper"; this.tableLayoutPanelEncodingVideo.SetRowSpan(panelEncodingModeSwapper, 2); panelEncodingModeSwapper.Size = new System.Drawing.Size(1035, 56); panelEncodingModeSwapper.TabIndex = 2; // // tableVideoConstantOptions // this.tableVideoConstantOptions.ColumnCount = 4; this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableVideoConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimit, 0, 0); this.tableVideoConstantOptions.Controls.Add(this.boxLimit, 1, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitUnit, 2, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoSizeLimitHint, 3, 0); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrate, 0, 1); this.tableVideoConstantOptions.Controls.Add(this.boxBitrate, 1, 1); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateUnit, 2, 1); this.tableVideoConstantOptions.Controls.Add(labelVideoBitrateHint, 3, 1); this.tableVideoConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableVideoConstantOptions.Location = new System.Drawing.Point(0, 0); this.tableVideoConstantOptions.Margin = new System.Windows.Forms.Padding(0); this.tableVideoConstantOptions.Name = "tableVideoConstantOptions"; this.tableVideoConstantOptions.RowCount = 2; this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoConstantOptions.Size = new System.Drawing.Size(1035, 56); this.tableVideoConstantOptions.TabIndex = 0; // // labelVideoSizeLimit // labelVideoSizeLimit.AutoSize = true; labelVideoSizeLimit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimit.Location = new System.Drawing.Point(3, 0); labelVideoSizeLimit.Name = "labelVideoSizeLimit"; labelVideoSizeLimit.Size = new System.Drawing.Size(73, 28); labelVideoSizeLimit.TabIndex = 0; labelVideoSizeLimit.Text = "Size limit:"; labelVideoSizeLimit.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxLimit // this.boxLimit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxLimit.Location = new System.Drawing.Point(82, 4); this.boxLimit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxLimit.Name = "boxLimit"; this.boxLimit.Size = new System.Drawing.Size(115, 20); this.boxLimit.TabIndex = 1; this.boxLimit.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelVideoSizeLimitUnit // labelVideoSizeLimitUnit.AutoSize = true; labelVideoSizeLimitUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimitUnit.Location = new System.Drawing.Point(197, 0); labelVideoSizeLimitUnit.Margin = new System.Windows.Forms.Padding(0); labelVideoSizeLimitUnit.Name = "labelVideoSizeLimitUnit"; labelVideoSizeLimitUnit.Size = new System.Drawing.Size(30, 28); labelVideoSizeLimitUnit.TabIndex = 0; labelVideoSizeLimitUnit.Text = "MiB"; labelVideoSizeLimitUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoSizeLimitHint // labelVideoSizeLimitHint.AutoSize = true; labelVideoSizeLimitHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoSizeLimitHint.Location = new System.Drawing.Point(230, 0); labelVideoSizeLimitHint.Name = "labelVideoSizeLimitHint"; labelVideoSizeLimitHint.Size = new System.Drawing.Size(802, 28); labelVideoSizeLimitHint.TabIndex = 0; labelVideoSizeLimitHint.Text = "Will adjust the quality to attempt to stay below this limit, and cut off the end " + "of a video if needed. Leave blank for no limit. The limit on 4chan is 3 MB."; labelVideoSizeLimitHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoBitrate // labelVideoBitrate.AutoSize = true; labelVideoBitrate.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrate.Location = new System.Drawing.Point(3, 28); labelVideoBitrate.Name = "labelVideoBitrate"; labelVideoBitrate.Size = new System.Drawing.Size(73, 28); labelVideoBitrate.TabIndex = 0; labelVideoBitrate.Text = "Bitrate:"; labelVideoBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxBitrate // this.boxBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxBitrate.Location = new System.Drawing.Point(82, 32); this.boxBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxBitrate.Name = "boxBitrate"; this.boxBitrate.Size = new System.Drawing.Size(115, 20); this.boxBitrate.TabIndex = 2; this.boxBitrate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelVideoBitrateUnit // labelVideoBitrateUnit.AutoSize = true; labelVideoBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrateUnit.Location = new System.Drawing.Point(197, 28); labelVideoBitrateUnit.Margin = new System.Windows.Forms.Padding(0); labelVideoBitrateUnit.Name = "labelVideoBitrateUnit"; labelVideoBitrateUnit.Size = new System.Drawing.Size(30, 28); labelVideoBitrateUnit.TabIndex = 0; labelVideoBitrateUnit.Text = "Kb/s"; labelVideoBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoBitrateHint // labelVideoBitrateHint.AutoSize = true; labelVideoBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoBitrateHint.Location = new System.Drawing.Point(230, 28); labelVideoBitrateHint.Name = "labelVideoBitrateHint"; labelVideoBitrateHint.Size = new System.Drawing.Size(802, 28); labelVideoBitrateHint.TabIndex = 0; labelVideoBitrateHint.Text = "Determines the quality of the video. Keep blank to let the program pick one based" + " on size limit and duration."; labelVideoBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableVideoVariableOptions // this.tableVideoVariableOptions.ColumnCount = 4; this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableVideoVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableVideoVariableOptions.Controls.Add(labelVideoCrf, 0, 0); this.tableVideoVariableOptions.Controls.Add(this.numericCrf, 1, 0); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfHint, 3, 0); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfTolerance, 0, 1); this.tableVideoVariableOptions.Controls.Add(this.numericCrfTolerance, 1, 1); this.tableVideoVariableOptions.Controls.Add(labelVideoCrfToleranceHint, 4, 1); this.tableVideoVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableVideoVariableOptions.Location = new System.Drawing.Point(0, 0); this.tableVideoVariableOptions.Margin = new System.Windows.Forms.Padding(0); this.tableVideoVariableOptions.Name = "tableVideoVariableOptions"; this.tableVideoVariableOptions.RowCount = 2; this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); this.tableVideoVariableOptions.Size = new System.Drawing.Size(1035, 56); this.tableVideoVariableOptions.TabIndex = 0; // // labelVideoCrf // labelVideoCrf.AutoSize = true; labelVideoCrf.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrf.Location = new System.Drawing.Point(3, 0); labelVideoCrf.Name = "labelVideoCrf"; labelVideoCrf.Size = new System.Drawing.Size(73, 28); labelVideoCrf.TabIndex = 0; labelVideoCrf.Text = "CRF:"; labelVideoCrf.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericCrf // this.tableVideoVariableOptions.SetColumnSpan(this.numericCrf, 2); this.numericCrf.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrf.Location = new System.Drawing.Point(82, 3); this.numericCrf.Maximum = new decimal(new int[] { 63, 0, 0, 0}); this.numericCrf.Name = "numericCrf"; this.numericCrf.Size = new System.Drawing.Size(142, 20); this.numericCrf.TabIndex = 1; this.numericCrf.TabStop = false; this.numericCrf.Value = new decimal(new int[] { 10, 0, 0, 0}); this.numericCrf.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoCrfHint // labelVideoCrfHint.AutoSize = true; labelVideoCrfHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfHint.Location = new System.Drawing.Point(230, 0); labelVideoCrfHint.Name = "labelVideoCrfHint"; labelVideoCrfHint.Size = new System.Drawing.Size(802, 28); labelVideoCrfHint.TabIndex = 0; labelVideoCrfHint.Text = "The constant rate factor of the video determines what level of quality the video " + "should get."; labelVideoCrfHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelVideoCrfTolerance // labelVideoCrfTolerance.AutoSize = true; labelVideoCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfTolerance.Location = new System.Drawing.Point(3, 28); labelVideoCrfTolerance.Name = "labelVideoCrfTolerance"; labelVideoCrfTolerance.Size = new System.Drawing.Size(73, 28); labelVideoCrfTolerance.TabIndex = 0; labelVideoCrfTolerance.Text = "Tolerance:"; labelVideoCrfTolerance.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericCrfTolerance // this.tableVideoVariableOptions.SetColumnSpan(this.numericCrfTolerance, 2); this.numericCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrfTolerance.Location = new System.Drawing.Point(82, 31); this.numericCrfTolerance.Maximum = new decimal(new int[] { 63, 0, 0, 0}); this.numericCrfTolerance.Name = "numericCrfTolerance"; this.numericCrfTolerance.Size = new System.Drawing.Size(142, 20); this.numericCrfTolerance.TabIndex = 2; this.numericCrfTolerance.TabStop = false; this.numericCrfTolerance.Value = new decimal(new int[] { 20, 0, 0, 0}); this.numericCrfTolerance.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoCrfToleranceHint // labelVideoCrfToleranceHint.AutoSize = true; labelVideoCrfToleranceHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoCrfToleranceHint.Location = new System.Drawing.Point(230, 28); labelVideoCrfToleranceHint.Name = "labelVideoCrfToleranceHint"; labelVideoCrfToleranceHint.Size = new System.Drawing.Size(802, 28); labelVideoCrfToleranceHint.TabIndex = 0; labelVideoCrfToleranceHint.Text = "This value determines how far the encoder is allowed to stray from the CRF value " + "in order to not waste too many bits on some frames."; labelVideoCrfToleranceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxHQ // this.boxHQ.AutoSize = true; this.boxHQ.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.tableLayoutPanelEncodingVideo.SetColumnSpan(this.boxHQ, 3); this.boxHQ.Dock = System.Windows.Forms.DockStyle.Fill; this.boxHQ.Location = new System.Drawing.Point(6, 3); this.boxHQ.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this.boxHQ.Name = "boxHQ"; this.boxHQ.Size = new System.Drawing.Size(215, 22); this.boxHQ.TabIndex = 1; this.boxHQ.Text = "Enable high quality mode:"; this.boxHQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxHQ.UseVisualStyleBackColor = true; this.boxHQ.CheckedChanged += new System.EventHandler(this.UpdateArguments); // // labelVideoHQHint // labelVideoHQHint.AutoSize = true; labelVideoHQHint.Dock = System.Windows.Forms.DockStyle.Fill; labelVideoHQHint.Location = new System.Drawing.Point(230, 0); labelVideoHQHint.Name = "labelVideoHQHint"; labelVideoHQHint.Size = new System.Drawing.Size(802, 28); labelVideoHQHint.TabIndex = 0; labelVideoHQHint.Text = "Enables two-pass encoding and adds some extra encoding arguments, increasing outp" + "ut quality, but increases the time it takes to encode your file."; labelVideoHQHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupEncodingAudio // groupEncodingAudio.Controls.Add(tableEncodingAudio); groupEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingAudio.Location = new System.Drawing.Point(3, 217); groupEncodingAudio.Name = "groupEncodingAudio"; groupEncodingAudio.Size = new System.Drawing.Size(1041, 73); groupEncodingAudio.TabIndex = 3; groupEncodingAudio.TabStop = false; groupEncodingAudio.Text = "Audio"; // // tableEncodingAudio // tableEncodingAudio.ColumnCount = 5; tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableEncodingAudio.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableEncodingAudio.Controls.Add(this.buttonAudioEnabledDefault, 2, 0); tableEncodingAudio.Controls.Add(this.boxAudio, 0, 0); tableEncodingAudio.Controls.Add(labelAudioHint, 4, 0); tableEncodingAudio.Controls.Add(panelEncodingModeSwapperTwo, 0, 1); tableEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill; tableEncodingAudio.Location = new System.Drawing.Point(3, 16); tableEncodingAudio.Margin = new System.Windows.Forms.Padding(0); tableEncodingAudio.Name = "tableEncodingAudio"; tableEncodingAudio.RowCount = 2; tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingAudio.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableEncodingAudio.Size = new System.Drawing.Size(1035, 54); tableEncodingAudio.TabIndex = 0; // // buttonAudioEnabledDefault // tableEncodingAudio.SetColumnSpan(this.buttonAudioEnabledDefault, 2); this.buttonAudioEnabledDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonAudioEnabledDefault.Location = new System.Drawing.Point(170, 3); this.buttonAudioEnabledDefault.Name = "buttonAudioEnabledDefault"; this.buttonAudioEnabledDefault.Size = new System.Drawing.Size(54, 22); this.buttonAudioEnabledDefault.TabIndex = 6; this.buttonAudioEnabledDefault.Text = "Default"; this.buttonAudioEnabledDefault.UseVisualStyleBackColor = true; this.buttonAudioEnabledDefault.Visible = false; this.buttonAudioEnabledDefault.Click += new System.EventHandler(this.buttonAudioEnabledDefault_Click); // // boxAudio // this.boxAudio.AutoSize = true; this.boxAudio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableEncodingAudio.SetColumnSpan(this.boxAudio, 2); this.boxAudio.Dock = System.Windows.Forms.DockStyle.Fill; this.boxAudio.Location = new System.Drawing.Point(6, 3); this.boxAudio.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3); this.boxAudio.Name = "boxAudio"; this.boxAudio.Size = new System.Drawing.Size(155, 22); this.boxAudio.TabIndex = 1; this.boxAudio.Text = "Enable audio:"; this.boxAudio.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxAudio.UseVisualStyleBackColor = true; this.boxAudio.CheckedChanged += new System.EventHandler(this.boxAudio_CheckedChanged); // // labelAudioHint // labelAudioHint.AutoSize = true; labelAudioHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioHint.Location = new System.Drawing.Point(230, 0); labelAudioHint.Name = "labelAudioHint"; labelAudioHint.Size = new System.Drawing.Size(802, 28); labelAudioHint.TabIndex = 0; labelAudioHint.Text = "Do you want a WebM with sound? You found the setting for it."; labelAudioHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panelEncodingModeSwapperTwo // tableEncodingAudio.SetColumnSpan(panelEncodingModeSwapperTwo, 5); panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioConstantOptions); panelEncodingModeSwapperTwo.Controls.Add(this.tableAudioVariableOptions); panelEncodingModeSwapperTwo.Dock = System.Windows.Forms.DockStyle.Fill; panelEncodingModeSwapperTwo.Location = new System.Drawing.Point(0, 28); panelEncodingModeSwapperTwo.Margin = new System.Windows.Forms.Padding(0); panelEncodingModeSwapperTwo.Name = "panelEncodingModeSwapperTwo"; panelEncodingModeSwapperTwo.Size = new System.Drawing.Size(1035, 28); panelEncodingModeSwapperTwo.TabIndex = 2; // // tableAudioConstantOptions // this.tableAudioConstantOptions.ColumnCount = 4; this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableAudioConstantOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrate, 0, 0); this.tableAudioConstantOptions.Controls.Add(this.boxAudioBitrate, 1, 0); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateUnit, 2, 0); this.tableAudioConstantOptions.Controls.Add(labelAudioBitrateHint, 4, 0); this.tableAudioConstantOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableAudioConstantOptions.Location = new System.Drawing.Point(0, 0); this.tableAudioConstantOptions.Margin = new System.Windows.Forms.Padding(0); this.tableAudioConstantOptions.Name = "tableAudioConstantOptions"; this.tableAudioConstantOptions.RowCount = 1; this.tableAudioConstantOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioConstantOptions.Size = new System.Drawing.Size(1035, 28); this.tableAudioConstantOptions.TabIndex = 0; // // labelAudioBitrate // labelAudioBitrate.AutoSize = true; labelAudioBitrate.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrate.Location = new System.Drawing.Point(3, 0); labelAudioBitrate.Name = "labelAudioBitrate"; labelAudioBitrate.Size = new System.Drawing.Size(73, 28); labelAudioBitrate.TabIndex = 0; labelAudioBitrate.Text = "Bitrate:"; labelAudioBitrate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxAudioBitrate // this.boxAudioBitrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.boxAudioBitrate.Enabled = false; this.boxAudioBitrate.Location = new System.Drawing.Point(82, 4); this.boxAudioBitrate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxAudioBitrate.Name = "boxAudioBitrate"; this.boxAudioBitrate.Size = new System.Drawing.Size(115, 20); this.boxAudioBitrate.TabIndex = 1; this.boxAudioBitrate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxAudioBitrate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelAudioBitrateUnit // labelAudioBitrateUnit.AutoSize = true; labelAudioBitrateUnit.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrateUnit.Location = new System.Drawing.Point(197, 0); labelAudioBitrateUnit.Margin = new System.Windows.Forms.Padding(0); labelAudioBitrateUnit.Name = "labelAudioBitrateUnit"; labelAudioBitrateUnit.Size = new System.Drawing.Size(30, 28); labelAudioBitrateUnit.TabIndex = 0; labelAudioBitrateUnit.Text = "Kb/s"; labelAudioBitrateUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelAudioBitrateHint // labelAudioBitrateHint.AutoSize = true; labelAudioBitrateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioBitrateHint.Location = new System.Drawing.Point(230, 0); labelAudioBitrateHint.Name = "labelAudioBitrateHint"; labelAudioBitrateHint.Size = new System.Drawing.Size(802, 28); labelAudioBitrateHint.TabIndex = 0; labelAudioBitrateHint.Text = "Determines the quality of the audio."; labelAudioBitrateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableAudioVariableOptions // this.tableAudioVariableOptions.ColumnCount = 4; this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableAudioVariableOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioVariableOptions.Controls.Add(labelAudioQuality, 0, 0); this.tableAudioVariableOptions.Controls.Add(this.numericAudioQuality, 1, 0); this.tableAudioVariableOptions.Controls.Add(labelAudioQualityHint, 4, 0); this.tableAudioVariableOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.tableAudioVariableOptions.Location = new System.Drawing.Point(0, 0); this.tableAudioVariableOptions.Margin = new System.Windows.Forms.Padding(0); this.tableAudioVariableOptions.Name = "tableAudioVariableOptions"; this.tableAudioVariableOptions.RowCount = 1; this.tableAudioVariableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableAudioVariableOptions.Size = new System.Drawing.Size(1035, 28); this.tableAudioVariableOptions.TabIndex = 0; // // labelAudioQuality // labelAudioQuality.AutoSize = true; labelAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioQuality.Location = new System.Drawing.Point(3, 0); labelAudioQuality.Name = "labelAudioQuality"; labelAudioQuality.Size = new System.Drawing.Size(73, 28); labelAudioQuality.TabIndex = 0; labelAudioQuality.Text = "Quality:"; labelAudioQuality.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericAudioQuality // this.tableAudioVariableOptions.SetColumnSpan(this.numericAudioQuality, 2); this.numericAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill; this.numericAudioQuality.Enabled = false; this.numericAudioQuality.Location = new System.Drawing.Point(82, 3); this.numericAudioQuality.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.numericAudioQuality.Name = "numericAudioQuality"; this.numericAudioQuality.Size = new System.Drawing.Size(142, 20); this.numericAudioQuality.TabIndex = 1; this.numericAudioQuality.TabStop = false; this.numericAudioQuality.Value = new decimal(new int[] { 3, 0, 0, 0}); this.numericAudioQuality.ValueChanged += new System.EventHandler(this.UpdateArguments); // // labelAudioQualityHint // labelAudioQualityHint.AutoSize = true; labelAudioQualityHint.Dock = System.Windows.Forms.DockStyle.Fill; labelAudioQualityHint.Location = new System.Drawing.Point(230, 0); labelAudioQualityHint.Name = "labelAudioQualityHint"; labelAudioQualityHint.Size = new System.Drawing.Size(802, 28); labelAudioQualityHint.TabIndex = 0; labelAudioQualityHint.Text = "Determines the average quality of the audio. 10 is the highest quality."; labelAudioQualityHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tabAdvanced // tabAdvanced.AutoScroll = true; tabAdvanced.BackColor = System.Drawing.SystemColors.Control; tabAdvanced.Controls.Add(tableAdvanced); tabAdvanced.Location = new System.Drawing.Point(4, 22); tabAdvanced.Name = "tabAdvanced"; tabAdvanced.Padding = new System.Windows.Forms.Padding(3); tabAdvanced.Size = new System.Drawing.Size(1053, 307); tabAdvanced.TabIndex = 4; tabAdvanced.Text = "Advanced"; // // tableAdvanced // tableAdvanced.ColumnCount = 1; tableAdvanced.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvanced.Controls.Add(labelAdvancedWarning, 0, 0); tableAdvanced.Controls.Add(groupAdvancedProcessing, 0, 1); tableAdvanced.Controls.Add(groupAdvancedEncoding, 0, 2); tableAdvanced.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvanced.Location = new System.Drawing.Point(3, 3); tableAdvanced.Name = "tableAdvanced"; tableAdvanced.RowCount = 4; tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 163F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvanced.Size = new System.Drawing.Size(1047, 301); tableAdvanced.TabIndex = 1; // // labelAdvancedWarning // labelAdvancedWarning.AutoSize = true; tableAdvanced.SetColumnSpan(labelAdvancedWarning, 3); labelAdvancedWarning.Dock = System.Windows.Forms.DockStyle.Fill; labelAdvancedWarning.Location = new System.Drawing.Point(3, 3); labelAdvancedWarning.Margin = new System.Windows.Forms.Padding(3); labelAdvancedWarning.Name = "labelAdvancedWarning"; labelAdvancedWarning.Size = new System.Drawing.Size(1041, 22); labelAdvancedWarning.TabIndex = 0; labelAdvancedWarning.Text = "Do not modify these settings unless you are 100% sure you know what you\'re doing." + ""; labelAdvancedWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupAdvancedProcessing // groupAdvancedProcessing.Controls.Add(tableAdvancedProcessing); groupAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedProcessing.Location = new System.Drawing.Point(3, 31); groupAdvancedProcessing.Name = "groupAdvancedProcessing"; groupAdvancedProcessing.Size = new System.Drawing.Size(1041, 101); groupAdvancedProcessing.TabIndex = 1; groupAdvancedProcessing.TabStop = false; groupAdvancedProcessing.Text = "Processing"; // // tableAdvancedProcessing // tableAdvancedProcessing.ColumnCount = 3; tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 148F)); tableAdvancedProcessing.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvancedProcessing.Controls.Add(labelProcessingLevels, 0, 0); tableAdvancedProcessing.Controls.Add(this.comboLevels, 1, 0); tableAdvancedProcessing.Controls.Add(labelProcessingLevelsHint, 2, 0); tableAdvancedProcessing.Controls.Add(this.boxDeinterlace, 0, 1); tableAdvancedProcessing.Controls.Add(labelProcessingDeinterlaceHint, 2, 1); tableAdvancedProcessing.Controls.Add(this.boxDenoise, 0, 2); tableAdvancedProcessing.Controls.Add(labelProcessingDenoiseHint, 2, 2); tableAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvancedProcessing.Location = new System.Drawing.Point(3, 16); tableAdvancedProcessing.Name = "tableAdvancedProcessing"; tableAdvancedProcessing.RowCount = 3; tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedProcessing.Size = new System.Drawing.Size(1035, 82); tableAdvancedProcessing.TabIndex = 1; // // labelProcessingLevels // labelProcessingLevels.AutoSize = true; labelProcessingLevels.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingLevels.Location = new System.Drawing.Point(3, 0); labelProcessingLevels.Name = "labelProcessingLevels"; labelProcessingLevels.Size = new System.Drawing.Size(73, 28); labelProcessingLevels.TabIndex = 0; labelProcessingLevels.Text = "Color levels:"; labelProcessingLevels.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboLevels // this.comboLevels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.comboLevels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLevels.Items.AddRange(new object[] { "Leave them alone", "Expand (TV -> PC)", "Contract (PC -> TV)"}); this.comboLevels.Location = new System.Drawing.Point(82, 3); this.comboLevels.Name = "comboLevels"; this.comboLevels.Size = new System.Drawing.Size(142, 21); this.comboLevels.TabIndex = 1; this.comboLevels.SelectedIndexChanged += new System.EventHandler(this.comboLevels_SelectedIndexChanged); // // labelProcessingLevelsHint // labelProcessingLevelsHint.AutoSize = true; labelProcessingLevelsHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingLevelsHint.Location = new System.Drawing.Point(230, 0); labelProcessingLevelsHint.Name = "labelProcessingLevelsHint"; labelProcessingLevelsHint.Size = new System.Drawing.Size(802, 28); labelProcessingLevelsHint.TabIndex = 0; labelProcessingLevelsHint.Text = "If your video looks either too dark or too light, this may be the fault of the in" + "put color range being whack. You can manually fix this by using this option."; labelProcessingLevelsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxDeinterlace // this.boxDeinterlace.AutoSize = true; this.boxDeinterlace.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedProcessing.SetColumnSpan(this.boxDeinterlace, 2); this.boxDeinterlace.Dock = System.Windows.Forms.DockStyle.Fill; this.boxDeinterlace.Location = new System.Drawing.Point(3, 31); this.boxDeinterlace.Name = "boxDeinterlace"; this.boxDeinterlace.Size = new System.Drawing.Size(221, 22); this.boxDeinterlace.TabIndex = 2; this.boxDeinterlace.Text = "Deinterlace:"; this.boxDeinterlace.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDeinterlace.UseVisualStyleBackColor = true; this.boxDeinterlace.CheckedChanged += new System.EventHandler(this.boxDeinterlace_CheckedChanged); // // labelProcessingDeinterlaceHint // labelProcessingDeinterlaceHint.AutoSize = true; labelProcessingDeinterlaceHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingDeinterlaceHint.Location = new System.Drawing.Point(230, 28); labelProcessingDeinterlaceHint.Name = "labelProcessingDeinterlaceHint"; labelProcessingDeinterlaceHint.Size = new System.Drawing.Size(802, 28); labelProcessingDeinterlaceHint.TabIndex = 0; labelProcessingDeinterlaceHint.Text = "Attempt to deinterlace an interlaced input video."; labelProcessingDeinterlaceHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxDenoise // this.boxDenoise.AutoSize = true; this.boxDenoise.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedProcessing.SetColumnSpan(this.boxDenoise, 2); this.boxDenoise.Dock = System.Windows.Forms.DockStyle.Fill; this.boxDenoise.Location = new System.Drawing.Point(3, 59); this.boxDenoise.Name = "boxDenoise"; this.boxDenoise.Size = new System.Drawing.Size(221, 22); this.boxDenoise.TabIndex = 3; this.boxDenoise.Text = "Denoise:"; this.boxDenoise.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDenoise.UseVisualStyleBackColor = true; this.boxDenoise.CheckedChanged += new System.EventHandler(this.boxDenoise_CheckedChanged); // // labelProcessingDenoiseHint // labelProcessingDenoiseHint.AutoSize = true; labelProcessingDenoiseHint.Dock = System.Windows.Forms.DockStyle.Fill; labelProcessingDenoiseHint.Location = new System.Drawing.Point(230, 56); labelProcessingDenoiseHint.Name = "labelProcessingDenoiseHint"; labelProcessingDenoiseHint.Size = new System.Drawing.Size(802, 28); labelProcessingDenoiseHint.TabIndex = 0; labelProcessingDenoiseHint.Text = "Denoise the video, resulting in less detailed video but more bang for your buck w" + "hen it comes to bitrate."; labelProcessingDenoiseHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupAdvancedEncoding // groupAdvancedEncoding.AutoSize = true; groupAdvancedEncoding.Controls.Add(tableAdvancedEncoding); groupAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedEncoding.Location = new System.Drawing.Point(3, 138); groupAdvancedEncoding.Name = "groupAdvancedEncoding"; groupAdvancedEncoding.Size = new System.Drawing.Size(1041, 157); groupAdvancedEncoding.TabIndex = 2; groupAdvancedEncoding.TabStop = false; groupAdvancedEncoding.Text = "Encoding"; // // tableAdvancedEncoding // tableAdvancedEncoding.ColumnCount = 4; tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableAdvancedEncoding.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableAdvancedEncoding.Controls.Add(this.boxFrameRate, 1, 2); tableAdvancedEncoding.Controls.Add(labelEncodingFrameRateHint, 3, 2); tableAdvancedEncoding.Controls.Add(labelEncodingFrameRate, 0, 2); tableAdvancedEncoding.Controls.Add(labelEncodingNGOVHint, 3, 3); tableAdvancedEncoding.Controls.Add(this.boxNGOV, 0, 3); tableAdvancedEncoding.Controls.Add(labelEncodingThreads, 0, 0); tableAdvancedEncoding.Controls.Add(this.trackThreads, 1, 0); tableAdvancedEncoding.Controls.Add(this.labelThreads, 2, 0); tableAdvancedEncoding.Controls.Add(labelEncodingThreadsHint, 3, 0); tableAdvancedEncoding.Controls.Add(labelEncodingSlices, 0, 1); tableAdvancedEncoding.Controls.Add(this.trackSlices, 1, 1); tableAdvancedEncoding.Controls.Add(this.labelSlices, 2, 1); tableAdvancedEncoding.Controls.Add(labelEncodingSlicesHint, 3, 1); tableAdvancedEncoding.Controls.Add(labelEncodingArguments, 0, 4); tableAdvancedEncoding.Controls.Add(this.boxArguments, 1, 4); tableAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvancedEncoding.Location = new System.Drawing.Point(3, 16); tableAdvancedEncoding.Name = "tableAdvancedEncoding"; tableAdvancedEncoding.RowCount = 5; tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F)); tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableAdvancedEncoding.Size = new System.Drawing.Size(1035, 138); tableAdvancedEncoding.TabIndex = 0; // // boxFrameRate // this.boxFrameRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableAdvancedEncoding.SetColumnSpan(this.boxFrameRate, 2); this.boxFrameRate.Location = new System.Drawing.Point(82, 60); this.boxFrameRate.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.boxFrameRate.Name = "boxFrameRate"; this.boxFrameRate.Size = new System.Drawing.Size(145, 20); this.boxFrameRate.TabIndex = 8; this.boxFrameRate.TextChanged += new System.EventHandler(this.UpdateArguments); this.boxFrameRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumbersOnly); // // labelEncodingFrameRateHint // labelEncodingFrameRateHint.AutoSize = true; labelEncodingFrameRateHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingFrameRateHint.Location = new System.Drawing.Point(230, 56); labelEncodingFrameRateHint.Name = "labelEncodingFrameRateHint"; labelEncodingFrameRateHint.Size = new System.Drawing.Size(802, 28); labelEncodingFrameRateHint.TabIndex = 7; labelEncodingFrameRateHint.Text = "If you want to change the frame rate of your video, input your desired frame rate" + " here. Keep blank to leave the frame rate alone."; labelEncodingFrameRateHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingFrameRate // labelEncodingFrameRate.AutoSize = true; labelEncodingFrameRate.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingFrameRate.Location = new System.Drawing.Point(3, 56); labelEncodingFrameRate.Name = "labelEncodingFrameRate"; labelEncodingFrameRate.Size = new System.Drawing.Size(73, 28); labelEncodingFrameRate.TabIndex = 6; labelEncodingFrameRate.Text = "Frame rate:"; labelEncodingFrameRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelEncodingNGOVHint // labelEncodingNGOVHint.AutoSize = true; labelEncodingNGOVHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingNGOVHint.Location = new System.Drawing.Point(230, 84); labelEncodingNGOVHint.Name = "labelEncodingNGOVHint"; labelEncodingNGOVHint.Size = new System.Drawing.Size(802, 28); labelEncodingNGOVHint.TabIndex = 0; labelEncodingNGOVHint.Text = "Use the next-gen VP9/Opus encoders instead of the standard VP8/Vorbis. Will resul" + "t in extremely long encoding times and less compatibility.\r\nKeep this disabled u" + "ntil Moot allows VP9 WebMs."; labelEncodingNGOVHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // boxNGOV // this.boxNGOV.AutoSize = true; this.boxNGOV.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; tableAdvancedEncoding.SetColumnSpan(this.boxNGOV, 3); this.boxNGOV.Dock = System.Windows.Forms.DockStyle.Fill; this.boxNGOV.Location = new System.Drawing.Point(3, 87); this.boxNGOV.Name = "boxNGOV"; this.boxNGOV.Size = new System.Drawing.Size(221, 22); this.boxNGOV.TabIndex = 4; this.boxNGOV.Text = "VP9/Opus:"; this.boxNGOV.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxNGOV.UseVisualStyleBackColor = true; this.boxNGOV.CheckedChanged += new System.EventHandler(this.boxNGOV_CheckedChanged); // // labelEncodingThreads // labelEncodingThreads.AutoSize = true; labelEncodingThreads.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingThreads.Location = new System.Drawing.Point(3, 0); labelEncodingThreads.Name = "labelEncodingThreads"; labelEncodingThreads.Size = new System.Drawing.Size(73, 28); labelEncodingThreads.TabIndex = 0; labelEncodingThreads.Text = "Threads:"; labelEncodingThreads.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // trackThreads // this.trackThreads.Dock = System.Windows.Forms.DockStyle.Fill; this.trackThreads.Location = new System.Drawing.Point(79, 0); this.trackThreads.Margin = new System.Windows.Forms.Padding(0); this.trackThreads.Maximum = 16; this.trackThreads.Minimum = 1; this.trackThreads.Name = "trackThreads"; this.trackThreads.Size = new System.Drawing.Size(118, 28); this.trackThreads.TabIndex = 1; this.trackThreads.Value = 1; this.trackThreads.ValueChanged += new System.EventHandler(this.trackThreads_ValueChanged); // // labelThreads // this.labelThreads.AutoSize = true; this.labelThreads.Dock = System.Windows.Forms.DockStyle.Fill; this.labelThreads.Location = new System.Drawing.Point(197, 0); this.labelThreads.Margin = new System.Windows.Forms.Padding(0); this.labelThreads.Name = "labelThreads"; this.labelThreads.Size = new System.Drawing.Size(30, 28); this.labelThreads.TabIndex = 0; this.labelThreads.Text = "1"; this.labelThreads.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingThreadsHint // labelEncodingThreadsHint.AutoSize = true; labelEncodingThreadsHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingThreadsHint.Location = new System.Drawing.Point(230, 0); labelEncodingThreadsHint.Name = "labelEncodingThreadsHint"; labelEncodingThreadsHint.Size = new System.Drawing.Size(802, 28); labelEncodingThreadsHint.TabIndex = 0; labelEncodingThreadsHint.Text = "Determines amount of threads ffmpeg uses. Try setting this to 1 if ffmpeg.exe cra" + "shes as soon as you click Convert."; labelEncodingThreadsHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingSlices // labelEncodingSlices.AutoSize = true; labelEncodingSlices.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingSlices.Location = new System.Drawing.Point(3, 28); labelEncodingSlices.Name = "labelEncodingSlices"; labelEncodingSlices.Size = new System.Drawing.Size(73, 28); labelEncodingSlices.TabIndex = 0; labelEncodingSlices.Text = "Slices:"; labelEncodingSlices.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // trackSlices // this.trackSlices.Dock = System.Windows.Forms.DockStyle.Fill; this.trackSlices.Location = new System.Drawing.Point(79, 28); this.trackSlices.Margin = new System.Windows.Forms.Padding(0); this.trackSlices.Maximum = 4; this.trackSlices.Minimum = 1; this.trackSlices.Name = "trackSlices"; this.trackSlices.Size = new System.Drawing.Size(118, 28); this.trackSlices.TabIndex = 2; this.trackSlices.Value = 1; this.trackSlices.ValueChanged += new System.EventHandler(this.trackSlices_ValueChanged); // // labelSlices // this.labelSlices.AutoSize = true; this.labelSlices.Dock = System.Windows.Forms.DockStyle.Fill; this.labelSlices.Location = new System.Drawing.Point(197, 28); this.labelSlices.Margin = new System.Windows.Forms.Padding(0); this.labelSlices.Name = "labelSlices"; this.labelSlices.Size = new System.Drawing.Size(30, 28); this.labelSlices.TabIndex = 0; this.labelSlices.Text = "1"; this.labelSlices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingSlicesHint // labelEncodingSlicesHint.AutoSize = true; labelEncodingSlicesHint.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingSlicesHint.Location = new System.Drawing.Point(230, 28); labelEncodingSlicesHint.Name = "labelEncodingSlicesHint"; labelEncodingSlicesHint.Size = new System.Drawing.Size(802, 28); labelEncodingSlicesHint.TabIndex = 0; labelEncodingSlicesHint.Text = "Split frames into slices before encoding them. Results in a higher quality per fr" + "ame. 4 slices is standard for 720p resolutions."; labelEncodingSlicesHint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEncodingArguments // labelEncodingArguments.AutoSize = true; labelEncodingArguments.Dock = System.Windows.Forms.DockStyle.Fill; labelEncodingArguments.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; labelEncodingArguments.Location = new System.Drawing.Point(3, 112); labelEncodingArguments.Name = "labelEncodingArguments"; labelEncodingArguments.Size = new System.Drawing.Size(73, 28); labelEncodingArguments.TabIndex = 0; labelEncodingArguments.Text = "Arguments:"; labelEncodingArguments.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // boxArguments // this.boxArguments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableAdvancedEncoding.SetColumnSpan(this.boxArguments, 3); this.boxArguments.Location = new System.Drawing.Point(82, 116); this.boxArguments.Name = "boxArguments"; this.boxArguments.Size = new System.Drawing.Size(950, 20); this.boxArguments.TabIndex = 5; // // statusStrip // statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel}); statusStrip.Location = new System.Drawing.Point(3, 424); statusStrip.Name = "statusStrip"; statusStrip.Size = new System.Drawing.Size(1067, 22); statusStrip.SizingGrip = false; statusStrip.TabIndex = 6; // // toolStripStatusLabel // this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Size = new System.Drawing.Size(1052, 17); this.toolStripStatusLabel.Spring = true; this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panelContainTheProgressBar // this.panelContainTheProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None; this.panelContainTheProgressBar.AutoSize = true; this.panelContainTheProgressBar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.panelContainTheProgressBar.BackColor = System.Drawing.SystemColors.Control; this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgressDetails); this.panelContainTheProgressBar.Controls.Add(this.boxIndexingProgress); this.panelContainTheProgressBar.Controls.Add(this.labelIndexingProgress); this.panelContainTheProgressBar.Controls.Add(this.progressBarIndexing); this.panelContainTheProgressBar.Location = new System.Drawing.Point(299, 148); this.panelContainTheProgressBar.Name = "panelContainTheProgressBar"; this.panelContainTheProgressBar.Size = new System.Drawing.Size(469, 205); this.panelContainTheProgressBar.TabIndex = 0; // // boxIndexingProgressDetails // this.boxIndexingProgressDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.boxIndexingProgressDetails.Appearance = System.Windows.Forms.Appearance.Button; this.boxIndexingProgressDetails.AutoSize = true; this.boxIndexingProgressDetails.Location = new System.Drawing.Point(414, 5); this.boxIndexingProgressDetails.Name = "boxIndexingProgressDetails"; this.boxIndexingProgressDetails.Size = new System.Drawing.Size(49, 23); this.boxIndexingProgressDetails.TabIndex = 1; this.boxIndexingProgressDetails.Text = "Details"; this.boxIndexingProgressDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.boxIndexingProgressDetails.UseVisualStyleBackColor = true; this.boxIndexingProgressDetails.CheckedChanged += new System.EventHandler(this.boxIndexingProgressDetails_CheckedChanged); // // boxIndexingProgress // this.boxIndexingProgress.BackColor = System.Drawing.SystemColors.ControlLightLight; this.boxIndexingProgress.Location = new System.Drawing.Point(6, 61); this.boxIndexingProgress.Margin = new System.Windows.Forms.Padding(3, 3, 3, 6); this.boxIndexingProgress.Multiline = true; this.boxIndexingProgress.Name = "boxIndexingProgress"; this.boxIndexingProgress.ReadOnly = true; this.boxIndexingProgress.Size = new System.Drawing.Size(457, 138); this.boxIndexingProgress.TabIndex = 0; this.boxIndexingProgress.Visible = false; // // labelIndexingProgress // this.labelIndexingProgress.BackColor = System.Drawing.Color.Transparent; this.labelIndexingProgress.Location = new System.Drawing.Point(4, 5); this.labelIndexingProgress.Name = "labelIndexingProgress"; this.labelIndexingProgress.Size = new System.Drawing.Size(460, 23); this.labelIndexingProgress.TabIndex = 1; this.labelIndexingProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // progressBarIndexing // this.progressBarIndexing.Location = new System.Drawing.Point(6, 32); this.progressBarIndexing.Margin = new System.Windows.Forms.Padding(6); this.progressBarIndexing.Name = "progressBarIndexing"; this.progressBarIndexing.Size = new System.Drawing.Size(457, 23); this.progressBarIndexing.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBarIndexing.TabIndex = 0; this.progressBarIndexing.Value = 30; // // panelHideTheOptions // this.panelHideTheOptions.BackColor = System.Drawing.SystemColors.ControlDark; this.panelHideTheOptions.Controls.Add(this.panelContainTheProgressBar); this.panelHideTheOptions.Location = new System.Drawing.Point(3, 88); this.panelHideTheOptions.Name = "panelHideTheOptions"; this.panelHideTheOptions.Size = new System.Drawing.Size(1067, 356); this.panelHideTheOptions.TabIndex = 3; // // buttonRate // this.buttonRate.AccessibleDescription = "Speed up or slow down your video."; this.buttonRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.buttonRate.Enabled = false; this.buttonRate.Name = "buttonRate"; this.buttonRate.Size = new System.Drawing.Size(78, 22); this.buttonRate.Text = "Change Rate"; this.buttonRate.Click += new System.EventHandler(this.buttonRate_Click); this.buttonRate.MouseEnter += new System.EventHandler(this.ToolStripItemTooltip); this.buttonRate.MouseLeave += new System.EventHandler(this.clearToolTip); // // MainForm // this.AcceptButton = this.buttonGo; this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1073, 446); this.Controls.Add(statusStrip); this.Controls.Add(tableMainForm); this.Controls.Add(this.panelHideTheOptions); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(975, 270); this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); this.Text = "WebM for Gits"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.Shown += new System.EventHandler(this.MainForm_Shown); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.HandleDragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.HandleDragEnter); tableMainForm.ResumeLayout(false); groupMain.ResumeLayout(false); tableMain.ResumeLayout(false); tableMain.PerformLayout(); tabControlOptions.ResumeLayout(false); tabProcessing.ResumeLayout(false); tableProcessing.ResumeLayout(false); tableProcessing.PerformLayout(); toolStripProcessing.ResumeLayout(false); toolStripProcessing.PerformLayout(); panelProcessingInput.ResumeLayout(false); panelProcessingInput.PerformLayout(); tabEncoding.ResumeLayout(false); tableEncoding.ResumeLayout(false); groupEncodingGeneral.ResumeLayout(false); tableEncodingGeneral.ResumeLayout(false); tableEncodingGeneral.PerformLayout(); groupEncodingVideo.ResumeLayout(false); this.tableLayoutPanelEncodingVideo.ResumeLayout(false); this.tableLayoutPanelEncodingVideo.PerformLayout(); panelEncodingModeSwapper.ResumeLayout(false); this.tableVideoConstantOptions.ResumeLayout(false); this.tableVideoConstantOptions.PerformLayout(); this.tableVideoVariableOptions.ResumeLayout(false); this.tableVideoVariableOptions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).EndInit(); groupEncodingAudio.ResumeLayout(false); tableEncodingAudio.ResumeLayout(false); tableEncodingAudio.PerformLayout(); panelEncodingModeSwapperTwo.ResumeLayout(false); this.tableAudioConstantOptions.ResumeLayout(false); this.tableAudioConstantOptions.PerformLayout(); this.tableAudioVariableOptions.ResumeLayout(false); this.tableAudioVariableOptions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).EndInit(); tabAdvanced.ResumeLayout(false); tableAdvanced.ResumeLayout(false); tableAdvanced.PerformLayout(); groupAdvancedProcessing.ResumeLayout(false); tableAdvancedProcessing.ResumeLayout(false); tableAdvancedProcessing.PerformLayout(); groupAdvancedEncoding.ResumeLayout(false); tableAdvancedEncoding.ResumeLayout(false); tableAdvancedEncoding.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).EndInit(); statusStrip.ResumeLayout(false); statusStrip.PerformLayout(); this.panelContainTheProgressBar.ResumeLayout(false); this.panelContainTheProgressBar.PerformLayout(); this.panelHideTheOptions.ResumeLayout(false); this.panelHideTheOptions.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.ToolStrip toolStrip1; System.Windows.Forms.ToolStripButton saveButton; System.Windows.Forms.ToolStripButton openButton; System.Windows.Forms.ToolStripButton compileButton; System.Windows.Forms.ToolStripButton runButton; System.Windows.Forms.ToolStripButton helpButton; System.Windows.Forms.ToolStripButton aboutButton; System.Windows.Forms.ToolStripButton settingsButton; System.Windows.Forms.ToolStripButton fontButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FastSharpForm)); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.codeLanguageCombo = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusBar = new System.Windows.Forms.ToolStripStatusLabel(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.codeOutputSplit = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.suggestionsBox = new System.Windows.Forms.ListBox(); this.codeWindow = new System.Windows.Forms.RichTextBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.outputTab = new System.Windows.Forms.TabPage(); this.outputWindow = new System.Windows.Forms.RichTextBox(); this.errorTab = new System.Windows.Forms.TabPage(); this.errorWindow = new System.Windows.Forms.RichTextBox(); this.codeFontDialog = new System.Windows.Forms.FontDialog(); this.assemblyData = new System.Windows.Forms.TreeView(); toolStrip1 = new System.Windows.Forms.ToolStrip(); saveButton = new System.Windows.Forms.ToolStripButton(); openButton = new System.Windows.Forms.ToolStripButton(); compileButton = new System.Windows.Forms.ToolStripButton(); runButton = new System.Windows.Forms.ToolStripButton(); helpButton = new System.Windows.Forms.ToolStripButton(); aboutButton = new System.Windows.Forms.ToolStripButton(); settingsButton = new System.Windows.Forms.ToolStripButton(); fontButton = new System.Windows.Forms.ToolStripButton(); toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).BeginInit(); this.codeOutputSplit.Panel1.SuspendLayout(); this.codeOutputSplit.Panel2.SuspendLayout(); this.codeOutputSplit.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabControl.SuspendLayout(); this.outputTab.SuspendLayout(); this.errorTab.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { saveButton, openButton, this.toolStripSeparator1, compileButton, runButton, helpButton, aboutButton, this.toolStripSeparator3, this.codeLanguageCombo, settingsButton, fontButton}); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); toolStrip1.Size = new System.Drawing.Size(1218, 33); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // saveButton // saveButton.Image = global::FastSharpApplication.Properties.Resources.saveHS; saveButton.ImageTransparentColor = System.Drawing.Color.Magenta; saveButton.Name = "saveButton"; saveButton.Size = new System.Drawing.Size(77, 30); saveButton.Text = "&Save"; saveButton.Click += new System.EventHandler(this.saveButtonClick); // // openButton // openButton.Image = global::FastSharpApplication.Properties.Resources.openHS; openButton.ImageTransparentColor = System.Drawing.Color.Magenta; openButton.Name = "openButton"; openButton.Size = new System.Drawing.Size(84, 30); openButton.Text = "&Open"; openButton.Click += new System.EventHandler(this.openButtonClick); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33); // // compileButton // compileButton.Image = global::FastSharpApplication.Properties.Resources.CopyHS; compileButton.ImageTransparentColor = System.Drawing.Color.Magenta; compileButton.Name = "compileButton"; compileButton.Size = new System.Drawing.Size(106, 30); compileButton.Text = "Compile"; compileButton.Click += new System.EventHandler(this.compileButtonClick); // // runButton // runButton.Image = global::FastSharpApplication.Properties.Resources.DataContainer_MoveNextHS; runButton.ImageTransparentColor = System.Drawing.Color.Magenta; runButton.Name = "runButton"; runButton.Size = new System.Drawing.Size(71, 30); runButton.Text = "Run"; runButton.Click += new System.EventHandler(this.runButtonClick); // // helpButton // helpButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; helpButton.DoubleClickEnabled = true; helpButton.Image = global::FastSharpApplication.Properties.Resources.Help; helpButton.ImageTransparentColor = System.Drawing.Color.Magenta; helpButton.Name = "helpButton"; helpButton.Size = new System.Drawing.Size(77, 30); helpButton.Text = "Help"; helpButton.Click += new System.EventHandler(this.helpButtonClick); // // aboutButton // aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; aboutButton.Image = global::FastSharpApplication.Properties.Resources.Information; aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta; aboutButton.Name = "aboutButton"; aboutButton.Size = new System.Drawing.Size(90, 30); aboutButton.Text = "About"; aboutButton.Click += new System.EventHandler(this.aboutButtonClick); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33); // // codeLanguageCombo // this.codeLanguageCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.codeLanguageCombo.Name = "codeLanguageCombo"; this.codeLanguageCombo.Size = new System.Drawing.Size(180, 33); this.codeLanguageCombo.SelectedIndexChanged += new System.EventHandler(this.codeLanguageCombo_SelectedIndexChanged); // // settingsButton // settingsButton.Image = global::FastSharpApplication.Properties.Resources.OptionsHS; settingsButton.ImageTransparentColor = System.Drawing.Color.Magenta; settingsButton.Name = "settingsButton"; settingsButton.Size = new System.Drawing.Size(104, 30); settingsButton.Text = "Settings"; settingsButton.Click += new System.EventHandler(this.settingsButtonClick); // // fontButton // fontButton.Image = global::FastSharpApplication.Properties.Resources.Font; fontButton.ImageTransparentColor = System.Drawing.Color.Magenta; fontButton.Name = "fontButton"; fontButton.Size = new System.Drawing.Size(76, 30); fontButton.Text = "Font"; fontButton.Click += new System.EventHandler(this.fontButtonClick); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // statusStrip1 // this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Top; this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusBar}); this.statusStrip1.Location = new System.Drawing.Point(0, 33); this.statusStrip1.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 21, 0); this.statusStrip1.Size = new System.Drawing.Size(1218, 22); this.statusStrip1.SizingGrip = false; this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // statusBar // this.statusBar.AutoSize = false; this.statusBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.statusBar.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(1195, 17); this.statusBar.Spring = true; // // saveFileDialog1 // this.saveFileDialog1.DefaultExt = "txt"; this.saveFileDialog1.Filter = "C# Files|*.cs|Text Files|*.txt|All Files|*.*"; this.saveFileDialog1.FilterIndex = 2; this.saveFileDialog1.Title = "FastSharpForm Save"; // // openFileDialog1 // this.openFileDialog1.DefaultExt = "FastSharpForm"; this.openFileDialog1.Filter = "C# Files|*.cs|Text Files|*.txt|All Files|*.*"; this.openFileDialog1.FilterIndex = 2; this.openFileDialog1.Title = "FastSharpForm Open"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Magenta; this.imageList1.Images.SetKeyName(0, "Critical.bmp"); this.imageList1.Images.SetKeyName(1, "EditCodeHS.png"); // // codeOutputSplit // this.codeOutputSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.codeOutputSplit.Location = new System.Drawing.Point(0, 55); this.codeOutputSplit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.codeOutputSplit.Name = "codeOutputSplit"; this.codeOutputSplit.Orientation = System.Windows.Forms.Orientation.Horizontal; // // codeOutputSplit.Panel1 // this.codeOutputSplit.Panel1.Controls.Add(this.groupBox1); // // codeOutputSplit.Panel2 // this.codeOutputSplit.Panel2.Controls.Add(this.tabControl); this.codeOutputSplit.Size = new System.Drawing.Size(1218, 894); this.codeOutputSplit.SplitterDistance = 639; this.codeOutputSplit.SplitterWidth = 6; this.codeOutputSplit.TabIndex = 6; // // groupBox1 // this.groupBox1.Controls.Add(this.assemblyData); this.groupBox1.Controls.Add(this.suggestionsBox); this.groupBox1.Controls.Add(this.codeWindow); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Size = new System.Drawing.Size(1218, 639); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Code"; // // suggestionsBox // this.suggestionsBox.FormattingEnabled = true; this.suggestionsBox.ItemHeight = 20; this.suggestionsBox.Location = new System.Drawing.Point(31, 48); this.suggestionsBox.Name = "suggestionsBox"; this.suggestionsBox.Size = new System.Drawing.Size(120, 84); this.suggestionsBox.Sorted = true; this.suggestionsBox.TabIndex = 1; this.suggestionsBox.Visible = false; // // codeWindow // this.codeWindow.AcceptsTab = true; this.codeWindow.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::FastSharpApplication.Properties.Settings.Default, "CodeWindowFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.codeWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.codeWindow.Font = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont; this.codeWindow.Location = new System.Drawing.Point(4, 24); this.codeWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.codeWindow.Name = "codeWindow"; this.codeWindow.ShowSelectionMargin = true; this.codeWindow.Size = new System.Drawing.Size(1210, 610); this.codeWindow.TabIndex = 0; this.codeWindow.Text = ""; this.codeWindow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.codeWindow_KeyDown); // // tabControl // this.tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons; this.tabControl.Controls.Add(this.outputTab); this.tabControl.Controls.Add(this.errorTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.ImageList = this.imageList1; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(1218, 249); this.tabControl.TabIndex = 6; // // outputTab // this.outputTab.Controls.Add(this.outputWindow); this.outputTab.ImageIndex = 1; this.outputTab.Location = new System.Drawing.Point(4, 32); this.outputTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.outputTab.Name = "outputTab"; this.outputTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.outputTab.Size = new System.Drawing.Size(1210, 213); this.outputTab.TabIndex = 0; this.outputTab.Text = "Output"; this.outputTab.UseVisualStyleBackColor = true; // // outputWindow // this.outputWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.outputWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.outputWindow.Location = new System.Drawing.Point(4, 5); this.outputWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.outputWindow.Name = "outputWindow"; this.outputWindow.ReadOnly = true; this.outputWindow.Size = new System.Drawing.Size(1202, 203); this.outputWindow.TabIndex = 1; this.outputWindow.Text = ""; // // errorTab // this.errorTab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.errorTab.Controls.Add(this.errorWindow); this.errorTab.ImageIndex = 0; this.errorTab.Location = new System.Drawing.Point(4, 32); this.errorTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.errorTab.Name = "errorTab"; this.errorTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.errorTab.Size = new System.Drawing.Size(1210, 213); this.errorTab.TabIndex = 1; this.errorTab.Text = "Errors"; this.errorTab.UseVisualStyleBackColor = true; // // errorWindow // this.errorWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.errorWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.errorWindow.Location = new System.Drawing.Point(4, 5); this.errorWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.errorWindow.Name = "errorWindow"; this.errorWindow.ReadOnly = true; this.errorWindow.Size = new System.Drawing.Size(1202, 203); this.errorWindow.TabIndex = 2; this.errorWindow.Text = ""; // // codeFontDialog // this.codeFontDialog.Font = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont; this.codeFontDialog.ShowColor = true; // // assemblyData // this.assemblyData.Location = new System.Drawing.Point(1090, 534); this.assemblyData.Name = "assemblyData"; this.assemblyData.Size = new System.Drawing.Size(121, 97); this.assemblyData.TabIndex = 2; this.assemblyData.Visible = false; // // FastSharpForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1218, 949); this.Controls.Add(this.codeOutputSplit); this.Controls.Add(this.statusStrip1); this.Controls.Add(toolStrip1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FastSharpForm"; this.Text = "FastSharpForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FastSharpForm_FormClosing); this.Load += new System.EventHandler(this.FastSharp_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.codeOutputSplit.Panel1.ResumeLayout(false); this.codeOutputSplit.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).EndInit(); this.codeOutputSplit.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.outputTab.ResumeLayout(false); this.errorTab.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.ToolStripContainer toolStripContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonShell)); this.scriptTable = new System.Windows.Forms.TableLayoutPanel(); this.scriptSplit = new System.Windows.Forms.SplitContainer(); this.scriptOutput = new System.Windows.Forms.TextBox(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.openButton = new System.Windows.Forms.ToolStripButton(); this.saveAs = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.runButton = new System.Windows.Forms.ToolStripButton(); this.shellTable = new System.Windows.Forms.TableLayoutPanel(); this.interactiveInput = new System.Windows.Forms.TextBox(); this.interactiveOutput = new System.Windows.Forms.TextBox(); this.executeCmd = new System.Windows.Forms.Button(); this.clearCmd = new System.Windows.Forms.Button(); this.shellMode = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.scriptMode = new System.Windows.Forms.ToolStripButton(); this.saveDialog = new System.Windows.Forms.SaveFileDialog(); this.openDialog = new System.Windows.Forms.OpenFileDialog(); this.newScript = new System.Windows.Forms.ToolStripButton(); this.linenumTimer = new System.Windows.Forms.Timer(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.scriptTable.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).BeginInit(); this.scriptSplit.Panel2.SuspendLayout(); this.scriptSplit.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.shellTable.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(this.scriptTable); toolStripContainer1.ContentPanel.Controls.Add(this.shellTable); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(658, 425); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.Location = new System.Drawing.Point(0, 0); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.Size = new System.Drawing.Size(658, 450); toolStripContainer1.TabIndex = 0; toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // scriptTable // this.scriptTable.ColumnCount = 1; this.scriptTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Controls.Add(this.scriptSplit, 0, 1); this.scriptTable.Controls.Add(this.toolStrip2, 0, 0); this.scriptTable.Location = new System.Drawing.Point(340, 40); this.scriptTable.Name = "scriptTable"; this.scriptTable.RowCount = 2; this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.scriptTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.scriptTable.Size = new System.Drawing.Size(306, 373); this.scriptTable.TabIndex = 2; // // scriptSplit // this.scriptSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptSplit.Location = new System.Drawing.Point(3, 28); this.scriptSplit.Name = "scriptSplit"; // // scriptSplit.Panel2 // this.scriptSplit.Panel2.Controls.Add(this.scriptOutput); this.scriptSplit.Size = new System.Drawing.Size(300, 342); this.scriptSplit.SplitterDistance = 193; this.scriptSplit.TabIndex = 1; // // scriptOutput // this.scriptOutput.BackColor = System.Drawing.SystemColors.Window; this.scriptOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scriptOutput.Location = new System.Drawing.Point(0, 0); this.scriptOutput.Multiline = true; this.scriptOutput.Name = "scriptOutput"; this.scriptOutput.ReadOnly = true; this.scriptOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.scriptOutput.Size = new System.Drawing.Size(103, 342); this.scriptOutput.TabIndex = 2; // // toolStrip2 // this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newScript, this.openButton, this.saveAs, this.toolStripSeparator2, this.runButton }); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(306, 25); this.toolStrip2.TabIndex = 2; this.toolStrip2.Text = "toolStrip2"; // // openButton // this.openButton.Image = global::renderdocui.Properties.Resources.folder_page; this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openButton.Name = "openButton"; this.openButton.Size = new System.Drawing.Size(53, 22); this.openButton.Text = "Open"; this.openButton.Click += new System.EventHandler(this.openButton_Click); // // saveAs // this.saveAs.Image = global::renderdocui.Properties.Resources.save; this.saveAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveAs.Name = "saveAs"; this.saveAs.Size = new System.Drawing.Size(66, 22); this.saveAs.Text = "Save As"; this.saveAs.Click += new System.EventHandler(this.saveAs_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // runButton // this.runButton.Image = global::renderdocui.Properties.Resources.runfwd; this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.runButton.Name = "runButton"; this.runButton.Size = new System.Drawing.Size(46, 22); this.runButton.Text = "Run"; this.runButton.Click += new System.EventHandler(this.runButton_Click); // // shellTable // this.shellTable.ColumnCount = 3; this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.shellTable.Controls.Add(this.interactiveInput, 0, 0); this.shellTable.Controls.Add(this.interactiveOutput, 0, 2); this.shellTable.Controls.Add(this.executeCmd, 1, 0); this.shellTable.Controls.Add(this.clearCmd, 2, 0); this.shellTable.Location = new System.Drawing.Point(25, 40); this.shellTable.Name = "shellTable"; this.shellTable.RowCount = 3; this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.shellTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.shellTable.Size = new System.Drawing.Size(293, 373); this.shellTable.TabIndex = 0; // // interactiveInput // this.interactiveInput.AcceptsTab = true; this.interactiveInput.Dock = System.Windows.Forms.DockStyle.Top; this.interactiveInput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveInput.Location = new System.Drawing.Point(3, 3); this.interactiveInput.MinimumSize = new System.Drawing.Size(4, 20); this.interactiveInput.Multiline = true; this.interactiveInput.Name = "interactiveInput"; this.interactiveInput.Size = new System.Drawing.Size(175, 20); this.interactiveInput.TabIndex = 0; this.interactiveInput.WordWrap = false; this.interactiveInput.TextChanged += new System.EventHandler(this.interactiveInput_TextChanged); this.interactiveInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.interactiveInput_KeyDown); this.interactiveInput.Layout += new System.Windows.Forms.LayoutEventHandler(this.interactiveInput_Layout); // // interactiveOutput // this.interactiveOutput.BackColor = System.Drawing.SystemColors.Window; this.shellTable.SetColumnSpan(this.interactiveOutput, 3); this.interactiveOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.interactiveOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.interactiveOutput.Location = new System.Drawing.Point(3, 32); this.interactiveOutput.Multiline = true; this.interactiveOutput.Name = "interactiveOutput"; this.interactiveOutput.ReadOnly = true; this.interactiveOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.interactiveOutput.Size = new System.Drawing.Size(287, 338); this.interactiveOutput.TabIndex = 1; // // executeCmd // this.executeCmd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.executeCmd.Location = new System.Drawing.Point(184, 3); this.executeCmd.Name = "executeCmd"; this.executeCmd.Size = new System.Drawing.Size(60, 23); this.executeCmd.TabIndex = 2; this.executeCmd.Text = "Execute"; this.executeCmd.UseVisualStyleBackColor = true; this.executeCmd.Click += new System.EventHandler(this.executeCmd_Click); // // clearCmd // this.clearCmd.Location = new System.Drawing.Point(250, 3); this.clearCmd.Name = "clearCmd"; this.clearCmd.Size = new System.Drawing.Size(40, 23); this.clearCmd.TabIndex = 3; this.clearCmd.Text = "Clear"; this.clearCmd.UseVisualStyleBackColor = true; this.clearCmd.Click += new System.EventHandler(this.clearCmd_Click); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.shellMode, this.toolStripSeparator1, this.scriptMode }); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(161, 25); toolStrip1.TabIndex = 0; // // shellMode // this.shellMode.Checked = true; this.shellMode.CheckState = System.Windows.Forms.CheckState.Checked; this.shellMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.shellMode.Image = ((System.Drawing.Image)(resources.GetObject("shellMode.Image"))); this.shellMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.shellMode.Name = "shellMode"; this.shellMode.Size = new System.Drawing.Size(88, 22); this.shellMode.Text = "Interactive shell"; this.shellMode.Click += new System.EventHandler(this.mode_Changed); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // scriptMode // this.scriptMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.scriptMode.Image = ((System.Drawing.Image)(resources.GetObject("scriptMode.Image"))); this.scriptMode.ImageTransparentColor = System.Drawing.Color.Magenta; this.scriptMode.Name = "scriptMode"; this.scriptMode.Size = new System.Drawing.Size(64, 22); this.scriptMode.Text = "Run scripts"; this.scriptMode.Click += new System.EventHandler(this.mode_Changed); // // saveDialog // this.saveDialog.DefaultExt = "py"; this.saveDialog.Filter = "Python Scripts (*.py)|*.py"; this.saveDialog.Title = "Save script as .py"; // // openDialog // this.openDialog.DefaultExt = "py"; this.openDialog.Filter = "Python Scripts (*.py)|*.py"; this.openDialog.Title = "Open .py script"; // // newScript // this.newScript.Image = global::renderdocui.Properties.Resources.page_white_edit; this.newScript.ImageTransparentColor = System.Drawing.Color.Magenta; this.newScript.Name = "newScript"; this.newScript.Size = new System.Drawing.Size(48, 22); this.newScript.Text = "New"; this.newScript.Click += new System.EventHandler(this.newScript_Click); // // linenumTimer // this.linenumTimer.Interval = 500; this.linenumTimer.Tick += new System.EventHandler(this.linenumTimer_Tick); // // PythonShell // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(658, 450); this.Controls.Add(toolStripContainer1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "PythonShell"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.Text = "PythonShell"; this.DragDrop += new System.Windows.Forms.DragEventHandler(this.shell_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.shell_DragEnter); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); this.scriptTable.ResumeLayout(false); this.scriptTable.PerformLayout(); this.scriptSplit.Panel2.ResumeLayout(false); this.scriptSplit.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptSplit)).EndInit(); this.scriptSplit.ResumeLayout(false); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.shellTable.ResumeLayout(false); this.shellTable.PerformLayout(); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label label1; System.Windows.Forms.ToolStrip toolStrip2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemsControl)); this.ProjectComboBox = new System.Windows.Forms.ToolStripComboBox(); this.ItemsGridView = new System.Windows.Forms.DataGridView(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.project = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.AddButton = new System.Windows.Forms.ToolStripButton(); this.DeleteButton = new System.Windows.Forms.ToolStripButton(); this.AddAttachmentButton = new System.Windows.Forms.ToolStripButton(); this.OnTimeHostLabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); toolStrip2 = new System.Windows.Forms.ToolStrip(); toolStrip2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ItemsGridView)).BeginInit(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(18, 20); label1.Name = "label1"; label1.Size = new System.Drawing.Size(113, 13); label1.TabIndex = 8; label1.Text = "Displaying Defects for:"; // // toolStrip2 // toolStrip2.AutoSize = false; toolStrip2.Dock = System.Windows.Forms.DockStyle.None; toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ProjectComboBox}); toolStrip2.Location = new System.Drawing.Point(295, 41); toolStrip2.Name = "toolStrip2"; toolStrip2.Size = new System.Drawing.Size(470, 25); toolStrip2.TabIndex = 18; toolStrip2.Text = "toolStrip2"; // // ProjectComboBox // this.ProjectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ProjectComboBox.Name = "ProjectComboBox"; this.ProjectComboBox.Size = new System.Drawing.Size(121, 25); // // ItemsGridView // this.ItemsGridView.AllowUserToAddRows = false; this.ItemsGridView.AllowUserToDeleteRows = false; this.ItemsGridView.AllowUserToResizeColumns = false; this.ItemsGridView.AllowUserToResizeRows = false; this.ItemsGridView.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.ItemsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ItemsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.id, this.name, this.project}); this.ItemsGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.ItemsGridView.Location = new System.Drawing.Point(21, 69); this.ItemsGridView.Name = "ItemsGridView"; this.ItemsGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.ItemsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ItemsGridView.Size = new System.Drawing.Size(744, 240); this.ItemsGridView.TabIndex = 9; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "ID"; this.id.Name = "id"; this.id.Width = 50; // // name // this.name.DataPropertyName = "name"; this.name.HeaderText = "Name"; this.name.Name = "name"; this.name.Width = 500; // // project // this.project.DataPropertyName = "project"; this.project.HeaderText = "Project"; this.project.Name = "project"; this.project.Width = 200; // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.AddButton, this.DeleteButton, this.AddAttachmentButton}); this.toolStrip1.Location = new System.Drawing.Point(21, 41); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(274, 25); this.toolStrip1.TabIndex = 16; this.toolStrip1.Text = "toolStrip1"; // // AddButton // this.AddButton.Image = ((System.Drawing.Image)(resources.GetObject("AddButton.Image"))); this.AddButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(49, 22); this.AddButton.Text = "Add"; this.AddButton.ToolTipText = "Add"; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // DeleteButton // this.DeleteButton.Enabled = false; this.DeleteButton.Image = ((System.Drawing.Image)(resources.GetObject("DeleteButton.Image"))); this.DeleteButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(60, 22); this.DeleteButton.Text = "Delete"; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // AddAttachmentButton // this.AddAttachmentButton.Enabled = false; this.AddAttachmentButton.Image = ((System.Drawing.Image)(resources.GetObject("AddAttachmentButton.Image"))); this.AddAttachmentButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.AddAttachmentButton.Name = "AddAttachmentButton"; this.AddAttachmentButton.Size = new System.Drawing.Size(115, 22); this.AddAttachmentButton.Text = "Add Attachment"; this.AddAttachmentButton.Click += new System.EventHandler(this.AddAttachment_Click); // // OnTimeHostLabel // this.OnTimeHostLabel.AutoSize = true; this.OnTimeHostLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OnTimeHostLabel.Location = new System.Drawing.Point(133, 20); this.OnTimeHostLabel.Name = "OnTimeHostLabel"; this.OnTimeHostLabel.Size = new System.Drawing.Size(0, 13); this.OnTimeHostLabel.TabIndex = 17; // // ItemsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStrip2); this.Controls.Add(this.OnTimeHostLabel); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.ItemsGridView); this.Controls.Add(label1); this.Name = "ItemsControl"; this.Size = new System.Drawing.Size(787, 334); toolStrip2.ResumeLayout(false); toolStrip2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ItemsGridView)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.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.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm)); this.btnHome = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnAddTicket = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btnCreatedTicket = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btnAccount = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.btnChart = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.btnSettings = new System.Windows.Forms.ToolStripButton(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.txtNow = new System.Windows.Forms.ToolStripStatusLabel(); this.timer1 = new System.Windows.Forms.Timer(this.components); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.ImageScalingSize = new System.Drawing.Size(40, 40); toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnHome, this.toolStripSeparator1, this.btnAddTicket, this.toolStripSeparator2, this.btnCreatedTicket, this.toolStripSeparator3, this.btnAccount, this.toolStripSeparator5, this.btnChart, this.toolStripSeparator4, this.btnSettings }); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(1484, 47); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // btnHome // this.btnHome.Font = new System.Drawing.Font("Times New Roman", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHome.Image = global::cinemaTicketManager.Properties.Resources.main; this.btnHome.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnHome.Margin = new System.Windows.Forms.Padding(0, 1, 3, 2); this.btnHome.Name = "btnHome"; this.btnHome.Size = new System.Drawing.Size(102, 44); this.btnHome.Text = "Home"; this.btnHome.Click += new System.EventHandler(this.btnHome_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 47); // // btnAddTicket // this.btnAddTicket.Font = new System.Drawing.Font("Times New Roman", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddTicket.Image = global::cinemaTicketManager.Properties.Resources.Add_ticket; this.btnAddTicket.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAddTicket.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.btnAddTicket.Name = "btnAddTicket"; this.btnAddTicket.Size = new System.Drawing.Size(153, 44); this.btnAddTicket.Text = "Order Ticket"; this.btnAddTicket.Click += new System.EventHandler(this.btnAddTicket_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 47); // // btnCreatedTicket // this.btnCreatedTicket.Font = new System.Drawing.Font("Times New Roman", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCreatedTicket.Image = global::cinemaTicketManager.Properties.Resources.createdTicket; this.btnCreatedTicket.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCreatedTicket.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.btnCreatedTicket.Name = "btnCreatedTicket"; this.btnCreatedTicket.Size = new System.Drawing.Size(168, 44); this.btnCreatedTicket.Text = "Created Ticket"; this.btnCreatedTicket.Click += new System.EventHandler(this.btnCreatedTicket_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 47); // // btnAccount // this.btnAccount.Font = new System.Drawing.Font("Times New Roman", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAccount.Image = global::cinemaTicketManager.Properties.Resources.user_theinformation_788; this.btnAccount.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAccount.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.btnAccount.Name = "btnAccount"; this.btnAccount.Size = new System.Drawing.Size(119, 44); this.btnAccount.Text = "Account"; this.btnAccount.Click += new System.EventHandler(this.btnAccount_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 47); // // btnChart // this.btnChart.Font = new System.Drawing.Font("Times New Roman", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnChart.Image = global::cinemaTicketManager.Properties.Resources.chart; this.btnChart.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnChart.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.btnChart.Name = "btnChart"; this.btnChart.Size = new System.Drawing.Size(99, 44); this.btnChart.Text = "Chart"; this.btnChart.Click += new System.EventHandler(this.btnChart_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 47); // // btnSettings // this.btnSettings.Font = new System.Drawing.Font("Times New Roman", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSettings.Image = global::cinemaTicketManager.Properties.Resources.setting; this.btnSettings.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSettings.Margin = new System.Windows.Forms.Padding(3, 1, 3, 2); this.btnSettings.Name = "btnSettings"; this.btnSettings.Size = new System.Drawing.Size(117, 44); this.btnSettings.Text = "Settings"; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.txtNow }); this.statusStrip1.Location = new System.Drawing.Point(0, 639); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.statusStrip1.Size = new System.Drawing.Size(1484, 22); this.statusStrip1.TabIndex = 3; this.statusStrip1.Text = "statusStrip1"; // // txtNow // this.txtNow.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNow.Name = "txtNow"; this.txtNow.Size = new System.Drawing.Size(35, 17); this.txtNow.Text = "Now"; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // mainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1484, 661); this.Controls.Add(this.statusStrip1); this.Controls.Add(toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.Name = "mainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Cinema Ticket Manager"; this.Load += new System.EventHandler(this.mainForm_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripButton runButton; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; this.parseButton = new System.Windows.Forms.ToolStripButton(); this.textBox = new System.Windows.Forms.TextBox(); this.sexpTextBox = new System.Windows.Forms.TextBox(); this.primitivesTextBox = new System.Windows.Forms.TextBox(); toolStrip1 = new System.Windows.Forms.ToolStrip(); runButton = new System.Windows.Forms.ToolStripButton(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); toolStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.parseButton, runButton}); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(292, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // parseButton // this.parseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.parseButton.Image = ((System.Drawing.Image)(resources.GetObject("parseButton.Image"))); this.parseButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.parseButton.Name = "parseButton"; this.parseButton.Size = new System.Drawing.Size(38, 22); this.parseButton.Text = "&Parse"; this.parseButton.Click += new System.EventHandler(this.parseButton_Click); // // runButton // runButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image"))); runButton.ImageTransparentColor = System.Drawing.Color.Magenta; runButton.Name = "runButton"; runButton.Size = new System.Drawing.Size(30, 22); runButton.Text = "&Run"; runButton.Click += new System.EventHandler(this.runButton_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.textBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(tabControl1); splitContainer1.Size = new System.Drawing.Size(292, 241); splitContainer1.SplitterDistance = 25; splitContainer1.TabIndex = 3; // // textBox // this.textBox.AcceptsReturn = true; this.textBox.AcceptsTab = true; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Location = new System.Drawing.Point(0, 0); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox.Size = new System.Drawing.Size(292, 25); this.textBox.TabIndex = 1; this.textBox.Text = "(define (fact n) (if (= n 0) 1 (* n (fact (- n 1)))))\r\n(MessageBox.Show (String.F" + "ormat \"6! = {0}\" (fact 6)) \"Lisp Demo\")"; this.textBox.WordWrap = false; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(292, 212); tabControl1.TabIndex = 3; // // tabPage1 // tabPage1.Controls.Add(this.sexpTextBox); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(284, 186); tabPage1.TabIndex = 0; tabPage1.Text = "S-Expressions"; tabPage1.UseVisualStyleBackColor = true; // // sexpTextBox // this.sexpTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.sexpTextBox.Location = new System.Drawing.Point(3, 3); this.sexpTextBox.Multiline = true; this.sexpTextBox.Name = "sexpTextBox"; this.sexpTextBox.ReadOnly = true; this.sexpTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.sexpTextBox.Size = new System.Drawing.Size(278, 180); this.sexpTextBox.TabIndex = 2; this.sexpTextBox.WordWrap = false; // // tabPage2 // tabPage2.Controls.Add(this.primitivesTextBox); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(284, 100); tabPage2.TabIndex = 1; tabPage2.Text = "Primitives"; tabPage2.UseVisualStyleBackColor = true; // // primitivesTextBox // this.primitivesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.primitivesTextBox.Location = new System.Drawing.Point(3, 3); this.primitivesTextBox.Multiline = true; this.primitivesTextBox.Name = "primitivesTextBox"; this.primitivesTextBox.ReadOnly = true; this.primitivesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.primitivesTextBox.Size = new System.Drawing.Size(278, 94); this.primitivesTextBox.TabIndex = 3; this.primitivesTextBox.WordWrap = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(splitContainer1); this.Controls.Add(toolStrip1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds; this.Text = "Lisp Compiler Demo"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip _MainToolStrip; System.Windows.Forms.ToolStripButton _OpenArchiveButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Explorer)); System.Windows.Forms.MenuStrip _MenuStrip; System.Windows.Forms.ToolStripMenuItem _FileMenu; System.Windows.Forms.ToolStripMenuItem _OpenMenuItem; System.Windows.Forms.ToolStripSeparator _ToolStripSeparator3; System.Windows.Forms.ToolStripMenuItem _ExitMenuItem; System.Windows.Forms.ToolStripMenuItem _WindowsMenu; System.Windows.Forms.ToolStripMenuItem _CloseAllMenuItem; System.Windows.Forms.ToolStripSeparator _ToolStripSeparator1; System.Windows.Forms.ToolStripMenuItem _CascadeMenuItem; System.Windows.Forms.ToolStripMenuItem _TileVerticalMenuItem; System.Windows.Forms.ToolStripMenuItem _TileHorizontalMenuItem; System.Windows.Forms.ToolStripMenuItem _ArrangeIconsMenuItem; this._OpenArchiveDialog = new System.Windows.Forms.OpenFileDialog(); _MainToolStrip = new System.Windows.Forms.ToolStrip(); _OpenArchiveButton = new System.Windows.Forms.ToolStripButton(); _MenuStrip = new System.Windows.Forms.MenuStrip(); _FileMenu = new System.Windows.Forms.ToolStripMenuItem(); _OpenMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); _ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _WindowsMenu = new System.Windows.Forms.ToolStripMenuItem(); _CloseAllMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); _CascadeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _TileVerticalMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _TileHorizontalMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _ArrangeIconsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); _MainToolStrip.SuspendLayout(); _MenuStrip.SuspendLayout(); this.SuspendLayout(); // // _OpenArchiveDialog // this._OpenArchiveDialog.DefaultExt = "sds"; this._OpenArchiveDialog.Filter = "Illusion SDS archives (*.sds)|*.sds|All Files (*.*)|*.*"; this._OpenArchiveDialog.Multiselect = true; // // _MainToolStrip // _MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _OpenArchiveButton }); _MainToolStrip.Location = new System.Drawing.Point(0, 24); _MainToolStrip.Name = "_MainToolStrip"; _MainToolStrip.Size = new System.Drawing.Size(800, 25); _MainToolStrip.TabIndex = 3; _MainToolStrip.Text = "toolStrip1"; // // _OpenArchiveButton // _OpenArchiveButton.Image = ((System.Drawing.Image)(resources.GetObject("_OpenArchiveButton.Image"))); _OpenArchiveButton.ImageTransparentColor = System.Drawing.Color.Magenta; _OpenArchiveButton.Name = "_OpenArchiveButton"; _OpenArchiveButton.Size = new System.Drawing.Size(79, 22); _OpenArchiveButton.Text = "Open SDS"; _OpenArchiveButton.Click += new System.EventHandler(this.OnOpen); // // _MenuStrip // _MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _FileMenu, _WindowsMenu }); _MenuStrip.Location = new System.Drawing.Point(0, 0); _MenuStrip.MdiWindowListItem = _WindowsMenu; _MenuStrip.Name = "_MenuStrip"; _MenuStrip.Size = new System.Drawing.Size(800, 24); _MenuStrip.TabIndex = 5; _MenuStrip.Text = "MenuStrip"; // // _FileMenu // _FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { _OpenMenuItem, _ToolStripSeparator3, _ExitMenuItem }); _FileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder; _FileMenu.Name = "_FileMenu"; _FileMenu.Size = new System.Drawing.Size(37, 20); _FileMenu.Text = "&File"; // // _OpenMenuItem // _OpenMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("_OpenMenuItem.Image"))); _OpenMenuItem.ImageTransparentColor = System.Drawing.Color.Black; _OpenMenuItem.Name = "_OpenMenuItem"; _OpenMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); _OpenMenuItem.Size = new System.Drawing.Size(152, 22); _OpenMenuItem.Text = "&Open"; _OpenMenuItem.Click += new System.EventHandler(this.OnOpen); // // _ToolStripSeparator3 // _ToolStripSeparator3.Name = "_ToolStripSeparator3"; _ToolStripSeparator3.Size = new System.Drawing.Size(149, 6); // // _ExitMenuItem // _ExitMenuItem.Name = "_ExitMenuItem"; _ExitMenuItem.Size = new System.Drawing.Size(152, 22); _ExitMenuItem.Text = "E&xit"; _ExitMenuItem.Click += new System.EventHandler(this.OnExit); // // _WindowsMenu // _WindowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { _CloseAllMenuItem, _ToolStripSeparator1, _CascadeMenuItem, _TileVerticalMenuItem, _TileHorizontalMenuItem, _ArrangeIconsMenuItem }); _WindowsMenu.Name = "_WindowsMenu"; _WindowsMenu.Size = new System.Drawing.Size(68, 20); _WindowsMenu.Text = "&Windows"; // // _CloseAllMenuItem // _CloseAllMenuItem.Name = "_CloseAllMenuItem"; _CloseAllMenuItem.Size = new System.Drawing.Size(152, 22); _CloseAllMenuItem.Text = "C&lose All"; _CloseAllMenuItem.Click += new System.EventHandler(this.OnWindowCloseAll); // // _ToolStripSeparator1 // _ToolStripSeparator1.Name = "_ToolStripSeparator1"; _ToolStripSeparator1.Size = new System.Drawing.Size(149, 6); // // _CascadeMenuItem // _CascadeMenuItem.Name = "_CascadeMenuItem"; _CascadeMenuItem.Size = new System.Drawing.Size(152, 22); _CascadeMenuItem.Text = "&Cascade"; _CascadeMenuItem.Click += new System.EventHandler(this.OnWindowCascade); // // _TileVerticalMenuItem // _TileVerticalMenuItem.Name = "_TileVerticalMenuItem"; _TileVerticalMenuItem.Size = new System.Drawing.Size(152, 22); _TileVerticalMenuItem.Text = "Tile &Vertical"; _TileVerticalMenuItem.Click += new System.EventHandler(this.OnWindowTileVertical); // // _TileHorizontalMenuItem // _TileHorizontalMenuItem.Name = "_TileHorizontalMenuItem"; _TileHorizontalMenuItem.Size = new System.Drawing.Size(152, 22); _TileHorizontalMenuItem.Text = "Tile &Horizontal"; _TileHorizontalMenuItem.Click += new System.EventHandler(this.OnWindowTileHorizontal); // // _ArrangeIconsMenuItem // _ArrangeIconsMenuItem.Name = "_ArrangeIconsMenuItem"; _ArrangeIconsMenuItem.Size = new System.Drawing.Size(152, 22); _ArrangeIconsMenuItem.Text = "&Arrange Icons"; _ArrangeIconsMenuItem.Click += new System.EventHandler(this.OnWindowArrangeIcons); // // Explorer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 480); this.Controls.Add(_MainToolStrip); this.Controls.Add(_MenuStrip); this.IsMdiContainer = true; this.Name = "Explorer"; this.Text = "Mafia 2 Resource Explorer"; _MainToolStrip.ResumeLayout(false); _MainToolStrip.PerformLayout(); _MenuStrip.ResumeLayout(false); _MenuStrip.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.ToolStrip MenuToolStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Menues)); this.cmdNuevoIngreso = new System.Windows.Forms.ToolStripButton(); this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.cmdGrabarUsuario = new System.Windows.Forms.ToolStripButton(); this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.cmdSalirUsuario = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textNombre = new System.Windows.Forms.TextBox(); this.textDescrip = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.comboModulos = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.comboMenuPadre = new System.Windows.Forms.ComboBox(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); MenuToolStrip = new System.Windows.Forms.ToolStrip(); MenuToolStrip.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // MenuToolStrip // MenuToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmdNuevoIngreso, this.ToolStripSeparator3, this.cmdGrabarUsuario, this.ToolStripSeparator4, this.toolStripLabel1, this.toolStripSeparator1, this.cmdSalirUsuario }); MenuToolStrip.Location = new System.Drawing.Point(0, 0); MenuToolStrip.Name = "MenuToolStrip"; MenuToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; MenuToolStrip.Size = new System.Drawing.Size(516, 68); MenuToolStrip.TabIndex = 35; MenuToolStrip.Text = "Menu Principal"; // // cmdNuevoIngreso // this.cmdNuevoIngreso.Font = new System.Drawing.Font("Tahoma", 8F); this.cmdNuevoIngreso.Image = ((System.Drawing.Image)(resources.GetObject("cmdNuevoIngreso.Image"))); this.cmdNuevoIngreso.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cmdNuevoIngreso.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdNuevoIngreso.Name = "cmdNuevoIngreso"; this.cmdNuevoIngreso.Size = new System.Drawing.Size(142, 65); this.cmdNuevoIngreso.Text = "Nuevo Ingreso"; this.cmdNuevoIngreso.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; this.cmdNuevoIngreso.ToolTipText = "Nuevo Ingreso"; this.cmdNuevoIngreso.Click += new System.EventHandler(this.cmdNuevoIngreso_Click); // // ToolStripSeparator3 // this.ToolStripSeparator3.Name = "ToolStripSeparator3"; this.ToolStripSeparator3.Size = new System.Drawing.Size(6, 68); // // cmdGrabarUsuario // this.cmdGrabarUsuario.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdGrabarUsuario.Image = ((System.Drawing.Image)(resources.GetObject("cmdGrabarUsuario.Image"))); this.cmdGrabarUsuario.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cmdGrabarUsuario.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdGrabarUsuario.Name = "cmdGrabarUsuario"; this.cmdGrabarUsuario.Size = new System.Drawing.Size(104, 65); this.cmdGrabarUsuario.Text = "Grabar"; this.cmdGrabarUsuario.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; this.cmdGrabarUsuario.ToolTipText = "Graba Operación"; this.cmdGrabarUsuario.Click += new System.EventHandler(this.cmdGrabarUsuario_Click); // // ToolStripSeparator4 // this.ToolStripSeparator4.Name = "ToolStripSeparator4"; this.ToolStripSeparator4.Size = new System.Drawing.Size(6, 68); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(124, 65); this.toolStripLabel1.Text = " "; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 68); // // cmdSalirUsuario // this.cmdSalirUsuario.Image = ((System.Drawing.Image)(resources.GetObject("cmdSalirUsuario.Image"))); this.cmdSalirUsuario.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cmdSalirUsuario.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdSalirUsuario.Name = "cmdSalirUsuario"; this.cmdSalirUsuario.Size = new System.Drawing.Size(93, 65); this.cmdSalirUsuario.Text = "Salir"; this.cmdSalirUsuario.ToolTipText = "Salir del sistema"; this.cmdSalirUsuario.Click += new System.EventHandler(this.cmdSalirUsuario_Click); // // panel1 // this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 68); this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(516, 187); this.panel1.TabIndex = 36; // // groupBox2 // this.groupBox2.Controls.Add(this.textNombre); this.groupBox2.Controls.Add(this.textDescrip); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Font = new System.Drawing.Font("Arial", 8.25F); this.groupBox2.Location = new System.Drawing.Point(0, 96); this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox2.Size = new System.Drawing.Size(516, 93); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Nuevo Menú"; // // textNombre // this.textNombre.Location = new System.Drawing.Point(111, 54); this.textNombre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textNombre.Name = "textNombre"; this.textNombre.Size = new System.Drawing.Size(288, 20); this.textNombre.TabIndex = 3; // // textDescrip // this.textDescrip.Location = new System.Drawing.Point(111, 25); this.textDescrip.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textDescrip.Name = "textDescrip"; this.textDescrip.Size = new System.Drawing.Size(288, 20); this.textDescrip.TabIndex = 2; this.textDescrip.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDescrip_KeyDown); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 60); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(97, 14); this.label4.TabIndex = 1; this.label4.Text = "Nombre Formulario"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(45, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 14); this.label3.TabIndex = 0; this.label3.Text = "Descripción"; // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.comboModulos); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.comboMenuPadre); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Size = new System.Drawing.Size(516, 96); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Módulos y Menúes Padres"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Arial", 8.25F); this.label2.Location = new System.Drawing.Point(67, 30); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 14); this.label2.TabIndex = 3; this.label2.Text = "Módulo"; // // comboModulos // this.comboModulos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboModulos.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboModulos.FormattingEnabled = true; this.comboModulos.Location = new System.Drawing.Point(111, 24); this.comboModulos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboModulos.Name = "comboModulos"; this.comboModulos.Size = new System.Drawing.Size(288, 22); this.comboModulos.TabIndex = 2; this.comboModulos.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboModulos_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(73, 63); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 14); this.label1.TabIndex = 1; this.label1.Text = "Padre"; // // comboMenuPadre // this.comboMenuPadre.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboMenuPadre.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboMenuPadre.FormattingEnabled = true; this.comboMenuPadre.Location = new System.Drawing.Point(111, 57); this.comboMenuPadre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboMenuPadre.Name = "comboMenuPadre"; this.comboMenuPadre.Size = new System.Drawing.Size(288, 22); this.comboMenuPadre.TabIndex = 0; this.comboMenuPadre.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboMenuPadre_KeyDown); // // errorProvider // this.errorProvider.ContainerControl = this; // // Frm_Menues // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(516, 255); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(MenuToolStrip); this.Name = "Frm_Menues"; this.Text = "Alta de Menues"; this.Load += new System.EventHandler(this.Frm_Menues_Load); MenuToolStrip.ResumeLayout(false); MenuToolStrip.PerformLayout(); this.panel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).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.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.Timer timer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm)); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchBox = new System.Windows.Forms.ToolStripTextBox(); this.goButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.backButton = new System.Windows.Forms.ToolStripButton(); this.nextButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toEPubButton = new System.Windows.Forms.ToolStripButton(); this.toPdfButton = new System.Windows.Forms.ToolStripButton(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rtlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.profileMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); timer = new System.Windows.Forms.Timer(this.components); menuStrip.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem }); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.Name = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem"); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem"); this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel"); resources.ApplyResources(toolStripContainer1, "toolStripContainer1"); toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // statusStrip1 // resources.ApplyResources(statusStrip1, "statusStrip1"); statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel }); statusStrip1.Name = "statusStrip1"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel"); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::WikipediaConv.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(splitContainer1, "splitContainer1"); splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.hitsBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.SplitterDistance = global::WikipediaConv.Properties.Settings.Default.SplitterDistance; // // hitsBox // resources.ApplyResources(this.hitsBox, "hitsBox"); this.hitsBox.FormattingEnabled = true; this.hitsBox.Name = "hitsBox"; this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; resources.ApplyResources(this.webBrowser, "webBrowser"); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; // // toolStrip1 // resources.ApplyResources(toolStrip1, "toolStrip1"); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchBox, this.goButton, this.toolStripSeparator2, this.backButton, this.nextButton, this.toolStripSeparator3, this.toEPubButton, this.toPdfButton }); toolStrip1.Name = "toolStrip1"; toolStrip1.Stretch = true; // // searchBox // resources.ApplyResources(this.searchBox, "searchBox"); this.searchBox.AutoToolTip = true; this.searchBox.Name = "searchBox"; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // goButton // this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.goButton, "goButton"); this.goButton.Name = "goButton"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // backButton // this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.backButton, "backButton"); this.backButton.Name = "backButton"; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // nextButton // this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.nextButton, "nextButton"); this.nextButton.Name = "nextButton"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); // // toEPubButton // this.toEPubButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toEPubButton, "toEPubButton"); this.toEPubButton.Name = "toEPubButton"; this.toEPubButton.Click += new System.EventHandler(this.toEPubButton_Click); // // toPdfButton // this.toPdfButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toPdfButton, "toPdfButton"); this.toPdfButton.Name = "toPdfButton"; this.toPdfButton.Click += new System.EventHandler(this.toPdfButton_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.rtlToolStripMenuItem, this.profileMenuItem }); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // rtlToolStripMenuItem // this.rtlToolStripMenuItem.Name = "rtlToolStripMenuItem"; resources.ApplyResources(this.rtlToolStripMenuItem, "rtlToolStripMenuItem"); this.rtlToolStripMenuItem.Click += new System.EventHandler(this.rtlToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // profileMenuItem // this.profileMenuItem.Name = "profileMenuItem"; resources.ApplyResources(this.profileMenuItem, "profileMenuItem"); this.profileMenuItem.Click += new System.EventHandler(this.profileMenuItem_Click); // // BrowseForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.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.ToolStripSeparator separatorRoleGroup1; System.Windows.Forms.ToolStripSeparator separatorServerGroup1; System.Windows.Forms.ToolStripSeparator separatorServerGroup2; System.Windows.Forms.ToolStripSeparator separatorServerGroup3; System.Windows.Forms.ToolStrip stripDependsOn; System.Windows.Forms.ToolStripLabel labelDepensOn; System.Windows.Forms.ToolStripSeparator separatorServer1; System.Windows.Forms.ToolStripSeparator separatorServer2; System.Windows.Forms.ToolStrip stripServerRoles; System.Windows.Forms.ToolStripLabel labelServerRoles; System.Windows.Forms.ToolStrip stripServerVariables; System.Windows.Forms.ToolStripLabel labelServerVariables; System.Windows.Forms.ToolStrip stripRoleItems; System.Windows.Forms.ToolStripLabel labelRoleConfigurationItems; System.Windows.Forms.ToolStripSeparator separatorMainFile1; System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Resources"); System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Roles"); System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Servers"); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.buttonConfigurationItemDependsOnAdd = new System.Windows.Forms.ToolStripButton(); this.buttonConfigurationItemDependsOnRemove = new System.Windows.Forms.ToolStripButton(); this.menuRoleGroup = new System.Windows.Forms.ContextMenuStrip(this.components); this.itemRoleGroupNewGroup = new System.Windows.Forms.ToolStripMenuItem(); this.itemRoleGroupNewRole = new System.Windows.Forms.ToolStripMenuItem(); this.itemRoleGroupDelete = new System.Windows.Forms.ToolStripMenuItem(); this.menuServerGroup = new System.Windows.Forms.ContextMenuStrip(this.components); this.itemServerGroupNewGroup = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerGroupNewServer = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerGroupExport = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerGroupRun = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerGroupInstall = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerGroupDelete = new System.Windows.Forms.ToolStripMenuItem(); this.buttonServerRoleAdd = new System.Windows.Forms.ToolStripButton(); this.buttonServerRoleRemove = new System.Windows.Forms.ToolStripButton(); this.buttonVariableAdd = new System.Windows.Forms.ToolStripButton(); this.buttonVariableRemove = new System.Windows.Forms.ToolStripButton(); this.buttonRoleAdd = new System.Windows.Forms.ToolStripButton(); this.buttonRoleRemove = new System.Windows.Forms.ToolStripButton(); this.treeLibrary = new System.Windows.Forms.TreeView(); this.imagesMain = new System.Windows.Forms.ImageList(this.components); this.menuServer = new System.Windows.Forms.ContextMenuStrip(this.components); this.itemServerExport = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerRun = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerInstall = new System.Windows.Forms.ToolStripMenuItem(); this.itemServerDelete = new System.Windows.Forms.ToolStripMenuItem(); this.panelMain = new System.Windows.Forms.SplitContainer(); this.panelConfigurationItem = new System.Windows.Forms.SplitContainer(); this.gridConfigurationItem = new System.Windows.Forms.PropertyGrid(); this.listDependsOn = new System.Windows.Forms.ListBox(); this.panelServer = new System.Windows.Forms.SplitContainer(); this.listServerRoles = new System.Windows.Forms.ListBox(); this.gridServerVariables = new System.Windows.Forms.PropertyGrid(); this.panelRole = new System.Windows.Forms.Panel(); this.listRoleItems = new System.Windows.Forms.ListBox(); this.menuMain = new System.Windows.Forms.MenuStrip(); this.itemMainFile = new System.Windows.Forms.ToolStripMenuItem(); this.itemMainFileOpen = new System.Windows.Forms.ToolStripMenuItem(); this.itemMainFileExit = new System.Windows.Forms.ToolStripMenuItem(); this.menuResource = new System.Windows.Forms.ContextMenuStrip(this.components); this.itemResourceNew = new System.Windows.Forms.ToolStripMenuItem(); this.dialogSaveFile = new System.Windows.Forms.SaveFileDialog(); this.menuRole = new System.Windows.Forms.ContextMenuStrip(this.components); this.itemRoleDelete = new System.Windows.Forms.ToolStripMenuItem(); this.menuConfigurationItem = new System.Windows.Forms.ContextMenuStrip(this.components); this.itemConfigurationItemDelete = new System.Windows.Forms.ToolStripMenuItem(); separatorRoleGroup1 = new System.Windows.Forms.ToolStripSeparator(); separatorServerGroup1 = new System.Windows.Forms.ToolStripSeparator(); separatorServerGroup2 = new System.Windows.Forms.ToolStripSeparator(); separatorServerGroup3 = new System.Windows.Forms.ToolStripSeparator(); stripDependsOn = new System.Windows.Forms.ToolStrip(); labelDepensOn = new System.Windows.Forms.ToolStripLabel(); separatorServer1 = new System.Windows.Forms.ToolStripSeparator(); separatorServer2 = new System.Windows.Forms.ToolStripSeparator(); stripServerRoles = new System.Windows.Forms.ToolStrip(); labelServerRoles = new System.Windows.Forms.ToolStripLabel(); stripServerVariables = new System.Windows.Forms.ToolStrip(); labelServerVariables = new System.Windows.Forms.ToolStripLabel(); stripRoleItems = new System.Windows.Forms.ToolStrip(); labelRoleConfigurationItems = new System.Windows.Forms.ToolStripLabel(); separatorMainFile1 = new System.Windows.Forms.ToolStripSeparator(); stripDependsOn.SuspendLayout(); this.menuRoleGroup.SuspendLayout(); this.menuServerGroup.SuspendLayout(); stripServerRoles.SuspendLayout(); stripServerVariables.SuspendLayout(); stripRoleItems.SuspendLayout(); this.menuServer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit(); this.panelMain.Panel1.SuspendLayout(); this.panelMain.Panel2.SuspendLayout(); this.panelMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelConfigurationItem)).BeginInit(); this.panelConfigurationItem.Panel1.SuspendLayout(); this.panelConfigurationItem.Panel2.SuspendLayout(); this.panelConfigurationItem.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelServer)).BeginInit(); this.panelServer.Panel1.SuspendLayout(); this.panelServer.Panel2.SuspendLayout(); this.panelServer.SuspendLayout(); this.panelRole.SuspendLayout(); this.menuMain.SuspendLayout(); this.menuResource.SuspendLayout(); this.menuRole.SuspendLayout(); this.menuConfigurationItem.SuspendLayout(); this.SuspendLayout(); // // separatorRoleGroup1 // separatorRoleGroup1.Name = "separatorRoleGroup1"; separatorRoleGroup1.Size = new System.Drawing.Size(139, 6); // // separatorServerGroup1 // separatorServerGroup1.Name = "separatorServerGroup1"; separatorServerGroup1.Size = new System.Drawing.Size(188, 6); // // separatorServerGroup2 // separatorServerGroup2.Name = "separatorServerGroup2"; separatorServerGroup2.Size = new System.Drawing.Size(188, 6); // // separatorServerGroup3 // separatorServerGroup3.Name = "separatorServerGroup3"; separatorServerGroup3.Size = new System.Drawing.Size(188, 6); // // stripDependsOn // stripDependsOn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { labelDepensOn, this.buttonConfigurationItemDependsOnAdd, this.buttonConfigurationItemDependsOnRemove }); stripDependsOn.Location = new System.Drawing.Point(0, 0); stripDependsOn.Name = "stripDependsOn"; stripDependsOn.Size = new System.Drawing.Size(347, 25); stripDependsOn.TabIndex = 0; stripDependsOn.Text = "toolStrip3"; // // labelDepensOn // labelDepensOn.Name = "labelDepensOn"; labelDepensOn.Size = new System.Drawing.Size(75, 22); labelDepensOn.Text = "Depends On:"; // // buttonConfigurationItemDependsOnAdd // this.buttonConfigurationItemDependsOnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonConfigurationItemDependsOnAdd.Image = global::EzDSC.Images.list_add; this.buttonConfigurationItemDependsOnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonConfigurationItemDependsOnAdd.Name = "buttonConfigurationItemDependsOnAdd"; this.buttonConfigurationItemDependsOnAdd.Size = new System.Drawing.Size(23, 22); this.buttonConfigurationItemDependsOnAdd.Text = "Add..."; this.buttonConfigurationItemDependsOnAdd.Click += new System.EventHandler(this.tsbCIAddDepends_Click); // // buttonConfigurationItemDependsOnRemove // this.buttonConfigurationItemDependsOnRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonConfigurationItemDependsOnRemove.Image = global::EzDSC.Images.list_remove; this.buttonConfigurationItemDependsOnRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonConfigurationItemDependsOnRemove.Name = "buttonConfigurationItemDependsOnRemove"; this.buttonConfigurationItemDependsOnRemove.Size = new System.Drawing.Size(23, 22); this.buttonConfigurationItemDependsOnRemove.Text = "Remove..."; this.buttonConfigurationItemDependsOnRemove.Click += new System.EventHandler(this.tsbCIRemoveDepends_Click); // // menuRoleGroup // this.menuRoleGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemRoleGroupNewGroup, this.itemRoleGroupNewRole, separatorRoleGroup1, this.itemRoleGroupDelete }); this.menuRoleGroup.Name = "cmRoles"; this.menuRoleGroup.Size = new System.Drawing.Size(143, 76); // // itemRoleGroupNewGroup // this.itemRoleGroupNewGroup.Image = global::EzDSC.Images.folder_new; this.itemRoleGroupNewGroup.Name = "itemRoleGroupNewGroup"; this.itemRoleGroupNewGroup.Size = new System.Drawing.Size(142, 22); this.itemRoleGroupNewGroup.Text = "New group..."; this.itemRoleGroupNewGroup.Click += new System.EventHandler(this.miRolesNewGroup_Click); // // itemRoleGroupNewRole // this.itemRoleGroupNewRole.Image = global::EzDSC.Images.document_new; this.itemRoleGroupNewRole.Name = "itemRoleGroupNewRole"; this.itemRoleGroupNewRole.Size = new System.Drawing.Size(142, 22); this.itemRoleGroupNewRole.Text = "New role..."; this.itemRoleGroupNewRole.Click += new System.EventHandler(this.createRoleToolStripMenuItem_Click); // // itemRoleGroupDelete // this.itemRoleGroupDelete.Image = global::EzDSC.Images.edit_delete; this.itemRoleGroupDelete.Name = "itemRoleGroupDelete"; this.itemRoleGroupDelete.Size = new System.Drawing.Size(142, 22); this.itemRoleGroupDelete.Text = "Delete"; this.itemRoleGroupDelete.Click += new System.EventHandler(this.deleteToolStripMenuItem2_Click); // // menuServerGroup // this.menuServerGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemServerGroupNewGroup, this.itemServerGroupNewServer, separatorServerGroup1, this.itemServerGroupExport, this.itemServerGroupRun, separatorServerGroup2, this.itemServerGroupInstall, separatorServerGroup3, this.itemServerGroupDelete }); this.menuServerGroup.Name = "cmServers"; this.menuServerGroup.Size = new System.Drawing.Size(192, 154); // // itemServerGroupNewGroup // this.itemServerGroupNewGroup.Image = global::EzDSC.Images.folder_new; this.itemServerGroupNewGroup.Name = "itemServerGroupNewGroup"; this.itemServerGroupNewGroup.Size = new System.Drawing.Size(191, 22); this.itemServerGroupNewGroup.Text = "New group..."; this.itemServerGroupNewGroup.Click += new System.EventHandler(this.miServersNewGroup_Click); // // itemServerGroupNewServer // this.itemServerGroupNewServer.Image = global::EzDSC.Images.document_new; this.itemServerGroupNewServer.Name = "itemServerGroupNewServer"; this.itemServerGroupNewServer.Size = new System.Drawing.Size(191, 22); this.itemServerGroupNewServer.Text = "New server..."; this.itemServerGroupNewServer.Click += new System.EventHandler(this.miServersNewServer_Click); // // itemServerGroupExport // this.itemServerGroupExport.Image = global::EzDSC.Images.document_save; this.itemServerGroupExport.Name = "itemServerGroupExport"; this.itemServerGroupExport.Size = new System.Drawing.Size(191, 22); this.itemServerGroupExport.Text = "Export configuration..."; this.itemServerGroupExport.Click += new System.EventHandler(this.miBuildConfiguration_Click); // // itemServerGroupRun // this.itemServerGroupRun.Image = global::EzDSC.Images.utilities_terminal; this.itemServerGroupRun.Name = "itemServerGroupRun"; this.itemServerGroupRun.Size = new System.Drawing.Size(191, 22); this.itemServerGroupRun.Text = "Run configuration"; this.itemServerGroupRun.Click += new System.EventHandler(this.miRunConfiguration_Click); // // itemServerGroupInstall // this.itemServerGroupInstall.Image = global::EzDSC.Images.mail_send_receive; this.itemServerGroupInstall.Name = "itemServerGroupInstall"; this.itemServerGroupInstall.Size = new System.Drawing.Size(191, 22); this.itemServerGroupInstall.Text = "Install modules"; this.itemServerGroupInstall.Click += new System.EventHandler(this.installModulesToolStripMenuItem_Click); // // itemServerGroupDelete // this.itemServerGroupDelete.Image = global::EzDSC.Images.edit_delete; this.itemServerGroupDelete.Name = "itemServerGroupDelete"; this.itemServerGroupDelete.Size = new System.Drawing.Size(191, 22); this.itemServerGroupDelete.Text = "Delete"; this.itemServerGroupDelete.Click += new System.EventHandler(this.deleteToolStripMenuItem1_Click); // // separatorServer1 // separatorServer1.Name = "separatorServer1"; separatorServer1.Size = new System.Drawing.Size(179, 6); // // separatorServer2 // separatorServer2.Name = "separatorServer2"; separatorServer2.Size = new System.Drawing.Size(179, 6); // // stripServerRoles // stripServerRoles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { labelServerRoles, this.buttonServerRoleAdd, this.buttonServerRoleRemove }); stripServerRoles.Location = new System.Drawing.Point(0, 0); stripServerRoles.Name = "stripServerRoles"; stripServerRoles.Size = new System.Drawing.Size(396, 25); stripServerRoles.TabIndex = 0; stripServerRoles.Text = "tsServerRoles"; // // labelServerRoles // labelServerRoles.Name = "labelServerRoles"; labelServerRoles.Size = new System.Drawing.Size(38, 22); labelServerRoles.Text = "Roles:"; // // buttonServerRoleAdd // this.buttonServerRoleAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonServerRoleAdd.Image = global::EzDSC.Images.list_add; this.buttonServerRoleAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonServerRoleAdd.Name = "buttonServerRoleAdd"; this.buttonServerRoleAdd.Size = new System.Drawing.Size(23, 22); this.buttonServerRoleAdd.Text = "Add..."; this.buttonServerRoleAdd.Click += new System.EventHandler(this.tsbServerRoleAdd_Click); // // buttonServerRoleRemove // this.buttonServerRoleRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonServerRoleRemove.Image = global::EzDSC.Images.list_remove; this.buttonServerRoleRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonServerRoleRemove.Name = "buttonServerRoleRemove"; this.buttonServerRoleRemove.Size = new System.Drawing.Size(23, 22); this.buttonServerRoleRemove.Text = "Remove..."; this.buttonServerRoleRemove.Click += new System.EventHandler(this.tsbServerRoleRemove_Click); // // stripServerVariables // stripServerVariables.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { labelServerVariables, this.buttonVariableAdd, this.buttonVariableRemove }); stripServerVariables.Location = new System.Drawing.Point(0, 0); stripServerVariables.Name = "stripServerVariables"; stripServerVariables.Size = new System.Drawing.Size(396, 25); stripServerVariables.TabIndex = 0; stripServerVariables.Text = "tsServerVariables"; // // labelServerVariables // labelServerVariables.Name = "labelServerVariables"; labelServerVariables.Size = new System.Drawing.Size(57, 22); labelServerVariables.Text = "Variables:"; // // buttonVariableAdd // this.buttonVariableAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonVariableAdd.Image = global::EzDSC.Images.list_add; this.buttonVariableAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonVariableAdd.Name = "buttonVariableAdd"; this.buttonVariableAdd.Size = new System.Drawing.Size(23, 22); this.buttonVariableAdd.Text = "Add.."; this.buttonVariableAdd.Click += new System.EventHandler(this.tsbVariableAdd_Click); // // buttonVariableRemove // this.buttonVariableRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonVariableRemove.Image = global::EzDSC.Images.list_remove; this.buttonVariableRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonVariableRemove.Name = "buttonVariableRemove"; this.buttonVariableRemove.Size = new System.Drawing.Size(23, 22); this.buttonVariableRemove.Text = "Remove..."; this.buttonVariableRemove.Click += new System.EventHandler(this.tsbVariableRemove_Click); // // stripRoleItems // stripRoleItems.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { labelRoleConfigurationItems, this.buttonRoleAdd, this.buttonRoleRemove }); stripRoleItems.Location = new System.Drawing.Point(0, 0); stripRoleItems.Name = "stripRoleItems"; stripRoleItems.Size = new System.Drawing.Size(200, 25); stripRoleItems.TabIndex = 6; stripRoleItems.Text = "toolStrip1"; // // labelRoleConfigurationItems // labelRoleConfigurationItems.Name = "labelRoleConfigurationItems"; labelRoleConfigurationItems.Size = new System.Drawing.Size(116, 22); labelRoleConfigurationItems.Text = "Configuration items:"; // // buttonRoleAdd // this.buttonRoleAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonRoleAdd.Image = global::EzDSC.Images.list_add; this.buttonRoleAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonRoleAdd.Name = "buttonRoleAdd"; this.buttonRoleAdd.Size = new System.Drawing.Size(23, 22); this.buttonRoleAdd.Text = "Add..."; this.buttonRoleAdd.Click += new System.EventHandler(this.tsbRoleAdd_Click); // // buttonRoleRemove // this.buttonRoleRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.buttonRoleRemove.Image = global::EzDSC.Images.list_remove; this.buttonRoleRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this.buttonRoleRemove.Name = "buttonRoleRemove"; this.buttonRoleRemove.Size = new System.Drawing.Size(23, 22); this.buttonRoleRemove.Text = "Remove..."; this.buttonRoleRemove.Click += new System.EventHandler(this.tsbRoleRemove_Click); // // separatorMainFile1 // separatorMainFile1.Name = "separatorMainFile1"; separatorMainFile1.Size = new System.Drawing.Size(152, 6); // // treeLibrary // this.treeLibrary.Dock = System.Windows.Forms.DockStyle.Fill; this.treeLibrary.ImageIndex = 0; this.treeLibrary.ImageList = this.imagesMain; this.treeLibrary.Location = new System.Drawing.Point(0, 0); this.treeLibrary.Name = "treeLibrary"; treeNode4.Name = "tviResources"; treeNode4.Text = "Resources"; treeNode5.ContextMenuStrip = this.menuRoleGroup; treeNode5.Name = "tviRoles"; treeNode5.Text = "Roles"; treeNode6.ContextMenuStrip = this.menuServerGroup; treeNode6.ImageIndex = 0; treeNode6.Name = "tviServers"; treeNode6.Text = "Servers"; this.treeLibrary.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode4, treeNode5, treeNode6 }); this.treeLibrary.SelectedImageIndex = 0; this.treeLibrary.Size = new System.Drawing.Size(240, 514); this.treeLibrary.TabIndex = 0; this.treeLibrary.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvLibrary_AfterSelect); this.treeLibrary.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvLibrary_NodeMouseClick); // // imagesMain // this.imagesMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imagesMain.ImageStream"))); this.imagesMain.TransparentColor = System.Drawing.Color.Transparent; this.imagesMain.Images.SetKeyName(0, "folder"); this.imagesMain.Images.SetKeyName(1, "text-x-generic"); this.imagesMain.Images.SetKeyName(2, "network-server"); // // menuServer // this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemServerExport, this.itemServerRun, separatorServer1, this.itemServerInstall, separatorServer2, this.itemServerDelete }); this.menuServer.Name = "cmServerItem"; this.menuServer.Size = new System.Drawing.Size(183, 104); // // itemServerExport // this.itemServerExport.Image = global::EzDSC.Images.document_save; this.itemServerExport.Name = "itemServerExport"; this.itemServerExport.Size = new System.Drawing.Size(182, 22); this.itemServerExport.Text = "Export configuration"; this.itemServerExport.Click += new System.EventHandler(this.miBuildConfiguration_Click); // // itemServerRun // this.itemServerRun.Image = global::EzDSC.Images.utilities_terminal; this.itemServerRun.Name = "itemServerRun"; this.itemServerRun.Size = new System.Drawing.Size(182, 22); this.itemServerRun.Text = "Run configuration"; this.itemServerRun.Click += new System.EventHandler(this.miRunConfiguration_Click); // // itemServerInstall // this.itemServerInstall.Image = global::EzDSC.Images.mail_send_receive; this.itemServerInstall.Name = "itemServerInstall"; this.itemServerInstall.Size = new System.Drawing.Size(182, 22); this.itemServerInstall.Text = "Install modules"; this.itemServerInstall.Click += new System.EventHandler(this.installModulesToolStripMenuItem_Click); // // itemServerDelete // this.itemServerDelete.Image = global::EzDSC.Images.edit_delete; this.itemServerDelete.Name = "itemServerDelete"; this.itemServerDelete.Size = new System.Drawing.Size(182, 22); this.itemServerDelete.Text = "Delete"; this.itemServerDelete.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); // // panelMain // this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMain.Location = new System.Drawing.Point(0, 24); this.panelMain.Name = "panelMain"; // // panelMain.Panel1 // this.panelMain.Panel1.Controls.Add(this.treeLibrary); // // panelMain.Panel2 // this.panelMain.Panel2.Controls.Add(this.panelConfigurationItem); this.panelMain.Panel2.Controls.Add(this.panelServer); this.panelMain.Panel2.Controls.Add(this.panelRole); this.panelMain.Size = new System.Drawing.Size(1250, 514); this.panelMain.SplitterDistance = 240; this.panelMain.TabIndex = 7; // // panelConfigurationItem // this.panelConfigurationItem.Location = new System.Drawing.Point(127, 201); this.panelConfigurationItem.Name = "panelConfigurationItem"; this.panelConfigurationItem.Orientation = System.Windows.Forms.Orientation.Horizontal; // // panelConfigurationItem.Panel1 // this.panelConfigurationItem.Panel1.Controls.Add(this.gridConfigurationItem); // // panelConfigurationItem.Panel2 // this.panelConfigurationItem.Panel2.Controls.Add(this.listDependsOn); this.panelConfigurationItem.Panel2.Controls.Add(stripDependsOn); this.panelConfigurationItem.Size = new System.Drawing.Size(347, 213); this.panelConfigurationItem.SplitterDistance = 139; this.panelConfigurationItem.TabIndex = 12; // // gridConfigurationItem // this.gridConfigurationItem.Dock = System.Windows.Forms.DockStyle.Fill; this.gridConfigurationItem.LineColor = System.Drawing.SystemColors.ActiveBorder; this.gridConfigurationItem.Location = new System.Drawing.Point(0, 0); this.gridConfigurationItem.Name = "gridConfigurationItem"; this.gridConfigurationItem.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; this.gridConfigurationItem.Size = new System.Drawing.Size(347, 139); this.gridConfigurationItem.TabIndex = 10; this.gridConfigurationItem.ToolbarVisible = false; this.gridConfigurationItem.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pgEditor_PropertyValueChanged); // // listDependsOn // this.listDependsOn.Dock = System.Windows.Forms.DockStyle.Fill; this.listDependsOn.FormattingEnabled = true; this.listDependsOn.Location = new System.Drawing.Point(0, 25); this.listDependsOn.Name = "listDependsOn"; this.listDependsOn.Size = new System.Drawing.Size(347, 45); this.listDependsOn.TabIndex = 1; // // panelServer // this.panelServer.Location = new System.Drawing.Point(572, 61); this.panelServer.Name = "panelServer"; this.panelServer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // panelServer.Panel1 // this.panelServer.Panel1.Controls.Add(this.listServerRoles); this.panelServer.Panel1.Controls.Add(stripServerRoles); // // panelServer.Panel2 // this.panelServer.Panel2.Controls.Add(this.gridServerVariables); this.panelServer.Panel2.Controls.Add(stripServerVariables); this.panelServer.Size = new System.Drawing.Size(396, 273); this.panelServer.SplitterDistance = 136; this.panelServer.TabIndex = 11; // // listServerRoles // this.listServerRoles.Dock = System.Windows.Forms.DockStyle.Fill; this.listServerRoles.FormattingEnabled = true; this.listServerRoles.Location = new System.Drawing.Point(0, 25); this.listServerRoles.Name = "listServerRoles"; this.listServerRoles.Size = new System.Drawing.Size(396, 111); this.listServerRoles.TabIndex = 1; // // gridServerVariables // this.gridServerVariables.Cursor = System.Windows.Forms.Cursors.Default; this.gridServerVariables.Dock = System.Windows.Forms.DockStyle.Fill; this.gridServerVariables.HelpVisible = false; this.gridServerVariables.LineColor = System.Drawing.SystemColors.ActiveBorder; this.gridServerVariables.Location = new System.Drawing.Point(0, 25); this.gridServerVariables.Name = "gridServerVariables"; this.gridServerVariables.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; this.gridServerVariables.Size = new System.Drawing.Size(396, 108); this.gridServerVariables.TabIndex = 1; this.gridServerVariables.ToolbarVisible = false; this.gridServerVariables.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pgServerVariables_PropertyValueChanged); // // panelRole // this.panelRole.Controls.Add(this.listRoleItems); this.panelRole.Controls.Add(stripRoleItems); this.panelRole.Location = new System.Drawing.Point(3, 4); this.panelRole.Name = "panelRole"; this.panelRole.Size = new System.Drawing.Size(200, 100); this.panelRole.TabIndex = 9; // // listRoleItems // this.listRoleItems.Dock = System.Windows.Forms.DockStyle.Fill; this.listRoleItems.FormattingEnabled = true; this.listRoleItems.Location = new System.Drawing.Point(0, 25); this.listRoleItems.Name = "listRoleItems"; this.listRoleItems.Size = new System.Drawing.Size(200, 75); this.listRoleItems.TabIndex = 7; // // menuMain // this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemMainFile }); this.menuMain.Location = new System.Drawing.Point(0, 0); this.menuMain.Name = "menuMain"; this.menuMain.Size = new System.Drawing.Size(1250, 24); this.menuMain.TabIndex = 8; // // itemMainFile // this.itemMainFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemMainFileOpen, separatorMainFile1, this.itemMainFileExit }); this.itemMainFile.Name = "itemMainFile"; this.itemMainFile.Size = new System.Drawing.Size(37, 20); this.itemMainFile.Text = "File"; // // itemMainFileOpen // this.itemMainFileOpen.Image = global::EzDSC.Images.user_home; this.itemMainFileOpen.Name = "itemMainFileOpen"; this.itemMainFileOpen.Size = new System.Drawing.Size(155, 22); this.itemMainFileOpen.Text = "Open / create..."; this.itemMainFileOpen.Click += new System.EventHandler(this.miFileNew_Click); // // itemMainFileExit // this.itemMainFileExit.Image = global::EzDSC.Images.system_log_out; this.itemMainFileExit.Name = "itemMainFileExit"; this.itemMainFileExit.Size = new System.Drawing.Size(155, 22); this.itemMainFileExit.Text = "Exit"; this.itemMainFileExit.Click += new System.EventHandler(this.miFileExit_Click); // // menuResource // this.menuResource.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemResourceNew }); this.menuResource.Name = "cmResourceType"; this.menuResource.Size = new System.Drawing.Size(210, 26); // // itemResourceNew // this.itemResourceNew.Image = global::EzDSC.Images.document_new; this.itemResourceNew.Name = "itemResourceNew"; this.itemResourceNew.Size = new System.Drawing.Size(209, 22); this.itemResourceNew.Text = "New configuration item..."; this.itemResourceNew.Click += new System.EventHandler(this.miResourceTypeNewConfigurationItem_Click); // // dialogSaveFile // this.dialogSaveFile.DefaultExt = "ps1"; this.dialogSaveFile.Filter = "PowerShell Script|*.ps1"; // // menuRole // this.menuRole.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemRoleDelete }); this.menuRole.Name = "cmRoleItem"; this.menuRole.Size = new System.Drawing.Size(108, 26); // // itemRoleDelete // this.itemRoleDelete.Image = global::EzDSC.Images.edit_delete; this.itemRoleDelete.Name = "itemRoleDelete"; this.itemRoleDelete.Size = new System.Drawing.Size(107, 22); this.itemRoleDelete.Text = "Delete"; this.itemRoleDelete.Click += new System.EventHandler(this.toolStripMenuItem6_Click); // // menuConfigurationItem // this.menuConfigurationItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemConfigurationItemDelete }); this.menuConfigurationItem.Name = "cmConfigurationItem"; this.menuConfigurationItem.Size = new System.Drawing.Size(108, 26); // // itemConfigurationItemDelete // this.itemConfigurationItemDelete.Image = global::EzDSC.Images.edit_delete; this.itemConfigurationItemDelete.Name = "itemConfigurationItemDelete"; this.itemConfigurationItemDelete.Size = new System.Drawing.Size(107, 22); this.itemConfigurationItemDelete.Text = "Delete"; this.itemConfigurationItemDelete.Click += new System.EventHandler(this.toolStripMenuItem7_Click); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1250, 538); this.Controls.Add(this.panelMain); this.Controls.Add(this.menuMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuMain; this.Name = "FormMain"; this.Text = "EzDSC"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.fMain_FormClosed); this.Load += new System.EventHandler(this.fMain_Load); stripDependsOn.ResumeLayout(false); stripDependsOn.PerformLayout(); this.menuRoleGroup.ResumeLayout(false); this.menuServerGroup.ResumeLayout(false); stripServerRoles.ResumeLayout(false); stripServerRoles.PerformLayout(); stripServerVariables.ResumeLayout(false); stripServerVariables.PerformLayout(); stripRoleItems.ResumeLayout(false); stripRoleItems.PerformLayout(); this.menuServer.ResumeLayout(false); this.panelMain.Panel1.ResumeLayout(false); this.panelMain.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit(); this.panelMain.ResumeLayout(false); this.panelConfigurationItem.Panel1.ResumeLayout(false); this.panelConfigurationItem.Panel2.ResumeLayout(false); this.panelConfigurationItem.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelConfigurationItem)).EndInit(); this.panelConfigurationItem.ResumeLayout(false); this.panelServer.Panel1.ResumeLayout(false); this.panelServer.Panel1.PerformLayout(); this.panelServer.Panel2.ResumeLayout(false); this.panelServer.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelServer)).EndInit(); this.panelServer.ResumeLayout(false); this.panelRole.ResumeLayout(false); this.panelRole.PerformLayout(); this.menuMain.ResumeLayout(false); this.menuMain.PerformLayout(); this.menuResource.ResumeLayout(false); this.menuRole.ResumeLayout(false); this.menuConfigurationItem.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() { System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(IntelliTrack.Client.Application.MapForm)); toolStrip1 = new System.Windows.Forms.ToolStrip(); ZoomWindow = new System.Windows.Forms.ToolStripButton(); ZoomIn = new System.Windows.Forms.ToolStripButton(); ZoomOut = new System.Windows.Forms.ToolStripButton(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); Pan = new System.Windows.Forms.ToolStripButton(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); btnLaunchInBrowser = new System.Windows.Forms.ToolStripButton(); Info = new System.Windows.Forms.ToolStripButton(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); RedrawProgressBar = new System.Windows.Forms.ToolStripProgressBar(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); btnInicio = new System.Windows.Forms.ToolStripButton(); btnEjecutar = new System.Windows.Forms.ToolStripButton(); btnPausa = new System.Windows.Forms.ToolStripButton(); btnDetener = new System.Windows.Forms.ToolStripButton(); btnConfiguracionConsultaHistorica = new System.Windows.Forms.ToolStripButton(); lblInformation = new System.Windows.Forms.Label(); panel1 = new System.Windows.Forms.Panel(); udRegistrosPorSegundo = new System.Windows.Forms.NumericUpDown(); lblPosicion = new System.Windows.Forms.Label(); trackPosicion = new System.Windows.Forms.TrackBar(); lblEstado = new System.Windows.Forms.Label(); toolStrip1.SuspendLayout(); panel1.SuspendLayout(); udRegistrosPorSegundo.BeginInit(); trackPosicion.BeginInit(); SuspendLayout(); System.Windows.Forms.ToolStripItem[] toolStripItemArr = new System.Windows.Forms.ToolStripItem[] { ZoomWindow, ZoomIn, ZoomOut, toolStripSeparator1, Pan, toolStripSeparator3, btnLaunchInBrowser, Info, toolStripSeparator2, RedrawProgressBar, toolStripSeparator4, btnInicio, btnEjecutar, btnPausa, btnDetener, btnConfiguracionConsultaHistorica }; toolStrip1.Items.AddRange(toolStripItemArr); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(542, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; ZoomWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ZoomWindow.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomWindow.Image"); ZoomWindow.ImageTransparentColor = System.Drawing.Color.Magenta; ZoomWindow.Name = "ZoomWindow"; ZoomWindow.Size = new System.Drawing.Size(23, 22); ZoomWindow.Text = "toolStripButton1"; ZoomWindow.ToolTipText = "Zoom Window"; ZoomWindow.Click += new System.EventHandler(ZoomWindow_Click); ZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ZoomIn.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomIn.Image"); ZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta; ZoomIn.Name = "ZoomIn"; ZoomIn.Size = new System.Drawing.Size(23, 22); ZoomIn.Text = "toolStripButton2"; ZoomIn.ToolTipText = "Zoom In"; ZoomIn.Click += new System.EventHandler(ZoomIn_Click); ZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ZoomOut.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomOut.Image"); ZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta; ZoomOut.Name = "ZoomOut"; ZoomOut.Size = new System.Drawing.Size(23, 22); ZoomOut.Text = "toolStripButton3"; ZoomOut.ToolTipText = "Zoom out"; ZoomOut.Click += new System.EventHandler(ZoomOut_Click); toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); Pan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; Pan.Image = (System.Drawing.Image)componentResourceManager.GetObject("Pan.Image"); Pan.ImageTransparentColor = System.Drawing.Color.Magenta; Pan.Name = "Pan"; Pan.Size = new System.Drawing.Size(23, 22); Pan.Text = "toolStripButton1"; Pan.ToolTipText = "Pan"; Pan.Click += new System.EventHandler(Pan_Click); toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(6, 25); toolStripSeparator3.Visible = false; btnLaunchInBrowser.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; btnLaunchInBrowser.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnLaunchInBrowser.Image"); btnLaunchInBrowser.ImageTransparentColor = System.Drawing.Color.Magenta; btnLaunchInBrowser.Name = "btnLaunchInBrowser"; btnLaunchInBrowser.Size = new System.Drawing.Size(23, 22); btnLaunchInBrowser.Text = "btnLaunchInBrowser"; btnLaunchInBrowser.Click += new System.EventHandler(toolStripButton1_Click); Info.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; Info.Image = (System.Drawing.Image)componentResourceManager.GetObject("Info.Image"); Info.ImageTransparentColor = System.Drawing.Color.Magenta; Info.Name = "Info"; Info.Size = new System.Drawing.Size(23, 22); Info.Text = "toolStripButton1"; Info.Click += new System.EventHandler(Info_Click); toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(6, 25); RedrawProgressBar.Name = "RedrawProgressBar"; RedrawProgressBar.Size = new System.Drawing.Size(100, 22); RedrawProgressBar.Visible = false; toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(6, 25); btnInicio.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; btnInicio.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnInicio.Image"); btnInicio.ImageTransparentColor = System.Drawing.Color.Magenta; btnInicio.Name = "btnInicio"; btnInicio.Size = new System.Drawing.Size(23, 22); btnInicio.Text = "Inicio"; btnInicio.Click += new System.EventHandler(btnInicio_Click); btnEjecutar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; btnEjecutar.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnEjecutar.Image"); btnEjecutar.ImageTransparentColor = System.Drawing.Color.Magenta; btnEjecutar.Name = "btnEjecutar"; btnEjecutar.Size = new System.Drawing.Size(23, 22); btnEjecutar.Text = "Ejecutar"; btnEjecutar.Click += new System.EventHandler(btnEjecutar_Click); btnPausa.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; btnPausa.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnPausa.Image"); btnPausa.ImageTransparentColor = System.Drawing.Color.Magenta; btnPausa.Name = "btnPausa"; btnPausa.Size = new System.Drawing.Size(23, 22); btnPausa.Text = "Pausa"; btnPausa.Click += new System.EventHandler(btnPausa_Click); btnDetener.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; btnDetener.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnDetener.Image"); btnDetener.ImageTransparentColor = System.Drawing.Color.Magenta; btnDetener.Name = "btnDetener"; btnDetener.Size = new System.Drawing.Size(23, 22); btnDetener.Text = "Detener"; btnDetener.Click += new System.EventHandler(btnDetener_Click); btnConfiguracionConsultaHistorica.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; btnConfiguracionConsultaHistorica.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnConfiguracionConsultaHistorica.Image"); btnConfiguracionConsultaHistorica.ImageTransparentColor = System.Drawing.Color.Magenta; btnConfiguracionConsultaHistorica.Name = "btnConfiguracionConsultaHistorica"; btnConfiguracionConsultaHistorica.Size = new System.Drawing.Size(23, 22); btnConfiguracionConsultaHistorica.Text = "Configuraci\u00F3n"; btnConfiguracionConsultaHistorica.Click += new System.EventHandler(btnConfiguracionConsultaHistorica_Click); lblInformation.AutoSize = true; lblInformation.Location = new System.Drawing.Point(12, 45); lblInformation.Name = "lblInformation"; lblInformation.Size = new System.Drawing.Size(69, 13); lblInformation.TabIndex = 1; lblInformation.Text = "lblInformation"; panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; panel1.Controls.Add(udRegistrosPorSegundo); panel1.Controls.Add(lblPosicion); panel1.Controls.Add(trackPosicion); panel1.Controls.Add(lblEstado); panel1.Location = new System.Drawing.Point(0, 189); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(142, 77); panel1.TabIndex = 2; udRegistrosPorSegundo.Dock = System.Windows.Forms.DockStyle.Top; udRegistrosPorSegundo.Location = new System.Drawing.Point(0, 54); int[] iArr1 = new int[4]; iArr1[0] = 50; udRegistrosPorSegundo.Maximum = new System.Decimal(iArr1); int[] iArr2 = new int[4]; iArr2[0] = 1; udRegistrosPorSegundo.Minimum = new System.Decimal(iArr2); udRegistrosPorSegundo.Name = "udRegistrosPorSegundo"; udRegistrosPorSegundo.Size = new System.Drawing.Size(142, 20); udRegistrosPorSegundo.TabIndex = 3; int[] iArr3 = new int[4]; iArr3[0] = 1; udRegistrosPorSegundo.Value = new System.Decimal(iArr3); udRegistrosPorSegundo.ValueChanged += new System.EventHandler(udRegistrosPorSegundo_ValueChanged); lblPosicion.Dock = System.Windows.Forms.DockStyle.Top; lblPosicion.Location = new System.Drawing.Point(0, 41); lblPosicion.Name = "lblPosicion"; lblPosicion.Size = new System.Drawing.Size(142, 13); lblPosicion.TabIndex = 2; trackPosicion.AutoSize = false; trackPosicion.Dock = System.Windows.Forms.DockStyle.Top; trackPosicion.Location = new System.Drawing.Point(0, 13); trackPosicion.Maximum = 1000000; trackPosicion.Name = "trackPosicion"; trackPosicion.Size = new System.Drawing.Size(142, 28); trackPosicion.TabIndex = 1; trackPosicion.TickFrequency = 0; trackPosicion.TickStyle = System.Windows.Forms.TickStyle.None; trackPosicion.Scroll += new System.EventHandler(trackPosicion_Scroll); lblEstado.Dock = System.Windows.Forms.DockStyle.Top; lblEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0); lblEstado.ForeColor = System.Drawing.Color.Green; lblEstado.Location = new System.Drawing.Point(0, 0); lblEstado.Name = "lblEstado"; lblEstado.Size = new System.Drawing.Size(142, 13); lblEstado.TabIndex = 0; lblEstado.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; AutoSize = true; BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; ClientSize = new System.Drawing.Size(542, 266); Controls.Add(panel1); Controls.Add(lblInformation); Controls.Add(toolStrip1); DoubleBuffered = true; Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); Name = "MapForm"; Text = "Mapa"; MouseUp += new System.Windows.Forms.MouseEventHandler(MapForm_MouseUp); Scroll += new System.Windows.Forms.ScrollEventHandler(MapForm_Scroll); SizeChanged += new System.EventHandler(MapForm_SizeChanged); MouseDown += new System.Windows.Forms.MouseEventHandler(MapForm_MouseDown); FormClosing += new System.Windows.Forms.FormClosingEventHandler(MapForm_FormClosing); MouseMove += new System.Windows.Forms.MouseEventHandler(MapForm_MouseMove); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); panel1.ResumeLayout(false); udRegistrosPorSegundo.EndInit(); trackPosicion.EndInit(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.ToolStripButton saveButton; System.Windows.Forms.ToolStripButton openButton; System.Windows.Forms.ToolStripButton compileButton; System.Windows.Forms.ToolStripButton runButton; System.Windows.Forms.ToolStripButton helpButton; System.Windows.Forms.ToolStripButton aboutButton; System.Windows.Forms.ToolStripButton settingsButton; System.Windows.Forms.ToolStripButton fontButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FastSharpForm)); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.codeLanguageCombo = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusBar = new System.Windows.Forms.ToolStripStatusLabel(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.codeOutputSplit = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.codeWindow = new System.Windows.Forms.RichTextBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.outputTab = new System.Windows.Forms.TabPage(); this.outputWindow = new System.Windows.Forms.RichTextBox(); this.errorTab = new System.Windows.Forms.TabPage(); this.errorWindow = new System.Windows.Forms.RichTextBox(); this.codeFontDialog = new System.Windows.Forms.FontDialog(); toolStrip1 = new System.Windows.Forms.ToolStrip(); saveButton = new System.Windows.Forms.ToolStripButton(); openButton = new System.Windows.Forms.ToolStripButton(); compileButton = new System.Windows.Forms.ToolStripButton(); runButton = new System.Windows.Forms.ToolStripButton(); helpButton = new System.Windows.Forms.ToolStripButton(); aboutButton = new System.Windows.Forms.ToolStripButton(); settingsButton = new System.Windows.Forms.ToolStripButton(); fontButton = new System.Windows.Forms.ToolStripButton(); toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).BeginInit(); this.codeOutputSplit.Panel1.SuspendLayout(); this.codeOutputSplit.Panel2.SuspendLayout(); this.codeOutputSplit.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabControl.SuspendLayout(); this.outputTab.SuspendLayout(); this.errorTab.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { saveButton, openButton, this.toolStripSeparator1, compileButton, runButton, helpButton, aboutButton, this.toolStripSeparator3, this.codeLanguageCombo, settingsButton, fontButton }); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(812, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // saveButton // saveButton.Image = global::FastSharpApplication.Properties.Resources.saveHS; saveButton.ImageTransparentColor = System.Drawing.Color.Magenta; saveButton.Name = "saveButton"; saveButton.Size = new System.Drawing.Size(51, 22); saveButton.Text = "&Save"; saveButton.Click += new System.EventHandler(this.saveButtonClick); // // openButton // openButton.Image = global::FastSharpApplication.Properties.Resources.openHS; openButton.ImageTransparentColor = System.Drawing.Color.Magenta; openButton.Name = "openButton"; openButton.Size = new System.Drawing.Size(56, 22); openButton.Text = "&Open"; openButton.Click += new System.EventHandler(this.openButtonClick); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // compileButton // compileButton.Image = global::FastSharpApplication.Properties.Resources.CopyHS; compileButton.ImageTransparentColor = System.Drawing.Color.Magenta; compileButton.Name = "compileButton"; compileButton.Size = new System.Drawing.Size(72, 22); compileButton.Text = "Compile"; compileButton.Click += new System.EventHandler(this.compileButtonClick); // // runButton // runButton.Image = global::FastSharpApplication.Properties.Resources.DataContainer_MoveNextHS; runButton.ImageTransparentColor = System.Drawing.Color.Magenta; runButton.Name = "runButton"; runButton.Size = new System.Drawing.Size(48, 22); runButton.Text = "Run"; runButton.Click += new System.EventHandler(this.runButtonClick); // // helpButton // helpButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; helpButton.DoubleClickEnabled = true; helpButton.Image = global::FastSharpApplication.Properties.Resources.Help; helpButton.ImageTransparentColor = System.Drawing.Color.Magenta; helpButton.Name = "helpButton"; helpButton.Size = new System.Drawing.Size(52, 22); helpButton.Text = "Help"; helpButton.Click += new System.EventHandler(this.helpButtonClick); // // aboutButton // aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; aboutButton.Image = global::FastSharpApplication.Properties.Resources.Information; aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta; aboutButton.Name = "aboutButton"; aboutButton.Size = new System.Drawing.Size(60, 22); aboutButton.Text = "About"; aboutButton.Click += new System.EventHandler(this.aboutButtonClick); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // codeLanguageCombo // this.codeLanguageCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.codeLanguageCombo.Name = "codeLanguageCombo"; this.codeLanguageCombo.Size = new System.Drawing.Size(121, 25); this.codeLanguageCombo.SelectedIndexChanged += new System.EventHandler(this.codeLanguageCombo_SelectedIndexChanged); // // settingsButton // settingsButton.Image = global::FastSharpApplication.Properties.Resources.OptionsHS; settingsButton.ImageTransparentColor = System.Drawing.Color.Magenta; settingsButton.Name = "settingsButton"; settingsButton.Size = new System.Drawing.Size(69, 22); settingsButton.Text = "Settings"; settingsButton.Click += new System.EventHandler(this.settingsButtonClick); // // fontButton // fontButton.Image = global::FastSharpApplication.Properties.Resources.Font; fontButton.ImageTransparentColor = System.Drawing.Color.Magenta; fontButton.Name = "fontButton"; fontButton.Size = new System.Drawing.Size(51, 22); fontButton.Text = "Font"; fontButton.Click += new System.EventHandler(this.fontButtonClick); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // statusStrip1 // this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Top; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusBar }); this.statusStrip1.Location = new System.Drawing.Point(0, 25); this.statusStrip1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(812, 22); this.statusStrip1.SizingGrip = false; this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // statusBar // this.statusBar.AutoSize = false; this.statusBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.statusBar.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(797, 17); this.statusBar.Spring = true; // // saveFileDialog1 // this.saveFileDialog1.DefaultExt = "txt"; this.saveFileDialog1.Filter = "C# Files|*.cs|Text Files|*.txt|All Files|*.*"; this.saveFileDialog1.FilterIndex = 2; this.saveFileDialog1.Title = "FastSharpForm Save"; // // openFileDialog1 // this.openFileDialog1.DefaultExt = "FastSharpForm"; this.openFileDialog1.Filter = "C# Files|*.cs|Text Files|*.txt|All Files|*.*"; this.openFileDialog1.FilterIndex = 2; this.openFileDialog1.Title = "FastSharpForm Open"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Magenta; this.imageList1.Images.SetKeyName(0, "Critical.bmp"); this.imageList1.Images.SetKeyName(1, "EditCodeHS.png"); // // codeOutputSplit // this.codeOutputSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.codeOutputSplit.Location = new System.Drawing.Point(0, 47); this.codeOutputSplit.Name = "codeOutputSplit"; this.codeOutputSplit.Orientation = System.Windows.Forms.Orientation.Horizontal; // // codeOutputSplit.Panel1 // this.codeOutputSplit.Panel1.Controls.Add(this.groupBox1); // // codeOutputSplit.Panel2 // this.codeOutputSplit.Panel2.Controls.Add(this.tabControl); this.codeOutputSplit.Size = new System.Drawing.Size(812, 570); this.codeOutputSplit.SplitterDistance = 408; this.codeOutputSplit.TabIndex = 6; // // groupBox1 // this.groupBox1.Controls.Add(this.codeWindow); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(812, 408); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Code"; // // codeWindow // this.codeWindow.AcceptsTab = true; this.codeWindow.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::FastSharpApplication.Properties.Settings.Default, "CodeWindowFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.codeWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.codeWindow.Font = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont; this.codeWindow.Location = new System.Drawing.Point(3, 16); this.codeWindow.Name = "codeWindow"; this.codeWindow.ShowSelectionMargin = true; this.codeWindow.Size = new System.Drawing.Size(806, 389); this.codeWindow.TabIndex = 0; this.codeWindow.Text = ""; this.codeWindow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.codeWindow_KeyDown); // // tabControl // this.tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons; this.tabControl.Controls.Add(this.outputTab); this.tabControl.Controls.Add(this.errorTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.ImageList = this.imageList1; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(812, 158); this.tabControl.TabIndex = 6; // // outputTab // this.outputTab.Controls.Add(this.outputWindow); this.outputTab.ImageIndex = 1; this.outputTab.Location = new System.Drawing.Point(4, 26); this.outputTab.Name = "outputTab"; this.outputTab.Padding = new System.Windows.Forms.Padding(3); this.outputTab.Size = new System.Drawing.Size(804, 128); this.outputTab.TabIndex = 0; this.outputTab.Text = "Output"; this.outputTab.UseVisualStyleBackColor = true; // // outputWindow // this.outputWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.outputWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.outputWindow.Location = new System.Drawing.Point(3, 3); this.outputWindow.Name = "outputWindow"; this.outputWindow.ReadOnly = true; this.outputWindow.Size = new System.Drawing.Size(798, 122); this.outputWindow.TabIndex = 1; this.outputWindow.Text = ""; // // errorTab // this.errorTab.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.errorTab.Controls.Add(this.errorWindow); this.errorTab.ImageIndex = 0; this.errorTab.Location = new System.Drawing.Point(4, 26); this.errorTab.Name = "errorTab"; this.errorTab.Padding = new System.Windows.Forms.Padding(3); this.errorTab.Size = new System.Drawing.Size(804, 128); this.errorTab.TabIndex = 1; this.errorTab.Text = "Errors"; this.errorTab.UseVisualStyleBackColor = true; // // errorWindow // this.errorWindow.Dock = System.Windows.Forms.DockStyle.Fill; this.errorWindow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.errorWindow.Location = new System.Drawing.Point(3, 3); this.errorWindow.Name = "errorWindow"; this.errorWindow.ReadOnly = true; this.errorWindow.Size = new System.Drawing.Size(798, 122); this.errorWindow.TabIndex = 2; this.errorWindow.Text = ""; // // codeFontDialog // this.codeFontDialog.Font = global::FastSharpApplication.Properties.Settings.Default.CodeWindowFont; this.codeFontDialog.ShowColor = true; // // FastSharpForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(812, 617); this.Controls.Add(this.codeOutputSplit); this.Controls.Add(this.statusStrip1); this.Controls.Add(toolStrip1); this.Name = "FastSharpForm"; this.Text = "FastSharpForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FastSharpForm_FormClosing); this.Load += new System.EventHandler(this.FastSharp_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.codeOutputSplit.Panel1.ResumeLayout(false); this.codeOutputSplit.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.codeOutputSplit)).EndInit(); this.codeOutputSplit.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.outputTab.ResumeLayout(false); this.errorTab.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() { System.Windows.Forms.ToolStrip _MainToolStrip; System.Windows.Forms.ToolStripButton _SaveButton; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableViewer)); System.Windows.Forms.ToolStripSeparator _ToolStripSeparator1; System.Windows.Forms.ToolStripButton _CopyHashesButton; System.Windows.Forms.ToolStrip _TableToolStrip; System.Windows.Forms.ToolStripButton _LoadFromFileButton; System.Windows.Forms.ToolStripButton _SaveToFileButton; System.Windows.Forms.StatusStrip _StatusStrip; this._TableComboBox = new System.Windows.Forms.ComboBox(); this._DataGrid = new System.Windows.Forms.DataGridView(); this._HintLabel = new System.Windows.Forms.ToolStripStatusLabel(); _MainToolStrip = new System.Windows.Forms.ToolStrip(); _SaveButton = new System.Windows.Forms.ToolStripButton(); _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); _CopyHashesButton = new System.Windows.Forms.ToolStripButton(); _TableToolStrip = new System.Windows.Forms.ToolStrip(); _LoadFromFileButton = new System.Windows.Forms.ToolStripButton(); _SaveToFileButton = new System.Windows.Forms.ToolStripButton(); _StatusStrip = new System.Windows.Forms.StatusStrip(); _MainToolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._DataGrid)).BeginInit(); _TableToolStrip.SuspendLayout(); _StatusStrip.SuspendLayout(); this.SuspendLayout(); // // _MainToolStrip // _MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _SaveButton, _ToolStripSeparator1, _CopyHashesButton }); _MainToolStrip.Location = new System.Drawing.Point(0, 0); _MainToolStrip.Name = "_MainToolStrip"; _MainToolStrip.Size = new System.Drawing.Size(640, 25); _MainToolStrip.TabIndex = 0; _MainToolStrip.Text = "toolStrip1"; // // _SaveButton // _SaveButton.Enabled = false; _SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveButton.Image"))); _SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta; _SaveButton.Name = "_SaveButton"; _SaveButton.Size = new System.Drawing.Size(51, 22); _SaveButton.Text = "Save"; // // _ToolStripSeparator1 // _ToolStripSeparator1.Name = "_ToolStripSeparator1"; _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // _CopyHashesButton // _CopyHashesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; _CopyHashesButton.Image = ((System.Drawing.Image)(resources.GetObject("_CopyHashesButton.Image"))); _CopyHashesButton.ImageTransparentColor = System.Drawing.Color.Magenta; _CopyHashesButton.Name = "_CopyHashesButton"; _CopyHashesButton.Size = new System.Drawing.Size(23, 22); _CopyHashesButton.Text = "Copy Hashes"; _CopyHashesButton.Click += new System.EventHandler(this.OnCopyHashes); // // _TableComboBox // this._TableComboBox.Dock = System.Windows.Forms.DockStyle.Top; this._TableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this._TableComboBox.FormattingEnabled = true; this._TableComboBox.Location = new System.Drawing.Point(0, 25); this._TableComboBox.Name = "_TableComboBox"; this._TableComboBox.Size = new System.Drawing.Size(640, 21); this._TableComboBox.TabIndex = 1; this._TableComboBox.SelectedIndexChanged += new System.EventHandler(this.OnSelectTable); // // _DataGrid // this._DataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this._DataGrid.Dock = System.Windows.Forms.DockStyle.Fill; this._DataGrid.Location = new System.Drawing.Point(0, 71); this._DataGrid.Name = "_DataGrid"; this._DataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders; this._DataGrid.Size = new System.Drawing.Size(640, 227); this._DataGrid.TabIndex = 2; this._DataGrid.CurrentCellChanged += new System.EventHandler(this.OnCurrentCellChanged); this._DataGrid.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnDataError); // // _TableToolStrip // _TableToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _LoadFromFileButton, _SaveToFileButton }); _TableToolStrip.Location = new System.Drawing.Point(0, 46); _TableToolStrip.Name = "_TableToolStrip"; _TableToolStrip.Size = new System.Drawing.Size(640, 25); _TableToolStrip.TabIndex = 3; _TableToolStrip.Text = "toolStrip2"; // // _LoadFromFileButton // _LoadFromFileButton.Enabled = false; _LoadFromFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_LoadFromFileButton.Image"))); _LoadFromFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; _LoadFromFileButton.Name = "_LoadFromFileButton"; _LoadFromFileButton.Size = new System.Drawing.Size(105, 22); _LoadFromFileButton.Text = "Load From File"; _LoadFromFileButton.Click += new System.EventHandler(this.OnLoadFromFile); // // _SaveToFileButton // _SaveToFileButton.Enabled = false; _SaveToFileButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveToFileButton.Image"))); _SaveToFileButton.ImageTransparentColor = System.Drawing.Color.Magenta; _SaveToFileButton.Name = "_SaveToFileButton"; _SaveToFileButton.Size = new System.Drawing.Size(89, 22); _SaveToFileButton.Text = "Save To File"; _SaveToFileButton.Click += new System.EventHandler(this.OnSaveToFile); // // _StatusStrip // _StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._HintLabel }); _StatusStrip.Location = new System.Drawing.Point(0, 298); _StatusStrip.Name = "_StatusStrip"; _StatusStrip.Size = new System.Drawing.Size(640, 22); _StatusStrip.TabIndex = 4; _StatusStrip.Text = "statusStrip1"; // // _HintLabel // this._HintLabel.Name = "_HintLabel"; this._HintLabel.Size = new System.Drawing.Size(30, 17); this._HintLabel.Text = "Hint"; // // TableViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(640, 320); this.Controls.Add(this._DataGrid); this.Controls.Add(_StatusStrip); this.Controls.Add(_TableToolStrip); this.Controls.Add(this._TableComboBox); this.Controls.Add(_MainToolStrip); this.Name = "TableViewer"; this.Text = "Table"; _MainToolStrip.ResumeLayout(false); _MainToolStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._DataGrid)).EndInit(); _TableToolStrip.ResumeLayout(false); _TableToolStrip.PerformLayout(); _StatusStrip.ResumeLayout(false); _StatusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip MenuToolStrip; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Perfiles)); this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxDescripcion = new System.Windows.Forms.TextBox(); this.textBoxPerfil = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.cmdGrabarUsuario = new System.Windows.Forms.ToolStripButton(); this.cmdSalirUsuario = new System.Windows.Forms.ToolStripButton(); MenuToolStrip = new System.Windows.Forms.ToolStrip(); MenuToolStrip.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // MenuToolStrip // MenuToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmdGrabarUsuario, this.ToolStripSeparator4, this.toolStripLabel1, this.toolStripSeparator1, this.cmdSalirUsuario }); MenuToolStrip.Location = new System.Drawing.Point(0, 0); MenuToolStrip.Name = "MenuToolStrip"; MenuToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; MenuToolStrip.Size = new System.Drawing.Size(398, 68); MenuToolStrip.TabIndex = 36; MenuToolStrip.Text = "Menu Principal"; // // ToolStripSeparator4 // this.ToolStripSeparator4.Name = "ToolStripSeparator4"; this.ToolStripSeparator4.Size = new System.Drawing.Size(6, 68); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(124, 65); this.toolStripLabel1.Text = " "; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 68); // // panel1 // this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 68); this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(398, 110); this.panel1.TabIndex = 37; // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBoxDescripcion); this.groupBox1.Controls.Add(this.textBoxPerfil); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Font = new System.Drawing.Font("Arial", 8.25F); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Size = new System.Drawing.Size(398, 110); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Perfil"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 14); this.label2.TabIndex = 3; this.label2.Text = "Descripción"; // // textBoxDescripcion // this.textBoxDescripcion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxDescripcion.Location = new System.Drawing.Point(95, 61); this.textBoxDescripcion.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxDescripcion.Name = "textBoxDescripcion"; this.textBoxDescripcion.Size = new System.Drawing.Size(284, 20); this.textBoxDescripcion.TabIndex = 2; // // textBoxPerfil // this.textBoxPerfil.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxPerfil.Location = new System.Drawing.Point(95, 33); this.textBoxPerfil.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxPerfil.Name = "textBoxPerfil"; this.textBoxPerfil.Size = new System.Drawing.Size(285, 20); this.textBoxPerfil.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 14); this.label1.TabIndex = 0; this.label1.Text = "Nombre Perfil"; // // cmdGrabarUsuario // this.cmdGrabarUsuario.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdGrabarUsuario.Image = ((System.Drawing.Image)(resources.GetObject("cmdGrabarUsuario.Image"))); this.cmdGrabarUsuario.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cmdGrabarUsuario.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdGrabarUsuario.Name = "cmdGrabarUsuario"; this.cmdGrabarUsuario.Size = new System.Drawing.Size(131, 65); this.cmdGrabarUsuario.Text = "Grabar Perfil"; this.cmdGrabarUsuario.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; this.cmdGrabarUsuario.ToolTipText = "Graba Operación"; this.cmdGrabarUsuario.Click += new System.EventHandler(this.cmdGrabarUsuario_Click); // // cmdSalirUsuario // this.cmdSalirUsuario.Image = ((System.Drawing.Image)(resources.GetObject("cmdSalirUsuario.Image"))); this.cmdSalirUsuario.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cmdSalirUsuario.ImageTransparentColor = System.Drawing.Color.Magenta; this.cmdSalirUsuario.Name = "cmdSalirUsuario"; this.cmdSalirUsuario.Size = new System.Drawing.Size(93, 65); this.cmdSalirUsuario.Text = "Salir"; this.cmdSalirUsuario.ToolTipText = "Salir del sistema"; this.cmdSalirUsuario.Click += new System.EventHandler(this.cmdSalirUsuario_Click); // // Frm_Perfiles // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(398, 178); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(MenuToolStrip); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "Frm_Perfiles"; this.Text = "Perfiles"; this.Load += new System.EventHandler(this.Frm_Perfiles_Load); MenuToolStrip.ResumeLayout(false); MenuToolStrip.PerformLayout(); this.panel1.ResumeLayout(false); 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() { System.Windows.Forms.MenuStrip MenuStrip; System.Windows.Forms.ToolStripMenuItem MenuItemFile; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemNew; TC.WinForms.Commands.ApplicationCommand NewDocumentCommand; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemOpen; System.Windows.Forms.ToolStripSeparator SeparatorMenuFile1; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemSave; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemSaveAs; System.Windows.Forms.ToolStripSeparator SeparatorMenuFile2; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemRun; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemStop; System.Windows.Forms.ToolStripSeparator SeparatorMenuFile3; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemClose; System.Windows.Forms.ToolStripMenuItem MenuItemEdit; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemUndo; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemRedo; System.Windows.Forms.ToolStripSeparator SeparatorMenuEdit1; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemCut; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemCopy; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemPaste; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemDelete; System.Windows.Forms.ToolStripSeparator SeparatorMenuEdit2; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemSelectAll; System.Windows.Forms.StatusStrip StatusStrip; System.Windows.Forms.ToolStrip ToolStrip; TC.WinForms.Controls.TToolStripCommandButton ButtonNew; TC.WinForms.Controls.TToolStripCommandButton ButtonOpen; TC.WinForms.Controls.TToolStripCommandButton ButtonSave; System.Windows.Forms.ToolStripSeparator SeparatorToolStrip1; TC.WinForms.Controls.TToolStripCommandButton ButtonCut; TC.WinForms.Controls.TToolStripCommandButton ButtonCopy; TC.WinForms.Controls.TToolStripCommandButton ButtonPaste; System.Windows.Forms.ToolStripSeparator SeparatorToolStrip2; TC.WinForms.Controls.TToolStripCommandButton ButtonUndo; TC.WinForms.Controls.TToolStripCommandButton ButtonRedo; System.Windows.Forms.ToolStripSeparator SeparatorToolStrip3; TC.WinForms.Controls.TToolStripCommandButton ButtonRun; TC.WinForms.Controls.TToolStripCommandButton ButtonStop; TC.WinForms.Controls.TToolStripCommandButton ButtonInfo; TC.WinForms.Commands.ApplicationCommand LanguageGuideCommand; System.Windows.Forms.ToolStripMenuItem MenuItemHelp; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemLanguageGuide; TC.WinForms.Controls.TToolStripCommandMenuItem MenuItemAbout; System.Windows.Forms.ToolStripSeparator SeparatorMenuHelp1; this.RunCommand = new TC.WinForms.Commands.ApplicationCommand(); this.StopCommand = new TC.WinForms.Commands.ApplicationCommand(); this.CodeEditor = new TC.WinForms.Controls.TCodeEditor(); this.LabelStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.LabelCurrentLine = new System.Windows.Forms.ToolStripStatusLabel(); this.LabelCurrentColumn = new System.Windows.Forms.ToolStripStatusLabel(); this.LabelOverwriteMode = new System.Windows.Forms.ToolStripStatusLabel(); MenuStrip = new System.Windows.Forms.MenuStrip(); MenuItemFile = new System.Windows.Forms.ToolStripMenuItem(); MenuItemNew = new TC.WinForms.Controls.TToolStripCommandMenuItem(); NewDocumentCommand = new TC.WinForms.Commands.ApplicationCommand(); MenuItemOpen = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuFile1 = new System.Windows.Forms.ToolStripSeparator(); MenuItemSave = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemSaveAs = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuFile2 = new System.Windows.Forms.ToolStripSeparator(); MenuItemRun = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemStop = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuFile3 = new System.Windows.Forms.ToolStripSeparator(); MenuItemClose = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemEdit = new System.Windows.Forms.ToolStripMenuItem(); MenuItemUndo = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemRedo = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuEdit1 = new System.Windows.Forms.ToolStripSeparator(); MenuItemCut = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemCopy = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemPaste = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemDelete = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuEdit2 = new System.Windows.Forms.ToolStripSeparator(); MenuItemSelectAll = new TC.WinForms.Controls.TToolStripCommandMenuItem(); StatusStrip = new System.Windows.Forms.StatusStrip(); ToolStrip = new System.Windows.Forms.ToolStrip(); ButtonNew = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonOpen = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonSave = new TC.WinForms.Controls.TToolStripCommandButton(); SeparatorToolStrip1 = new System.Windows.Forms.ToolStripSeparator(); ButtonCut = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonCopy = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonPaste = new TC.WinForms.Controls.TToolStripCommandButton(); SeparatorToolStrip2 = new System.Windows.Forms.ToolStripSeparator(); ButtonUndo = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonRedo = new TC.WinForms.Controls.TToolStripCommandButton(); SeparatorToolStrip3 = new System.Windows.Forms.ToolStripSeparator(); ButtonRun = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonStop = new TC.WinForms.Controls.TToolStripCommandButton(); ButtonInfo = new TC.WinForms.Controls.TToolStripCommandButton(); LanguageGuideCommand = new TC.WinForms.Commands.ApplicationCommand(); MenuItemHelp = new System.Windows.Forms.ToolStripMenuItem(); MenuItemLanguageGuide = new TC.WinForms.Controls.TToolStripCommandMenuItem(); MenuItemAbout = new TC.WinForms.Controls.TToolStripCommandMenuItem(); SeparatorMenuHelp1 = new System.Windows.Forms.ToolStripSeparator(); MenuStrip.SuspendLayout(); StatusStrip.SuspendLayout(); ToolStrip.SuspendLayout(); this.SuspendLayout(); // // MenuStrip // MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemFile, MenuItemEdit, MenuItemHelp }); MenuStrip.Location = new System.Drawing.Point(0, 0); MenuStrip.Name = "MenuStrip"; MenuStrip.Padding = new System.Windows.Forms.Padding(0); MenuStrip.Size = new System.Drawing.Size(334, 24); MenuStrip.TabIndex = 0; // // MenuItemFile // MenuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemNew, MenuItemOpen, SeparatorMenuFile1, MenuItemSave, MenuItemSaveAs, SeparatorMenuFile2, MenuItemRun, MenuItemStop, SeparatorMenuFile3, MenuItemClose }); MenuItemFile.Name = "MenuItemFile"; MenuItemFile.Size = new System.Drawing.Size(37, 24); MenuItemFile.Text = "&File"; // // MenuItemNew // MenuItemNew.Command = NewDocumentCommand; MenuItemNew.Image = global::TC.Magneto.Shell.Properties.Resources.NewDocument; MenuItemNew.Name = "MenuItemNew"; MenuItemNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); MenuItemNew.Size = new System.Drawing.Size(195, 22); MenuItemNew.Text = "&New"; // // NewDocumentCommand // NewDocumentCommand.Executed += new System.EventHandler(this.NewDocument); // // MenuItemOpen // MenuItemOpen.Command = this.LoadDocumentCommand; MenuItemOpen.Image = global::TC.Magneto.Shell.Properties.Resources.Open; MenuItemOpen.Name = "MenuItemOpen"; MenuItemOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); MenuItemOpen.Size = new System.Drawing.Size(195, 22); MenuItemOpen.Text = "&Open…"; // // SeparatorMenuFile1 // SeparatorMenuFile1.Name = "SeparatorMenuFile1"; SeparatorMenuFile1.Size = new System.Drawing.Size(192, 6); // // MenuItemSave // MenuItemSave.Command = this.SaveDocumentCommand; MenuItemSave.Image = global::TC.Magneto.Shell.Properties.Resources.Save; MenuItemSave.Name = "MenuItemSave"; MenuItemSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); MenuItemSave.Size = new System.Drawing.Size(195, 22); MenuItemSave.Text = "&Save"; // // MenuItemSaveAs // MenuItemSaveAs.Command = this.SaveDocumentAsCommand; MenuItemSaveAs.Name = "MenuItemSaveAs"; MenuItemSaveAs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); MenuItemSaveAs.Size = new System.Drawing.Size(195, 22); MenuItemSaveAs.Text = "Save &As…"; // // SeparatorMenuFile2 // SeparatorMenuFile2.Name = "SeparatorMenuFile2"; SeparatorMenuFile2.Size = new System.Drawing.Size(192, 6); // // MenuItemRun // MenuItemRun.Command = this.RunCommand; MenuItemRun.Image = global::TC.Magneto.Shell.Properties.Resources.Play; MenuItemRun.Name = "MenuItemRun"; MenuItemRun.ShortcutKeys = System.Windows.Forms.Keys.F5; MenuItemRun.Size = new System.Drawing.Size(195, 22); MenuItemRun.Text = "&Run"; // // RunCommand // this.RunCommand.Executed += new System.EventHandler(this.Run); // // MenuItemStop // MenuItemStop.Command = this.StopCommand; MenuItemStop.Image = global::TC.Magneto.Shell.Properties.Resources.Stop; MenuItemStop.Name = "MenuItemStop"; MenuItemStop.Size = new System.Drawing.Size(195, 22); MenuItemStop.Text = "Stop"; // // StopCommand // this.StopCommand.CanExecute = false; this.StopCommand.Executed += new System.EventHandler(this.Stop); // // SeparatorMenuFile3 // SeparatorMenuFile3.Name = "SeparatorMenuFile3"; SeparatorMenuFile3.Size = new System.Drawing.Size(192, 6); // // MenuItemClose // MenuItemClose.Command = this.CloseCommand; MenuItemClose.Name = "MenuItemClose"; MenuItemClose.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); MenuItemClose.Size = new System.Drawing.Size(195, 22); MenuItemClose.Text = "&Close"; // // MenuItemEdit // MenuItemEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemUndo, MenuItemRedo, SeparatorMenuEdit1, MenuItemCut, MenuItemCopy, MenuItemPaste, MenuItemDelete, SeparatorMenuEdit2, MenuItemSelectAll }); MenuItemEdit.Name = "MenuItemEdit"; MenuItemEdit.Size = new System.Drawing.Size(39, 24); MenuItemEdit.Text = "&Edit"; // // MenuItemUndo // MenuItemUndo.Command = this.CodeEditor.UndoCommand; MenuItemUndo.Image = global::TC.Magneto.Shell.Properties.Resources.Undo; MenuItemUndo.Name = "MenuItemUndo"; MenuItemUndo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); MenuItemUndo.Size = new System.Drawing.Size(164, 22); MenuItemUndo.Text = "&Undo"; // // CodeEditor // this.CodeEditor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CodeEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.CodeEditor.FileDialogFilter = "Magneto Files (*.magneto)|*.magneto|All Files (*.*)|*.*"; this.CodeEditor.Location = new System.Drawing.Point(0, 49); this.CodeEditor.Name = "CodeEditor"; this.CodeEditor.Size = new System.Drawing.Size(334, 193); this.CodeEditor.TabIndex = 2; this.CodeEditor.Text = ""; this.CodeEditor.CurrentLineNumberChanged += new System.EventHandler(this.SetLabelCurrentLine); this.CodeEditor.OverwriteModeChanged += new System.EventHandler(this.SetLabelOverwriteMode); this.CodeEditor.CurrentColumnNumberChanged += new System.EventHandler(this.SetLabelCurrentColumn); // // MenuItemRedo // MenuItemRedo.Command = this.CodeEditor.RedoCommand; MenuItemRedo.Image = global::TC.Magneto.Shell.Properties.Resources.Redo; MenuItemRedo.Name = "MenuItemRedo"; MenuItemRedo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); MenuItemRedo.Size = new System.Drawing.Size(164, 22); MenuItemRedo.Text = "&Redo"; // // SeparatorMenuEdit1 // SeparatorMenuEdit1.Name = "SeparatorMenuEdit1"; SeparatorMenuEdit1.Size = new System.Drawing.Size(161, 6); // // MenuItemCut // MenuItemCut.Command = this.CodeEditor.CutCommand; MenuItemCut.Image = global::TC.Magneto.Shell.Properties.Resources.Cut; MenuItemCut.Name = "MenuItemCut"; MenuItemCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); MenuItemCut.Size = new System.Drawing.Size(164, 22); MenuItemCut.Text = "Cu&t"; // // MenuItemCopy // MenuItemCopy.Command = this.CodeEditor.CopyCommand; MenuItemCopy.Image = global::TC.Magneto.Shell.Properties.Resources.Copy; MenuItemCopy.Name = "MenuItemCopy"; MenuItemCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); MenuItemCopy.Size = new System.Drawing.Size(164, 22); MenuItemCopy.Text = "&Copy"; // // MenuItemPaste // MenuItemPaste.Command = this.CodeEditor.PasteCommand; MenuItemPaste.Image = global::TC.Magneto.Shell.Properties.Resources.Paste; MenuItemPaste.Name = "MenuItemPaste"; MenuItemPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); MenuItemPaste.Size = new System.Drawing.Size(164, 22); MenuItemPaste.Text = "&Paste"; // // MenuItemDelete // MenuItemDelete.Command = this.CodeEditor.DeleteCommand; MenuItemDelete.Image = global::TC.Magneto.Shell.Properties.Resources.Delete; MenuItemDelete.Name = "MenuItemDelete"; MenuItemDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete; MenuItemDelete.Size = new System.Drawing.Size(164, 22); MenuItemDelete.Text = "&Delete"; // // SeparatorMenuEdit2 // SeparatorMenuEdit2.Name = "SeparatorMenuEdit2"; SeparatorMenuEdit2.Size = new System.Drawing.Size(161, 6); // // MenuItemSelectAll // MenuItemSelectAll.Command = this.CodeEditor.SelectAllCommand; MenuItemSelectAll.Name = "MenuItemSelectAll"; MenuItemSelectAll.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); MenuItemSelectAll.Size = new System.Drawing.Size(164, 22); MenuItemSelectAll.Text = "Select &All"; // // StatusStrip // StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.LabelStatus, this.LabelCurrentLine, this.LabelCurrentColumn, this.LabelOverwriteMode }); StatusStrip.Location = new System.Drawing.Point(0, 242); StatusStrip.Name = "StatusStrip"; StatusStrip.Size = new System.Drawing.Size(334, 22); StatusStrip.TabIndex = 1; // // LabelStatus // this.LabelStatus.Name = "LabelStatus"; this.LabelStatus.Size = new System.Drawing.Size(231, 17); this.LabelStatus.Spring = true; this.LabelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LabelCurrentLine // this.LabelCurrentLine.Name = "LabelCurrentLine"; this.LabelCurrentLine.Size = new System.Drawing.Size(29, 17); this.LabelCurrentLine.Text = "Ln 1"; // // LabelCurrentColumn // this.LabelCurrentColumn.Name = "LabelCurrentColumn"; this.LabelCurrentColumn.Size = new System.Drawing.Size(34, 17); this.LabelCurrentColumn.Text = "Col 1"; // // LabelOverwriteMode // this.LabelOverwriteMode.Name = "LabelOverwriteMode"; this.LabelOverwriteMode.Size = new System.Drawing.Size(25, 17); this.LabelOverwriteMode.Text = "INS"; // // ToolStrip // ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { ButtonNew, ButtonOpen, ButtonSave, SeparatorToolStrip1, ButtonCut, ButtonCopy, ButtonPaste, SeparatorToolStrip2, ButtonUndo, ButtonRedo, SeparatorToolStrip3, ButtonRun, ButtonStop, ButtonInfo }); ToolStrip.Location = new System.Drawing.Point(0, 24); ToolStrip.Name = "ToolStrip"; ToolStrip.Size = new System.Drawing.Size(334, 25); ToolStrip.TabIndex = 3; // // ButtonNew // ButtonNew.Command = NewDocumentCommand; ButtonNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonNew.Image = global::TC.Magneto.Shell.Properties.Resources.NewDocument; ButtonNew.Name = "ButtonNew"; ButtonNew.Size = new System.Drawing.Size(23, 22); ButtonNew.ToolTipText = "New (Ctrl+N)"; // // ButtonOpen // ButtonOpen.Command = this.LoadDocumentCommand; ButtonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonOpen.Image = global::TC.Magneto.Shell.Properties.Resources.Open; ButtonOpen.Name = "ButtonOpen"; ButtonOpen.Size = new System.Drawing.Size(23, 22); ButtonOpen.ToolTipText = "Open (Ctrl+O)"; // // ButtonSave // ButtonSave.Command = this.SaveDocumentCommand; ButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonSave.Image = global::TC.Magneto.Shell.Properties.Resources.Save; ButtonSave.Name = "ButtonSave"; ButtonSave.Size = new System.Drawing.Size(23, 22); ButtonSave.ToolTipText = "Save (Ctrl+S)"; // // SeparatorToolStrip1 // SeparatorToolStrip1.Name = "SeparatorToolStrip1"; SeparatorToolStrip1.Size = new System.Drawing.Size(6, 25); // // ButtonCut // ButtonCut.Command = this.CodeEditor.CutCommand; ButtonCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonCut.Image = global::TC.Magneto.Shell.Properties.Resources.Cut; ButtonCut.Name = "ButtonCut"; ButtonCut.Size = new System.Drawing.Size(23, 22); ButtonCut.ToolTipText = "Cut (Ctrl+X)"; // // ButtonCopy // ButtonCopy.Command = this.CodeEditor.CopyCommand; ButtonCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonCopy.Image = global::TC.Magneto.Shell.Properties.Resources.Copy; ButtonCopy.Name = "ButtonCopy"; ButtonCopy.Size = new System.Drawing.Size(23, 22); ButtonCopy.ToolTipText = "Copy (Ctrl+C)"; // // ButtonPaste // ButtonPaste.Command = this.CodeEditor.PasteCommand; ButtonPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonPaste.Image = global::TC.Magneto.Shell.Properties.Resources.Paste; ButtonPaste.Name = "ButtonPaste"; ButtonPaste.Size = new System.Drawing.Size(23, 22); ButtonPaste.ToolTipText = "Paste (Ctrl+V)"; // // SeparatorToolStrip2 // SeparatorToolStrip2.Name = "SeparatorToolStrip2"; SeparatorToolStrip2.Size = new System.Drawing.Size(6, 25); // // ButtonUndo // ButtonUndo.Command = this.CodeEditor.UndoCommand; ButtonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonUndo.Image = global::TC.Magneto.Shell.Properties.Resources.Undo; ButtonUndo.Name = "ButtonUndo"; ButtonUndo.Size = new System.Drawing.Size(23, 22); ButtonUndo.ToolTipText = "Undo (Ctrl+Z)"; // // ButtonRedo // ButtonRedo.Command = this.CodeEditor.RedoCommand; ButtonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonRedo.Image = global::TC.Magneto.Shell.Properties.Resources.Redo; ButtonRedo.Name = "ButtonRedo"; ButtonRedo.Size = new System.Drawing.Size(23, 22); ButtonRedo.ToolTipText = "Redo (Ctrl+Y)"; // // SeparatorToolStrip3 // SeparatorToolStrip3.Name = "SeparatorToolStrip3"; SeparatorToolStrip3.Size = new System.Drawing.Size(6, 25); // // ButtonRun // ButtonRun.Command = this.RunCommand; ButtonRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonRun.Image = global::TC.Magneto.Shell.Properties.Resources.Play; ButtonRun.Name = "ButtonRun"; ButtonRun.Size = new System.Drawing.Size(23, 22); ButtonRun.ToolTipText = "Run (F5)"; // // ButtonStop // ButtonStop.Command = this.StopCommand; ButtonStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonStop.Image = global::TC.Magneto.Shell.Properties.Resources.Stop; ButtonStop.Name = "ButtonStop"; ButtonStop.Size = new System.Drawing.Size(23, 22); ButtonStop.ToolTipText = "Stop"; // // ButtonInfo // ButtonInfo.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; ButtonInfo.Command = this.ApplicationAboutCommand; ButtonInfo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; ButtonInfo.Image = global::TC.Magneto.Shell.Properties.Resources.Info; ButtonInfo.Name = "ButtonInfo"; ButtonInfo.Size = new System.Drawing.Size(23, 22); ButtonInfo.Text = "About Magneto"; // // LanguageGuideCommand // LanguageGuideCommand.Executed += new System.EventHandler(this.DisplayLanguageGuide); // // MenuItemHelp // MenuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { MenuItemLanguageGuide, SeparatorMenuHelp1, MenuItemAbout }); MenuItemHelp.Name = "MenuItemHelp"; MenuItemHelp.Size = new System.Drawing.Size(44, 24); MenuItemHelp.Text = "&Help"; // // MenuItemLanguageGuide // MenuItemLanguageGuide.Command = LanguageGuideCommand; MenuItemLanguageGuide.Name = "MenuItemLanguageGuide"; MenuItemLanguageGuide.Size = new System.Drawing.Size(160, 22); MenuItemLanguageGuide.Text = "&Language Guide"; // // MenuItemAbout // MenuItemAbout.Command = this.ApplicationAboutCommand; MenuItemAbout.Name = "MenuItemAbout"; MenuItemAbout.Size = new System.Drawing.Size(160, 22); MenuItemAbout.Text = "&About Magneto"; // // SeparatorMenuHelp1 // SeparatorMenuHelp1.Name = "SeparatorMenuHelp1"; SeparatorMenuHelp1.Size = new System.Drawing.Size(157, 6); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(334, 264); this.Commands.Add(NewDocumentCommand); this.Commands.Add(this.RunCommand); this.Commands.Add(this.StopCommand); this.Commands.Add(LanguageGuideCommand); this.Controls.Add(this.CodeEditor); this.Controls.Add(StatusStrip); this.Controls.Add(ToolStrip); this.Controls.Add(MenuStrip); this.DocumentContainer = this.CodeEditor; this.MainMenuStrip = MenuStrip; this.MinimumSize = new System.Drawing.Size(350, 200); this.Name = "MainForm"; this.Text = "Magneto"; MenuStrip.ResumeLayout(false); MenuStrip.PerformLayout(); StatusStrip.ResumeLayout(false); StatusStrip.PerformLayout(); ToolStrip.ResumeLayout(false); ToolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip m_toolStrip; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripButton m_tsbOptions; System.Windows.Forms.ToolStripButton m_tsbHelp; System.Windows.Forms.PictureBox m_pictureBox; System.Windows.Forms.Label l_lblName; System.Windows.Forms.Label m_lbMsg; System.Windows.Forms.GroupBox m_grpSep; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataSuppliersForm)); this.m_tsbSave = new System.Windows.Forms.ToolStripButton(); this.m_tsbReload = new System.Windows.Forms.ToolStripButton(); this.m_tbName = new System.Windows.Forms.TextBox(); m_toolStrip = new System.Windows.Forms.ToolStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); m_tsbOptions = new System.Windows.Forms.ToolStripButton(); m_tsbHelp = new System.Windows.Forms.ToolStripButton(); m_pictureBox = new System.Windows.Forms.PictureBox(); l_lblName = new System.Windows.Forms.Label(); m_lbMsg = new System.Windows.Forms.Label(); m_grpSep = new System.Windows.Forms.GroupBox(); m_toolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).BeginInit(); this.SuspendLayout(); // // m_toolStrip // m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_tsbSave, toolStripSeparator1, this.m_tsbReload, toolStripSeparator2, m_tsbOptions, m_tsbHelp }); m_toolStrip.Location = new System.Drawing.Point(0, 0); m_toolStrip.Name = "m_toolStrip"; m_toolStrip.Size = new System.Drawing.Size(406, 25); m_toolStrip.TabIndex = 6; m_toolStrip.TabStop = true; // // m_tsbSave // this.m_tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbSave.Enabled = false; this.m_tsbSave.Image = global::DGD.HubGovernor.Properties.Resources.save_16; this.m_tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbSave.Name = "m_tsbSave"; this.m_tsbSave.Size = new System.Drawing.Size(23, 22); this.m_tsbSave.Text = "Enregistrer"; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // m_tsbReload // this.m_tsbReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbReload.Enabled = false; this.m_tsbReload.Image = global::DGD.HubGovernor.Properties.Resources.refresh_16; this.m_tsbReload.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbReload.Name = "m_tsbReload"; this.m_tsbReload.Size = new System.Drawing.Size(23, 22); this.m_tsbReload.Text = "Recharger"; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // m_tsbOptions // m_tsbOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbOptions.Image = global::DGD.HubGovernor.Properties.Resources.option_16; m_tsbOptions.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbOptions.Name = "m_tsbOptions"; m_tsbOptions.Size = new System.Drawing.Size(23, 22); m_tsbOptions.Text = "Options..."; // // m_tsbHelp // m_tsbHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; m_tsbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbHelp.Image = global::DGD.HubGovernor.Properties.Resources.help_16; m_tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbHelp.Name = "m_tsbHelp"; m_tsbHelp.Size = new System.Drawing.Size(23, 22); m_tsbHelp.Text = "Aide"; // // m_pictureBox // m_pictureBox.Image = global::DGD.HubGovernor.Properties.Resources.supplier_64_70; m_pictureBox.Location = new System.Drawing.Point(13, 48); m_pictureBox.Name = "m_pictureBox"; m_pictureBox.Size = new System.Drawing.Size(64, 70); m_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; m_pictureBox.TabIndex = 7; m_pictureBox.TabStop = false; // // l_lblName // l_lblName.AutoSize = true; l_lblName.Location = new System.Drawing.Point(95, 63); l_lblName.Name = "l_lblName"; l_lblName.Size = new System.Drawing.Size(48, 13); l_lblName.TabIndex = 8; l_lblName.Text = "Source*:"; // // m_tbName // this.m_tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_tbName.Location = new System.Drawing.Point(95, 84); this.m_tbName.MinimumSize = new System.Drawing.Size(97, 20); this.m_tbName.Name = "m_tbName"; this.m_tbName.Size = new System.Drawing.Size(293, 20); this.m_tbName.TabIndex = 9; // // m_lbMsg // m_lbMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); m_lbMsg.AutoSize = true; m_lbMsg.Location = new System.Drawing.Point(10, 163); m_lbMsg.Name = "m_lbMsg"; m_lbMsg.Size = new System.Drawing.Size(300, 13); m_lbMsg.TabIndex = 17; m_lbMsg.Text = "Les éléments marqués d’un astérisque (*) doivent êtres servis."; // // m_grpSep // m_grpSep.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); m_grpSep.Location = new System.Drawing.Point(13, 158); m_grpSep.Name = "m_grpSep"; m_grpSep.Size = new System.Drawing.Size(375, 2); m_grpSep.TabIndex = 16; m_grpSep.TabStop = false; // // DataSuppliersForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(406, 193); this.Controls.Add(m_lbMsg); this.Controls.Add(m_grpSep); this.Controls.Add(this.m_tbName); this.Controls.Add(l_lblName); this.Controls.Add(m_pictureBox); this.Controls.Add(m_toolStrip); this.ForeColor = System.Drawing.SystemColors.WindowText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(226, 202); this.Name = "DataSuppliersForm"; this.Text = "Source de données"; m_toolStrip.ResumeLayout(false); m_toolStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).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.Windows.Forms.ToolStrip m_toolStripData; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripButton m_tsbDataUpdateOptions; System.Windows.Forms.ToolStripButton m_tsbDataUpdateHelp; System.Windows.Forms.ColumnHeader m_colDataGeneration; System.Windows.Forms.ColumnHeader m_colCreationTime; System.Windows.Forms.ColumnHeader m_colDeployTime; System.Windows.Forms.ColumnHeader m_colIncID; System.Windows.Forms.StatusStrip m_statusStrip; System.Windows.Forms.TabControl m_tabControl; System.Windows.Forms.TabPage m_datapPage; System.Windows.Forms.TabPage m_hubPage; System.Windows.Forms.ColumnHeader m_colID; System.Windows.Forms.ColumnHeader m_colVer; System.Windows.Forms.ColumnHeader m_colSystem; System.Windows.Forms.ColumnHeader m_colCreationDate; System.Windows.Forms.ColumnHeader m_colPublishDate; System.Windows.Forms.ToolStrip m_toolStripHub; System.Windows.Forms.ToolStripButton m_tsbAddApp; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripButton m_tsbAppUpdateOption; System.Windows.Forms.ToolStripButton m_tsbAppUpdateHelp; System.Windows.Forms.ImageList m_ilSmall; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdatesWindow)); this.m_tsbBuildUpdate = new System.Windows.Forms.ToolStripButton(); this.m_tsbUploadDataUpdates = new System.Windows.Forms.ToolStripButton(); this.m_sslUpdateKey = new System.Windows.Forms.ToolStripStatusLabel(); this.m_lvDataUpdates = new System.Windows.Forms.ListView(); this.m_lvAppUpdates = new System.Windows.Forms.ListView(); this.m_tsbUploadAppUpdates = new System.Windows.Forms.ToolStripButton(); m_toolStripData = new System.Windows.Forms.ToolStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); m_tsbDataUpdateOptions = new System.Windows.Forms.ToolStripButton(); m_tsbDataUpdateHelp = new System.Windows.Forms.ToolStripButton(); m_colDataGeneration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colCreationTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colDeployTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colIncID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_statusStrip = new System.Windows.Forms.StatusStrip(); m_tabControl = new System.Windows.Forms.TabControl(); m_datapPage = new System.Windows.Forms.TabPage(); m_hubPage = new System.Windows.Forms.TabPage(); m_colID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colVer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colSystem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colCreationDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_colPublishDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); m_toolStripHub = new System.Windows.Forms.ToolStrip(); m_tsbAddApp = new System.Windows.Forms.ToolStripButton(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); m_tsbAppUpdateOption = new System.Windows.Forms.ToolStripButton(); m_tsbAppUpdateHelp = new System.Windows.Forms.ToolStripButton(); m_ilSmall = new System.Windows.Forms.ImageList(this.components); m_toolStripData.SuspendLayout(); m_statusStrip.SuspendLayout(); m_tabControl.SuspendLayout(); m_datapPage.SuspendLayout(); m_hubPage.SuspendLayout(); m_toolStripHub.SuspendLayout(); this.SuspendLayout(); // // m_toolStripData // m_toolStripData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_tsbBuildUpdate, this.m_tsbUploadDataUpdates, toolStripSeparator1, m_tsbDataUpdateOptions, m_tsbDataUpdateHelp }); m_toolStripData.Location = new System.Drawing.Point(3, 3); m_toolStripData.Name = "m_toolStripData"; m_toolStripData.Size = new System.Drawing.Size(659, 25); m_toolStripData.TabIndex = 0; // // m_tsbBuildUpdate // this.m_tsbBuildUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbBuildUpdate.Enabled = false; this.m_tsbBuildUpdate.Image = global::DGD.HubGovernor.Properties.Resources.build_update_16; this.m_tsbBuildUpdate.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbBuildUpdate.Name = "m_tsbBuildUpdate"; this.m_tsbBuildUpdate.Size = new System.Drawing.Size(23, 22); this.m_tsbBuildUpdate.Text = "Construire la MAJ"; this.m_tsbBuildUpdate.Click += new System.EventHandler(this.BuildDataUpdate_Click); // // m_tsbUploadDataUpdates // this.m_tsbUploadDataUpdates.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbUploadDataUpdates.Enabled = false; this.m_tsbUploadDataUpdates.Image = global::DGD.HubGovernor.Properties.Resources.upload_16; this.m_tsbUploadDataUpdates.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbUploadDataUpdates.Name = "m_tsbUploadDataUpdates"; this.m_tsbUploadDataUpdates.Size = new System.Drawing.Size(23, 22); this.m_tsbUploadDataUpdates.Text = "Publier la MAJ"; this.m_tsbUploadDataUpdates.Click += new System.EventHandler(this.UploadDataUpdates_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // m_tsbDataUpdateOptions // m_tsbDataUpdateOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbDataUpdateOptions.Image = global::DGD.HubGovernor.Properties.Resources.option_16; m_tsbDataUpdateOptions.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbDataUpdateOptions.Name = "m_tsbDataUpdateOptions"; m_tsbDataUpdateOptions.Size = new System.Drawing.Size(23, 22); m_tsbDataUpdateOptions.Text = "Options"; // // m_tsbDataUpdateHelp // m_tsbDataUpdateHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; m_tsbDataUpdateHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbDataUpdateHelp.Image = global::DGD.HubGovernor.Properties.Resources.help_16; m_tsbDataUpdateHelp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbDataUpdateHelp.Name = "m_tsbDataUpdateHelp"; m_tsbDataUpdateHelp.Size = new System.Drawing.Size(23, 22); m_tsbDataUpdateHelp.Text = "Aide"; // // m_colDataGeneration // m_colDataGeneration.Text = "Version des données requise"; m_colDataGeneration.Width = 167; // // m_colCreationTime // m_colCreationTime.Text = "Créer le"; m_colCreationTime.Width = 156; // // m_colDeployTime // m_colDeployTime.Text = "Publier le"; m_colDeployTime.Width = 228; // // m_colIncID // m_colIncID.Text = "ID"; // // m_statusStrip // m_statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_sslUpdateKey }); m_statusStrip.Location = new System.Drawing.Point(0, 287); m_statusStrip.Name = "m_statusStrip"; m_statusStrip.Size = new System.Drawing.Size(673, 22); m_statusStrip.TabIndex = 2; // // m_sslUpdateKey // this.m_sslUpdateKey.Name = "m_sslUpdateKey"; this.m_sslUpdateKey.Size = new System.Drawing.Size(0, 17); // // m_tabControl // m_tabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; m_tabControl.Controls.Add(m_datapPage); m_tabControl.Controls.Add(m_hubPage); m_tabControl.Dock = System.Windows.Forms.DockStyle.Fill; m_tabControl.ImageList = m_ilSmall; m_tabControl.Location = new System.Drawing.Point(0, 0); m_tabControl.Name = "m_tabControl"; m_tabControl.SelectedIndex = 0; m_tabControl.Size = new System.Drawing.Size(673, 287); m_tabControl.TabIndex = 0; // // m_datapPage // m_datapPage.Controls.Add(this.m_lvDataUpdates); m_datapPage.Controls.Add(m_toolStripData); m_datapPage.ImageIndex = 1; m_datapPage.Location = new System.Drawing.Point(4, 26); m_datapPage.Name = "m_datapPage"; m_datapPage.Padding = new System.Windows.Forms.Padding(3); m_datapPage.Size = new System.Drawing.Size(665, 257); m_datapPage.TabIndex = 0; m_datapPage.Text = "Données"; m_datapPage.UseVisualStyleBackColor = true; // // m_lvDataUpdates // this.m_lvDataUpdates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { m_colIncID, m_colDataGeneration, m_colCreationTime, m_colDeployTime }); this.m_lvDataUpdates.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lvDataUpdates.FullRowSelect = true; this.m_lvDataUpdates.HideSelection = false; this.m_lvDataUpdates.Location = new System.Drawing.Point(3, 28); this.m_lvDataUpdates.MultiSelect = false; this.m_lvDataUpdates.Name = "m_lvDataUpdates"; this.m_lvDataUpdates.Size = new System.Drawing.Size(659, 226); this.m_lvDataUpdates.TabIndex = 1; this.m_lvDataUpdates.UseCompatibleStateImageBehavior = false; this.m_lvDataUpdates.View = System.Windows.Forms.View.Details; this.m_lvDataUpdates.ItemActivate += new System.EventHandler(this.Updates_DataItemActivate); // // m_hubPage // m_hubPage.Controls.Add(this.m_lvAppUpdates); m_hubPage.Controls.Add(m_toolStripHub); m_hubPage.ImageIndex = 0; m_hubPage.Location = new System.Drawing.Point(4, 26); m_hubPage.Name = "m_hubPage"; m_hubPage.Padding = new System.Windows.Forms.Padding(3); m_hubPage.Size = new System.Drawing.Size(665, 257); m_hubPage.TabIndex = 1; m_hubPage.Text = "Hub"; m_hubPage.UseVisualStyleBackColor = true; // // m_lvAppUpdates // this.m_lvAppUpdates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { m_colID, m_colVer, m_colSystem, m_colCreationDate, m_colPublishDate }); this.m_lvAppUpdates.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lvAppUpdates.FullRowSelect = true; this.m_lvAppUpdates.HideSelection = false; this.m_lvAppUpdates.Location = new System.Drawing.Point(3, 28); this.m_lvAppUpdates.Name = "m_lvAppUpdates"; this.m_lvAppUpdates.Size = new System.Drawing.Size(659, 226); this.m_lvAppUpdates.TabIndex = 1; this.m_lvAppUpdates.UseCompatibleStateImageBehavior = false; this.m_lvAppUpdates.View = System.Windows.Forms.View.Details; this.m_lvAppUpdates.ItemActivate += new System.EventHandler(this.AppUpdates_ItemActivate); // // m_colID // m_colID.Text = "ID"; // // m_colVer // m_colVer.Text = "Version"; m_colVer.Width = 91; // // m_colSystem // m_colSystem.Text = "Système requis"; m_colSystem.Width = 152; // // m_colCreationDate // m_colCreationDate.Text = "Crée le"; m_colCreationDate.Width = 159; // // m_colPublishDate // m_colPublishDate.Text = "Publié le"; m_colPublishDate.Width = 188; // // m_toolStripHub // m_toolStripHub.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { m_tsbAddApp, this.m_tsbUploadAppUpdates, toolStripSeparator2, m_tsbAppUpdateOption, m_tsbAppUpdateHelp }); m_toolStripHub.Location = new System.Drawing.Point(3, 3); m_toolStripHub.Name = "m_toolStripHub"; m_toolStripHub.Size = new System.Drawing.Size(659, 25); m_toolStripHub.TabIndex = 0; // // m_tsbAddApp // m_tsbAddApp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbAddApp.Image = global::DGD.HubGovernor.Properties.Resources.add_app_16; m_tsbAddApp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbAddApp.Name = "m_tsbAddApp"; m_tsbAddApp.Size = new System.Drawing.Size(23, 22); m_tsbAddApp.Text = "Ajouter une mise à jour..."; m_tsbAddApp.Click += new System.EventHandler(this.AddPackage_Click); // // m_tsbUploadAppUpdates // this.m_tsbUploadAppUpdates.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.m_tsbUploadAppUpdates.Image = global::DGD.HubGovernor.Properties.Resources.upload_16; this.m_tsbUploadAppUpdates.ImageTransparentColor = System.Drawing.Color.Magenta; this.m_tsbUploadAppUpdates.Name = "m_tsbUploadAppUpdates"; this.m_tsbUploadAppUpdates.Size = new System.Drawing.Size(23, 22); this.m_tsbUploadAppUpdates.Text = "Publier"; this.m_tsbUploadAppUpdates.Click += new System.EventHandler(this.UploadAppUpdates_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // m_tsbAppUpdateOption // m_tsbAppUpdateOption.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbAppUpdateOption.Image = global::DGD.HubGovernor.Properties.Resources.option_16; m_tsbAppUpdateOption.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbAppUpdateOption.Name = "m_tsbAppUpdateOption"; m_tsbAppUpdateOption.Size = new System.Drawing.Size(23, 22); m_tsbAppUpdateOption.Text = "Paramètres"; // // m_tsbAppUpdateHelp // m_tsbAppUpdateHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; m_tsbAppUpdateHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; m_tsbAppUpdateHelp.Image = global::DGD.HubGovernor.Properties.Resources.help_16; m_tsbAppUpdateHelp.ImageTransparentColor = System.Drawing.Color.Magenta; m_tsbAppUpdateHelp.Name = "m_tsbAppUpdateHelp"; m_tsbAppUpdateHelp.Size = new System.Drawing.Size(23, 22); m_tsbAppUpdateHelp.Text = "Aide"; // // m_ilSmall // m_ilSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_ilSmall.ImageStream"))); m_ilSmall.TransparentColor = System.Drawing.Color.Transparent; m_ilSmall.Images.SetKeyName(0, "hub_app_16.png"); m_ilSmall.Images.SetKeyName(1, "database_16.png"); // // UpdatesWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(673, 309); this.Controls.Add(m_tabControl); this.Controls.Add(m_statusStrip); this.ForeColor = System.Drawing.SystemColors.WindowText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "UpdatesWindow"; this.Text = "Gestionnaire des MAJ"; m_toolStripData.ResumeLayout(false); m_toolStripData.PerformLayout(); m_statusStrip.ResumeLayout(false); m_statusStrip.PerformLayout(); m_tabControl.ResumeLayout(false); m_datapPage.ResumeLayout(false); m_datapPage.PerformLayout(); m_hubPage.ResumeLayout(false); m_hubPage.PerformLayout(); m_toolStripHub.ResumeLayout(false); m_toolStripHub.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.ImageList _TypeImageList; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ArchiveViewer)); System.Windows.Forms.ToolStrip _ToolStrip; System.Windows.Forms.ToolStripSeparator _ToolStripSeparator1; System.Windows.Forms.StatusStrip _StatusStrip; this._OpenArchiveButton = new System.Windows.Forms.ToolStripButton(); this._SaveArchiveButton = new System.Windows.Forms.ToolStripButton(); this._OptionsButton = new System.Windows.Forms.ToolStripDropDownButton(); this.tsCompression = new System.Windows.Forms.ToolStripMenuItem(); this.tsNone = new System.Windows.Forms.ToolStripMenuItem(); this.tsBest = new System.Windows.Forms.ToolStripMenuItem(); this.tsOne = new System.Windows.Forms.ToolStripMenuItem(); this.tsOpenSelected = new System.Windows.Forms.ToolStripMenuItem(); this.tsHexMode = new System.Windows.Forms.ToolStripMenuItem(); this._StripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.tsPackage = new System.Windows.Forms.ToolStripMenuItem(); this.tsFnvHash = new System.Windows.Forms.ToolStripMenuItem(); this._HelpButton = new System.Windows.Forms.ToolStripButton(); this._HintLabel = new System.Windows.Forms.ToolStripStatusLabel(); this._EntryTreeView = new System.Windows.Forms.TreeView(); this._ContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this._ContextMenuExtract = new System.Windows.Forms.ToolStripMenuItem(); this._SaveArchiveDialog = new System.Windows.Forms.SaveFileDialog(); this._OpenArchiveDialog = new System.Windows.Forms.OpenFileDialog(); this._SplitContainer = new System.Windows.Forms.SplitContainer(); _TypeImageList = new System.Windows.Forms.ImageList(this.components); _ToolStrip = new System.Windows.Forms.ToolStrip(); _ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); _StatusStrip = new System.Windows.Forms.StatusStrip(); _ToolStrip.SuspendLayout(); _StatusStrip.SuspendLayout(); this._ContextMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._SplitContainer)).BeginInit(); this._SplitContainer.Panel1.SuspendLayout(); this._SplitContainer.SuspendLayout(); this.SuspendLayout(); // // _TypeImageList // _TypeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_TypeImageList.ImageStream"))); _TypeImageList.TransparentColor = System.Drawing.Color.Transparent; _TypeImageList.Images.SetKeyName(0, "Unknown"); _TypeImageList.Images.SetKeyName(1, "SDS"); _TypeImageList.Images.SetKeyName(2, "MemFile"); _TypeImageList.Images.SetKeyName(3, "XML"); _TypeImageList.Images.SetKeyName(4, "SystemObjectDatabase"); _TypeImageList.Images.SetKeyName(5, "Script"); _TypeImageList.Images.SetKeyName(6, "Texture"); _TypeImageList.Images.SetKeyName(7, "Sound"); _TypeImageList.Images.SetKeyName(8, "Cutscene"); _TypeImageList.Images.SetKeyName(9, "Generic"); _TypeImageList.Images.SetKeyName(10, "hkAnimation"); // // _ToolStrip // _ToolStrip.BackColor = System.Drawing.Color.Transparent; _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._OpenArchiveButton, this._SaveArchiveButton, _ToolStripSeparator1, this._OptionsButton, this._HelpButton }); _ToolStrip.Location = new System.Drawing.Point(0, 0); _ToolStrip.Name = "_ToolStrip"; _ToolStrip.Size = new System.Drawing.Size(934, 25); _ToolStrip.TabIndex = 1; _ToolStrip.Text = "toolStrip1"; // // _OpenArchiveButton // this._OpenArchiveButton.Image = ((System.Drawing.Image)(resources.GetObject("_OpenArchiveButton.Image"))); this._OpenArchiveButton.ImageTransparentColor = System.Drawing.Color.White; this._OpenArchiveButton.Name = "_OpenArchiveButton"; this._OpenArchiveButton.Size = new System.Drawing.Size(99, 22); this._OpenArchiveButton.Text = "Open Archive"; this._OpenArchiveButton.Click += new System.EventHandler(this.OnOpen); // // _SaveArchiveButton // this._SaveArchiveButton.Image = ((System.Drawing.Image)(resources.GetObject("_SaveArchiveButton.Image"))); this._SaveArchiveButton.ImageTransparentColor = System.Drawing.Color.White; this._SaveArchiveButton.Name = "_SaveArchiveButton"; this._SaveArchiveButton.Size = new System.Drawing.Size(94, 22); this._SaveArchiveButton.Text = "Save Archive"; this._SaveArchiveButton.Click += new System.EventHandler(this.OnSaveArchive); // // _ToolStripSeparator1 // _ToolStripSeparator1.Name = "_ToolStripSeparator1"; _ToolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // _OptionsButton // this._OptionsButton.AutoToolTip = false; this._OptionsButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsCompression, this.tsOpenSelected, this.tsHexMode, this._StripSeparator, this.tsPackage, this.tsFnvHash }); this._OptionsButton.Image = ((System.Drawing.Image)(resources.GetObject("_OptionsButton.Image"))); this._OptionsButton.ImageTransparentColor = System.Drawing.Color.White; this._OptionsButton.Name = "_OptionsButton"; this._OptionsButton.Size = new System.Drawing.Size(78, 22); this._OptionsButton.Text = "Options"; // // tsCompression // this.tsCompression.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsNone, this.tsBest, this.tsOne }); this.tsCompression.Name = "tsCompression"; this.tsCompression.Size = new System.Drawing.Size(149, 22); this.tsCompression.Text = "Compression"; // // tsNone // this.tsNone.Checked = true; this.tsNone.CheckState = System.Windows.Forms.CheckState.Checked; this.tsNone.Name = "tsNone"; this.tsNone.Size = new System.Drawing.Size(169, 22); this.tsNone.Text = "No Compression"; this.tsNone.Click += new System.EventHandler(this.OnCheckNone); // // tsBest // this.tsBest.Name = "tsBest"; this.tsBest.Size = new System.Drawing.Size(169, 22); this.tsBest.Text = "Best Compression"; this.tsBest.Click += new System.EventHandler(this.OnCheckBest); // // tsOne // this.tsOne.CheckOnClick = true; this.tsOne.Name = "tsOne"; this.tsOne.Size = new System.Drawing.Size(169, 22); this.tsOne.Text = "One Block"; this.tsOne.Click += new System.EventHandler(this.OnCheckOne); // // tsOpenSelected // this.tsOpenSelected.CheckOnClick = true; this.tsOpenSelected.Name = "tsOpenSelected"; this.tsOpenSelected.Size = new System.Drawing.Size(149, 22); this.tsOpenSelected.Text = "Open selected"; // // tsHexMode // this.tsHexMode.CheckOnClick = true; this.tsHexMode.Name = "tsHexMode"; this.tsHexMode.Size = new System.Drawing.Size(149, 22); this.tsHexMode.Text = "Hex View"; this.tsHexMode.Click += new System.EventHandler(this.OnCheckHex); // // _StripSeparator // this._StripSeparator.Name = "_StripSeparator"; this._StripSeparator.Size = new System.Drawing.Size(146, 6); // // tsPackage // this.tsPackage.Name = "tsPackage"; this.tsPackage.Size = new System.Drawing.Size(149, 22); this.tsPackage.Text = "Package"; this.tsPackage.Click += new System.EventHandler(this.OnPackageShow); // // tsFnvHash // this.tsFnvHash.Name = "tsFnvHash"; this.tsFnvHash.ShortcutKeyDisplayString = ""; this.tsFnvHash.Size = new System.Drawing.Size(149, 22); this.tsFnvHash.Text = "Hash"; this.tsFnvHash.Click += new System.EventHandler(this.OnFnvShow); // // _HelpButton // this._HelpButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this._HelpButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._HelpButton.Image = ((System.Drawing.Image)(resources.GetObject("_HelpButton.Image"))); this._HelpButton.ImageTransparentColor = System.Drawing.Color.White; this._HelpButton.Name = "_HelpButton"; this._HelpButton.Size = new System.Drawing.Size(23, 22); this._HelpButton.Text = "About"; this._HelpButton.Click += new System.EventHandler(this.OnAboutShow); // // _StatusStrip // _StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._HintLabel }); _StatusStrip.Location = new System.Drawing.Point(0, 417); _StatusStrip.Name = "_StatusStrip"; _StatusStrip.Size = new System.Drawing.Size(934, 22); _StatusStrip.TabIndex = 2; _StatusStrip.Text = "statusStrip1"; // // _HintLabel // this._HintLabel.Name = "_HintLabel"; this._HintLabel.Size = new System.Drawing.Size(30, 17); this._HintLabel.Text = "Hint"; // // _EntryTreeView // this._EntryTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None; this._EntryTreeView.ContextMenuStrip = this._ContextMenu; this._EntryTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this._EntryTreeView.HideSelection = false; this._EntryTreeView.ImageIndex = 0; this._EntryTreeView.ImageList = _TypeImageList; this._EntryTreeView.Location = new System.Drawing.Point(0, 0); this._EntryTreeView.Name = "_EntryTreeView"; this._EntryTreeView.SelectedImageIndex = 0; this._EntryTreeView.Size = new System.Drawing.Size(287, 390); this._EntryTreeView.TabIndex = 0; this._EntryTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnSelectEntry); this._EntryTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.OnOpenEntry1); // // _ContextMenu // this._ContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._ContextMenuExtract }); this._ContextMenu.Name = "_ContextMenu"; this._ContextMenu.Size = new System.Drawing.Size(110, 26); this._ContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.OnOpenContextMenu); // // _ContextMenuExtract // this._ContextMenuExtract.Name = "_ContextMenuExtract"; this._ContextMenuExtract.Size = new System.Drawing.Size(109, 22); this._ContextMenuExtract.Text = "Extract"; this._ContextMenuExtract.Click += new System.EventHandler(this.OnContextMenuExtract); // // _SaveArchiveDialog // this._SaveArchiveDialog.DefaultExt = "sds"; this._SaveArchiveDialog.Filter = "Mafia III SDS archives (*.sds)|*.sds|All Files (*.*)|*.*"; // // _OpenArchiveDialog // this._OpenArchiveDialog.DefaultExt = "sds"; this._OpenArchiveDialog.Filter = "Mafia III SDS archives (*.sds)|*.sds|All Files (*.*)|*.*"; // // _SplitContainer // this._SplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this._SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this._SplitContainer.Location = new System.Drawing.Point(0, 25); this._SplitContainer.Name = "_SplitContainer"; // // _SplitContainer.Panel1 // this._SplitContainer.Panel1.Controls.Add(this._EntryTreeView); this._SplitContainer.Size = new System.Drawing.Size(934, 392); this._SplitContainer.SplitterDistance = 289; this._SplitContainer.TabIndex = 4; // // ArchiveViewer // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(934, 439); this.Controls.Add(this._SplitContainer); this.Controls.Add(_StatusStrip); this.Controls.Add(_ToolStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ArchiveViewer"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Mafia III Resource Explorer"; _ToolStrip.ResumeLayout(false); _ToolStrip.PerformLayout(); _StatusStrip.ResumeLayout(false); _StatusStrip.PerformLayout(); this._ContextMenu.ResumeLayout(false); this._SplitContainer.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._SplitContainer)).EndInit(); this._SplitContainer.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.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveCapture)); this.queueCap = new System.Windows.Forms.Button(); this.captureFrame = new System.Windows.Forms.NumericUpDown(); this.captureDelay = new System.Windows.Forms.NumericUpDown(); this.triggerCapture = new System.Windows.Forms.Button(); this.deleteMenu = new System.Windows.Forms.ToolStripButton(); this.saveMenu = new System.Windows.Forms.ToolStripButton(); this.openMenu = new System.Windows.Forms.ToolStripSplitButton(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newInstanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.captures = new System.Windows.Forms.ListView(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.connectionIcon = new System.Windows.Forms.Label(); this.connectionStatus = new System.Windows.Forms.Label(); this.childProcessLabel = new System.Windows.Forms.Label(); this.childProcesses = new System.Windows.Forms.ListView(); this.rightclickContext = new System.Windows.Forms.ContextMenuStrip(this.components); this.openThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.newInstanceToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.saveThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteThisCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.captureCountdown = new System.Windows.Forms.Timer(this.components); this.childUpdateTimer = new System.Windows.Forms.Timer(this.components); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); groupBox1 = new System.Windows.Forms.GroupBox(); toolStrip1 = new System.Windows.Forms.ToolStrip(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).BeginInit(); toolStrip1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.rightclickContext.SuspendLayout(); this.SuspendLayout(); // // label1 // label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 205); label1.Name = "label1"; label1.Size = new System.Drawing.Size(98, 13); label1.TabIndex = 6; label1.Text = "Captures collected:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(6, 21); label2.Name = "label2"; label2.Size = new System.Drawing.Size(74, 13); label2.TabIndex = 2; label2.Text = "Capture Delay"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(6, 50); label3.Name = "label3"; label3.Size = new System.Drawing.Size(86, 13); label3.TabIndex = 3; label3.Text = "Capture Frame #"; // // groupBox1 // groupBox1.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))); groupBox1.Controls.Add(this.queueCap); groupBox1.Controls.Add(this.captureFrame); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(this.captureDelay); groupBox1.Controls.Add(this.triggerCapture); groupBox1.Location = new System.Drawing.Point(3, 34); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(351, 75); groupBox1.TabIndex = 7; groupBox1.TabStop = false; groupBox1.Text = "Tools"; // // queueCap // this.queueCap.Location = new System.Drawing.Point(222, 44); this.queueCap.Name = "queueCap"; this.queueCap.Size = new System.Drawing.Size(92, 23); this.queueCap.TabIndex = 4; this.queueCap.Text = "Queue Capture"; this.queueCap.UseVisualStyleBackColor = true; this.queueCap.Click += new System.EventHandler(this.queueCap_Click); // // captureFrame // this.captureFrame.Location = new System.Drawing.Point(96, 46); this.captureFrame.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.captureFrame.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.captureFrame.Name = "captureFrame"; this.captureFrame.Size = new System.Drawing.Size(120, 20); this.captureFrame.TabIndex = 3; this.captureFrame.ThousandsSeparator = true; this.captureFrame.Value = new decimal(new int[] { 2, 0, 0, 0}); // // captureDelay // this.captureDelay.Location = new System.Drawing.Point(96, 19); this.captureDelay.Name = "captureDelay"; this.captureDelay.Size = new System.Drawing.Size(120, 20); this.captureDelay.TabIndex = 1; // // triggerCapture // this.triggerCapture.Location = new System.Drawing.Point(222, 17); this.triggerCapture.Name = "triggerCapture"; this.triggerCapture.Size = new System.Drawing.Size(92, 23); this.triggerCapture.TabIndex = 2; this.triggerCapture.Text = "Trigger Capture"; this.triggerCapture.UseVisualStyleBackColor = true; this.triggerCapture.Click += new System.EventHandler(this.triggerCapture_Click); // // toolStrip1 // toolStrip1.CanOverflow = false; toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill; toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deleteMenu, this.saveMenu, this.openMenu}); toolStrip1.Location = new System.Drawing.Point(0, 375); toolStrip1.Name = "toolStrip1"; toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; toolStrip1.Size = new System.Drawing.Size(357, 25); toolStrip1.Stretch = true; toolStrip1.TabIndex = 8; toolStrip1.Text = "toolStrip1"; // // deleteMenu // this.deleteMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.deleteMenu.Image = ((System.Drawing.Image)(resources.GetObject("deleteMenu.Image"))); this.deleteMenu.ImageTransparentColor = System.Drawing.Color.Magenta; this.deleteMenu.Name = "deleteMenu"; this.deleteMenu.Size = new System.Drawing.Size(42, 22); this.deleteMenu.Text = "Delete"; this.deleteMenu.Click += new System.EventHandler(this.deleteCapture_Click); // // saveMenu // this.saveMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.saveMenu.Image = ((System.Drawing.Image)(resources.GetObject("saveMenu.Image"))); this.saveMenu.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveMenu.Name = "saveMenu"; this.saveMenu.Size = new System.Drawing.Size(35, 22); this.saveMenu.Text = "Save"; this.saveMenu.Click += new System.EventHandler(this.saveCapture_Click); // // openMenu // this.openMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.openMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.newInstanceToolStripMenuItem}); this.openMenu.Image = ((System.Drawing.Image)(resources.GetObject("openMenu.Image"))); this.openMenu.ImageTransparentColor = System.Drawing.Color.Magenta; this.openMenu.Name = "openMenu"; this.openMenu.RightToLeft = System.Windows.Forms.RightToLeft.No; this.openMenu.Size = new System.Drawing.Size(49, 22); this.openMenu.Text = "Open"; this.openMenu.ButtonClick += new System.EventHandler(this.openCapture_Click); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.openToolStripMenuItem.Text = "In &this instance"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openCapture_Click); // // newInstanceToolStripMenuItem // this.newInstanceToolStripMenuItem.Name = "newInstanceToolStripMenuItem"; this.newInstanceToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.newInstanceToolStripMenuItem.Text = "In &new instance"; this.newInstanceToolStripMenuItem.Click += new System.EventHandler(this.openNewWindow_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.captures, 0, 5); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0); this.tableLayoutPanel1.Controls.Add(label1, 0, 4); this.tableLayoutPanel1.Controls.Add(groupBox1, 0, 1); this.tableLayoutPanel1.Controls.Add(toolStrip1, 0, 6); this.tableLayoutPanel1.Controls.Add(this.childProcessLabel, 0, 2); this.tableLayoutPanel1.Controls.Add(this.childProcesses, 0, 3); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 7; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 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.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(357, 400); this.tableLayoutPanel1.TabIndex = 0; // // captures // this.captures.Dock = System.Windows.Forms.DockStyle.Fill; this.captures.FullRowSelect = true; this.captures.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.captures.Location = new System.Drawing.Point(3, 221); this.captures.Name = "captures"; this.captures.Size = new System.Drawing.Size(351, 151); this.captures.TabIndex = 6; this.captures.TileSize = new System.Drawing.Size(300, 100); this.captures.UseCompatibleStateImageBehavior = false; this.captures.View = System.Windows.Forms.View.Tile; this.captures.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.captures_ItemSelectionChanged); this.captures.KeyUp += new System.Windows.Forms.KeyEventHandler(this.captures_KeyUp); this.captures.MouseClick += new System.Windows.Forms.MouseEventHandler(this.captures_MouseClick); this.captures.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.captures_MouseDoubleClick); // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.connectionIcon); this.flowLayoutPanel1.Controls.Add(this.connectionStatus); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(351, 25); this.flowLayoutPanel1.TabIndex = 4; this.flowLayoutPanel1.WrapContents = false; // // connectionIcon // this.connectionIcon.Image = global::renderdocui.Properties.Resources.hourglass; this.connectionIcon.Location = new System.Drawing.Point(3, 0); this.connectionIcon.Name = "connectionIcon"; this.connectionIcon.Size = new System.Drawing.Size(21, 23); this.connectionIcon.TabIndex = 1; this.connectionIcon.Text = " "; // // connectionStatus // this.connectionStatus.Anchor = System.Windows.Forms.AnchorStyles.Left; this.connectionStatus.AutoSize = true; this.connectionStatus.Location = new System.Drawing.Point(30, 5); this.connectionStatus.Name = "connectionStatus"; this.connectionStatus.Size = new System.Drawing.Size(70, 13); this.connectionStatus.TabIndex = 2; this.connectionStatus.Text = "Connecting..."; this.connectionStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // childProcessLabel // this.childProcessLabel.Location = new System.Drawing.Point(3, 112); this.childProcessLabel.Name = "childProcessLabel"; this.childProcessLabel.Size = new System.Drawing.Size(85, 28); this.childProcessLabel.TabIndex = 9; this.childProcessLabel.Text = "Child Processes:"; this.childProcessLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // childProcesses // this.childProcesses.Dock = System.Windows.Forms.DockStyle.Fill; this.childProcesses.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.childProcesses.Location = new System.Drawing.Point(3, 143); this.childProcesses.MinimumSize = new System.Drawing.Size(0, 40); this.childProcesses.Name = "childProcesses"; this.childProcesses.Size = new System.Drawing.Size(351, 40); this.childProcesses.TabIndex = 5; this.childProcesses.UseCompatibleStateImageBehavior = false; this.childProcesses.View = System.Windows.Forms.View.Tile; this.childProcesses.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.childProcesses_MouseDoubleClick); // // rightclickContext // this.rightclickContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openThisCaptureToolStripMenuItem, this.saveThisCaptureToolStripMenuItem, this.deleteThisCaptureToolStripMenuItem}); this.rightclickContext.Name = "rightclickContext"; this.rightclickContext.Size = new System.Drawing.Size(124, 70); // // openThisCaptureToolStripMenuItem // this.openThisCaptureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem1, this.newInstanceToolStripMenuItem1}); this.openThisCaptureToolStripMenuItem.Name = "openThisCaptureToolStripMenuItem"; this.openThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.openThisCaptureToolStripMenuItem.Text = "&Open in..."; // // openToolStripMenuItem1 // this.openToolStripMenuItem1.Name = "openToolStripMenuItem1"; this.openToolStripMenuItem1.Size = new System.Drawing.Size(138, 22); this.openToolStripMenuItem1.Text = "This instance"; this.openToolStripMenuItem1.Click += new System.EventHandler(this.openCapture_Click); // // newInstanceToolStripMenuItem1 // this.newInstanceToolStripMenuItem1.Name = "newInstanceToolStripMenuItem1"; this.newInstanceToolStripMenuItem1.Size = new System.Drawing.Size(138, 22); this.newInstanceToolStripMenuItem1.Text = "New instance"; this.newInstanceToolStripMenuItem1.Click += new System.EventHandler(this.openNewWindow_Click); // // saveThisCaptureToolStripMenuItem // this.saveThisCaptureToolStripMenuItem.Name = "saveThisCaptureToolStripMenuItem"; this.saveThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.saveThisCaptureToolStripMenuItem.Text = "&Save"; this.saveThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.saveCapture_Click); // // deleteThisCaptureToolStripMenuItem // this.deleteThisCaptureToolStripMenuItem.Name = "deleteThisCaptureToolStripMenuItem"; this.deleteThisCaptureToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this.deleteThisCaptureToolStripMenuItem.Text = "&Delete"; this.deleteThisCaptureToolStripMenuItem.Click += new System.EventHandler(this.deleteCapture_Click); // // captureCountdown // this.captureCountdown.Interval = 1000; this.captureCountdown.Tick += new System.EventHandler(this.captureCountdown_Tick); // // childUpdateTimer // this.childUpdateTimer.Enabled = true; this.childUpdateTimer.Tick += new System.EventHandler(this.childUpdateTimer_Tick); // // LiveCapture // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(357, 400); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "LiveCapture"; this.Text = "Connecting..."; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LiveCapture_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LiveCapture_FormClosed); this.Shown += new System.EventHandler(this.LiveCapture_Shown); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.captureFrame)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.captureDelay)).EndInit(); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.rightclickContext.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() { System.Windows.Forms.ToolStripContainer tscFileImport; System.Windows.Forms.TableLayoutPanel tlpFileImport; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileImportForm)); System.Windows.Forms.GroupBox gbImportedTransactionList; System.Windows.Forms.GroupBox gbTransactionDetails; System.Windows.Forms.TableLayoutPanel tlpDetails; System.Windows.Forms.Label lblDate; System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblAccount; System.Windows.Forms.Label lblAmount; System.Windows.Forms.Label lblTags; System.Windows.Forms.ToolStrip tsFileImport; this.lbImportedTransactions = new System.Windows.Forms.ListBox(); this.cbImport = new System.Windows.Forms.CheckBox(); this.dtpDate = new System.Windows.Forms.DateTimePicker(); this.tbTitle = new System.Windows.Forms.TextBox(); this.cbImplementsPlan = new System.Windows.Forms.CheckBox(); this.cbPlan = new System.Windows.Forms.ComboBox(); this.cbAccount = new System.Windows.Forms.ComboBox(); this.numAmount = new System.Windows.Forms.NumericUpDown(); this.lblCurrency = new System.Windows.Forms.Label(); this.ttbTags = new easyMoney.Controls.TagTextBox(); this.tsbOpen = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.tsbImport = new System.Windows.Forms.ToolStripButton(); this.fdFileOpen = new System.Windows.Forms.OpenFileDialog(); tscFileImport = new System.Windows.Forms.ToolStripContainer(); tlpFileImport = new System.Windows.Forms.TableLayoutPanel(); gbImportedTransactionList = new System.Windows.Forms.GroupBox(); gbTransactionDetails = new System.Windows.Forms.GroupBox(); tlpDetails = new System.Windows.Forms.TableLayoutPanel(); lblDate = new System.Windows.Forms.Label(); lblTitle = new System.Windows.Forms.Label(); lblAccount = new System.Windows.Forms.Label(); lblAmount = new System.Windows.Forms.Label(); lblTags = new System.Windows.Forms.Label(); tsFileImport = new System.Windows.Forms.ToolStrip(); tscFileImport.ContentPanel.SuspendLayout(); tscFileImport.TopToolStripPanel.SuspendLayout(); tscFileImport.SuspendLayout(); tlpFileImport.SuspendLayout(); gbImportedTransactionList.SuspendLayout(); gbTransactionDetails.SuspendLayout(); tlpDetails.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit(); tsFileImport.SuspendLayout(); this.SuspendLayout(); // // tscFileImport // tscFileImport.BottomToolStripPanelVisible = false; // // tscFileImport.ContentPanel // tscFileImport.ContentPanel.Controls.Add(tlpFileImport); resources.ApplyResources(tscFileImport.ContentPanel, "tscFileImport.ContentPanel"); resources.ApplyResources(tscFileImport, "tscFileImport"); tscFileImport.LeftToolStripPanelVisible = false; tscFileImport.Name = "tscFileImport"; tscFileImport.RightToolStripPanelVisible = false; // // tscFileImport.TopToolStripPanel // tscFileImport.TopToolStripPanel.Controls.Add(tsFileImport); // // tlpFileImport // resources.ApplyResources(tlpFileImport, "tlpFileImport"); tlpFileImport.Controls.Add(gbImportedTransactionList, 0, 0); tlpFileImport.Controls.Add(gbTransactionDetails, 1, 0); tlpFileImport.Name = "tlpFileImport"; // // gbImportedTransactionList // gbImportedTransactionList.Controls.Add(this.lbImportedTransactions); resources.ApplyResources(gbImportedTransactionList, "gbImportedTransactionList"); gbImportedTransactionList.Name = "gbImportedTransactionList"; gbImportedTransactionList.TabStop = false; // // lbImportedTransactions // resources.ApplyResources(this.lbImportedTransactions, "lbImportedTransactions"); this.lbImportedTransactions.FormattingEnabled = true; this.lbImportedTransactions.Name = "lbImportedTransactions"; this.lbImportedTransactions.SelectedIndexChanged += new System.EventHandler(this.lbImportedTransactions_SelectedIndexChanged); // // gbTransactionDetails // gbTransactionDetails.Controls.Add(tlpDetails); resources.ApplyResources(gbTransactionDetails, "gbTransactionDetails"); gbTransactionDetails.Name = "gbTransactionDetails"; gbTransactionDetails.TabStop = false; // // tlpDetails // resources.ApplyResources(tlpDetails, "tlpDetails"); tlpDetails.Controls.Add(this.cbImport, 0, 0); tlpDetails.Controls.Add(lblDate, 0, 1); tlpDetails.Controls.Add(this.dtpDate, 0, 2); tlpDetails.Controls.Add(lblTitle, 0, 3); tlpDetails.Controls.Add(this.tbTitle, 0, 4); tlpDetails.Controls.Add(this.cbImplementsPlan, 0, 5); tlpDetails.Controls.Add(this.cbPlan, 0, 6); tlpDetails.Controls.Add(lblAccount, 0, 7); tlpDetails.Controls.Add(this.cbAccount, 0, 8); tlpDetails.Controls.Add(lblAmount, 0, 9); tlpDetails.Controls.Add(this.numAmount, 0, 10); tlpDetails.Controls.Add(this.lblCurrency, 2, 10); tlpDetails.Controls.Add(lblTags, 0, 11); tlpDetails.Controls.Add(this.ttbTags, 0, 12); tlpDetails.Name = "tlpDetails"; // // cbImport // resources.ApplyResources(this.cbImport, "cbImport"); tlpDetails.SetColumnSpan(this.cbImport, 3); this.cbImport.Name = "cbImport"; this.cbImport.UseVisualStyleBackColor = true; // // lblDate // resources.ApplyResources(lblDate, "lblDate"); tlpDetails.SetColumnSpan(lblDate, 3); lblDate.Name = "lblDate"; // // dtpDate // tlpDetails.SetColumnSpan(this.dtpDate, 3); resources.ApplyResources(this.dtpDate, "dtpDate"); this.dtpDate.Name = "dtpDate"; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); tlpDetails.SetColumnSpan(lblTitle, 3); lblTitle.Name = "lblTitle"; // // tbTitle // this.tbTitle.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.tbTitle.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; tlpDetails.SetColumnSpan(this.tbTitle, 3); resources.ApplyResources(this.tbTitle, "tbTitle"); this.tbTitle.Name = "tbTitle"; // // cbImplementsPlan // resources.ApplyResources(this.cbImplementsPlan, "cbImplementsPlan"); tlpDetails.SetColumnSpan(this.cbImplementsPlan, 3); this.cbImplementsPlan.Name = "cbImplementsPlan"; this.cbImplementsPlan.UseVisualStyleBackColor = true; // // cbPlan // tlpDetails.SetColumnSpan(this.cbPlan, 3); resources.ApplyResources(this.cbPlan, "cbPlan"); this.cbPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPlan.FormattingEnabled = true; this.cbPlan.Name = "cbPlan"; // // lblAccount // resources.ApplyResources(lblAccount, "lblAccount"); tlpDetails.SetColumnSpan(lblAccount, 3); lblAccount.Name = "lblAccount"; // // cbAccount // tlpDetails.SetColumnSpan(this.cbAccount, 3); resources.ApplyResources(this.cbAccount, "cbAccount"); this.cbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbAccount.FormattingEnabled = true; this.cbAccount.Name = "cbAccount"; // // lblAmount // resources.ApplyResources(lblAmount, "lblAmount"); tlpDetails.SetColumnSpan(lblAmount, 3); lblAmount.Name = "lblAmount"; // // numAmount // tlpDetails.SetColumnSpan(this.numAmount, 2); this.numAmount.DecimalPlaces = 2; resources.ApplyResources(this.numAmount, "numAmount"); this.numAmount.Maximum = new decimal(new int[] { 1569325055, 23283064, 0, 0 }); this.numAmount.Name = "numAmount"; // // lblCurrency // resources.ApplyResources(this.lblCurrency, "lblCurrency"); this.lblCurrency.Name = "lblCurrency"; // // lblTags // resources.ApplyResources(lblTags, "lblTags"); tlpDetails.SetColumnSpan(lblTags, 3); lblTags.Name = "lblTags"; // // ttbTags // tlpDetails.SetColumnSpan(this.ttbTags, 3); resources.ApplyResources(this.ttbTags, "ttbTags"); this.ttbTags.Name = "ttbTags"; this.ttbTags.PopupOpened = false; this.ttbTags.ReadOnly = false; this.ttbTags.Tags = ((System.Collections.Generic.IEnumerable <string>)(resources.GetObject("ttbTags.Tags"))); // // tsFileImport // resources.ApplyResources(tsFileImport, "tsFileImport"); tsFileImport.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsFileImport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOpen, this.tsbClose, this.tsbImport }); tsFileImport.Name = "tsFileImport"; tsFileImport.Stretch = true; // // tsbOpen // this.tsbOpen.Image = global::easyMoney.Manager.Properties.Resources.folder_page; resources.ApplyResources(this.tsbOpen, "tsbOpen"); this.tsbOpen.Name = "tsbOpen"; this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click); // // tsbClose // this.tsbClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tsbClose.Image = global::easyMoney.Manager.Properties.Resources.tick; resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // tsbImport // this.tsbImport.Image = global::easyMoney.Manager.Properties.Resources.table_multiple; resources.ApplyResources(this.tsbImport, "tsbImport"); this.tsbImport.Name = "tsbImport"; this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click); // // fdFileOpen // this.fdFileOpen.DefaultExt = "*.xml"; resources.ApplyResources(this.fdFileOpen, "fdFileOpen"); // // FileImportForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tscFileImport); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "FileImportForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.FileImportForm_Load); tscFileImport.ContentPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.ResumeLayout(false); tscFileImport.TopToolStripPanel.PerformLayout(); tscFileImport.ResumeLayout(false); tscFileImport.PerformLayout(); tlpFileImport.ResumeLayout(false); gbImportedTransactionList.ResumeLayout(false); gbTransactionDetails.ResumeLayout(false); tlpDetails.ResumeLayout(false); tlpDetails.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit(); tsFileImport.ResumeLayout(false); tsFileImport.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModelo)); this.tbIncluir = new System.Windows.Forms.ToolStripButton(); this.tbAlterar = new System.Windows.Forms.ToolStripButton(); this.tbExcluir = new System.Windows.Forms.ToolStripButton(); this.tbAtualizar = new System.Windows.Forms.ToolStripButton(); this.tbImprimir = new System.Windows.Forms.ToolStripButton(); this.tbVoltar = new System.Windows.Forms.ToolStripButton(); this.panel2 = new System.Windows.Forms.Panel(); this.label13 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btn01 = new System.Windows.Forms.Button(); this.btn02 = new System.Windows.Forms.Button(); this.cbxSelecionaFornecedor = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cboUnidadeMedida = new System.Windows.Forms.ComboBox(); 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.label1 = new System.Windows.Forms.Label(); this.txtCodigo = new System.Windows.Forms.TextBox(); this.txtPrecoCusto = new System.Windows.Forms.TextBox(); this.txtDescricao = new System.Windows.Forms.TextBox(); this.txtPrecoVenda = new System.Windows.Forms.TextBox(); this.dtgProdutos = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.rdbDesc = new System.Windows.Forms.RadioButton(); this.rdbCresc = new System.Windows.Forms.RadioButton(); this.label8 = new System.Windows.Forms.Label(); this.txtConsulta = new System.Windows.Forms.MaskedTextBox(); this.cbxPesquisar = new System.Windows.Forms.ComboBox(); this.cbxOrdenar = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.btnPesquisa = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel5 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.btnGerarRelatorio = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgProdutos)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.AutoSize = false; toolStrip1.BackColor = System.Drawing.Color.White; toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.GripMargin = new System.Windows.Forms.Padding(0); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbIncluir, this.tbAlterar, this.tbExcluir, this.tbAtualizar, this.tbImprimir, this.tbVoltar}); toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; toolStrip1.Location = new System.Drawing.Point(2, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Padding = new System.Windows.Forms.Padding(0); toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; toolStrip1.ShowItemToolTips = false; toolStrip1.Size = new System.Drawing.Size(69, 506); toolStrip1.TabIndex = 94; toolStrip1.Text = "toolStrip1"; // // tbIncluir // this.tbIncluir.Image = ((System.Drawing.Image)(resources.GetObject("tbIncluir.Image"))); this.tbIncluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbIncluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbIncluir.Name = "tbIncluir"; this.tbIncluir.Size = new System.Drawing.Size(68, 81); this.tbIncluir.Text = "Incluir"; this.tbIncluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbIncluir.ToolTipText = "Clique parar incluir um registro"; // // tbAlterar // this.tbAlterar.Image = ((System.Drawing.Image)(resources.GetObject("tbAlterar.Image"))); this.tbAlterar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbAlterar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAlterar.Name = "tbAlterar"; this.tbAlterar.Size = new System.Drawing.Size(68, 81); this.tbAlterar.Text = "Alterar"; this.tbAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbAlterar.ToolTipText = "Clique para alterar um registro"; // // tbExcluir // this.tbExcluir.Image = ((System.Drawing.Image)(resources.GetObject("tbExcluir.Image"))); this.tbExcluir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbExcluir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbExcluir.Name = "tbExcluir"; this.tbExcluir.Size = new System.Drawing.Size(68, 81); this.tbExcluir.Text = "Excluir"; this.tbExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbExcluir.ToolTipText = "Clique para excluir um registro"; // // tbAtualizar // this.tbAtualizar.Image = ((System.Drawing.Image)(resources.GetObject("tbAtualizar.Image"))); this.tbAtualizar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbAtualizar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAtualizar.Name = "tbAtualizar"; this.tbAtualizar.Size = new System.Drawing.Size(68, 81); this.tbAtualizar.Text = "Atualizar"; this.tbAtualizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbAtualizar.ToolTipText = "Clique para Atualizar os registros"; // // tbImprimir // this.tbImprimir.Image = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image"))); this.tbImprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbImprimir.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbImprimir.Name = "tbImprimir"; this.tbImprimir.Size = new System.Drawing.Size(68, 81); this.tbImprimir.Text = "Imprimir"; this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbImprimir.ToolTipText = "Clique para imprimir "; this.tbImprimir.Click += new System.EventHandler(this.tbImprimir_Click); // // tbVoltar // this.tbVoltar.Image = ((System.Drawing.Image)(resources.GetObject("tbVoltar.Image"))); this.tbVoltar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbVoltar.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbVoltar.Name = "tbVoltar"; this.tbVoltar.Size = new System.Drawing.Size(68, 81); this.tbVoltar.Text = "Voltar"; this.tbVoltar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tbVoltar.ToolTipText = "Retornar a tela anterior"; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BackColor = System.Drawing.Color.DimGray; this.panel2.Controls.Add(this.label13); this.panel2.Location = new System.Drawing.Point(90, 12); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(912, 75); this.panel2.TabIndex = 33; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("Impact", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(4, 6); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(491, 60); this.label13.TabIndex = 96; this.label13.Text = "CADASTRO DE PRODUTOS"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Impact", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(3, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(137, 36); this.label3.TabIndex = 96; this.label3.Text = "RELATÓRIO"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(toolStrip1); this.panel1.Location = new System.Drawing.Point(4, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(76, 604); this.panel1.TabIndex = 95; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.btn01); this.groupBox1.Controls.Add(this.btn02); this.groupBox1.Controls.Add(this.cbxSelecionaFornecedor); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.cboUnidadeMedida); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtCodigo); this.groupBox1.Controls.Add(this.txtPrecoCusto); this.groupBox1.Controls.Add(this.txtDescricao); this.groupBox1.Controls.Add(this.txtPrecoVenda); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(2, -5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(301, 103); this.groupBox1.TabIndex = 112; this.groupBox1.TabStop = false; // // btn01 // this.btn01.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn01.Location = new System.Drawing.Point(64, 26); this.btn01.Name = "btn01"; this.btn01.Size = new System.Drawing.Size(110, 59); this.btn01.TabIndex = 27; this.btn01.Text = "01"; this.btn01.UseVisualStyleBackColor = true; // // btn02 // this.btn02.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn02.Location = new System.Drawing.Point(180, 26); this.btn02.Name = "btn02"; this.btn02.Size = new System.Drawing.Size(110, 59); this.btn02.TabIndex = 27; this.btn02.Text = "02"; this.btn02.UseVisualStyleBackColor = true; // // cbxSelecionaFornecedor // this.cbxSelecionaFornecedor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbxSelecionaFornecedor.BackColor = System.Drawing.Color.LemonChiffon; this.cbxSelecionaFornecedor.FormattingEnabled = true; this.cbxSelecionaFornecedor.Location = new System.Drawing.Point(239, 72); this.cbxSelecionaFornecedor.Name = "cbxSelecionaFornecedor"; this.cbxSelecionaFornecedor.Size = new System.Drawing.Size(0, 24); this.cbxSelecionaFornecedor.TabIndex = 26; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(-186, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 16); this.label2.TabIndex = 25; this.label2.Text = "Unidade"; // // cboUnidadeMedida // this.cboUnidadeMedida.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cboUnidadeMedida.BackColor = System.Drawing.Color.LemonChiffon; this.cboUnidadeMedida.FormattingEnabled = true; this.cboUnidadeMedida.Items.AddRange(new object[] { "UN", "CX", "KG", "PC", "LT", "MT"}); this.cboUnidadeMedida.Location = new System.Drawing.Point(-183, 30); this.cboUnidadeMedida.Name = "cboUnidadeMedida"; this.cboUnidadeMedida.Size = new System.Drawing.Size(79, 24); this.cboUnidadeMedida.TabIndex = 24; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(236, 53); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(126, 16); this.label7.TabIndex = 10; this.label7.Text = "Fornecedor Padrão"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(91, 11); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(70, 16); this.label6.TabIndex = 9; this.label6.Text = "Descrição"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(121, 55); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(81, 16); this.label5.TabIndex = 8; this.label5.Text = "Preço Custo"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 55); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(106, 16); this.label4.TabIndex = 7; this.label4.Text = "Preço de Venda"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 16); this.label1.TabIndex = 6; this.label1.Text = "Codigo"; // // txtCodigo // this.txtCodigo.BackColor = System.Drawing.Color.LemonChiffon; this.txtCodigo.Location = new System.Drawing.Point(9, 30); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.Size = new System.Drawing.Size(79, 22); this.txtCodigo.TabIndex = 2; this.txtCodigo.TextChanged += new System.EventHandler(this.txtCodigo_TextChanged); // // txtPrecoCusto // this.txtPrecoCusto.BackColor = System.Drawing.Color.LemonChiffon; this.txtPrecoCusto.Location = new System.Drawing.Point(124, 74); this.txtPrecoCusto.Name = "txtPrecoCusto"; this.txtPrecoCusto.Size = new System.Drawing.Size(109, 22); this.txtPrecoCusto.TabIndex = 4; // // txtDescricao // this.txtDescricao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDescricao.BackColor = System.Drawing.Color.LemonChiffon; this.txtDescricao.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDescricao.Location = new System.Drawing.Point(94, 30); this.txtDescricao.Name = "txtDescricao"; this.txtDescricao.Size = new System.Drawing.Size(0, 22); this.txtDescricao.TabIndex = 5; // // txtPrecoVenda // this.txtPrecoVenda.BackColor = System.Drawing.Color.LemonChiffon; this.txtPrecoVenda.Location = new System.Drawing.Point(9, 74); this.txtPrecoVenda.Name = "txtPrecoVenda"; this.txtPrecoVenda.Size = new System.Drawing.Size(109, 22); this.txtPrecoVenda.TabIndex = 3; // // dtgProdutos // this.dtgProdutos.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.dtgProdutos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgProdutos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column5, this.Column3, this.Column4, this.Column6}); this.dtgProdutos.Location = new System.Drawing.Point(2, 147); this.dtgProdutos.Name = "dtgProdutos"; this.dtgProdutos.ReadOnly = true; this.dtgProdutos.RowHeadersVisible = false; this.dtgProdutos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dtgProdutos.Size = new System.Drawing.Size(301, 376); this.dtgProdutos.TabIndex = 108; // // Column1 // this.Column1.DataPropertyName = "P_Id"; this.Column1.Frozen = true; this.Column1.HeaderText = "Código"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 50; // // Column2 // this.Column2.DataPropertyName = "P_Descricao"; this.Column2.Frozen = true; this.Column2.HeaderText = "Descrição"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 150; // // Column5 // this.Column5.DataPropertyName = "P_Unid"; this.Column5.HeaderText = "UN"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 30; // // Column3 // this.Column3.DataPropertyName = "P_Pcusto"; this.Column3.HeaderText = "Custo R$"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 80; // // Column4 // this.Column4.DataPropertyName = "P_Pvenda"; this.Column4.HeaderText = "Venda R$"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 80; // // Column6 // this.Column6.DataPropertyName = "P_Fornecedor"; this.Column6.HeaderText = "Fornecedor"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 200; // // rdbDesc // this.rdbDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rdbDesc.AutoSize = true; this.rdbDesc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbDesc.ForeColor = System.Drawing.Color.White; this.rdbDesc.Location = new System.Drawing.Point(234, 12); this.rdbDesc.Name = "rdbDesc"; this.rdbDesc.Size = new System.Drawing.Size(65, 17); this.rdbDesc.TabIndex = 6; this.rdbDesc.Text = "Z -> A"; this.rdbDesc.UseVisualStyleBackColor = true; // // rdbCresc // this.rdbCresc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rdbCresc.AutoSize = true; this.rdbCresc.Checked = true; this.rdbCresc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbCresc.ForeColor = System.Drawing.Color.White; this.rdbCresc.Location = new System.Drawing.Point(168, 12); this.rdbCresc.Name = "rdbCresc"; this.rdbCresc.Size = new System.Drawing.Size(65, 17); this.rdbCresc.TabIndex = 6; this.rdbCresc.TabStop = true; this.rdbCresc.Text = "A -> Z"; this.rdbCresc.UseVisualStyleBackColor = true; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Verdana", 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(-48, 14); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(60, 13); this.label8.TabIndex = 5; this.label8.Text = "Ordenar"; // // txtConsulta // this.txtConsulta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtConsulta.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtConsulta.Location = new System.Drawing.Point(114, 9); this.txtConsulta.Name = "txtConsulta"; this.txtConsulta.Size = new System.Drawing.Size(0, 22); this.txtConsulta.TabIndex = 3; // // cbxPesquisar // this.cbxPesquisar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbxPesquisar.FormattingEnabled = true; this.cbxPesquisar.Items.AddRange(new object[] { "Todos os Campos", "Código do Produto", "Descrição do Produtol", "Preço Venda acima de...", "Preço Venda abaixo de...", "Preço Custo acima de...", "Preço Custo abaixo de...", "Tipo de Unidade", "Fornecedor Padrão"}); this.cbxPesquisar.Location = new System.Drawing.Point(-275, 10); this.cbxPesquisar.Name = "cbxPesquisar"; this.cbxPesquisar.Size = new System.Drawing.Size(143, 21); this.cbxPesquisar.TabIndex = 1; // // cbxOrdenar // this.cbxOrdenar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cbxOrdenar.FormattingEnabled = true; this.cbxOrdenar.Items.AddRange(new object[] { "Código do Produto", "Descrição do Produto", "Preço Venda ", "Preço Custo", "Tipo de Unidade", "Fornecedor Padrão"}); this.cbxOrdenar.Location = new System.Drawing.Point(15, 10); this.cbxOrdenar.Name = "cbxOrdenar"; this.cbxOrdenar.Size = new System.Drawing.Size(151, 21); this.cbxOrdenar.TabIndex = 1; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Verdana", 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(5, 14); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(109, 13); this.label10.TabIndex = 0; this.label10.Text = "Pesquisar por..."; // // panel3 // this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel3.BackColor = System.Drawing.Color.DimGray; this.panel3.Controls.Add(this.rdbDesc); this.panel3.Controls.Add(this.label10); this.panel3.Controls.Add(this.rdbCresc); this.panel3.Controls.Add(this.cbxOrdenar); this.panel3.Controls.Add(this.label9); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.cbxPesquisar); this.panel3.Controls.Add(this.btnPesquisa); this.panel3.Controls.Add(this.txtConsulta); this.panel3.Location = new System.Drawing.Point(2, 102); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(301, 39); this.panel3.TabIndex = 115; // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Verdana", 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(-307, 14); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(27, 13); this.label9.TabIndex = 5; this.label9.Text = "em"; // // btnPesquisa // this.btnPesquisa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPesquisa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.btnPesquisa.BackgroundImage = global::Control_Manager_Plus.Properties.Resources.find; this.btnPesquisa.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnPesquisa.Location = new System.Drawing.Point(-115, 8); this.btnPesquisa.Name = "btnPesquisa"; this.btnPesquisa.Size = new System.Drawing.Size(64, 25); this.btnPesquisa.TabIndex = 4; this.btnPesquisa.UseVisualStyleBackColor = false; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(90, 93); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dtgProdutos); this.splitContainer1.Panel1.Controls.Add(this.panel3); this.splitContainer1.Panel1.Controls.Add(this.groupBox1); this.splitContainer1.Panel1Collapsed = true; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel5); this.splitContainer1.Panel2.Controls.Add(this.reportViewer1); this.splitContainer1.Size = new System.Drawing.Size(918, 523); this.splitContainer1.SplitterDistance = 306; this.splitContainer1.TabIndex = 116; // // panel5 // this.panel5.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.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.panel4); this.panel5.Controls.Add(this.btnGerarRelatorio); this.panel5.Controls.Add(this.label11); this.panel5.Controls.Add(this.label12); this.panel5.Controls.Add(this.comboBox1); this.panel5.Controls.Add(this.comboBox2); this.panel5.Location = new System.Drawing.Point(724, 3); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(822, 940); this.panel5.TabIndex = 121; // // panel4 // this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel4.BackColor = System.Drawing.Color.DimGray; this.panel4.Controls.Add(this.label3); this.panel4.Location = new System.Drawing.Point(0, 2); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(830, 39); this.panel4.TabIndex = 116; // // btnGerarRelatorio // this.btnGerarRelatorio.Location = new System.Drawing.Point(4, 144); this.btnGerarRelatorio.Name = "btnGerarRelatorio"; this.btnGerarRelatorio.Size = new System.Drawing.Size(100, 49); this.btnGerarRelatorio.TabIndex = 120; this.btnGerarRelatorio.Text = "Gerar Relatório"; this.btnGerarRelatorio.UseVisualStyleBackColor = true; this.btnGerarRelatorio.Click += new System.EventHandler(this.btnGerarRelatorio_Click); // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(3, 45); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(113, 16); this.label11.TabIndex = 117; this.label11.Text = "Tipo de Relatório"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(3, 89); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(95, 16); this.label12.TabIndex = 119; this.label12.Text = "Definir produto"; // // 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.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox1.Location = new System.Drawing.Point(4, 64); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(824, 21); this.comboBox1.TabIndex = 2; // // comboBox2 // this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "Todos os produtos", "Produto especifico."}); this.comboBox2.Location = new System.Drawing.Point(4, 108); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(824, 21); this.comboBox2.TabIndex = 118; // // reportViewer1 // this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.reportViewer1.LocalReport.ReportEmbeddedResource = "Control_Manager_Plus.Relatorio.Produto.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(3, 3); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.Size = new System.Drawing.Size(715, 940); this.reportViewer1.TabIndex = 0; // // frmModelo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1014, 628); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Name = "frmModelo"; this.Text = "frmProduto"; this.Load += new System.EventHandler(this.frmProduto_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgProdutos)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStrip toolBarMain; System.Windows.Forms.ToolStripButton btnParse; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); System.Windows.Forms.ToolStripButton btnFillCode; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; this.txtSource = new System.Windows.Forms.RichTextBox(); this.txtGenerated = new System.Windows.Forms.RichTextBox(); this.txtErrors = new System.Windows.Forms.RichTextBox(); this.btnCompile = new System.Windows.Forms.ToolStripButton(); toolBarMain = new System.Windows.Forms.ToolStrip(); btnParse = new System.Windows.Forms.ToolStripButton(); btnFillCode = new System.Windows.Forms.ToolStripButton(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); toolBarMain.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); this.SuspendLayout(); // // toolBarMain // toolBarMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { btnParse, btnFillCode, this.btnCompile}); toolBarMain.Location = new System.Drawing.Point(0, 0); toolBarMain.Name = "toolBarMain"; toolBarMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; toolBarMain.Size = new System.Drawing.Size(702, 25); toolBarMain.TabIndex = 2; toolBarMain.Text = "toolStrip1"; // // btnParse // btnParse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; btnParse.Image = ((System.Drawing.Image)(resources.GetObject("btnParse.Image"))); btnParse.ImageTransparentColor = System.Drawing.Color.Magenta; btnParse.Name = "btnParse"; btnParse.Size = new System.Drawing.Size(38, 22); btnParse.Text = "Parse"; btnParse.Click += new System.EventHandler(this.btnParse_Click); // // btnFillCode // btnFillCode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; btnFillCode.Image = ((System.Drawing.Image)(resources.GetObject("btnFillCode.Image"))); btnFillCode.ImageTransparentColor = System.Drawing.Color.Magenta; btnFillCode.Name = "btnFillCode"; btnFillCode.Size = new System.Drawing.Size(49, 22); btnFillCode.Text = "Fill code"; btnFillCode.Click += new System.EventHandler(this.btnFillCode_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.txtSource); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.txtGenerated); splitContainer1.Size = new System.Drawing.Size(702, 277); splitContainer1.SplitterDistance = 334; splitContainer1.TabIndex = 0; // // txtSource // this.txtSource.AcceptsTab = true; this.txtSource.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSource.Location = new System.Drawing.Point(0, 0); this.txtSource.Name = "txtSource"; this.txtSource.Size = new System.Drawing.Size(334, 277); this.txtSource.TabIndex = 0; this.txtSource.Text = ""; this.txtSource.WordWrap = false; // // txtGenerated // this.txtGenerated.AcceptsTab = true; this.txtGenerated.Dock = System.Windows.Forms.DockStyle.Fill; this.txtGenerated.Location = new System.Drawing.Point(0, 0); this.txtGenerated.Name = "txtGenerated"; this.txtGenerated.ReadOnly = true; this.txtGenerated.Size = new System.Drawing.Size(364, 277); this.txtGenerated.TabIndex = 0; this.txtGenerated.Text = ""; this.txtGenerated.WordWrap = false; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 25); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(splitContainer1); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.txtErrors); splitContainer2.Size = new System.Drawing.Size(702, 406); splitContainer2.SplitterDistance = 277; splitContainer2.TabIndex = 3; // // txtErrors // this.txtErrors.Dock = System.Windows.Forms.DockStyle.Fill; this.txtErrors.Location = new System.Drawing.Point(0, 0); this.txtErrors.Name = "txtErrors"; this.txtErrors.Size = new System.Drawing.Size(702, 125); this.txtErrors.TabIndex = 0; this.txtErrors.Text = ""; this.txtErrors.WordWrap = false; // // btnCompile // this.btnCompile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnCompile.Image = ((System.Drawing.Image)(resources.GetObject("btnCompile.Image"))); this.btnCompile.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCompile.Name = "btnCompile"; this.btnCompile.Size = new System.Drawing.Size(48, 22); this.btnCompile.Text = "Compile"; this.btnCompile.Click += new System.EventHandler(this.btnCompile_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(702, 431); this.Controls.Add(splitContainer2); this.Controls.Add(toolBarMain); this.Name = "Form1"; this.Text = "NemerleCodeProvider Tester"; toolBarMain.ResumeLayout(false); toolBarMain.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.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.ToolStrip commands; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CurrentStatusWindow)); System.Windows.Forms.StatusStrip statusBar; System.Windows.Forms.ImageList explorerImages; this.refreshCommand = new System.Windows.Forms.ToolStripButton(); this.currentStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.statusExplorer = new System.Windows.Forms.TreeView(); this.statusDetails = new System.Windows.Forms.PropertyGrid(); this.statusProgress = new System.Windows.Forms.ProgressBar(); this.displayWorker = new System.ComponentModel.BackgroundWorker(); this.refreshTimer = new System.Windows.Forms.Timer(this.components); commands = new System.Windows.Forms.ToolStrip(); statusBar = new System.Windows.Forms.StatusStrip(); explorerImages = new System.Windows.Forms.ImageList(this.components); commands.SuspendLayout(); statusBar.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // commands // commands.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; commands.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshCommand}); commands.Location = new System.Drawing.Point(0, 0); commands.Name = "commands"; commands.Size = new System.Drawing.Size(533, 25); commands.TabIndex = 0; commands.Text = "toolStrip1"; // // refreshCommand // this.refreshCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.refreshCommand.Image = ((System.Drawing.Image)(resources.GetObject("refreshCommand.Image"))); this.refreshCommand.ImageTransparentColor = System.Drawing.Color.Magenta; this.refreshCommand.Name = "refreshCommand"; this.refreshCommand.Size = new System.Drawing.Size(23, 22); this.refreshCommand.Text = "Refresh"; this.refreshCommand.Click += new System.EventHandler(this.refreshCommand_Click); // // statusBar // statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.currentStatus}); statusBar.Location = new System.Drawing.Point(0, 366); statusBar.Name = "statusBar"; statusBar.Size = new System.Drawing.Size(533, 22); statusBar.TabIndex = 1; statusBar.Text = "statusStrip1"; // // currentStatus // this.currentStatus.Name = "currentStatus"; this.currentStatus.Size = new System.Drawing.Size(518, 17); this.currentStatus.Spring = true; this.currentStatus.Text = "Loading status..."; this.currentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // explorerImages // explorerImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("explorerImages.ImageStream"))); explorerImages.TransparentColor = System.Drawing.Color.Transparent; explorerImages.Images.SetKeyName(0, "Unknown"); explorerImages.Images.SetKeyName(1, "CompletedSuccess"); explorerImages.Images.SetKeyName(2, "CompletedFailed"); explorerImages.Images.SetKeyName(3, "Pending"); explorerImages.Images.SetKeyName(4, "Cancelled"); explorerImages.Images.SetKeyName(5, "Running"); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.statusExplorer); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.statusDetails); this.splitContainer1.Panel2.Controls.Add(this.statusProgress); this.splitContainer1.Size = new System.Drawing.Size(533, 341); this.splitContainer1.SplitterDistance = 177; this.splitContainer1.TabIndex = 2; // // statusExplorer // this.statusExplorer.Dock = System.Windows.Forms.DockStyle.Fill; this.statusExplorer.ImageKey = "Unknown"; this.statusExplorer.ImageList = explorerImages; this.statusExplorer.Location = new System.Drawing.Point(0, 0); this.statusExplorer.Name = "statusExplorer"; this.statusExplorer.SelectedImageIndex = 0; this.statusExplorer.Size = new System.Drawing.Size(177, 341); this.statusExplorer.TabIndex = 0; this.statusExplorer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.statusExplorer_AfterSelect); // // statusDetails // this.statusDetails.CommandsVisibleIfAvailable = false; this.statusDetails.Dock = System.Windows.Forms.DockStyle.Fill; this.statusDetails.Location = new System.Drawing.Point(0, 23); this.statusDetails.Name = "statusDetails"; this.statusDetails.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; this.statusDetails.Size = new System.Drawing.Size(352, 318); this.statusDetails.TabIndex = 0; this.statusDetails.ToolbarVisible = false; // // statusProgress // this.statusProgress.Dock = System.Windows.Forms.DockStyle.Top; this.statusProgress.Location = new System.Drawing.Point(0, 0); this.statusProgress.Name = "statusProgress"; this.statusProgress.Size = new System.Drawing.Size(352, 23); this.statusProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.statusProgress.TabIndex = 1; // // displayWorker // this.displayWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.displayWorker_DoWork); this.displayWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.displayWorker_RunWorkerCompleted); // // refreshTimer // this.refreshTimer.Interval = 5000; this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick); // // CurrentStatusWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(533, 388); this.Controls.Add(this.splitContainer1); this.Controls.Add(statusBar); this.Controls.Add(commands); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CurrentStatusWindow"; this.Text = "Current Status for ..."; commands.ResumeLayout(false); commands.PerformLayout(); statusBar.ResumeLayout(false); statusBar.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.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() { System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripButton runButton; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; this.parseButton = new System.Windows.Forms.ToolStripButton(); this.textBox = new System.Windows.Forms.TextBox(); this.sexpTextBox = new System.Windows.Forms.TextBox(); this.primitivesTextBox = new System.Windows.Forms.TextBox(); toolStrip1 = new System.Windows.Forms.ToolStrip(); runButton = new System.Windows.Forms.ToolStripButton(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); toolStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.parseButton, runButton }); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(292, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // parseButton // this.parseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.parseButton.Image = ((System.Drawing.Image)(resources.GetObject("parseButton.Image"))); this.parseButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.parseButton.Name = "parseButton"; this.parseButton.Size = new System.Drawing.Size(38, 22); this.parseButton.Text = "&Parse"; this.parseButton.Click += new System.EventHandler(this.parseButton_Click); // // runButton // runButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image"))); runButton.ImageTransparentColor = System.Drawing.Color.Magenta; runButton.Name = "runButton"; runButton.Size = new System.Drawing.Size(30, 22); runButton.Text = "&Run"; runButton.Click += new System.EventHandler(this.runButton_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.textBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(tabControl1); splitContainer1.Size = new System.Drawing.Size(292, 241); splitContainer1.SplitterDistance = 25; splitContainer1.TabIndex = 3; // // textBox // this.textBox.AcceptsReturn = true; this.textBox.AcceptsTab = true; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Location = new System.Drawing.Point(0, 0); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox.Size = new System.Drawing.Size(292, 25); this.textBox.TabIndex = 1; this.textBox.Text = "(define (fact n) (if (= n 0) 1 (* n (fact (- n 1)))))\r\n(MessageBox.Show (String.F" + "ormat \"6! = {0}\" (fact 6)) \"Lisp Demo\")"; this.textBox.WordWrap = false; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(292, 212); tabControl1.TabIndex = 3; // // tabPage1 // tabPage1.Controls.Add(this.sexpTextBox); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(284, 186); tabPage1.TabIndex = 0; tabPage1.Text = "S-Expressions"; tabPage1.UseVisualStyleBackColor = true; // // sexpTextBox // this.sexpTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.sexpTextBox.Location = new System.Drawing.Point(3, 3); this.sexpTextBox.Multiline = true; this.sexpTextBox.Name = "sexpTextBox"; this.sexpTextBox.ReadOnly = true; this.sexpTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.sexpTextBox.Size = new System.Drawing.Size(278, 180); this.sexpTextBox.TabIndex = 2; this.sexpTextBox.WordWrap = false; // // tabPage2 // tabPage2.Controls.Add(this.primitivesTextBox); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(284, 100); tabPage2.TabIndex = 1; tabPage2.Text = "Primitives"; tabPage2.UseVisualStyleBackColor = true; // // primitivesTextBox // this.primitivesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.primitivesTextBox.Location = new System.Drawing.Point(3, 3); this.primitivesTextBox.Multiline = true; this.primitivesTextBox.Name = "primitivesTextBox"; this.primitivesTextBox.ReadOnly = true; this.primitivesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.primitivesTextBox.Size = new System.Drawing.Size(278, 94); this.primitivesTextBox.TabIndex = 3; this.primitivesTextBox.WordWrap = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(splitContainer1); this.Controls.Add(toolStrip1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds; this.Text = "Lisp Compiler Demo"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.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.ToolStripMenuItem tsmiDismissedEmployees; System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10; System.Windows.Forms.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KadrBaseForm)); this.tsbNew = new System.Windows.Forms.ToolStripSplitButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); this.tsbEdit = new System.Windows.Forms.ToolStripButton(); this.tsbUpdate = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbCut = new System.Windows.Forms.ToolStripButton(); this.tsbCopy = new System.Windows.Forms.ToolStripButton(); this.tsbPaste = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.RollbackMenuItem = new System.Windows.Forms.ToolStripSplitButton(); this.RedoMenuItem = new System.Windows.Forms.ToolStripSplitButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.tscbFindType = new System.Windows.Forms.ToolStripComboBox(); this.tscbTextSearch = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton(); this.расширенныйПоискToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); this.tsbEmployeeFilter = new System.Windows.Forms.ToolStripSplitButton(); this.tsmiCurrentEmployees = new System.Windows.Forms.ToolStripMenuItem(); this.tsbDepartmentFilter = new System.Windows.Forms.ToolStripSplitButton(); this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); this.tsbBonusFilter = new System.Windows.Forms.ToolStripSplitButton(); this.текущиеНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.отмененныеНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.CurrentObjectLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.CurrentObjectInfoLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.kadrTreeView1 = new Kadr.KadrTreeView.KadrTreeView(this.components); this.treeViewImageList = new System.Windows.Forms.ImageList(this.components); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.miImport = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.miExportReport = new System.Windows.Forms.ToolStripMenuItem(); this.импортироватьСуточныйРапортToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.печатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiActions = new System.Windows.Forms.ToolStripMenuItem(); this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ВидНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.единицыИзмеренияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.типНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.видToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.gRToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.пКГToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.категорияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.категорииПерсоналаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.видРаботыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.видыДолжностейToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.категорииToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.категорииToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.группыДолжностейToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.персоналToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.гражданствоToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.семейноеПоложениеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.приказыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.типыПриказовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.видыПриказовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.приказыМинистерстваToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.окладToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.источникФинансированияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.центрыФинансированияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.оКВЭДToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.базовыеОкладыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.совмещенияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.причинаСовмещенияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.табельToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.статусДняToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.графикиРаботыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.отделыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.типыОтделовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сервисToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.параметрыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.продлитьНадбавкуToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 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.надбавкиПоВидуРаботыToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.надбавкиПоОтделамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.надбавкиПоДолжностямToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.надбавкиТ3ПоППСToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.отчетТ3ПоППСToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.комплексныйОтчетПоНадбавкамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.фОТПоКатегориямБезИсточниковToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.поискНадбавокПоПриказуToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сеткаПоДолжностямИОкладамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.надбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.назначитьНадбавкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.продлитьНадбавкуToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.НастройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.видыОтчетовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.последовательностьДанныхToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.правкаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.отменитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.повторитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator(); this.вырезатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.копироватьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.вставитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator(); this.выделитьВсёToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.видToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.панельИнструментовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.строкаСтатусаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.деревоПромысловыхОбъектовToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.справкаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.оглавлениеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.ApplicationAboutStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.treeNodeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator(); this.развернутьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.свернутьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator(); this.показатьВсеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.свернутьВсеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator(); this.обновитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpProvider1 = new System.Windows.Forms.HelpProvider(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.departmentBindingSource = new System.Windows.Forms.BindingSource(this.components); tsmiDismissedEmployees = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); this.toolStripContainer1.BottomToolStripPanel.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.treeNodeContextMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.departmentBindingSource)).BeginInit(); this.SuspendLayout(); // // tsmiDismissedEmployees // tsmiDismissedEmployees.CheckOnClick = true; tsmiDismissedEmployees.Name = "tsmiDismissedEmployees"; tsmiDismissedEmployees.Size = new System.Drawing.Size(203, 22); tsmiDismissedEmployees.Text = "Уволенные сотрудники"; // // toolStripMenuItem10 // toolStripMenuItem10.CheckOnClick = true; toolStripMenuItem10.Name = "toolStripMenuItem10"; toolStripMenuItem10.Size = new System.Drawing.Size(205, 22); toolStripMenuItem10.Text = "Уволенные сотрудники"; // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbNew, this.toolStripSeparator2, this.tsbDelete, this.tsbEdit, this.tsbUpdate, this.toolStripSeparator4, this.tsbCut, this.tsbCopy, this.tsbPaste, this.toolStripSeparator3, this.RollbackMenuItem, this.RedoMenuItem, this.toolStripSeparator5, this.tscbFindType, this.tscbTextSearch, this.toolStripSplitButton1, this.toolStripSeparator11, this.tsbEmployeeFilter, this.tsbDepartmentFilter, this.toolStripSeparator13, this.tsbBonusFilter, this.toolStripSeparator14}); toolStrip1.Location = new System.Drawing.Point(3, 24); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(838, 25); toolStrip1.TabIndex = 1; // // tsbNew // this.tsbNew.Image = global::Kadr.Properties.Resources.NewReportHS; this.tsbNew.ImageTransparentColor = System.Drawing.Color.Black; this.tsbNew.Name = "tsbNew"; this.tsbNew.Size = new System.Drawing.Size(132, 22); this.tsbNew.Text = "Создать объект..."; this.tsbNew.ButtonClick += new System.EventHandler(this.tsbNew_ButtonClick); this.tsbNew.DropDownOpening += new System.EventHandler(this.tsbNew_DropDownOpening); this.tsbNew.MouseEnter += new System.EventHandler(this.tsbNew_MouseEnter); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // tsbDelete // this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbDelete.Image = global::Kadr.Properties.Resources.DeleteHS; this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Black; this.tsbDelete.Name = "tsbDelete"; this.tsbDelete.Size = new System.Drawing.Size(23, 22); this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click); this.tsbDelete.MouseEnter += new System.EventHandler(this.tsbDelete_MouseEnter); // // tsbEdit // this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbEdit.Image = global::Kadr.Properties.Resources.EditInformationHS; this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Black; this.tsbEdit.Name = "tsbEdit"; this.tsbEdit.Size = new System.Drawing.Size(23, 22); this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click); this.tsbEdit.MouseEnter += new System.EventHandler(this.tsbEdit_MouseEnter); // // tsbUpdate // this.tsbUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbUpdate.Image = global::Kadr.Properties.Resources.RefreshDocViewHS; this.tsbUpdate.ImageTransparentColor = System.Drawing.Color.Black; this.tsbUpdate.Name = "tsbUpdate"; this.tsbUpdate.Size = new System.Drawing.Size(23, 22); this.tsbUpdate.Click += new System.EventHandler(this.tsbUpdate_Click); this.tsbUpdate.MouseEnter += new System.EventHandler(this.tsbUpdate_MouseEnter); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator4.Visible = false; // // tsbCut // this.tsbCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbCut.Image = global::Kadr.Properties.Resources.Edit_Cut; this.tsbCut.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbCut.Name = "tsbCut"; this.tsbCut.Size = new System.Drawing.Size(23, 22); this.tsbCut.Visible = false; this.tsbCut.Click += new System.EventHandler(this.tsbCut_Click); this.tsbCut.MouseEnter += new System.EventHandler(this.tsbCut_MouseEnter); // // tsbCopy // this.tsbCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbCopy.Image = global::Kadr.Properties.Resources.CopyHS; this.tsbCopy.ImageTransparentColor = System.Drawing.Color.Black; this.tsbCopy.Name = "tsbCopy"; this.tsbCopy.Size = new System.Drawing.Size(23, 22); this.tsbCopy.Visible = false; this.tsbCopy.Click += new System.EventHandler(this.tsbCopy_Click); this.tsbCopy.MouseEnter += new System.EventHandler(this.tsbCopy_MouseEnter); // // tsbPaste // this.tsbPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbPaste.Image = global::Kadr.Properties.Resources.PasteHS; this.tsbPaste.ImageTransparentColor = System.Drawing.Color.Black; this.tsbPaste.Name = "tsbPaste"; this.tsbPaste.Size = new System.Drawing.Size(23, 22); this.tsbPaste.Visible = false; this.tsbPaste.Click += new System.EventHandler(this.tsbPaste_Click); this.tsbPaste.MouseEnter += new System.EventHandler(this.tsbPaste_MouseEnter); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator3.Visible = false; // // RollbackMenuItem // this.RollbackMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.RollbackMenuItem.Enabled = false; this.RollbackMenuItem.Image = global::Kadr.Properties.Resources.Edit_Undo; this.RollbackMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.RollbackMenuItem.Name = "RollbackMenuItem"; this.RollbackMenuItem.Size = new System.Drawing.Size(32, 22); this.RollbackMenuItem.Text = "toolStripSplitButton1"; this.RollbackMenuItem.Visible = false; this.RollbackMenuItem.DropDownOpening += new System.EventHandler(this.RollbackMenuItem_DropDownOpening); this.RollbackMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.RollbackMenuItem_DropDownItemClicked); // // RedoMenuItem // this.RedoMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.RedoMenuItem.Enabled = false; this.RedoMenuItem.Image = global::Kadr.Properties.Resources.Edit_Redo; this.RedoMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.RedoMenuItem.Name = "RedoMenuItem"; this.RedoMenuItem.Size = new System.Drawing.Size(32, 22); this.RedoMenuItem.Text = "toolStripSplitButton2"; this.RedoMenuItem.Visible = false; this.RedoMenuItem.DropDownOpening += new System.EventHandler(this.RedoMenuItem_DropDownOpening); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator5.Visible = false; // // tscbFindType // this.tscbFindType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.tscbFindType.Items.AddRange(new object[] { "Поиск сотрудника", "Поиск отдела"}); this.tscbFindType.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.tscbFindType.Name = "tscbFindType"; this.tscbFindType.Size = new System.Drawing.Size(160, 25); this.tscbFindType.SelectedIndexChanged += new System.EventHandler(this.tscbFindType_SelectedIndexChanged); // // tscbTextSearch // this.tscbTextSearch.Name = "tscbTextSearch"; this.tscbTextSearch.Size = new System.Drawing.Size(270, 25); this.tscbTextSearch.SelectedIndexChanged += new System.EventHandler(this.tscbTextSearch_SelectedIndexChanged); // // toolStripSplitButton1 // this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.расширенныйПоискToolStripMenuItem}); this.toolStripSplitButton1.Image = global::Kadr.Properties.Resources.PlayHS; this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Black; this.toolStripSplitButton1.Name = "toolStripSplitButton1"; this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22); this.toolStripSplitButton1.Text = "toolStripSplitButton1"; this.toolStripSplitButton1.Visible = false; this.toolStripSplitButton1.ButtonClick += new System.EventHandler(this.toolStripSplitButton1_ButtonClick); // // расширенныйПоискToolStripMenuItem // this.расширенныйПоискToolStripMenuItem.Name = "расширенныйПоискToolStripMenuItem"; this.расширенныйПоискToolStripMenuItem.Size = new System.Drawing.Size(199, 22); this.расширенныйПоискToolStripMenuItem.Text = "Расширенный поиск..."; // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; this.toolStripSeparator11.Size = new System.Drawing.Size(6, 25); // // tsbEmployeeFilter // this.tsbEmployeeFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiCurrentEmployees, tsmiDismissedEmployees}); this.tsbEmployeeFilter.Image = global::Kadr.Properties.Resources.Settings; this.tsbEmployeeFilter.ImageTransparentColor = System.Drawing.Color.Black; this.tsbEmployeeFilter.Name = "tsbEmployeeFilter"; this.tsbEmployeeFilter.Size = new System.Drawing.Size(105, 22); this.tsbEmployeeFilter.Tag = ""; this.tsbEmployeeFilter.Text = "Сотрудники"; this.tsbEmployeeFilter.ToolTipText = "Настройки фильтра по сотрудникам"; this.tsbEmployeeFilter.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbEmployeeFilter_DropDownItemClicked); // // tsmiCurrentEmployees // this.tsmiCurrentEmployees.Checked = true; this.tsmiCurrentEmployees.CheckOnClick = true; this.tsmiCurrentEmployees.CheckState = System.Windows.Forms.CheckState.Checked; this.tsmiCurrentEmployees.Name = "tsmiCurrentEmployees"; this.tsmiCurrentEmployees.Size = new System.Drawing.Size(203, 22); this.tsmiCurrentEmployees.Text = "Текущие сотрудники"; // // tsbDepartmentFilter // this.tsbDepartmentFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem13, this.toolStripMenuItem14}); this.tsbDepartmentFilter.Image = global::Kadr.Properties.Resources.Settings; this.tsbDepartmentFilter.ImageTransparentColor = System.Drawing.Color.Black; this.tsbDepartmentFilter.Name = "tsbDepartmentFilter"; this.tsbDepartmentFilter.Size = new System.Drawing.Size(81, 20); this.tsbDepartmentFilter.Text = "Отделы"; this.tsbDepartmentFilter.ToolTipText = "Настройки фильтра по отделам"; this.tsbDepartmentFilter.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsbDepartmentFilter_DropDownItemClicked); // // toolStripMenuItem13 // this.toolStripMenuItem13.Checked = true; this.toolStripMenuItem13.CheckOnClick = true; this.toolStripMenuItem13.CheckState = System.Windows.Forms.CheckState.Checked; this.toolStripMenuItem13.Name = "toolStripMenuItem13"; this.toolStripMenuItem13.Size = new System.Drawing.Size(230, 22); this.toolStripMenuItem13.Text = "Текущие отделы"; // // toolStripMenuItem14 // this.toolStripMenuItem14.CheckOnClick = true; this.toolStripMenuItem14.Name = "toolStripMenuItem14"; this.toolStripMenuItem14.Size = new System.Drawing.Size(230, 22); this.toolStripMenuItem14.Text = "Расформированные отделы"; // // toolStripSeparator13 // this.toolStripSeparator13.Name = "toolStripSeparator13"; this.toolStripSeparator13.Size = new System.Drawing.Size(6, 25); // // tsbBonusFilter // this.tsbBonusFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.текущиеНадбавкиToolStripMenuItem, this.отмененныеНадбавкиToolStripMenuItem}); this.tsbBonusFilter.Image = global::Kadr.Properties.Resources.Settings; this.tsbBonusFilter.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbBonusFilter.Name = "tsbBonusFilter"; this.tsbBonusFilter.Size = new System.Drawing.Size(92, 20); this.tsbBonusFilter.Text = "Надбавки"; this.tsbBonusFilter.ToolTipText = "Настройки фильтра надбавок"; this.tsbBonusFilter.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripSplitButton2_DropDownItemClicked); // // текущиеНадбавкиToolStripMenuItem // this.текущиеНадбавкиToolStripMenuItem.Checked = true; this.текущиеНадбавкиToolStripMenuItem.CheckOnClick = true; this.текущиеНадбавкиToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.текущиеНадбавкиToolStripMenuItem.Name = "текущиеНадбавкиToolStripMenuItem"; this.текущиеНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(199, 22); this.текущиеНадбавкиToolStripMenuItem.Text = "Текущие надбавки"; // // отмененныеНадбавкиToolStripMenuItem // this.отмененныеНадбавкиToolStripMenuItem.CheckOnClick = true; this.отмененныеНадбавкиToolStripMenuItem.Name = "отмененныеНадбавкиToolStripMenuItem"; this.отмененныеНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(199, 22); this.отмененныеНадбавкиToolStripMenuItem.Text = "Отмененные надбавки"; // // toolStripSeparator14 // this.toolStripSeparator14.Name = "toolStripSeparator14"; this.toolStripSeparator14.Size = new System.Drawing.Size(6, 25); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1); // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(841, 389); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(841, 462); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1); this.toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // statusStrip1 // this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CurrentObjectLabel, this.CurrentObjectInfoLabel}); this.statusStrip1.Location = new System.Drawing.Point(0, 0); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; this.statusStrip1.Size = new System.Drawing.Size(841, 24); this.statusStrip1.TabIndex = 0; // // CurrentObjectLabel // this.CurrentObjectLabel.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.CurrentObjectLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.CurrentObjectLabel.Font = new System.Drawing.Font("Segoe UI", 9F); this.CurrentObjectLabel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.CurrentObjectLabel.Name = "CurrentObjectLabel"; this.CurrentObjectLabel.Size = new System.Drawing.Size(59, 19); this.CurrentObjectLabel.Text = "Текущее"; // // CurrentObjectInfoLabel // this.CurrentObjectInfoLabel.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.CurrentObjectInfoLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.CurrentObjectInfoLabel.Name = "CurrentObjectInfoLabel"; this.CurrentObjectInfoLabel.Size = new System.Drawing.Size(122, 19); this.CurrentObjectInfoLabel.Text = "toolStripStatusLabel1"; // // splitContainer1 // this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.kadrTreeView1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.ForeColor = System.Drawing.SystemColors.ControlText; this.splitContainer1.Size = new System.Drawing.Size(841, 389); this.splitContainer1.SplitterDistance = 192; this.splitContainer1.TabIndex = 0; // // kadrTreeView1 // this.kadrTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.kadrTreeView1.ImageIndex = 0; this.kadrTreeView1.ImageList = this.treeViewImageList; this.kadrTreeView1.Location = new System.Drawing.Point(0, 0); this.kadrTreeView1.Name = "kadrTreeView1"; this.kadrTreeView1.SelectedImageIndex = 0; this.kadrTreeView1.Size = new System.Drawing.Size(190, 387); this.kadrTreeView1.TabIndex = 0; this.kadrTreeView1.NodeChildsAddedEvent += new APG.CodeHelper.DBTreeView.NodeChildsAdded(this.kadrTreeView1_NodeChildsAddedEvent); this.kadrTreeView1.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.kadrTreeView1_BeforeSelect); this.kadrTreeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.kadrTreeView1_AfterSelect); this.kadrTreeView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.kadrTreeView1_MouseClick); // // treeViewImageList // this.treeViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewImageList.ImageStream"))); this.treeViewImageList.TransparentColor = System.Drawing.Color.Black; this.treeViewImageList.Images.SetKeyName(0, ""); this.treeViewImageList.Images.SetKeyName(1, ""); this.treeViewImageList.Images.SetKeyName(2, ""); this.treeViewImageList.Images.SetKeyName(3, ""); this.treeViewImageList.Images.SetKeyName(4, ""); this.treeViewImageList.Images.SetKeyName(5, ""); this.treeViewImageList.Images.SetKeyName(6, ""); this.treeViewImageList.Images.SetKeyName(7, ""); this.treeViewImageList.Images.SetKeyName(8, "im1.bmp"); this.treeViewImageList.Images.SetKeyName(9, "User.png"); // // menuStrip1 // this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FileToolStripMenuItem, this.tsmiActions, this.справочникиToolStripMenuItem, this.сервисToolStripMenuItem, this.отчётыToolStripMenuItem, this.правкаToolStripMenuItem, this.видToolStripMenuItem, this.справкаToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(841, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // FileToolStripMenuItem // this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripTextBox1, this.toolStripSeparator6, this.печатьToolStripMenuItem, this.toolStripMenuItem4, this.ExitToolStripMenuItem}); this.FileToolStripMenuItem.Name = "FileToolStripMenuItem"; this.FileToolStripMenuItem.Size = new System.Drawing.Size(48, 20); this.FileToolStripMenuItem.Text = "&Файл"; // // toolStripTextBox1 // this.toolStripTextBox1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem11, this.toolStripMenuItem12, this.toolStripSeparator9, this.miImport, this.toolStripSeparator7, this.miExportReport, this.импортироватьСуточныйРапортToolStripMenuItem}); this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.Size = new System.Drawing.Size(175, 22); this.toolStripTextBox1.Text = "Импорт и экспорт"; this.toolStripTextBox1.Visible = false; this.toolStripTextBox1.DropDownOpening += new System.EventHandler(this.toolStripTextBox1_DropDownOpening); // // toolStripMenuItem11 // this.toolStripMenuItem11.Name = "toolStripMenuItem11"; this.toolStripMenuItem11.Size = new System.Drawing.Size(386, 22); // // toolStripMenuItem12 // this.toolStripMenuItem12.Name = "toolStripMenuItem12"; this.toolStripMenuItem12.Size = new System.Drawing.Size(386, 22); this.toolStripMenuItem12.Text = "Экспортировать справочники (режим совместимости)..."; this.toolStripMenuItem12.Click += new System.EventHandler(this.toolStripMenuItem12_Click); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(383, 6); // // miImport // this.miImport.Name = "miImport"; this.miImport.Size = new System.Drawing.Size(386, 22); this.miImport.Text = "Импортировать справочники..."; this.miImport.Click += new System.EventHandler(this.miImport_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(383, 6); // // miExportReport // this.miExportReport.Name = "miExportReport"; this.miExportReport.Size = new System.Drawing.Size(386, 22); this.miExportReport.Text = "Экспортировать суточный рапорт..."; this.miExportReport.Click += new System.EventHandler(this.miExportReport_Click); // // импортироватьСуточныйРапортToolStripMenuItem // this.импортироватьСуточныйРапортToolStripMenuItem.Name = "импортироватьСуточныйРапортToolStripMenuItem"; this.импортироватьСуточныйРапортToolStripMenuItem.Size = new System.Drawing.Size(386, 22); this.импортироватьСуточныйРапортToolStripMenuItem.Text = "Импортировать суточный рапорт..."; this.импортироватьСуточныйРапортToolStripMenuItem.Click += new System.EventHandler(this.импортироватьСуточныйРапортToolStripMenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(172, 6); this.toolStripSeparator6.Visible = false; // // печатьToolStripMenuItem // this.печатьToolStripMenuItem.Name = "печатьToolStripMenuItem"; this.печатьToolStripMenuItem.Size = new System.Drawing.Size(175, 22); this.печатьToolStripMenuItem.Text = "Печать..."; this.печатьToolStripMenuItem.Visible = false; // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(172, 6); // // ExitToolStripMenuItem // this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"; this.ExitToolStripMenuItem.Size = new System.Drawing.Size(175, 22); this.ExitToolStripMenuItem.Text = "&Выход"; this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); // // tsmiActions // this.tsmiActions.Name = "tsmiActions"; this.tsmiActions.Size = new System.Drawing.Size(70, 20); this.tsmiActions.Text = "Действия"; this.tsmiActions.ToolTipText = "Действия над объектом дерева"; this.tsmiActions.DropDownOpening += new System.EventHandler(this.tsmiActions_DropDownOpening); // // справочникиToolStripMenuItem // this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ВидНадбавкиToolStripMenuItem, this.toolStripSeparator8, this.gRToolStripMenuItem, this.персоналToolStripMenuItem, this.приказыToolStripMenuItem, this.окладToolStripMenuItem, this.совмещенияToolStripMenuItem, this.табельToolStripMenuItem, this.отделыToolStripMenuItem}); this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem"; this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20); this.справочникиToolStripMenuItem.Text = "&Справочники"; this.справочникиToolStripMenuItem.DropDownOpened += new System.EventHandler(this.справочникиToolStripMenuItem_DropDownOpened); // // ВидНадбавкиToolStripMenuItem // this.ВидНадбавкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.единицыИзмеренияToolStripMenuItem, this.типНадбавкиToolStripMenuItem, this.видToolStripMenuItem1}); this.ВидНадбавкиToolStripMenuItem.Name = "ВидНадбавкиToolStripMenuItem"; this.ВидНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.ВидНадбавкиToolStripMenuItem.Text = "Надбавки"; // // единицыИзмеренияToolStripMenuItem // this.единицыИзмеренияToolStripMenuItem.Name = "единицыИзмеренияToolStripMenuItem"; this.единицыИзмеренияToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.единицыИзмеренияToolStripMenuItem.Text = "Единицы измерения"; this.единицыИзмеренияToolStripMenuItem.Click += new System.EventHandler(this.единицыИзмеренияToolStripMenuItem_Click); // // типНадбавкиToolStripMenuItem // this.типНадбавкиToolStripMenuItem.Name = "типНадбавкиToolStripMenuItem"; this.типНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.типНадбавкиToolStripMenuItem.Text = "Типы надбавок..."; this.типНадбавкиToolStripMenuItem.Click += new System.EventHandler(this.типНадбавкиToolStripMenuItem_Click); // // видToolStripMenuItem1 // this.видToolStripMenuItem1.Name = "видToolStripMenuItem1"; this.видToolStripMenuItem1.Size = new System.Drawing.Size(186, 22); this.видToolStripMenuItem1.Text = "Виды надбавок..."; this.видToolStripMenuItem1.Click += new System.EventHandler(this.видToolStripMenuItem1_Click); // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(166, 6); // // gRToolStripMenuItem // this.gRToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.пКГToolStripMenuItem, this.категорияToolStripMenuItem, this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem, this.категорииПерсоналаToolStripMenuItem, this.видРаботыToolStripMenuItem, this.видыДолжностейToolStripMenuItem, this.категорииToolStripMenuItem, this.категорииToolStripMenuItem1, this.группыДолжностейToolStripMenuItem}); this.gRToolStripMenuItem.Name = "gRToolStripMenuItem"; this.gRToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.gRToolStripMenuItem.Text = "Должности"; // // пКГToolStripMenuItem // this.пКГToolStripMenuItem.Name = "пКГToolStripMenuItem"; this.пКГToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.пКГToolStripMenuItem.Text = "Профессионально-квалификационные группы..."; this.пКГToolStripMenuItem.Click += new System.EventHandler(this.пКГToolStripMenuItem_Click); // // категорияToolStripMenuItem // this.категорияToolStripMenuItem.Name = "категорияToolStripMenuItem"; this.категорияToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.категорияToolStripMenuItem.Text = "Профессионально-квалификационные уровни..."; this.категорияToolStripMenuItem.Click += new System.EventHandler(this.категорияToolStripMenuItem_Click); // // профессиональноквалификационыеПодподкатегорииToolStripMenuItem // this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Name = "профессиональноквалификационыеПодподкатегорииToolStripMenuItem"; this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Text = "Коэффициенты к окладу"; this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem.Click += new System.EventHandler(this.профессиональноквалификационыеПодподкатегорииToolStripMenuItem_Click); // // категорииПерсоналаToolStripMenuItem // this.категорииПерсоналаToolStripMenuItem.Name = "категорииПерсоналаToolStripMenuItem"; this.категорииПерсоналаToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.категорииПерсоналаToolStripMenuItem.Text = "Категории персонала..."; this.категорииПерсоналаToolStripMenuItem.Click += new System.EventHandler(this.категорииПерсоналаToolStripMenuItem_Click); // // видРаботыToolStripMenuItem // this.видРаботыToolStripMenuItem.Name = "видРаботыToolStripMenuItem"; this.видРаботыToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.видРаботыToolStripMenuItem.Text = "Виды работ..."; this.видРаботыToolStripMenuItem.Click += new System.EventHandler(this.видРаботыToolStripMenuItem_Click); // // видыДолжностейToolStripMenuItem // this.видыДолжностейToolStripMenuItem.Name = "видыДолжностейToolStripMenuItem"; this.видыДолжностейToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.видыДолжностейToolStripMenuItem.Text = "Виды должностей..."; this.видыДолжностейToolStripMenuItem.Click += new System.EventHandler(this.видыДолжностейToolStripMenuItem_Click); // // категорииToolStripMenuItem // this.категорииToolStripMenuItem.Name = "категорииToolStripMenuItem"; this.категорииToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.категорииToolStripMenuItem.Text = "Категории для ВПО-2"; this.категорииToolStripMenuItem.Click += new System.EventHandler(this.категорииToolStripMenuItem_Click); // // категорииToolStripMenuItem1 // this.категорииToolStripMenuItem1.Name = "категорииToolStripMenuItem1"; this.категорииToolStripMenuItem1.Size = new System.Drawing.Size(346, 22); this.категорииToolStripMenuItem1.Text = "Категории для зп-образования"; this.категорииToolStripMenuItem1.Click += new System.EventHandler(this.категорииToolStripMenuItem1_Click); // // группыДолжностейToolStripMenuItem // this.группыДолжностейToolStripMenuItem.Name = "группыДолжностейToolStripMenuItem"; this.группыДолжностейToolStripMenuItem.Size = new System.Drawing.Size(346, 22); this.группыДолжностейToolStripMenuItem.Text = "Группы должностей"; this.группыДолжностейToolStripMenuItem.Click += new System.EventHandler(this.группыДолжностейToolStripMenuItem_Click); // // персоналToolStripMenuItem // this.персоналToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.гражданствоToolStripMenuItem, this.семейноеПоложениеToolStripMenuItem}); this.персоналToolStripMenuItem.Name = "персоналToolStripMenuItem"; this.персоналToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.персоналToolStripMenuItem.Text = "Личные данные"; // // гражданствоToolStripMenuItem // this.гражданствоToolStripMenuItem.Name = "гражданствоToolStripMenuItem"; this.гражданствоToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.гражданствоToolStripMenuItem.Text = "Гражданство..."; this.гражданствоToolStripMenuItem.Click += new System.EventHandler(this.гражданствоToolStripMenuItem_Click); // // семейноеПоложениеToolStripMenuItem // this.семейноеПоложениеToolStripMenuItem.Name = "семейноеПоложениеToolStripMenuItem"; this.семейноеПоложениеToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.семейноеПоложениеToolStripMenuItem.Text = "Семейное положение..."; this.семейноеПоложениеToolStripMenuItem.Click += new System.EventHandler(this.семейноеПоложениеToolStripMenuItem_Click); // // приказыToolStripMenuItem // this.приказыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.типыПриказовToolStripMenuItem, this.видыПриказовToolStripMenuItem, this.приказыМинистерстваToolStripMenuItem}); this.приказыToolStripMenuItem.Name = "приказыToolStripMenuItem"; this.приказыToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.приказыToolStripMenuItem.Text = "Приказы"; // // типыПриказовToolStripMenuItem // this.типыПриказовToolStripMenuItem.Name = "типыПриказовToolStripMenuItem"; this.типыПриказовToolStripMenuItem.Size = new System.Drawing.Size(212, 22); this.типыПриказовToolStripMenuItem.Text = "Типы приказов..."; this.типыПриказовToolStripMenuItem.Click += new System.EventHandler(this.типыПриказовToolStripMenuItem_Click); // // видыПриказовToolStripMenuItem // this.видыПриказовToolStripMenuItem.Name = "видыПриказовToolStripMenuItem"; this.видыПриказовToolStripMenuItem.Size = new System.Drawing.Size(212, 22); this.видыПриказовToolStripMenuItem.Text = "Виды приказов..."; this.видыПриказовToolStripMenuItem.Click += new System.EventHandler(this.видыПриказовToolStripMenuItem_Click); // // приказыМинистерстваToolStripMenuItem // this.приказыМинистерстваToolStripMenuItem.Name = "приказыМинистерстваToolStripMenuItem"; this.приказыМинистерстваToolStripMenuItem.Size = new System.Drawing.Size(212, 22); this.приказыМинистерстваToolStripMenuItem.Text = "Приказы министерства..."; this.приказыМинистерстваToolStripMenuItem.Click += new System.EventHandler(this.приказыМинистерстваToolStripMenuItem_Click); // // окладToolStripMenuItem // this.окладToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.источникФинансированияToolStripMenuItem, this.центрыФинансированияToolStripMenuItem, this.оКВЭДToolStripMenuItem, this.базовыеОкладыToolStripMenuItem}); this.окладToolStripMenuItem.Name = "окладToolStripMenuItem"; this.окладToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.окладToolStripMenuItem.Text = "Финансирование"; // // источникФинансированияToolStripMenuItem // this.источникФинансированияToolStripMenuItem.Name = "источникФинансированияToolStripMenuItem"; this.источникФинансированияToolStripMenuItem.Size = new System.Drawing.Size(242, 22); this.источникФинансированияToolStripMenuItem.Text = "Источники финансирования..."; this.источникФинансированияToolStripMenuItem.Click += new System.EventHandler(this.источникФинансированияToolStripMenuItem_Click); // // центрыФинансированияToolStripMenuItem // this.центрыФинансированияToolStripMenuItem.Name = "центрыФинансированияToolStripMenuItem"; this.центрыФинансированияToolStripMenuItem.Size = new System.Drawing.Size(242, 22); this.центрыФинансированияToolStripMenuItem.Text = "Центры затрат"; this.центрыФинансированияToolStripMenuItem.Click += new System.EventHandler(this.центрыФинансированияToolStripMenuItem_Click); // // оКВЭДToolStripMenuItem // this.оКВЭДToolStripMenuItem.Name = "оКВЭДToolStripMenuItem"; this.оКВЭДToolStripMenuItem.Size = new System.Drawing.Size(242, 22); this.оКВЭДToolStripMenuItem.Text = "ОКВЭД"; this.оКВЭДToolStripMenuItem.Click += new System.EventHandler(this.оКВЭДToolStripMenuItem_Click); // // базовыеОкладыToolStripMenuItem // this.базовыеОкладыToolStripMenuItem.Name = "базовыеОкладыToolStripMenuItem"; this.базовыеОкладыToolStripMenuItem.Size = new System.Drawing.Size(242, 22); this.базовыеОкладыToolStripMenuItem.Text = "Базовые оклады"; this.базовыеОкладыToolStripMenuItem.Visible = false; this.базовыеОкладыToolStripMenuItem.Click += new System.EventHandler(this.базовыеОкладыToolStripMenuItem_Click); // // совмещенияToolStripMenuItem // this.совмещенияToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.причинаСовмещенияToolStripMenuItem}); this.совмещенияToolStripMenuItem.Name = "совмещенияToolStripMenuItem"; this.совмещенияToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.совмещенияToolStripMenuItem.Text = "Совмещения"; // // причинаСовмещенияToolStripMenuItem // this.причинаСовмещенияToolStripMenuItem.Name = "причинаСовмещенияToolStripMenuItem"; this.причинаСовмещенияToolStripMenuItem.Size = new System.Drawing.Size(201, 22); this.причинаСовмещенияToolStripMenuItem.Text = "Причины совмещения"; this.причинаСовмещенияToolStripMenuItem.Click += new System.EventHandler(this.причинаСовмещенияToolStripMenuItem_Click); // // табельToolStripMenuItem // this.табельToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.статусДняToolStripMenuItem, this.графикиРаботыToolStripMenuItem}); this.табельToolStripMenuItem.Name = "табельToolStripMenuItem"; this.табельToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.табельToolStripMenuItem.Text = "Табель"; this.табельToolStripMenuItem.Visible = false; // // статусДняToolStripMenuItem // this.статусДняToolStripMenuItem.Name = "статусДняToolStripMenuItem"; this.статусДняToolStripMenuItem.Size = new System.Drawing.Size(166, 22); this.статусДняToolStripMenuItem.Text = "Статус дня"; this.статусДняToolStripMenuItem.Click += new System.EventHandler(this.статусДняToolStripMenuItem_Click); // // графикиРаботыToolStripMenuItem // this.графикиРаботыToolStripMenuItem.Name = "графикиРаботыToolStripMenuItem"; this.графикиРаботыToolStripMenuItem.Size = new System.Drawing.Size(166, 22); this.графикиРаботыToolStripMenuItem.Text = "Графики работы"; this.графикиРаботыToolStripMenuItem.Click += new System.EventHandler(this.графикиРаботыToolStripMenuItem_Click); // // отделыToolStripMenuItem // this.отделыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.типыОтделовToolStripMenuItem}); this.отделыToolStripMenuItem.Name = "отделыToolStripMenuItem"; this.отделыToolStripMenuItem.Size = new System.Drawing.Size(169, 22); this.отделыToolStripMenuItem.Text = "Остальное"; // // типыОтделовToolStripMenuItem // this.типыОтделовToolStripMenuItem.Name = "типыОтделовToolStripMenuItem"; this.типыОтделовToolStripMenuItem.Size = new System.Drawing.Size(154, 22); this.типыОтделовToolStripMenuItem.Text = "Типы отделов "; this.типыОтделовToolStripMenuItem.Click += new System.EventHandler(this.типыОтделовToolStripMenuItem_Click); // // сервисToolStripMenuItem // this.сервисToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.параметрыToolStripMenuItem, this.продлитьНадбавкуToolStripMenuItem, this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem, this.назначитьЧасыToolStripMenuItem}); this.сервисToolStripMenuItem.Name = "сервисToolStripMenuItem"; this.сервисToolStripMenuItem.Size = new System.Drawing.Size(59, 20); this.сервисToolStripMenuItem.Text = "Се&рвис"; // // параметрыToolStripMenuItem // this.параметрыToolStripMenuItem.Name = "параметрыToolStripMenuItem"; this.параметрыToolStripMenuItem.Size = new System.Drawing.Size(309, 22); this.параметрыToolStripMenuItem.Text = "Назначить надбавки"; this.параметрыToolStripMenuItem.Click += new System.EventHandler(this.назначитьНадбавкиToolStripMenuItem_Click); // // продлитьНадбавкуToolStripMenuItem // this.продлитьНадбавкуToolStripMenuItem.Name = "продлитьНадбавкуToolStripMenuItem"; this.продлитьНадбавкуToolStripMenuItem.Size = new System.Drawing.Size(309, 22); this.продлитьНадбавкуToolStripMenuItem.Text = "Продлить надбавку"; this.продлитьНадбавкуToolStripMenuItem.Click += new System.EventHandler(this.продлитьНадбавкуToolStripMenuItem_Click); // // продлитьНадбавкурасширеннаяФормаToolStripMenuItem // this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Name = "продлитьНадбавкурасширеннаяФормаToolStripMenuItem"; this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Size = new System.Drawing.Size(309, 22); this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Text = "Продлить надбавку (расширенная форма)"; this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem.Click += new System.EventHandler(this.продлитьНадбавкурасширеннаяФормаToolStripMenuItem_Click); // // назначитьЧасыToolStripMenuItem // this.назначитьЧасыToolStripMenuItem.Name = "назначитьЧасыToolStripMenuItem"; this.назначитьЧасыToolStripMenuItem.Size = new System.Drawing.Size(309, 22); this.назначитьЧасыToolStripMenuItem.Text = "Назначить часы"; this.назначитьЧасыToolStripMenuItem.Click += new System.EventHandler(this.назначитьЧасыToolStripMenuItem_Click); // // отчётыToolStripMenuItem // this.отчётыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem2, this.графикБуренияToolStripMenuItem, this.надбавкиПоВидуРаботыToolStripMenuItem1, this.надбавкиПоОтделамToolStripMenuItem, this.надбавкиПоДолжностямToolStripMenuItem, this.надбавкиТ3ПоППСToolStripMenuItem, this.отчетТ3ПоППСToolStripMenuItem, this.комплексныйОтчетПоНадбавкамToolStripMenuItem, this.фОТПоКатегориямБезИсточниковToolStripMenuItem, this.поискНадбавокПоПриказуToolStripMenuItem, this.сеткаПоДолжностямИОкладамToolStripMenuItem, this.надбавкиToolStripMenuItem, this.НастройкиToolStripMenuItem}); this.отчётыToolStripMenuItem.Name = "отчётыToolStripMenuItem"; this.отчётыToolStripMenuItem.Size = new System.Drawing.Size(60, 20); this.отчётыToolStripMenuItem.Text = "&Отчёты"; // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(275, 6); // // графикБуренияToolStripMenuItem // this.графикБуренияToolStripMenuItem.Name = "графикБуренияToolStripMenuItem"; this.графикБуренияToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.графикБуренияToolStripMenuItem.Text = "Отчет по виду надбавки"; this.графикБуренияToolStripMenuItem.Click += new System.EventHandler(this.графикБуренияToolStripMenuItem_Click); // // надбавкиПоВидуРаботыToolStripMenuItem1 // this.надбавкиПоВидуРаботыToolStripMenuItem1.Name = "надбавкиПоВидуРаботыToolStripMenuItem1"; this.надбавкиПоВидуРаботыToolStripMenuItem1.Size = new System.Drawing.Size(278, 22); this.надбавкиПоВидуРаботыToolStripMenuItem1.Text = "Фонд по виду работы"; this.надбавкиПоВидуРаботыToolStripMenuItem1.Click += new System.EventHandler(this.надбавкиПоВидуРаботыToolStripMenuItem_Click); // // надбавкиПоОтделамToolStripMenuItem // this.надбавкиПоОтделамToolStripMenuItem.Name = "надбавкиПоОтделамToolStripMenuItem"; this.надбавкиПоОтделамToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.надбавкиПоОтделамToolStripMenuItem.Text = "Фонд по отделам"; this.надбавкиПоОтделамToolStripMenuItem.Visible = false; this.надбавкиПоОтделамToolStripMenuItem.Click += new System.EventHandler(this.надбавкиПоОтделамToolStripMenuItem_Click); // // надбавкиПоДолжностямToolStripMenuItem // this.надбавкиПоДолжностямToolStripMenuItem.Name = "надбавкиПоДолжностямToolStripMenuItem"; this.надбавкиПоДолжностямToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.надбавкиПоДолжностямToolStripMenuItem.Text = "Фонд по источникам с должностями"; this.надбавкиПоДолжностямToolStripMenuItem.Visible = false; this.надбавкиПоДолжностямToolStripMenuItem.Click += new System.EventHandler(this.надбавкиПоДолжностямToolStripMenuItem_Click); // // надбавкиТ3ПоППСToolStripMenuItem // this.надбавкиТ3ПоППСToolStripMenuItem.Name = "надбавкиТ3ПоППСToolStripMenuItem"; this.надбавкиТ3ПоППСToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.надбавкиТ3ПоППСToolStripMenuItem.Text = "Отчет Т3 по ППС (прежний)"; this.надбавкиТ3ПоППСToolStripMenuItem.Visible = false; this.надбавкиТ3ПоППСToolStripMenuItem.Click += new System.EventHandler(this.надбавкиТ3ПоППСToolStripMenuItem_Click); // // отчетТ3ПоППСToolStripMenuItem // this.отчетТ3ПоППСToolStripMenuItem.Name = "отчетТ3ПоППСToolStripMenuItem"; this.отчетТ3ПоППСToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.отчетТ3ПоППСToolStripMenuItem.Text = "Отчет Т3 по ППС"; this.отчетТ3ПоППСToolStripMenuItem.Visible = false; this.отчетТ3ПоППСToolStripMenuItem.Click += new System.EventHandler(this.отчетТ3ПоППСToolStripMenuItem_Click); // // комплексныйОтчетПоНадбавкамToolStripMenuItem // this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Name = "комплексныйОтчетПоНадбавкамToolStripMenuItem"; this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Text = "ФОТ по категориям c источниками"; this.комплексныйОтчетПоНадбавкамToolStripMenuItem.Click += new System.EventHandler(this.комплексныйОтчетПоНадбавкамToolStripMenuItem_Click); // // фОТПоКатегориямБезИсточниковToolStripMenuItem // this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Name = "фОТПоКатегориямБезИсточниковToolStripMenuItem"; this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Text = "ФОТ по категориям без источников"; this.фОТПоКатегориямБезИсточниковToolStripMenuItem.Click += new System.EventHandler(this.фОТПоКатегориямБезИсточниковToolStripMenuItem_Click); // // поискНадбавокПоПриказуToolStripMenuItem // this.поискНадбавокПоПриказуToolStripMenuItem.Name = "поискНадбавокПоПриказуToolStripMenuItem"; this.поискНадбавокПоПриказуToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.поискНадбавокПоПриказуToolStripMenuItem.Text = "Поиск надбавок по приказу"; this.поискНадбавокПоПриказуToolStripMenuItem.Click += new System.EventHandler(this.поискНадбавокПоПриказуToolStripMenuItem_Click); // // сеткаПоДолжностямИОкладамToolStripMenuItem // this.сеткаПоДолжностямИОкладамToolStripMenuItem.Name = "сеткаПоДолжностямИОкладамToolStripMenuItem"; this.сеткаПоДолжностямИОкладамToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.сеткаПоДолжностямИОкладамToolStripMenuItem.Text = "Сетка окладов"; this.сеткаПоДолжностямИОкладамToolStripMenuItem.Click += new System.EventHandler(this.сеткаПоДолжностямИОкладамToolStripMenuItem_Click); // // надбавкиToolStripMenuItem // this.надбавкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.назначитьНадбавкиToolStripMenuItem, this.продлитьНадбавкуToolStripMenuItem1}); this.надбавкиToolStripMenuItem.Name = "надбавкиToolStripMenuItem"; this.надбавкиToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.надбавкиToolStripMenuItem.Text = "Надбавки"; this.надбавкиToolStripMenuItem.Visible = false; // // назначитьНадбавкиToolStripMenuItem // this.назначитьНадбавкиToolStripMenuItem.Name = "назначитьНадбавкиToolStripMenuItem"; this.назначитьНадбавкиToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.назначитьНадбавкиToolStripMenuItem.Text = "Назначить надбавки"; this.назначитьНадбавкиToolStripMenuItem.Click += new System.EventHandler(this.назначитьНадбавкиToolStripMenuItem_Click); // // продлитьНадбавкуToolStripMenuItem1 // this.продлитьНадбавкуToolStripMenuItem1.Name = "продлитьНадбавкуToolStripMenuItem1"; this.продлитьНадбавкуToolStripMenuItem1.Size = new System.Drawing.Size(186, 22); this.продлитьНадбавкуToolStripMenuItem1.Text = "Продлить надбавку"; this.продлитьНадбавкуToolStripMenuItem1.Click += new System.EventHandler(this.продлитьНадбавкуToolStripMenuItem_Click); // // НастройкиToolStripMenuItem // this.НастройкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.видыОтчетовToolStripMenuItem, this.последовательностьДанныхToolStripMenuItem}); this.НастройкиToolStripMenuItem.Name = "НастройкиToolStripMenuItem"; this.НастройкиToolStripMenuItem.Size = new System.Drawing.Size(278, 22); this.НастройкиToolStripMenuItem.Text = "Настройки (надбавки)"; // // видыОтчетовToolStripMenuItem // this.видыОтчетовToolStripMenuItem.Name = "видыОтчетовToolStripMenuItem"; this.видыОтчетовToolStripMenuItem.Size = new System.Drawing.Size(232, 22); this.видыОтчетовToolStripMenuItem.Text = "Виды отчетов"; this.видыОтчетовToolStripMenuItem.Click += new System.EventHandler(this.видыОтчетовToolStripMenuItem_Click); // // последовательностьДанныхToolStripMenuItem // this.последовательностьДанныхToolStripMenuItem.Name = "последовательностьДанныхToolStripMenuItem"; this.последовательностьДанныхToolStripMenuItem.Size = new System.Drawing.Size(232, 22); this.последовательностьДанныхToolStripMenuItem.Text = "Последовательность данных"; this.последовательностьДанныхToolStripMenuItem.Click += new System.EventHandler(this.последовательностьДанныхToolStripMenuItem_Click); // // правкаToolStripMenuItem // this.правкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.отменитьToolStripMenuItem, this.повторитьToolStripMenuItem, this.toolStripMenuItem5, this.вырезатьToolStripMenuItem, this.копироватьToolStripMenuItem, this.вставитьToolStripMenuItem, this.toolStripMenuItem6, this.выделитьВсёToolStripMenuItem}); this.правкаToolStripMenuItem.Name = "правкаToolStripMenuItem"; this.правкаToolStripMenuItem.Size = new System.Drawing.Size(59, 20); this.правкаToolStripMenuItem.Text = "&Правка"; this.правкаToolStripMenuItem.Visible = false; // // отменитьToolStripMenuItem // this.отменитьToolStripMenuItem.Image = global::Kadr.Properties.Resources.Edit_Undo; this.отменитьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.отменитьToolStripMenuItem.Name = "отменитьToolStripMenuItem"; this.отменитьToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.отменитьToolStripMenuItem.Text = "Отменить"; // // повторитьToolStripMenuItem // this.повторитьToolStripMenuItem.Image = global::Kadr.Properties.Resources.Edit_Redo; this.повторитьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.повторитьToolStripMenuItem.Name = "повторитьToolStripMenuItem"; this.повторитьToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.повторитьToolStripMenuItem.Text = "Повторить"; // // toolStripMenuItem5 // this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Size = new System.Drawing.Size(145, 6); // // вырезатьToolStripMenuItem // this.вырезатьToolStripMenuItem.Image = global::Kadr.Properties.Resources.Edit_Cut; this.вырезатьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.вырезатьToolStripMenuItem.Name = "вырезатьToolStripMenuItem"; this.вырезатьToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.вырезатьToolStripMenuItem.Text = "Вырезать"; // // копироватьToolStripMenuItem // this.копироватьToolStripMenuItem.Image = global::Kadr.Properties.Resources.CopyHS; this.копироватьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; this.копироватьToolStripMenuItem.Name = "копироватьToolStripMenuItem"; this.копироватьToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.копироватьToolStripMenuItem.Text = "Копировать"; // // вставитьToolStripMenuItem // this.вставитьToolStripMenuItem.Image = global::Kadr.Properties.Resources.PasteHS; this.вставитьToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; this.вставитьToolStripMenuItem.Name = "вставитьToolStripMenuItem"; this.вставитьToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.вставитьToolStripMenuItem.Text = "Вставить"; // // toolStripMenuItem6 // this.toolStripMenuItem6.Name = "toolStripMenuItem6"; this.toolStripMenuItem6.Size = new System.Drawing.Size(145, 6); // // выделитьВсёToolStripMenuItem // this.выделитьВсёToolStripMenuItem.Name = "выделитьВсёToolStripMenuItem"; this.выделитьВсёToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.выделитьВсёToolStripMenuItem.Text = "Выделить всё"; // // видToolStripMenuItem // this.видToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.панельИнструментовToolStripMenuItem, this.строкаСтатусаToolStripMenuItem, this.деревоПромысловыхОбъектовToolStripMenuItem}); this.видToolStripMenuItem.Name = "видToolStripMenuItem"; this.видToolStripMenuItem.Size = new System.Drawing.Size(39, 20); this.видToolStripMenuItem.Text = "&Вид"; this.видToolStripMenuItem.Visible = false; // // панельИнструментовToolStripMenuItem // this.панельИнструментовToolStripMenuItem.Name = "панельИнструментовToolStripMenuItem"; this.панельИнструментовToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.панельИнструментовToolStripMenuItem.Text = "Панель инструментов"; // // строкаСтатусаToolStripMenuItem // this.строкаСтатусаToolStripMenuItem.Name = "строкаСтатусаToolStripMenuItem"; this.строкаСтатусаToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.строкаСтатусаToolStripMenuItem.Text = "Строка статуса"; // // деревоПромысловыхОбъектовToolStripMenuItem // this.деревоПромысловыхОбъектовToolStripMenuItem.Name = "деревоПромысловыхОбъектовToolStripMenuItem"; this.деревоПромысловыхОбъектовToolStripMenuItem.Size = new System.Drawing.Size(250, 22); this.деревоПромысловыхОбъектовToolStripMenuItem.Text = "Дерево промысловых объектов"; // // справкаToolStripMenuItem // this.справкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.оглавлениеToolStripMenuItem, this.toolStripSeparator1, this.ApplicationAboutStripMenuItem}); this.справкаToolStripMenuItem.Name = "справкаToolStripMenuItem"; this.справкаToolStripMenuItem.Size = new System.Drawing.Size(65, 20); this.справкаToolStripMenuItem.Text = "Справ&ка"; // // оглавлениеToolStripMenuItem // this.оглавлениеToolStripMenuItem.Name = "оглавлениеToolStripMenuItem"; this.оглавлениеToolStripMenuItem.Size = new System.Drawing.Size(158, 22); this.оглавлениеToolStripMenuItem.Text = "&Содержание..."; this.оглавлениеToolStripMenuItem.Click += new System.EventHandler(this.оглавлениеToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(155, 6); // // ApplicationAboutStripMenuItem // this.ApplicationAboutStripMenuItem.Name = "ApplicationAboutStripMenuItem"; this.ApplicationAboutStripMenuItem.Size = new System.Drawing.Size(158, 22); this.ApplicationAboutStripMenuItem.Text = "О программе..."; this.ApplicationAboutStripMenuItem.Click += new System.EventHandler(this.ApplicationAboutStripMenuItem_Click); // // treeNodeContextMenu // this.treeNodeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem7, this.развернутьToolStripMenuItem, this.свернутьToolStripMenuItem, this.toolStripMenuItem8, this.показатьВсеToolStripMenuItem, this.свернутьВсеToolStripMenuItem, this.toolStripMenuItem9, this.обновитьToolStripMenuItem}); this.treeNodeContextMenu.Name = "treeNodeContextMenu"; this.treeNodeContextMenu.Size = new System.Drawing.Size(147, 132); // // toolStripMenuItem7 // this.toolStripMenuItem7.Name = "toolStripMenuItem7"; this.toolStripMenuItem7.Size = new System.Drawing.Size(143, 6); // // развернутьToolStripMenuItem // this.развернутьToolStripMenuItem.Name = "развернутьToolStripMenuItem"; this.развернутьToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.развернутьToolStripMenuItem.Text = "Развернуть"; this.развернутьToolStripMenuItem.DropDownOpening += new System.EventHandler(this.развернутьToolStripMenuItem_DropDownOpening); this.развернутьToolStripMenuItem.Click += new System.EventHandler(this.развернутьToolStripMenuItem_Click); // // свернутьToolStripMenuItem // this.свернутьToolStripMenuItem.Name = "свернутьToolStripMenuItem"; this.свернутьToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.свернутьToolStripMenuItem.Text = "Свернуть"; this.свернутьToolStripMenuItem.DropDownOpening += new System.EventHandler(this.свернутьToolStripMenuItem_DropDownOpening); this.свернутьToolStripMenuItem.Click += new System.EventHandler(this.свернутьToolStripMenuItem_Click); // // toolStripMenuItem8 // this.toolStripMenuItem8.Name = "toolStripMenuItem8"; this.toolStripMenuItem8.Size = new System.Drawing.Size(143, 6); // // показатьВсеToolStripMenuItem // this.показатьВсеToolStripMenuItem.Name = "показатьВсеToolStripMenuItem"; this.показатьВсеToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.показатьВсеToolStripMenuItem.Text = "Показать все"; this.показатьВсеToolStripMenuItem.Click += new System.EventHandler(this.показатьВсеToolStripMenuItem_Click); // // свернутьВсеToolStripMenuItem // this.свернутьВсеToolStripMenuItem.Name = "свернутьВсеToolStripMenuItem"; this.свернутьВсеToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.свернутьВсеToolStripMenuItem.Text = "Свернуть все"; this.свернутьВсеToolStripMenuItem.Click += new System.EventHandler(this.свернутьВсеToolStripMenuItem_Click); // // toolStripMenuItem9 // this.toolStripMenuItem9.Name = "toolStripMenuItem9"; this.toolStripMenuItem9.Size = new System.Drawing.Size(143, 6); // // обновитьToolStripMenuItem // this.обновитьToolStripMenuItem.Name = "обновитьToolStripMenuItem"; this.обновитьToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.обновитьToolStripMenuItem.Text = "Обновить"; this.обновитьToolStripMenuItem.Click += new System.EventHandler(this.обновитьToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Checked = true; this.toolStripMenuItem1.CheckOnClick = true; this.toolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked; this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(205, 22); this.toolStripMenuItem1.Text = "Текущие сотрудники"; // // departmentBindingSource // this.departmentBindingSource.DataSource = typeof(Kadr.Data.Department); // // KadrBaseForm // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(841, 462); this.Controls.Add(this.toolStripContainer1); this.helpProvider1.SetHelpKeyword(this, "Главное окно программы"); this.helpProvider1.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.TableOfContents); this.helpProvider1.SetHelpString(this, ""); this.Name = "KadrBaseForm"; this.helpProvider1.SetShowHelp(this, true); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "АИС \"Штатное расписание\""; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.KadrBaseForm_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.KadrBaseForm_FormClosed); this.Load += new System.EventHandler(this.KadrBaseForm_Load); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.KadrBaseForm_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.KadrBaseForm_DragEnter); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); this.toolStripContainer1.BottomToolStripPanel.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.treeNodeContextMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.departmentBindingSource)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStripButton bEFv5; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckNpgsqlForm)); System.Windows.Forms.ToolStripButton bEFv6; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripButton bCopy; System.Windows.Forms.ToolStrip toolStrip1; this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.miniToolStrip = new System.Windows.Forms.ToolStrip(); this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label1 = new System.Windows.Forms.Label(); this.b6 = new System.Windows.Forms.Button(); this.b5 = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.rtb = new System.Windows.Forms.RichTextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.llBuild = new System.Windows.Forms.LinkLabel(); this.llRestart = new System.Windows.Forms.LinkLabel(); this.llEFv5 = new System.Windows.Forms.LinkLabel(); this.llEFv6 = new System.Windows.Forms.LinkLabel(); this.llProvider = new System.Windows.Forms.LinkLabel(); this.llADONet = new System.Windows.Forms.LinkLabel(); this.llGrab = new System.Windows.Forms.LinkLabel(); this.llConfigSections = new System.Windows.Forms.LinkLabel(); bEFv5 = new System.Windows.Forms.ToolStripButton(); bEFv6 = new System.Windows.Forms.ToolStripButton(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); bCopy = new System.Windows.Forms.ToolStripButton(); toolStrip1 = new System.Windows.Forms.ToolStrip(); toolStrip1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // bEFv5 // bEFv5.Image = ((System.Drawing.Image)(resources.GetObject("bEFv5.Image"))); bEFv5.ImageTransparentColor = System.Drawing.Color.Magenta; bEFv5.Name = "bEFv5"; bEFv5.Size = new System.Drawing.Size(107, 24); bEFv5.Text = "Test EFv5"; bEFv5.Click += new System.EventHandler(this.bEFv5_Click); // // bEFv6 // bEFv6.Image = ((System.Drawing.Image)(resources.GetObject("bEFv6.Image"))); bEFv6.ImageTransparentColor = System.Drawing.Color.Magenta; bEFv6.Name = "bEFv6"; bEFv6.Size = new System.Drawing.Size(107, 24); bEFv6.Text = "Test EFv6"; bEFv6.Click += new System.EventHandler(this.bEFv6_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 27); // // bCopy // bCopy.Image = ((System.Drawing.Image)(resources.GetObject("bCopy.Image"))); bCopy.ImageTransparentColor = System.Drawing.Color.Magenta; bCopy.Name = "bCopy"; bCopy.Size = new System.Drawing.Size(112, 29); bCopy.Text = "&Copy text"; bCopy.Click += new System.EventHandler(this.bCopy_Click); // // toolStrip1 // toolStrip1.Dock = System.Windows.Forms.DockStyle.None; toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { bEFv5, bEFv6, toolStripSeparator1, bCopy}); toolStrip1.Location = new System.Drawing.Point(3, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(298, 27); toolStrip1.TabIndex = 0; // // BottomToolStripPanel // this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0); this.BottomToolStripPanel.Name = "BottomToolStripPanel"; this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0); // // TopToolStripPanel // this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0); this.TopToolStripPanel.Name = "TopToolStripPanel"; this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0); // // miniToolStrip // this.miniToolStrip.AutoSize = false; this.miniToolStrip.CanOverflow = false; this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.miniToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.miniToolStrip.Location = new System.Drawing.Point(295, 1); this.miniToolStrip.Name = "miniToolStrip"; this.miniToolStrip.Size = new System.Drawing.Size(298, 27); this.miniToolStrip.TabIndex = 0; // // RightToolStripPanel // this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0); this.RightToolStripPanel.Name = "RightToolStripPanel"; this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0); // // LeftToolStripPanel // this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0); this.LeftToolStripPanel.Name = "LeftToolStripPanel"; this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0); // // ContentPanel // this.ContentPanel.Size = new System.Drawing.Size(1005, 383); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Margin = new System.Windows.Forms.Padding(4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(900, 563); this.tabControl1.TabIndex = 4; // // tabPage1 // this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.b6); this.tabPage1.Controls.Add(this.b5); this.tabPage1.Location = new System.Drawing.Point(4, 28); this.tabPage1.Margin = new System.Windows.Forms.Padding(4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4); this.tabPage1.Size = new System.Drawing.Size(892, 531); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Welcome!"; this.tabPage1.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 42); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(220, 18); this.label1.TabIndex = 0; this.label1.Text = "Select a test for your needs:"; // // b6 // this.b6.Location = new System.Drawing.Point(10, 197); this.b6.Margin = new System.Windows.Forms.Padding(4); this.b6.Name = "b6"; this.b6.Size = new System.Drawing.Size(375, 55); this.b6.TabIndex = 2; this.b6.Text = "Check if EntityFramework6 is ready"; this.b6.UseVisualStyleBackColor = true; this.b6.Click += new System.EventHandler(this.bEFv6_Click); // // b5 // this.b5.Location = new System.Drawing.Point(10, 101); this.b5.Margin = new System.Windows.Forms.Padding(4); this.b5.Name = "b5"; this.b5.Size = new System.Drawing.Size(375, 55); this.b5.TabIndex = 1; this.b5.Text = "Check if EntityFramework5 is ready"; this.b5.UseVisualStyleBackColor = true; this.b5.Click += new System.EventHandler(this.bEFv5_Click); // // tabPage2 // this.tabPage2.Controls.Add(this.rtb); this.tabPage2.Location = new System.Drawing.Point(4, 28); this.tabPage2.Margin = new System.Windows.Forms.Padding(4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4); this.tabPage2.Size = new System.Drawing.Size(892, 531); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Test and result"; this.tabPage2.UseVisualStyleBackColor = true; // // rtb // this.rtb.BorderStyle = System.Windows.Forms.BorderStyle.None; this.rtb.Dock = System.Windows.Forms.DockStyle.Fill; this.rtb.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.rtb.Location = new System.Drawing.Point(4, 4); this.rtb.Margin = new System.Windows.Forms.Padding(4); this.rtb.Name = "rtb"; this.rtb.Size = new System.Drawing.Size(884, 523); this.rtb.TabIndex = 3; this.rtb.Text = ""; this.rtb.WordWrap = false; // // tabPage3 // this.tabPage3.Controls.Add(this.llConfigSections); this.tabPage3.Controls.Add(this.llBuild); this.tabPage3.Controls.Add(this.llRestart); this.tabPage3.Controls.Add(this.llEFv5); this.tabPage3.Controls.Add(this.llEFv6); this.tabPage3.Controls.Add(this.llProvider); this.tabPage3.Controls.Add(this.llADONet); this.tabPage3.Controls.Add(this.llGrab); this.tabPage3.Location = new System.Drawing.Point(4, 28); this.tabPage3.Margin = new System.Windows.Forms.Padding(4); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(4); this.tabPage3.Size = new System.Drawing.Size(892, 531); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Suggestions"; this.tabPage3.UseVisualStyleBackColor = true; // // llBuild // this.llBuild.AutoSize = true; this.llBuild.Location = new System.Drawing.Point(10, 379); this.llBuild.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llBuild.Name = "llBuild"; this.llBuild.Size = new System.Drawing.Size(487, 18); this.llBuild.TabIndex = 6; this.llBuild.TabStop = true; this.llBuild.Text = " Build your project once, in order to update Npgsql.dll in bin\\xxx"; // // llRestart // this.llRestart.AutoSize = true; this.llRestart.Location = new System.Drawing.Point(10, 322); this.llRestart.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llRestart.Name = "llRestart"; this.llRestart.Size = new System.Drawing.Size(383, 18); this.llRestart.TabIndex = 5; this.llRestart.TabStop = true; this.llRestart.Text = " Restart VisualStudio. Npgsql assembly hook fails."; // // llEFv5 // this.llEFv5.AutoSize = true; this.llEFv5.Location = new System.Drawing.Point(10, 208); this.llEFv5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llEFv5.Name = "llEFv5"; this.llEFv5.Size = new System.Drawing.Size(288, 18); this.llEFv5.TabIndex = 3; this.llEFv5.TabStop = true; this.llEFv5.Text = " Add EntityFramework5.Npgsql %ver%"; this.llEFv5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEFv5_LinkClicked); // // llEFv6 // this.llEFv6.AutoSize = true; this.llEFv6.Location = new System.Drawing.Point(10, 265); this.llEFv6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llEFv6.Name = "llEFv6"; this.llEFv6.Size = new System.Drawing.Size(288, 18); this.llEFv6.TabIndex = 4; this.llEFv6.TabStop = true; this.llEFv6.Text = " Add EntityFramework6.Npgsql %ver%"; this.llEFv6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEFv6_LinkClicked); // // llProvider // this.llProvider.AutoSize = true; this.llProvider.Location = new System.Drawing.Point(10, 151); this.llProvider.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llProvider.Name = "llProvider"; this.llProvider.Size = new System.Drawing.Size(417, 18); this.llProvider.TabIndex = 2; this.llProvider.TabStop = true; this.llProvider.Text = " Add EFv6 Npgsql provider to App.config or Web.config"; this.llProvider.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llProvider_LinkClicked); // // llADONet // this.llADONet.AutoSize = true; this.llADONet.Location = new System.Drawing.Point(10, 94); this.llADONet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llADONet.Name = "llADONet"; this.llADONet.Size = new System.Drawing.Size(443, 18); this.llADONet.TabIndex = 1; this.llADONet.TabStop = true; this.llADONet.Text = " Add Npgsql ADO.net provider to App.config or Web.config"; this.llADONet.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llADONet_LinkClicked); // // llGrab // this.llGrab.AutoSize = true; this.llGrab.Location = new System.Drawing.Point(10, 37); this.llGrab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llGrab.Name = "llGrab"; this.llGrab.Size = new System.Drawing.Size(803, 18); this.llGrab.TabIndex = 0; this.llGrab.TabStop = true; this.llGrab.Text = " Grab NpgsqlDdexProvider %ver%, and install it. And then [Tool] -> [Setup Npgs" + "ql DbProviderFactories...]"; this.llGrab.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llGrab_LinkClicked); // // llConfigSections // this.llConfigSections.AutoSize = true; this.llConfigSections.Location = new System.Drawing.Point(10, 436); this.llConfigSections.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.llConfigSections.Name = "llConfigSections"; this.llConfigSections.Size = new System.Drawing.Size(509, 18); this.llConfigSections.TabIndex = 7; this.llConfigSections.TabStop = true; this.llConfigSections.Text = " <configSections> in App.config/Web.config has to be first element!"; this.llConfigSections.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llConfigSections_LinkClicked); // // CheckNpgsqlForm // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(900, 563); this.Controls.Add(this.tabControl1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "CheckNpgsqlForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Check NpgsqlDdexProvider"; this.Load += new System.EventHandler(this.CheckNpgsqlForm_Load); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); }