210 lines
12 KiB
C#
210 lines
12 KiB
C#
namespace AdvertsingProfitControl
|
|
{
|
|
partial class frmAddRecord
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.addRecordMainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.addRecordMainTabControl = new System.Windows.Forms.TabControl();
|
|
this.APCTabPage = new System.Windows.Forms.TabPage();
|
|
this.addRecordAPCMainDataGridView = new System.Windows.Forms.DataGridView();
|
|
this.WICTabPage = new System.Windows.Forms.TabPage();
|
|
this.addRecordWICMainDataGridView = new System.Windows.Forms.DataGridView();
|
|
this.addRecordMainMenu = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editAddRecordMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.addRecEditAddRecordMainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.textBoxMenu = new System.Windows.Forms.ToolStripTextBox();
|
|
this.dateMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
|
|
this.addRecordMainTableLayoutPanel.SuspendLayout();
|
|
this.addRecordMainTabControl.SuspendLayout();
|
|
this.APCTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.addRecordAPCMainDataGridView)).BeginInit();
|
|
this.WICTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.addRecordWICMainDataGridView)).BeginInit();
|
|
this.addRecordMainMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// addRecordMainTableLayoutPanel
|
|
//
|
|
this.addRecordMainTableLayoutPanel.ColumnCount = 1;
|
|
this.addRecordMainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.addRecordMainTableLayoutPanel.Controls.Add(this.addRecordMainTabControl, 0, 2);
|
|
this.addRecordMainTableLayoutPanel.Controls.Add(this.addRecordMainMenu, 0, 0);
|
|
this.addRecordMainTableLayoutPanel.Controls.Add(this.dateMaskedTextBox, 0, 1);
|
|
this.addRecordMainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addRecordMainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.addRecordMainTableLayoutPanel.Name = "addRecordMainTableLayoutPanel";
|
|
this.addRecordMainTableLayoutPanel.RowCount = 3;
|
|
this.addRecordMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
|
this.addRecordMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
|
this.addRecordMainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.addRecordMainTableLayoutPanel.Size = new System.Drawing.Size(1084, 478);
|
|
this.addRecordMainTableLayoutPanel.TabIndex = 0;
|
|
//
|
|
// addRecordMainTabControl
|
|
//
|
|
this.addRecordMainTabControl.Controls.Add(this.APCTabPage);
|
|
this.addRecordMainTabControl.Controls.Add(this.WICTabPage);
|
|
this.addRecordMainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addRecordMainTabControl.Location = new System.Drawing.Point(3, 53);
|
|
this.addRecordMainTabControl.Name = "addRecordMainTabControl";
|
|
this.addRecordMainTabControl.SelectedIndex = 0;
|
|
this.addRecordMainTabControl.Size = new System.Drawing.Size(1078, 422);
|
|
this.addRecordMainTabControl.TabIndex = 1;
|
|
//
|
|
// APCTabPage
|
|
//
|
|
this.APCTabPage.Controls.Add(this.addRecordAPCMainDataGridView);
|
|
this.APCTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.APCTabPage.Name = "APCTabPage";
|
|
this.APCTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.APCTabPage.Size = new System.Drawing.Size(1070, 396);
|
|
this.APCTabPage.TabIndex = 0;
|
|
this.APCTabPage.Text = "Advertising Profit Control";
|
|
this.APCTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// addRecordAPCMainDataGridView
|
|
//
|
|
this.addRecordAPCMainDataGridView.AllowUserToResizeRows = false;
|
|
this.addRecordAPCMainDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.addRecordAPCMainDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addRecordAPCMainDataGridView.Location = new System.Drawing.Point(3, 3);
|
|
this.addRecordAPCMainDataGridView.Name = "addRecordAPCMainDataGridView";
|
|
this.addRecordAPCMainDataGridView.Size = new System.Drawing.Size(1064, 390);
|
|
this.addRecordAPCMainDataGridView.TabIndex = 1;
|
|
//
|
|
// WICTabPage
|
|
//
|
|
this.WICTabPage.Controls.Add(this.addRecordWICMainDataGridView);
|
|
this.WICTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.WICTabPage.Name = "WICTabPage";
|
|
this.WICTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.WICTabPage.Size = new System.Drawing.Size(1070, 396);
|
|
this.WICTabPage.TabIndex = 1;
|
|
this.WICTabPage.Text = "Weekly Inventory Control";
|
|
this.WICTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// addRecordWICMainDataGridView
|
|
//
|
|
this.addRecordWICMainDataGridView.AllowUserToResizeRows = false;
|
|
this.addRecordWICMainDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.addRecordWICMainDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addRecordWICMainDataGridView.Location = new System.Drawing.Point(3, 3);
|
|
this.addRecordWICMainDataGridView.Name = "addRecordWICMainDataGridView";
|
|
this.addRecordWICMainDataGridView.Size = new System.Drawing.Size(1064, 390);
|
|
this.addRecordWICMainDataGridView.TabIndex = 2;
|
|
//
|
|
// addRecordMainMenu
|
|
//
|
|
this.addRecordMainMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addRecordMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.editAddRecordMainMenu,
|
|
this.textBoxMenu});
|
|
this.addRecordMainMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.addRecordMainMenu.Name = "addRecordMainMenu";
|
|
this.addRecordMainMenu.Size = new System.Drawing.Size(1084, 25);
|
|
this.addRecordMainMenu.TabIndex = 0;
|
|
this.addRecordMainMenu.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 21);
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
//
|
|
// editAddRecordMainMenu
|
|
//
|
|
this.editAddRecordMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addRecEditAddRecordMainMenu});
|
|
this.editAddRecordMainMenu.Name = "editAddRecordMainMenu";
|
|
this.editAddRecordMainMenu.Size = new System.Drawing.Size(39, 21);
|
|
this.editAddRecordMainMenu.Text = "&Edit";
|
|
//
|
|
// addRecEditAddRecordMainMenu
|
|
//
|
|
this.addRecEditAddRecordMainMenu.Name = "addRecEditAddRecordMainMenu";
|
|
this.addRecEditAddRecordMainMenu.Size = new System.Drawing.Size(136, 22);
|
|
this.addRecEditAddRecordMainMenu.Text = "&Add Record";
|
|
this.addRecEditAddRecordMainMenu.Click += new System.EventHandler(this.addRecEditAddRecordMainMenu_Click);
|
|
//
|
|
// textBoxMenu
|
|
//
|
|
this.textBoxMenu.Name = "textBoxMenu";
|
|
this.textBoxMenu.Size = new System.Drawing.Size(100, 21);
|
|
//
|
|
// dateMaskedTextBox
|
|
//
|
|
this.dateMaskedTextBox.Location = new System.Drawing.Point(3, 28);
|
|
this.dateMaskedTextBox.Mask = "00/00/0000";
|
|
this.dateMaskedTextBox.Name = "dateMaskedTextBox";
|
|
this.dateMaskedTextBox.Size = new System.Drawing.Size(64, 20);
|
|
this.dateMaskedTextBox.TabIndex = 1;
|
|
this.dateMaskedTextBox.ValidatingType = typeof(System.DateTime);
|
|
//
|
|
// frmAddRecord
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1084, 478);
|
|
this.Controls.Add(this.addRecordMainTableLayoutPanel);
|
|
this.MainMenuStrip = this.addRecordMainMenu;
|
|
this.Name = "frmAddRecord";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Add Record Form";
|
|
this.Load += new System.EventHandler(this.frmAddRecord_Load);
|
|
this.addRecordMainTableLayoutPanel.ResumeLayout(false);
|
|
this.addRecordMainTableLayoutPanel.PerformLayout();
|
|
this.addRecordMainTabControl.ResumeLayout(false);
|
|
this.APCTabPage.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.addRecordAPCMainDataGridView)).EndInit();
|
|
this.WICTabPage.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.addRecordWICMainDataGridView)).EndInit();
|
|
this.addRecordMainMenu.ResumeLayout(false);
|
|
this.addRecordMainMenu.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel addRecordMainTableLayoutPanel;
|
|
private System.Windows.Forms.MenuStrip addRecordMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem editAddRecordMainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem addRecEditAddRecordMainMenu;
|
|
private System.Windows.Forms.TabControl addRecordMainTabControl;
|
|
private System.Windows.Forms.TabPage APCTabPage;
|
|
private System.Windows.Forms.DataGridView addRecordAPCMainDataGridView;
|
|
private System.Windows.Forms.TabPage WICTabPage;
|
|
private System.Windows.Forms.DataGridView addRecordWICMainDataGridView;
|
|
private System.Windows.Forms.MaskedTextBox dateMaskedTextBox;
|
|
private System.Windows.Forms.ToolStripTextBox textBoxMenu;
|
|
}
|
|
} |