コード例 #1
0
ファイル: FftToolstrip.cs プロジェクト: FlopGithub/xoscillo-2
        public FftToolStrip(GraphControl gc, GraphFFT gf)
        {
            graphControl = gc;
             oldGraph = gf;

             this.fft = new System.Windows.Forms.ToolStripButton();

             this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
             this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fft});
             this.toolStrip.Location = new System.Drawing.Point(0, 0);
             this.toolStrip.Name = "toolStrip2";
             this.toolStrip.Size = new System.Drawing.Size(497, 25);
             this.toolStrip.TabIndex = 1;
             this.toolStrip.Text = "toolStrip2";

             //
             // fft
             //
             this.fft.CheckOnClick = true;
             this.fft.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
             this.fft.Image = null;// ((System.Drawing.Image)(resources.GetObject("fft.Image")));
             this.fft.ImageTransparentColor = System.Drawing.Color.Magenta;
             this.fft.Name = "fft";
             this.fft.Size = new System.Drawing.Size(30, 22);
             this.fft.Text = "FFT";
             this.fft.CheckStateChanged += new System.EventHandler(this.fft_CheckStateChanged);
        }
コード例 #2
0
        /// <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>
        protected override void InitializeComponent() {
            base.InitializeComponent();

            this.components = new System.ComponentModel.Container();
            this.btnGestion = new System.Windows.Forms.ToolStripButton();
            // 
            // btnGestion
            //             
            this.toolStrip1.SuspendLayout();
            this.toolStrip1.Items.Add(btnGestion);
            this.btnGestion.Image = global::cuAbmCuenta.Properties.Resources.gestionar_tb;
            this.btnGestion.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnGestion.Name = "btnGestion";
            this.btnGestion.Size = new System.Drawing.Size(23, 22);
            this.btnGestion.Text = "Gestionar";
            this.btnGestion.Tag = "BOTON.GESTION.GESTIONAR";
            this.btnGestion.ToolTipText = "Gestionar (Enter)";
            this.btnGestion.Click += new System.EventHandler(this.btnGestion_Click);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            // 
            // dgvListado
            // 
            this.dgvListado.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvListado_RowPrePaint);
            this.dgvListado.AllowUserToResizeColumns = true;
        }
コード例 #3
0
        public void InitializeComponent()
        {
            this.SuspendLayout();

            _enableVariableLayers = new System.Windows.Forms.ToolStripButton();
            _enableVariableLayers.Name = "_enableVariableLayers";
            _enableVariableLayers.Image = Properties.Resources.hide;
            _enableVariableLayers.CheckOnClick = true;
            _enableVariableLayers.CheckedChanged += OnCheckedChanged;

            _interval = new System.Windows.Forms.ToolStripTextBox();
            _interval.Text = "500";
            _interval.Enabled = false;
            _interval.TextChanged += OnTextChanged;

            _timer = new System.Timers.Timer();
            _timer.Interval = 500;
            _timer.Elapsed += OnTouchTimer;

            this.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
            { _enableVariableLayers, _interval });

            this.ResumeLayout();
            this.PerformLayout();
            this.Visible = true;
        }
コード例 #4
0
 /// <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(frmBankDoc));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsPO = new System.Windows.Forms.ToolStripButton();
     this.dgvSelectBankDoc = new System.Windows.Forms.DataGridView();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSelectBankDoc)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsPO});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(420, 39);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tsPO
     //
     this.tsPO.Image = ((System.Drawing.Image)(resources.GetObject("tsPO.Image")));
     this.tsPO.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsPO.Name = "tsPO";
     this.tsPO.Size = new System.Drawing.Size(99, 36);
     this.tsPO.Text = "Enter-เลือก";
     //
     // dgvSelectBankDoc
     //
     this.dgvSelectBankDoc.AllowUserToAddRows = false;
     this.dgvSelectBankDoc.AllowUserToDeleteRows = false;
     this.dgvSelectBankDoc.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSelectBankDoc.Location = new System.Drawing.Point(0, 39);
     this.dgvSelectBankDoc.Name = "dgvSelectBankDoc";
     this.dgvSelectBankDoc.ReadOnly = true;
     this.dgvSelectBankDoc.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvSelectBankDoc.Size = new System.Drawing.Size(420, 235);
     this.dgvSelectBankDoc.TabIndex = 11;
     //
     // frmBankDoc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(420, 271);
     this.Controls.Add(this.dgvSelectBankDoc);
     this.Controls.Add(this.toolStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmBankDoc";
     this.Text = "frmBankDoc";
     this.Load += new System.EventHandler(this.frmBankDoc_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSelectBankDoc)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #5
0
 /// <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(frmGrid));
     this.dgvResults = new System.Windows.Forms.DataGridView();
     this.tbrMain = new System.Windows.Forms.ToolStrip();
     this.tbrMainClose = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).BeginInit();
     this.tbrMain.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvResults
     //
     this.dgvResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvResults.Location = new System.Drawing.Point(5, 45);
     this.dgvResults.Name = "dgvResults";
     this.dgvResults.RowTemplate.Height = 24;
     this.dgvResults.Size = new System.Drawing.Size(998, 388);
     this.dgvResults.TabIndex = 0;
     //
     // tbrMain
     //
     this.tbrMain.BackColor = System.Drawing.Color.Silver;
     this.tbrMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tbrMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tbrMainClose});
     this.tbrMain.Location = new System.Drawing.Point(0, 0);
     this.tbrMain.Name = "tbrMain";
     this.tbrMain.Size = new System.Drawing.Size(1013, 38);
     this.tbrMain.TabIndex = 45;
     this.tbrMain.Text = "toolStrip1";
     //
     // tbrMainClose
     //
     this.tbrMainClose.Image = ((System.Drawing.Image)(resources.GetObject("tbrMainClose.Image")));
     this.tbrMainClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbrMainClose.Name = "tbrMainClose";
     this.tbrMainClose.Size = new System.Drawing.Size(40, 35);
     this.tbrMainClose.Text = "Close";
     this.tbrMainClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tbrMainClose.Click += new System.EventHandler(this.tbrMainClose_Click);
     //
     // frmGrid
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1013, 443);
     this.Controls.Add(this.tbrMain);
     this.Controls.Add(this.dgvResults);
     this.MinimizeBox = false;
     this.Name = "frmGrid";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Display results grid";
     ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).EndInit();
     this.tbrMain.ResumeLayout(false);
     this.tbrMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #6
0
 /// <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(NetworkInterfaceSelector));
     this.MyToolStrip = new System.Windows.Forms.ToolStrip();
     this.ScanButton = new System.Windows.Forms.ToolStripButton();
     this.NetworkInterfaceDropDown = new System.Windows.Forms.ToolStripDropDownButton();
     this.MyToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // MyToolStrip
     //
     this.MyToolStrip.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MyToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.MyToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ScanButton,
     this.NetworkInterfaceDropDown});
     this.MyToolStrip.Location = new System.Drawing.Point(0, 0);
     this.MyToolStrip.Name = "MyToolStrip";
     this.MyToolStrip.Size = new System.Drawing.Size(212, 25);
     this.MyToolStrip.TabIndex = 0;
     this.MyToolStrip.Text = "toolStrip1";
     //
     // ScanButton
     //
     this.ScanButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ScanButton.Image = global::inSSIDer.Properties.Resources.wifiPlay;
     this.ScanButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ScanButton.Name = "ScanButton";
     this.ScanButton.Size = new System.Drawing.Size(51, 22);
     this.ScanButton.Text = "Start";
     this.ScanButton.Click += new System.EventHandler(this.ScanButton_Click);
     //
     // NetworkInterfaceDropDown
     //
     this.NetworkInterfaceDropDown.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.NetworkInterfaceDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.NetworkInterfaceDropDown.Image = ((System.Drawing.Image)(resources.GetObject("NetworkInterfaceDropDown.Image")));
     this.NetworkInterfaceDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.NetworkInterfaceDropDown.Name = "NetworkInterfaceDropDown";
     this.NetworkInterfaceDropDown.Size = new System.Drawing.Size(127, 22);
     this.NetworkInterfaceDropDown.Text = "Select Wi-Fi Adapter";
     this.NetworkInterfaceDropDown.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.NetworkInterfaceDropDown_DropDownItemClicked);
     //
     // NetworkInterfaceSelector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.Controls.Add(this.MyToolStrip);
     this.Name = "NetworkInterfaceSelector";
     this.Size = new System.Drawing.Size(212, 25);
     this.MyToolStrip.ResumeLayout(false);
     this.MyToolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(UltraVNCSC));
     this.tsMain = new System.Windows.Forms.ToolStrip();
     this.Load += new System.EventHandler(this.UltraVNCSC_Load);
     this.btnDisconnect = new System.Windows.Forms.ToolStripButton();
     this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
     this.pnlContainer = new System.Windows.Forms.Panel();
     this.tsMain.SuspendLayout();
     this.SuspendLayout();
     //
     //tsMain
     //
     this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnDisconnect });
     this.tsMain.Location = new System.Drawing.Point(0, 0);
     this.tsMain.Name = "tsMain";
     this.tsMain.Size = new System.Drawing.Size(446, 25);
     this.tsMain.TabIndex = 0;
     this.tsMain.Text = "ToolStrip1";
     //
     //btnDisconnect
     //
     this.btnDisconnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnDisconnect.Image = (System.Drawing.Image)(resources.GetObject("btnDisconnect.Image"));
     this.btnDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDisconnect.Name = "btnDisconnect";
     this.btnDisconnect.Size = new System.Drawing.Size(63, 22);
     this.btnDisconnect.Text = "Disconnect";
     //
     //pnlContainer
     //
     this.pnlContainer.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.pnlContainer.Location = new System.Drawing.Point(0, 27);
     this.pnlContainer.Name = "pnlContainer";
     this.pnlContainer.Size = new System.Drawing.Size(446, 335);
     this.pnlContainer.TabIndex = 1;
     //
     //UltraVNCSC
     //
     this.ClientSize = new System.Drawing.Size(446, 362);
     this.Controls.Add(this.pnlContainer);
     this.Controls.Add(this.tsMain);
     this.Icon = global::My.Resources.Resources.UVNC_SC_Icon;
     this.Name = "UltraVNCSC";
     this.TabText = "UltraVNC SC";
     this.Text = "UltraVNC SC";
     this.tsMain.ResumeLayout(false);
     this.tsMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #8
0
 public IpcWebWindowFunctions(string ipcEvent
         , IpcWebWindow window
         , System.Windows.Forms.ToolStripButton tsbMonitor
         , System.Windows.Forms.ToolStripStatusLabel tsslStatus)
 {
     _ipcEvent = ipcEvent;
     _window = window;
     _tsbMonitor = tsbMonitor;
     _browser = _window.WebBrowser1;
     _tsslStatus = tsslStatus;
 }
コード例 #9
0
        /// <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>
        protected override void InitializeComponent() {
            base.InitializeComponent();

            this.components = new System.ComponentModel.Container();

            this.btnGestion = new System.Windows.Forms.ToolStripButton();
            this.btnCartas = new System.Windows.Forms.ToolStripButton();
            this.btnListado = new System.Windows.Forms.ToolStripButton();

            // 
            // btnGestion
            //             
            this.toolStrip1.SuspendLayout();
            this.toolStrip1.Items.Add(btnGestion);
            this.btnGestion.Image = global::cuListaGestion.Properties.Resources.masiva;
            this.btnGestion.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnGestion.Name = "btnGestion";
            this.btnGestion.Size = new System.Drawing.Size(23, 22);
            this.btnGestion.Text = "Gestionar";
            this.btnGestion.ToolTipText = "Gestionar (F10)";
            this.btnGestion.Click += new System.EventHandler(this.btnGestion_Click);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            // 
            // btnCartas
            //             
            this.toolStrip1.SuspendLayout();
            this.toolStrip1.Items.Add(btnCartas);
            this.btnCartas.Image = global::cuListaGestion.Properties.Resources.param;
            this.btnCartas.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnCartas.Name = "btnCartas";
            this.btnCartas.Size = new System.Drawing.Size(23, 22);
            this.btnCartas.Text = "Postal/Terreno";
            this.btnCartas.ToolTipText = "Generar Documentos Postal/Terreno (F11)";
            this.btnCartas.Click += new System.EventHandler(this.btnCartas_Click);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();

            // 
            // btnListado
            //             
            this.toolStrip1.SuspendLayout();
            this.toolStrip1.Items.Add(btnListado);
            this.btnListado.Image = global::cuListaGestion.Properties.Resources.param;
            this.btnListado.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnListado.Name = "btnListado";
            this.btnListado.Size = new System.Drawing.Size(23, 22);
            this.btnListado.Text = "&Generar Listado";
            this.btnListado.ToolTipText = "Generar Listado de Gestiones de la Lista (F12)";
            this.btnListado.Click += new System.EventHandler(this.btnListado_Click);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
        }
コード例 #10
0
 public IpcWindowFunctions(string ipcEvent
         , IpcWindow window
         , System.Windows.Forms.ToolStripButton tsbMonitor
         , System.Windows.Forms.DataGridView dgvMonitor
         , System.Windows.Forms.ToolStripStatusLabel tsslStatus)
 {
     _ipcEvent = ipcEvent;
     _window = window;
     _tsbMonitor = tsbMonitor;
     _dgvMonitor = dgvMonitor;
     _tsslStatus = tsslStatus;
 }
コード例 #11
0
ファイル: MapEditor.cs プロジェクト: NekoProject/NekoKun
        public MapEditor(MapFile file)
            : base(file)
        {
            map = file;
            this.tileset = map.TilesetFile[map.TilesetID];

            mapPanel = new MapPanel(map.Layers, tileset);
            mapPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Controls.Add(mapPanel);
            this.KeyPreview = true;
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(MapEditor_KeyDown);

            this.mapPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(mapPanel_MouseDown);
            this.mapPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(mapPanel_MouseMove);

            tilePanel = new TilePanel(tileset);
            tilePanel.TileSelected += new EventHandler<TilePanel.TileSelectedArgs>(tilePanel_TileSelected);
            tilePanel.Dock = System.Windows.Forms.DockStyle.Fill;

            toolstrip = new System.Windows.Forms.ToolStrip();
            toolstrip.Dock = System.Windows.Forms.DockStyle.Top;
            toolstrip.Stretch = true;
            toolstrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;

            buttonSelected = new System.Windows.Forms.ToolStripButton();
            buttonSelected.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.SizeToFit;
            buttonSelected.AutoSize = true;
            buttonSelected.Image = tileset[0];
            buttonSelected.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;

            toolstrip.Items.Add(buttonSelected);
            toolstrip.Items.Add(new System.Windows.Forms.ToolStripSeparator());

            buttonLayers = new List<System.Windows.Forms.ToolStripButton>();
            for (int i = 0; i < this.map.Layers.Count; i++)
            {
                var laybtn = new System.Windows.Forms.ToolStripButton();
                laybtn.Text = string.Format("{0}", i + 1);
                laybtn.Tag = i;
                laybtn.Click += new EventHandler(laybtn_Click);
                if (this.map.Layers[i].Type == MapLayerType.HalfBlockShadow)
                {
                    laybtn.Text = "阴影";
                }
                toolstrip.Items.Add(laybtn);
                buttonLayers.Add(laybtn);
            }

            toolboxPanel = new System.Windows.Forms.Panel();
            this.toolboxPanel.Controls.Add(tilePanel);
            this.toolboxPanel.Controls.Add(toolstrip);
        }
コード例 #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(640, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Black;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(50, 22);
     this.toolStripButton1.Text = "Refresh";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // DisplayView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(640, 460);
     this.Controls.Add(this.toolStrip1);
     this.Name = "DisplayView";
     this.Text = "Display View";
     this.Load += new System.EventHandler(this.DisplayView_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.DisplayForm_Paint);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #13
0
        /// <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>
        protected override void InitializeComponent() {
            base.InitializeComponent();

            this.components = new System.ComponentModel.Container();
            this.btnRun = new System.Windows.Forms.ToolStripButton();

            // 
            // btnRun
            // 
            this.toolStrip1.SuspendLayout();
            //this.toolStrip1.Items.Add(btnRun);
            this.toolStrip1.Items.Insert(0,btnRun);
            this.btnRun.Image = global::cuGenerarJobs.Properties.Resources.clock_play;
            this.btnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRun.Name = "btnRun";
            this.btnRun.Size = new System.Drawing.Size(23, 22);
            this.btnRun.Text = "Ejecutar";
            this.btnRun.ToolTipText = "Ejecutar (F10)";
            this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();   
        }
コード例 #14
0
 /// <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(WinForm_Abstract));
     this.toolStripParent = new System.Windows.Forms.ToolStrip();
     this.CancelToolStrip = new System.Windows.Forms.ToolStripButton();
     this.SaveToolStrip = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStrip_Label = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.toolStripParent.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripParent
     //
     this.toolStripParent.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripParent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CancelToolStrip,
     this.SaveToolStrip,
     this.toolStripSeparator1});
     this.toolStripParent.Location = new System.Drawing.Point(0, 0);
     this.toolStripParent.Name = "toolStripParent";
     this.toolStripParent.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStripParent.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStripParent.Size = new System.Drawing.Size(590, 54);
     this.toolStripParent.TabIndex = 121;
     this.toolStripParent.Text = "toolStrip1";
     //
     // CancelToolStrip
     //
     this.CancelToolStrip.Image = ((System.Drawing.Image)(resources.GetObject("CancelToolStrip.Image")));
     this.CancelToolStrip.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CancelToolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.CancelToolStrip.Margin = new System.Windows.Forms.Padding(10, 1, 0, 2);
     this.CancelToolStrip.Name = "CancelToolStrip";
     this.CancelToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CancelToolStrip.Size = new System.Drawing.Size(47, 51);
     this.CancelToolStrip.Text = "&Cancel";
     this.CancelToolStrip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.CancelToolStrip.Click += new System.EventHandler(this.CancelToolStrip_Click);
     //
     // SaveToolStrip
     //
     this.SaveToolStrip.Image = ((System.Drawing.Image)(resources.GetObject("SaveToolStrip.Image")));
     this.SaveToolStrip.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.SaveToolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SaveToolStrip.Name = "SaveToolStrip";
     this.SaveToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.SaveToolStrip.Size = new System.Drawing.Size(36, 51);
     this.SaveToolStrip.Text = "&Save";
     this.SaveToolStrip.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.SaveToolStrip.ToolTipText = "Click to Save Customers";
     this.SaveToolStrip.Click += new System.EventHandler(this.SaveToolStrip_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 54);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_Label,
     this.toolStripProgressBar1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 365);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(590, 22);
     this.statusStrip1.TabIndex = 122;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStrip_Label
     //
     this.toolStrip_Label.Name = "toolStrip_Label";
     this.toolStrip_Label.Size = new System.Drawing.Size(442, 17);
     this.toolStrip_Label.Spring = true;
     this.toolStrip_Label.Text = "Enter Details and Click Save.";
     this.toolStrip_Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
     //
     // WinForm_Abstract
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(590, 387);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStripParent);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "WinForm_Abstract";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load += new System.EventHandler(this.Winform_DetailsFormat_Load);
     this.toolStripParent.ResumeLayout(false);
     this.toolStripParent.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.designPresenter = new Dataweb.NShape.WinFormsUI.DesignPresenter();
     this.designController = new Dataweb.NShape.Controllers.DesignController();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.designsComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.activateButton = new System.Windows.Forms.ToolStripButton();
     this.designsSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.newDesignButton = new System.Windows.Forms.ToolStripButton();
     this.deleteDesignButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.createStyleButton = new System.Windows.Forms.ToolStripButton();
     this.deleteStyleButton = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.closeButton = new System.Windows.Forms.Button();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.designPresenter);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(661, 372);
     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(661, 397);
     this.toolStripContainer1.TabIndex = 7;
     this.toolStripContainer1.Text = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
     //
     // designPresenter
     //
     this.designPresenter.DesignController = this.designController;
     this.designPresenter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.designPresenter.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(220)))));
     this.designPresenter.FocusedItemColor = System.Drawing.Color.Beige;
     this.designPresenter.HighlightedItemColor = System.Drawing.SystemColors.ControlLightLight;
     this.designPresenter.HighlightItems = true;
     this.designPresenter.InactiveItemBackgroundColor = System.Drawing.SystemColors.Control;
     this.designPresenter.InactiveItemBorderColor = System.Drawing.SystemColors.Window;
     this.designPresenter.InactiveItemTextColor = System.Drawing.SystemColors.ControlDarkDark;
     this.designPresenter.Location = new System.Drawing.Point(0, 0);
     this.designPresenter.Name = "designPresenter";
     this.designPresenter.SelectedDesign = null;
     this.designPresenter.SelectedItemColor = System.Drawing.SystemColors.Window;
     this.designPresenter.SelectedItemTextColor = System.Drawing.SystemColors.ControlText;
     this.designPresenter.SelectedStyleCategory = Dataweb.NShape.StyleCategory.CapStyle;
     this.designPresenter.Size = new System.Drawing.Size(661, 372);
     this.designPresenter.TabIndex = 0;
     //
     // designController
     //
     this.designController.Project = null;
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.designsComboBox,
     this.activateButton,
     this.designsSeparator,
     this.newDesignButton,
     this.deleteDesignButton,
     this.toolStripSeparator1,
     this.createStyleButton,
     this.deleteStyleButton});
     this.toolStrip2.Location = new System.Drawing.Point(3, 0);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(544, 25);
     this.toolStrip2.TabIndex = 1;
     //
     // designsComboBox
     //
     this.designsComboBox.Name = "designsComboBox";
     this.designsComboBox.Size = new System.Drawing.Size(121, 25);
     this.designsComboBox.SelectedIndexChanged += new System.EventHandler(this.designsComboBox_SelectedIndexChanged);
     //
     // activateButton
     //
     this.activateButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.activateButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.ActivateDesign;
     this.activateButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.activateButton.Name = "activateButton";
     this.activateButton.Size = new System.Drawing.Size(23, 22);
     this.activateButton.Text = "Activate";
     this.activateButton.Click += new System.EventHandler(this.activateButton_Click);
     //
     // designsSeparator
     //
     this.designsSeparator.Name = "designsSeparator";
     this.designsSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // newDesignButton
     //
     this.newDesignButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.NewItemsBtn;
     this.newDesignButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newDesignButton.Name = "newDesignButton";
     this.newDesignButton.Size = new System.Drawing.Size(99, 22);
     this.newDesignButton.Text = "New Design...";
     this.newDesignButton.Click += new System.EventHandler(this.newDesignButton_Click);
     //
     // deleteDesignButton
     //
     this.deleteDesignButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.DeleteBtn;
     this.deleteDesignButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDesignButton.Name = "deleteDesignButton";
     this.deleteDesignButton.Size = new System.Drawing.Size(99, 22);
     this.deleteDesignButton.Text = "Delete Design";
     this.deleteDesignButton.Click += new System.EventHandler(this.deleteDesignButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // createStyleButton
     //
     this.createStyleButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.NewBtn;
     this.createStyleButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.createStyleButton.Name = "createStyleButton";
     this.createStyleButton.Size = new System.Drawing.Size(88, 22);
     this.createStyleButton.Text = "New Style...";
     this.createStyleButton.Click += new System.EventHandler(this.newStyleButton_Click);
     //
     // deleteStyleButton
     //
     this.deleteStyleButton.Image = global::Dataweb.NShape.WinFormsUI.Properties.Resources.DeleteBtn;
     this.deleteStyleButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteStyleButton.Name = "deleteStyleButton";
     this.deleteStyleButton.Size = new System.Drawing.Size(88, 22);
     this.deleteStyleButton.Text = "Delete Style";
     this.deleteStyleButton.Click += new System.EventHandler(this.deleteStyleButton_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.closeButton);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 397);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(661, 35);
     this.panel1.TabIndex = 7;
     //
     // closeButton
     //
     this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location = new System.Drawing.Point(574, 6);
     this.closeButton.Name = "closeButton";
     this.closeButton.Size = new System.Drawing.Size(75, 23);
     this.closeButton.TabIndex = 1;
     this.closeButton.Text = "Close";
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
     //
     // DesignEditorDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.closeButton;
     this.ClientSize = new System.Drawing.Size(661, 432);
     this.Controls.Add(this.toolStripContainer1);
     this.Controls.Add(this.panel1);
     this.DoubleBuffered = true;
     this.Name = "DesignEditorDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Design Editor";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DesignEditorDialog_FormClosed);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #16
0
 private void InitializeComponent()
 {
     this.ToolBar1     = new System.Windows.Forms.ToolStrip();
     this.tbImageSave  = new System.Windows.Forms.ToolStripButton();
     this.tbs1         = new System.Windows.Forms.ToolStripSeparator();
     this.tbPrev       = new System.Windows.Forms.ToolStripButton();
     this.tbNext       = new System.Windows.Forms.ToolStripButton();
     this.tbs2         = new System.Windows.Forms.ToolStripSeparator();
     this.tbDocPreview = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint   = new System.Windows.Forms.ToolStripButton();
     this.ToolBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbImageSave,
         this.tbs1,
         this.tbPrev,
         this.tbNext,
         this.tbs2,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(1093, 25);
     this.ToolBar1.TabIndex = 1;
     //
     // tbImageSave
     //
     this.tbImageSave.Name   = "tbImageSave";
     this.tbImageSave.Size   = new System.Drawing.Size(23, 22);
     this.tbImageSave.Click += new System.EventHandler(this.tbImageSave_Click);
     //
     // tbs1
     //
     this.tbs1.Name = "tbs1";
     this.tbs1.Size = new System.Drawing.Size(6, 25);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 24);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 24);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbs2
     //
     this.tbs2.Name = "tbs2";
     this.tbs2.Size = new System.Drawing.Size(6, 27);
     //
     // tbDocPreview
     //
     this.tbDocPreview.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPreview.Text   = "toolStripButton1";
     this.tbDocPreview.Click += new System.EventHandler(this.tbDocPreview_Click);
     //
     // tbDocPrint
     //
     this.tbDocPrint.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPrint.Text   = "toolStripButton2";
     this.tbDocPrint.Click += new System.EventHandler(this.tbDocPrint_Click);
     //
     // CircleChartWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1093, 579);
     this.Controls.Add(this.ToolBar1);
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "CircleChartWin";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CircleChartWin";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.CircleChartWin_KeyDown);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #17
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.bindingSourceEPStudents          = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigator1                = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.iDNumberDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.studentNameDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.genderDataGridViewTextBoxColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.emailDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.classRecordNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gradeLevelDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.roomDataGridViewTextBoxColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pdfFilenameDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.btnSendOne         = new System.Windows.Forms.Button();
     this.textBox8           = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.textBox7           = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.textBox6           = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.textBox5           = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.textBox4           = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.textBox3           = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.btnLoadExcelData   = new System.Windows.Forms.Button();
     this.txtSearch          = new System.Windows.Forms.TextBox();
     this.btnSearch          = new System.Windows.Forms.Button();
     this.comboBoxRooms      = new System.Windows.Forms.ComboBox();
     this.btnSendAll         = new System.Windows.Forms.Button();
     this.statusStrip1       = new System.Windows.Forms.StatusStrip();
     this.sendingStatusStrip = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // bindingSourceEPStudents
     //
     this.bindingSourceEPStudents.DataSource = typeof(Student);
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem    = null;
     this.bindingNavigator1.BindingSource = this.bindingSourceEPStudents;
     this.bindingNavigator1.CountItem     = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem    = null;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2
     });
     this.bindingNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.bindingNavigator1.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name             = "bindingNavigator1";
     this.bindingNavigator1.PositionItem     = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size             = new System.Drawing.Size(1012, 25);
     this.bindingNavigator1.TabIndex         = 0;
     this.bindingNavigator1.Text             = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 81);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(992, 462);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGridView1);
     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(984, 436);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Datasheet View";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.iDNumberDataGridViewTextBoxColumn,
         this.studentNameDataGridViewTextBoxColumn,
         this.genderDataGridViewTextBoxColumn,
         this.emailDataGridViewTextBoxColumn,
         this.classRecordNoDataGridViewTextBoxColumn,
         this.gradeLevelDataGridViewTextBoxColumn,
         this.roomDataGridViewTextBoxColumn,
         this.pdfFilenameDataGridViewTextBoxColumn
     });
     this.dataGridView1.DataSource = this.bindingSourceEPStudents;
     this.dataGridView1.Location   = new System.Drawing.Point(6, 6);
     this.dataGridView1.Name       = "dataGridView1";
     this.dataGridView1.Size       = new System.Drawing.Size(970, 421);
     this.dataGridView1.TabIndex   = 0;
     //
     // iDNumberDataGridViewTextBoxColumn
     //
     this.iDNumberDataGridViewTextBoxColumn.DataPropertyName = "IDNumber";
     this.iDNumberDataGridViewTextBoxColumn.HeaderText       = "IDNumber";
     this.iDNumberDataGridViewTextBoxColumn.Name             = "iDNumberDataGridViewTextBoxColumn";
     //
     // studentNameDataGridViewTextBoxColumn
     //
     this.studentNameDataGridViewTextBoxColumn.DataPropertyName = "StudentName";
     this.studentNameDataGridViewTextBoxColumn.HeaderText       = "StudentName";
     this.studentNameDataGridViewTextBoxColumn.Name             = "studentNameDataGridViewTextBoxColumn";
     this.studentNameDataGridViewTextBoxColumn.Width            = 200;
     //
     // genderDataGridViewTextBoxColumn
     //
     this.genderDataGridViewTextBoxColumn.DataPropertyName = "Gender";
     this.genderDataGridViewTextBoxColumn.HeaderText       = "Gender";
     this.genderDataGridViewTextBoxColumn.Name             = "genderDataGridViewTextBoxColumn";
     //
     // emailDataGridViewTextBoxColumn
     //
     this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
     this.emailDataGridViewTextBoxColumn.HeaderText       = "Email";
     this.emailDataGridViewTextBoxColumn.Name             = "emailDataGridViewTextBoxColumn";
     //
     // classRecordNoDataGridViewTextBoxColumn
     //
     this.classRecordNoDataGridViewTextBoxColumn.DataPropertyName = "ClassRecordNo";
     this.classRecordNoDataGridViewTextBoxColumn.HeaderText       = "ClassRecordNo";
     this.classRecordNoDataGridViewTextBoxColumn.Name             = "classRecordNoDataGridViewTextBoxColumn";
     //
     // gradeLevelDataGridViewTextBoxColumn
     //
     this.gradeLevelDataGridViewTextBoxColumn.DataPropertyName = "GradeLevel";
     this.gradeLevelDataGridViewTextBoxColumn.HeaderText       = "GradeLevel";
     this.gradeLevelDataGridViewTextBoxColumn.Name             = "gradeLevelDataGridViewTextBoxColumn";
     //
     // roomDataGridViewTextBoxColumn
     //
     this.roomDataGridViewTextBoxColumn.DataPropertyName = "Room";
     this.roomDataGridViewTextBoxColumn.HeaderText       = "Room";
     this.roomDataGridViewTextBoxColumn.Name             = "roomDataGridViewTextBoxColumn";
     //
     // pdfFilenameDataGridViewTextBoxColumn
     //
     this.pdfFilenameDataGridViewTextBoxColumn.DataPropertyName = "PdfFilename";
     this.pdfFilenameDataGridViewTextBoxColumn.HeaderText       = "PdfFilename";
     this.pdfFilenameDataGridViewTextBoxColumn.Name             = "pdfFilenameDataGridViewTextBoxColumn";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.btnSendOne);
     this.tabPage2.Controls.Add(this.textBox8);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.textBox7);
     this.tabPage2.Controls.Add(this.label7);
     this.tabPage2.Controls.Add(this.textBox6);
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.textBox5);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.textBox4);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.textBox3);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.textBox2);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.Controls.Add(this.label1);
     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(984, 436);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Detail View";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // btnSendOne
     //
     this.btnSendOne.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSendOne.Location = new System.Drawing.Point(385, 321);
     this.btnSendOne.Name     = "btnSendOne";
     this.btnSendOne.Size     = new System.Drawing.Size(137, 39);
     this.btnSendOne.TabIndex = 16;
     this.btnSendOne.Text     = "Send";
     this.btnSendOne.UseVisualStyleBackColor = true;
     this.btnSendOne.Click += new System.EventHandler(this.BtnSendOneClick);
     //
     // textBox8
     //
     this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "PdfFilename", true));
     this.textBox8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(307, 273);
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new System.Drawing.Size(354, 26);
     this.textBox8.TabIndex = 15;
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(132, 276);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(169, 23);
     this.label8.TabIndex = 14;
     this.label8.Text     = "PDF Filename";
     //
     // textBox7
     //
     this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Room", true));
     this.textBox7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox7.Location = new System.Drawing.Point(307, 241);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(354, 26);
     this.textBox7.TabIndex = 13;
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(132, 244);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(169, 23);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Room";
     //
     // textBox6
     //
     this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "GradeLevel", true));
     this.textBox6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox6.Location = new System.Drawing.Point(307, 209);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(354, 26);
     this.textBox6.TabIndex = 11;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(132, 212);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(169, 23);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Grade Level:";
     //
     // textBox5
     //
     this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "ClassRecordNo", true));
     this.textBox5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox5.Location = new System.Drawing.Point(307, 177);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(354, 26);
     this.textBox5.TabIndex = 9;
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(132, 180);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(169, 23);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Class Record No:";
     //
     // textBox4
     //
     this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Email", true));
     this.textBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location = new System.Drawing.Point(307, 145);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(354, 26);
     this.textBox4.TabIndex = 7;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(132, 148);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(169, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Email:";
     //
     // textBox3
     //
     this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "Gender", true));
     this.textBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(307, 113);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(354, 26);
     this.textBox3.TabIndex = 5;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(132, 116);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(169, 23);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Gender:";
     //
     // textBox2
     //
     this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "StudentName", true));
     this.textBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(307, 81);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(354, 26);
     this.textBox2.TabIndex = 3;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(132, 84);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(169, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Student Name:";
     //
     // textBox1
     //
     this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceEPStudents, "IDNumber", true));
     this.textBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(307, 49);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(354, 26);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(132, 52);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(169, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "ID Number:";
     //
     // btnLoadExcelData
     //
     this.btnLoadExcelData.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLoadExcelData.Location = new System.Drawing.Point(12, 38);
     this.btnLoadExcelData.Name     = "btnLoadExcelData";
     this.btnLoadExcelData.Size     = new System.Drawing.Size(172, 33);
     this.btnLoadExcelData.TabIndex = 2;
     this.btnLoadExcelData.Text     = "Load Excel Data";
     this.btnLoadExcelData.UseVisualStyleBackColor = true;
     this.btnLoadExcelData.Click += new System.EventHandler(this.BtnLoadExcelDataClick);
     //
     // txtSearch
     //
     this.txtSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location = new System.Drawing.Point(235, 41);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(201, 26);
     this.txtSearch.TabIndex = 3;
     //
     // btnSearch
     //
     this.btnSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Location = new System.Drawing.Point(442, 38);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(96, 33);
     this.btnSearch.TabIndex = 4;
     this.btnSearch.Text     = "Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.BtnSearchClick);
     //
     // comboBoxRooms
     //
     this.comboBoxRooms.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxRooms.FormattingEnabled = true;
     this.comboBoxRooms.Location          = new System.Drawing.Point(711, 41);
     this.comboBoxRooms.Name                  = "comboBoxRooms";
     this.comboBoxRooms.Size                  = new System.Drawing.Size(153, 28);
     this.comboBoxRooms.TabIndex              = 5;
     this.comboBoxRooms.SelectedIndexChanged += new System.EventHandler(this.ComboBoxRoomsSelectedIndexChanged);
     //
     // btnSendAll
     //
     this.btnSendAll.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSendAll.Location = new System.Drawing.Point(870, 38);
     this.btnSendAll.Name     = "btnSendAll";
     this.btnSendAll.Size     = new System.Drawing.Size(130, 33);
     this.btnSendAll.TabIndex = 6;
     this.btnSendAll.Text     = "Send All";
     this.btnSendAll.UseVisualStyleBackColor = true;
     this.btnSendAll.Click += new System.EventHandler(this.BtnSendAllClick);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sendingStatusStrip
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 552);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1012, 22);
     this.statusStrip1.TabIndex = 7;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // sendingStatusStrip
     //
     this.sendingStatusStrip.Name = "sendingStatusStrip";
     this.sendingStatusStrip.Size = new System.Drawing.Size(42, 17);
     this.sendingStatusStrip.Text = "Ready.";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1012, 574);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.btnSendAll);
     this.Controls.Add(this.comboBoxRooms);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btnLoadExcelData);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.bindingNavigator1);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MainForm";
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceEPStudents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #18
0
 /// <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(ConsultarTransferencias));
     this.toolStripMenu = new System.Windows.Forms.ToolStrip();
     this.toolStripVoltar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripIncluir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripConsultar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.gpbConsultar = new System.Windows.Forms.GroupBox();
     this.txtDestino = new System.Windows.Forms.TextBox();
     this.lblDestino = new System.Windows.Forms.Label();
     this.txtOrigem = new System.Windows.Forms.TextBox();
     this.lblOrigem = new System.Windows.Forms.Label();
     this.lblLegenda = new System.Windows.Forms.Label();
     this.lstboxMateriais = new System.Windows.Forms.ListBox();
     this.btnConsultar = new System.Windows.Forms.Button();
     this.btnConfirmar = new System.Windows.Forms.Button();
     this.cmbTransferencia = new System.Windows.Forms.ComboBox();
     this.lblTransferencia = new System.Windows.Forms.Label();
     this.cmbTipoTransferencia = new System.Windows.Forms.ComboBox();
     this.lblTipoTransferencia = new System.Windows.Forms.Label();
     this.cmbLocal = new System.Windows.Forms.ComboBox();
     this.lblLocalDestino = new System.Windows.Forms.Label();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.toolStripMenu.SuspendLayout();
     this.gpbConsultar.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripMenu
     //
     this.toolStripMenu.BackColor = System.Drawing.Color.Purple;
     this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripVoltar,
     this.toolStripSeparator3,
     this.toolStripIncluir,
     this.toolStripSeparator1,
     this.toolStripConsultar,
     this.toolStripSeparator2});
     this.toolStripMenu.Location = new System.Drawing.Point(0, 0);
     this.toolStripMenu.Name = "toolStripMenu";
     this.toolStripMenu.Size = new System.Drawing.Size(941, 42);
     this.toolStripMenu.TabIndex = 20;
     //
     // toolStripVoltar
     //
     this.toolStripVoltar.BackgroundImage = global::GestaoEstoque.Properties.Resources.Seta_Esquerda;
     this.toolStripVoltar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripVoltar.Image = global::GestaoEstoque.Properties.Resources.Seta_Esquerda;
     this.toolStripVoltar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripVoltar.Name = "toolStripVoltar";
     this.toolStripVoltar.Padding = new System.Windows.Forms.Padding(40, 0, 40, 0);
     this.toolStripVoltar.Size = new System.Drawing.Size(100, 39);
     this.toolStripVoltar.Text = "toolStripButton1";
     this.toolStripVoltar.Click += new System.EventHandler(this.toolStripVoltar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 42);
     //
     // toolStripIncluir
     //
     this.toolStripIncluir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripIncluir.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripIncluir.ForeColor = System.Drawing.Color.White;
     this.toolStripIncluir.Image = ((System.Drawing.Image)(resources.GetObject("toolStripIncluir.Image")));
     this.toolStripIncluir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripIncluir.Name = "toolStripIncluir";
     this.toolStripIncluir.Padding = new System.Windows.Forms.Padding(50, 10, 40, 0);
     this.toolStripIncluir.Size = new System.Drawing.Size(172, 39);
     this.toolStripIncluir.Text = "Incluir";
     this.toolStripIncluir.Click += new System.EventHandler(this.toolStripIncluir_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 42);
     //
     // toolStripConsultar
     //
     this.toolStripConsultar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripConsultar.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripConsultar.ForeColor = System.Drawing.Color.White;
     this.toolStripConsultar.Image = ((System.Drawing.Image)(resources.GetObject("toolStripConsultar.Image")));
     this.toolStripConsultar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripConsultar.Name = "toolStripConsultar";
     this.toolStripConsultar.Padding = new System.Windows.Forms.Padding(50, 0, 0, 0);
     this.toolStripConsultar.Size = new System.Drawing.Size(167, 39);
     this.toolStripConsultar.Text = "Consultar";
     this.toolStripConsultar.Click += new System.EventHandler(this.toolStripConsultar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 42);
     //
     // gpbConsultar
     //
     this.gpbConsultar.BackColor = System.Drawing.Color.DimGray;
     this.gpbConsultar.Controls.Add(this.txtDestino);
     this.gpbConsultar.Controls.Add(this.lblDestino);
     this.gpbConsultar.Controls.Add(this.txtOrigem);
     this.gpbConsultar.Controls.Add(this.lblOrigem);
     this.gpbConsultar.Controls.Add(this.lblLegenda);
     this.gpbConsultar.Controls.Add(this.lstboxMateriais);
     this.gpbConsultar.Controls.Add(this.btnConsultar);
     this.gpbConsultar.Controls.Add(this.btnConfirmar);
     this.gpbConsultar.Controls.Add(this.cmbTransferencia);
     this.gpbConsultar.Controls.Add(this.lblTransferencia);
     this.gpbConsultar.Controls.Add(this.cmbTipoTransferencia);
     this.gpbConsultar.Controls.Add(this.lblTipoTransferencia);
     this.gpbConsultar.Controls.Add(this.cmbLocal);
     this.gpbConsultar.Controls.Add(this.lblLocalDestino);
     this.gpbConsultar.Controls.Add(this.btnCancelar);
     this.gpbConsultar.Location = new System.Drawing.Point(90, 93);
     this.gpbConsultar.Name = "gpbConsultar";
     this.gpbConsultar.Size = new System.Drawing.Size(755, 371);
     this.gpbConsultar.TabIndex = 21;
     this.gpbConsultar.TabStop = false;
     //
     // txtDestino
     //
     this.txtDestino.Enabled = false;
     this.txtDestino.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDestino.Location = new System.Drawing.Point(426, 332);
     this.txtDestino.Name = "txtDestino";
     this.txtDestino.Size = new System.Drawing.Size(153, 27);
     this.txtDestino.TabIndex = 37;
     this.txtDestino.Visible = false;
     //
     // lblDestino
     //
     this.lblDestino.AutoSize = true;
     this.lblDestino.BackColor = System.Drawing.Color.Gray;
     this.lblDestino.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDestino.Location = new System.Drawing.Point(308, 331);
     this.lblDestino.Name = "lblDestino";
     this.lblDestino.Padding = new System.Windows.Forms.Padding(20, 5, 20, 5);
     this.lblDestino.Size = new System.Drawing.Size(111, 28);
     this.lblDestino.TabIndex = 36;
     this.lblDestino.Text = "Destino";
     this.lblDestino.Visible = false;
     //
     // txtOrigem
     //
     this.txtOrigem.Enabled = false;
     this.txtOrigem.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOrigem.Location = new System.Drawing.Point(143, 332);
     this.txtOrigem.Name = "txtOrigem";
     this.txtOrigem.Size = new System.Drawing.Size(153, 27);
     this.txtOrigem.TabIndex = 35;
     this.txtOrigem.Visible = false;
     //
     // lblOrigem
     //
     this.lblOrigem.AutoSize = true;
     this.lblOrigem.BackColor = System.Drawing.Color.Gray;
     this.lblOrigem.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOrigem.Location = new System.Drawing.Point(30, 331);
     this.lblOrigem.Name = "lblOrigem";
     this.lblOrigem.Padding = new System.Windows.Forms.Padding(20, 5, 20, 5);
     this.lblOrigem.Size = new System.Drawing.Size(107, 28);
     this.lblOrigem.TabIndex = 34;
     this.lblOrigem.Text = "Origem";
     this.lblOrigem.Visible = false;
     //
     // lblLegenda
     //
     this.lblLegenda.AutoSize = true;
     this.lblLegenda.BackColor = System.Drawing.Color.Transparent;
     this.lblLegenda.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLegenda.ForeColor = System.Drawing.Color.White;
     this.lblLegenda.Location = new System.Drawing.Point(158, 147);
     this.lblLegenda.Name = "lblLegenda";
     this.lblLegenda.Size = new System.Drawing.Size(380, 18);
     this.lblLegenda.TabIndex = 33;
     this.lblLegenda.Text = "Codigo     Nome                        Quantidade";
     this.lblLegenda.Visible = false;
     //
     // lstboxMateriais
     //
     this.lstboxMateriais.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstboxMateriais.FormattingEnabled = true;
     this.lstboxMateriais.ItemHeight = 16;
     this.lstboxMateriais.Location = new System.Drawing.Point(158, 167);
     this.lstboxMateriais.Name = "lstboxMateriais";
     this.lstboxMateriais.Size = new System.Drawing.Size(428, 148);
     this.lstboxMateriais.TabIndex = 32;
     this.lstboxMateriais.Visible = false;
     //
     // btnConsultar
     //
     this.btnConsultar.BackColor = System.Drawing.Color.Goldenrod;
     this.btnConsultar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnConsultar.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConsultar.ForeColor = System.Drawing.Color.White;
     this.btnConsultar.Location = new System.Drawing.Point(244, 147);
     this.btnConsultar.Name = "btnConsultar";
     this.btnConsultar.Size = new System.Drawing.Size(210, 30);
     this.btnConsultar.TabIndex = 22;
     this.btnConsultar.Text = "Consultar";
     this.btnConsultar.UseVisualStyleBackColor = false;
     this.btnConsultar.Visible = false;
     this.btnConsultar.Click += new System.EventHandler(this.btnConsultar_Click);
     //
     // btnConfirmar
     //
     this.btnConfirmar.BackColor = System.Drawing.Color.Goldenrod;
     this.btnConfirmar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnConfirmar.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConfirmar.ForeColor = System.Drawing.Color.White;
     this.btnConfirmar.Location = new System.Drawing.Point(286, 112);
     this.btnConfirmar.Name = "btnConfirmar";
     this.btnConfirmar.Size = new System.Drawing.Size(180, 30);
     this.btnConfirmar.TabIndex = 21;
     this.btnConfirmar.Text = "Confirmar";
     this.btnConfirmar.UseVisualStyleBackColor = false;
     this.btnConfirmar.Click += new System.EventHandler(this.btnConfirmar_Click);
     //
     // cmbTransferencia
     //
     this.cmbTransferencia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTransferencia.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbTransferencia.FormattingEnabled = true;
     this.cmbTransferencia.Location = new System.Drawing.Point(371, 114);
     this.cmbTransferencia.Name = "cmbTransferencia";
     this.cmbTransferencia.Size = new System.Drawing.Size(212, 26);
     this.cmbTransferencia.TabIndex = 19;
     this.cmbTransferencia.Visible = false;
     //
     // lblTransferencia
     //
     this.lblTransferencia.AutoSize = true;
     this.lblTransferencia.BackColor = System.Drawing.Color.Gray;
     this.lblTransferencia.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTransferencia.Location = new System.Drawing.Point(155, 112);
     this.lblTransferencia.Name = "lblTransferencia";
     this.lblTransferencia.Padding = new System.Windows.Forms.Padding(40, 5, 41, 5);
     this.lblTransferencia.Size = new System.Drawing.Size(197, 28);
     this.lblTransferencia.TabIndex = 20;
     this.lblTransferencia.Text = "Transferência";
     this.lblTransferencia.Visible = false;
     //
     // cmbTipoTransferencia
     //
     this.cmbTipoTransferencia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTipoTransferencia.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbTipoTransferencia.FormattingEnabled = true;
     this.cmbTipoTransferencia.Location = new System.Drawing.Point(371, 77);
     this.cmbTipoTransferencia.Name = "cmbTipoTransferencia";
     this.cmbTipoTransferencia.Size = new System.Drawing.Size(212, 26);
     this.cmbTipoTransferencia.TabIndex = 17;
     //
     // lblTipoTransferencia
     //
     this.lblTipoTransferencia.AutoSize = true;
     this.lblTipoTransferencia.BackColor = System.Drawing.Color.Gray;
     this.lblTipoTransferencia.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTipoTransferencia.Location = new System.Drawing.Point(155, 75);
     this.lblTipoTransferencia.Name = "lblTipoTransferencia";
     this.lblTipoTransferencia.Padding = new System.Windows.Forms.Padding(24, 5, 25, 5);
     this.lblTipoTransferencia.Size = new System.Drawing.Size(197, 28);
     this.lblTipoTransferencia.TabIndex = 18;
     this.lblTipoTransferencia.Text = "Tipo Tranferência";
     //
     // cmbLocal
     //
     this.cmbLocal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbLocal.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbLocal.FormattingEnabled = true;
     this.cmbLocal.Location = new System.Drawing.Point(371, 38);
     this.cmbLocal.Name = "cmbLocal";
     this.cmbLocal.Size = new System.Drawing.Size(212, 26);
     this.cmbLocal.TabIndex = 0;
     //
     // lblLocalDestino
     //
     this.lblLocalDestino.AutoSize = true;
     this.lblLocalDestino.BackColor = System.Drawing.Color.Gray;
     this.lblLocalDestino.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLocalDestino.Location = new System.Drawing.Point(155, 36);
     this.lblLocalDestino.Name = "lblLocalDestino";
     this.lblLocalDestino.Padding = new System.Windows.Forms.Padding(39, 5, 39, 5);
     this.lblLocalDestino.Size = new System.Drawing.Size(197, 28);
     this.lblLocalDestino.TabIndex = 14;
     this.lblLocalDestino.Text = "Local Destino";
     //
     // btnCancelar
     //
     this.btnCancelar.BackColor = System.Drawing.Color.DarkRed;
     this.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancelar.ForeColor = System.Drawing.Color.White;
     this.btnCancelar.Location = new System.Drawing.Point(288, 330);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(154, 32);
     this.btnCancelar.TabIndex = 10;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = false;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // ConsultarTransferencias
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::GestaoEstoque.Properties.Resources.Fundo;
     this.ClientSize = new System.Drawing.Size(941, 478);
     this.Controls.Add(this.gpbConsultar);
     this.Controls.Add(this.toolStripMenu);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "ConsultarTransferencias";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Consultar Transferencias";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConsultarTransferencias_FormClosing);
     this.Load += new System.EventHandler(this.ConsultarTransferencias_Load);
     this.toolStripMenu.ResumeLayout(false);
     this.toolStripMenu.PerformLayout();
     this.gpbConsultar.ResumeLayout(false);
     this.gpbConsultar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #19
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.splitContainer1        = new System.Windows.Forms.SplitContainer();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabPage1               = new System.Windows.Forms.TabPage();
     this.splitContainer2        = new System.Windows.Forms.SplitContainer();
     this.menuStrip1             = new System.Windows.Forms.MenuStrip();
     this.文件FToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.新建NToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.打开OToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.保存SToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.另存为ASToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.打印PToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.打印预览ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.绑定数据ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.帮助HToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.关于AToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1             = new System.Windows.Forms.ToolStrip();
     this.sbLabel    = new System.Windows.Forms.ToolStripButton();
     this.sbImage    = new System.Windows.Forms.ToolStripButton();
     this.sbBarcode  = new System.Windows.Forms.ToolStripButton();
     this.sbQRCoder  = new System.Windows.Forms.ToolStripButton();
     this.sbTable    = new System.Windows.Forms.ToolStripButton();
     this.wExplorer1 = new Spoon.Tools.TemplatePrint.wExplorer();
     this.canvas21   = new Spoon.Tools.TemplatePrint.wCanvas();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.AutoScroll        = true;
     this.splitContainer1.Panel1.AutoScrollMinSize = new System.Drawing.Size(1, 1);
     this.splitContainer1.Panel1.Controls.Add(this.canvas21);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(583, 325);
     this.splitContainer1.SplitterDistance = 309;
     this.splitContainer1.TabIndex         = 1;
     //
     // tabControl1
     //
     this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(270, 325);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(4, 4);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(262, 299);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "属性";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     this.splitContainer2.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.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer2.Location   = new System.Drawing.Point(0, 81);
     this.splitContainer2.Name       = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.wExplorer1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
     this.splitContainer2.Size             = new System.Drawing.Size(778, 325);
     this.splitContainer2.SplitterDistance = 191;
     this.splitContainer2.TabIndex         = 2;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.文件FToolStripMenuItem,
         this.打印PToolStripMenuItem,
         this.帮助HToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(778, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 文件FToolStripMenuItem
     //
     this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新建NToolStripMenuItem,
         this.打开OToolStripMenuItem,
         this.保存SToolStripMenuItem,
         this.另存为ASToolStripMenuItem
     });
     this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
     this.文件FToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.文件FToolStripMenuItem.Text = "文件(&F)";
     //
     // 新建NToolStripMenuItem
     //
     this.新建NToolStripMenuItem.Name         = "新建NToolStripMenuItem";
     this.新建NToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.新建NToolStripMenuItem.Size         = new System.Drawing.Size(158, 22);
     this.新建NToolStripMenuItem.Text         = "新建(&N)";
     this.新建NToolStripMenuItem.Click       += new System.EventHandler(this.新建NToolStripMenuItemClick);
     //
     // 打开OToolStripMenuItem
     //
     this.打开OToolStripMenuItem.Name         = "打开OToolStripMenuItem";
     this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.打开OToolStripMenuItem.Size         = new System.Drawing.Size(158, 22);
     this.打开OToolStripMenuItem.Text         = "打开(&O)";
     this.打开OToolStripMenuItem.Click       += new System.EventHandler(this.打开OToolStripMenuItemClick);
     //
     // 保存SToolStripMenuItem
     //
     this.保存SToolStripMenuItem.Name         = "保存SToolStripMenuItem";
     this.保存SToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.保存SToolStripMenuItem.Size         = new System.Drawing.Size(158, 22);
     this.保存SToolStripMenuItem.Text         = "保存(&S)";
     this.保存SToolStripMenuItem.Click       += new System.EventHandler(this.保存SToolStripMenuItemClick);
     //
     // 另存为ASToolStripMenuItem
     //
     this.另存为ASToolStripMenuItem.Name   = "另存为ASToolStripMenuItem";
     this.另存为ASToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.另存为ASToolStripMenuItem.Text   = "另存为...";
     this.另存为ASToolStripMenuItem.Click += new System.EventHandler(this.另存为ASToolStripMenuItemClick);
     //
     // 打印PToolStripMenuItem
     //
     this.打印PToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.打印预览ToolStripMenuItem,
         this.绑定数据ToolStripMenuItem
     });
     this.打印PToolStripMenuItem.Name = "打印PToolStripMenuItem";
     this.打印PToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.打印PToolStripMenuItem.Text = "打印(&P)";
     //
     // 打印预览ToolStripMenuItem
     //
     this.打印预览ToolStripMenuItem.Name   = "打印预览ToolStripMenuItem";
     this.打印预览ToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.打印预览ToolStripMenuItem.Text   = "打印预览";
     this.打印预览ToolStripMenuItem.Click += new System.EventHandler(this.打印预览ToolStripMenuItemClick);
     //
     // 绑定数据ToolStripMenuItem
     //
     this.绑定数据ToolStripMenuItem.Name   = "绑定数据ToolStripMenuItem";
     this.绑定数据ToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.绑定数据ToolStripMenuItem.Text   = "绑定数据";
     this.绑定数据ToolStripMenuItem.Click += new System.EventHandler(this.绑定数据ToolStripMenuItemClick);
     //
     // 帮助HToolStripMenuItem
     //
     this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.关于AToolStripMenuItem
     });
     this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
     this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
     this.帮助HToolStripMenuItem.Text = "帮助(&H)";
     //
     // 关于AToolStripMenuItem
     //
     this.关于AToolStripMenuItem.Name   = "关于AToolStripMenuItem";
     this.关于AToolStripMenuItem.Size   = new System.Drawing.Size(114, 22);
     this.关于AToolStripMenuItem.Text   = "关于(&A)";
     this.关于AToolStripMenuItem.Click += new System.EventHandler(this.关于AToolStripMenuItemClick);
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sbLabel,
         this.sbImage,
         this.sbBarcode,
         this.sbQRCoder,
         this.sbTable
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(778, 54);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // sbLabel
     //
     this.sbLabel.Image = ((System.Drawing.Image)(resources.GetObject("sbLabel.Image")));
     this.sbLabel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sbLabel.Margin            = new System.Windows.Forms.Padding(4, 1, 4, 2);
     this.sbLabel.Name              = "sbLabel";
     this.sbLabel.Size              = new System.Drawing.Size(39, 51);
     this.sbLabel.Text              = "Label";
     this.sbLabel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.sbLabel.Click            += new System.EventHandler(this.OnAddButonClick);
     //
     // sbImage
     //
     this.sbImage.Image = ((System.Drawing.Image)(resources.GetObject("sbImage.Image")));
     this.sbImage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sbImage.Name = "sbImage";
     this.sbImage.Size = new System.Drawing.Size(44, 51);
     this.sbImage.Text = "Image";
     this.sbImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.sbImage.Click            += new System.EventHandler(this.OnAddButonClick);
     //
     // sbBarcode
     //
     this.sbBarcode.Image = ((System.Drawing.Image)(resources.GetObject("sbBarcode.Image")));
     this.sbBarcode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sbBarcode.Name = "sbBarcode";
     this.sbBarcode.Size = new System.Drawing.Size(54, 51);
     this.sbBarcode.Text = "Barcode";
     this.sbBarcode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.sbBarcode.Click            += new System.EventHandler(this.OnAddButonClick);
     //
     // sbQRCoder
     //
     this.sbQRCoder.Image = ((System.Drawing.Image)(resources.GetObject("sbQRCoder.Image")));
     this.sbQRCoder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sbQRCoder.Name = "sbQRCoder";
     this.sbQRCoder.Size = new System.Drawing.Size(59, 51);
     this.sbQRCoder.Text = "QRCoder";
     this.sbQRCoder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.sbQRCoder.Click            += new System.EventHandler(this.OnAddButonClick);
     //
     // sbTable
     //
     this.sbTable.Image = ((System.Drawing.Image)(resources.GetObject("sbTable.Image")));
     this.sbTable.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sbTable.Name = "sbTable";
     this.sbTable.Size = new System.Drawing.Size(40, 51);
     this.sbTable.Text = "Table";
     this.sbTable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.sbTable.Click            += new System.EventHandler(this.OnAddButonClick);
     //
     // wExplorer1
     //
     this.wExplorer1.AllowDrop  = true;
     this.wExplorer1.Canvas     = null;
     this.wExplorer1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.wExplorer1.Location   = new System.Drawing.Point(0, 0);
     this.wExplorer1.Name       = "wExplorer1";
     this.wExplorer1.Size       = new System.Drawing.Size(191, 325);
     this.wExplorer1.TabIndex   = 0;
     this.wExplorer1.DragDrop  += new System.Windows.Forms.DragEventHandler(this.OnOpenDragDrop);
     this.wExplorer1.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnOpenDragEnter);
     //
     // canvas21
     //
     this.canvas21.AllowDrop       = true;
     this.canvas21.Author          = "0115289";
     this.canvas21.BackColor       = System.Drawing.Color.White;
     this.canvas21.BackgroundPath  = "";
     this.canvas21.BackgroundRect  = new System.Drawing.Rectangle(0, 0, 0, 0);
     this.canvas21.BackgroundScale = 0F;
     this.canvas21.CreateTime      = new System.DateTime(2018, 3, 7, 15, 52, 26, 689);
     this.canvas21.Location        = new System.Drawing.Point(0, 0);
     this.canvas21.Name            = "canvas21";
     this.canvas21.SelectControl   = null;
     this.canvas21.ShowBackground  = true;
     this.canvas21.Size            = new System.Drawing.Size(800, 600);
     this.canvas21.TabIndex        = 0;
     this.canvas21.DragDrop       += new System.Windows.Forms.DragEventHandler(this.OnOpenDragDrop);
     this.canvas21.DragEnter      += new System.Windows.Forms.DragEventHandler(this.OnOpenDragEnter);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(778, 410);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.splitContainer2);
     this.Controls.Add(this.menuStrip1);
     this.Name        = "MainForm";
     this.Text        = "模板编辑器V2.0";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #20
0
ファイル: TRVectorForm.Designer.cs プロジェクト: Adel-dz/Hub
 /// <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.Label      m_lblProduct;
     System.Windows.Forms.Button     m_btnPickProduct;
     System.Windows.Forms.PictureBox m_pictureBox;
     System.Windows.Forms.Label      m_lblPrice;
     System.Windows.Forms.Label      m_lblDate;
     System.Windows.Forms.GroupBox   m_grpProdContext;
     System.Windows.Forms.Label      m_lblUnit;
     System.Windows.Forms.Label      m_lblCurrency;
     System.Windows.Forms.Label      m_lblPlace;
     System.Windows.Forms.Label      m_lblIncoterms;
     System.Windows.Forms.Label      m_lblOrigin;
     System.Windows.Forms.Label      m_lbMsg;
     System.Windows.Forms.GroupBox   m_grpSep;
     System.Windows.Forms.Label      m_lblSession;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TRVectorForm));
     this.m_tsbSave      = new System.Windows.Forms.ToolStripButton();
     this.m_tsbReload    = new System.Windows.Forms.ToolStripButton();
     this.m_cbUnits      = new System.Windows.Forms.ComboBox();
     this.m_cbPlaces     = new System.Windows.Forms.ComboBox();
     this.m_cbCurrencies = new System.Windows.Forms.ComboBox();
     this.m_cbOrign      = new System.Windows.Forms.ComboBox();
     this.m_cbIncoterms  = new System.Windows.Forms.ComboBox();
     this.m_tbProduct    = new System.Windows.Forms.TextBox();
     this.m_nupPrice     = new System.Windows.Forms.NumericUpDown();
     this.m_dtpSpotTime  = new System.Windows.Forms.DateTimePicker();
     this.m_lblSupplier  = new System.Windows.Forms.Label();
     this.m_nudSession   = new System.Windows.Forms.NumericUpDown();
     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_lblProduct        = new System.Windows.Forms.Label();
     m_btnPickProduct    = new System.Windows.Forms.Button();
     m_pictureBox        = new System.Windows.Forms.PictureBox();
     m_lblPrice          = new System.Windows.Forms.Label();
     m_lblDate           = new System.Windows.Forms.Label();
     m_grpProdContext    = new System.Windows.Forms.GroupBox();
     m_lblUnit           = new System.Windows.Forms.Label();
     m_lblCurrency       = new System.Windows.Forms.Label();
     m_lblPlace          = new System.Windows.Forms.Label();
     m_lblIncoterms      = new System.Windows.Forms.Label();
     m_lblOrigin         = new System.Windows.Forms.Label();
     m_lbMsg             = new System.Windows.Forms.Label();
     m_grpSep            = new System.Windows.Forms.GroupBox();
     m_lblSession        = new System.Windows.Forms.Label();
     m_toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).BeginInit();
     m_grpProdContext.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nupPrice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudSession)).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(471, 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_lblProduct
     //
     m_lblProduct.AutoSize = true;
     m_lblProduct.Location = new System.Drawing.Point(96, 63);
     m_lblProduct.Name     = "m_lblProduct";
     m_lblProduct.Size     = new System.Drawing.Size(47, 13);
     m_lblProduct.TabIndex = 8;
     m_lblProduct.Text     = "Produit:*";
     //
     // m_btnPickProduct
     //
     m_btnPickProduct.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     m_btnPickProduct.Image    = global::DGD.HubGovernor.Properties.Resources.pick_16;
     m_btnPickProduct.Location = new System.Drawing.Point(418, 77);
     m_btnPickProduct.Name     = "m_btnPickProduct";
     m_btnPickProduct.Size     = new System.Drawing.Size(24, 23);
     m_btnPickProduct.TabIndex = 10;
     m_btnPickProduct.UseVisualStyleBackColor = true;
     //
     // m_pictureBox
     //
     m_pictureBox.Image    = global::DGD.HubGovernor.Properties.Resources.spot_value_64;
     m_pictureBox.Location = new System.Drawing.Point(12, 43);
     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 = 7;
     m_pictureBox.TabStop  = false;
     //
     // m_lblPrice
     //
     m_lblPrice.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     m_lblPrice.AutoSize = true;
     m_lblPrice.Location = new System.Drawing.Point(315, 113);
     m_lblPrice.Name     = "m_lblPrice";
     m_lblPrice.Size     = new System.Drawing.Size(31, 13);
     m_lblPrice.TabIndex = 11;
     m_lblPrice.Text     = "Prix:*";
     //
     // m_lblDate
     //
     m_lblDate.AutoSize = true;
     m_lblDate.Location = new System.Drawing.Point(102, 113);
     m_lblDate.Name     = "m_lblDate";
     m_lblDate.Size     = new System.Drawing.Size(37, 13);
     m_lblDate.TabIndex = 13;
     m_lblDate.Text     = "Date:*";
     //
     // m_grpProdContext
     //
     m_grpProdContext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     m_grpProdContext.Controls.Add(this.m_cbUnits);
     m_grpProdContext.Controls.Add(m_lblUnit);
     m_grpProdContext.Controls.Add(this.m_cbPlaces);
     m_grpProdContext.Controls.Add(this.m_cbCurrencies);
     m_grpProdContext.Controls.Add(this.m_cbOrign);
     m_grpProdContext.Controls.Add(m_lblCurrency);
     m_grpProdContext.Controls.Add(m_lblPlace);
     m_grpProdContext.Controls.Add(this.m_cbIncoterms);
     m_grpProdContext.Controls.Add(m_lblIncoterms);
     m_grpProdContext.Controls.Add(m_lblOrigin);
     m_grpProdContext.Location = new System.Drawing.Point(12, 134);
     m_grpProdContext.Name     = "m_grpProdContext";
     m_grpProdContext.Size     = new System.Drawing.Size(430, 170);
     m_grpProdContext.TabIndex = 15;
     m_grpProdContext.TabStop  = false;
     m_grpProdContext.Text     = " Contexte de produit ";
     //
     // m_cbUnits
     //
     this.m_cbUnits.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cbUnits.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbUnits.FormattingEnabled = true;
     this.m_cbUnits.Location          = new System.Drawing.Point(274, 108);
     this.m_cbUnits.Name     = "m_cbUnits";
     this.m_cbUnits.Size     = new System.Drawing.Size(141, 21);
     this.m_cbUnits.Sorted   = true;
     this.m_cbUnits.TabIndex = 18;
     //
     // m_lblUnit
     //
     m_lblUnit.AutoSize = true;
     m_lblUnit.Location = new System.Drawing.Point(274, 92);
     m_lblUnit.Name     = "m_lblUnit";
     m_lblUnit.Size     = new System.Drawing.Size(39, 13);
     m_lblUnit.TabIndex = 17;
     m_lblUnit.Text     = "Unité:*";
     //
     // m_cbPlaces
     //
     this.m_cbPlaces.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbPlaces.FormattingEnabled = true;
     this.m_cbPlaces.Location          = new System.Drawing.Point(6, 129);
     this.m_cbPlaces.Name     = "m_cbPlaces";
     this.m_cbPlaces.Size     = new System.Drawing.Size(230, 21);
     this.m_cbPlaces.Sorted   = true;
     this.m_cbPlaces.TabIndex = 18;
     //
     // m_cbCurrencies
     //
     this.m_cbCurrencies.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cbCurrencies.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbCurrencies.FormattingEnabled = true;
     this.m_cbCurrencies.Location          = new System.Drawing.Point(274, 60);
     this.m_cbCurrencies.Name     = "m_cbCurrencies";
     this.m_cbCurrencies.Size     = new System.Drawing.Size(141, 21);
     this.m_cbCurrencies.Sorted   = true;
     this.m_cbCurrencies.TabIndex = 16;
     //
     // m_cbOrign
     //
     this.m_cbOrign.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbOrign.FormattingEnabled = true;
     this.m_cbOrign.Location          = new System.Drawing.Point(6, 39);
     this.m_cbOrign.Name     = "m_cbOrign";
     this.m_cbOrign.Size     = new System.Drawing.Size(230, 21);
     this.m_cbOrign.Sorted   = true;
     this.m_cbOrign.TabIndex = 17;
     //
     // m_lblCurrency
     //
     m_lblCurrency.AutoSize = true;
     m_lblCurrency.Location = new System.Drawing.Point(274, 44);
     m_lblCurrency.Name     = "m_lblCurrency";
     m_lblCurrency.Size     = new System.Drawing.Size(55, 13);
     m_lblCurrency.TabIndex = 0;
     m_lblCurrency.Text     = "Monnaie:*";
     //
     // m_lblPlace
     //
     m_lblPlace.AutoSize = true;
     m_lblPlace.Location = new System.Drawing.Point(6, 113);
     m_lblPlace.Name     = "m_lblPlace";
     m_lblPlace.Size     = new System.Drawing.Size(30, 13);
     m_lblPlace.TabIndex = 16;
     m_lblPlace.Text     = "Lieu:";
     //
     // m_cbIncoterms
     //
     this.m_cbIncoterms.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbIncoterms.FormattingEnabled = true;
     this.m_cbIncoterms.Location          = new System.Drawing.Point(6, 84);
     this.m_cbIncoterms.Name     = "m_cbIncoterms";
     this.m_cbIncoterms.Size     = new System.Drawing.Size(91, 21);
     this.m_cbIncoterms.Sorted   = true;
     this.m_cbIncoterms.TabIndex = 15;
     //
     // m_lblIncoterms
     //
     m_lblIncoterms.AutoSize = true;
     m_lblIncoterms.Location = new System.Drawing.Point(6, 68);
     m_lblIncoterms.Name     = "m_lblIncoterms";
     m_lblIncoterms.Size     = new System.Drawing.Size(56, 13);
     m_lblIncoterms.TabIndex = 14;
     m_lblIncoterms.Text     = "Incoterms:";
     //
     // m_lblOrigin
     //
     m_lblOrigin.AutoSize = true;
     m_lblOrigin.Location = new System.Drawing.Point(6, 23);
     m_lblOrigin.Name     = "m_lblOrigin";
     m_lblOrigin.Size     = new System.Drawing.Size(47, 13);
     m_lblOrigin.TabIndex = 11;
     m_lblOrigin.Text     = "Origine:*";
     //
     // 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(9, 343);
     m_lbMsg.Name     = "m_lbMsg";
     m_lbMsg.Size     = new System.Drawing.Size(300, 13);
     m_lbMsg.TabIndex = 19;
     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(12, 338);
     m_grpSep.Name     = "m_grpSep";
     m_grpSep.Size     = new System.Drawing.Size(441, 2);
     m_grpSep.TabIndex = 18;
     m_grpSep.TabStop  = false;
     //
     // m_tbProduct
     //
     this.m_tbProduct.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tbProduct.BackColor = System.Drawing.SystemColors.Info;
     this.m_tbProduct.Location  = new System.Drawing.Point(99, 80);
     this.m_tbProduct.Name      = "m_tbProduct";
     this.m_tbProduct.ReadOnly  = true;
     this.m_tbProduct.Size      = new System.Drawing.Size(313, 20);
     this.m_tbProduct.TabIndex  = 9;
     //
     // m_nupPrice
     //
     this.m_nupPrice.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_nupPrice.Location = new System.Drawing.Point(354, 109);
     this.m_nupPrice.Name     = "m_nupPrice";
     this.m_nupPrice.Size     = new System.Drawing.Size(88, 20);
     this.m_nupPrice.TabIndex = 12;
     //
     // m_dtpSpotTime
     //
     this.m_dtpSpotTime.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.m_dtpSpotTime.Location = new System.Drawing.Point(147, 109);
     this.m_dtpSpotTime.Name     = "m_dtpSpotTime";
     this.m_dtpSpotTime.Size     = new System.Drawing.Size(116, 20);
     this.m_dtpSpotTime.TabIndex = 14;
     //
     // m_lblSupplier
     //
     this.m_lblSupplier.AutoSize = true;
     this.m_lblSupplier.Location = new System.Drawing.Point(18, 307);
     this.m_lblSupplier.Name     = "m_lblSupplier";
     this.m_lblSupplier.Size     = new System.Drawing.Size(10, 13);
     this.m_lblSupplier.TabIndex = 17;
     this.m_lblSupplier.Text     = "-";
     //
     // m_lblSession
     //
     m_lblSession.AutoSize = true;
     m_lblSession.Location = new System.Drawing.Point(96, 43);
     m_lblSession.Name     = "m_lblSession";
     m_lblSession.Size     = new System.Drawing.Size(51, 13);
     m_lblSession.TabIndex = 20;
     m_lblSession.Text     = "Session:*";
     //
     // m_nudSession
     //
     this.m_nudSession.Location = new System.Drawing.Point(153, 41);
     this.m_nudSession.Name     = "m_nudSession";
     this.m_nudSession.Size     = new System.Drawing.Size(95, 20);
     this.m_nudSession.TabIndex = 21;
     //
     // TRVectorForm
     //
     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(471, 366);
     this.Controls.Add(this.m_nudSession);
     this.Controls.Add(m_lblSession);
     this.Controls.Add(m_lbMsg);
     this.Controls.Add(m_grpSep);
     this.Controls.Add(this.m_lblSupplier);
     this.Controls.Add(m_grpProdContext);
     this.Controls.Add(this.m_dtpSpotTime);
     this.Controls.Add(m_lblDate);
     this.Controls.Add(this.m_nupPrice);
     this.Controls.Add(m_lblPrice);
     this.Controls.Add(m_btnPickProduct);
     this.Controls.Add(this.m_tbProduct);
     this.Controls.Add(m_lblProduct);
     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(474, 398);
     this.Name        = "TRVectorForm";
     this.Text        = "Valeur Spot";
     m_toolStrip.ResumeLayout(false);
     m_toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pictureBox)).EndInit();
     m_grpProdContext.ResumeLayout(false);
     m_grpProdContext.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nupPrice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudSession)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #21
0
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.menuStrip1          = new System.Windows.Forms.MenuStrip();
     this.miConnection        = new System.Windows.Forms.ToolStripMenuItem();
     this.miConnect           = new System.Windows.Forms.ToolStripMenuItem();
     this.miDisconnect        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1  = new System.Windows.Forms.ToolStripSeparator();
     this.miProfile           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2  = new System.Windows.Forms.ToolStripSeparator();
     this.miExit              = new System.Windows.Forms.ToolStripMenuItem();
     this.miView              = new System.Windows.Forms.ToolStripMenuItem();
     this.miService           = new System.Windows.Forms.ToolStripMenuItem();
     this.miDHTLog            = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tbConnect           = new System.Windows.Forms.ToolStripButton();
     this.tbDisconnect        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbProfile           = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.lblConnectionStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.lstMembers          = new System.Windows.Forms.ListView();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPeerProfile       = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.lstChatMsgs         = new System.Windows.Forms.RichTextBox();
     this.txtChatMsg          = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel1    = new System.Windows.Forms.FlowLayoutPanel();
     this.btnSendToAll        = new System.Windows.Forms.Button();
     this.btnSend             = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnection,
         this.miView,
         this.miService,
         this.miHelp
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(731, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // miConnection
     //
     this.miConnection.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnect,
         this.miDisconnect,
         this.toolStripMenuItem1,
         this.miProfile,
         this.toolStripMenuItem2,
         this.miExit
     });
     this.miConnection.Name = "miConnection";
     this.miConnection.Size = new System.Drawing.Size(81, 20);
     this.miConnection.Text = "Connection";
     //
     // miConnect
     //
     this.miConnect.Name   = "miConnect";
     this.miConnect.Size   = new System.Drawing.Size(133, 22);
     this.miConnect.Text   = "Connect";
     this.miConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // miDisconnect
     //
     this.miDisconnect.Name   = "miDisconnect";
     this.miDisconnect.Size   = new System.Drawing.Size(133, 22);
     this.miDisconnect.Text   = "Disconnect";
     this.miDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 6);
     //
     // miProfile
     //
     this.miProfile.Name   = "miProfile";
     this.miProfile.Size   = new System.Drawing.Size(133, 22);
     this.miProfile.Text   = "Profile";
     this.miProfile.Click += new System.EventHandler(this.miProfile_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
     //
     // miExit
     //
     this.miExit.Name   = "miExit";
     this.miExit.Size   = new System.Drawing.Size(133, 22);
     this.miExit.Text   = "Exit";
     this.miExit.Click += new System.EventHandler(this.miExit_Click);
     //
     // miView
     //
     this.miView.Name = "miView";
     this.miView.Size = new System.Drawing.Size(44, 20);
     this.miView.Text = "View";
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miDHTLog
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(56, 20);
     this.miService.Text = "Service";
     //
     // miDHTLog
     //
     this.miDHTLog.Name   = "miDHTLog";
     this.miDHTLog.Size   = new System.Drawing.Size(121, 22);
     this.miDHTLog.Text   = "DHT Log";
     this.miDHTLog.Click += new System.EventHandler(this.miDHTLog_Click);
     //
     // miHelp
     //
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(44, 20);
     this.miHelp.Text = "Help";
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbConnect,
         this.tbDisconnect,
         this.toolStripSeparator1,
         this.tbProfile
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(731, 25);
     this.toolStrip1.TabIndex = 13;
     //
     // tbConnect
     //
     this.tbConnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbConnect.Name   = "tbConnect";
     this.tbConnect.Size   = new System.Drawing.Size(56, 22);
     this.tbConnect.Text   = "Connect";
     this.tbConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // tbDisconnect
     //
     this.tbDisconnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDisconnect.Name   = "tbDisconnect";
     this.tbDisconnect.Size   = new System.Drawing.Size(70, 22);
     this.tbDisconnect.Text   = "Disconnect";
     this.tbDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tbProfile
     //
     this.tbProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbProfile.Name   = "tbProfile";
     this.tbProfile.Size   = new System.Drawing.Size(45, 22);
     this.tbProfile.Text   = "Profile";
     this.tbProfile.Click += new System.EventHandler(this.miProfile_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblConnectionStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 420);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 13, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(731, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblConnectionStatus
     //
     this.lblConnectionStatus.Name = "lblConnectionStatus";
     this.lblConnectionStatus.Size = new System.Drawing.Size(12, 17);
     this.lblConnectionStatus.Text = "-";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lstMembers);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(731, 371);
     this.splitContainer1.SplitterDistance = 236;
     this.splitContainer1.SplitterWidth    = 3;
     this.splitContainer1.TabIndex         = 12;
     //
     // lstMembers
     //
     this.lstMembers.ContextMenuStrip = this.contextMenuStrip1;
     this.lstMembers.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lstMembers.Location         = new System.Drawing.Point(0, 0);
     this.lstMembers.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lstMembers.Name             = "lstMembers";
     this.lstMembers.Size             = new System.Drawing.Size(236, 371);
     this.lstMembers.TabIndex         = 4;
     this.lstMembers.UseCompatibleStateImageBehavior = false;
     this.lstMembers.View = System.Windows.Forms.View.List;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeerProfile
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(153, 48);
     //
     // miPeerProfile
     //
     this.miPeerProfile.Name   = "miPeerProfile";
     this.miPeerProfile.Size   = new System.Drawing.Size(152, 22);
     this.miPeerProfile.Text   = "Profile";
     this.miPeerProfile.Click += new System.EventHandler(this.miPeerProfile_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin      = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.lstChatMsgs);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.txtChatMsg);
     this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1);
     this.splitContainer2.Size             = new System.Drawing.Size(492, 371);
     this.splitContainer2.SplitterDistance = 209;
     this.splitContainer2.TabIndex         = 0;
     //
     // lstChatMsgs
     //
     this.lstChatMsgs.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lstChatMsgs.Location = new System.Drawing.Point(0, 0);
     this.lstChatMsgs.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.lstChatMsgs.Name     = "lstChatMsgs";
     this.lstChatMsgs.ReadOnly = true;
     this.lstChatMsgs.Size     = new System.Drawing.Size(492, 209);
     this.lstChatMsgs.TabIndex = 0;
     this.lstChatMsgs.Text     = "";
     //
     // txtChatMsg
     //
     this.txtChatMsg.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtChatMsg.Location  = new System.Drawing.Point(0, 0);
     this.txtChatMsg.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtChatMsg.Multiline = true;
     this.txtChatMsg.Name      = "txtChatMsg";
     this.txtChatMsg.Size      = new System.Drawing.Size(492, 116);
     this.txtChatMsg.TabIndex  = 6;
     this.txtChatMsg.Text      = "test";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnSendToAll);
     this.flowLayoutPanel1.Controls.Add(this.btnSend);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(0, 116);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(492, 42);
     this.flowLayoutPanel1.TabIndex      = 0;
     //
     // btnSendToAll
     //
     this.btnSendToAll.Location = new System.Drawing.Point(399, 4);
     this.btnSendToAll.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSendToAll.Name     = "btnSendToAll";
     this.btnSendToAll.Size     = new System.Drawing.Size(90, 34);
     this.btnSendToAll.TabIndex = 7;
     this.btnSendToAll.Text     = "Send to All";
     this.btnSendToAll.UseVisualStyleBackColor = true;
     this.btnSendToAll.Click += new System.EventHandler(this.btnSendToAll_Click);
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(303, 4);
     this.btnSend.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSend.Name     = "btnSend";
     this.btnSend.Size     = new System.Drawing.Size(90, 34);
     this.btnSend.TabIndex = 8;
     this.btnSend.Text     = "Send";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // ChatForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(731, 442);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Calibri", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "ChatForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "GKCommunicator";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #22
0
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tbStart             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbPrev = new System.Windows.Forms.ToolStripButton();
     this.tbNext = new System.Windows.Forms.ToolStripButton();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbStart,
         this.toolStripSeparator1,
         this.tbPrev,
         this.tbNext
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(792, 27);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tbStart
     //
     this.tbStart.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbStart.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbStart.Name   = "tbStart";
     this.tbStart.Size   = new System.Drawing.Size(24, 24);
     this.tbStart.Text   = "tbStart";
     this.tbStart.Click += new System.EventHandler(this.tsbStart_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbPrev
     //
     this.tbPrev.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbPrev.Name   = "tbPrev";
     this.tbPrev.Size   = new System.Drawing.Size(24, 24);
     this.tbPrev.Text   = "tbPrev";
     this.tbPrev.Click += new System.EventHandler(this.tsbPrev_Click);
     //
     // tbNext
     //
     this.tbNext.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbNext.Name   = "tbNext";
     this.tbNext.Size   = new System.Drawing.Size(24, 24);
     this.tbNext.Text   = "tbNext";
     this.tbNext.Click += new System.EventHandler(this.tsbNext_Click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.Timer1Tick);
     //
     // SlideshowWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.toolStrip1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview    = true;
     this.Name          = "SlideshowWin";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SlideshowWin";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.SlideshowWin_Closed);
     this.Load         += new System.EventHandler(this.SlideshowWin_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.SlideshowWin_KeyDown);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #23
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.souborToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.otevřítToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.uložitToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.uložitToolStripMenuItem1           = new System.Windows.Forms.ToolStripMenuItem();
     this.zavřítToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.práceSObrázkemToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.blackWhiteToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.obrysyToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.odstínůŠediToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.zoomInToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.kresleníPeremToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.jednoduchéOperaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.kopiePoPixeluToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4  = new System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.openFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton3    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.hScrollBar1         = new System.Windows.Forms.HScrollBar();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.souborToolStripMenuItem,
         this.práceSObrázkemToolStripMenuItem,
         this.jednoduchéOperaceToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(705, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // souborToolStripMenuItem
     //
     this.souborToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.otevřítToolStripMenuItem,
         this.uložitToolStripMenuItem,
         this.uložitToolStripMenuItem1,
         this.zavřítToolStripMenuItem
     });
     this.souborToolStripMenuItem.Name = "souborToolStripMenuItem";
     this.souborToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.souborToolStripMenuItem.Text = "&Soubor";
     //
     // otevřítToolStripMenuItem
     //
     this.otevřítToolStripMenuItem.Name   = "otevřítToolStripMenuItem";
     this.otevřítToolStripMenuItem.Size   = new System.Drawing.Size(110, 22);
     this.otevřítToolStripMenuItem.Text   = "&Otevřít";
     this.otevřítToolStripMenuItem.Click += new System.EventHandler(this.OtevřítToolStripMenuItemClick);
     //
     // uložitToolStripMenuItem
     //
     this.uložitToolStripMenuItem.Name = "uložitToolStripMenuItem";
     this.uložitToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
     this.uložitToolStripMenuItem.Text = "&Nový";
     //
     // uložitToolStripMenuItem1
     //
     this.uložitToolStripMenuItem1.Name = "uložitToolStripMenuItem1";
     this.uložitToolStripMenuItem1.Size = new System.Drawing.Size(110, 22);
     this.uložitToolStripMenuItem1.Text = "&Uložit";
     //
     // zavřítToolStripMenuItem
     //
     this.zavřítToolStripMenuItem.Name   = "zavřítToolStripMenuItem";
     this.zavřítToolStripMenuItem.Size   = new System.Drawing.Size(110, 22);
     this.zavřítToolStripMenuItem.Text   = "&Zavřít";
     this.zavřítToolStripMenuItem.Click += new System.EventHandler(this.ZavřítToolStripMenuItemClick);
     //
     // práceSObrázkemToolStripMenuItem
     //
     this.práceSObrázkemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.blackWhiteToolStripMenuItem,
         this.obrysyToolStripMenuItem,
         this.odstínůŠediToolStripMenuItem,
         this.zoomInToolStripMenuItem,
         this.kresleníPeremToolStripMenuItem
     });
     this.práceSObrázkemToolStripMenuItem.Name = "práceSObrázkemToolStripMenuItem";
     this.práceSObrázkemToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     this.práceSObrázkemToolStripMenuItem.Text = "Nástroje";
     //
     // blackWhiteToolStripMenuItem
     //
     this.blackWhiteToolStripMenuItem.Name   = "blackWhiteToolStripMenuItem";
     this.blackWhiteToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.blackWhiteToolStripMenuItem.Text   = "Black&White";
     this.blackWhiteToolStripMenuItem.Click += new System.EventHandler(this.BlackWhiteToolStripMenuItemClick);
     //
     // obrysyToolStripMenuItem
     //
     this.obrysyToolStripMenuItem.Name   = "obrysyToolStripMenuItem";
     this.obrysyToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.obrysyToolStripMenuItem.Text   = "Obrysy";
     this.obrysyToolStripMenuItem.Click += new System.EventHandler(this.ObrysyToolStripMenuItemClick);
     //
     // odstínůŠediToolStripMenuItem
     //
     this.odstínůŠediToolStripMenuItem.Name   = "odstínůŠediToolStripMenuItem";
     this.odstínůŠediToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.odstínůŠediToolStripMenuItem.Text   = "50 odstínů šedi";
     this.odstínůŠediToolStripMenuItem.Click += new System.EventHandler(this.OdstínůŠediToolStripMenuItemClick);
     //
     // zoomInToolStripMenuItem
     //
     this.zoomInToolStripMenuItem.Name   = "zoomInToolStripMenuItem";
     this.zoomInToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.zoomInToolStripMenuItem.Text   = "Zoom in";
     this.zoomInToolStripMenuItem.Click += new System.EventHandler(this.ZoomInToolStripMenuItemClick);
     //
     // kresleníPeremToolStripMenuItem
     //
     this.kresleníPeremToolStripMenuItem.Name   = "kresleníPeremToolStripMenuItem";
     this.kresleníPeremToolStripMenuItem.Size   = new System.Drawing.Size(153, 22);
     this.kresleníPeremToolStripMenuItem.Text   = "Kreslení perem";
     this.kresleníPeremToolStripMenuItem.Click += new System.EventHandler(this.KresleníPeremToolStripMenuItemClick);
     //
     // jednoduchéOperaceToolStripMenuItem
     //
     this.jednoduchéOperaceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.kopiePoPixeluToolStripMenuItem
     });
     this.jednoduchéOperaceToolStripMenuItem.Name = "jednoduchéOperaceToolStripMenuItem";
     this.jednoduchéOperaceToolStripMenuItem.Size = new System.Drawing.Size(128, 20);
     this.jednoduchéOperaceToolStripMenuItem.Text = "Jednoduché operace";
     //
     // kopiePoPixeluToolStripMenuItem
     //
     this.kopiePoPixeluToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripMenuItem4
     });
     this.kopiePoPixeluToolStripMenuItem.Name   = "kopiePoPixeluToolStripMenuItem";
     this.kopiePoPixeluToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.kopiePoPixeluToolStripMenuItem.Text   = "Kopie po pixelu";
     this.kopiePoPixeluToolStripMenuItem.Click += new System.EventHandler(this.KopiePoPixeluToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(92, 22);
     this.toolStripMenuItem2.Text   = "90";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name   = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size   = new System.Drawing.Size(92, 22);
     this.toolStripMenuItem3.Text   = "180";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name   = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size   = new System.Drawing.Size(92, 22);
     this.toolStripMenuItem4.Text   = "270";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.ToolStripMenuItem4Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor  = System.Drawing.Color.White;
     this.pictureBox1.Location   = new System.Drawing.Point(12, 90);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new System.Drawing.Size(307, 296);
     this.pictureBox1.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex   = 1;
     this.pictureBox1.TabStop    = false;
     this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1MouseDown);
     this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox1MouseMove);
     this.pictureBox1.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.PictureBox1MouseUp);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toolStripButton3,
         this.toolStripButton1,
         this.toolStripSeparator1,
         this.toolStripButton4,
         this.toolStripButton2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(705, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(49, 22);
     this.toolStripLabel1.Text = "Zkratky:";
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text   = "Open file...";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // 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 = "Save the project";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text   = "Dark mode";
     this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
     //
     // 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   = "Exit";
     this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor   = System.Drawing.Color.White;
     this.pictureBox2.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Location    = new System.Drawing.Point(369, 90);
     this.pictureBox2.Name        = "pictureBox2";
     this.pictureBox2.Size        = new System.Drawing.Size(307, 296);
     this.pictureBox2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex    = 3;
     this.pictureBox2.TabStop     = false;
     this.pictureBox2.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.PictureBox2MouseDown);
     this.pictureBox2.MouseEnter += new System.EventHandler(this.PictureBox2MouseEnter);
     this.pictureBox2.MouseLeave += new System.EventHandler(this.PictureBox2MouseLeave);
     this.pictureBox2.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.PictureBox2MouseMove);
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location      = new System.Drawing.Point(456, 408);
     this.hScrollBar1.Maximum       = 255;
     this.hScrollBar1.Name          = "hScrollBar1";
     this.hScrollBar1.Size          = new System.Drawing.Size(171, 17);
     this.hScrollBar1.SmallChange   = 10;
     this.hScrollBar1.TabIndex      = 4;
     this.hScrollBar1.Value         = 125;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.HScrollBar1ValueChanged);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLight;
     this.ClientSize          = new System.Drawing.Size(705, 484);
     this.Controls.Add(this.hScrollBar1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "práce s rastry";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #24
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormExamDesigner));
     this.menuStripMain                = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.newExamToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.closeToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.saveToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2          = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.cutToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.examToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.newQuestionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newExamToolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMain                = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonNewExam       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonOpen          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonSave          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonCut           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonCopy          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonPaste         = new System.Windows.Forms.ToolStripButton();
     this.statusStripMain              = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel         = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1              = new System.Windows.Forms.SplitContainer();
     this.splitContainer2              = new System.Windows.Forms.SplitContainer();
     this.tabControlQuestion           = new System.Windows.Forms.TabControl();
     this.tabPageQuestion              = new System.Windows.Forms.TabPage();
     this.tabPagePreview               = new System.Windows.Forms.TabPage();
     this.menuStripMain.SuspendLayout();
     this.toolStripMain.SuspendLayout();
     this.statusStripMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.SuspendLayout();
     this.tabControlQuestion.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStripMain
     //
     this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.examToolStripMenuItem
     });
     this.menuStripMain.Location = new System.Drawing.Point(0, 0);
     this.menuStripMain.Name     = "menuStripMain";
     this.menuStripMain.Size     = new System.Drawing.Size(984, 24);
     this.menuStripMain.TabIndex = 0;
     this.menuStripMain.Text     = "menuStripMain";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newExamToolStripMenuItem,
         this.openToolStripMenuItem,
         this.closeToolStripMenuItem,
         this.toolStripSeparator1,
         this.saveToolStripMenuItem,
         this.saveAsToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newExamToolStripMenuItem
     //
     this.newExamToolStripMenuItem.Name = "newExamToolStripMenuItem";
     this.newExamToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.newExamToolStripMenuItem.Text = "New Exam";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.openToolStripMenuItem.Text = "Open";
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.closeToolStripMenuItem.Text = "Close";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.saveToolStripMenuItem.Text = "Save";
     //
     // saveAsToolStripMenuItem
     //
     this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
     this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.saveAsToolStripMenuItem.Text = "Save As...";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cutToolStripMenuItem,
         this.copyToolStripMenuItem,
         this.pasteToolStripMenuItem,
         this.deleteToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // cutToolStripMenuItem
     //
     this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
     this.cutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.cutToolStripMenuItem.Text = "Cut";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.copyToolStripMenuItem.Text = "Copy";
     //
     // pasteToolStripMenuItem
     //
     this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
     this.pasteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.pasteToolStripMenuItem.Text = "Paste";
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     //
     // examToolStripMenuItem
     //
     this.examToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newQuestionToolStripMenuItem,
         this.newExamToolStripMenuItem1
     });
     this.examToolStripMenuItem.Name = "examToolStripMenuItem";
     this.examToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.examToolStripMenuItem.Text = "Exam";
     //
     // newQuestionToolStripMenuItem
     //
     this.newQuestionToolStripMenuItem.Name = "newQuestionToolStripMenuItem";
     this.newQuestionToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
     this.newQuestionToolStripMenuItem.Text = "New Question...";
     //
     // newExamToolStripMenuItem1
     //
     this.newExamToolStripMenuItem1.Name = "newExamToolStripMenuItem1";
     this.newExamToolStripMenuItem1.Size = new System.Drawing.Size(158, 22);
     this.newExamToolStripMenuItem1.Text = "New Exam";
     //
     // toolStripMain
     //
     this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonNewExam,
         this.toolStripButtonOpen,
         this.toolStripButtonSave,
         this.toolStripSeparator3,
         this.toolStripButtonCut,
         this.toolStripButtonCopy,
         this.toolStripButtonPaste
     });
     this.toolStripMain.Location = new System.Drawing.Point(0, 24);
     this.toolStripMain.Name     = "toolStripMain";
     this.toolStripMain.Size     = new System.Drawing.Size(984, 25);
     this.toolStripMain.TabIndex = 1;
     this.toolStripMain.Text     = "toolStripMain";
     //
     // toolStripButtonNewExam
     //
     this.toolStripButtonNewExam.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonNewExam.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNewExam.Image")));
     this.toolStripButtonNewExam.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNewExam.Name = "toolStripButtonNewExam";
     this.toolStripButtonNewExam.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonNewExam.Text = "New Exam";
     //
     // toolStripButtonOpen
     //
     this.toolStripButtonOpen.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonOpen.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonOpen.Image")));
     this.toolStripButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonOpen.Name = "toolStripButtonOpen";
     this.toolStripButtonOpen.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonOpen.Text = "Open";
     //
     // toolStripButtonSave
     //
     this.toolStripButtonSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonSave.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
     this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSave.Name = "toolStripButtonSave";
     this.toolStripButtonSave.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonSave.Text = "Save";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonCut
     //
     this.toolStripButtonCut.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCut.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCut.Image")));
     this.toolStripButtonCut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonCut.Name = "toolStripButtonCut";
     this.toolStripButtonCut.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCut.Text = "Cut";
     //
     // toolStripButtonCopy
     //
     this.toolStripButtonCopy.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCopy.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCopy.Image")));
     this.toolStripButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonCopy.Name = "toolStripButtonCopy";
     this.toolStripButtonCopy.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCopy.Text = "Copy";
     //
     // toolStripButtonPaste
     //
     this.toolStripButtonPaste.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonPaste.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPaste.Image")));
     this.toolStripButtonPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPaste.Name = "toolStripButtonPaste";
     this.toolStripButtonPaste.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonPaste.Text = "Paste";
     //
     // statusStripMain
     //
     this.statusStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel
     });
     this.statusStripMain.Location = new System.Drawing.Point(0, 540);
     this.statusStripMain.Name     = "statusStripMain";
     this.statusStripMain.Size     = new System.Drawing.Size(984, 22);
     this.statusStripMain.TabIndex = 2;
     this.statusStripMain.Text     = "statusStripMain";
     //
     // toolStripStatusLabel
     //
     this.toolStripStatusLabel.Name = "toolStripStatusLabel";
     this.toolStripStatusLabel.Size = new System.Drawing.Size(112, 17);
     this.toolStripStatusLabel.Text = "toolStripStatusLabel";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControlQuestion);
     this.splitContainer1.Size             = new System.Drawing.Size(984, 491);
     this.splitContainer1.SplitterDistance = 328;
     this.splitContainer1.TabIndex         = 3;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location         = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name             = "splitContainer2";
     this.splitContainer2.Orientation      = System.Windows.Forms.Orientation.Horizontal;
     this.splitContainer2.Size             = new System.Drawing.Size(328, 491);
     this.splitContainer2.SplitterDistance = 290;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabControlQuestion
     //
     this.tabControlQuestion.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.tabControlQuestion.Controls.Add(this.tabPageQuestion);
     this.tabControlQuestion.Controls.Add(this.tabPagePreview);
     this.tabControlQuestion.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControlQuestion.Location      = new System.Drawing.Point(0, 0);
     this.tabControlQuestion.Name          = "tabControlQuestion";
     this.tabControlQuestion.SelectedIndex = 0;
     this.tabControlQuestion.Size          = new System.Drawing.Size(652, 491);
     this.tabControlQuestion.TabIndex      = 0;
     //
     // tabPageQuestion
     //
     this.tabPageQuestion.Location = new System.Drawing.Point(4, 4);
     this.tabPageQuestion.Name     = "tabPageQuestion";
     this.tabPageQuestion.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageQuestion.Size     = new System.Drawing.Size(644, 465);
     this.tabPageQuestion.TabIndex = 0;
     this.tabPageQuestion.Text     = "Question";
     this.tabPageQuestion.UseVisualStyleBackColor = true;
     //
     // tabPagePreview
     //
     this.tabPagePreview.Location = new System.Drawing.Point(4, 4);
     this.tabPagePreview.Name     = "tabPagePreview";
     this.tabPagePreview.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPagePreview.Size     = new System.Drawing.Size(644, 465);
     this.tabPagePreview.TabIndex = 1;
     this.tabPagePreview.Text     = "Preview";
     this.tabPagePreview.UseVisualStyleBackColor = true;
     //
     // FormExamDesigner
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 562);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStripMain);
     this.Controls.Add(this.toolStripMain);
     this.Controls.Add(this.menuStripMain);
     this.IsMdiContainer = true;
     this.MainMenuStrip  = this.menuStripMain;
     this.Name           = "FormExamDesigner";
     this.Text           = "Exam Designer";
     this.menuStripMain.ResumeLayout(false);
     this.menuStripMain.PerformLayout();
     this.toolStripMain.ResumeLayout(false);
     this.toolStripMain.PerformLayout();
     this.statusStripMain.ResumeLayout(false);
     this.statusStripMain.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.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.tabControlQuestion.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #25
0
 /// <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.ToolStripButton           toolStripButton2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogDesigner));
     System.Windows.Forms.ToolStripButton           toolStripButton3;
     System.Windows.Forms.ToolStripButton           toolStripButton4;
     System.Windows.Forms.ToolStripButton           toolStripButton5;
     System.Windows.Forms.ToolStripButton           toolStripButton6;
     System.Windows.Forms.ToolStripButton           toolStripButton7;
     System.Windows.Forms.ToolStripButton           toolStripButton8;
     System.Windows.Forms.ToolStripButton           toolStripButton9;
     System.Windows.Forms.ToolStripButton           toolStripButton10;
     System.Windows.Forms.ToolStripButton           toolStripButton11;
     System.Windows.Forms.ToolStripButton           toolStripButton1;
     System.Windows.Forms.TableLayoutPanel          tableLayoutPanel1;
     this.propertyGrid             = new System.Windows.Forms.PropertyGrid();
     this.controlList              = new System.Windows.Forms.ComboBox();
     this.viewCodeButton           = new System.Windows.Forms.Button();
     this.layoutPanel              = new System.Windows.Forms.Panel();
     this.toolbox                  = new System.Windows.Forms.ToolStrip();
     this.toolboxTabButton         = new System.Windows.Forms.ToolStripButton();
     this.menuBar                  = new System.Windows.Forms.MenuStrip();
     this.newMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.addItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1          = new System.Windows.Forms.SplitContainer();
     this.layoutPictureBox         = new MScripter.LayoutPictureBox();
     this.newTabImageList          = new System.Windows.Forms.ImageList(this.components);
     this.toolTip                  = new System.Windows.Forms.ToolTip(this.components);
     toolStripButton2              = new System.Windows.Forms.ToolStripButton();
     toolStripButton3              = new System.Windows.Forms.ToolStripButton();
     toolStripButton4              = new System.Windows.Forms.ToolStripButton();
     toolStripButton5              = new System.Windows.Forms.ToolStripButton();
     toolStripButton6              = new System.Windows.Forms.ToolStripButton();
     toolStripButton7              = new System.Windows.Forms.ToolStripButton();
     toolStripButton8              = new System.Windows.Forms.ToolStripButton();
     toolStripButton9              = new System.Windows.Forms.ToolStripButton();
     toolStripButton10             = new System.Windows.Forms.ToolStripButton();
     toolStripButton11             = new System.Windows.Forms.ToolStripButton();
     toolStripButton1              = new System.Windows.Forms.ToolStripButton();
     tableLayoutPanel1             = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     this.toolbox.SuspendLayout();
     this.menuBar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // toolStripButton2
     //
     toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     toolStripButton2.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton2.Name      = "toolStripButton2";
     toolStripButton2.Size      = new System.Drawing.Size(65, 20);
     toolStripButton2.Tag       = 2;
     toolStripButton2.Text      = "Edit";
     toolStripButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton2.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton3
     //
     toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     toolStripButton3.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton3.Name      = "toolStripButton3";
     toolStripButton3.Size      = new System.Drawing.Size(65, 20);
     toolStripButton3.Tag       = 3;
     toolStripButton3.Text      = "Button";
     toolStripButton3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton3.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton4
     //
     toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     toolStripButton4.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton4.Name      = "toolStripButton4";
     toolStripButton4.Size      = new System.Drawing.Size(65, 20);
     toolStripButton4.Tag       = 4;
     toolStripButton4.Text      = "Check";
     toolStripButton4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton4.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton5
     //
     toolStripButton5.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     toolStripButton5.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton5.Name      = "toolStripButton5";
     toolStripButton5.Size      = new System.Drawing.Size(65, 20);
     toolStripButton5.Tag       = 5;
     toolStripButton5.Text      = "Radio";
     toolStripButton5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton5.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton6
     //
     toolStripButton6.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     toolStripButton6.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton6.Name      = "toolStripButton6";
     toolStripButton6.Size      = new System.Drawing.Size(65, 20);
     toolStripButton6.Tag       = 6;
     toolStripButton6.Text      = "Box";
     toolStripButton6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton6.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton7
     //
     toolStripButton7.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     toolStripButton7.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton7.Name      = "toolStripButton7";
     toolStripButton7.Size      = new System.Drawing.Size(65, 20);
     toolStripButton7.Tag       = 7;
     toolStripButton7.Text      = "Scroll";
     toolStripButton7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton7.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton8
     //
     toolStripButton8.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
     toolStripButton8.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton8.Name      = "toolStripButton8";
     toolStripButton8.Size      = new System.Drawing.Size(65, 20);
     toolStripButton8.Tag       = 8;
     toolStripButton8.Text      = "List";
     toolStripButton8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton8.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton9
     //
     toolStripButton9.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
     toolStripButton9.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton9.Name      = "toolStripButton9";
     toolStripButton9.Size      = new System.Drawing.Size(65, 20);
     toolStripButton9.Tag       = 9;
     toolStripButton9.Text      = "Combo";
     toolStripButton9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton9.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton10
     //
     toolStripButton10.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
     toolStripButton10.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton10.Name      = "toolStripButton10";
     toolStripButton10.Size      = new System.Drawing.Size(65, 20);
     toolStripButton10.Tag       = 10;
     toolStripButton10.Text      = "Icon";
     toolStripButton10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton10.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton11
     //
     toolStripButton11.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image")));
     toolStripButton11.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton11.Name      = "toolStripButton11";
     toolStripButton11.Size      = new System.Drawing.Size(65, 20);
     toolStripButton11.Tag       = 11;
     toolStripButton11.Text      = "Link";
     toolStripButton11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton11.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // toolStripButton1
     //
     toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     toolStripButton1.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton1.Name      = "toolStripButton1";
     toolStripButton1.Size      = new System.Drawing.Size(65, 20);
     toolStripButton1.Tag       = 1;
     toolStripButton1.Text      = "Text";
     toolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     toolStripButton1.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.BackColor   = System.Drawing.Color.Transparent;
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.propertyGrid, 0, 1);
     tableLayoutPanel1.Controls.Add(this.controlList, 0, 0);
     tableLayoutPanel1.Controls.Add(this.viewCodeButton, 1, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(205, 503);
     tableLayoutPanel1.TabIndex = 1;
     //
     // propertyGrid
     //
     this.propertyGrid.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
     tableLayoutPanel1.SetColumnSpan(this.propertyGrid, 2);
     this.propertyGrid.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid.Location       = new System.Drawing.Point(0, 23);
     this.propertyGrid.Margin         = new System.Windows.Forms.Padding(0);
     this.propertyGrid.Name           = "propertyGrid";
     this.propertyGrid.Size           = new System.Drawing.Size(205, 480);
     this.propertyGrid.TabIndex       = 0;
     this.propertyGrid.ToolbarVisible = false;
     //
     // controlList
     //
     this.controlList.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.controlList.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.controlList.FormattingEnabled = true;
     this.controlList.Location          = new System.Drawing.Point(0, 1);
     this.controlList.Margin            = new System.Windows.Forms.Padding(0);
     this.controlList.Name     = "controlList";
     this.controlList.Size     = new System.Drawing.Size(138, 21);
     this.controlList.TabIndex = 0;
     this.toolTip.SetToolTip(this.controlList, "Select control");
     //
     // viewCodeButton
     //
     this.viewCodeButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.viewCodeButton.AutoSize                = true;
     this.viewCodeButton.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.viewCodeButton.BackColor               = System.Drawing.SystemColors.Control;
     this.viewCodeButton.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.viewCodeButton.Location                = new System.Drawing.Point(138, 0);
     this.viewCodeButton.Margin                  = new System.Windows.Forms.Padding(0);
     this.viewCodeButton.Name                    = "viewCodeButton";
     this.viewCodeButton.Size                    = new System.Drawing.Size(67, 23);
     this.viewCodeButton.TabIndex                = 1;
     this.viewCodeButton.Text                    = "View code";
     this.viewCodeButton.UseVisualStyleBackColor = true;
     this.viewCodeButton.Click                  += new System.EventHandler(this.viewCodeButton_Click);
     //
     // layoutPanel
     //
     this.layoutPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.layoutPanel.BackColor      = System.Drawing.SystemColors.Control;
     this.layoutPanel.Location       = new System.Drawing.Point(8, 55);
     this.layoutPanel.Name           = "layoutPanel";
     this.layoutPanel.Size           = new System.Drawing.Size(254, 192);
     this.layoutPanel.TabIndex       = 0;
     this.layoutPanel.Visible        = false;
     //
     // toolbox
     //
     this.toolbox.Dock      = System.Windows.Forms.DockStyle.Left;
     this.toolbox.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolbox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripButton1,
         toolStripButton2,
         toolStripButton3,
         toolStripButton4,
         toolStripButton5,
         toolStripButton6,
         toolStripButton7,
         toolStripButton8,
         toolStripButton9,
         toolStripButton10,
         toolStripButton11,
         this.toolboxTabButton
     });
     this.toolbox.Location = new System.Drawing.Point(0, 0);
     this.toolbox.Name     = "toolbox";
     this.toolbox.Size     = new System.Drawing.Size(68, 503);
     this.toolbox.TabIndex = 0;
     //
     // toolboxTabButton
     //
     this.toolboxTabButton.Image                 = ((System.Drawing.Image)(resources.GetObject("toolboxTabButton.Image")));
     this.toolboxTabButton.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolboxTabButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolboxTabButton.Name      = "toolboxTabButton";
     this.toolboxTabButton.Size      = new System.Drawing.Size(65, 20);
     this.toolboxTabButton.Tag       = 12;
     this.toolboxTabButton.Text      = "Tab";
     this.toolboxTabButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolboxTabButton.Click    += new System.EventHandler(this.controlToolStripButton_Click);
     //
     // menuBar
     //
     this.menuBar.AllowMerge = false;
     this.menuBar.AutoSize   = false;
     this.menuBar.Dock       = System.Windows.Forms.DockStyle.None;
     this.menuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newMenuItem,
         this.addItemToolStripMenuItem
     });
     this.menuBar.Location = new System.Drawing.Point(8, 28);
     this.menuBar.Name     = "menuBar";
     this.menuBar.Size     = new System.Drawing.Size(254, 24);
     this.menuBar.TabIndex = 3;
     this.menuBar.Visible  = false;
     //
     // newMenuItem
     //
     this.newMenuItem.ForeColor = System.Drawing.SystemColors.Highlight;
     this.newMenuItem.Name      = "newMenuItem";
     this.newMenuItem.Size      = new System.Drawing.Size(75, 20);
     this.newMenuItem.Text      = "Add menu";
     this.newMenuItem.Click    += new System.EventHandler(this.newMenuItem_Click);
     //
     // addItemToolStripMenuItem
     //
     this.addItemToolStripMenuItem.Enabled     = false;
     this.addItemToolStripMenuItem.ForeColor   = System.Drawing.SystemColors.Highlight;
     this.addItemToolStripMenuItem.Name        = "addItemToolStripMenuItem";
     this.addItemToolStripMenuItem.Size        = new System.Drawing.Size(68, 20);
     this.addItemToolStripMenuItem.Text        = "Add item";
     this.addItemToolStripMenuItem.ToolTipText = "This is here so that new items are inserted in the correct place. It is an error " +
                                                 "to define an item with no parent menu.";
     this.addItemToolStripMenuItem.Visible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location  = new System.Drawing.Point(68, 0);
     this.splitContainer1.Name      = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.splitContainer1.Panel1.Controls.Add(this.menuBar);
     this.splitContainer1.Panel1.Controls.Add(this.layoutPanel);
     this.splitContainer1.Panel1.Controls.Add(this.layoutPictureBox);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(tableLayoutPanel1);
     this.splitContainer1.Size             = new System.Drawing.Size(484, 503);
     this.splitContainer1.SplitterDistance = 275;
     this.splitContainer1.TabIndex         = 4;
     //
     // layoutPictureBox
     //
     this.layoutPictureBox.BackColor  = System.Drawing.SystemColors.AppWorkspace;
     this.layoutPictureBox.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.layoutPictureBox.Location   = new System.Drawing.Point(0, 0);
     this.layoutPictureBox.Name       = "layoutPictureBox";
     this.layoutPictureBox.Size       = new System.Drawing.Size(275, 503);
     this.layoutPictureBox.TabIndex   = 4;
     this.layoutPictureBox.TabStop    = false;
     this.layoutPictureBox.Paint     += new System.Windows.Forms.PaintEventHandler(this.layoutPictureBox_Paint);
     this.layoutPictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.layoutPictureBox_MouseDown);
     this.layoutPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.layoutPictureBox_MouseMove);
     this.layoutPictureBox.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.layoutPictureBox_MouseUp);
     this.layoutPictureBox.Resize    += new System.EventHandler(this.layoutPictureBox_Resize);
     //
     // newTabImageList
     //
     this.newTabImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("newTabImageList.ImageStream")));
     this.newTabImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.newTabImageList.Images.SetKeyName(0, "new");
     //
     // DialogDesigner
     //
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolbox);
     this.Name     = "DialogDesigner";
     this.Size     = new System.Drawing.Size(552, 503);
     this.Load    += new System.EventHandler(this.DialogDesigner_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DialogDesigner_KeyDown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     this.toolbox.ResumeLayout(false);
     this.toolbox.PerformLayout();
     this.menuBar.ResumeLayout(false);
     this.menuBar.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.layoutPictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #26
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUsers));
     this.panel1              = new System.Windows.Forms.Panel();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4    = new System.Windows.Forms.ToolStripButton();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.panel2              = new System.Windows.Forms.Panel();
     this.buttonClose         = new System.Windows.Forms.Button();
     this.panel3              = new System.Windows.Forms.Panel();
     this.listView1           = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4       = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.добавитьПользователяToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.изменитьПользователяToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьПользователяToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(620, 25);
     this.panel1.TabIndex = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripSeparator1,
         this.toolStripButton4
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(620, 25);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     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(79, 22);
     this.toolStripButton1.Text   = "Добавить";
     this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
     //
     // toolStripButton2
     //
     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(107, 22);
     this.toolStripButton2.Text   = "Редактировать";
     this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(71, 22);
     this.toolStripButton3.Text   = "Удалить";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(81, 22);
     this.toolStripButton4.Text   = "Обновить";
     this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "drive_user.png");
     this.imageList1.Images.SetKeyName(1, "report_user.png");
     this.imageList1.Images.SetKeyName(2, "folder_user.png");
     this.imageList1.Images.SetKeyName(3, "group.png");
     this.imageList1.Images.SetKeyName(4, "group_add.png");
     this.imageList1.Images.SetKeyName(5, "group_delete.png");
     this.imageList1.Images.SetKeyName(6, "group_edit.png");
     this.imageList1.Images.SetKeyName(7, "group_error.png");
     this.imageList1.Images.SetKeyName(8, "group_gear.png");
     this.imageList1.Images.SetKeyName(9, "group_go.png");
     this.imageList1.Images.SetKeyName(10, "arrow_refresh_small.png");
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonClose);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 299);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(620, 45);
     this.panel2.TabIndex = 1;
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(533, 10);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 0;
     this.buttonClose.Text     = "Закрыть";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.listView1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 25);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(620, 274);
     this.panel3.TabIndex = 2;
     //
     // listView1
     //
     this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.listView1.ContextMenuStrip = this.contextMenuStrip1;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.Size             = new System.Drawing.Size(620, 274);
     this.listView1.SmallImageList   = this.imageList1;
     this.listView1.StateImageList   = this.imageList1;
     this.listView1.TabIndex         = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Имя";
     this.columnHeader2.Width = 350;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Права";
     this.columnHeader3.Width = 150;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "№";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.добавитьПользователяToolStripMenuItem,
         this.изменитьПользователяToolStripMenuItem,
         this.удалитьПользователяToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(233, 92);
     //
     // добавитьПользователяToolStripMenuItem
     //
     this.добавитьПользователяToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("добавитьПользователяToolStripMenuItem.Image")));
     this.добавитьПользователяToolStripMenuItem.Name   = "добавитьПользователяToolStripMenuItem";
     this.добавитьПользователяToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.добавитьПользователяToolStripMenuItem.Text   = "Добавить пользователя";
     this.добавитьПользователяToolStripMenuItem.Click += new System.EventHandler(this.ДобавитьПользователяToolStripMenuItemClick);
     //
     // изменитьПользователяToolStripMenuItem
     //
     this.изменитьПользователяToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("изменитьПользователяToolStripMenuItem.Image")));
     this.изменитьПользователяToolStripMenuItem.Name   = "изменитьПользователяToolStripMenuItem";
     this.изменитьПользователяToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.изменитьПользователяToolStripMenuItem.Text   = "Редактировать пользователя";
     this.изменитьПользователяToolStripMenuItem.Click += new System.EventHandler(this.ИзменитьПользователяToolStripMenuItemClick);
     //
     // удалитьПользователяToolStripMenuItem
     //
     this.удалитьПользователяToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("удалитьПользователяToolStripMenuItem.Image")));
     this.удалитьПользователяToolStripMenuItem.Name   = "удалитьПользователяToolStripMenuItem";
     this.удалитьПользователяToolStripMenuItem.Size   = new System.Drawing.Size(232, 22);
     this.удалитьПользователяToolStripMenuItem.Text   = "Удалить пользователя";
     this.удалитьПользователяToolStripMenuItem.Click += new System.EventHandler(this.УдалитьПользователяToolStripMenuItemClick);
     //
     // FormUsers
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(620, 344);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "FormUsers";
     this.Text        = "Пользователи";
     this.Activated  += new System.EventHandler(this.FormUsersActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormUsersFormClosed);
     this.Load       += new System.EventHandler(this.FormUsersLoad);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ventas));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btn_del = new System.Windows.Forms.Button();
     this.btn_add = new System.Windows.Forms.Button();
     this.label12 = new System.Windows.Forms.Label();
     this.telef = new System.Windows.Forms.TextBox();
     this.vendpername = new System.Windows.Forms.TextBox();
     this.vendperid = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.ctacte = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtvuelto = new System.Windows.Forms.TextBox();
     this.txtefectivo = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.valventa = new System.Windows.Forms.TextBox();
     this.dctoTda = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lbl_valor = new System.Windows.Forms.Label();
     this.totimporte = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.totimpto = new System.Windows.Forms.TextBox();
     this.txt_valor = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dctoTotal = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.dctoTarj = new System.Windows.Forms.TextBox();
     this.totdscto1 = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.bruto = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.totpzas = new System.Windows.Forms.TextBox();
     this.txt_stock = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.itemsT = new System.Windows.Forms.TextBox();
     this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.griddetallemov = new System.Windows.Forms.DataGridView();
     this.nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.item = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rollo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unmed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Ubicacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.direc = new System.Windows.Forms.TextBox();
     this.ctactename = new System.Windows.Forms.TextBox();
     this.nmruc = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton();
     this.chkfijar = new DevExpress.XtraEditors.CheckEdit();
     this.cbo_incprec = new System.Windows.Forms.ComboBox();
     this.label20 = new System.Windows.Forms.Label();
     this.lbltitulo = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.tipimptotasa = new System.Windows.Forms.ComboBox();
     this.fechdoc = new System.Windows.Forms.DateTimePicker();
     this.moneda = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.numdoc = new System.Windows.Forms.TextBox();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.tipodoc = new System.Windows.Forms.ComboBox();
     this.serdoc = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.btnImprimirNoval = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_primero = new System.Windows.Forms.ToolStripButton();
     this.btn_anterior = new System.Windows.Forms.ToolStripButton();
     this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
     this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_detanadir = new System.Windows.Forms.ToolStripButton();
     this.btn_deteliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Calculadora = new System.Windows.Forms.ToolStripButton();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_upload = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.btn_information = new System.Windows.Forms.ToolStripButton();
     this.tipoclieprov = new System.Windows.Forms.Label();
     this.lblruc = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.pdtimagen = new System.Windows.Forms.PictureBox();
     this.lstListaprec = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.btnextraersunat = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.canticombo = new DevExpress.XtraEditors.SpinEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.preccombo = new System.Windows.Forms.TextBox();
     this.princombo = new System.Windows.Forms.CheckBox();
     this.glosa = new System.Windows.Forms.TextBox();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.label23 = new System.Windows.Forms.Label();
     this.importtarj = new System.Windows.Forms.TextBox();
     this.lstTarjGroup = new System.Windows.Forms.ListBox();
     this.dgbtarjetas = new System.Windows.Forms.DataGridView();
     this._tarjetalogo = new System.Windows.Forms.DataGridViewImageColumn();
     this._tarjetaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetanum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaimpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._ddnni = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.numnotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.sernotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipnotac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.numguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipguia = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.numfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipfac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.recep_fecha = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.recep_dni = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.recep_name = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.chkNC = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkGR = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkFA = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.fechnotac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechguia = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechfac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).BeginInit();
     this.Botonera.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).BeginInit();
     this.SuspendLayout();
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_del.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_del.Location = new System.Drawing.Point(226, 34);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(21, 21);
     this.btn_del.TabIndex = 99;
     this.toolTip1.SetToolTip(this.btn_del, "Quitar");
     this.btn_del.UseVisualStyleBackColor = true;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_add.Image = global::BapFormulariosNet.Properties.Resources.go_add1;
     this.btn_add.Location = new System.Drawing.Point(226, 12);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(21, 21);
     this.btn_add.TabIndex = 98;
     this.toolTip1.SetToolTip(this.btn_add, "Agregar");
     this.btn_add.UseVisualStyleBackColor = true;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(302, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 13);
     this.label12.TabIndex = 92;
     this.label12.Text = "Telef:";
     //
     // telef
     //
     this.telef.Location = new System.Drawing.Point(338, 125);
     this.telef.MaxLength = 100;
     this.telef.Name = "telef";
     this.telef.Size = new System.Drawing.Size(86, 21);
     this.telef.TabIndex = 83;
     //
     // vendpername
     //
     this.vendpername.Location = new System.Drawing.Point(100, 183);
     this.vendpername.Name = "vendpername";
     this.vendpername.Size = new System.Drawing.Size(351, 21);
     this.vendpername.TabIndex = 81;
     //
     // vendperid
     //
     this.vendperid.Location = new System.Drawing.Point(64, 183);
     this.vendperid.MaxLength = 8;
     this.vendperid.Name = "vendperid";
     this.vendperid.Size = new System.Drawing.Size(35, 21);
     this.vendperid.TabIndex = 80;
     this.vendperid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.vendperid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.vendperid_KeyDown);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(3, 186);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 13);
     this.label11.TabIndex = 78;
     this.label11.Text = "Vendedor:";
     //
     // ctacte
     //
     this.ctacte.Location = new System.Drawing.Point(64, 83);
     this.ctacte.MaxLength = 7;
     this.ctacte.Name = "ctacte";
     this.ctacte.Size = new System.Drawing.Size(53, 21);
     this.ctacte.TabIndex = 11;
     this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.txtvuelto);
     this.panel2.Controls.Add(this.txtefectivo);
     this.panel2.Controls.Add(this.label19);
     this.panel2.Controls.Add(this.label18);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.valventa);
     this.panel2.Controls.Add(this.dctoTda);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.lbl_valor);
     this.panel2.Controls.Add(this.totimporte);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.totimpto);
     this.panel2.Controls.Add(this.txt_valor);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.dctoTotal);
     this.panel2.Controls.Add(this.label39);
     this.panel2.Controls.Add(this.dctoTarj);
     this.panel2.Controls.Add(this.totdscto1);
     this.panel2.Controls.Add(this.label17);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.bruto);
     this.panel2.Controls.Add(this.label40);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.totpzas);
     this.panel2.Controls.Add(this.txt_stock);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.itemsT);
     this.panel2.Controls.Add(this.shapeContainer3);
     this.panel2.Location = new System.Drawing.Point(0, 480);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(989, 80);
     this.panel2.TabIndex = 73;
     //
     // txtvuelto
     //
     this.txtvuelto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtvuelto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtvuelto.Location = new System.Drawing.Point(905, 52);
     this.txtvuelto.Name = "txtvuelto";
     this.txtvuelto.Size = new System.Drawing.Size(75, 20);
     this.txtvuelto.TabIndex = 101;
     this.txtvuelto.Text = "00.00";
     this.txtvuelto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtefectivo
     //
     this.txtefectivo.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtefectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtefectivo.Location = new System.Drawing.Point(904, 29);
     this.txtefectivo.Name = "txtefectivo";
     this.txtefectivo.Size = new System.Drawing.Size(75, 20);
     this.txtefectivo.TabIndex = 100;
     this.txtefectivo.Text = "00.00";
     this.txtefectivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtefectivo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtefectivo_KeyDown);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(849, 56);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(51, 13);
     this.label19.TabIndex = 99;
     this.label19.Text = "Vuelto :";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(838, 33);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(62, 13);
     this.label18.TabIndex = 98;
     this.label18.Text = "Efectivo :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(669, 13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 13);
     this.label5.TabIndex = 81;
     this.label5.Text = "Val. Venta :";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(508, 12);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(68, 13);
     this.label9.TabIndex = 92;
     this.label9.Text = "Dcto.Tda :";
     //
     // valventa
     //
     this.valventa.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.valventa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.valventa.Location = new System.Drawing.Point(747, 8);
     this.valventa.Name = "valventa";
     this.valventa.Size = new System.Drawing.Size(75, 20);
     this.valventa.TabIndex = 80;
     this.valventa.Text = "100,000.00";
     this.valventa.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // dctoTda
     //
     this.dctoTda.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTda.Location = new System.Drawing.Point(577, 8);
     this.dctoTda.Name = "dctoTda";
     this.dctoTda.Size = new System.Drawing.Size(75, 20);
     this.dctoTda.TabIndex = 91;
     this.dctoTda.Text = "00.00";
     this.dctoTda.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(677, 33);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 83;
     this.label4.Text = "Impuesto :";
     //
     // lbl_valor
     //
     this.lbl_valor.AutoSize = true;
     this.lbl_valor.BackColor = System.Drawing.Color.Transparent;
     this.lbl_valor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_valor.ForeColor = System.Drawing.Color.White;
     this.lbl_valor.Location = new System.Drawing.Point(173, 53);
     this.lbl_valor.Name = "lbl_valor";
     this.lbl_valor.Size = new System.Drawing.Size(72, 13);
     this.lbl_valor.TabIndex = 87;
     this.lbl_valor.Text = "Cost.Prom :";
     //
     // totimporte
     //
     this.totimporte.BackColor = System.Drawing.Color.YellowGreen;
     this.totimporte.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimporte.Location = new System.Drawing.Point(747, 50);
     this.totimporte.Name = "totimporte";
     this.totimporte.Size = new System.Drawing.Size(75, 21);
     this.totimporte.TabIndex = 84;
     this.totimporte.Text = "100,000.00";
     this.totimporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(508, 32);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(68, 13);
     this.label14.TabIndex = 94;
     this.label14.Text = "Dcto.Tarj :";
     //
     // totimpto
     //
     this.totimpto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.totimpto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimpto.Location = new System.Drawing.Point(747, 29);
     this.totimpto.Name = "totimpto";
     this.totimpto.Size = new System.Drawing.Size(75, 20);
     this.totimpto.TabIndex = 82;
     this.totimpto.Text = "100,000.00";
     this.totimpto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_valor
     //
     this.txt_valor.Enabled = false;
     this.txt_valor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_valor.Location = new System.Drawing.Point(246, 49);
     this.txt_valor.Name = "txt_valor";
     this.txt_valor.Size = new System.Drawing.Size(75, 21);
     this.txt_valor.TabIndex = 86;
     this.txt_valor.Text = "100,000.00";
     this.txt_valor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(699, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 85;
     this.label3.Text = "Total :";
     //
     // dctoTotal
     //
     this.dctoTotal.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTotal.Location = new System.Drawing.Point(577, 50);
     this.dctoTotal.Name = "dctoTotal";
     this.dctoTotal.Size = new System.Drawing.Size(75, 21);
     this.dctoTotal.TabIndex = 95;
     this.dctoTotal.Text = "00.00";
     this.dctoTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.Color.White;
     this.label39.Location = new System.Drawing.Point(170, 31);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(76, 13);
     this.label39.TabIndex = 79;
     this.label39.Text = "Descuento :";
     //
     // dctoTarj
     //
     this.dctoTarj.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTarj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTarj.Location = new System.Drawing.Point(577, 29);
     this.dctoTarj.Name = "dctoTarj";
     this.dctoTarj.Size = new System.Drawing.Size(75, 20);
     this.dctoTarj.TabIndex = 93;
     this.dctoTarj.Text = "00.00";
     this.dctoTarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // totdscto1
     //
     this.totdscto1.Location = new System.Drawing.Point(246, 28);
     this.totdscto1.Name = "totdscto1";
     this.totdscto1.Size = new System.Drawing.Size(75, 21);
     this.totdscto1.TabIndex = 78;
     this.totdscto1.Text = "100,000.00";
     this.totdscto1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(501, 53);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(75, 13);
     this.label17.TabIndex = 96;
     this.label17.Text = "Descto.TT :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(3, 51);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(71, 13);
     this.label10.TabIndex = 77;
     this.label10.Text = "Val. Bruto :";
     //
     // bruto
     //
     this.bruto.Location = new System.Drawing.Point(76, 48);
     this.bruto.Name = "bruto";
     this.bruto.Size = new System.Drawing.Size(75, 21);
     this.bruto.TabIndex = 76;
     this.bruto.Text = "100,000.00";
     this.bruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.ForeColor = System.Drawing.Color.White;
     this.label40.Location = new System.Drawing.Point(344, 52);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(48, 13);
     this.label40.TabIndex = 89;
     this.label40.Text = "Stock :";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(6, 29);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(68, 13);
     this.label7.TabIndex = 75;
     this.label7.Text = "T. Piezas :";
     //
     // totpzas
     //
     this.totpzas.Location = new System.Drawing.Point(76, 26);
     this.totpzas.Name = "totpzas";
     this.totpzas.Size = new System.Drawing.Size(75, 21);
     this.totpzas.TabIndex = 74;
     this.totpzas.Text = "10,000";
     this.totpzas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_stock
     //
     this.txt_stock.Enabled = false;
     this.txt_stock.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_stock.Location = new System.Drawing.Point(392, 48);
     this.txt_stock.Name = "txt_stock";
     this.txt_stock.Size = new System.Drawing.Size(75, 21);
     this.txt_stock.TabIndex = 88;
     this.txt_stock.Text = "100,000.00";
     this.txt_stock.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(29, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 73;
     this.label1.Text = "Items :";
     //
     // itemsT
     //
     this.itemsT.Location = new System.Drawing.Point(77, 4);
     this.itemsT.Name = "itemsT";
     this.itemsT.Size = new System.Drawing.Size(51, 21);
     this.itemsT.TabIndex = 72;
     this.itemsT.Text = "999";
     this.itemsT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // shapeContainer3
     //
     this.shapeContainer3.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer3.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer3.Name = "shapeContainer3";
     this.shapeContainer3.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape4,
     this.lineShape3});
     this.shapeContainer3.Size = new System.Drawing.Size(989, 80);
     this.shapeContainer3.TabIndex = 97;
     this.shapeContainer3.TabStop = false;
     //
     // lineShape4
     //
     this.lineShape4.BorderWidth = 2;
     this.lineShape4.Name = "lineShape4";
     this.lineShape4.X1 = 482;
     this.lineShape4.X2 = 482;
     this.lineShape4.Y1 = 10;
     this.lineShape4.Y2 = 71;
     //
     // lineShape3
     //
     this.lineShape3.BorderWidth = 2;
     this.lineShape3.Name = "lineShape3";
     this.lineShape3.X1 = 665;
     this.lineShape3.X2 = 665;
     this.lineShape3.Y1 = 10;
     this.lineShape3.Y2 = 71;
     //
     // griddetallemov
     //
     this.griddetallemov.AllowUserToAddRows = false;
     this.griddetallemov.AllowUserToDeleteRows = false;
     this.griddetallemov.AllowUserToResizeColumns = false;
     this.griddetallemov.AllowUserToResizeRows = false;
     this.griddetallemov.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.griddetallemov.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.griddetallemov.ColumnHeadersHeight = 20;
     this.griddetallemov.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nostock,
     this.item,
     this.productid,
     this.productname,
     this.rollo,
     this.unmed,
     this.Ubicacion,
     this.stock_old,
     this.stock,
     this.precventa,
     this.costoultimo,
     this.costopromed,
     this.cantidad,
     this.cantidad_old,
     this.precioanterior,
     this.precunit,
     this.valor,
     this.dtotimpto,
     this.importe,
     this.importfac,
     this.dalmacaccionid,
     this.cantidadcta});
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     dataGridViewCellStyle8.NullValue = null;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.griddetallemov.DefaultCellStyle = dataGridViewCellStyle8;
     this.griddetallemov.Location = new System.Drawing.Point(1, 214);
     this.griddetallemov.MultiSelect = false;
     this.griddetallemov.Name = "griddetallemov";
     this.griddetallemov.RowHeadersVisible = false;
     this.griddetallemov.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.NullValue = null;
     this.griddetallemov.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.griddetallemov.RowTemplate.DefaultCellStyle.NullValue = null;
     this.griddetallemov.RowTemplate.Height = 20;
     this.griddetallemov.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.griddetallemov.Size = new System.Drawing.Size(989, 266);
     this.griddetallemov.TabIndex = 71;
     this.griddetallemov.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEndEdit);
     this.griddetallemov.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEnter);
     this.griddetallemov.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellLeave);
     this.griddetallemov.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.griddetallemov_EditingControlShowing);
     this.griddetallemov.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyDown);
     this.griddetallemov.KeyUp += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyUp);
     //
     // nostock
     //
     this.nostock.DataPropertyName = "nostock";
     this.nostock.FalseValue = "false";
     this.nostock.Frozen = true;
     this.nostock.HeaderText = "Aft";
     this.nostock.Name = "nostock";
     this.nostock.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.nostock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.nostock.TrueValue = "true";
     this.nostock.Width = 20;
     //
     // item
     //
     this.item.DataPropertyName = "items";
     this.item.Frozen = true;
     this.item.HeaderText = "Items";
     this.item.Name = "item";
     this.item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.item.Width = 40;
     //
     // productid
     //
     this.productid.DataPropertyName = "productid";
     this.productid.Frozen = true;
     this.productid.HeaderText = "Codigo";
     this.productid.Name = "productid";
     this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // productname
     //
     this.productname.DataPropertyName = "productname";
     this.productname.Frozen = true;
     this.productname.HeaderText = "Producto";
     this.productname.Name = "productname";
     this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.productname.Width = 400;
     //
     // rollo
     //
     this.rollo.DataPropertyName = "rollo";
     this.rollo.Frozen = true;
     this.rollo.HeaderText = "Rollo";
     this.rollo.MaxInputLength = 10;
     this.rollo.Name = "rollo";
     this.rollo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.rollo.Visible = false;
     this.rollo.Width = 80;
     //
     // unmed
     //
     this.unmed.DataPropertyName = "unmed";
     this.unmed.Frozen = true;
     this.unmed.HeaderText = "UnMed";
     this.unmed.Name = "unmed";
     this.unmed.Width = 48;
     //
     // Ubicacion
     //
     this.Ubicacion.DataPropertyName = "ubicacion";
     dataGridViewCellStyle2.NullValue = null;
     this.Ubicacion.DefaultCellStyle = dataGridViewCellStyle2;
     this.Ubicacion.Frozen = true;
     this.Ubicacion.HeaderText = "Ubicacion";
     this.Ubicacion.MaxInputLength = 4;
     this.Ubicacion.Name = "Ubicacion";
     this.Ubicacion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ubicacion.Visible = false;
     //
     // stock_old
     //
     this.stock_old.DataPropertyName = "stock_old";
     this.stock_old.Frozen = true;
     this.stock_old.HeaderText = "stock_old";
     this.stock_old.Name = "stock_old";
     this.stock_old.Visible = false;
     //
     // stock
     //
     this.stock.DataPropertyName = "stock";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle3.NullValue = null;
     this.stock.DefaultCellStyle = dataGridViewCellStyle3;
     this.stock.Frozen = true;
     this.stock.HeaderText = "Stock";
     this.stock.Name = "stock";
     this.stock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // precventa
     //
     this.precventa.DataPropertyName = "precventa";
     this.precventa.Frozen = true;
     this.precventa.HeaderText = "precventa";
     this.precventa.Name = "precventa";
     this.precventa.Visible = false;
     //
     // costoultimo
     //
     this.costoultimo.DataPropertyName = "costoultimo";
     this.costoultimo.Frozen = true;
     this.costoultimo.HeaderText = "costoultimo";
     this.costoultimo.Name = "costoultimo";
     this.costoultimo.Visible = false;
     //
     // costopromed
     //
     this.costopromed.DataPropertyName = "costopromed";
     this.costopromed.Frozen = true;
     this.costopromed.HeaderText = "costopromed";
     this.costopromed.Name = "costopromed";
     this.costopromed.Visible = false;
     //
     // cantidad
     //
     this.cantidad.DataPropertyName = "cantidad";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.NullValue = null;
     this.cantidad.DefaultCellStyle = dataGridViewCellStyle4;
     this.cantidad.Frozen = true;
     this.cantidad.HeaderText = "Cantidad";
     this.cantidad.Name = "cantidad";
     this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cantidad.Width = 80;
     //
     // cantidad_old
     //
     this.cantidad_old.DataPropertyName = "cantidad_old";
     this.cantidad_old.Frozen = true;
     this.cantidad_old.HeaderText = "cantidad_old";
     this.cantidad_old.Name = "cantidad_old";
     this.cantidad_old.Visible = false;
     //
     // precioanterior
     //
     this.precioanterior.DataPropertyName = "precioanterior";
     this.precioanterior.Frozen = true;
     this.precioanterior.HeaderText = "precioanterior";
     this.precioanterior.Name = "precioanterior";
     this.precioanterior.Visible = false;
     //
     // precunit
     //
     this.precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format = "N2";
     dataGridViewCellStyle5.NullValue = null;
     this.precunit.DefaultCellStyle = dataGridViewCellStyle5;
     this.precunit.Frozen = true;
     this.precunit.HeaderText = "Precio";
     this.precunit.Name = "precunit";
     this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.precunit.Width = 90;
     //
     // valor
     //
     this.valor.DataPropertyName = "valor";
     this.valor.HeaderText = "valor";
     this.valor.Name = "valor";
     this.valor.Visible = false;
     //
     // dtotimpto
     //
     this.dtotimpto.DataPropertyName = "totimpto";
     this.dtotimpto.HeaderText = "totimpto";
     this.dtotimpto.Name = "dtotimpto";
     this.dtotimpto.Visible = false;
     //
     // importe
     //
     this.importe.DataPropertyName = "importe";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N4";
     dataGridViewCellStyle6.NullValue = null;
     this.importe.DefaultCellStyle = dataGridViewCellStyle6;
     this.importe.HeaderText = "Importe";
     this.importe.Name = "importe";
     this.importe.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.importe.Visible = false;
     //
     // importfac
     //
     this.importfac.DataPropertyName = "importfac";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     this.importfac.DefaultCellStyle = dataGridViewCellStyle7;
     this.importfac.HeaderText = "Importe";
     this.importfac.Name = "importfac";
     this.importfac.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dalmacaccionid
     //
     this.dalmacaccionid.DataPropertyName = "almacaccionid";
     this.dalmacaccionid.HeaderText = "almacaccionid";
     this.dalmacaccionid.Name = "dalmacaccionid";
     this.dalmacaccionid.Visible = false;
     //
     // cantidadcta
     //
     this.cantidadcta.DataPropertyName = "cantidadcta";
     this.cantidadcta.HeaderText = "cantidadcta";
     this.cantidadcta.Name = "cantidadcta";
     this.cantidadcta.Visible = false;
     //
     // direc
     //
     this.direc.Location = new System.Drawing.Point(64, 125);
     this.direc.Name = "direc";
     this.direc.Size = new System.Drawing.Size(233, 21);
     this.direc.TabIndex = 23;
     //
     // ctactename
     //
     this.ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ctactename.Location = new System.Drawing.Point(64, 104);
     this.ctactename.Name = "ctactename";
     this.ctactename.Size = new System.Drawing.Size(387, 21);
     this.ctactename.TabIndex = 21;
     //
     // nmruc
     //
     this.nmruc.Location = new System.Drawing.Point(160, 82);
     this.nmruc.MaxLength = 11;
     this.nmruc.Name = "nmruc";
     this.nmruc.Size = new System.Drawing.Size(90, 21);
     this.nmruc.TabIndex = 12;
     this.nmruc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nmruc_KeyDown);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.btn_refresh_tcamb);
     this.panel1.Controls.Add(this.chkfijar);
     this.panel1.Controls.Add(this.cbo_incprec);
     this.panel1.Controls.Add(this.label20);
     this.panel1.Controls.Add(this.lbltitulo);
     this.panel1.Controls.Add(this.label41);
     this.panel1.Controls.Add(this.tipimptotasa);
     this.panel1.Controls.Add(this.fechdoc);
     this.panel1.Controls.Add(this.moneda);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.numdoc);
     this.panel1.Controls.Add(this.tcamb);
     this.panel1.Controls.Add(this.tipodoc);
     this.panel1.Controls.Add(this.serdoc);
     this.panel1.Controls.Add(this.label21);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Location = new System.Drawing.Point(0, 29);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(993, 45);
     this.panel1.TabIndex = 2;
     //
     // btn_refresh_tcamb
     //
     this.btn_refresh_tcamb.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_refresh_tcamb.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh_tcamb.Image")));
     this.btn_refresh_tcamb.Location = new System.Drawing.Point(643, 19);
     this.btn_refresh_tcamb.Name = "btn_refresh_tcamb";
     this.btn_refresh_tcamb.Size = new System.Drawing.Size(22, 22);
     this.btn_refresh_tcamb.TabIndex = 23;
     this.btn_refresh_tcamb.ToolTip = "Refrescar Tipo de Cambio";
     this.btn_refresh_tcamb.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_refresh_tcamb.Click += new System.EventHandler(this.btn_refresh_tcamb_Click);
     //
     // chkfijar
     //
     this.chkfijar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chkfijar.Location = new System.Drawing.Point(137, 21);
     this.chkfijar.Name = "chkfijar";
     this.chkfijar.Properties.Caption = "Fijar";
     this.chkfijar.Size = new System.Drawing.Size(51, 19);
     this.chkfijar.TabIndex = 22;
     this.chkfijar.CheckedChanged += new System.EventHandler(this.chkfijar_CheckedChanged);
     //
     // cbo_incprec
     //
     this.cbo_incprec.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.cbo_incprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_incprec.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbo_incprec.FormattingEnabled = true;
     this.cbo_incprec.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.cbo_incprec.Items.AddRange(new object[] {
     "SI",
     "NO"});
     this.cbo_incprec.Location = new System.Drawing.Point(946, 20);
     this.cbo_incprec.Name = "cbo_incprec";
     this.cbo_incprec.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.cbo_incprec.Size = new System.Drawing.Size(40, 21);
     this.cbo_incprec.TabIndex = 21;
     this.cbo_incprec.SelectedIndexChanged += new System.EventHandler(this.cbo_incprec_SelectedIndexChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.ForeColor = System.Drawing.Color.White;
     this.label20.Location = new System.Drawing.Point(947, 5);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(39, 13);
     this.label20.TabIndex = 20;
     this.label20.Text = "Inclu.";
     //
     // lbltitulo
     //
     this.lbltitulo.AutoSize = true;
     this.lbltitulo.BackColor = System.Drawing.Color.Transparent;
     this.lbltitulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltitulo.ForeColor = System.Drawing.Color.White;
     this.lbltitulo.Location = new System.Drawing.Point(422, 9);
     this.lbltitulo.Name = "lbltitulo";
     this.lbltitulo.Size = new System.Drawing.Size(151, 31);
     this.lbltitulo.TabIndex = 19;
     this.lbltitulo.Text = "FACTURA";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.ForeColor = System.Drawing.Color.White;
     this.label41.Location = new System.Drawing.Point(928, 22);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(21, 17);
     this.label41.TabIndex = 18;
     this.label41.Text = "%";
     //
     // tipimptotasa
     //
     this.tipimptotasa.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tipimptotasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipimptotasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.tipimptotasa.FormattingEnabled = true;
     this.tipimptotasa.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.tipimptotasa.Location = new System.Drawing.Point(887, 20);
     this.tipimptotasa.Name = "tipimptotasa";
     this.tipimptotasa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tipimptotasa.Size = new System.Drawing.Size(40, 21);
     this.tipimptotasa.TabIndex = 17;
     this.tipimptotasa.SelectedIndexChanged += new System.EventHandler(this.tipimptotasa_SelectedIndexChanged);
     //
     // fechdoc
     //
     this.fechdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdoc.Location = new System.Drawing.Point(669, 21);
     this.fechdoc.Name = "fechdoc";
     this.fechdoc.Size = new System.Drawing.Size(84, 20);
     this.fechdoc.TabIndex = 7;
     this.fechdoc.Value = new System.DateTime(2014, 4, 14, 0, 0, 0, 0);
     this.fechdoc.ValueChanged += new System.EventHandler(this.fechdoc_ValueChanged);
     //
     // moneda
     //
     this.moneda.AutoCompleteCustomSource.AddRange(new string[] {
     "FA"});
     this.moneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.moneda.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.moneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.moneda.FormattingEnabled = true;
     this.moneda.Location = new System.Drawing.Point(756, 20);
     this.moneda.Name = "moneda";
     this.moneda.Size = new System.Drawing.Size(70, 21);
     this.moneda.TabIndex = 8;
     this.moneda.SelectedIndexChanged += new System.EventHandler(this.moneda_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(16, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Tipo Documento";
     //
     // numdoc
     //
     this.numdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numdoc.Location = new System.Drawing.Point(231, 20);
     this.numdoc.MaxLength = 10;
     this.numdoc.Name = "numdoc";
     this.numdoc.Size = new System.Drawing.Size(87, 21);
     this.numdoc.TabIndex = 8;
     this.numdoc.Text = "000000001";
     this.numdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown);
     this.numdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numdoc_KeyPress);
     //
     // tcamb
     //
     this.tcamb.Location = new System.Drawing.Point(828, 20);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(56, 21);
     this.tcamb.TabIndex = 9;
     this.tcamb.Text = "3.420";
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tipodoc
     //
     this.tipodoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipodoc.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true);
     this.tipodoc.FormattingEnabled = true;
     this.tipodoc.Location = new System.Drawing.Point(7, 20);
     this.tipodoc.Name = "tipodoc";
     this.tipodoc.Size = new System.Drawing.Size(128, 20);
     this.tipodoc.TabIndex = 4;
     this.tipodoc.SelectedIndexChanged += new System.EventHandler(this.tipodoc_SelectedIndexChanged);
     //
     // serdoc
     //
     this.serdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serdoc.Location = new System.Drawing.Point(189, 20);
     this.serdoc.MaxLength = 5;
     this.serdoc.Name = "serdoc";
     this.serdoc.Size = new System.Drawing.Size(40, 21);
     this.serdoc.TabIndex = 4;
     this.serdoc.Text = "2014";
     this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(761, 5);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 13);
     this.label21.TabIndex = 12;
     this.label21.Text = "Moneda";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(193, 5);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 5;
     this.label6.Text = "Serie";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(883, 5);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(58, 13);
     this.label13.TabIndex = 16;
     this.label13.Text = "Impuesto";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(247, 5);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Número";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(826, 5);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(60, 13);
     this.label15.TabIndex = 14;
     this.label15.Text = "T Cambio";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(688, 5);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(42, 13);
     this.label16.TabIndex = 10;
     this.label16.Text = "Fecha";
     //
     // Botonera
     //
     this.Botonera.BackColor = System.Drawing.SystemColors.Control;
     this.Botonera.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnImprimirNoval,
     this.toolStripSeparator1,
     this.btn_primero,
     this.btn_anterior,
     this.btn_siguiente,
     this.btn_ultimo,
     this.toolStripSeparator2,
     this.btn_detanadir,
     this.btn_deteliminar,
     this.toolStripSeparator3,
     this.btn_Calculadora,
     this.btn_clave,
     this.btn_log,
     this.btn_upload,
     this.btn_salir,
     this.btn_information});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(993, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     this.Botonera.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Botonera_ItemClicked);
     //
     // btn_nuevo
     //
     this.btn_nuevo.BackColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Image")));
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = global::BapFormulariosNet.Properties.Resources.btn_eliminar20;
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Image")));
     this.btn_imprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(24, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.ToolTipText = "Impresion Valorizada";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // btnImprimirNoval
     //
     this.btnImprimirNoval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnImprimirNoval.Image = global::BapFormulariosNet.Properties.Resources.agt_print;
     this.btnImprimirNoval.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnImprimirNoval.Name = "btnImprimirNoval";
     this.btnImprimirNoval.Size = new System.Drawing.Size(26, 26);
     this.btnImprimirNoval.ToolTipText = "Impresion No Valorizada";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_primero
     //
     this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g;
     this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_primero.Name = "btn_primero";
     this.btn_primero.Size = new System.Drawing.Size(26, 26);
     this.btn_primero.Text = "Primero";
     this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click);
     //
     // btn_anterior
     //
     this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g;
     this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_anterior.Name = "btn_anterior";
     this.btn_anterior.Size = new System.Drawing.Size(26, 26);
     this.btn_anterior.Text = "Anterior";
     this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click);
     //
     // btn_siguiente
     //
     this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g;
     this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_siguiente.Name = "btn_siguiente";
     this.btn_siguiente.Size = new System.Drawing.Size(26, 26);
     this.btn_siguiente.Text = "Siguiente";
     this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click);
     //
     // btn_ultimo
     //
     this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g;
     this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_ultimo.Name = "btn_ultimo";
     this.btn_ultimo.Size = new System.Drawing.Size(26, 26);
     this.btn_ultimo.Text = "Ultimo";
     this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_detanadir
     //
     this.btn_detanadir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_detanadir.Image = global::BapFormulariosNet.Properties.Resources.go_add;
     this.btn_detanadir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_detanadir.Name = "btn_detanadir";
     this.btn_detanadir.Size = new System.Drawing.Size(26, 26);
     this.btn_detanadir.Text = "Añadir";
     this.btn_detanadir.Click += new System.EventHandler(this.btn_detanadir_Click);
     //
     // btn_deteliminar
     //
     this.btn_deteliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_deteliminar.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_deteliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_deteliminar.Name = "btn_deteliminar";
     this.btn_deteliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_deteliminar.Text = "Quitar";
     this.btn_deteliminar.Click += new System.EventHandler(this.btn_deteliminar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 29);
     //
     // btn_Calculadora
     //
     this.btn_Calculadora.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_Calculadora.Image = global::BapFormulariosNet.Properties.Resources.go_calc2;
     this.btn_Calculadora.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Calculadora.Name = "btn_Calculadora";
     this.btn_Calculadora.Size = new System.Drawing.Size(26, 26);
     this.btn_Calculadora.Text = "Calculadora";
     this.btn_Calculadora.Click += new System.EventHandler(this.btn_Calculadora_Click);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "Auditoria";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_upload
     //
     this.btn_upload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_upload.Image = global::BapFormulariosNet.Properties.Resources.btn_barcode;
     this.btn_upload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_upload.Name = "btn_upload";
     this.btn_upload.Size = new System.Drawing.Size(26, 26);
     this.btn_upload.Text = "Leer Codigo Barras";
     this.btn_upload.ToolTipText = "Cargar";
     this.btn_upload.Click += new System.EventHandler(this.btn_upload_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // btn_information
     //
     this.btn_information.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_information.Image = global::BapFormulariosNet.Properties.Resources.go_information;
     this.btn_information.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_information.Name = "btn_information";
     this.btn_information.Size = new System.Drawing.Size(26, 26);
     this.btn_information.Text = "Informacion";
     this.btn_information.Click += new System.EventHandler(this.btn_information_Click);
     //
     // tipoclieprov
     //
     this.tipoclieprov.AutoSize = true;
     this.tipoclieprov.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipoclieprov.Location = new System.Drawing.Point(6, 86);
     this.tipoclieprov.Name = "tipoclieprov";
     this.tipoclieprov.Size = new System.Drawing.Size(42, 13);
     this.tipoclieprov.TabIndex = 18;
     this.tipoclieprov.Text = "Cliente:";
     //
     // lblruc
     //
     this.lblruc.AutoSize = true;
     this.lblruc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblruc.Location = new System.Drawing.Point(123, 85);
     this.lblruc.Name = "lblruc";
     this.lblruc.Size = new System.Drawing.Size(33, 13);
     this.lblruc.TabIndex = 75;
     this.lblruc.Text = "RUC:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(6, 128);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(55, 13);
     this.label24.TabIndex = 22;
     this.label24.Text = "Dirección:";
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape2});
     this.shapeContainer1.Size = new System.Drawing.Size(993, 560);
     this.shapeContainer1.TabIndex = 82;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape2
     //
     this.lineShape2.BorderWidth = 2;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.SelectionColor = System.Drawing.SystemColors.HotTrack;
     this.lineShape2.X1 = 2;
     this.lineShape2.X2 = 453;
     this.lineShape2.Y1 = 176;
     this.lineShape2.Y2 = 176;
     //
     // pdtimagen
     //
     this.pdtimagen.BackColor = System.Drawing.Color.Transparent;
     this.pdtimagen.Image = global::BapFormulariosNet.Properties.Resources.anulado;
     this.pdtimagen.Location = new System.Drawing.Point(378, 286);
     this.pdtimagen.Name = "pdtimagen";
     this.pdtimagen.Size = new System.Drawing.Size(262, 135);
     this.pdtimagen.TabIndex = 96;
     this.pdtimagen.TabStop = false;
     //
     // lstListaprec
     //
     this.lstListaprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstListaprec.FormattingEnabled = true;
     this.lstListaprec.Location = new System.Drawing.Point(873, 99);
     this.lstListaprec.Name = "lstListaprec";
     this.lstListaprec.Size = new System.Drawing.Size(113, 21);
     this.lstListaprec.TabIndex = 98;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(870, 78);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(85, 13);
     this.label22.TabIndex = 99;
     this.label22.Text = "Lista de Precios:";
     //
     // btnextraersunat
     //
     this.btnextraersunat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnextraersunat.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.btnextraersunat.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnextraersunat.Image = global::BapFormulariosNet.Properties.Resources.go_sunat1;
     this.btnextraersunat.Location = new System.Drawing.Point(256, 80);
     this.btnextraersunat.Name = "btnextraersunat";
     this.btnextraersunat.Size = new System.Drawing.Size(90, 23);
     this.btnextraersunat.TabIndex = 100;
     this.btnextraersunat.ToolTip = "Extrae Datos";
     this.btnextraersunat.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btnextraersunat.Click += new System.EventHandler(this.btnextraersunat_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(466, 76);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3;
     this.xtraTabControl1.Size = new System.Drawing.Size(401, 137);
     this.xtraTabControl1.TabIndex = 101;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.canticombo);
     this.xtraTabPage3.Controls.Add(this.label26);
     this.xtraTabPage3.Controls.Add(this.label25);
     this.xtraTabPage3.Controls.Add(this.preccombo);
     this.xtraTabPage3.Controls.Add(this.princombo);
     this.xtraTabPage3.Controls.Add(this.glosa);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage3.Text = "Observaciones";
     //
     // canticombo
     //
     this.canticombo.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.canticombo.Location = new System.Drawing.Point(295, 30);
     this.canticombo.Name = "canticombo";
     this.canticombo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.canticombo.Properties.MaxValue = new decimal(new int[] {
     100,
     0,
     0,
     0});
     this.canticombo.Size = new System.Drawing.Size(67, 20);
     this.canticombo.TabIndex = 87;
     this.canticombo.EditValueChanged += new System.EventHandler(this.canticombo_EditValueChanged);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(239, 64);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(55, 13);
     this.label26.TabIndex = 86;
     this.label26.Text = "Prec/Unit:";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(210, 34);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(84, 13);
     this.label25.TabIndex = 85;
     this.label25.Text = "Nro de Combos:";
     //
     // preccombo
     //
     this.preccombo.Location = new System.Drawing.Point(295, 60);
     this.preccombo.Name = "preccombo";
     this.preccombo.ReadOnly = true;
     this.preccombo.Size = new System.Drawing.Size(67, 21);
     this.preccombo.TabIndex = 83;
     this.preccombo.Text = "0.00";
     this.preccombo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // princombo
     //
     this.princombo.AutoSize = true;
     this.princombo.Location = new System.Drawing.Point(219, 9);
     this.princombo.Name = "princombo";
     this.princombo.Size = new System.Drawing.Size(151, 17);
     this.princombo.TabIndex = 81;
     this.princombo.Text = "Imprimir en Detalle Combo";
     this.princombo.UseVisualStyleBackColor = true;
     this.princombo.CheckedChanged += new System.EventHandler(this.princombo_CheckedChanged);
     //
     // glosa
     //
     this.glosa.Location = new System.Drawing.Point(18, 9);
     this.glosa.Multiline = true;
     this.glosa.Name = "glosa";
     this.glosa.Size = new System.Drawing.Size(186, 72);
     this.glosa.TabIndex = 80;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.label23);
     this.xtraTabPage1.Controls.Add(this.importtarj);
     this.xtraTabPage1.Controls.Add(this.btn_del);
     this.xtraTabPage1.Controls.Add(this.btn_add);
     this.xtraTabPage1.Controls.Add(this.lstTarjGroup);
     this.xtraTabPage1.Controls.Add(this.dgbtarjetas);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage1.Text = "Pago con Tarjeta";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(73, 83);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(50, 13);
     this.label23.TabIndex = 101;
     this.label23.Text = "Total >>";
     //
     // importtarj
     //
     this.importtarj.Location = new System.Drawing.Point(129, 80);
     this.importtarj.MaxLength = 8;
     this.importtarj.Name = "importtarj";
     this.importtarj.Size = new System.Drawing.Size(69, 21);
     this.importtarj.TabIndex = 100;
     this.importtarj.Text = "0.00";
     this.importtarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lstTarjGroup
     //
     this.lstTarjGroup.FormattingEnabled = true;
     this.lstTarjGroup.Location = new System.Drawing.Point(253, 12);
     this.lstTarjGroup.Name = "lstTarjGroup";
     this.lstTarjGroup.Size = new System.Drawing.Size(116, 56);
     this.lstTarjGroup.TabIndex = 97;
     //
     // dgbtarjetas
     //
     this.dgbtarjetas.AllowUserToAddRows = false;
     this.dgbtarjetas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgbtarjetas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this._tarjetalogo,
     this._tarjetaid,
     this._tarjetaname,
     this._tarjetanum,
     this._tarjetaimpo,
     this._ddnni});
     this.dgbtarjetas.Location = new System.Drawing.Point(5, 12);
     this.dgbtarjetas.Name = "dgbtarjetas";
     this.dgbtarjetas.ReadOnly = true;
     this.dgbtarjetas.RowHeadersVisible = false;
     this.dgbtarjetas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgbtarjetas.Size = new System.Drawing.Size(214, 68);
     this.dgbtarjetas.TabIndex = 96;
     //
     // _tarjetalogo
     //
     this._tarjetalogo.DataPropertyName = "tarjetalogo";
     this._tarjetalogo.HeaderText = "TarJ";
     this._tarjetalogo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this._tarjetalogo.Name = "_tarjetalogo";
     this._tarjetalogo.ReadOnly = true;
     this._tarjetalogo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this._tarjetalogo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this._tarjetalogo.Width = 40;
     //
     // _tarjetaid
     //
     this._tarjetaid.DataPropertyName = "tarjetaid";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this._tarjetaid.DefaultCellStyle = dataGridViewCellStyle10;
     this._tarjetaid.HeaderText = "Cod";
     this._tarjetaid.Name = "_tarjetaid";
     this._tarjetaid.ReadOnly = true;
     this._tarjetaid.Visible = false;
     this._tarjetaid.Width = 30;
     //
     // _tarjetaname
     //
     this._tarjetaname.DataPropertyName = "tarjetaname";
     this._tarjetaname.HeaderText = "Nom";
     this._tarjetaname.Name = "_tarjetaname";
     this._tarjetaname.ReadOnly = true;
     this._tarjetaname.Visible = false;
     //
     // _tarjetanum
     //
     this._tarjetanum.DataPropertyName = "tarjetanume";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this._tarjetanum.DefaultCellStyle = dataGridViewCellStyle11;
     this._tarjetanum.HeaderText = "Aprob.";
     this._tarjetanum.Name = "_tarjetanum";
     this._tarjetanum.ReadOnly = true;
     this._tarjetanum.Width = 80;
     //
     // _tarjetaimpo
     //
     this._tarjetaimpo.DataPropertyName = "tarjetaimpo";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format = "N2";
     dataGridViewCellStyle12.NullValue = null;
     this._tarjetaimpo.DefaultCellStyle = dataGridViewCellStyle12;
     this._tarjetaimpo.HeaderText = "Importe";
     this._tarjetaimpo.Name = "_tarjetaimpo";
     this._tarjetaimpo.ReadOnly = true;
     this._tarjetaimpo.Width = 80;
     //
     // _ddnni
     //
     this._ddnni.DataPropertyName = "ddnni";
     this._ddnni.HeaderText = "Dni";
     this._ddnni.Name = "_ddnni";
     this._ddnni.ReadOnly = true;
     this._ddnni.Visible = false;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.numnotac);
     this.xtraTabPage2.Controls.Add(this.sernotac);
     this.xtraTabPage2.Controls.Add(this.tipnotac);
     this.xtraTabPage2.Controls.Add(this.numguia);
     this.xtraTabPage2.Controls.Add(this.serguia);
     this.xtraTabPage2.Controls.Add(this.tipguia);
     this.xtraTabPage2.Controls.Add(this.numfac);
     this.xtraTabPage2.Controls.Add(this.serfac);
     this.xtraTabPage2.Controls.Add(this.tipfac);
     this.xtraTabPage2.Controls.Add(this.recep_fecha);
     this.xtraTabPage2.Controls.Add(this.recep_dni);
     this.xtraTabPage2.Controls.Add(this.recep_name);
     this.xtraTabPage2.Controls.Add(this.chkNC);
     this.xtraTabPage2.Controls.Add(this.chkGR);
     this.xtraTabPage2.Controls.Add(this.chkFA);
     this.xtraTabPage2.Controls.Add(this.fechnotac);
     this.xtraTabPage2.Controls.Add(this.fechguia);
     this.xtraTabPage2.Controls.Add(this.fechfac);
     this.xtraTabPage2.Controls.Add(this.label29);
     this.xtraTabPage2.Controls.Add(this.label28);
     this.xtraTabPage2.Controls.Add(this.label27);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage2.Text = "Docs Referencia";
     //
     // numnotac
     //
     //
     //
     //
     this.numnotac.Border.Class = "TextBoxBorder";
     this.numnotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numnotac.ButtonCustom.Tooltip = "";
     this.numnotac.ButtonCustom2.Tooltip = "";
     this.numnotac.Location = new System.Drawing.Point(88, 60);
     this.numnotac.MaxLength = 10;
     this.numnotac.Name = "numnotac";
     this.numnotac.PreventEnterBeep = true;
     this.numnotac.Size = new System.Drawing.Size(79, 21);
     this.numnotac.TabIndex = 94;
     //
     // sernotac
     //
     //
     //
     //
     this.sernotac.Border.Class = "TextBoxBorder";
     this.sernotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.sernotac.ButtonCustom.Tooltip = "";
     this.sernotac.ButtonCustom2.Tooltip = "";
     this.sernotac.Location = new System.Drawing.Point(49, 60);
     this.sernotac.MaxLength = 4;
     this.sernotac.Name = "sernotac";
     this.sernotac.PreventEnterBeep = true;
     this.sernotac.Size = new System.Drawing.Size(37, 21);
     this.sernotac.TabIndex = 93;
     //
     // tipnotac
     //
     this.tipnotac.DisplayMember = "Text";
     this.tipnotac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipnotac.FormattingEnabled = true;
     this.tipnotac.ItemHeight = 15;
     this.tipnotac.Items.AddRange(new object[] {
     this.comboItem5});
     this.tipnotac.Location = new System.Drawing.Point(6, 60);
     this.tipnotac.Name = "tipnotac";
     this.tipnotac.Size = new System.Drawing.Size(40, 21);
     this.tipnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipnotac.TabIndex = 92;
     this.tipnotac.Text = "NC";
     //
     // comboItem5
     //
     this.comboItem5.Text = "NC";
     //
     // numguia
     //
     //
     //
     //
     this.numguia.Border.Class = "TextBoxBorder";
     this.numguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numguia.ButtonCustom.Tooltip = "";
     this.numguia.ButtonCustom2.Tooltip = "";
     this.numguia.Location = new System.Drawing.Point(88, 36);
     this.numguia.MaxLength = 10;
     this.numguia.Name = "numguia";
     this.numguia.PreventEnterBeep = true;
     this.numguia.Size = new System.Drawing.Size(79, 21);
     this.numguia.TabIndex = 91;
     //
     // serguia
     //
     //
     //
     //
     this.serguia.Border.Class = "TextBoxBorder";
     this.serguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serguia.ButtonCustom.Tooltip = "";
     this.serguia.ButtonCustom2.Tooltip = "";
     this.serguia.Location = new System.Drawing.Point(49, 36);
     this.serguia.MaxLength = 4;
     this.serguia.Name = "serguia";
     this.serguia.PreventEnterBeep = true;
     this.serguia.Size = new System.Drawing.Size(37, 21);
     this.serguia.TabIndex = 90;
     //
     // tipguia
     //
     this.tipguia.DisplayMember = "Text";
     this.tipguia.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipguia.FormattingEnabled = true;
     this.tipguia.ItemHeight = 15;
     this.tipguia.Items.AddRange(new object[] {
     this.comboItem3});
     this.tipguia.Location = new System.Drawing.Point(6, 36);
     this.tipguia.Name = "tipguia";
     this.tipguia.Size = new System.Drawing.Size(40, 21);
     this.tipguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipguia.TabIndex = 89;
     this.tipguia.Text = "GR";
     //
     // comboItem3
     //
     this.comboItem3.Text = "GR";
     //
     // numfac
     //
     //
     //
     //
     this.numfac.Border.Class = "TextBoxBorder";
     this.numfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numfac.ButtonCustom.Tooltip = "";
     this.numfac.ButtonCustom2.Tooltip = "";
     this.numfac.Location = new System.Drawing.Point(88, 12);
     this.numfac.MaxLength = 10;
     this.numfac.Name = "numfac";
     this.numfac.PreventEnterBeep = true;
     this.numfac.Size = new System.Drawing.Size(79, 21);
     this.numfac.TabIndex = 88;
     this.numfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numfac_KeyDown);
     //
     // serfac
     //
     //
     //
     //
     this.serfac.Border.Class = "TextBoxBorder";
     this.serfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serfac.ButtonCustom.Tooltip = "";
     this.serfac.ButtonCustom2.Tooltip = "";
     this.serfac.Location = new System.Drawing.Point(49, 12);
     this.serfac.MaxLength = 4;
     this.serfac.Name = "serfac";
     this.serfac.PreventEnterBeep = true;
     this.serfac.Size = new System.Drawing.Size(37, 21);
     this.serfac.TabIndex = 87;
     this.serfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.serfac_KeyDown);
     //
     // tipfac
     //
     this.tipfac.DisplayMember = "Text";
     this.tipfac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipfac.FormattingEnabled = true;
     this.tipfac.ItemHeight = 15;
     this.tipfac.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.tipfac.Location = new System.Drawing.Point(6, 12);
     this.tipfac.Name = "tipfac";
     this.tipfac.Size = new System.Drawing.Size(40, 21);
     this.tipfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipfac.TabIndex = 86;
     //
     // comboItem1
     //
     this.comboItem1.Text = "FA";
     //
     // comboItem2
     //
     this.comboItem2.Text = "BV";
     //
     // recep_fecha
     //
     //
     //
     //
     this.recep_fecha.BackgroundStyle.Class = "DateTimeInputBackground";
     this.recep_fecha.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.ButtonClear.Tooltip = "";
     this.recep_fecha.ButtonCustom.Tooltip = "";
     this.recep_fecha.ButtonCustom2.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.recep_fecha.ButtonDropDown.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Visible = true;
     this.recep_fecha.ButtonFreeText.Tooltip = "";
     this.recep_fecha.IsPopupCalendarOpen = false;
     this.recep_fecha.Location = new System.Drawing.Point(297, 79);
     //
     //
     //
     this.recep_fecha.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.recep_fecha.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.recep_fecha.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.recep_fecha.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.TodayButtonVisible = true;
     this.recep_fecha.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.recep_fecha.Name = "recep_fecha";
     this.recep_fecha.Size = new System.Drawing.Size(82, 21);
     this.recep_fecha.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.recep_fecha.TabIndex = 85;
     //
     // recep_dni
     //
     //
     //
     //
     this.recep_dni.Border.Class = "TextBoxBorder";
     this.recep_dni.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_dni.ButtonCustom.Tooltip = "";
     this.recep_dni.ButtonCustom2.Tooltip = "";
     this.recep_dni.Location = new System.Drawing.Point(297, 58);
     this.recep_dni.MaxLength = 8;
     this.recep_dni.Name = "recep_dni";
     this.recep_dni.PreventEnterBeep = true;
     this.recep_dni.Size = new System.Drawing.Size(83, 21);
     this.recep_dni.TabIndex = 84;
     //
     // recep_name
     //
     //
     //
     //
     this.recep_name.Border.Class = "TextBoxBorder";
     this.recep_name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_name.ButtonCustom.Tooltip = "";
     this.recep_name.ButtonCustom2.Tooltip = "";
     this.recep_name.Location = new System.Drawing.Point(269, 21);
     this.recep_name.MaxLength = 100;
     this.recep_name.Multiline = true;
     this.recep_name.Name = "recep_name";
     this.recep_name.PreventEnterBeep = true;
     this.recep_name.Size = new System.Drawing.Size(111, 36);
     this.recep_name.TabIndex = 83;
     //
     // chkNC
     //
     //
     //
     //
     this.chkNC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkNC.Location = new System.Drawing.Point(247, 58);
     this.chkNC.Name = "chkNC";
     this.chkNC.Size = new System.Drawing.Size(16, 23);
     this.chkNC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkNC.TabIndex = 82;
     this.chkNC.CheckedChanged += new System.EventHandler(this.chkNC_CheckedChanged);
     //
     // chkGR
     //
     //
     //
     //
     this.chkGR.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkGR.Location = new System.Drawing.Point(247, 36);
     this.chkGR.Name = "chkGR";
     this.chkGR.Size = new System.Drawing.Size(16, 23);
     this.chkGR.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkGR.TabIndex = 81;
     this.chkGR.CheckedChanged += new System.EventHandler(this.chkGR_CheckedChanged);
     //
     // chkFA
     //
     //
     //
     //
     this.chkFA.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkFA.Location = new System.Drawing.Point(247, 12);
     this.chkFA.Name = "chkFA";
     this.chkFA.Size = new System.Drawing.Size(16, 23);
     this.chkFA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkFA.TabIndex = 80;
     this.chkFA.CheckedChanged += new System.EventHandler(this.chkFA_CheckedChanged);
     //
     // fechnotac
     //
     //
     //
     //
     this.fechnotac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechnotac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.ButtonClear.Tooltip = "";
     this.fechnotac.ButtonCustom.Tooltip = "";
     this.fechnotac.ButtonCustom2.Tooltip = "";
     this.fechnotac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechnotac.ButtonDropDown.Tooltip = "";
     this.fechnotac.ButtonDropDown.Visible = true;
     this.fechnotac.ButtonFreeText.Tooltip = "";
     this.fechnotac.IsPopupCalendarOpen = false;
     this.fechnotac.Location = new System.Drawing.Point(168, 59);
     //
     //
     //
     this.fechnotac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechnotac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechnotac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechnotac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.TodayButtonVisible = true;
     this.fechnotac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechnotac.Name = "fechnotac";
     this.fechnotac.Size = new System.Drawing.Size(82, 21);
     this.fechnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechnotac.TabIndex = 79;
     //
     // fechguia
     //
     //
     //
     //
     this.fechguia.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechguia.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.ButtonClear.Tooltip = "";
     this.fechguia.ButtonCustom.Tooltip = "";
     this.fechguia.ButtonCustom2.Tooltip = "";
     this.fechguia.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechguia.ButtonDropDown.Tooltip = "";
     this.fechguia.ButtonDropDown.Visible = true;
     this.fechguia.ButtonFreeText.Tooltip = "";
     this.fechguia.IsPopupCalendarOpen = false;
     this.fechguia.Location = new System.Drawing.Point(168, 36);
     //
     //
     //
     this.fechguia.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechguia.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechguia.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechguia.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.TodayButtonVisible = true;
     this.fechguia.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechguia.Name = "fechguia";
     this.fechguia.Size = new System.Drawing.Size(82, 21);
     this.fechguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechguia.TabIndex = 78;
     //
     // fechfac
     //
     //
     //
     //
     this.fechfac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechfac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.ButtonClear.Tooltip = "";
     this.fechfac.ButtonCustom.Tooltip = "";
     this.fechfac.ButtonCustom2.Tooltip = "";
     this.fechfac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechfac.ButtonDropDown.Tooltip = "";
     this.fechfac.ButtonDropDown.Visible = true;
     this.fechfac.ButtonFreeText.Tooltip = "";
     this.fechfac.IsPopupCalendarOpen = false;
     this.fechfac.Location = new System.Drawing.Point(168, 12);
     //
     //
     //
     this.fechfac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechfac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechfac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechfac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.TodayButtonVisible = true;
     this.fechfac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechfac.Name = "fechfac";
     this.fechfac.Size = new System.Drawing.Size(82, 21);
     this.fechfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechfac.TabIndex = 77;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(225, 84);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(73, 13);
     this.label29.TabIndex = 72;
     this.label29.Text = "Fecha Recep:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(269, 58);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(29, 13);
     this.label28.TabIndex = 69;
     this.label28.Text = "DNI:";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(271, 9);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(55, 13);
     this.label27.TabIndex = 67;
     this.label27.Text = "Receptor:";
     //
     // Frm_ventas
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(993, 560);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.btnextraersunat);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.lstListaprec);
     this.Controls.Add(this.pdtimagen);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.telef);
     this.Controls.Add(this.vendpername);
     this.Controls.Add(this.vendperid);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.ctacte);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.griddetallemov);
     this.Controls.Add(this.direc);
     this.Controls.Add(this.ctactename);
     this.Controls.Add(this.nmruc);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.Controls.Add(this.tipoclieprov);
     this.Controls.Add(this.lblruc);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.shapeContainer1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_ventas";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Modulo de Ventas";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_movimiento_FormClosing);
     this.Load += new System.EventHandler(this.Frm_ventas_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_movimiento_KeyDown);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).EndInit();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #28
0
 /// <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(ZedGraphToolstrip));
     this.toolStripZed = new System.Windows.Forms.ToolStrip();
     this.showPointValuesButton = new System.Windows.Forms.ToolStripButton();
     this.cursorValuesButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.saveImageButton = new System.Windows.Forms.ToolStripButton();
     this.copyImageButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.pageSetupButton = new System.Windows.Forms.ToolStripButton();
     this.printPreviewButton = new System.Windows.Forms.ToolStripButton();
     this.printImagesButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.zoomInButton = new System.Windows.Forms.ToolStripButton();
     this.zoomOutButton = new System.Windows.Forms.ToolStripButton();
     this.defaultScaleButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.activateScrollButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripZed.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripZed
     //
     this.toolStripZed.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStripZed.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripZed.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showPointValuesButton,
     this.cursorValuesButton,
     this.toolStripSeparator5,
     this.saveImageButton,
     this.copyImageButton,
     this.toolStripSeparator6,
     this.pageSetupButton,
     this.printPreviewButton,
     this.printImagesButton,
     this.toolStripSeparator7,
     this.zoomInButton,
     this.zoomOutButton,
     this.defaultScaleButton,
     this.toolStripSeparator8,
     this.activateScrollButton});
     this.toolStripZed.Location = new System.Drawing.Point(0, 0);
     this.toolStripZed.Name = "toolStripZed";
     this.toolStripZed.Size = new System.Drawing.Size(32, 345);
     this.toolStripZed.TabIndex = 0;
     this.toolStripZed.Text = "toolStrip1";
     //
     // showPointValuesButton
     //
     this.showPointValuesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showPointValuesButton.Image = global::zaitun.Properties.Resources.point_values;
     this.showPointValuesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showPointValuesButton.Name = "showPointValuesButton";
     this.showPointValuesButton.Size = new System.Drawing.Size(29, 20);
     this.showPointValuesButton.Text = "Show Point Values";
     this.showPointValuesButton.Click += new System.EventHandler(this.showPointButtonClick);
     //
     // cursorValuesButton
     //
     this.cursorValuesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cursorValuesButton.Image = global::zaitun.Properties.Resources.cursor_value;
     this.cursorValuesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cursorValuesButton.Name = "cursorValuesButton";
     this.cursorValuesButton.Size = new System.Drawing.Size(29, 20);
     this.cursorValuesButton.Text = "Shor Cursor Values";
     this.cursorValuesButton.Click += new System.EventHandler(this.cursorValuesButton_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(21, 6);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(21, 6);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(21, 6);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(21, 6);
     //
     // 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(29, 20);
     this.toolStripButton1.Text = "toolStripButton1";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(29, 6);
     //
     // saveImageButton
     //
     this.saveImageButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveImageButton.Image = global::zaitun.Properties.Resources.ico_alpha_Save_16x16;
     this.saveImageButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveImageButton.Name = "saveImageButton";
     this.saveImageButton.Size = new System.Drawing.Size(29, 20);
     this.saveImageButton.Text = "Save Image As..";
     this.saveImageButton.Click += new System.EventHandler(this.saveImageButton_Click);
     //
     // copyImageButton
     //
     this.copyImageButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyImageButton.Image = global::zaitun.Properties.Resources.copy1;
     this.copyImageButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyImageButton.Name = "copyImageButton";
     this.copyImageButton.Size = new System.Drawing.Size(29, 20);
     this.copyImageButton.Text = "Copy Image";
     this.copyImageButton.Click += new System.EventHandler(this.copyImageButton_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(29, 6);
     //
     // pageSetupButton
     //
     this.pageSetupButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pageSetupButton.Image = global::zaitun.Properties.Resources.Print_16;
     this.pageSetupButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pageSetupButton.Name = "pageSetupButton";
     this.pageSetupButton.Size = new System.Drawing.Size(29, 20);
     this.pageSetupButton.Text = "Page Setup";
     this.pageSetupButton.Click += new System.EventHandler(this.pageSetupButton_Click);
     //
     // printPreviewButton
     //
     this.printPreviewButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printPreviewButton.Image = global::zaitun.Properties.Resources.print_preview;
     this.printPreviewButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewButton.Name = "printPreviewButton";
     this.printPreviewButton.Size = new System.Drawing.Size(29, 20);
     this.printPreviewButton.Text = "Print Preview";
     this.printPreviewButton.Click += new System.EventHandler(this.printPreviewButton_Click);
     //
     // printImagesButton
     //
     this.printImagesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printImagesButton.Image = global::zaitun.Properties.Resources.Printer_32;
     this.printImagesButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printImagesButton.Name = "printImagesButton";
     this.printImagesButton.Size = new System.Drawing.Size(29, 20);
     this.printImagesButton.Text = "Print Image";
     this.printImagesButton.Click += new System.EventHandler(this.printImageButton_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(29, 6);
     //
     // zoomInButton
     //
     this.zoomInButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomInButton.Image = global::zaitun.Properties.Resources.zoomIN_24x24;
     this.zoomInButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomInButton.Name = "zoomInButton";
     this.zoomInButton.Size = new System.Drawing.Size(29, 20);
     this.zoomInButton.Text = "Zoom In";
     this.zoomInButton.Click += new System.EventHandler(this.zoomInButton_Click);
     //
     // zoomOutButton
     //
     this.zoomOutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomOutButton.Image = global::zaitun.Properties.Resources.zoomOUT_24x24;
     this.zoomOutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomOutButton.Name = "zoomOutButton";
     this.zoomOutButton.Size = new System.Drawing.Size(29, 20);
     this.zoomOutButton.Text = "Back To Previous Zoom";
     this.zoomOutButton.Click += new System.EventHandler(this.zoomOutButton_Click);
     //
     // defaultScaleButton
     //
     this.defaultScaleButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.defaultScaleButton.Image = global::zaitun.Properties.Resources.ico_alpha_Search_24x24;
     this.defaultScaleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.defaultScaleButton.Name = "defaultScaleButton";
     this.defaultScaleButton.Size = new System.Drawing.Size(29, 20);
     this.defaultScaleButton.Text = "Set Scale To Default";
     this.defaultScaleButton.Click += new System.EventHandler(this.defaultScaleButton_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(29, 6);
     //
     // activateScrollButton
     //
     this.activateScrollButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.activateScrollButton.Image = global::zaitun.Properties.Resources.ico_alpha_Mouse_16x16;
     this.activateScrollButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.activateScrollButton.Name = "activateScrollButton";
     this.activateScrollButton.Size = new System.Drawing.Size(29, 20);
     this.activateScrollButton.Text = "Activate Zoom Scrolling";
     this.activateScrollButton.Click += new System.EventHandler(this.activateScrollButton_Click);
     //
     // ZedGraphToolstrip
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.toolStripZed);
     this.Name = "ZedGraphToolstrip";
     this.Size = new System.Drawing.Size(43, 345);
     this.toolStripZed.ResumeLayout(false);
     this.toolStripZed.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #29
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tSeat = new System.Windows.Forms.ToolStripTextBox();
     this.payTool = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.orderTool = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
     this.toolTech = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.btnRoom = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel8 = new System.Windows.Forms.ToolStripLabel();
     this.toolAllOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.btnCashierTable = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
     this.btnDeposit = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
     this.toolMember = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolPreprint = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel9 = new System.Windows.Forms.ToolStripLabel();
     this.toolPwd = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel10 = new System.Windows.Forms.ToolStripLabel();
     this.toolWarn = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel11 = new System.Windows.Forms.ToolStripLabel();
     this.toolExit = new System.Windows.Forms.ToolStripButton();
     this.seatContext = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.CtxAddNote = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxLock = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxSop = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxRepay = new System.Windows.Forms.ToolStripMenuItem();
     this.CtxReprint = new System.Windows.Forms.ToolStripMenuItem();
     this.unWarnTool = new System.Windows.Forms.ToolStripMenuItem();
     this.undoTransferTool = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.currentUser = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.aviTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.useTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.payTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.lockTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.stopTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.warnTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.depositTip = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.LseatTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel20 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatAvi = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatAvi = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel21 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyTotal = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel22 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel23 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyPaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel24 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LseatUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel25 = new System.Windows.Forms.ToolStripStatusLabel();
     this.LmoneyUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.moneyUnpaid = new System.Windows.Forms.ToolStripStatusLabel();
     this.seatPanel = new System.Windows.Forms.Panel();
     this.toolStrip1.SuspendLayout();
     this.seatContext.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(64, 64);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tSeat,
     this.payTool,
     this.toolStripLabel2,
     this.orderTool,
     this.toolStripLabel5,
     this.toolTech,
     this.toolStripLabel3,
     this.btnRoom,
     this.toolStripLabel8,
     this.toolAllOrder,
     this.toolStripLabel4,
     this.btnCashierTable,
     this.toolStripLabel6,
     this.btnDeposit,
     this.toolStripLabel7,
     this.toolMember,
     this.toolStripLabel1,
     this.toolPreprint,
     this.toolStripLabel9,
     this.toolPwd,
     this.toolStripLabel10,
     this.toolWarn,
     this.toolStripLabel11,
     this.toolExit});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1370, 91);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tSeat
     //
     this.tSeat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tSeat.Font = new System.Drawing.Font("微软雅黑", 28F);
     this.tSeat.Name = "tSeat";
     this.tSeat.Size = new System.Drawing.Size(100, 91);
     this.tSeat.Enter += new System.EventHandler(this.tSeat_Enter);
     //
     // payTool
     //
     this.payTool.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.payTool.Image = ((System.Drawing.Image)(resources.GetObject("payTool.Image")));
     this.payTool.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.payTool.Name = "payTool";
     this.payTool.Size = new System.Drawing.Size(70, 88);
     this.payTool.Text = "结账(F3)";
     this.payTool.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.payTool.Click += new System.EventHandler(this.payTool_Click);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel2.Text = " ";
     //
     // orderTool
     //
     this.orderTool.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.orderTool.Image = ((System.Drawing.Image)(resources.GetObject("orderTool.Image")));
     this.orderTool.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.orderTool.Name = "orderTool";
     this.orderTool.Size = new System.Drawing.Size(100, 88);
     this.orderTool.Text = "消费录入(F2)";
     this.orderTool.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.orderTool.Click += new System.EventHandler(this.orderTool_Click);
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel5.Text = " ";
     //
     // toolTech
     //
     this.toolTech.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolTech.Image = ((System.Drawing.Image)(resources.GetObject("toolTech.Image")));
     this.toolTech.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolTech.Name = "toolTech";
     this.toolTech.Size = new System.Drawing.Size(70, 88);
     this.toolTech.Text = "技师(F1)";
     this.toolTech.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolTech.Click += new System.EventHandler(this.toolTech_Click);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel3.Text = " ";
     //
     // btnRoom
     //
     this.btnRoom.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.btnRoom.Image = ((System.Drawing.Image)(resources.GetObject("btnRoom.Image")));
     this.btnRoom.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRoom.Name = "btnRoom";
     this.btnRoom.Size = new System.Drawing.Size(70, 88);
     this.btnRoom.Text = "包房(F4)";
     this.btnRoom.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnRoom.Click += new System.EventHandler(this.btnRoom_Click);
     //
     // toolStripLabel8
     //
     this.toolStripLabel8.Name = "toolStripLabel8";
     this.toolStripLabel8.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel8.Text = " ";
     //
     // toolAllOrder
     //
     this.toolAllOrder.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolAllOrder.Image = ((System.Drawing.Image)(resources.GetObject("toolAllOrder.Image")));
     this.toolAllOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAllOrder.Name = "toolAllOrder";
     this.toolAllOrder.Size = new System.Drawing.Size(100, 88);
     this.toolAllOrder.Text = "录单汇总(F9)";
     this.toolAllOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolAllOrder.Click += new System.EventHandler(this.toolAllOrder_Click);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel4.Text = " ";
     //
     // btnCashierTable
     //
     this.btnCashierTable.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.btnCashierTable.Image = ((System.Drawing.Image)(resources.GetObject("btnCashierTable.Image")));
     this.btnCashierTable.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCashierTable.Name = "btnCashierTable";
     this.btnCashierTable.Size = new System.Drawing.Size(100, 88);
     this.btnCashierTable.Text = "收银报表(F5)";
     this.btnCashierTable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCashierTable.Click += new System.EventHandler(this.btnCashierTable_Click);
     //
     // toolStripLabel6
     //
     this.toolStripLabel6.Name = "toolStripLabel6";
     this.toolStripLabel6.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel6.Text = " ";
     //
     // btnDeposit
     //
     this.btnDeposit.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.btnDeposit.Image = ((System.Drawing.Image)(resources.GetObject("btnDeposit.Image")));
     this.btnDeposit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDeposit.Name = "btnDeposit";
     this.btnDeposit.Size = new System.Drawing.Size(100, 88);
     this.btnDeposit.Text = "押金离场(F6)";
     this.btnDeposit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnDeposit.Click += new System.EventHandler(this.btnDeposit_Click);
     //
     // toolStripLabel7
     //
     this.toolStripLabel7.Name = "toolStripLabel7";
     this.toolStripLabel7.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel7.Text = " ";
     //
     // toolMember
     //
     this.toolMember.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolMember.Image = ((System.Drawing.Image)(resources.GetObject("toolMember.Image")));
     this.toolMember.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolMember.Name = "toolMember";
     this.toolMember.Size = new System.Drawing.Size(100, 88);
     this.toolMember.Text = "会员管理(F7)";
     this.toolMember.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolMember.Click += new System.EventHandler(this.toolMember_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(16, 88);
     this.toolStripLabel1.Text = "  ";
     //
     // toolPreprint
     //
     this.toolPreprint.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolPreprint.Image = ((System.Drawing.Image)(resources.GetObject("toolPreprint.Image")));
     this.toolPreprint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPreprint.Name = "toolPreprint";
     this.toolPreprint.Size = new System.Drawing.Size(100, 88);
     this.toolPreprint.Text = "预打账单(F8)";
     this.toolPreprint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolPreprint.Click += new System.EventHandler(this.toolPreprint_Click);
     //
     // toolStripLabel9
     //
     this.toolStripLabel9.Name = "toolStripLabel9";
     this.toolStripLabel9.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel9.Text = " ";
     //
     // toolPwd
     //
     this.toolPwd.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolPwd.Image = ((System.Drawing.Image)(resources.GetObject("toolPwd.Image")));
     this.toolPwd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolPwd.Name = "toolPwd";
     this.toolPwd.Size = new System.Drawing.Size(100, 88);
     this.toolPwd.Text = "修改密码(F9)";
     this.toolPwd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolPwd.Click += new System.EventHandler(this.toolPwd_Click);
     //
     // toolStripLabel10
     //
     this.toolStripLabel10.Name = "toolStripLabel10";
     this.toolStripLabel10.Size = new System.Drawing.Size(12, 88);
     this.toolStripLabel10.Text = " ";
     //
     // toolWarn
     //
     this.toolWarn.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolWarn.Image = ((System.Drawing.Image)(resources.GetObject("toolWarn.Image")));
     this.toolWarn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolWarn.Name = "toolWarn";
     this.toolWarn.Size = new System.Drawing.Size(70, 88);
     this.toolWarn.Text = "预定(F5)";
     this.toolWarn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolWarn.Click += new System.EventHandler(this.toolWarn_Click);
     //
     // toolStripLabel11
     //
     this.toolStripLabel11.Name = "toolStripLabel11";
     this.toolStripLabel11.Size = new System.Drawing.Size(16, 88);
     this.toolStripLabel11.Text = "  ";
     //
     // toolExit
     //
     this.toolExit.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image")));
     this.toolExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolExit.Name = "toolExit";
     this.toolExit.Size = new System.Drawing.Size(96, 88);
     this.toolExit.Text = "退    出(ESC)";
     this.toolExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolExit.Click += new System.EventHandler(this.toolExit_Click);
     //
     // seatContext
     //
     this.seatContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CtxAddNote,
     this.CtxLock,
     this.CtxSop,
     this.CtxRepay,
     this.CtxReprint,
     this.unWarnTool,
     this.undoTransferTool});
     this.seatContext.Name = "contextMenuStrip1";
     this.seatContext.Size = new System.Drawing.Size(130, 158);
     //
     // CtxAddNote
     //
     this.CtxAddNote.Name = "CtxAddNote";
     this.CtxAddNote.Size = new System.Drawing.Size(129, 22);
     this.CtxAddNote.Text = "添加备注";
     this.CtxAddNote.Click += new System.EventHandler(this.CtxAddNote_Click);
     //
     // CtxLock
     //
     this.CtxLock.Name = "CtxLock";
     this.CtxLock.Size = new System.Drawing.Size(129, 22);
     this.CtxLock.Text = "锁定/解锁";
     this.CtxLock.Click += new System.EventHandler(this.CtxLock_Click);
     //
     // CtxSop
     //
     this.CtxSop.Name = "CtxSop";
     this.CtxSop.Size = new System.Drawing.Size(129, 22);
     this.CtxSop.Text = "停用/启用";
     this.CtxSop.Click += new System.EventHandler(this.CtxSop_Click);
     //
     // CtxRepay
     //
     this.CtxRepay.Name = "CtxRepay";
     this.CtxRepay.Size = new System.Drawing.Size(129, 22);
     this.CtxRepay.Text = "重新结账";
     this.CtxRepay.Click += new System.EventHandler(this.CtxRepay_Click);
     //
     // CtxReprint
     //
     this.CtxReprint.Name = "CtxReprint";
     this.CtxReprint.Size = new System.Drawing.Size(129, 22);
     this.CtxReprint.Text = "重打账单";
     this.CtxReprint.Click += new System.EventHandler(this.CtxReprint_Click);
     //
     // unWarnTool
     //
     this.unWarnTool.Name = "unWarnTool";
     this.unWarnTool.Size = new System.Drawing.Size(129, 22);
     this.unWarnTool.Text = "解除警告";
     this.unWarnTool.Click += new System.EventHandler(this.unWarnTool_Click);
     //
     // undoTransferTool
     //
     this.undoTransferTool.Name = "undoTransferTool";
     this.undoTransferTool.Size = new System.Drawing.Size(129, 22);
     this.undoTransferTool.Text = "恢复转账";
     this.undoTransferTool.Click += new System.EventHandler(this.undoTransferTool_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("微软雅黑", 12F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.currentUser,
     this.toolStripStatusLabel3,
     this.statusTip,
     this.aviTip,
     this.useTip,
     this.payTip,
     this.lockTip,
     this.stopTip,
     this.warnTip,
     this.depositTip,
     this.toolStripStatusLabel2});
     this.statusStrip1.Location = new System.Drawing.Point(0, 716);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(1370, 26);
     this.statusStrip1.TabIndex = 6;
     this.statusStrip1.TabStop = true;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 21);
     //
     // currentUser
     //
     this.currentUser.Name = "currentUser";
     this.currentUser.Size = new System.Drawing.Size(171, 21);
     this.currentUser.Text = "toolStripStatusLabel2";
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(20, 21);
     this.toolStripStatusLabel3.Text = "  ";
     //
     // statusTip
     //
     this.statusTip.Font = new System.Drawing.Font("宋体", 10F);
     this.statusTip.Name = "statusTip";
     this.statusTip.Size = new System.Drawing.Size(77, 21);
     this.statusTip.Text = "状态说明:";
     //
     // aviTip
     //
     this.aviTip.BackColor = System.Drawing.Color.White;
     this.aviTip.Font = new System.Drawing.Font("宋体", 10F);
     this.aviTip.Name = "aviTip";
     this.aviTip.Size = new System.Drawing.Size(84, 21);
     this.aviTip.Text = "   可用    ";
     //
     // useTip
     //
     this.useTip.BackColor = System.Drawing.Color.Cyan;
     this.useTip.Font = new System.Drawing.Font("宋体", 10F);
     this.useTip.Name = "useTip";
     this.useTip.Size = new System.Drawing.Size(63, 21);
     this.useTip.Text = "正在使用";
     //
     // payTip
     //
     this.payTip.BackColor = System.Drawing.Color.Gray;
     this.payTip.Font = new System.Drawing.Font("宋体", 10F);
     this.payTip.Name = "payTip";
     this.payTip.Size = new System.Drawing.Size(91, 21);
     this.payTip.Text = "    结账    ";
     //
     // lockTip
     //
     this.lockTip.BackColor = System.Drawing.Color.Orange;
     this.lockTip.Font = new System.Drawing.Font("宋体", 10F);
     this.lockTip.Name = "lockTip";
     this.lockTip.Size = new System.Drawing.Size(91, 21);
     this.lockTip.Text = "    锁定    ";
     //
     // stopTip
     //
     this.stopTip.BackColor = System.Drawing.Color.Red;
     this.stopTip.Name = "stopTip";
     this.stopTip.Size = new System.Drawing.Size(82, 21);
     this.stopTip.Text = "    停用    ";
     //
     // warnTip
     //
     this.warnTip.BackColor = System.Drawing.Color.Yellow;
     this.warnTip.Name = "warnTip";
     this.warnTip.Size = new System.Drawing.Size(74, 21);
     this.warnTip.Text = " 警告 ";
     //
     // depositTip
     //
     this.depositTip.BackColor = System.Drawing.Color.Violet;
     this.depositTip.Name = "depositTip";
     this.depositTip.Size = new System.Drawing.Size(74, 21);
     this.depositTip.Text = "押金离场";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.BackColor = System.Drawing.Color.CornflowerBlue;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(74, 21);
     this.toolStripStatusLabel2.Text = "重新结账";
     //
     // statusStrip2
     //
     this.statusStrip2.Font = new System.Drawing.Font("微软雅黑", 12F);
     this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.LseatTotal,
     this.seatTotal,
     this.toolStripStatusLabel20,
     this.LseatAvi,
     this.seatAvi,
     this.toolStripStatusLabel21,
     this.LmoneyTotal,
     this.moneyTotal,
     this.toolStripStatusLabel22,
     this.LseatPaid,
     this.seatPaid,
     this.toolStripStatusLabel23,
     this.LmoneyPaid,
     this.moneyPaid,
     this.toolStripStatusLabel24,
     this.LseatUnpaid,
     this.seatUnpaid,
     this.toolStripStatusLabel25,
     this.LmoneyUnpaid,
     this.moneyUnpaid});
     this.statusStrip2.Location = new System.Drawing.Point(0, 690);
     this.statusStrip2.Name = "statusStrip2";
     this.statusStrip2.Size = new System.Drawing.Size(1370, 26);
     this.statusStrip2.TabIndex = 7;
     this.statusStrip2.Text = "statusStrip2";
     //
     // LseatTotal
     //
     this.LseatTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatTotal.Name = "LseatTotal";
     this.LseatTotal.Size = new System.Drawing.Size(80, 21);
     this.LseatTotal.Text = "总台位数:";
     //
     // seatTotal
     //
     this.seatTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.seatTotal.Name = "seatTotal";
     this.seatTotal.Size = new System.Drawing.Size(40, 21);
     this.seatTotal.Text = "7000";
     //
     // toolStripStatusLabel20
     //
     this.toolStripStatusLabel20.Name = "toolStripStatusLabel20";
     this.toolStripStatusLabel20.Size = new System.Drawing.Size(20, 21);
     this.toolStripStatusLabel20.Text = "  ";
     //
     // LseatAvi
     //
     this.LseatAvi.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatAvi.Name = "LseatAvi";
     this.LseatAvi.Size = new System.Drawing.Size(96, 21);
     this.LseatAvi.Text = "空闲台位数:";
     //
     // seatAvi
     //
     this.seatAvi.Font = new System.Drawing.Font("宋体", 12F);
     this.seatAvi.Name = "seatAvi";
     this.seatAvi.Size = new System.Drawing.Size(32, 21);
     this.seatAvi.Text = "100";
     //
     // toolStripStatusLabel21
     //
     this.toolStripStatusLabel21.Name = "toolStripStatusLabel21";
     this.toolStripStatusLabel21.Size = new System.Drawing.Size(60, 21);
     this.toolStripStatusLabel21.Text = "          ";
     //
     // LmoneyTotal
     //
     this.LmoneyTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.LmoneyTotal.Name = "LmoneyTotal";
     this.LmoneyTotal.Size = new System.Drawing.Size(80, 21);
     this.LmoneyTotal.Text = "合计消费:";
     //
     // moneyTotal
     //
     this.moneyTotal.Font = new System.Drawing.Font("宋体", 12F);
     this.moneyTotal.Name = "moneyTotal";
     this.moneyTotal.Size = new System.Drawing.Size(40, 21);
     this.moneyTotal.Text = "7000";
     //
     // toolStripStatusLabel22
     //
     this.toolStripStatusLabel22.Name = "toolStripStatusLabel22";
     this.toolStripStatusLabel22.Size = new System.Drawing.Size(25, 21);
     this.toolStripStatusLabel22.Text = "   ";
     //
     // LseatPaid
     //
     this.LseatPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatPaid.Name = "LseatPaid";
     this.LseatPaid.Size = new System.Drawing.Size(64, 21);
     this.LseatPaid.Text = "已结账:";
     //
     // seatPaid
     //
     this.seatPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.seatPaid.Name = "seatPaid";
     this.seatPaid.Size = new System.Drawing.Size(24, 21);
     this.seatPaid.Text = "10";
     //
     // toolStripStatusLabel23
     //
     this.toolStripStatusLabel23.Name = "toolStripStatusLabel23";
     this.toolStripStatusLabel23.Size = new System.Drawing.Size(15, 21);
     this.toolStripStatusLabel23.Text = " ";
     //
     // LmoneyPaid
     //
     this.LmoneyPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LmoneyPaid.Name = "LmoneyPaid";
     this.LmoneyPaid.Size = new System.Drawing.Size(48, 21);
     this.LmoneyPaid.Text = "金额:";
     //
     // moneyPaid
     //
     this.moneyPaid.Font = new System.Drawing.Font("宋体", 12F);
     this.moneyPaid.Name = "moneyPaid";
     this.moneyPaid.Size = new System.Drawing.Size(40, 21);
     this.moneyPaid.Text = "7000";
     //
     // toolStripStatusLabel24
     //
     this.toolStripStatusLabel24.Name = "toolStripStatusLabel24";
     this.toolStripStatusLabel24.Size = new System.Drawing.Size(30, 21);
     this.toolStripStatusLabel24.Text = "    ";
     //
     // LseatUnpaid
     //
     this.LseatUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LseatUnpaid.Name = "LseatUnpaid";
     this.LseatUnpaid.Size = new System.Drawing.Size(64, 21);
     this.LseatUnpaid.Text = "未结账:";
     //
     // seatUnpaid
     //
     this.seatUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.seatUnpaid.Name = "seatUnpaid";
     this.seatUnpaid.Size = new System.Drawing.Size(40, 21);
     this.seatUnpaid.Text = "7000";
     //
     // toolStripStatusLabel25
     //
     this.toolStripStatusLabel25.Name = "toolStripStatusLabel25";
     this.toolStripStatusLabel25.Size = new System.Drawing.Size(15, 21);
     this.toolStripStatusLabel25.Text = " ";
     //
     // LmoneyUnpaid
     //
     this.LmoneyUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.LmoneyUnpaid.Name = "LmoneyUnpaid";
     this.LmoneyUnpaid.Size = new System.Drawing.Size(48, 21);
     this.LmoneyUnpaid.Text = "金额:";
     //
     // moneyUnpaid
     //
     this.moneyUnpaid.Font = new System.Drawing.Font("宋体", 12F);
     this.moneyUnpaid.Name = "moneyUnpaid";
     this.moneyUnpaid.Size = new System.Drawing.Size(40, 21);
     this.moneyUnpaid.Text = "7000";
     //
     // seatPanel
     //
     this.seatPanel.AutoScroll = true;
     this.seatPanel.BackColor = System.Drawing.Color.White;
     this.seatPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.seatPanel.Location = new System.Drawing.Point(0, 91);
     this.seatPanel.Name = "seatPanel";
     this.seatPanel.Size = new System.Drawing.Size(1370, 599);
     this.seatPanel.TabIndex = 9;
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1370, 742);
     this.Controls.Add(this.seatPanel);
     this.Controls.Add(this.statusStrip2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name = "MainWindow";
     this.Text = "前台";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.ReceptionSeatForm_Load);
     this.SizeChanged += new System.EventHandler(this.MainWindow_SizeChanged);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_KeyDown);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.seatContext.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.statusStrip2.ResumeLayout(false);
     this.statusStrip2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #30
0
ファイル: Form1.Designer.cs プロジェクト: ugurak/nemerle
 /// <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();
 }
コード例 #31
0
 private void InitializeComponent()
 {
     this.components                     = new System.ComponentModel.Container();
     this.contextMenuGrid                = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.cm_N1                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N2                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N3                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N4                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N5                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N6                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N7                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N7_1                        = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N7_2                        = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N9                          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N9_1                        = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N9_2                        = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N13                         = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N13_1                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N13_2                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N13_3                       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1             = new System.Windows.Forms.ToolStripSeparator();
     this.cm_N13_4                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N13_5                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N13_6                       = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N16_1                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N16_2                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N16_3                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N16_4                       = new System.Windows.Forms.ToolStripMenuItem();
     this.cm_N11                         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1                     = new System.Windows.Forms.ToolStrip();
     this.tb_N1                          = new System.Windows.Forms.ToolStripButton();
     this.tb_N2                          = new System.Windows.Forms.ToolStripButton();
     this.tb_N3                          = new System.Windows.Forms.ToolStripButton();
     this.tb_N4                          = new System.Windows.Forms.ToolStripButton();
     this.tb_N5                          = new System.Windows.Forms.ToolStripButton();
     this.tb_N6                          = new System.Windows.Forms.ToolStripButton();
     this.pnlResult                      = new System.Windows.Forms.Panel();
     this.tbGridInformation              = new FBA.TextBoxFBA();
     this.btnCancel                      = new System.Windows.Forms.Button();
     this.btnOk                          = new System.Windows.Forms.Button();
     this.grid1                          = new FBA.GridFBA();
     this.toolTip1                       = new System.Windows.Forms.ToolTip(this.components);
     this.pnlFastSearch                  = new System.Windows.Forms.Panel();
     this.cbFastSearch                   = new FBA.ComboBoxFBA();
     this.contextMenuFastSearch          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.btnFastSearch                  = new System.Windows.Forms.Button();
     this.contextMenuGrid.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.pnlResult.SuspendLayout();
     this.pnlFastSearch.SuspendLayout();
     this.contextMenuFastSearch.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuGrid
     //
     this.contextMenuGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cm_N1,
         this.cm_N2,
         this.cm_N3,
         this.cm_N4,
         this.cm_N5,
         this.cm_N6,
         this.cm_N7,
         this.cm_N9,
         this.cm_N13,
         this.copyToolStripMenuItem,
         this.cm_N11
     });
     this.contextMenuGrid.Name = "contextMenuStrip1";
     this.contextMenuGrid.Size = new System.Drawing.Size(128, 246);
     //
     // cm_N1
     //
     this.cm_N1.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N1.Image  = global::FBA.Resource.Filter_16;
     this.cm_N1.Name   = "cm_N1";
     this.cm_N1.Size   = new System.Drawing.Size(127, 22);
     this.cm_N1.Text   = "Filter";
     this.cm_N1.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N2
     //
     this.cm_N2.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N2.Image  = global::FBA.Resource.Refresh_16;
     this.cm_N2.Name   = "cm_N2";
     this.cm_N2.Size   = new System.Drawing.Size(127, 22);
     this.cm_N2.Text   = "Refresh";
     this.cm_N2.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N3
     //
     this.cm_N3.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N3.Image  = global::FBA.Resource.Add_16;
     this.cm_N3.Name   = "cm_N3";
     this.cm_N3.Size   = new System.Drawing.Size(127, 22);
     this.cm_N3.Text   = "Add";
     this.cm_N3.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N4
     //
     this.cm_N4.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N4.Image  = global::FBA.Resource.Edit_16;
     this.cm_N4.Name   = "cm_N4";
     this.cm_N4.Size   = new System.Drawing.Size(127, 22);
     this.cm_N4.Text   = "Edit";
     this.cm_N4.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N5
     //
     this.cm_N5.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N5.Image  = global::FBA.Resource.Del_16;
     this.cm_N5.Name   = "cm_N5";
     this.cm_N5.Size   = new System.Drawing.Size(127, 22);
     this.cm_N5.Text   = "Delete";
     this.cm_N5.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N6
     //
     this.cm_N6.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N6.Image  = global::FBA.Resource.Search_16;
     this.cm_N6.Name   = "cm_N6";
     this.cm_N6.Size   = new System.Drawing.Size(127, 22);
     this.cm_N6.Text   = "Search";
     this.cm_N6.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N7
     //
     this.cm_N7.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cm_N7_1,
         this.cm_N7_2
     });
     this.cm_N7.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N7.Image = global::FBA.Resource.ExportExcel_16;
     this.cm_N7.Name  = "cm_N7";
     this.cm_N7.Size  = new System.Drawing.Size(127, 22);
     this.cm_N7.Text  = "Export";
     //
     // cm_N7_1
     //
     this.cm_N7_1.Image  = global::FBA.Resource.ExportExcel_16;
     this.cm_N7_1.Name   = "cm_N7_1";
     this.cm_N7_1.Size   = new System.Drawing.Size(174, 22);
     this.cm_N7_1.Text   = "Export to Excel";
     this.cm_N7_1.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N7_2
     //
     this.cm_N7_2.Image  = global::FBA.Resource.SaveCSV_16;
     this.cm_N7_2.Name   = "cm_N7_2";
     this.cm_N7_2.Size   = new System.Drawing.Size(174, 22);
     this.cm_N7_2.Text   = "Export to CSV";
     this.cm_N7_2.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N9
     //
     this.cm_N9.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cm_N9_1,
         this.cm_N9_2
     });
     this.cm_N9.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N9.Name = "cm_N9";
     this.cm_N9.Size = new System.Drawing.Size(127, 22);
     this.cm_N9.Text = "SQL";
     //
     // cm_N9_1
     //
     this.cm_N9_1.Name   = "cm_N9_1";
     this.cm_N9_1.Size   = new System.Drawing.Size(158, 22);
     this.cm_N9_1.Text   = "Show SQL";
     this.cm_N9_1.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N9_2
     //
     this.cm_N9_2.Name   = "cm_N9_2";
     this.cm_N9_2.Size   = new System.Drawing.Size(158, 22);
     this.cm_N9_2.Text   = "Show MSQL";
     this.cm_N9_2.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N13
     //
     this.cm_N13.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cm_N13_1,
         this.cm_N13_2,
         this.cm_N13_3,
         this.toolStripMenuItem1,
         this.cm_N13_4,
         this.cm_N13_5,
         this.cm_N13_6
     });
     this.cm_N13.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N13.Image = global::FBA.Resource.method_5;
     this.cm_N13.Name  = "cm_N13";
     this.cm_N13.Size  = new System.Drawing.Size(127, 22);
     this.cm_N13.Text  = "Select";
     //
     // cm_N13_1
     //
     this.cm_N13_1.Image  = global::FBA.Resource.method_5;
     this.cm_N13_1.Name   = "cm_N13_1";
     this.cm_N13_1.Size   = new System.Drawing.Size(241, 22);
     this.cm_N13_1.Text   = "Select all";
     this.cm_N13_1.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N13_2
     //
     this.cm_N13_2.Image  = global::FBA.Resource.method_5;
     this.cm_N13_2.Name   = "cm_N13_2";
     this.cm_N13_2.Size   = new System.Drawing.Size(241, 22);
     this.cm_N13_2.Text   = "Select rows";
     this.cm_N13_2.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N13_3
     //
     this.cm_N13_3.Image  = global::FBA.Resource.method_5;
     this.cm_N13_3.Name   = "cm_N13_3";
     this.cm_N13_3.Size   = new System.Drawing.Size(241, 22);
     this.cm_N13_3.Text   = "Select columns";
     this.cm_N13_3.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(238, 6);
     //
     // cm_N13_4
     //
     this.cm_N13_4.Name   = "cm_N13_4";
     this.cm_N13_4.Size   = new System.Drawing.Size(241, 22);
     this.cm_N13_4.Text   = "Selection mode - Cell";
     this.cm_N13_4.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N13_5
     //
     this.cm_N13_5.Name   = "cm_N13_5";
     this.cm_N13_5.Size   = new System.Drawing.Size(241, 22);
     this.cm_N13_5.Text   = "Selection mode - Row";
     this.cm_N13_5.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N13_6
     //
     this.cm_N13_6.Name   = "cm_N13_6";
     this.cm_N13_6.Size   = new System.Drawing.Size(241, 22);
     this.cm_N13_6.Text   = "Selection mode - Column";
     this.cm_N13_6.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cm_N16_1,
         this.cm_N16_2,
         this.cm_N16_3,
         this.cm_N16_4
     });
     this.copyToolStripMenuItem.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.copyToolStripMenuItem.Image = global::FBA.Resource.forms_16;
     this.copyToolStripMenuItem.Name  = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size  = new System.Drawing.Size(127, 22);
     this.copyToolStripMenuItem.Text  = "Copy";
     //
     // cm_N16_1
     //
     this.cm_N16_1.Image  = global::FBA.Resource.forms_16;
     this.cm_N16_1.Name   = "cm_N16_1";
     this.cm_N16_1.Size   = new System.Drawing.Size(204, 22);
     this.cm_N16_1.Text   = "Copy";
     this.cm_N16_1.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N16_2
     //
     this.cm_N16_2.Image  = global::FBA.Resource.forms_16;
     this.cm_N16_2.Name   = "cm_N16_2";
     this.cm_N16_2.Size   = new System.Drawing.Size(204, 22);
     this.cm_N16_2.Text   = "Copy all";
     this.cm_N16_2.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N16_3
     //
     this.cm_N16_3.Image  = global::FBA.Resource.forms_16;
     this.cm_N16_3.Name   = "cm_N16_3";
     this.cm_N16_3.Size   = new System.Drawing.Size(204, 22);
     this.cm_N16_3.Text   = "Copy with captions";
     this.cm_N16_3.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N16_4
     //
     this.cm_N16_4.Image  = global::FBA.Resource.forms_16;
     this.cm_N16_4.Name   = "cm_N16_4";
     this.cm_N16_4.Size   = new System.Drawing.Size(204, 22);
     this.cm_N16_4.Text   = "Copy document link";
     this.cm_N16_4.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // cm_N11
     //
     this.cm_N11.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cm_N11.Image  = global::FBA.Resource.hist_16;
     this.cm_N11.Name   = "cm_N11";
     this.cm_N11.Size   = new System.Drawing.Size(127, 22);
     this.cm_N11.Text   = "Details";
     this.cm_N11.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tb_N1,
         this.tb_N2,
         this.tb_N3,
         this.tb_N4,
         this.tb_N5,
         this.tb_N6
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(723, 31);
     this.toolStrip1.TabIndex = 23;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tb_N1
     //
     this.tb_N1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tb_N1.Image                 = global::FBA.Resource.Filter_24;
     this.tb_N1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tb_N1.Name        = "tb_N1";
     this.tb_N1.Size        = new System.Drawing.Size(28, 28);
     this.tb_N1.Text        = "Filter (F2)";
     this.tb_N1.ToolTipText = "Filter (F2)";
     this.tb_N1.Click      += new System.EventHandler(this.Tb_N1_Click);
     //
     // tb_N2
     //
     this.tb_N2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tb_N2.Image                 = global::FBA.Resource.Refresh_24;
     this.tb_N2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tb_N2.Name   = "tb_N2";
     this.tb_N2.Size   = new System.Drawing.Size(28, 28);
     this.tb_N2.Text   = "Refresh (F5)";
     this.tb_N2.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // tb_N3
     //
     this.tb_N3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tb_N3.Image                 = global::FBA.Resource.Add_24;
     this.tb_N3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tb_N3.Name   = "tb_N3";
     this.tb_N3.Size   = new System.Drawing.Size(28, 28);
     this.tb_N3.Text   = "Add (Insert)";
     this.tb_N3.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // tb_N4
     //
     this.tb_N4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tb_N4.Image                 = global::FBA.Resource.Edit_24;
     this.tb_N4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tb_N4.Name   = "tb_N4";
     this.tb_N4.Size   = new System.Drawing.Size(28, 28);
     this.tb_N4.Text   = "Edit (F4)";
     this.tb_N4.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // tb_N5
     //
     this.tb_N5.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tb_N5.Image                 = global::FBA.Resource.Del_24;
     this.tb_N5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tb_N5.Name   = "tb_N5";
     this.tb_N5.Size   = new System.Drawing.Size(28, 28);
     this.tb_N5.Text   = "Delete (Del)";
     this.tb_N5.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // tb_N6
     //
     this.tb_N6.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tb_N6.Image                 = global::FBA.Resource.Search_24;
     this.tb_N6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tb_N6.Name   = "tb_N6";
     this.tb_N6.Size   = new System.Drawing.Size(28, 28);
     this.tb_N6.Text   = "Search (F3)";
     this.tb_N6.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // pnlResult
     //
     this.pnlResult.Controls.Add(this.tbGridInformation);
     this.pnlResult.Controls.Add(this.btnCancel);
     this.pnlResult.Controls.Add(this.btnOk);
     this.pnlResult.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlResult.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.pnlResult.Location = new System.Drawing.Point(0, 332);
     this.pnlResult.Margin   = new System.Windows.Forms.Padding(4);
     this.pnlResult.Name     = "pnlResult";
     this.pnlResult.Size     = new System.Drawing.Size(723, 41);
     this.pnlResult.TabIndex = 27;
     //
     // tbGridInformation
     //
     this.tbGridInformation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tbGridInformation.AttrBrief            = null;
     this.tbGridInformation.AttrBriefLookup      = null;
     this.tbGridInformation.BackColor            = System.Drawing.SystemColors.Control;
     this.tbGridInformation.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.tbGridInformation.DefaultTextGray      = null;
     this.tbGridInformation.DefaultTextGrayColor = System.Drawing.Color.Gray;
     this.tbGridInformation.ErrorIfNull          = null;
     this.tbGridInformation.ForeColor            = System.Drawing.Color.Red;
     this.tbGridInformation.GroupEnabled         = null;
     this.tbGridInformation.ListInvalidChars     = null;
     this.tbGridInformation.ListValidChars       = null;
     this.tbGridInformation.Location             = new System.Drawing.Point(12, 12);
     this.tbGridInformation.Name             = "tbGridInformation";
     this.tbGridInformation.ObjectRef        = null;
     this.tbGridInformation.ReadOnly         = true;
     this.tbGridInformation.RegExChars       = null;
     this.tbGridInformation.SaveParam        = false;
     this.tbGridInformation.SaveValueHistory = false;
     this.tbGridInformation.Size             = new System.Drawing.Size(468, 18);
     this.tbGridInformation.TabIndex         = 3;
     this.tbGridInformation.Text2            = null;
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Image      = global::FBA.Resource.Cancel_24;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(487, 4);
     this.btnCancel.Margin     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(112, 33);
     this.btnCancel.TabIndex   = 2;
     this.btnCancel.Text       = "   Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(605, 4);
     this.btnOk.Margin     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 0;
     this.btnOk.Text       = "  Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.Tb_N1_Click);
     //
     // grid1
     //
     this.grid1.BackColor               = System.Drawing.Color.LightGray;
     this.grid1.BackgroundImageLayout   = System.Windows.Forms.ImageLayout.Center;
     this.grid1.BorderStyle             = System.Windows.Forms.BorderStyle.FixedSingle;
     this.grid1.ClipboardMode           = SourceGrid.ClipboardMode.Copy;
     this.grid1.ContextMenuStrip        = this.contextMenuGrid;
     this.grid1.DefaultWidth            = 150;
     this.grid1.DeleteQuestionMessage   = "Are you sure to delete all the selected rows?";
     this.grid1.DeleteRowsWithDeleteKey = false;
     this.grid1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.grid1.EnableSort    = false;
     this.grid1.FixedRows     = 1;
     this.grid1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.grid1.Location      = new System.Drawing.Point(0, 31);
     this.grid1.Name          = "grid1";
     this.grid1.SelectionMode = SourceGrid.GridSelectionMode.Row;
     this.grid1.Size          = new System.Drawing.Size(723, 301);
     this.grid1.TabIndex      = 28;
     this.grid1.TabStop       = true;
     this.grid1.ToolTipText   = "";
     this.grid1.DoubleClick  += new System.EventHandler(this.Tb_N1_Click);
     //
     // pnlFastSearch
     //
     this.pnlFastSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlFastSearch.BackColor = System.Drawing.SystemColors.Menu;
     this.pnlFastSearch.Controls.Add(this.cbFastSearch);
     this.pnlFastSearch.Controls.Add(this.btnFastSearch);
     this.pnlFastSearch.Location = new System.Drawing.Point(527, 1);
     this.pnlFastSearch.Name     = "pnlFastSearch";
     this.pnlFastSearch.Size     = new System.Drawing.Size(190, 28);
     this.pnlFastSearch.TabIndex = 29;
     //
     // cbFastSearch
     //
     this.cbFastSearch.AttrBrief           = null;
     this.cbFastSearch.AttrBriefLookup     = null;
     this.cbFastSearch.BackColor           = System.Drawing.SystemColors.Window;
     this.cbFastSearch.ContextMenuEnabled  = true;
     this.cbFastSearch.ContextMenuStrip    = this.contextMenuFastSearch;
     this.cbFastSearch.DefaultTextGrayFont = null;
     this.cbFastSearch.ErrorIfNull         = null;
     this.cbFastSearch.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbFastSearch.FormattingEnabled = true;
     this.cbFastSearch.GroupEnabled      = null;
     this.cbFastSearch.ListInvalidChars  = null;
     this.cbFastSearch.ListValidChars    = null;
     this.cbFastSearch.Location          = new System.Drawing.Point(2, 1);
     this.cbFastSearch.Name                = "cbFastSearch";
     this.cbFastSearch.Obj                 = null;
     this.cbFastSearch.ObjectID            = "";
     this.cbFastSearch.ObjectRef           = null;
     this.cbFastSearch.ObjRef              = null;
     this.cbFastSearch.ReadOnly            = false;
     this.cbFastSearch.RegExChars          = null;
     this.cbFastSearch.SaveParam           = false;
     this.cbFastSearch.SaveType            = null;
     this.cbFastSearch.SaveValueHistory    = false;
     this.cbFastSearch.Size                = new System.Drawing.Size(151, 24);
     this.cbFastSearch.TabIndex            = 3;
     this.cbFastSearch.Text2               = null;
     this.cbFastSearch.ValueHistoryInItems = false;
     this.cbFastSearch.Enter              += new System.EventHandler(this.cbFastSearch_Enter);
     //
     // contextMenuFastSearch
     //
     this.contextMenuFastSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.deleteHistoryToolStripMenuItem
     });
     this.contextMenuFastSearch.Name = "contextMenuFastSearch";
     this.contextMenuFastSearch.Size = new System.Drawing.Size(214, 26);
     //
     // deleteHistoryToolStripMenuItem
     //
     this.deleteHistoryToolStripMenuItem.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.deleteHistoryToolStripMenuItem.Name   = "deleteHistoryToolStripMenuItem";
     this.deleteHistoryToolStripMenuItem.Size   = new System.Drawing.Size(213, 22);
     this.deleteHistoryToolStripMenuItem.Text   = "Delete search history";
     this.deleteHistoryToolStripMenuItem.Click += new System.EventHandler(this.deleteHistoryToolStripMenuItem_Click);
     //
     // btnFastSearch
     //
     this.btnFastSearch.Image    = global::FBA.Resource.Find_16;
     this.btnFastSearch.Location = new System.Drawing.Point(156, 0);
     this.btnFastSearch.Name     = "btnFastSearch";
     this.btnFastSearch.Size     = new System.Drawing.Size(30, 27);
     this.btnFastSearch.TabIndex = 1;
     this.btnFastSearch.UseVisualStyleBackColor = true;
     this.btnFastSearch.Click += new System.EventHandler(this.btnFastSearch_Click);
     //
     // FormDirectory
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(723, 373);
     this.Controls.Add(this.pnlFastSearch);
     this.Controls.Add(this.grid1);
     this.Controls.Add(this.pnlResult);
     this.Controls.Add(this.toolStrip1);
     this.DoubleBuffered = true;
     this.Name           = "FormDirectory";
     this.ShowInTaskbar  = false;
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "FormDirectory";
     this.Load          += new System.EventHandler(this.FormDirectory_Load);
     this.contextMenuGrid.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.pnlResult.ResumeLayout(false);
     this.pnlResult.PerformLayout();
     this.pnlFastSearch.ResumeLayout(false);
     this.contextMenuFastSearch.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #32
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.dataGridView1    = new System.Windows.Forms.DataGridView();
     this.dataGridView2    = new System.Windows.Forms.DataGridView();
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location          = new System.Drawing.Point(12, 107);
     this.dataGridView1.Name              = "dataGridView1";
     this.dataGridView1.Size              = new System.Drawing.Size(375, 154);
     this.dataGridView1.TabIndex          = 1;
     this.dataGridView1.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.DataGridView1MouseClick);
     this.dataGridView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DataGridView1MouseDoubleClick);
     //
     // dataGridView2
     //
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Location = new System.Drawing.Point(452, 107);
     this.dataGridView2.Name     = "dataGridView2";
     this.dataGridView2.Size     = new System.Drawing.Size(375, 154);
     this.dataGridView2.TabIndex = 2;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripButton4
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(884, 25);
     this.toolStrip1.TabIndex = 3;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "Přidat";
     this.toolStripButton1.Click += new System.EventHandler(this.AddItem);
     //
     // 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 = "Edit";
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Smazat";
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text   = "Informace";
     this.toolStripButton4.Click += new System.EventHandler(this.InfoClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(884, 369);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.dataGridView2);
     this.Controls.Add(this.dataGridView1);
     this.MinimumSize = new System.Drawing.Size(900, 400);
     this.Name        = "MainForm";
     this.Text        = "Pripojeni k sql serveru";
     this.Activated  += new System.EventHandler(this.MainFormActivated);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #33
0
 /// <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(MemFileViewer));
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     System.Windows.Forms.ToolStripButton           _LoadFromFileButton;
     System.Windows.Forms.ToolStripButton           _SaveToFileButton;
     this._HexBox         = new Be.Windows.Forms.HexBox();
     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();
     _SaveToFileButton    = new System.Windows.Forms.ToolStripButton();
     _ToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // _ToolStrip
     //
     _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _SaveButton,
         _ToolStripSeparator1,
         _LoadFromFileButton,
         _SaveToFileButton
     });
     _ToolStrip.Location = new System.Drawing.Point(0, 0);
     _ToolStrip.Name     = "_ToolStrip";
     _ToolStrip.Size     = new System.Drawing.Size(491, 25);
     _ToolStrip.TabIndex = 4;
     _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
     //
     _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);
     //
     // _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.ReadOnly             = true;
     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(491, 326);
     this._HexBox.StringViewVisible    = true;
     this._HexBox.TabIndex             = 0;
     this._HexBox.UseFixedBytesPerLine = true;
     this._HexBox.VScrollBarVisible    = true;
     //
     // _SaveFileDialog
     //
     this._SaveFileDialog.Filter = "All Files (*.*)|*.*";
     //
     // _OpenFileDialog
     //
     this._OpenFileDialog.Filter = "All Files (*.*)|*.*";
     //
     // MemFileViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(491, 351);
     this.Controls.Add(this._HexBox);
     this.Controls.Add(_ToolStrip);
     this.Name          = "MemFileViewer";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Text          = "MemFile";
     _ToolStrip.ResumeLayout(false);
     _ToolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColourBMD));
     this.dgBMDReportSheet = new System.Windows.Forms.DataGridView();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.tsRecords = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.mnuSaveCensusColumnLayout = new System.Windows.Forms.ToolStripButton();
     this.mnuResetCensusColumns = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuExportToExcel = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.cbBMDSearchProvider = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.cbRegion = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.cbFilter = new System.Windows.Forms.ToolStripComboBox();
     this.printDocument = new System.Drawing.Printing.PrintDocument();
     this.printDialog = new System.Windows.Forms.PrintDialog();
     this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuViewFacts = new System.Windows.Forms.ToolStripMenuItem();
     this.IndividualID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Forenames = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Surname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Relation = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RelationToRoot = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Birth = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BaptChri = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Marriage1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Marriage2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Marriage3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Death = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CremBuri = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BirthDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DeathDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FirstMarriage = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SecondMarriage = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ThirdMarriage = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BirthLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DeathLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Ahnentafel = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgBMDReportSheet)).BeginInit();
     this.statusStrip.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // dgBMDReportSheet
     //
     this.dgBMDReportSheet.AllowUserToAddRows = false;
     this.dgBMDReportSheet.AllowUserToDeleteRows = false;
     this.dgBMDReportSheet.AllowUserToOrderColumns = true;
     this.dgBMDReportSheet.AllowUserToResizeRows = false;
     this.dgBMDReportSheet.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.dgBMDReportSheet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgBMDReportSheet.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.IndividualID,
     this.Forenames,
     this.Surname,
     this.Relation,
     this.RelationToRoot,
     this.Birth,
     this.BaptChri,
     this.Marriage1,
     this.Marriage2,
     this.Marriage3,
     this.Death,
     this.CremBuri,
     this.BirthDate,
     this.DeathDate,
     this.FirstMarriage,
     this.SecondMarriage,
     this.ThirdMarriage,
     this.BirthLocation,
     this.DeathLocation,
     this.Ahnentafel});
     this.dgBMDReportSheet.Location = new System.Drawing.Point(0, 28);
     this.dgBMDReportSheet.MultiSelect = false;
     this.dgBMDReportSheet.Name = "dgBMDReportSheet";
     this.dgBMDReportSheet.ReadOnly = true;
     this.dgBMDReportSheet.RowHeadersWidth = 20;
     this.dgBMDReportSheet.Size = new System.Drawing.Size(1038, 530);
     this.dgBMDReportSheet.TabIndex = 1;
     this.dgBMDReportSheet.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.DgBMDReportSheet_CellContextMenuStripNeeded);
     this.dgBMDReportSheet.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgReportSheet_CellDoubleClick);
     this.dgBMDReportSheet.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DgReportSheet_CellFormatting);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsRecords});
     this.statusStrip.Location = new System.Drawing.Point(0, 561);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.Size = new System.Drawing.Size(1038, 22);
     this.statusStrip.TabIndex = 2;
     this.statusStrip.Text = "statusStrip1";
     //
     // tsRecords
     //
     this.tsRecords.Name = "tsRecords";
     this.tsRecords.Size = new System.Drawing.Size(118, 17);
     this.tsRecords.Text = "toolStripStatusLabel1";
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuSaveCensusColumnLayout,
     this.mnuResetCensusColumns,
     this.toolStripSeparator3,
     this.printToolStripButton,
     this.printPreviewToolStripButton,
     this.toolStripSeparator1,
     this.mnuExportToExcel,
     this.toolStripSeparator2,
     this.toolStripLabel1,
     this.cbBMDSearchProvider,
     this.toolStripLabel3,
     this.cbRegion,
     this.toolStripLabel2,
     this.cbFilter});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1038, 25);
     this.toolStrip1.TabIndex = 3;
     this.toolStrip1.Text = "toolStrip1";
     //
     // mnuSaveCensusColumnLayout
     //
     this.mnuSaveCensusColumnLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuSaveCensusColumnLayout.Image = ((System.Drawing.Image)(resources.GetObject("mnuSaveCensusColumnLayout.Image")));
     this.mnuSaveCensusColumnLayout.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuSaveCensusColumnLayout.Name = "mnuSaveCensusColumnLayout";
     this.mnuSaveCensusColumnLayout.Size = new System.Drawing.Size(23, 22);
     this.mnuSaveCensusColumnLayout.Text = "Save Census Column Sort Order";
     this.mnuSaveCensusColumnLayout.Click += new System.EventHandler(this.MnuSaveCensusColumnLayout_Click);
     //
     // mnuResetCensusColumns
     //
     this.mnuResetCensusColumns.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuResetCensusColumns.Image = ((System.Drawing.Image)(resources.GetObject("mnuResetCensusColumns.Image")));
     this.mnuResetCensusColumns.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuResetCensusColumns.Name = "mnuResetCensusColumns";
     this.mnuResetCensusColumns.Size = new System.Drawing.Size(23, 22);
     this.mnuResetCensusColumns.Text = "Reset Census Column Sort Order to Default";
     this.mnuResetCensusColumns.Click += new System.EventHandler(this.MnuResetCensusColumns_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // 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);
     //
     // printPreviewToolStripButton
     //
     this.printPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printPreviewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image")));
     this.printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printPreviewToolStripButton.Name = "printPreviewToolStripButton";
     this.printPreviewToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.printPreviewToolStripButton.Text = "Print Preview...";
     this.printPreviewToolStripButton.Click += new System.EventHandler(this.PrintPreviewToolStripButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // mnuExportToExcel
     //
     this.mnuExportToExcel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.mnuExportToExcel.Image = ((System.Drawing.Image)(resources.GetObject("mnuExportToExcel.Image")));
     this.mnuExportToExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuExportToExcel.Name = "mnuExportToExcel";
     this.mnuExportToExcel.Size = new System.Drawing.Size(23, 22);
     this.mnuExportToExcel.Text = "Export to Excel";
     this.mnuExportToExcel.Click += new System.EventHandler(this.MnuExportToExcel_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(106, 22);
     this.toolStripLabel1.Text = "BMD Search using:";
     //
     // cbBMDSearchProvider
     //
     this.cbBMDSearchProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBMDSearchProvider.Items.AddRange(new object[] {
     "Ancestry",
     "Find My Past",
     "FreeBMD",
     "FamilySearch",
     "Scotlands People"});
     this.cbBMDSearchProvider.Name = "cbBMDSearchProvider";
     this.cbBMDSearchProvider.Size = new System.Drawing.Size(121, 25);
     this.cbBMDSearchProvider.SelectedIndexChanged += new System.EventHandler(this.CbCensusSearchProvider_SelectedIndexChanged);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(47, 22);
     this.toolStripLabel3.Text = "Region:";
     //
     // cbRegion
     //
     this.cbRegion.AutoCompleteCustomSource.AddRange(new string[] {
     ".com",
     ".co.uk",
     ".ca",
     ".com.au"});
     this.cbRegion.Items.AddRange(new object[] {
     ".com",
     ".co.uk",
     ".ca",
     ".com.au"});
     this.cbRegion.Name = "cbRegion";
     this.cbRegion.Size = new System.Drawing.Size(121, 25);
     this.cbRegion.Text = ".co.uk";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(39, 22);
     this.toolStripLabel2.Text = "Filter :";
     //
     // cbFilter
     //
     this.cbFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbFilter.DropDownWidth = 220;
     this.cbFilter.Items.AddRange(new object[] {
     "All Individuals",
     "None Found (All Red)",
     "All Found (All Green)",
     "All Open Ended Date Range (Orange Red)",
     "All Very Wide Date Range (Light Red)",
     "All Wide Date Range (Orange)",
     "All Narrow Date Range (Yellow)",
     "All Just Year Date (Yellow Green)",
     "All Approx Date Range (Light Green)",
     "Some Missing (Some Red)",
     "Some Found (Some Green)",
     "Some Open Ended Date Range (Orange Red)",
     "Some Very Wide Date Range (Light Red)",
     "Some Wide Date Range (Orange)",
     "Some Narrow Date Range (Yellow)",
     "Some Just Year Date (Yellow Green)",
     "Some Approx Date Range (Light Green)",
     "Of Marrying Age no partner (Pink)",
     "No Partner shared fact/children (Coral)",
     "Partner but no marriage (Red Brown)"});
     this.cbFilter.Name = "cbFilter";
     this.cbFilter.Size = new System.Drawing.Size(235, 25);
     this.cbFilter.SelectedIndexChanged += new System.EventHandler(this.CbFilter_SelectedIndexChanged);
     //
     // printDialog
     //
     this.printDialog.AllowSelection = true;
     this.printDialog.AllowSomePages = true;
     this.printDialog.Document = this.printDocument;
     this.printDialog.UseEXDialog = true;
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Document = this.printDocument;
     this.printPreviewDialog.Enabled = true;
     this.printPreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name = "printPreviewDialog";
     this.printPreviewDialog.Visible = false;
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuViewFacts});
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(190, 26);
     //
     // mnuViewFacts
     //
     this.mnuViewFacts.Name = "mnuViewFacts";
     this.mnuViewFacts.Size = new System.Drawing.Size(189, 22);
     this.mnuViewFacts.Text = "View Individuals Facts";
     this.mnuViewFacts.Click += new System.EventHandler(this.MnuViewFacts_Click);
     //
     // IndividualID
     //
     this.IndividualID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.IndividualID.DataPropertyName = "IndividualID";
     this.IndividualID.HeaderText = "Ind. ID";
     this.IndividualID.MinimumWidth = 50;
     this.IndividualID.Name = "IndividualID";
     this.IndividualID.ReadOnly = true;
     this.IndividualID.Width = 50;
     //
     // Forenames
     //
     this.Forenames.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Forenames.DataPropertyName = "Forenames";
     this.Forenames.HeaderText = "Forenames";
     this.Forenames.MinimumWidth = 100;
     this.Forenames.Name = "Forenames";
     this.Forenames.ReadOnly = true;
     //
     // Surname
     //
     this.Surname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Surname.DataPropertyName = "Surname";
     this.Surname.HeaderText = "Surname";
     this.Surname.MinimumWidth = 75;
     this.Surname.Name = "Surname";
     this.Surname.ReadOnly = true;
     this.Surname.Width = 75;
     //
     // Relation
     //
     this.Relation.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Relation.DataPropertyName = "Relation";
     this.Relation.HeaderText = "Relation";
     this.Relation.MinimumWidth = 105;
     this.Relation.Name = "Relation";
     this.Relation.ReadOnly = true;
     this.Relation.Width = 105;
     //
     // RelationToRoot
     //
     this.RelationToRoot.DataPropertyName = "RelationToRoot";
     this.RelationToRoot.HeaderText = "Relation To Root";
     this.RelationToRoot.MinimumWidth = 100;
     this.RelationToRoot.Name = "RelationToRoot";
     this.RelationToRoot.ReadOnly = true;
     this.RelationToRoot.Width = 150;
     //
     // Birth
     //
     this.Birth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Birth.DataPropertyName = "Birth";
     this.Birth.HeaderText = "Birth";
     this.Birth.MinimumWidth = 60;
     this.Birth.Name = "Birth";
     this.Birth.ReadOnly = true;
     this.Birth.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Birth.Width = 60;
     //
     // BaptChri
     //
     this.BaptChri.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.BaptChri.DataPropertyName = "BaptChri";
     this.BaptChri.HeaderText = "Baptism Christening";
     this.BaptChri.MinimumWidth = 62;
     this.BaptChri.Name = "BaptChri";
     this.BaptChri.ReadOnly = true;
     this.BaptChri.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.BaptChri.Width = 62;
     //
     // Marriage1
     //
     this.Marriage1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Marriage1.DataPropertyName = "Marriage1";
     this.Marriage1.HeaderText = "Marriage No. 1";
     this.Marriage1.MinimumWidth = 60;
     this.Marriage1.Name = "Marriage1";
     this.Marriage1.ReadOnly = true;
     this.Marriage1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Marriage1.Width = 60;
     //
     // Marriage2
     //
     this.Marriage2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Marriage2.DataPropertyName = "Marriage2";
     this.Marriage2.HeaderText = "Marriage No. 2";
     this.Marriage2.MinimumWidth = 60;
     this.Marriage2.Name = "Marriage2";
     this.Marriage2.ReadOnly = true;
     this.Marriage2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Marriage2.Width = 60;
     //
     // Marriage3
     //
     this.Marriage3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Marriage3.DataPropertyName = "Marriage3";
     this.Marriage3.HeaderText = "Marriage No. 3";
     this.Marriage3.MinimumWidth = 60;
     this.Marriage3.Name = "Marriage3";
     this.Marriage3.ReadOnly = true;
     this.Marriage3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Marriage3.Width = 60;
     //
     // Death
     //
     this.Death.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Death.DataPropertyName = "Death";
     this.Death.HeaderText = "Death";
     this.Death.MinimumWidth = 60;
     this.Death.Name = "Death";
     this.Death.ReadOnly = true;
     this.Death.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Death.Width = 60;
     //
     // CremBuri
     //
     this.CremBuri.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.CremBuri.DataPropertyName = "CremBuri";
     this.CremBuri.HeaderText = "Burial Cremation";
     this.CremBuri.MinimumWidth = 60;
     this.CremBuri.Name = "CremBuri";
     this.CremBuri.ReadOnly = true;
     this.CremBuri.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.CremBuri.Width = 60;
     //
     // BirthDate
     //
     this.BirthDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.BirthDate.DataPropertyName = "BirthDate";
     this.BirthDate.HeaderText = "Birth Date";
     this.BirthDate.MinimumWidth = 50;
     this.BirthDate.Name = "BirthDate";
     this.BirthDate.ReadOnly = true;
     this.BirthDate.Width = 150;
     //
     // DeathDate
     //
     this.DeathDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.DeathDate.DataPropertyName = "DeathDate";
     this.DeathDate.HeaderText = "Death Date";
     this.DeathDate.MinimumWidth = 50;
     this.DeathDate.Name = "DeathDate";
     this.DeathDate.ReadOnly = true;
     this.DeathDate.Width = 150;
     //
     // FirstMarriage
     //
     this.FirstMarriage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.FirstMarriage.DataPropertyName = "FirstMarriage";
     this.FirstMarriage.HeaderText = "First Marriage";
     this.FirstMarriage.MinimumWidth = 100;
     this.FirstMarriage.Name = "FirstMarriage";
     this.FirstMarriage.ReadOnly = true;
     //
     // SecondMarriage
     //
     this.SecondMarriage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.SecondMarriage.DataPropertyName = "SecondMarriage";
     this.SecondMarriage.HeaderText = "Second Marriage";
     this.SecondMarriage.MinimumWidth = 100;
     this.SecondMarriage.Name = "SecondMarriage";
     this.SecondMarriage.ReadOnly = true;
     //
     // ThirdMarriage
     //
     this.ThirdMarriage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ThirdMarriage.DataPropertyName = "ThirdMarriage";
     this.ThirdMarriage.HeaderText = "Third Marriage";
     this.ThirdMarriage.MinimumWidth = 100;
     this.ThirdMarriage.Name = "ThirdMarriage";
     this.ThirdMarriage.ReadOnly = true;
     //
     // BirthLocation
     //
     this.BirthLocation.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.BirthLocation.DataPropertyName = "BirthLocation";
     this.BirthLocation.HeaderText = "Birth Location";
     this.BirthLocation.MinimumWidth = 120;
     this.BirthLocation.Name = "BirthLocation";
     this.BirthLocation.ReadOnly = true;
     this.BirthLocation.Width = 120;
     //
     // DeathLocation
     //
     this.DeathLocation.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.DeathLocation.DataPropertyName = "DeathLocation";
     this.DeathLocation.HeaderText = "Death Location";
     this.DeathLocation.MinimumWidth = 120;
     this.DeathLocation.Name = "DeathLocation";
     this.DeathLocation.ReadOnly = true;
     this.DeathLocation.Width = 120;
     //
     // Ahnentafel
     //
     this.Ahnentafel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Ahnentafel.DataPropertyName = "Ahnentafel";
     this.Ahnentafel.HeaderText = "Ahnentafel";
     this.Ahnentafel.MinimumWidth = 20;
     this.Ahnentafel.Name = "Ahnentafel";
     this.Ahnentafel.ReadOnly = true;
     this.Ahnentafel.Width = 83;
     //
     // ColourBMD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1038, 583);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.dgBMDReportSheet);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ColourBMD";
     this.Text = "Colour BMD Report Result";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ColourBMD_FormClosed);
     this.Load += new System.EventHandler(this.ColourBMD_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgBMDReportSheet)).EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #35
0
		private void InitializeComponent()
		{
		    this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(ChartToolStrip));
			this.tsbCursor = new System.Windows.Forms.ToolStripButton();
			this.tsbCrosshair = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbZoomIn = new System.Windows.Forms.ToolStripButton();
			this.tsbZoomOut = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbLinear = new System.Windows.Forms.ToolStripButton();
			this.tsbLog = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbTrailing = new System.Windows.Forms.ToolStripButton();
			this.tsbFixed = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbCandle = new System.Windows.Forms.ToolStripButton();
			this.tsbBar = new System.Windows.Forms.ToolStripButton();
			this.tsbLine = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbDay = new System.Windows.Forms.ToolStripButton();
			this.tsbWeek = new System.Windows.Forms.ToolStripButton();
			this.tsbMonth = new System.Windows.Forms.ToolStripButton();
			this.tsbYear = new System.Windows.Forms.ToolStripButton();
			this.tsbTimeFrame = new System.Windows.Forms.ToolStripDropDownButton();
			this.dailyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.weeklyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.monthlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.annualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.tsbTemplate = new System.Windows.Forms.ToolStripDropDownButton();
			this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.emptyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			this.defaultTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
			this.setAsDefaultTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.SuspendLayout();
			this.tsbCursor.Checked = true;
			this.tsbCursor.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbCursor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCursor.Image = (Image)componentResourceManager.GetObject("tsbCursor.Image");
			this.tsbCursor.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCursor.Name = "tsbCursor";
			this.tsbCursor.Size = new System.Drawing.Size(23, 22);
			this.tsbCursor.ToolTipText = "Cursor";
			this.tsbCursor.Click += new System.EventHandler(this.tsbCursor_Click);
			this.tsbCrosshair.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbCrosshair.Image = (Image)componentResourceManager.GetObject("tsbCrosshair.Image");
			this.tsbCrosshair.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCrosshair.Name = "tsbCrosshair";
			this.tsbCrosshair.Size = new System.Drawing.Size(23, 22);
			this.tsbCrosshair.Text = "Crosshair";
			this.tsbCrosshair.Click += new System.EventHandler(this.tsbCrosshair_Click);
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			this.tsbZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbZoomIn.Image = (Image)componentResourceManager.GetObject("tsbZoomIn.Image");
			this.tsbZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbZoomIn.Name = "tsbZoomIn";
			this.tsbZoomIn.Size = new System.Drawing.Size(23, 22);
			this.tsbZoomIn.Text = "Zoom In";
			this.tsbZoomIn.Click += new System.EventHandler(this.tsbZoomIn_Click);
			this.tsbZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbZoomOut.Image = (Image)componentResourceManager.GetObject("tsbZoomOut.Image");
			this.tsbZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbZoomOut.Name = "tsbZoomOut";
			this.tsbZoomOut.Size = new System.Drawing.Size(23, 22);
			this.tsbZoomOut.Text = "Zoom Out";
			this.tsbZoomOut.Click += new System.EventHandler(this.tsbZoomOut_Click);
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			this.tsbLinear.Checked = true;
			this.tsbLinear.CheckState = System.Windows.Forms.CheckState.Checked;
			this.tsbLinear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbLinear.Image = (Image)componentResourceManager.GetObject("tsbLinear.Image");
			this.tsbLinear.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLinear.Name = "tsbLinear";
			this.tsbLinear.Size = new System.Drawing.Size(23, 22);
			this.tsbLinear.Text = "Linear Scale";
			this.tsbLinear.Click += new System.EventHandler(this.tsbLinear_Click);
			this.tsbLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbLog.Image = (Image)componentResourceManager.GetObject("tsbLog.Image");
			this.tsbLog.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLog.Name = "tsbLog";
			this.tsbLog.Size = new System.Drawing.Size(23, 22);
			this.tsbLog.Text = "Log Scale";
			this.tsbLog.Click += new System.EventHandler(this.tsbLog_Click);
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			this.tsbTrailing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbTrailing.Image = (Image)componentResourceManager.GetObject("tsbTrailing.Image");
			this.tsbTrailing.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTrailing.Name = "tsbTrailing";
			this.tsbTrailing.Size = new System.Drawing.Size(23, 22);
			this.tsbTrailing.Text = "toolStripButton1";
			this.tsbTrailing.ToolTipText = "Trailing Mode";
			this.tsbTrailing.Click += new System.EventHandler(this.tsbTrailing_Click);
			this.tsbFixed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbFixed.Image = (Image)componentResourceManager.GetObject("tsbFixed.Image");
			this.tsbFixed.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbFixed.Name = "tsbFixed";
			this.tsbFixed.Size = new System.Drawing.Size(23, 22);
			this.tsbFixed.Text = "toolStripButton2";
			this.tsbFixed.ToolTipText = "Fixed Mode";
			this.tsbFixed.Click += new System.EventHandler(this.tsbFixed_Click);
			this.toolStripSeparator4.Name = "toolStripSeparator4";
			this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
			this.tsbCandle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbCandle.Image = (Image)componentResourceManager.GetObject("tsbCandle.Image");
			this.tsbCandle.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCandle.Name = "tsbCandle";
			this.tsbCandle.Size = new System.Drawing.Size(23, 22);
			this.tsbCandle.Text = "toolStripButton1";
			this.tsbCandle.ToolTipText = "Candle";
			this.tsbCandle.Click += new System.EventHandler(this.tsbCandle_Click);
			this.tsbBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//	this.tsbBar.Image = (Image)componentResourceManager.GetObject("tsbBar.Image");
			this.tsbBar.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbBar.Name = "tsbBar";
			this.tsbBar.Size = new System.Drawing.Size(23, 22);
			this.tsbBar.Text = "toolStripButton2";
			this.tsbBar.ToolTipText = "Bar";
			this.tsbBar.Click += new System.EventHandler(this.tsbBar_Click);
			this.tsbLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//			this.tsbLine.Image = (Image)componentResourceManager.GetObject("tsbLine.Image");
			this.tsbLine.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbLine.Name = "tsbLine";
			this.tsbLine.Size = new System.Drawing.Size(23, 22);
			this.tsbLine.Text = "toolStripButton3";
			this.tsbLine.ToolTipText = "Line";
			this.tsbLine.Click += new System.EventHandler(this.tsbLine_Click);
			this.toolStripSeparator5.Name = "toolStripSeparator5";
			this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
			this.tsbDay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbDay.Image = (Image)componentResourceManager.GetObject("tsbDay.Image");
			this.tsbDay.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbDay.Name = "tsbDay";
			this.tsbDay.Size = new System.Drawing.Size(23, 22);
			this.tsbDay.Text = "Daily";
			this.tsbDay.Visible = false;
			this.tsbDay.Click += new System.EventHandler(this.tsbDay_Click);
			this.tsbWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbWeek.Image = (Image)componentResourceManager.GetObject("tsbWeek.Image");
			this.tsbWeek.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbWeek.Name = "tsbWeek";
			this.tsbWeek.Size = new System.Drawing.Size(23, 22);
			this.tsbWeek.Text = "Weekly";
			this.tsbWeek.Visible = false;
			this.tsbWeek.Click += new System.EventHandler(this.tsbWeek_Click);
			this.tsbMonth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
		//	this.tsbMonth.Image = (Image)componentResourceManager.GetObject("tsbMonth.Image");
			this.tsbMonth.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbMonth.Name = "tsbMonth";
			this.tsbMonth.Size = new System.Drawing.Size(23, 22);
			this.tsbMonth.Text = "Monthly";
			this.tsbMonth.Visible = false;
			this.tsbMonth.Click += new System.EventHandler(this.tsbMonth_Click);
			this.tsbYear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
	//		this.tsbYear.Image = (Image)componentResourceManager.GetObject("tsbYear.Image");
			this.tsbYear.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbYear.Name = "tsbYear";
			this.tsbYear.Size = new System.Drawing.Size(23, 22);
			this.tsbYear.Text = "Annual";
			this.tsbYear.Visible = false;
			this.tsbYear.Click += new System.EventHandler(this.tsbYear_Click);
			this.tsbTimeFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbTimeFrame.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.dailyToolStripMenuItem,
				this.weeklyToolStripMenuItem,
				this.monthlyToolStripMenuItem,
				this.annualToolStripMenuItem
			});
	//		this.tsbTimeFrame.Image = (Image)componentResourceManager.GetObject("tsbTimeFrame.Image");
			this.tsbTimeFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTimeFrame.Name = "tsbTimeFrame";
			this.tsbTimeFrame.Size = new System.Drawing.Size(29, 22);
			this.tsbTimeFrame.Text = "Daily";
	//		this.dailyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("dailyToolStripMenuItem.Image");
			this.dailyToolStripMenuItem.Name = "dailyToolStripMenuItem";
			this.dailyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.dailyToolStripMenuItem.Text = "Daily";
			this.dailyToolStripMenuItem.Click += new System.EventHandler(this.tsbDay_Click);
	//		this.weeklyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("weeklyToolStripMenuItem.Image");
			this.weeklyToolStripMenuItem.Name = "weeklyToolStripMenuItem";
			this.weeklyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.weeklyToolStripMenuItem.Text = "Weekly";
			this.weeklyToolStripMenuItem.Click += new System.EventHandler(this.tsbWeek_Click);
	//		this.monthlyToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("monthlyToolStripMenuItem.Image");
			this.monthlyToolStripMenuItem.Name = "monthlyToolStripMenuItem";
			this.monthlyToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.monthlyToolStripMenuItem.Text = "Monthly";
			this.monthlyToolStripMenuItem.Click += new System.EventHandler(this.tsbMonth_Click);
	//		this.annualToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("annualToolStripMenuItem.Image");
			this.annualToolStripMenuItem.Name = "annualToolStripMenuItem";
			this.annualToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
			this.annualToolStripMenuItem.Text = "Annual";
			this.annualToolStripMenuItem.Click += new System.EventHandler(this.tsbYear_Click);
			this.tsbTemplate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbTemplate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.applyToolStripMenuItem,
				this.toolStripMenuItem1,
				this.saveToolStripMenuItem,
				this.toolStripMenuItem4,
				this.setAsDefaultTemplateToolStripMenuItem
			});
			this.tsbTemplate.Image = Properties.Resources.chart_templates;
			this.tsbTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbTemplate.Name = "tsbTemplate";
			this.tsbTemplate.Size = new System.Drawing.Size(29, 22);
			this.tsbTemplate.Text = "Templates";
			this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.emptyToolStripMenuItem,
				this.toolStripMenuItem2,
				this.defaultTemplateToolStripMenuItem,
				this.toolStripMenuItem3
			});
			this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
			this.applyToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.applyToolStripMenuItem.Text = "Apply";
			this.applyToolStripMenuItem.DropDownOpening += new System.EventHandler(this.applyToolStripMenuItem_DropDownOpening);
			this.emptyToolStripMenuItem.Image = Properties.Resources.chart_template_empty;
			this.emptyToolStripMenuItem.Name = "emptyToolStripMenuItem";
			this.emptyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.emptyToolStripMenuItem.Text = "Empty Template";
			this.emptyToolStripMenuItem.Click += new System.EventHandler(this.emptyToolStripMenuItem_Click);
			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
			this.toolStripMenuItem2.Size = new System.Drawing.Size(162, 6);
			this.defaultTemplateToolStripMenuItem.Image = Properties.Resources.chart_template_default;
			this.defaultTemplateToolStripMenuItem.Name = "defaultTemplateToolStripMenuItem";
			this.defaultTemplateToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			this.defaultTemplateToolStripMenuItem.Text = "Default Template";
			this.defaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.defaultTemplateToolStripMenuItem_Click);
			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
			this.toolStripMenuItem3.Size = new System.Drawing.Size(162, 6);
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(195, 6);
//			this.saveToolStripMenuItem.Image = (Image)componentResourceManager.GetObject("saveToolStripMenuItem.Image");
			this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			this.saveToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.saveToolStripMenuItem.Text = "Save";
			this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
			this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
			this.setAsDefaultTemplateToolStripMenuItem.Image = Properties.Resources.chart_template_default;
			this.setAsDefaultTemplateToolStripMenuItem.Name = "setAsDefaultTemplateToolStripMenuItem";
			this.setAsDefaultTemplateToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
			this.setAsDefaultTemplateToolStripMenuItem.Text = "Set as Default Template";
			this.setAsDefaultTemplateToolStripMenuItem.Click += new System.EventHandler(this.setAsDefaultTemplateToolStripMenuItem_Click);
			this.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
			{
				this.tsbCursor,
				this.tsbCrosshair,
				this.toolStripSeparator1,
				this.tsbZoomIn,
				this.tsbZoomOut,
				this.toolStripSeparator2,
				this.tsbLinear,
				this.tsbLog,
				this.toolStripSeparator3,
				this.tsbTrailing,
				this.tsbFixed,
				this.toolStripSeparator4,
				this.tsbCandle,
				this.tsbBar,
				this.tsbLine,
				this.toolStripSeparator5,
				this.tsbDay,
				this.tsbWeek,
				this.tsbMonth,
				this.tsbYear,
				this.tsbTimeFrame,
				this.tsbTemplate
			});
			this.Size = new System.Drawing.Size(469, 25);
			this.ResumeLayout(false);
		}
コード例 #36
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChatForm));
     this.menuStrip1           = new System.Windows.Forms.MenuStrip();
     this.miConnection         = new System.Windows.Forms.ToolStripMenuItem();
     this.miConnect            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDisconnect         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1   = new System.Windows.Forms.ToolStripSeparator();
     this.miProfile            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2   = new System.Windows.Forms.ToolStripSeparator();
     this.miExit               = new System.Windows.Forms.ToolStripMenuItem();
     this.miView               = new System.Windows.Forms.ToolStripMenuItem();
     this.miPeersList          = new System.Windows.Forms.ToolStripMenuItem();
     this.miAllPeers           = new System.Windows.Forms.ToolStripMenuItem();
     this.miOnlyFriends        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3   = new System.Windows.Forms.ToolStripSeparator();
     this.miConnectionInfo     = new System.Windows.Forms.ToolStripMenuItem();
     this.miService            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDHTLog             = new System.Windows.Forms.ToolStripMenuItem();
     this.miHelp               = new System.Windows.Forms.ToolStripMenuItem();
     this.miContents           = new System.Windows.Forms.ToolStripMenuItem();
     this.miAbout              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.tbConnect            = new System.Windows.Forms.ToolStripButton();
     this.tbDisconnect         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.tbProfile            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     this.tbPresenceStatus     = new System.Windows.Forms.ToolStripDropDownButton();
     this.menuPresenceStatuses = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.lblConnectionStatus  = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblTicks             = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.lstMembers           = new GKNetUI.PeersList();
     this.contextMenuStrip1    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miPeerProfile        = new System.Windows.Forms.ToolStripMenuItem();
     this.miAddPeer            = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer2      = new System.Windows.Forms.SplitContainer();
     this.lstChatMsgs          = new GKNetUI.MessagesList();
     this.txtChatMsg           = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel1     = new System.Windows.Forms.FlowLayoutPanel();
     this.btnSendToAll         = new System.Windows.Forms.Button();
     this.btnSend              = new System.Windows.Forms.Button();
     this.toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this.tbSendInvitation     = new System.Windows.Forms.ToolStripButton();
     this.tbAcceptInvitation   = new System.Windows.Forms.ToolStripButton();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabChat              = new System.Windows.Forms.TabPage();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnection,
         this.miView,
         this.miService,
         this.miHelp
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(5, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(731, 24);
     this.menuStrip1.TabIndex = 9;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // miConnection
     //
     this.miConnection.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miConnect,
         this.miDisconnect,
         this.toolStripMenuItem1,
         this.miProfile,
         this.toolStripMenuItem2,
         this.miExit
     });
     this.miConnection.Name = "miConnection";
     this.miConnection.Size = new System.Drawing.Size(81, 20);
     this.miConnection.Text = "Connection";
     //
     // miConnect
     //
     this.miConnect.Name   = "miConnect";
     this.miConnect.Size   = new System.Drawing.Size(133, 22);
     this.miConnect.Text   = "Connect";
     this.miConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // miDisconnect
     //
     this.miDisconnect.Name   = "miDisconnect";
     this.miDisconnect.Size   = new System.Drawing.Size(133, 22);
     this.miDisconnect.Text   = "Disconnect";
     this.miDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 6);
     //
     // miProfile
     //
     this.miProfile.Name   = "miProfile";
     this.miProfile.Size   = new System.Drawing.Size(133, 22);
     this.miProfile.Text   = "My Profile";
     this.miProfile.Click += new System.EventHandler(this.miMyProfile_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
     //
     // miExit
     //
     this.miExit.Name   = "miExit";
     this.miExit.Size   = new System.Drawing.Size(133, 22);
     this.miExit.Text   = "Exit";
     this.miExit.Click += new System.EventHandler(this.miExit_Click);
     //
     // miView
     //
     this.miView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeersList
     });
     this.miView.Name = "miView";
     this.miView.Size = new System.Drawing.Size(44, 20);
     this.miView.Text = "View";
     //
     // miPeersList
     //
     this.miPeersList.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miAllPeers,
         this.miOnlyFriends,
         this.toolStripMenuItem3,
         this.miConnectionInfo
     });
     this.miPeersList.Name = "miPeersList";
     this.miPeersList.Size = new System.Drawing.Size(120, 22);
     this.miPeersList.Text = "Peers list";
     //
     // miAllPeers
     //
     this.miAllPeers.Checked    = true;
     this.miAllPeers.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miAllPeers.Name       = "miAllPeers";
     this.miAllPeers.Size       = new System.Drawing.Size(160, 22);
     this.miAllPeers.Text       = "All peers";
     //
     // miOnlyFriends
     //
     this.miOnlyFriends.Enabled = false;
     this.miOnlyFriends.Name    = "miOnlyFriends";
     this.miOnlyFriends.Size    = new System.Drawing.Size(160, 22);
     this.miOnlyFriends.Text    = "Only friends";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(157, 6);
     //
     // miConnectionInfo
     //
     this.miConnectionInfo.Checked         = true;
     this.miConnectionInfo.CheckOnClick    = true;
     this.miConnectionInfo.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.miConnectionInfo.Name            = "miConnectionInfo";
     this.miConnectionInfo.Size            = new System.Drawing.Size(160, 22);
     this.miConnectionInfo.Text            = "Connection Info";
     this.miConnectionInfo.CheckedChanged += new System.EventHandler(this.miConnectionInfo_CheckedChanged);
     //
     // miService
     //
     this.miService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miDHTLog
     });
     this.miService.Name = "miService";
     this.miService.Size = new System.Drawing.Size(56, 20);
     this.miService.Text = "Service";
     //
     // miDHTLog
     //
     this.miDHTLog.Name   = "miDHTLog";
     this.miDHTLog.Size   = new System.Drawing.Size(120, 22);
     this.miDHTLog.Text   = "DHT Log";
     this.miDHTLog.Click += new System.EventHandler(this.miDHTLog_Click);
     //
     // miHelp
     //
     this.miHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miContents,
         this.miAbout
     });
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new System.Drawing.Size(44, 20);
     this.miHelp.Text = "Help";
     //
     // miContents
     //
     this.miContents.Enabled = false;
     this.miContents.Name    = "miContents";
     this.miContents.Size    = new System.Drawing.Size(122, 22);
     this.miContents.Text    = "Contents";
     //
     // miAbout
     //
     this.miAbout.Enabled = false;
     this.miAbout.Name    = "miAbout";
     this.miAbout.Size    = new System.Drawing.Size(122, 22);
     this.miAbout.Text    = "About";
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbConnect,
         this.tbDisconnect,
         this.toolStripSeparator1,
         this.tbProfile,
         this.toolStripSeparator2,
         this.tbPresenceStatus,
         this.toolStripSeparator3,
         this.tbSendInvitation,
         this.tbAcceptInvitation
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(731, 27);
     this.toolStrip1.TabIndex = 13;
     //
     // tbConnect
     //
     this.tbConnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbConnect.Name   = "tbConnect";
     this.tbConnect.Size   = new System.Drawing.Size(56, 24);
     this.tbConnect.Text   = "Connect";
     this.tbConnect.Click += new System.EventHandler(this.miConnect_Click);
     //
     // tbDisconnect
     //
     this.tbDisconnect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDisconnect.Name   = "tbDisconnect";
     this.tbDisconnect.Size   = new System.Drawing.Size(70, 24);
     this.tbDisconnect.Text   = "Disconnect";
     this.tbDisconnect.Click += new System.EventHandler(this.miDisconnect_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     //
     // tbProfile
     //
     this.tbProfile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tbProfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbProfile.Name   = "tbProfile";
     this.tbProfile.Size   = new System.Drawing.Size(65, 24);
     this.tbProfile.Text   = "My Profile";
     this.tbProfile.Click += new System.EventHandler(this.miMyProfile_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
     //
     // tbPresenceStatus
     //
     this.tbPresenceStatus.DropDown = this.menuPresenceStatuses;
     this.tbPresenceStatus.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbPresenceStatus.Name = "tbPresenceStatus";
     this.tbPresenceStatus.Size = new System.Drawing.Size(99, 24);
     this.tbPresenceStatus.Text = "PresenceStatus";
     //
     // menuPresenceStatuses
     //
     this.menuPresenceStatuses.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuPresenceStatuses.Name             = "menuPresenceStatuses";
     this.menuPresenceStatuses.OwnerItem        = this.tbPresenceStatus;
     this.menuPresenceStatuses.Size             = new System.Drawing.Size(61, 4);
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblConnectionStatus,
         this.lblTicks
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 420);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 13, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(731, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblConnectionStatus
     //
     this.lblConnectionStatus.Name = "lblConnectionStatus";
     this.lblConnectionStatus.Size = new System.Drawing.Size(12, 17);
     this.lblConnectionStatus.Text = "-";
     //
     // lblTicks
     //
     this.lblTicks.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lblTicks.Name = "lblTicks";
     this.lblTicks.Size = new System.Drawing.Size(15, 17);
     this.lblTicks.Text = "+";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 51);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lstMembers);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(731, 369);
     this.splitContainer1.SplitterDistance = 234;
     this.splitContainer1.SplitterWidth    = 3;
     this.splitContainer1.TabIndex         = 12;
     //
     // lstMembers
     //
     this.lstMembers.ContextMenuStrip      = this.contextMenuStrip1;
     this.lstMembers.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.lstMembers.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.lstMembers.Location              = new System.Drawing.Point(0, 0);
     this.lstMembers.Margin                = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lstMembers.Name                  = "lstMembers";
     this.lstMembers.ShowConnectionInfo    = false;
     this.lstMembers.Size                  = new System.Drawing.Size(234, 369);
     this.lstMembers.TabIndex              = 4;
     this.lstMembers.SelectedValueChanged += new System.EventHandler(this.lstMembers_SelectedValueChanged);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miPeerProfile,
         this.miAddPeer
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(123, 48);
     //
     // miPeerProfile
     //
     this.miPeerProfile.Name   = "miPeerProfile";
     this.miPeerProfile.Size   = new System.Drawing.Size(122, 22);
     this.miPeerProfile.Text   = "Profile";
     this.miPeerProfile.Click += new System.EventHandler(this.miPeerProfile_Click);
     //
     // miAddPeer
     //
     this.miAddPeer.Name   = "miAddPeer";
     this.miAddPeer.Size   = new System.Drawing.Size(122, 22);
     this.miAddPeer.Text   = "Add peer";
     this.miAddPeer.Click += new System.EventHandler(this.miAddPeer_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin      = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.lstChatMsgs);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.txtChatMsg);
     this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1);
     this.splitContainer2.Size             = new System.Drawing.Size(494, 369);
     this.splitContainer2.SplitterDistance = 204;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabChat
     //
     this.tabChat.Controls.Add(this.splitContainer2);
     this.tabChat.Location = new System.Drawing.Point(4, 26);
     this.tabChat.Name     = "tabChat";
     this.tabChat.Size     = new System.Drawing.Size(564, 291);
     this.tabChat.TabIndex = 0;
     this.tabChat.Text     = "Chat";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabChat);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(572, 321);
     //
     // lstChatMsgs
     //
     this.lstChatMsgs.BackColor = System.Drawing.Color.LightGray;
     this.lstChatMsgs.Core      = null;
     this.lstChatMsgs.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lstChatMsgs.DrawMode  = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.lstChatMsgs.LocalId   = null;
     this.lstChatMsgs.Location  = new System.Drawing.Point(0, 0);
     this.lstChatMsgs.Margin    = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.lstChatMsgs.Name      = "lstChatMsgs";
     this.lstChatMsgs.Size      = new System.Drawing.Size(494, 204);
     this.lstChatMsgs.TabIndex  = 0;
     //
     // txtChatMsg
     //
     this.txtChatMsg.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.txtChatMsg.Location  = new System.Drawing.Point(0, 0);
     this.txtChatMsg.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtChatMsg.Multiline = true;
     this.txtChatMsg.Name      = "txtChatMsg";
     this.txtChatMsg.Size      = new System.Drawing.Size(494, 119);
     this.txtChatMsg.TabIndex  = 6;
     this.txtChatMsg.Text      = "test";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnSendToAll);
     this.flowLayoutPanel1.Controls.Add(this.btnSend);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(0, 119);
     this.flowLayoutPanel1.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size          = new System.Drawing.Size(494, 42);
     this.flowLayoutPanel1.TabIndex      = 0;
     //
     // btnSendToAll
     //
     this.btnSendToAll.Location = new System.Drawing.Point(401, 4);
     this.btnSendToAll.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSendToAll.Name     = "btnSendToAll";
     this.btnSendToAll.Size     = new System.Drawing.Size(90, 34);
     this.btnSendToAll.TabIndex = 7;
     this.btnSendToAll.Text     = "Send to All";
     this.btnSendToAll.UseVisualStyleBackColor = true;
     this.btnSendToAll.Click += new System.EventHandler(this.btnSendToAll_Click);
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(305, 4);
     this.btnSend.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSend.Name     = "btnSend";
     this.btnSend.Size     = new System.Drawing.Size(90, 34);
     this.btnSend.TabIndex = 8;
     this.btnSend.Text     = "Send";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
     //
     // tbSendInvitation
     //
     this.tbSendInvitation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbSendInvitation.Name   = "tbSendInvitation";
     this.tbSendInvitation.Size   = new System.Drawing.Size(110, 24);
     this.tbSendInvitation.Text   = "Send Invitation";
     this.tbSendInvitation.Click += new System.EventHandler(this.tbSendInvitation_Click);
     //
     // tbAcceptInvitation
     //
     this.tbAcceptInvitation.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbAcceptInvitation.Name   = "tbAcceptInvitation";
     this.tbAcceptInvitation.Size   = new System.Drawing.Size(121, 24);
     this.tbAcceptInvitation.Text   = "Accept Invitation";
     this.tbAcceptInvitation.Click += new System.EventHandler(this.tbAcceptInvitation_Click);
     //
     // ChatForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Calibri", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "ChatForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "GKCommunicator";
     this.Load         += new System.EventHandler(this.ChatForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIParent1));
     menuStrip                   = new System.Windows.Forms.MenuStrip();
     fileMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     newToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     openToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3         = new System.Windows.Forms.ToolStripSeparator();
     closeToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     editMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     undoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     redoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator6         = new System.Windows.Forms.ToolStripSeparator();
     cutToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     copyToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     pasteToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator7         = new System.Windows.Forms.ToolStripSeparator();
     selectAllToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     viewMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     controlBoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolsMenu                   = new System.Windows.Forms.ToolStripMenuItem();
     optionsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     helpMenu                    = new System.Windows.Forms.ToolStripMenuItem();
     contentsToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     indexToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     searchToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator8         = new System.Windows.Forms.ToolStripSeparator();
     aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     toolStrip                   = new System.Windows.Forms.ToolStrip();
     newToolStripButton          = new System.Windows.Forms.ToolStripButton();
     openToolStripButton         = new System.Windows.Forms.ToolStripButton();
     saveToolStripButton         = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     printToolStripButton        = new System.Windows.Forms.ToolStripButton();
     printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     helpToolStripButton         = new System.Windows.Forms.ToolStripButton();
     statusStrip                 = new System.Windows.Forms.StatusStrip();
     toolStripStatusLabel        = new System.Windows.Forms.ToolStripStatusLabel();
     toolTip                   = new System.Windows.Forms.ToolTip(components);
     openFileDialog1           = new System.Windows.Forms.OpenFileDialog();
     settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip.SuspendLayout();
     toolStrip.SuspendLayout();
     statusStrip.SuspendLayout();
     SuspendLayout();
     //
     // menuStrip
     //
     menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileMenu,
         editMenu,
         viewMenu,
         toolsMenu,
         helpMenu
     });
     menuStrip.Location = new System.Drawing.Point(0, 0);
     menuStrip.Name     = "menuStrip";
     menuStrip.Size     = new System.Drawing.Size(1157, 24);
     menuStrip.TabIndex = 0;
     menuStrip.Text     = "MenuStrip";
     //
     // fileMenu
     //
     fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newToolStripMenuItem,
         openToolStripMenuItem,
         toolStripSeparator3,
         closeToolStripMenuItem
     });
     fileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder;
     fileMenu.Name = "fileMenu";
     fileMenu.Size = new System.Drawing.Size(37, 20);
     fileMenu.Text = "&File";
     //
     // newToolStripMenuItem
     //
     newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
     newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     newToolStripMenuItem.Name         = "newToolStripMenuItem";
     newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     newToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     newToolStripMenuItem.Text         = "&New";
     newToolStripMenuItem.Click       += new System.EventHandler(ShowNewForm);
     //
     // openToolStripMenuItem
     //
     openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
     openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     openToolStripMenuItem.Name         = "openToolStripMenuItem";
     openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     openToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     openToolStripMenuItem.Text         = "&Open";
     openToolStripMenuItem.Click       += new System.EventHandler(OpenFile);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(143, 6);
     //
     // closeToolStripMenuItem
     //
     closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     closeToolStripMenuItem.Size   = new System.Drawing.Size(146, 22);
     closeToolStripMenuItem.Text   = "Close";
     closeToolStripMenuItem.Click += new System.EventHandler(closeToolStripMenuItem_Click);
     //
     // editMenu
     //
     editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         undoToolStripMenuItem,
         redoToolStripMenuItem,
         toolStripSeparator6,
         cutToolStripMenuItem,
         copyToolStripMenuItem,
         pasteToolStripMenuItem,
         toolStripSeparator7,
         selectAllToolStripMenuItem
     });
     editMenu.Name = "editMenu";
     editMenu.Size = new System.Drawing.Size(39, 20);
     editMenu.Text = "&Edit";
     //
     // undoToolStripMenuItem
     //
     undoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image")));
     undoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     undoToolStripMenuItem.Name         = "undoToolStripMenuItem";
     undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
     undoToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     undoToolStripMenuItem.Text         = "&Undo";
     undoToolStripMenuItem.Click       += new System.EventHandler(undoToolStripMenuItem_Click);
     //
     // redoToolStripMenuItem
     //
     redoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image")));
     redoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     redoToolStripMenuItem.Name         = "redoToolStripMenuItem";
     redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
     redoToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     redoToolStripMenuItem.Text         = "&Redo";
     //
     // toolStripSeparator6
     //
     toolStripSeparator6.Name = "toolStripSeparator6";
     toolStripSeparator6.Size = new System.Drawing.Size(161, 6);
     //
     // cutToolStripMenuItem
     //
     cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
     cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     cutToolStripMenuItem.Name         = "cutToolStripMenuItem";
     cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     cutToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     cutToolStripMenuItem.Text         = "Cu&t";
     //
     // copyToolStripMenuItem
     //
     copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     copyToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     copyToolStripMenuItem.Text         = "&Copy";
     //
     // pasteToolStripMenuItem
     //
     pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
     pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     pasteToolStripMenuItem.Name         = "pasteToolStripMenuItem";
     pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
     pasteToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     pasteToolStripMenuItem.Text         = "&Paste";
     //
     // toolStripSeparator7
     //
     toolStripSeparator7.Name = "toolStripSeparator7";
     toolStripSeparator7.Size = new System.Drawing.Size(161, 6);
     //
     // selectAllToolStripMenuItem
     //
     selectAllToolStripMenuItem.Name         = "selectAllToolStripMenuItem";
     selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     selectAllToolStripMenuItem.Size         = new System.Drawing.Size(164, 22);
     selectAllToolStripMenuItem.Text         = "Select &All";
     //
     // viewMenu
     //
     viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         controlBoxToolStripMenuItem
     });
     viewMenu.Name = "viewMenu";
     viewMenu.Size = new System.Drawing.Size(44, 20);
     viewMenu.Text = "&View";
     //
     // controlBoxToolStripMenuItem
     //
     controlBoxToolStripMenuItem.Name         = "controlBoxToolStripMenuItem";
     controlBoxToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
     controlBoxToolStripMenuItem.Size         = new System.Drawing.Size(167, 22);
     controlBoxToolStripMenuItem.Text         = "ControlBox F2";
     controlBoxToolStripMenuItem.Click       += new System.EventHandler(controlBoxToolStripMenuItem_Click);
     //
     // toolsMenu
     //
     toolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         optionsToolStripMenuItem,
         settingsToolStripMenuItem
     });
     toolsMenu.Name = "toolsMenu";
     toolsMenu.Size = new System.Drawing.Size(48, 20);
     toolsMenu.Text = "&Tools";
     //
     // optionsToolStripMenuItem
     //
     optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     optionsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     optionsToolStripMenuItem.Text = "&Options";
     //
     // helpMenu
     //
     helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         contentsToolStripMenuItem,
         indexToolStripMenuItem,
         searchToolStripMenuItem,
         toolStripSeparator8,
         aboutToolStripMenuItem
     });
     helpMenu.Name = "helpMenu";
     helpMenu.Size = new System.Drawing.Size(44, 20);
     helpMenu.Text = "&Help";
     //
     // contentsToolStripMenuItem
     //
     contentsToolStripMenuItem.Name         = "contentsToolStripMenuItem";
     contentsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
     contentsToolStripMenuItem.Size         = new System.Drawing.Size(168, 22);
     contentsToolStripMenuItem.Text         = "&Contents";
     //
     // indexToolStripMenuItem
     //
     indexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("indexToolStripMenuItem.Image")));
     indexToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     indexToolStripMenuItem.Name = "indexToolStripMenuItem";
     indexToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     indexToolStripMenuItem.Text = "&Index";
     //
     // searchToolStripMenuItem
     //
     searchToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("searchToolStripMenuItem.Image")));
     searchToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
     searchToolStripMenuItem.Name = "searchToolStripMenuItem";
     searchToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     searchToolStripMenuItem.Text = "&Search";
     //
     // toolStripSeparator8
     //
     toolStripSeparator8.Name = "toolStripSeparator8";
     toolStripSeparator8.Size = new System.Drawing.Size(165, 6);
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     aboutToolStripMenuItem.Text = "&About ... ...";
     //
     // toolStrip
     //
     toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         newToolStripButton,
         openToolStripButton,
         saveToolStripButton,
         toolStripSeparator1,
         printToolStripButton,
         printPreviewToolStripButton,
         toolStripSeparator2,
         helpToolStripButton
     });
     toolStrip.Location = new System.Drawing.Point(0, 24);
     toolStrip.Name     = "toolStrip";
     toolStrip.Size     = new System.Drawing.Size(1157, 25);
     toolStrip.TabIndex = 1;
     toolStrip.Text     = "ToolStrip";
     //
     // newToolStripButton
     //
     newToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     newToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
     newToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     newToolStripButton.Name   = "newToolStripButton";
     newToolStripButton.Size   = new System.Drawing.Size(23, 22);
     newToolStripButton.Text   = "New";
     newToolStripButton.Click += new System.EventHandler(ShowNewForm);
     //
     // openToolStripButton
     //
     openToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     openToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     openToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     openToolStripButton.Name   = "openToolStripButton";
     openToolStripButton.Size   = new System.Drawing.Size(23, 22);
     openToolStripButton.Text   = "Open";
     openToolStripButton.Click += new System.EventHandler(OpenFile);
     //
     // saveToolStripButton
     //
     saveToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     saveToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     saveToolStripButton.Name = "saveToolStripButton";
     saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     saveToolStripButton.Text = "Save";
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // printToolStripButton
     //
     printToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     printToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     printToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     printToolStripButton.Name = "printToolStripButton";
     printToolStripButton.Size = new System.Drawing.Size(23, 22);
     printToolStripButton.Text = "Print";
     //
     // printPreviewToolStripButton
     //
     printPreviewToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     printPreviewToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image")));
     printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     printPreviewToolStripButton.Name = "printPreviewToolStripButton";
     printPreviewToolStripButton.Size = new System.Drawing.Size(23, 22);
     printPreviewToolStripButton.Text = "Print Preview";
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // helpToolStripButton
     //
     helpToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     helpToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
     helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
     helpToolStripButton.Name = "helpToolStripButton";
     helpToolStripButton.Size = new System.Drawing.Size(23, 22);
     helpToolStripButton.Text = "Help";
     //
     // statusStrip
     //
     statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripStatusLabel
     });
     statusStrip.Location = new System.Drawing.Point(0, 609);
     statusStrip.Name     = "statusStrip";
     statusStrip.Size     = new System.Drawing.Size(1157, 22);
     statusStrip.TabIndex = 2;
     statusStrip.Text     = "StatusStrip";
     //
     // toolStripStatusLabel
     //
     toolStripStatusLabel.Name = "toolStripStatusLabel";
     toolStripStatusLabel.Size = new System.Drawing.Size(39, 17);
     toolStripStatusLabel.Text = "Status";
     //
     // openFileDialog1
     //
     openFileDialog1.FileName = "openFileDialog1";
     //
     // settingsToolStripMenuItem
     //
     settingsToolStripMenuItem.Name   = "settingsToolStripMenuItem";
     settingsToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     settingsToolStripMenuItem.Text   = "Settings";
     settingsToolStripMenuItem.Click += new System.EventHandler(settingsToolStripMenuItem_Click);
     //
     // MDIParent1
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(1157, 631);
     Controls.Add(statusStrip);
     Controls.Add(toolStrip);
     Controls.Add(menuStrip);
     IsMdiContainer = true;
     MainMenuStrip  = menuStrip;
     Name           = "MDIParent1";
     Load          += new System.EventHandler(MDIParent1_Load);
     Move          += new System.EventHandler(MDIParent1_Move);
     menuStrip.ResumeLayout(false);
     menuStrip.PerformLayout();
     toolStrip.ResumeLayout(false);
     toolStrip.PerformLayout();
     statusStrip.ResumeLayout(false);
     statusStrip.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
コード例 #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnPOS = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.btnInvoice = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnStock = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompany = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnShop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
     this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.middlePanel = new System.Windows.Forms.Panel();
     this.lblSologon = new System.Windows.Forms.Label();
     this.lbRegistrationNo = new System.Windows.Forms.Label();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblAdress = new System.Windows.Forms.Label();
     this.panelToday = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.lvSale = new System.Windows.Forms.ListView();
     this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lvPurchase = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelClock = new System.Windows.Forms.Panel();
     this.lvStockSummary = new System.Windows.Forms.ListView();
     this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRefresh = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.lblWatch = new System.Windows.Forms.Label();
     this.topPanel = new System.Windows.Forms.Panel();
     this.lblShopName = new System.Windows.Forms.Label();
     this.logoPanel = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.lblPointofSale = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip_Reports.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.middlePanel.SuspendLayout();
     this.panelToday.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelClock.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.logoPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip1.BackgroundImage")));
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.settingToolStripMenuItem,
     this.databaseManagementToolStripMenuItem,
     this.troubleshootingToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1007, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // settingToolStripMenuItem
     //
     this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.manageUserToolStripMenuItem,
     this.changePsswordToolStripMenuItem});
     this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
     this.settingToolStripMenuItem.Size = new System.Drawing.Size(116, 20);
     this.settingToolStripMenuItem.Text = "User Management";
     //
     // manageUserToolStripMenuItem
     //
     this.manageUserToolStripMenuItem.Name = "manageUserToolStripMenuItem";
     this.manageUserToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.manageUserToolStripMenuItem.Text = "Manage User";
     this.manageUserToolStripMenuItem.Click += new System.EventHandler(this.manageUserToolStripMenuItem_Click);
     //
     // changePsswordToolStripMenuItem
     //
     this.changePsswordToolStripMenuItem.Name = "changePsswordToolStripMenuItem";
     this.changePsswordToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.changePsswordToolStripMenuItem.Text = "Change Password";
     this.changePsswordToolStripMenuItem.Click += new System.EventHandler(this.changePsswordToolStripMenuItem_Click);
     //
     // databaseManagementToolStripMenuItem
     //
     this.databaseManagementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.createBackupToolStripMenuItem,
     this.restoreBackupToolStripMenuItem,
     this.startNewYearToolStripMenuItem,
     this.initializeDatabaseToolStripMenuItem,
     this.createDatabaseToolStripMenuItem,
     this.registerTrialToolStripMenuItem,
     this.registerToolStripMenuItem,
     this.unRegisterToolStripMenuItem,
     this.userHistoryToolStripMenuItem});
     this.databaseManagementToolStripMenuItem.Name = "databaseManagementToolStripMenuItem";
     this.databaseManagementToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
     this.databaseManagementToolStripMenuItem.Text = "Administration";
     //
     // createBackupToolStripMenuItem
     //
     this.createBackupToolStripMenuItem.Name = "createBackupToolStripMenuItem";
     this.createBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createBackupToolStripMenuItem.Text = "Create Backup";
     this.createBackupToolStripMenuItem.Click += new System.EventHandler(this.createBackupToolStripMenuItem_Click);
     //
     // restoreBackupToolStripMenuItem
     //
     this.restoreBackupToolStripMenuItem.Name = "restoreBackupToolStripMenuItem";
     this.restoreBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.restoreBackupToolStripMenuItem.Text = "Restore Backup";
     this.restoreBackupToolStripMenuItem.Click += new System.EventHandler(this.restoreBackupToolStripMenuItem_Click);
     //
     // startNewYearToolStripMenuItem
     //
     this.startNewYearToolStripMenuItem.Name = "startNewYearToolStripMenuItem";
     this.startNewYearToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.startNewYearToolStripMenuItem.Text = "Start New Business Year";
     //
     // initializeDatabaseToolStripMenuItem
     //
     this.initializeDatabaseToolStripMenuItem.Name = "initializeDatabaseToolStripMenuItem";
     this.initializeDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.initializeDatabaseToolStripMenuItem.Text = "Initialize Database";
     this.initializeDatabaseToolStripMenuItem.Click += new System.EventHandler(this.initializeDatabaseToolStripMenuItem_Click);
     //
     // createDatabaseToolStripMenuItem
     //
     this.createDatabaseToolStripMenuItem.Name = "createDatabaseToolStripMenuItem";
     this.createDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createDatabaseToolStripMenuItem.Text = "Create Database";
     this.createDatabaseToolStripMenuItem.Click += new System.EventHandler(this.createDatabaseToolStripMenuItem_Click);
     //
     // registerTrialToolStripMenuItem
     //
     this.registerTrialToolStripMenuItem.Name = "registerTrialToolStripMenuItem";
     this.registerTrialToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerTrialToolStripMenuItem.Text = "Register Trial";
     //
     // registerToolStripMenuItem
     //
     this.registerToolStripMenuItem.Name = "registerToolStripMenuItem";
     this.registerToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerToolStripMenuItem.Text = "Register";
     //
     // unRegisterToolStripMenuItem
     //
     this.unRegisterToolStripMenuItem.Name = "unRegisterToolStripMenuItem";
     this.unRegisterToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.unRegisterToolStripMenuItem.Text = "Un Register";
     //
     // userHistoryToolStripMenuItem
     //
     this.userHistoryToolStripMenuItem.Name = "userHistoryToolStripMenuItem";
     this.userHistoryToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.userHistoryToolStripMenuItem.Text = "User History";
     this.userHistoryToolStripMenuItem.Click += new System.EventHandler(this.userHistoryToolStripMenuItem_Click);
     //
     // troubleshootingToolStripMenuItem
     //
     this.troubleshootingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.systemLogToolStripMenuItem});
     this.troubleshootingToolStripMenuItem.Name = "troubleshootingToolStripMenuItem";
     this.troubleshootingToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.troubleshootingToolStripMenuItem.Text = "Troubleshooting";
     //
     // systemLogToolStripMenuItem
     //
     this.systemLogToolStripMenuItem.Name = "systemLogToolStripMenuItem";
     this.systemLogToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.systemLogToolStripMenuItem.Text = "System Log";
     this.systemLogToolStripMenuItem.Click += new System.EventHandler(this.systemLogToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutEBusinessToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutEBusinessToolStripMenuItem
     //
     this.aboutEBusinessToolStripMenuItem.Name = "aboutEBusinessToolStripMenuItem";
     this.aboutEBusinessToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.aboutEBusinessToolStripMenuItem.Text = "About EBusiness";
     //
     // toolStrip1
     //
     this.toolStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip1.BackgroundImage")));
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnPOS,
     this.toolStripSeparator14,
     this.btnInvoice,
     this.toolStripSeparator1,
     this.btnStock,
     this.toolStripSeparator2,
     this.btnItem,
     this.toolStripSeparator3,
     this.btnCustomer,
     this.toolStripSeparator4,
     this.btnCompany,
     this.toolStripSeparator5,
     this.btnOrder,
     this.toolStripSeparator6,
     this.btnShop,
     this.toolStripSeparator13});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1007, 57);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnPOS
     //
     this.btnPOS.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
     this.btnPOS.Image = ((System.Drawing.Image)(resources.GetObject("btnPOS.Image")));
     this.btnPOS.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPOS.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPOS.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPOS.Name = "btnPOS";
     this.btnPOS.Size = new System.Drawing.Size(96, 56);
     this.btnPOS.Text = "&POS";
     this.btnPOS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPOS.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     this.btnPOS.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPOS.ToolTipText = "POS";
     this.btnPOS.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 57);
     //
     // btnInvoice
     //
     this.btnInvoice.BackColor = System.Drawing.Color.Transparent;
     this.btnInvoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnInvoice.ForeColor = System.Drawing.Color.Navy;
     this.btnInvoice.Image = ((System.Drawing.Image)(resources.GetObject("btnInvoice.Image")));
     this.btnInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnInvoice.Name = "btnInvoice";
     this.btnInvoice.Size = new System.Drawing.Size(114, 54);
     this.btnInvoice.Text = "&Invoice";
     this.btnInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnInvoice.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnInvoice.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 57);
     //
     // btnStock
     //
     this.btnStock.BackColor = System.Drawing.Color.Transparent;
     this.btnStock.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnStock.ForeColor = System.Drawing.Color.Navy;
     this.btnStock.Image = ((System.Drawing.Image)(resources.GetObject("btnStock.Image")));
     this.btnStock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnStock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnStock.Name = "btnStock";
     this.btnStock.Size = new System.Drawing.Size(100, 54);
     this.btnStock.Text = "&Stock";
     this.btnStock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnStock.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnStock.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 57);
     //
     // btnItem
     //
     this.btnItem.BackColor = System.Drawing.Color.Transparent;
     this.btnItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnItem.ForeColor = System.Drawing.Color.Navy;
     this.btnItem.Image = ((System.Drawing.Image)(resources.GetObject("btnItem.Image")));
     this.btnItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItem.Name = "btnItem";
     this.btnItem.Size = new System.Drawing.Size(90, 54);
     this.btnItem.Text = "&Item";
     this.btnItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItem.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 57);
     //
     // btnCustomer
     //
     this.btnCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCustomer.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomer.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomer.Image")));
     this.btnCustomer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomer.Name = "btnCustomer";
     this.btnCustomer.Size = new System.Drawing.Size(128, 54);
     this.btnCustomer.Text = "&Customer";
     this.btnCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCustomer.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomer.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 57);
     //
     // btnCompany
     //
     this.btnCompany.BackColor = System.Drawing.Color.Transparent;
     this.btnCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCompany.ForeColor = System.Drawing.Color.Navy;
     this.btnCompany.Image = ((System.Drawing.Image)(resources.GetObject("btnCompany.Image")));
     this.btnCompany.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompany.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompany.Name = "btnCompany";
     this.btnCompany.Size = new System.Drawing.Size(126, 54);
     this.btnCompany.Text = "S&upplier";
     this.btnCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCompany.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompany.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 57);
     //
     // btnOrder
     //
     this.btnOrder.BackColor = System.Drawing.Color.Transparent;
     this.btnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnOrder.ForeColor = System.Drawing.Color.Navy;
     this.btnOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnOrder.Image")));
     this.btnOrder.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOrder.Name = "btnOrder";
     this.btnOrder.Size = new System.Drawing.Size(102, 54);
     this.btnOrder.Text = "&Order";
     this.btnOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnOrder.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 57);
     //
     // btnShop
     //
     this.btnShop.BackColor = System.Drawing.Color.Transparent;
     this.btnShop.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnShop.ForeColor = System.Drawing.Color.Navy;
     this.btnShop.Image = ((System.Drawing.Image)(resources.GetObject("btnShop.Image")));
     this.btnShop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnShop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShop.Name = "btnShop";
     this.btnShop.Size = new System.Drawing.Size(97, 54);
     this.btnShop.Text = "S&hop";
     this.btnShop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnShop.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnShop.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 57);
     //
     // toolStrip_Reports
     //
     this.toolStrip_Reports.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip_Reports.BackgroundImage")));
     this.toolStrip_Reports.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip_Reports.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStrip_Reports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnSalesReport,
     this.toolStripSeparator15,
     this.btnPurchaseReport,
     this.toolStripSeparator8,
     this.btnDailySalesReport,
     this.toolStripSeparator11,
     this.btnBuyerLedgerReport,
     this.toolStripSeparator16,
     this.btnCustomerTransaction,
     this.toolStripSeparator18,
     this.btnCompanyTransaction,
     this.toolStripSeparator12,
     this.btnProfitReport,
     this.toolStripSeparator7,
     this.btnCurrentCashReport,
     this.toolStripSeparator9,
     this.btnItemTransaction,
     this.toolStripSeparator10});
     this.toolStrip_Reports.Location = new System.Drawing.Point(0, 81);
     this.toolStrip_Reports.Name = "toolStrip_Reports";
     this.toolStrip_Reports.Size = new System.Drawing.Size(187, 604);
     this.toolStrip_Reports.TabIndex = 2;
     this.toolStrip_Reports.Text = "toolStrip2";
     //
     // btnSalesReport
     //
     this.btnSalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnSalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnSalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnSalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnSalesReport.Image")));
     this.btnSalesReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnSalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnSalesReport.Name = "btnSalesReport";
     this.btnSalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnSalesReport.Text = "&Sales Report";
     this.btnSalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnSalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(184, 6);
     //
     // btnPurchaseReport
     //
     this.btnPurchaseReport.BackColor = System.Drawing.Color.Transparent;
     this.btnPurchaseReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnPurchaseReport.ForeColor = System.Drawing.Color.Navy;
     this.btnPurchaseReport.Image = ((System.Drawing.Image)(resources.GetObject("btnPurchaseReport.Image")));
     this.btnPurchaseReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPurchaseReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPurchaseReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPurchaseReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPurchaseReport.Name = "btnPurchaseReport";
     this.btnPurchaseReport.Size = new System.Drawing.Size(184, 34);
     this.btnPurchaseReport.Text = "&Purchase Report";
     this.btnPurchaseReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPurchaseReport.ToolTipText = "Purchase Report";
     this.btnPurchaseReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(184, 6);
     //
     // btnDailySalesReport
     //
     this.btnDailySalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnDailySalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnDailySalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnDailySalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnDailySalesReport.Image")));
     this.btnDailySalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnDailySalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDailySalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnDailySalesReport.Name = "btnDailySalesReport";
     this.btnDailySalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnDailySalesReport.Text = "&Daily Sales/Purchase";
     this.btnDailySalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnDailySalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(184, 6);
     //
     // btnBuyerLedgerReport
     //
     this.btnBuyerLedgerReport.BackColor = System.Drawing.Color.Transparent;
     this.btnBuyerLedgerReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnBuyerLedgerReport.ForeColor = System.Drawing.Color.Navy;
     this.btnBuyerLedgerReport.Image = ((System.Drawing.Image)(resources.GetObject("btnBuyerLedgerReport.Image")));
     this.btnBuyerLedgerReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBuyerLedgerReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnBuyerLedgerReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuyerLedgerReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnBuyerLedgerReport.Name = "btnBuyerLedgerReport";
     this.btnBuyerLedgerReport.Size = new System.Drawing.Size(184, 34);
     this.btnBuyerLedgerReport.Text = "&Buyer Ledger";
     this.btnBuyerLedgerReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnBuyerLedgerReport.ToolTipText = "Buyer Ledger";
     this.btnBuyerLedgerReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(184, 6);
     //
     // btnCustomerTransaction
     //
     this.btnCustomerTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomerTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCustomerTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomerTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomerTransaction.Image")));
     this.btnCustomerTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCustomerTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomerTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomerTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCustomerTransaction.Name = "btnCustomerTransaction";
     this.btnCustomerTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCustomerTransaction.Text = "&Customer Transaction";
     this.btnCustomerTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomerTransaction.ToolTipText = "Buyer Ledger";
     this.btnCustomerTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(184, 6);
     //
     // btnCompanyTransaction
     //
     this.btnCompanyTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCompanyTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCompanyTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCompanyTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCompanyTransaction.Image")));
     this.btnCompanyTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompanyTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompanyTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompanyTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCompanyTransaction.Name = "btnCompanyTransaction";
     this.btnCompanyTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCompanyTransaction.Text = "Supplier Transaction";
     this.btnCompanyTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompanyTransaction.ToolTipText = "Buyer Ledger";
     this.btnCompanyTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(184, 6);
     //
     // btnProfitReport
     //
     this.btnProfitReport.BackColor = System.Drawing.Color.Transparent;
     this.btnProfitReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnProfitReport.ForeColor = System.Drawing.Color.Navy;
     this.btnProfitReport.Image = ((System.Drawing.Image)(resources.GetObject("btnProfitReport.Image")));
     this.btnProfitReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProfitReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnProfitReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnProfitReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnProfitReport.Name = "btnProfitReport";
     this.btnProfitReport.Size = new System.Drawing.Size(184, 34);
     this.btnProfitReport.Text = "&Profit/Loss Report";
     this.btnProfitReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnProfitReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(184, 6);
     //
     // btnCurrentCashReport
     //
     this.btnCurrentCashReport.BackColor = System.Drawing.Color.Transparent;
     this.btnCurrentCashReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCurrentCashReport.ForeColor = System.Drawing.Color.Navy;
     this.btnCurrentCashReport.Image = ((System.Drawing.Image)(resources.GetObject("btnCurrentCashReport.Image")));
     this.btnCurrentCashReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCurrentCashReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCurrentCashReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCurrentCashReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCurrentCashReport.Name = "btnCurrentCashReport";
     this.btnCurrentCashReport.Size = new System.Drawing.Size(184, 34);
     this.btnCurrentCashReport.Text = "&Current Cash Report";
     this.btnCurrentCashReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCurrentCashReport.ToolTipText = "Profit/Loss Report";
     this.btnCurrentCashReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(184, 6);
     //
     // btnItemTransaction
     //
     this.btnItemTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnItemTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnItemTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnItemTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnItemTransaction.Image")));
     this.btnItemTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnItemTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItemTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItemTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnItemTransaction.Name = "btnItemTransaction";
     this.btnItemTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnItemTransaction.Text = "Item Transaction";
     this.btnItemTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItemTransaction.ToolTipText = "Item Transaction";
     this.btnItemTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
     //
     // statusStrip1
     //
     this.statusStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusStrip1.BackgroundImage")));
     this.statusStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(187, 663);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(820, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text = "Imutex 2011";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripStatusLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel3.Image")));
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(16, 17);
     this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel4.ForeColor = System.Drawing.Color.Navy;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(0, 17);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.panel2.Controls.Add(this.middlePanel);
     this.panel2.Controls.Add(this.topPanel);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(187, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(820, 582);
     this.panel2.TabIndex = 5;
     //
     // middlePanel
     //
     this.middlePanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("middlePanel.BackgroundImage")));
     this.middlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.middlePanel.Controls.Add(this.lblSologon);
     this.middlePanel.Controls.Add(this.lbRegistrationNo);
     this.middlePanel.Controls.Add(this.lblPhoneNumber);
     this.middlePanel.Controls.Add(this.lblAdress);
     this.middlePanel.Controls.Add(this.panelToday);
     this.middlePanel.Controls.Add(this.panelClock);
     this.middlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.middlePanel.Location = new System.Drawing.Point(0, 70);
     this.middlePanel.Name = "middlePanel";
     this.middlePanel.Size = new System.Drawing.Size(820, 512);
     this.middlePanel.TabIndex = 1;
     //
     // lblSologon
     //
     this.lblSologon.BackColor = System.Drawing.Color.Transparent;
     this.lblSologon.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblSologon.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.lblSologon.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSologon.Location = new System.Drawing.Point(0, 109);
     this.lblSologon.Name = "lblSologon";
     this.lblSologon.Size = new System.Drawing.Size(591, 44);
     this.lblSologon.TabIndex = 10;
     this.lblSologon.Text = "Shop Slogon";
     this.lblSologon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbRegistrationNo
     //
     this.lbRegistrationNo.BackColor = System.Drawing.Color.Transparent;
     this.lbRegistrationNo.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbRegistrationNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRegistrationNo.ForeColor = System.Drawing.Color.MediumBlue;
     this.lbRegistrationNo.Location = new System.Drawing.Point(0, 77);
     this.lbRegistrationNo.Name = "lbRegistrationNo";
     this.lbRegistrationNo.Size = new System.Drawing.Size(591, 32);
     this.lbRegistrationNo.TabIndex = 9;
     this.lbRegistrationNo.Text = "Shop Reg#";
     this.lbRegistrationNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblPhoneNumber.Location = new System.Drawing.Point(0, 39);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(591, 38);
     this.lblPhoneNumber.TabIndex = 8;
     this.lblPhoneNumber.Text = "Shop Phone";
     this.lblPhoneNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAdress
     //
     this.lblAdress.BackColor = System.Drawing.Color.Transparent;
     this.lblAdress.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblAdress.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAdress.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.lblAdress.Location = new System.Drawing.Point(0, 0);
     this.lblAdress.Name = "lblAdress";
     this.lblAdress.Size = new System.Drawing.Size(591, 39);
     this.lblAdress.TabIndex = 7;
     this.lblAdress.Text = "Shop Address";
     this.lblAdress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelToday
     //
     this.panelToday.Controls.Add(this.splitContainer1);
     this.panelToday.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelToday.Location = new System.Drawing.Point(0, 213);
     this.panelToday.Name = "panelToday";
     this.panelToday.Size = new System.Drawing.Size(591, 299);
     this.panelToday.TabIndex = 5;
     //
     // splitContainer1
     //
     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.lvSale);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvPurchase);
     this.splitContainer1.Panel2.Controls.Add(this.label6);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Size = new System.Drawing.Size(591, 299);
     this.splitContainer1.SplitterDistance = 277;
     this.splitContainer1.TabIndex = 0;
     //
     // lvSale
     //
     this.lvSale.BackColor = System.Drawing.Color.Bisque;
     this.lvSale.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvSale.BackgroundImage")));
     this.lvSale.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colSNo,
     this.colRNo,
     this.colCustomer,
     this.colTotal,
     this.colPayment});
     this.lvSale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSale.GridLines = true;
     this.lvSale.Location = new System.Drawing.Point(0, 23);
     this.lvSale.Name = "lvSale";
     this.lvSale.Size = new System.Drawing.Size(277, 253);
     this.lvSale.TabIndex = 6;
     this.lvSale.UseCompatibleStateImageBehavior = false;
     this.lvSale.View = System.Windows.Forms.View.Details;
     //
     // colSNo
     //
     this.colSNo.Text = "No";
     this.colSNo.Width = 30;
     //
     // colRNo
     //
     this.colRNo.Text = "Receipt";
     this.colRNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colRNo.Width = 50;
     //
     // colCustomer
     //
     this.colCustomer.Text = "Customer";
     this.colCustomer.Width = 80;
     //
     // colTotal
     //
     this.colTotal.Text = "Total";
     this.colTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // colPayment
     //
     this.colPayment.Text = "Payment";
     this.colPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(277, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Today\'s Sale";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DarkGreen;
     this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
     this.label5.Location = new System.Drawing.Point(0, 276);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(277, 23);
     this.label5.TabIndex = 0;
     this.label5.Text = "Total Sale : 0.00";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvPurchase
     //
     this.lvPurchase.BackColor = System.Drawing.Color.Bisque;
     this.lvPurchase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvPurchase.BackgroundImage")));
     this.lvPurchase.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.lvPurchase.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurchase.GridLines = true;
     this.lvPurchase.Location = new System.Drawing.Point(0, 23);
     this.lvPurchase.Name = "lvPurchase";
     this.lvPurchase.Size = new System.Drawing.Size(310, 253);
     this.lvPurchase.TabIndex = 7;
     this.lvPurchase.UseCompatibleStateImageBehavior = false;
     this.lvPurchase.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "No";
     this.columnHeader1.Width = 30;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Invoice";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Supplier";
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Total";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Payment";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.DarkRed;
     this.label6.Dock = System.Windows.Forms.DockStyle.Top;
     this.label6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Info;
     this.label6.Image = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(310, 23);
     this.label6.TabIndex = 1;
     this.label6.Text = "Today\'s Purchase";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Aqua;
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkRed;
     this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location = new System.Drawing.Point(0, 276);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(310, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Total Purchase : 0.00 ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelClock
     //
     this.panelClock.BackColor = System.Drawing.Color.Transparent;
     this.panelClock.Controls.Add(this.lvStockSummary);
     this.panelClock.Controls.Add(this.btnRefresh);
     this.panelClock.Controls.Add(this.label1);
     this.panelClock.Controls.Add(this.panel1);
     this.panelClock.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelClock.Location = new System.Drawing.Point(591, 0);
     this.panelClock.Name = "panelClock";
     this.panelClock.Size = new System.Drawing.Size(229, 512);
     this.panelClock.TabIndex = 0;
     //
     // lvStockSummary
     //
     this.lvStockSummary.BackColor = System.Drawing.Color.Bisque;
     this.lvStockSummary.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvStockSummary.BackgroundImage")));
     this.lvStockSummary.BackgroundImageTiled = true;
     this.lvStockSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colItem,
     this.colStock,
     this.colOnOrder,
     this.colLimit});
     this.lvStockSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvStockSummary.GridLines = true;
     this.lvStockSummary.Location = new System.Drawing.Point(0, 242);
     this.lvStockSummary.Name = "lvStockSummary";
     this.lvStockSummary.Size = new System.Drawing.Size(229, 247);
     this.lvStockSummary.TabIndex = 3;
     this.lvStockSummary.UseCompatibleStateImageBehavior = false;
     this.lvStockSummary.View = System.Windows.Forms.View.Details;
     //
     // colItem
     //
     this.colItem.Text = "Item";
     this.colItem.Width = 70;
     //
     // colStock
     //
     this.colStock.Text = "Stock";
     this.colStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colStock.Width = 50;
     //
     // colOnOrder
     //
     this.colOnOrder.Text = "Order";
     this.colOnOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colOnOrder.Width = 50;
     //
     // colLimit
     //
     this.colLimit.Text = "Limit";
     this.colLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colLimit.Width = 50;
     //
     // btnRefresh
     //
     this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.ForeColor = System.Drawing.Color.Blue;
     this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(0, 489);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(229, 23);
     this.btnRefresh.TabIndex = 2;
     this.btnRefresh.Text = "Refresh";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.Location = new System.Drawing.Point(0, 222);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(229, 20);
     this.label1.TabIndex = 1;
     this.label1.Text = "Short Stock Items ";
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.lblWatch);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(229, 222);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.monthCalendar1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 59);
     this.panel3.Margin = new System.Windows.Forms.Padding(2);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(229, 163);
     this.panel3.TabIndex = 7;
     //
     // monthCalendar1
     //
     this.monthCalendar1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.monthCalendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.monthCalendar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar1.Location = new System.Drawing.Point(0, 0);
     this.monthCalendar1.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 8;
     this.monthCalendar1.TitleBackColor = System.Drawing.Color.LightSkyBlue;
     //
     // lblWatch
     //
     this.lblWatch.BackColor = System.Drawing.Color.Transparent;
     this.lblWatch.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblWatch.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWatch.ForeColor = System.Drawing.Color.OldLace;
     this.lblWatch.Location = new System.Drawing.Point(0, 0);
     this.lblWatch.Name = "lblWatch";
     this.lblWatch.Size = new System.Drawing.Size(229, 59);
     this.lblWatch.TabIndex = 6;
     this.lblWatch.Text = "00:00:00";
     this.lblWatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // topPanel
     //
     this.topPanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topPanel.BackgroundImage")));
     this.topPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.topPanel.Controls.Add(this.lblShopName);
     this.topPanel.Controls.Add(this.logoPanel);
     this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name = "topPanel";
     this.topPanel.Size = new System.Drawing.Size(820, 70);
     this.topPanel.TabIndex = 0;
     //
     // lblShopName
     //
     this.lblShopName.BackColor = System.Drawing.Color.Transparent;
     this.lblShopName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblShopName.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShopName.ForeColor = System.Drawing.Color.Lime;
     this.lblShopName.Location = new System.Drawing.Point(0, 0);
     this.lblShopName.Name = "lblShopName";
     this.lblShopName.Size = new System.Drawing.Size(591, 70);
     this.lblShopName.TabIndex = 1;
     this.lblShopName.Text = "Shop Name";
     this.lblShopName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // logoPanel
     //
     this.logoPanel.BackColor = System.Drawing.Color.Transparent;
     this.logoPanel.Controls.Add(this.label3);
     this.logoPanel.Controls.Add(this.lblPointofSale);
     this.logoPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.logoPanel.Location = new System.Drawing.Point(591, 0);
     this.logoPanel.Name = "logoPanel";
     this.logoPanel.Size = new System.Drawing.Size(229, 70);
     this.logoPanel.TabIndex = 0;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Lavender;
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(229, 35);
     this.label3.TabIndex = 1;
     this.label3.Text = "iMutex";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPointofSale
     //
     this.lblPointofSale.BackColor = System.Drawing.Color.Transparent;
     this.lblPointofSale.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblPointofSale.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPointofSale.ForeColor = System.Drawing.Color.Lime;
     this.lblPointofSale.Location = new System.Drawing.Point(0, 35);
     this.lblPointofSale.Name = "lblPointofSale";
     this.lblPointofSale.Size = new System.Drawing.Size(229, 35);
     this.lblPointofSale.TabIndex = 0;
     this.lblPointofSale.Text = "Point Of Sale";
     this.lblPointofSale.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // WelcomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1007, 685);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip_Reports);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1023, 729);
     this.MinimumSize = new System.Drawing.Size(1023, 704);
     this.Name = "WelcomeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome To iMutex POS";
     this.Load += new System.EventHandler(this.WelcomeForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeForm_KeyDown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip_Reports.ResumeLayout(false);
     this.toolStrip_Reports.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.middlePanel.ResumeLayout(false);
     this.panelToday.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelClock.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.logoPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #39
0
        private void AddInGUI(IVisualPascalABCPlugin Plugin)
        {
            if (ToolStripMenuItem == null)
            {
                return;
            }
            List <IPluginGUIItem> MenuItems = new List <IPluginGUIItem>(), ToolBarItems = new List <IPluginGUIItem>();

            Plugin.GetGUI(MenuItems, ToolBarItems);
            if (MenuItems.Count > 1 && (ToolStripMenuItem.DropDownItems.Count > 0 && (ToolStripMenuItem.DropDownItems[ToolStripMenuItem.DropDownItems.Count - 1].Tag is IPluginGUIItem)))
            {
                ToolStripMenuItem.DropDownItems.Add(new System.Windows.Forms.ToolStripSeparator());
                AddMenuSeparator = false;
            }
            if (MenuItems.Count > 0)
            {
                if (AddMenuSeparator)
                {
                    AddMenuSeparator = false;
                    ToolStripMenuItem.DropDownItems.Add(new System.Windows.Forms.ToolStripSeparator());
                }
                foreach (IPluginGUIItem Item in MenuItems)
                {
                    System.Windows.Forms.ToolStripMenuItem menuItem = new System.Windows.Forms.ToolStripMenuItem();
                    menuItem.Image = Item.Image;
                    menuItem.ImageTransparentColor = Item.ImageTransparentColor;
                    menuItem.Text         = Item.Text;
                    menuItem.ToolTipText  = Item.Hint;
                    menuItem.Tag          = Item;
                    menuItem.ShortcutKeys = Item.ShortcutKeys;
                    if (Item.ShortcutKeyDisplayString != null)
                    {
                        menuItem.ShortcutKeyDisplayString = Item.ShortcutKeyDisplayString;
                    }
                    menuItem.Click += new EventHandler(item_Click);
                    ToolStripMenuItem.DropDownItems.Add(menuItem);
                    PascalABCCompiler.StringResources.SetTextForObject(menuItem, "");
                }
            }
            if (MenuItems.Count > 1)
            {
                AddMenuSeparator = true;
            }
            if (ToolStrip.Items.Count > 0 && !(ToolStrip.Items[ToolStrip.Items.Count - 1] is System.Windows.Forms.ToolStripSeparator) && ToolBarItems.Count > 1 && ((ToolStrip.Items[ToolStrip.Items.Count - 1].Tag is IPluginGUIItem)))
            {
                ToolStrip.Items.Add(new System.Windows.Forms.ToolStripSeparator());
                AddToolBarSeparator = false;
            }
            if (ToolBarItems.Count > 0)
            {
                if (AddToolBarSeparator)
                {
                    AddToolBarSeparator = false;
                    ToolStrip.Items.Add(new System.Windows.Forms.ToolStripSeparator());
                }
                foreach (IPluginGUIItem Item in ToolBarItems)
                {
                    System.Windows.Forms.ToolStripButton button = null;
                    button       = new System.Windows.Forms.ToolStripButton();
                    button.Image = Item.Image;
                    button.ImageTransparentColor = Item.ImageTransparentColor;
                    //button.Text = Item.Text;
                    button.ToolTipText = Item.Hint;
                    button.Click      += new EventHandler(button_Click);
                    button.Tag         = Item;
                    ToolStrip.Items.Add(button);
                    PascalABCCompiler.StringResources.SetTextForObject(button, "");
                }
            }
            if (ToolBarItems.Count > 1)
            {
                AddToolBarSeparator = true;
            }
            //ToolStrip.Refresh();
            if (ToolStripMenuItem.Visible == false)
            {
                ToolStripMenuItem.Visible = true;
            }
        }
コード例 #40
0
 /// <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_tsbSettings;
     System.Windows.Forms.ToolStripButton    m_tsbHelp;
     System.Windows.Forms.Label      m_lblName;
     System.Windows.Forms.Label      m_lblPrivilege;
     System.Windows.Forms.Label      m_lbMsg;
     System.Windows.Forms.GroupBox   m_grpSep;
     System.Windows.Forms.PictureBox m_pbLogo;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProfileForm));
     this.m_tsbSave       = new System.Windows.Forms.ToolStripButton();
     this.m_tsbReload     = new System.Windows.Forms.ToolStripButton();
     this.m_tbProfileName = new System.Windows.Forms.TextBox();
     this.m_cbPrivilege   = new System.Windows.Forms.ComboBox();
     m_toolStrip          = new System.Windows.Forms.ToolStrip();
     toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     m_tsbSettings        = new System.Windows.Forms.ToolStripButton();
     m_tsbHelp            = new System.Windows.Forms.ToolStripButton();
     m_lblName            = new System.Windows.Forms.Label();
     m_lblPrivilege       = new System.Windows.Forms.Label();
     m_lbMsg  = new System.Windows.Forms.Label();
     m_grpSep = new System.Windows.Forms.GroupBox();
     m_pbLogo = new System.Windows.Forms.PictureBox();
     m_toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pbLogo)).BeginInit();
     this.SuspendLayout();
     //
     // m_toolStrip
     //
     m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_tsbSave,
         toolStripSeparator1,
         this.m_tsbReload,
         toolStripSeparator2,
         m_tsbSettings,
         m_tsbHelp
     });
     m_toolStrip.Location = new System.Drawing.Point(0, 0);
     m_toolStrip.Name     = "m_toolStrip";
     m_toolStrip.Size     = new System.Drawing.Size(399, 25);
     m_toolStrip.TabIndex = 0;
     //
     // m_tsbSave
     //
     this.m_tsbSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     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";
     this.m_tsbSave.Click += new System.EventHandler(this.Save_Click);
     //
     // 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.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_tsbSettings
     //
     m_tsbSettings.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbSettings.Image                 = global::DGD.HubGovernor.Properties.Resources.option_16;
     m_tsbSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbSettings.Name   = "m_tsbSettings";
     m_tsbSettings.Size   = new System.Drawing.Size(23, 22);
     m_tsbSettings.Text   = "Paramètres";
     m_tsbSettings.Click += new System.EventHandler(this.Settings_Click);
     //
     // 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(96, 44);
     m_lblName.Name     = "m_lblName";
     m_lblName.Size     = new System.Drawing.Size(82, 13);
     m_lblName.TabIndex = 2;
     m_lblName.Text     = "Nom du profile:*";
     //
     // m_lblPrivilege
     //
     m_lblPrivilege.AutoSize = true;
     m_lblPrivilege.Location = new System.Drawing.Point(96, 80);
     m_lblPrivilege.Name     = "m_lblPrivilege";
     m_lblPrivilege.Size     = new System.Drawing.Size(54, 13);
     m_lblPrivilege.TabIndex = 4;
     m_lblPrivilege.Text     = "Privilège:*";
     //
     // 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(19, 143);
     m_lbMsg.Name     = "m_lbMsg";
     m_lbMsg.Size     = new System.Drawing.Size(300, 13);
     m_lbMsg.TabIndex = 11;
     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(18, 134);
     m_grpSep.Name     = "m_grpSep";
     m_grpSep.Size     = new System.Drawing.Size(367, 2);
     m_grpSep.TabIndex = 10;
     m_grpSep.TabStop  = false;
     //
     // m_pbLogo
     //
     m_pbLogo.Image    = global::DGD.HubGovernor.Properties.Resources.profile_64;
     m_pbLogo.Location = new System.Drawing.Point(12, 44);
     m_pbLogo.Name     = "m_pbLogo";
     m_pbLogo.Size     = new System.Drawing.Size(64, 64);
     m_pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     m_pbLogo.TabIndex = 1;
     m_pbLogo.TabStop  = false;
     //
     // m_tbProfileName
     //
     this.m_tbProfileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_tbProfileName.Location     = new System.Drawing.Point(185, 40);
     this.m_tbProfileName.Name         = "m_tbProfileName";
     this.m_tbProfileName.Size         = new System.Drawing.Size(192, 20);
     this.m_tbProfileName.TabIndex     = 3;
     this.m_tbProfileName.TextChanged += new System.EventHandler(this.ProfileName_TextChanged);
     //
     // m_cbPrivilege
     //
     this.m_cbPrivilege.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cbPrivilege.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbPrivilege.FormattingEnabled = true;
     this.m_cbPrivilege.Location          = new System.Drawing.Point(185, 76);
     this.m_cbPrivilege.Name     = "m_cbPrivilege";
     this.m_cbPrivilege.Size     = new System.Drawing.Size(192, 21);
     this.m_cbPrivilege.Sorted   = true;
     this.m_cbPrivilege.TabIndex = 5;
     //
     // ProfileForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(399, 168);
     this.Controls.Add(m_lbMsg);
     this.Controls.Add(m_grpSep);
     this.Controls.Add(this.m_cbPrivilege);
     this.Controls.Add(m_lblPrivilege);
     this.Controls.Add(this.m_tbProfileName);
     this.Controls.Add(m_lblName);
     this.Controls.Add(m_pbLogo);
     this.Controls.Add(m_toolStrip);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimumSize = new System.Drawing.Size(345, 187);
     this.Name        = "ProfileForm";
     this.Text        = "Profile";
     m_toolStrip.ResumeLayout(false);
     m_toolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(m_pbLogo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.toolStripPrincipal = new System.Windows.Forms.ToolStrip();
     this.btnNuevo = new System.Windows.Forms.ToolStripButton();
     this.btnGuardar = new System.Windows.Forms.ToolStripButton();
     this.btnEditar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCancelar = new System.Windows.Forms.ToolStripButton();
     this.btnImprimir = new System.Windows.Forms.ToolStripButton();
     this.btnBuscar = new System.Windows.Forms.ToolStripButton();
     this.btnEliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnSalir = new System.Windows.Forms.ToolStripButton();
     this.tbControlPrincipal = new System.Windows.Forms.TabControl();
     this.tbpMaestro = new System.Windows.Forms.TabPage();
     this.toolStripPrincipal.SuspendLayout();
     this.tbControlPrincipal.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripPrincipal
     //
     this.toolStripPrincipal.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripPrincipal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnNuevo,
     this.btnGuardar,
     this.btnEditar,
     this.toolStripSeparator2,
     this.btnCancelar,
     this.btnImprimir,
     this.btnBuscar,
     this.btnEliminar,
     this.toolStripSeparator1,
     this.btnSalir});
     this.toolStripPrincipal.Location = new System.Drawing.Point(0, 0);
     this.toolStripPrincipal.Name = "toolStripPrincipal";
     this.toolStripPrincipal.Size = new System.Drawing.Size(875, 25);
     this.toolStripPrincipal.TabIndex = 1;
     this.toolStripPrincipal.Text = "Barra De Botones";
     //
     // btnNuevo
     //
     this.btnNuevo.Image = global::aPresentacion.Properties.Resources.add;
     this.btnNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(62, 22);
     this.btnNuevo.Text = "Nuevo";
     this.btnNuevo.ToolTipText = "Nuevo Registro";
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // btnGuardar
     //
     this.btnGuardar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnGuardar.Name = "btnGuardar";
     this.btnGuardar.Size = new System.Drawing.Size(53, 22);
     this.btnGuardar.Text = "Guardar";
     this.btnGuardar.ToolTipText = "Guardar Registro";
     //
     // btnEditar
     //
     this.btnEditar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEditar.Name = "btnEditar";
     this.btnEditar.Size = new System.Drawing.Size(44, 22);
     this.btnEditar.Text = "Editar ";
     this.btnEditar.ToolTipText = "Editar Registro";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnCancelar
     //
     this.btnCancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(57, 22);
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.ToolTipText = "Cancelar Registro";
     //
     // btnImprimir
     //
     this.btnImprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnImprimir.Name = "btnImprimir";
     this.btnImprimir.Size = new System.Drawing.Size(57, 22);
     this.btnImprimir.Text = "Imprimir";
     //
     // btnBuscar
     //
     this.btnBuscar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(46, 22);
     this.btnBuscar.Text = "Buscar";
     this.btnBuscar.ToolTipText = "Buscar Registro";
     //
     // btnEliminar
     //
     this.btnEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEliminar.Name = "btnEliminar";
     this.btnEliminar.Size = new System.Drawing.Size(54, 22);
     this.btnEliminar.Text = "Eliminar";
     this.btnEliminar.ToolTipText = "Eliminar Registro";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnSalir
     //
     this.btnSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(33, 22);
     this.btnSalir.Text = "Salir";
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // tbControlPrincipal
     //
     this.tbControlPrincipal.Controls.Add(this.tbpMaestro);
     this.tbControlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbControlPrincipal.Location = new System.Drawing.Point(0, 25);
     this.tbControlPrincipal.Name = "tbControlPrincipal";
     this.tbControlPrincipal.SelectedIndex = 0;
     this.tbControlPrincipal.Size = new System.Drawing.Size(875, 416);
     this.tbControlPrincipal.TabIndex = 2;
     //
     // tbpMaestro
     //
     this.tbpMaestro.Location = new System.Drawing.Point(4, 22);
     this.tbpMaestro.Name = "tbpMaestro";
     this.tbpMaestro.Padding = new System.Windows.Forms.Padding(3);
     this.tbpMaestro.Size = new System.Drawing.Size(867, 390);
     this.tbpMaestro.TabIndex = 0;
     this.tbpMaestro.Text = "tbpMaestro";
     this.tbpMaestro.UseVisualStyleBackColor = true;
     //
     // FrmPlantilla
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(875, 441);
     this.Controls.Add(this.tbControlPrincipal);
     this.Controls.Add(this.toolStripPrincipal);
     this.Name = "FrmPlantilla";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Plantilla";
     this.Load += new System.EventHandler(this.FrmPlantilla_Load);
     this.toolStripPrincipal.ResumeLayout(false);
     this.toolStripPrincipal.PerformLayout();
     this.tbControlPrincipal.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #42
0
 /// <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                 _ToolStrip;
     System.Windows.Forms.ToolStripButton           _SaveButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BnkViewer));
     System.Windows.Forms.ToolStripSeparator        _ToolStripSeparator1;
     System.Windows.Forms.ToolStripButton           _LoadFromFileButton;
     this._SaveToFileButton           = new System.Windows.Forms.ToolStripButton();
     this._SaveFileDialog             = new System.Windows.Forms.SaveFileDialog();
     this._OpenFileDialog             = new System.Windows.Forms.OpenFileDialog();
     this._ContextMenu                = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.playToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.replaceWemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     this.extractAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.convertAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._Container      = new System.Windows.Forms.SplitContainer();
     this._EntryListView  = new System.Windows.Forms.ListView();
     this.columnNum       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnFile      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnSize      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.textLog         = new System.Windows.Forms.TextBox();
     this._OpenFileWem    = 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();
     _ToolStrip.SuspendLayout();
     this._ContextMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._Container)).BeginInit();
     this._Container.Panel1.SuspendLayout();
     this._Container.Panel2.SuspendLayout();
     this._Container.SuspendLayout();
     this.SuspendLayout();
     //
     // _ToolStrip
     //
     _ToolStrip.BackColor = System.Drawing.Color.Transparent;
     _ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _SaveButton,
         _ToolStripSeparator1,
         _LoadFromFileButton,
         this._SaveToFileButton
     });
     _ToolStrip.Location = new System.Drawing.Point(0, 0);
     _ToolStrip.Name     = "_ToolStrip";
     _ToolStrip.Size     = new System.Drawing.Size(600, 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);
     //
     // _SaveFileDialog
     //
     this._SaveFileDialog.DefaultExt = "bnk";
     this._SaveFileDialog.Filter     = "Wwise SoundBank (*.bnk)|*.bnk|All Files (*.*)|*.*";
     //
     // _OpenFileDialog
     //
     this._OpenFileDialog.DefaultExt = "bnk";
     this._OpenFileDialog.Filter     = "Wwise SoundBank (*.bnk)|*.bnk|All Files (*.*)|*.*";
     //
     // _ContextMenu
     //
     this._ContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.playToolStripMenuItem,
         this.toolStripSeparator1,
         this.replaceWemToolStripMenuItem,
         this.toolStripSeparator2,
         this.extractAllToolStripMenuItem,
         this.convertAllToolStripMenuItem
     });
     this._ContextMenu.Name     = "_ContextMenu";
     this._ContextMenu.Size     = new System.Drawing.Size(159, 104);
     this._ContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.OnOpenContextMenu);
     //
     // playToolStripMenuItem
     //
     this.playToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("playToolStripMenuItem.Image")));
     this.playToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.playToolStripMenuItem.Name   = "playToolStripMenuItem";
     this.playToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.playToolStripMenuItem.Text   = "Play";
     this.playToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuPlay);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(155, 6);
     //
     // replaceWemToolStripMenuItem
     //
     this.replaceWemToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("replaceWemToolStripMenuItem.Image")));
     this.replaceWemToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.replaceWemToolStripMenuItem.Name         = "replaceWemToolStripMenuItem";
     this.replaceWemToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
     this.replaceWemToolStripMenuItem.Size         = new System.Drawing.Size(158, 22);
     this.replaceWemToolStripMenuItem.Text         = "Replace";
     this.replaceWemToolStripMenuItem.Click       += new System.EventHandler(this.OnContextMenuReplaceWem);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(155, 6);
     //
     // extractAllToolStripMenuItem
     //
     this.extractAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("extractAllToolStripMenuItem.Image")));
     this.extractAllToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.extractAllToolStripMenuItem.Name   = "extractAllToolStripMenuItem";
     this.extractAllToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.extractAllToolStripMenuItem.Text   = "Extract All";
     this.extractAllToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuExtractAll);
     //
     // convertAllToolStripMenuItem
     //
     this.convertAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("convertAllToolStripMenuItem.Image")));
     this.convertAllToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.White;
     this.convertAllToolStripMenuItem.Name   = "convertAllToolStripMenuItem";
     this.convertAllToolStripMenuItem.Size   = new System.Drawing.Size(158, 22);
     this.convertAllToolStripMenuItem.Text   = "Convert All";
     this.convertAllToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuConvertAll);
     //
     // _Container
     //
     this._Container.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this._Container.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._Container.Location    = new System.Drawing.Point(0, 25);
     this._Container.Name        = "_Container";
     //
     // _Container.Panel1
     //
     this._Container.Panel1.Controls.Add(this._EntryListView);
     //
     // _Container.Panel2
     //
     this._Container.Panel2.Controls.Add(this.textLog);
     this._Container.Size             = new System.Drawing.Size(600, 300);
     this._Container.SplitterDistance = 217;
     this._Container.TabIndex         = 8;
     //
     // _EntryListView
     //
     this._EntryListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._EntryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnNum,
         this.columnFile,
         this.columnSize
     });
     this._EntryListView.ContextMenuStrip = this._ContextMenu;
     this._EntryListView.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._EntryListView.FullRowSelect    = true;
     this._EntryListView.GridLines        = true;
     this._EntryListView.HideSelection    = false;
     this._EntryListView.Location         = new System.Drawing.Point(0, 0);
     this._EntryListView.MultiSelect      = false;
     this._EntryListView.Name             = "_EntryListView";
     this._EntryListView.Size             = new System.Drawing.Size(215, 298);
     this._EntryListView.TabIndex         = 8;
     this._EntryListView.UseCompatibleStateImageBehavior = false;
     this._EntryListView.View            = System.Windows.Forms.View.Details;
     this._EntryListView.DoubleClick    += new System.EventHandler(this.OnEntryListView_DoubleClick);
     this._EntryListView.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.OnEntryListView_KeyDown);
     this._EntryListView.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.OnEntryListView_PreviewKeyDown);
     //
     // columnNum
     //
     this.columnNum.Text  = "№";
     this.columnNum.Width = 39;
     //
     // columnFile
     //
     this.columnFile.Text  = "File";
     this.columnFile.Width = 90;
     //
     // columnSize
     //
     this.columnSize.Text  = "Size";
     this.columnSize.Width = 79;
     //
     // textLog
     //
     this.textLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textLog.BackColor  = System.Drawing.SystemColors.Control;
     this.textLog.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textLog.Location   = new System.Drawing.Point(3, 201);
     this.textLog.Multiline  = true;
     this.textLog.Name       = "textLog";
     this.textLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textLog.Size       = new System.Drawing.Size(372, 95);
     this.textLog.TabIndex   = 0;
     this.textLog.WordWrap   = false;
     //
     // _OpenFileWem
     //
     this._OpenFileWem.DefaultExt = "wem";
     this._OpenFileWem.Filter     = "Wwise Encoded Media (*.wem)|*.wem|All Files (*.*)|*.*";
     //
     // BnkViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(600, 325);
     this.Controls.Add(this._Container);
     this.Controls.Add(_ToolStrip);
     this.Name          = "BnkViewer";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Text          = "BnkEditor";
     _ToolStrip.ResumeLayout(false);
     _ToolStrip.PerformLayout();
     this._ContextMenu.ResumeLayout(false);
     this._Container.Panel1.ResumeLayout(false);
     this._Container.Panel2.ResumeLayout(false);
     this._Container.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._Container)).EndInit();
     this._Container.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #43
0
 /// <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 productCodeLabel;
     System.Windows.Forms.Label nameLabel;
     System.Windows.Forms.Label versionLabel;
     System.Windows.Forms.Label releaseDateLabel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductIncidents));
     this.productsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
     this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.techSupportDataSet2C = new SportsPro.TechSupportDataSet2C();
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.productCodeTextBox = new System.Windows.Forms.TextBox();
     this.nameTextBox = new System.Windows.Forms.TextBox();
     this.versionTextBox = new System.Windows.Forms.TextBox();
     this.releaseDateTextBox = new System.Windows.Forms.TextBox();
     this.incidentsDataGridView = new System.Windows.Forms.DataGridView();
     this.incidentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.productsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.ProductsTableAdapter();
     this.tableAdapterManager = new SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager();
     this.incidentsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.IncidentsTableAdapter();
     this.CustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateOpened = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateClosed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TechnicianName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DisplayCustomerInfo = new System.Windows.Forms.DataGridViewButtonColumn();
     productCodeLabel = new System.Windows.Forms.Label();
     nameLabel = new System.Windows.Forms.Label();
     versionLabel = new System.Windows.Forms.Label();
     releaseDateLabel1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).BeginInit();
     this.productsBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // productCodeLabel
     //
     productCodeLabel.AutoSize = true;
     productCodeLabel.Location = new System.Drawing.Point(9, 35);
     productCodeLabel.Name = "productCodeLabel";
     productCodeLabel.Size = new System.Drawing.Size(75, 13);
     productCodeLabel.TabIndex = 1;
     productCodeLabel.Text = "Product Code:";
     //
     // nameLabel
     //
     nameLabel.AutoSize = true;
     nameLabel.Location = new System.Drawing.Point(9, 61);
     nameLabel.Name = "nameLabel";
     nameLabel.Size = new System.Drawing.Size(38, 13);
     nameLabel.TabIndex = 3;
     nameLabel.Text = "Name:";
     //
     // versionLabel
     //
     versionLabel.AutoSize = true;
     versionLabel.Location = new System.Drawing.Point(9, 87);
     versionLabel.Name = "versionLabel";
     versionLabel.Size = new System.Drawing.Size(45, 13);
     versionLabel.TabIndex = 5;
     versionLabel.Text = "Version:";
     //
     // releaseDateLabel1
     //
     releaseDateLabel1.AutoSize = true;
     releaseDateLabel1.Location = new System.Drawing.Point(9, 113);
     releaseDateLabel1.Name = "releaseDateLabel1";
     releaseDateLabel1.Size = new System.Drawing.Size(75, 13);
     releaseDateLabel1.TabIndex = 9;
     releaseDateLabel1.Text = "Release Date:";
     //
     // productsBindingNavigator
     //
     this.productsBindingNavigator.AddNewItem = null;
     this.productsBindingNavigator.BindingSource = this.productsBindingSource;
     this.productsBindingNavigator.CountItem = this.bindingNavigatorCountItem;
     this.productsBindingNavigator.DeleteItem = null;
     this.productsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2});
     this.productsBindingNavigator.Location = new System.Drawing.Point(0, 0);
     this.productsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.productsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.productsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.productsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.productsBindingNavigator.Name = "productsBindingNavigator";
     this.productsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
     this.productsBindingNavigator.Size = new System.Drawing.Size(592, 25);
     this.productsBindingNavigator.TabIndex = 0;
     this.productsBindingNavigator.Text = "bindingNavigator1";
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products";
     this.productsBindingSource.DataSource = this.techSupportDataSet2C;
     //
     // techSupportDataSet2C
     //
     this.techSupportDataSet2C.DataSetName = "TechSupportDataSet2C";
     this.techSupportDataSet2C.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
     this.bindingNavigatorCountItem.Text = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // productCodeTextBox
     //
     this.productCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ProductCode", true));
     this.productCodeTextBox.Location = new System.Drawing.Point(90, 32);
     this.productCodeTextBox.Name = "productCodeTextBox";
     this.productCodeTextBox.ReadOnly = true;
     this.productCodeTextBox.Size = new System.Drawing.Size(100, 20);
     this.productCodeTextBox.TabIndex = 2;
     //
     // nameTextBox
     //
     this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Name", true));
     this.nameTextBox.Location = new System.Drawing.Point(90, 58);
     this.nameTextBox.Name = "nameTextBox";
     this.nameTextBox.ReadOnly = true;
     this.nameTextBox.Size = new System.Drawing.Size(200, 20);
     this.nameTextBox.TabIndex = 4;
     //
     // versionTextBox
     //
     this.versionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Version", true));
     this.versionTextBox.Location = new System.Drawing.Point(90, 84);
     this.versionTextBox.Name = "versionTextBox";
     this.versionTextBox.ReadOnly = true;
     this.versionTextBox.Size = new System.Drawing.Size(100, 20);
     this.versionTextBox.TabIndex = 6;
     //
     // releaseDateTextBox
     //
     this.releaseDateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ReleaseDate", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "d"));
     this.releaseDateTextBox.Location = new System.Drawing.Point(90, 110);
     this.releaseDateTextBox.Name = "releaseDateTextBox";
     this.releaseDateTextBox.ReadOnly = true;
     this.releaseDateTextBox.Size = new System.Drawing.Size(100, 20);
     this.releaseDateTextBox.TabIndex = 10;
     //
     // incidentsDataGridView
     //
     this.incidentsDataGridView.AllowUserToAddRows = false;
     this.incidentsDataGridView.AllowUserToDeleteRows = false;
     this.incidentsDataGridView.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.incidentsDataGridView.AutoGenerateColumns = false;
     this.incidentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.incidentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.CustomerID,
     this.DateOpened,
     this.DateClosed,
     this.Title,
     this.TechnicianName,
     this.CustomerName,
     this.DisplayCustomerInfo});
     this.incidentsDataGridView.DataSource = this.incidentsBindingSource;
     this.incidentsDataGridView.Location = new System.Drawing.Point(12, 144);
     this.incidentsDataGridView.Name = "incidentsDataGridView";
     this.incidentsDataGridView.ReadOnly = true;
     this.incidentsDataGridView.Size = new System.Drawing.Size(568, 137);
     this.incidentsDataGridView.TabIndex = 10;
     this.incidentsDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.incidentsDataGridView_CellContentClick);
     //
     // incidentsBindingSource
     //
     this.incidentsBindingSource.DataMember = "FK_Incidents_Products";
     this.incidentsBindingSource.DataSource = this.productsBindingSource;
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.ProductsTableAdapter = this.productsTableAdapter;
     this.tableAdapterManager.UpdateOrder = SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // incidentsTableAdapter
     //
     this.incidentsTableAdapter.ClearBeforeFill = true;
     //
     // CustomerID
     //
     this.CustomerID.DataPropertyName = "CustomerID";
     this.CustomerID.HeaderText = "CustomerID";
     this.CustomerID.Name = "CustomerID";
     this.CustomerID.ReadOnly = true;
     this.CustomerID.Visible = false;
     //
     // DateOpened
     //
     this.DateOpened.DataPropertyName = "DateOpened";
     this.DateOpened.HeaderText = "Date Opened";
     this.DateOpened.Name = "DateOpened";
     this.DateOpened.ReadOnly = true;
     //
     // DateClosed
     //
     this.DateClosed.DataPropertyName = "DateClosed";
     this.DateClosed.HeaderText = "Date Closed";
     this.DateClosed.Name = "DateClosed";
     this.DateClosed.ReadOnly = true;
     //
     // Title
     //
     this.Title.DataPropertyName = "Title";
     this.Title.HeaderText = "Title";
     this.Title.Name = "Title";
     this.Title.ReadOnly = true;
     //
     // TechnicianName
     //
     this.TechnicianName.DataPropertyName = "TechnicianName";
     this.TechnicianName.HeaderText = "Technician Name";
     this.TechnicianName.Name = "TechnicianName";
     this.TechnicianName.ReadOnly = true;
     this.TechnicianName.Width = 120;
     //
     // CustomerName
     //
     this.CustomerName.DataPropertyName = "CustomerName";
     this.CustomerName.HeaderText = "Customer Name";
     this.CustomerName.Name = "CustomerName";
     this.CustomerName.ReadOnly = true;
     this.CustomerName.Width = 120;
     //
     // DisplayCustomerInfo
     //
     this.DisplayCustomerInfo.HeaderText = "";
     this.DisplayCustomerInfo.Name = "DisplayCustomerInfo";
     this.DisplayCustomerInfo.ReadOnly = true;
     this.DisplayCustomerInfo.Text = "Display Customer Info";
     this.DisplayCustomerInfo.UseColumnTextForButtonValue = true;
     this.DisplayCustomerInfo.Width = 120;
     //
     // frmProductIncidents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(592, 293);
     this.Controls.Add(this.incidentsDataGridView);
     this.Controls.Add(releaseDateLabel1);
     this.Controls.Add(this.releaseDateTextBox);
     this.Controls.Add(productCodeLabel);
     this.Controls.Add(this.productCodeTextBox);
     this.Controls.Add(nameLabel);
     this.Controls.Add(this.nameTextBox);
     this.Controls.Add(versionLabel);
     this.Controls.Add(this.versionTextBox);
     this.Controls.Add(this.productsBindingNavigator);
     this.Name = "frmProductIncidents";
     this.Text = "Incidents by Product";
     this.Load += new System.EventHandler(this.frmProductIncidents_Load);
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).EndInit();
     this.productsBindingNavigator.ResumeLayout(false);
     this.productsBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #44
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUnits));
     this.panel1                          = new System.Windows.Forms.Panel();
     this.button1                         = new System.Windows.Forms.Button();
     this.buttonClose                     = new System.Windows.Forms.Button();
     this.panel2                          = new System.Windows.Forms.Panel();
     this.toolStrip1                      = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3                = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripComboBox1              = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripButton9                = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton10               = new System.Windows.Forms.ToolStripButton();
     this.panel3                          = new System.Windows.Forms.Panel();
     this.listView1                       = new System.Windows.Forms.ListView();
     this.columnHeader1                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3                   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4                   = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.создатьЗаписьToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.изменитьЗаписьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.удалитьЗаписьToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2              = new System.Windows.Forms.ToolStripSeparator();
     this.выбратьЗаписьToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1                      = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1                        = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.buttonClose);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 325);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(611, 45);
     this.panel1.TabIndex = 2;
     //
     // button1
     //
     this.button1.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(443, 10);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 23);
     this.button1.TabIndex   = 1;
     this.button1.Text       = "Выбрать";
     this.button1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click  += new System.EventHandler(this.Button1Click);
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(524, 10);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 0;
     this.buttonClose.Text     = "Закрыть";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.toolStrip1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(611, 25);
     this.panel2.TabIndex = 3;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripSeparator5,
         this.toolStripComboBox1,
         this.toolStripButton9,
         this.toolStripSeparator6,
         this.toolStripButton10
     });
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location    = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name        = "toolStrip1";
     this.toolStrip1.Size        = new System.Drawing.Size(611, 25);
     this.toolStrip1.TabIndex    = 18;
     this.toolStrip1.Text        = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton1.Text   = "Добавить";
     this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton2.Text   = "Изменить";
     this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 20);
     this.toolStripButton3.Text   = "Удалить";
     this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 23);
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBox1.Name      = "toolStripComboBox1";
     this.toolStripComboBox1.Size      = new System.Drawing.Size(200, 23);
     this.toolStripComboBox1.Text      = "Введите данные для поиска";
     this.toolStripComboBox1.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.ToolStripComboBox1KeyDown);
     //
     // toolStripButton9
     //
     this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
     this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton9.Name   = "toolStripButton9";
     this.toolStripButton9.Size   = new System.Drawing.Size(62, 20);
     this.toolStripButton9.Text   = "Поиск";
     this.toolStripButton9.Click += new System.EventHandler(this.ToolStripButton9Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 23);
     //
     // toolStripButton10
     //
     this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
     this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton10.Name   = "toolStripButton10";
     this.toolStripButton10.Size   = new System.Drawing.Size(81, 20);
     this.toolStripButton10.Text   = "Обновить";
     this.toolStripButton10.Click += new System.EventHandler(this.ToolStripButton10Click);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.listView1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 25);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(611, 300);
     this.panel3.TabIndex = 4;
     //
     // listView1
     //
     this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.listView1.ContextMenuStrip = this.contextMenuStrip1;
     this.listView1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.listView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect    = true;
     this.listView1.LargeImageList   = this.imageList1;
     this.listView1.Location         = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.Size             = new System.Drawing.Size(611, 300);
     this.listView1.SmallImageList   = this.imageList1;
     this.listView1.StateImageList   = this.imageList1;
     this.listView1.TabIndex         = 6;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "...";
     this.columnHeader1.Width = 40;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Наименование";
     this.columnHeader2.Width = 400;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "";
     this.columnHeader3.Width = 50;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "№";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.создатьЗаписьToolStripMenuItem,
         this.изменитьЗаписьToolStripMenuItem,
         this.удалитьЗаписьToolStripMenuItem,
         this.toolStripMenuItem2,
         this.выбратьЗаписьToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(172, 98);
     //
     // создатьЗаписьToolStripMenuItem
     //
     this.создатьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("создатьЗаписьToolStripMenuItem.Image")));
     this.создатьЗаписьToolStripMenuItem.Name   = "создатьЗаписьToolStripMenuItem";
     this.создатьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.создатьЗаписьToolStripMenuItem.Text   = "Создать запись.";
     this.создатьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.СоздатьЗаписьToolStripMenuItemClick);
     //
     // изменитьЗаписьToolStripMenuItem
     //
     this.изменитьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("изменитьЗаписьToolStripMenuItem.Image")));
     this.изменитьЗаписьToolStripMenuItem.Name   = "изменитьЗаписьToolStripMenuItem";
     this.изменитьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.изменитьЗаписьToolStripMenuItem.Text   = "Изменить запись.";
     this.изменитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.ИзменитьЗаписьToolStripMenuItemClick);
     //
     // удалитьЗаписьToolStripMenuItem
     //
     this.удалитьЗаписьToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("удалитьЗаписьToolStripMenuItem.Image")));
     this.удалитьЗаписьToolStripMenuItem.Name   = "удалитьЗаписьToolStripMenuItem";
     this.удалитьЗаписьToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.удалитьЗаписьToolStripMenuItem.Text   = "Удалить запись.";
     this.удалитьЗаписьToolStripMenuItem.Click += new System.EventHandler(this.УдалитьЗаписьToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name    = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size    = new System.Drawing.Size(168, 6);
     this.toolStripMenuItem2.Visible = false;
     //
     // выбратьЗаписьToolStripMenuItem
     //
     this.выбратьЗаписьToolStripMenuItem.Name    = "выбратьЗаписьToolStripMenuItem";
     this.выбратьЗаписьToolStripMenuItem.Size    = new System.Drawing.Size(171, 22);
     this.выбратьЗаписьToolStripMenuItem.Text    = "Выбрать запись.";
     this.выбратьЗаписьToolStripMenuItem.Visible = false;
     this.выбратьЗаписьToolStripMenuItem.Click  += new System.EventHandler(this.ВыбратьЗаписьToolStripMenuItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder.png");
     this.imageList1.Images.SetKeyName(1, "page.png");
     //
     // FormUnits
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(611, 370);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "FormUnits";
     this.Text        = "Единицы измерения";
     this.Activated  += new System.EventHandler(this.FormUnitsActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormUnitsFormClosed);
     this.Load       += new System.EventHandler(this.FormUnitsLoad);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #45
0
 /// <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(Filmes));
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label18 = new System.Windows.Forms.Label();
     this.Genero = new System.Windows.Forms.GroupBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tb_Quantidade = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.tb_titulo = new System.Windows.Forms.TextBox();
     this.tb_anoprod = new System.Windows.Forms.TextBox();
     this.tb_subtitulo = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.tb_duracao = new System.Windows.Forms.TextBox();
     this.tb_produtora = new System.Windows.Forms.TextBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.Voltar = new System.Windows.Forms.ToolStrip();
     this.Retornar = new System.Windows.Forms.ToolStripButton();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.rb_genero = new System.Windows.Forms.RadioButton();
     this.rb_nome = new System.Windows.Forms.RadioButton();
     this.Bt_Pesquisar = new System.Windows.Forms.Button();
     this.tb_VerPesquisa = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.tbCodAltEx = new System.Windows.Forms.TextBox();
     this.dgFilmes = new System.Windows.Forms.DataGridView();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.Genero.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.Voltar.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgFilmes)).BeginInit();
     this.SuspendLayout();
     //
     // 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.tabPage4);
     this.tabControl1.Location = new System.Drawing.Point(0, 2);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(634, 460);
     this.tabControl1.TabIndex = 5;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
     this.tabPage1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage1.BackgroundImage")));
     this.tabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tabPage1.Controls.Add(this.groupBox3);
     this.tabPage1.Controls.Add(this.toolStrip1);
     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(626, 434);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Cadastrar Filme";
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.label18);
     this.groupBox3.Controls.Add(this.Genero);
     this.groupBox3.Controls.Add(this.comboBox1);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.tb_Quantidade);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.button2);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.button1);
     this.groupBox3.Controls.Add(this.tb_titulo);
     this.groupBox3.Controls.Add(this.tb_anoprod);
     this.groupBox3.Controls.Add(this.tb_subtitulo);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.tb_duracao);
     this.groupBox3.Controls.Add(this.tb_produtora);
     this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.ForeColor = System.Drawing.SystemColors.Control;
     this.groupBox3.Location = new System.Drawing.Point(22, 6);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(583, 390);
     this.groupBox3.TabIndex = 19;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Cadastrar Novo Filme";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Verdana", 7F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.SystemColors.Control;
     this.label18.Location = new System.Drawing.Point(396, 19);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(150, 12);
     this.label18.TabIndex = 52;
     this.label18.Text = "( * ) Campos Obrigatórios";
     //
     // Genero
     //
     this.Genero.Controls.Add(this.label16);
     this.Genero.Controls.Add(this.label15);
     this.Genero.Controls.Add(this.label14);
     this.Genero.Controls.Add(this.label12);
     this.Genero.Controls.Add(this.label11);
     this.Genero.Controls.Add(this.label10);
     this.Genero.Controls.Add(this.label9);
     this.Genero.Controls.Add(this.label8);
     this.Genero.Controls.Add(this.label17);
     this.Genero.Enabled = false;
     this.Genero.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.Genero.ForeColor = System.Drawing.SystemColors.Control;
     this.Genero.Location = new System.Drawing.Point(41, 322);
     this.Genero.Name = "Genero";
     this.Genero.Size = new System.Drawing.Size(490, 61);
     this.Genero.TabIndex = 38;
     this.Genero.TabStop = false;
     this.Genero.Text = "Genero";
     //
     // label16
     //
     this.label16.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.label16.AutoSize = true;
     this.label16.Enabled = false;
     this.label16.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label16.Location = new System.Drawing.Point(411, 17);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(65, 13);
     this.label16.TabIndex = 8;
     this.label16.Text = "O - Outros";
     //
     // label15
     //
     this.label15.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.label15.AutoSize = true;
     this.label15.Enabled = false;
     this.label15.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label15.Location = new System.Drawing.Point(305, 39);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(107, 13);
     this.label15.TabIndex = 7;
     this.label15.Text = "M - Documentário";
     //
     // label14
     //
     this.label14.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.label14.AutoSize = true;
     this.label14.Enabled = false;
     this.label14.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label14.Location = new System.Drawing.Point(97, 37);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(61, 13);
     this.label14.TabIndex = 6;
     this.label14.Text = "T - Terror";
     //
     // label12
     //
     this.label12.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.label12.AutoSize = true;
     this.label12.Enabled = false;
     this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label12.Location = new System.Drawing.Point(6, 38);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(64, 13);
     this.label12.TabIndex = 5;
     this.label12.Text = "F - Ficção";
     //
     // label11
     //
     this.label11.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.label11.AutoSize = true;
     this.label11.Enabled = false;
     this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location = new System.Drawing.Point(305, 17);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(64, 13);
     this.label11.TabIndex = 4;
     this.label11.Text = "D - Drama";
     //
     // label10
     //
     this.label10.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.label10.AutoSize = true;
     this.label10.Enabled = false;
     this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location = new System.Drawing.Point(190, 37);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(81, 13);
     this.label10.TabIndex = 3;
     this.label10.Text = "R - Romance";
     //
     // label9
     //
     this.label9.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.label9.AutoSize = true;
     this.label9.Enabled = false;
     this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label9.Location = new System.Drawing.Point(190, 16);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(75, 13);
     this.label9.TabIndex = 2;
     this.label9.Text = "C - Comédia";
     //
     // label8
     //
     this.label8.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.label8.AutoSize = true;
     this.label8.Enabled = false;
     this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location = new System.Drawing.Point(96, 16);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(78, 13);
     this.label8.TabIndex = 1;
     this.label8.Text = "V - Aventura";
     //
     // label17
     //
     this.label17.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.label17.AutoSize = true;
     this.label17.Enabled = false;
     this.label17.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label17.Location = new System.Drawing.Point(6, 16);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(63, 13);
     this.label17.TabIndex = 0;
     this.label17.Text = "A - ação  ";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "A",
     "V",
     "C",
     "D",
     "R",
     "F",
     "T",
     "M",
     "O"});
     this.comboBox1.Location = new System.Drawing.Point(153, 138);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(57, 24);
     this.comboBox1.TabIndex = 19;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(62, 49);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(61, 16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Título *";
     //
     // tb_Quantidade
     //
     this.tb_Quantidade.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_Quantidade.Location = new System.Drawing.Point(153, 239);
     this.tb_Quantidade.Name = "tb_Quantidade";
     this.tb_Quantidade.Size = new System.Drawing.Size(123, 23);
     this.tb_Quantidade.TabIndex = 18;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(62, 194);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(93, 16);
     this.label2.TabIndex = 1;
     this.label2.Text = "Produtora *";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(62, 242);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(92, 16);
     this.label13.TabIndex = 17;
     this.label13.Text = "Quantidade";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(62, 95);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(73, 16);
     this.label3.TabIndex = 2;
     this.label3.Text = "Subtítulo";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(62, 141);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(77, 16);
     this.label4.TabIndex = 3;
     this.label4.Text = "Genero  *";
     //
     // button2
     //
     this.button2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.button2.Location = new System.Drawing.Point(388, 235);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(107, 31);
     this.button2.TabIndex = 15;
     this.button2.Text = "&Cadastrar Filme";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(305, 198);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(73, 16);
     this.label5.TabIndex = 4;
     this.label5.Text = "Duração:";
     //
     // button1
     //
     this.button1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.button1.Location = new System.Drawing.Point(388, 272);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(107, 31);
     this.button1.TabIndex = 14;
     this.button1.Text = "&Cancelar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // tb_titulo
     //
     this.tb_titulo.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_titulo.Location = new System.Drawing.Point(153, 46);
     this.tb_titulo.Name = "tb_titulo";
     this.tb_titulo.Size = new System.Drawing.Size(342, 23);
     this.tb_titulo.TabIndex = 6;
     //
     // tb_anoprod
     //
     this.tb_anoprod.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_anoprod.Location = new System.Drawing.Point(384, 136);
     this.tb_anoprod.Name = "tb_anoprod";
     this.tb_anoprod.Size = new System.Drawing.Size(111, 23);
     this.tb_anoprod.TabIndex = 13;
     //
     // tb_subtitulo
     //
     this.tb_subtitulo.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_subtitulo.Location = new System.Drawing.Point(153, 95);
     this.tb_subtitulo.Name = "tb_subtitulo";
     this.tb_subtitulo.Size = new System.Drawing.Size(342, 23);
     this.tb_subtitulo.TabIndex = 7;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(243, 143);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(143, 16);
     this.label7.TabIndex = 12;
     this.label7.Text = "Ano de Produção *";
     //
     // tb_duracao
     //
     this.tb_duracao.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_duracao.Location = new System.Drawing.Point(384, 195);
     this.tb_duracao.Name = "tb_duracao";
     this.tb_duracao.Size = new System.Drawing.Size(111, 23);
     this.tb_duracao.TabIndex = 8;
     //
     // tb_produtora
     //
     this.tb_produtora.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_produtora.Location = new System.Drawing.Point(153, 194);
     this.tb_produtora.Name = "tb_produtora";
     this.tb_produtora.Size = new System.Drawing.Size(123, 23);
     this.tb_produtora.TabIndex = 9;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1});
     this.toolStrip1.Location = new System.Drawing.Point(3, 392);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size = new System.Drawing.Size(620, 39);
     this.toolStrip1.TabIndex = 49;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton1.ForeColor = System.Drawing.SystemColors.Control;
     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(112, 36);
     this.toolStripButton1.Text = "Retornar";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.SystemColors.Control;
     this.tabPage4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage4.BackgroundImage")));
     this.tabPage4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tabPage4.Controls.Add(this.Voltar);
     this.tabPage4.Controls.Add(this.groupBox2);
     this.tabPage4.Controls.Add(this.label6);
     this.tabPage4.Controls.Add(this.tbCodAltEx);
     this.tabPage4.Controls.Add(this.dgFilmes);
     this.tabPage4.Controls.Add(this.button3);
     this.tabPage4.Controls.Add(this.button4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(626, 434);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Alterar ou Excluir Filme";
     this.tabPage4.Enter += new System.EventHandler(this.tabPage4_Enter);
     //
     // Voltar
     //
     this.Voltar.BackColor = System.Drawing.Color.Transparent;
     this.Voltar.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.Voltar.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.Voltar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.Retornar});
     this.Voltar.Location = new System.Drawing.Point(3, 392);
     this.Voltar.Name = "Voltar";
     this.Voltar.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.Voltar.Size = new System.Drawing.Size(620, 39);
     this.Voltar.TabIndex = 48;
     this.Voltar.Text = "toolStrip1";
     //
     // Retornar
     //
     this.Retornar.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Retornar.ForeColor = System.Drawing.SystemColors.Control;
     this.Retornar.Image = ((System.Drawing.Image)(resources.GetObject("Retornar.Image")));
     this.Retornar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Retornar.Name = "Retornar";
     this.Retornar.Size = new System.Drawing.Size(112, 36);
     this.Retornar.Text = "Retornar";
     this.Retornar.Click += new System.EventHandler(this.Retornar_Click);
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.groupBox1);
     this.groupBox2.Controls.Add(this.Bt_Pesquisar);
     this.groupBox2.Controls.Add(this.tb_VerPesquisa);
     this.groupBox2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.ForeColor = System.Drawing.SystemColors.Control;
     this.groupBox2.Location = new System.Drawing.Point(8, 6);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(615, 86);
     this.groupBox2.TabIndex = 38;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Pesquisa De filme";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rb_genero);
     this.groupBox1.Controls.Add(this.rb_nome);
     this.groupBox1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Location = new System.Drawing.Point(458, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(154, 68);
     this.groupBox1.TabIndex = 37;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Tipo De Pesquisa";
     //
     // rb_genero
     //
     this.rb_genero.AutoSize = true;
     this.rb_genero.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rb_genero.Location = new System.Drawing.Point(20, 48);
     this.rb_genero.Name = "rb_genero";
     this.rb_genero.Size = new System.Drawing.Size(106, 20);
     this.rb_genero.TabIndex = 34;
     this.rb_genero.Text = "Por Genero";
     this.rb_genero.UseVisualStyleBackColor = true;
     //
     // rb_nome
     //
     this.rb_nome.AutoSize = true;
     this.rb_nome.Checked = true;
     this.rb_nome.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rb_nome.Location = new System.Drawing.Point(20, 22);
     this.rb_nome.Name = "rb_nome";
     this.rb_nome.Size = new System.Drawing.Size(96, 20);
     this.rb_nome.TabIndex = 32;
     this.rb_nome.TabStop = true;
     this.rb_nome.Text = "Por Nome";
     this.rb_nome.UseVisualStyleBackColor = true;
     //
     // Bt_Pesquisar
     //
     this.Bt_Pesquisar.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Bt_Pesquisar.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Bt_Pesquisar.Location = new System.Drawing.Point(324, 35);
     this.Bt_Pesquisar.Name = "Bt_Pesquisar";
     this.Bt_Pesquisar.Size = new System.Drawing.Size(95, 26);
     this.Bt_Pesquisar.TabIndex = 31;
     this.Bt_Pesquisar.Text = "Pesquisar";
     this.Bt_Pesquisar.UseVisualStyleBackColor = true;
     this.Bt_Pesquisar.Click += new System.EventHandler(this.Bt_Pesquisar_Click);
     //
     // tb_VerPesquisa
     //
     this.tb_VerPesquisa.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tb_VerPesquisa.Location = new System.Drawing.Point(6, 38);
     this.tb_VerPesquisa.Name = "tb_VerPesquisa";
     this.tb_VerPesquisa.Size = new System.Drawing.Size(248, 23);
     this.tb_VerPesquisa.TabIndex = 33;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Control;
     this.label6.Location = new System.Drawing.Point(6, 105);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(184, 16);
     this.label6.TabIndex = 36;
     this.label6.Text = "Digite o Código do filme:";
     //
     // tbCodAltEx
     //
     this.tbCodAltEx.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbCodAltEx.Location = new System.Drawing.Point(14, 124);
     this.tbCodAltEx.Name = "tbCodAltEx";
     this.tbCodAltEx.Size = new System.Drawing.Size(248, 23);
     this.tbCodAltEx.TabIndex = 35;
     //
     // dgFilmes
     //
     this.dgFilmes.AllowUserToAddRows = false;
     this.dgFilmes.AllowUserToDeleteRows = false;
     this.dgFilmes.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.dgFilmes.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
     this.dgFilmes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgFilmes.GridColor = System.Drawing.SystemColors.ControlText;
     this.dgFilmes.Location = new System.Drawing.Point(6, 156);
     this.dgFilmes.Name = "dgFilmes";
     this.dgFilmes.ReadOnly = true;
     this.dgFilmes.Size = new System.Drawing.Size(614, 230);
     this.dgFilmes.TabIndex = 30;
     //
     // button3
     //
     this.button3.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(332, 124);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(95, 26);
     this.button3.TabIndex = 29;
     this.button3.Text = "&Alterar";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(466, 124);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(95, 26);
     this.button4.TabIndex = 28;
     this.button4.Text = "&Excluir";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // Filmes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(634, 462);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.IsMdiContainer = true;
     this.Name = "Filmes";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Filmes";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Filmes_FormClosing);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.Genero.ResumeLayout(false);
     this.Genero.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.Voltar.ResumeLayout(false);
     this.Voltar.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgFilmes)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #46
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Main));
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tbADD = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbSave = new System.Windows.Forms.ToolStripButton();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.groupBox1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(217, 55);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(86, 21);
     this.textBox5.TabIndex = 10;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox5);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 28);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(327, 85);
     this.groupBox1.TabIndex = 10;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "数据信息";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(62, 55);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(86, 21);
     this.textBox4.TabIndex = 9;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(217, 22);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(86, 21);
     this.textBox2.TabIndex = 7;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(62, 22);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(86, 21);
     this.textBox1.TabIndex = 6;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(159, 58);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 12);
     this.label5.TabIndex = 4;
     this.label5.Text = "工作评价";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 25);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 3;
     this.label4.Text = "员工编号";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 58);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "基本工资";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(158, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "员工姓名";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tbADD,
     this.toolStripSeparator1,
     this.tbSave});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(327, 25);
     this.toolStrip1.TabIndex = 9;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tbADD
     //
     this.tbADD.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbADD.Image = ((System.Drawing.Image)(resources.GetObject("tbADD.Image")));
     this.tbADD.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbADD.Name = "tbADD";
     this.tbADD.Size = new System.Drawing.Size(49, 22);
     this.tbADD.Text = "添加";
     this.tbADD.Click += new System.EventHandler(this.tbADD_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tbSave
     //
     this.tbSave.Image = ((System.Drawing.Image)(resources.GetObject("tbSave.Image")));
     this.tbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbSave.Name = "tbSave";
     this.tbSave.Size = new System.Drawing.Size(52, 22);
     this.tbSave.Text = "保存";
     this.tbSave.Click += new System.EventHandler(this.tbSave_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(0, 119);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersWidth = 30;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(327, 128);
     this.dataGridView1.TabIndex = 11;
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(327, 250);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.dataGridView1);
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "利用SQL语句录入数据";
     this.Load += new System.EventHandler(this.Frm_Main_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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(Frm_reporte_diferenciaInvRollos));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.chkDiferencias = new DevExpress.XtraEditors.CheckEdit();
     this.cmb_fechas = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.rollo = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.productname = new System.Windows.Forms.TextBox();
     this.productid = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.lineaname = new System.Windows.Forms.TextBox();
     this.lineaid = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label11 = new System.Windows.Forms.Label();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_buscar = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_imprimir_gen = new System.Windows.Forms.ToolStripButton();
     this.btn_excel = new System.Windows.Forms.ToolStripButton();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkDiferencias.Properties)).BeginInit();
     this.panel1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkDiferencias);
     this.groupBox1.Controls.Add(this.cmb_fechas);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.rollo);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.productname);
     this.groupBox1.Controls.Add(this.productid);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.lineaname);
     this.groupBox1.Controls.Add(this.lineaid);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 83);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(514, 114);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Datos";
     //
     // chkDiferencias
     //
     this.chkDiferencias.Location = new System.Drawing.Point(248, 89);
     this.chkDiferencias.Name = "chkDiferencias";
     this.chkDiferencias.Properties.Caption = "Solo Diferencias";
     this.chkDiferencias.Size = new System.Drawing.Size(95, 19);
     this.chkDiferencias.TabIndex = 89;
     //
     // cmb_fechas
     //
     this.cmb_fechas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_fechas.FormattingEnabled = true;
     this.cmb_fechas.Location = new System.Drawing.Point(102, 87);
     this.cmb_fechas.Name = "cmb_fechas";
     this.cmb_fechas.Size = new System.Drawing.Size(121, 21);
     this.cmb_fechas.TabIndex = 88;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(53, 89);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(46, 13);
     this.label3.TabIndex = 87;
     this.label3.Text = "Fecha:";
     //
     // rollo
     //
     this.rollo.Location = new System.Drawing.Point(103, 64);
     this.rollo.MaxLength = 10;
     this.rollo.Name = "rollo";
     this.rollo.Size = new System.Drawing.Size(60, 21);
     this.rollo.TabIndex = 84;
     this.rollo.Text = "ventas al exterior";
     this.rollo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rollo_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(57, 66);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 83;
     this.label8.Text = "Rollo:";
     //
     // productname
     //
     this.productname.Location = new System.Drawing.Point(188, 42);
     this.productname.Name = "productname";
     this.productname.Size = new System.Drawing.Size(317, 21);
     this.productname.TabIndex = 79;
     this.productname.Text = "ventas al exterior";
     //
     // productid
     //
     this.productid.Location = new System.Drawing.Point(103, 42);
     this.productid.MaxLength = 13;
     this.productid.Name = "productid";
     this.productid.Size = new System.Drawing.Size(83, 21);
     this.productid.TabIndex = 78;
     this.productid.Text = "ventas al exterior";
     this.productid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.productid_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(35, 45);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(62, 13);
     this.label2.TabIndex = 77;
     this.label2.Text = "Producto:";
     //
     // lineaname
     //
     this.lineaname.Location = new System.Drawing.Point(149, 20);
     this.lineaname.Name = "lineaname";
     this.lineaname.Size = new System.Drawing.Size(282, 21);
     this.lineaname.TabIndex = 17;
     this.lineaname.Text = "ventas al exterior";
     //
     // lineaid
     //
     this.lineaid.Location = new System.Drawing.Point(102, 20);
     this.lineaid.MaxLength = 13;
     this.lineaid.Name = "lineaid";
     this.lineaid.Size = new System.Drawing.Size(47, 21);
     this.lineaid.TabIndex = 16;
     this.lineaid.Text = "ventas al exterior";
     this.lineaid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lineaid_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(54, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 21;
     this.label1.Text = "Linea:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label11);
     this.panel1.Location = new System.Drawing.Point(0, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(514, 50);
     this.panel1.TabIndex = 2;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(69, 12);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(414, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "CONCILIACIÓN DE INVENTARIO X ROLLO";
     //
     // btn_nuevo
     //
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.agt_print;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_buscar
     //
     this.btn_buscar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_buscar.Image = ((System.Drawing.Image)(resources.GetObject("btn_buscar.Image")));
     this.btn_buscar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_buscar.Name = "btn_buscar";
     this.btn_buscar.Size = new System.Drawing.Size(26, 26);
     this.btn_buscar.Text = "toolStripButton15";
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_cancelar,
     this.toolStripSeparator1,
     this.btn_imprimir,
     this.btn_imprimir_gen,
     this.btn_excel,
     this.toolStripSeparator2,
     this.btn_buscar,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(516, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_imprimir_gen
     //
     this.btn_imprimir_gen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir_gen.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
     this.btn_imprimir_gen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir_gen.Name = "btn_imprimir_gen";
     this.btn_imprimir_gen.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir_gen.Text = "Impresion General";
     this.btn_imprimir_gen.Click += new System.EventHandler(this.btn_imprimir_gen_Click);
     //
     // btn_excel
     //
     this.btn_excel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_excel.Image = global::BapFormulariosNet.Properties.Resources.btn_excel20;
     this.btn_excel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_excel.Name = "btn_excel";
     this.btn_excel.Size = new System.Drawing.Size(26, 26);
     this.btn_excel.Text = "toolStripButton1";
     this.btn_excel.ToolTipText = "Excel";
     //
     // Frm_reporte_diferenciaInvRollos
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(516, 200);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_reporte_diferenciaInvRollos";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "INV :: CONCILIACIÓN DE INVENTARIO X ROLLO";
     this.Load += new System.EventHandler(this.Frm_reporte_stockrollo_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkDiferencias.Properties)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #48
0
        /// <summary>
        ///  Required method for Designer support - do not modify
        ///  the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            //this.ClientSize = new System.Drawing.Size(800, 450);
            //this.Text = "Form1";

            #region [=====控件初始化=====]

            this.statusStrip1          = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1            = new System.Windows.Forms.MenuStrip();
            //
            // 工具栏
            //
            this.文件FToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
            this.打开OToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator             = new System.Windows.Forms.ToolStripSeparator();
            this.退出XToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
            this.工具TToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemBuildAdd      = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemBuildEdit     = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2            = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemBuildTable    = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemBuildSelector = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator11           = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemBuildView     = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator7            = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItemBuildClass    = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1            = new System.Windows.Forms.ToolStripSeparator();
            this.项OToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemBuild         = new System.Windows.Forms.ToolStripMenuItem();
            this.toolRefresh                  = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1                   = new System.Windows.Forms.ToolStrip();
            this.打开OToolStripButton           = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6          = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonBuildAdd      = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonBuildEdit     = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator8          = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonBuildTable    = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonBuildSelector = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator10         = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonBuildView     = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator9          = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonBuildClass    = new System.Windows.Forms.ToolStripButton();
            this.treeView1  = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);

            // 弹出菜单相关
            this.contextMenuTable = new System.Windows.Forms.ContextMenuStrip();
            this.menuBuildAdd     = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuPage  = new System.Windows.Forms.ContextMenuStrip();
            this.menuPageBuild    = new System.Windows.Forms.ToolStripMenuItem();

            this.statusStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();

            #endregion

            //
            // statusStrip1
            //
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripStatusLabel1
            });
            this.statusStrip1.Location = new System.Drawing.Point(0, 539);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new System.Drawing.Size(784, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text     = "statusStrip1";
            //
            // toolStripStatusLabel1
            //
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 17);
            this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
            //
            // menuStrip1
            //
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.文件FToolStripMenuItem,
                this.工具TToolStripMenuItem
            });
            this.menuStrip1.Location     = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name         = "menuStrip1";
            this.menuStrip1.Size         = new System.Drawing.Size(784, 25);
            this.menuStrip1.TabIndex     = 2;
            this.menuStrip1.Text         = "menuStrip1";
            this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
            //
            // 文件FToolStripMenuItem
            //
            this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.打开OToolStripMenuItem,
                this.toolStripSeparator,
                this.退出XToolStripMenuItem
            });
            this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
            this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
            this.文件FToolStripMenuItem.Text = "文件(&F)";
            //
            // 打开OToolStripMenuItem
            //
            this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(Resources.tool_open));
            this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.打开OToolStripMenuItem.Name         = "打开OToolStripMenuItem";
            this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.打开OToolStripMenuItem.Size         = new System.Drawing.Size(165, 22);
            this.打开OToolStripMenuItem.Text         = "打开(&O)";
            this.打开OToolStripMenuItem.Click       += new System.EventHandler(this.打开OToolStripMenuItem_Click);
            //
            // toolStripSeparator
            //
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(162, 6);
            //
            // 退出XToolStripMenuItem
            //
            this.退出XToolStripMenuItem.Name   = "退出XToolStripMenuItem";
            this.退出XToolStripMenuItem.Size   = new System.Drawing.Size(165, 22);
            this.退出XToolStripMenuItem.Text   = "退出(&X)";
            this.退出XToolStripMenuItem.Click += new System.EventHandler(this.退出XToolStripMenuItem_Click);

            #region [=====工具菜单初始化=====]

            //
            // 工具TToolStripMenuItem
            //
            this.工具TToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripMenuItemBuildAdd,
                this.toolStripMenuItemBuildEdit,
                this.toolStripSeparator2,
                this.toolStripMenuItemBuildTable,
                this.toolStripMenuItemBuildSelector,
                this.toolStripSeparator11,
                this.toolStripMenuItemBuildView,
                this.toolStripSeparator7,
                this.toolStripMenuItemBuildClass,
                this.toolStripSeparator1,
                this.项OToolStripMenuItem,
                this.toolStripMenuItemBuild
            });
            this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
            this.工具TToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
            this.工具TToolStripMenuItem.Text = "工具(&T)";
            //
            // toolStripMenuItemBuildAdd
            //
            this.toolStripMenuItemBuildAdd.Image  = ((System.Drawing.Image)(Resources.add_build));
            this.toolStripMenuItemBuildAdd.Name   = "toolStripMenuItemBuildAdd";
            this.toolStripMenuItemBuildAdd.Size   = new System.Drawing.Size(167, 22);
            this.toolStripMenuItemBuildAdd.Text   = "构建添加表单页";
            this.toolStripMenuItemBuildAdd.Click += new System.EventHandler(this.ToolStripMenuItemBuildAdd_Click);
            //
            // toolStripMenuItemBuildEdit
            //
            this.toolStripMenuItemBuildEdit.Image  = ((System.Drawing.Image)(Resources.edit_build));
            this.toolStripMenuItemBuildEdit.Name   = "toolStripMenuItemBuildEdit";
            this.toolStripMenuItemBuildEdit.Size   = new System.Drawing.Size(167, 22);
            this.toolStripMenuItemBuildEdit.Text   = "构建修改表单页";
            this.toolStripMenuItemBuildEdit.Click += new System.EventHandler(this.ToolStripMenuItemBuildEdit_Click);
            //
            // toolStripSeparator2
            //
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(164, 6);
            //
            // toolStripMenuItemBuildTable
            //
            this.toolStripMenuItemBuildTable.Image  = ((System.Drawing.Image)(Resources.table_build));
            this.toolStripMenuItemBuildTable.Name   = "toolStripMenuItemBuildTable";
            this.toolStripMenuItemBuildTable.Size   = new System.Drawing.Size(167, 22);
            this.toolStripMenuItemBuildTable.Text   = "构建表格页";
            this.toolStripMenuItemBuildTable.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
            //
            // toolStripMenuItemBuildSelector
            //
            this.toolStripMenuItemBuildSelector.Image  = ((System.Drawing.Image)(Resources.selector));
            this.toolStripMenuItemBuildSelector.Name   = "toolStripMenuItemBuildSelector";
            this.toolStripMenuItemBuildSelector.Size   = new System.Drawing.Size(167, 22);
            this.toolStripMenuItemBuildSelector.Text   = "构建选择器";
            this.toolStripMenuItemBuildSelector.Click += new System.EventHandler(this.toolStripMenuItemBuildSelector_Click);
            //
            // toolStripSeparator11
            //
            this.toolStripSeparator11.Name = "toolStripSeparator11";
            this.toolStripSeparator11.Size = new System.Drawing.Size(164, 6);
            //
            // toolStripMenuItemBuildView
            //
            this.toolStripMenuItemBuildView.Image  = ((System.Drawing.Image)(Resources.view_build));
            this.toolStripMenuItemBuildView.Name   = "toolStripMenuItemBuildView";
            this.toolStripMenuItemBuildView.Size   = new System.Drawing.Size(167, 22);
            this.toolStripMenuItemBuildView.Text   = "构建视图页";
            this.toolStripMenuItemBuildView.Click += new System.EventHandler(this.ToolStripMenuItemBuildView_Click);
            //
            // toolStripSeparator7
            //
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(164, 6);
            //
            // toolStripMenuItemBuildClass
            //
            this.toolStripMenuItemBuildClass.Image  = ((System.Drawing.Image)(Resources.code_build));
            this.toolStripMenuItemBuildClass.Name   = "toolStripMenuItemBuildClass";
            this.toolStripMenuItemBuildClass.Size   = new System.Drawing.Size(167, 22);
            this.toolStripMenuItemBuildClass.Text   = "构建主类";
            this.toolStripMenuItemBuildClass.Click += new System.EventHandler(this.ToolStripMenuItemBuildClass_Click);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(164, 6);
            //
            // 选项OToolStripMenuItem
            //
            this.项OToolStripMenuItem.Name   = "选项OToolStripMenuItem";
            this.项OToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
            this.项OToolStripMenuItem.Text   = "XOrm 选项(&X) ...";
            this.项OToolStripMenuItem.Click += new System.EventHandler(this.项OToolStripMenuItem_Click);
            //
            // toolStripMenuItemBuild
            //
            this.toolStripMenuItemBuild.Name   = "toolStripMenuItemBuild";
            this.toolStripMenuItemBuild.Size   = new System.Drawing.Size(167, 22);
            this.toolStripMenuItemBuild.Text   = "构建 选项(&B) ...";
            this.toolStripMenuItemBuild.Click += new System.EventHandler(this.ToolStripMenuItemBuild_Click);

            #endregion

            #region [=====工具栏初始化=====]

            //
            // toolStrip1
            //
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.打开OToolStripButton,
                this.toolRefresh,
                this.toolStripSeparator6,
                this.toolStripButtonBuildAdd,
                this.toolStripButtonBuildEdit,
                this.toolStripSeparator8,
                this.toolStripButtonBuildTable,
                this.toolStripButtonBuildSelector,
                this.toolStripSeparator10,
                this.toolStripButtonBuildView,
                this.toolStripSeparator9,
                this.toolStripButtonBuildClass
            });
            this.toolStrip1.Location = new System.Drawing.Point(0, 25);
            this.toolStrip1.Name     = "toolStrip1";
            this.toolStrip1.Size     = new System.Drawing.Size(784, 25);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text     = "toolStrip1";
            //
            // 打开OToolStripButton
            //
            this.打开OToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.打开OToolStripButton.Image                 = ((System.Drawing.Image)(Resources.tool_open));
            this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.打开OToolStripButton.Name   = "打开OToolStripButton";
            this.打开OToolStripButton.Size   = new System.Drawing.Size(23, 22);
            this.打开OToolStripButton.Text   = "打开(&O)";
            this.打开OToolStripButton.Click += new System.EventHandler(this.打开OToolStripButton_Click);
            //
            // 刷新
            //
            this.toolRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolRefresh.Image                 = ((System.Drawing.Image)(Resources.tool_refresh));
            this.toolRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolRefresh.Name   = "toolRefresh";
            this.toolRefresh.Size   = new System.Drawing.Size(23, 22);
            this.toolRefresh.Text   = "刷新(&R)";
            this.toolRefresh.Click += new System.EventHandler(this.toolRefresh_Click);
            //
            // toolStripSeparator6
            //
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButtonBuildAdd
            //
            this.toolStripButtonBuildAdd.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonBuildAdd.Image                 = ((System.Drawing.Image)(Resources.add_build));
            this.toolStripButtonBuildAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBuildAdd.Name   = "toolStripButtonBuildAdd";
            this.toolStripButtonBuildAdd.Size   = new System.Drawing.Size(23, 22);
            this.toolStripButtonBuildAdd.Text   = "构建添加表单页";
            this.toolStripButtonBuildAdd.Click += new System.EventHandler(this.ToolStripButtonBuildAdd_Click);
            //
            // toolStripButtonBuildEdit
            //
            this.toolStripButtonBuildEdit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonBuildEdit.Image                 = ((System.Drawing.Image)(Resources.edit_build));
            this.toolStripButtonBuildEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBuildEdit.Name   = "toolStripButtonBuildEdit";
            this.toolStripButtonBuildEdit.Size   = new System.Drawing.Size(23, 22);
            this.toolStripButtonBuildEdit.Text   = "构建修改表单页";
            this.toolStripButtonBuildEdit.Click += new System.EventHandler(this.ToolStripButtonBuildEdit_Click);
            //
            // toolStripSeparator8
            //
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButtonBuildTable
            //
            this.toolStripButtonBuildTable.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonBuildTable.Image                 = ((System.Drawing.Image)(Resources.table_build));
            this.toolStripButtonBuildTable.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBuildTable.Name   = "toolStripButtonBuildTable";
            this.toolStripButtonBuildTable.Size   = new System.Drawing.Size(23, 22);
            this.toolStripButtonBuildTable.Text   = "构建表格页";
            this.toolStripButtonBuildTable.Click += new System.EventHandler(this.ToolStripButtonBuildTable_Click);
            //
            // toolStripButtonBuildSelector
            //
            this.toolStripButtonBuildSelector.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonBuildSelector.Image                 = ((System.Drawing.Image)(Resources.selector));
            this.toolStripButtonBuildSelector.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBuildSelector.Name   = "toolStripButtonBuildSelector";
            this.toolStripButtonBuildSelector.Size   = new System.Drawing.Size(23, 22);
            this.toolStripButtonBuildSelector.Text   = "构建选择器";
            this.toolStripButtonBuildSelector.Click += new System.EventHandler(this.toolStripButtonBuildSelector_Click);
            //
            // toolStripSeparator10
            //
            this.toolStripSeparator10.Name = "toolStripSeparator10";
            this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButtonBuildView
            //
            this.toolStripButtonBuildView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonBuildView.Image                 = ((System.Drawing.Image)(Resources.view_build));
            this.toolStripButtonBuildView.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBuildView.Name   = "toolStripButtonBuildView";
            this.toolStripButtonBuildView.Size   = new System.Drawing.Size(23, 22);
            this.toolStripButtonBuildView.Text   = "构建视图页";
            this.toolStripButtonBuildView.Click += new System.EventHandler(this.ToolStripButtonBuildView_Click);
            //
            // toolStripSeparator9
            //
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
            //
            // toolStripButtonBuildClass
            //
            this.toolStripButtonBuildClass.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonBuildClass.Image                 = ((System.Drawing.Image)(Resources.code_build));
            this.toolStripButtonBuildClass.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonBuildClass.Name   = "toolStripButtonBuildClass";
            this.toolStripButtonBuildClass.Size   = new System.Drawing.Size(23, 22);
            this.toolStripButtonBuildClass.Text   = "构建主类";
            this.toolStripButtonBuildClass.Click += new System.EventHandler(this.ToolStripButtonBuildClass_Click);

            #endregion

            //
            // treeView1
            //
            this.treeView1.Dock               = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.ImageIndex         = 0;
            this.treeView1.ImageList          = this.imageList1;
            this.treeView1.ItemHeight         = 20;
            this.treeView1.Location           = new System.Drawing.Point(0, 50);
            this.treeView1.Name               = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size               = new System.Drawing.Size(784, 489);
            this.treeView1.TabIndex           = 4;
            this.treeView1.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1_AfterSelect);
            //
            // imageList1
            //
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.Add("project", Resources.tree_project);
            this.imageList1.Images.Add("object", Resources.tree_object);
            this.imageList1.Images.Add("table", Resources.table_16);
            this.imageList1.Images.Add("page", Resources.tree_page);
            this.imageList1.Images.Add("mod", Resources.tree_mod);
            //
            // 初始化其他工具
            //
            InitializeMenu();
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.treeView1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name          = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Form1";
            this.Load         += new System.EventHandler(this.Form1_Load);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #49
0
 /// <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(MainForm));
     this.statusBar = new System.Windows.Forms.StatusStrip();
     this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.mainMenu = new System.Windows.Forms.MenuStrip();
     this.gameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeLevelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restartMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.backgroundPanel = new System.Windows.Forms.Panel();
     this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.drawingArea = new System.Windows.Forms.PictureBox();
     this.restartButton = new System.Windows.Forms.ToolStripButton();
     this.undoButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.levelCollectionLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.levelLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusBar.SuspendLayout();
     this.mainMenu.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.backgroundPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.drawingArea)).BeginInit();
     this.SuspendLayout();
     //
     // statusBar
     //
     this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.statusLabel,
     this.toolStripStatusLabel4,
     this.toolStripStatusLabel2,
     this.levelCollectionLabel,
     this.toolStripStatusLabel3,
     this.levelLabel});
     this.statusBar.Location = new System.Drawing.Point(0, 480);
     this.statusBar.Name = "statusBar";
     this.statusBar.Size = new System.Drawing.Size(742, 24);
     this.statusBar.TabIndex = 1;
     this.statusBar.Text = "statusBar";
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(69, 19);
     this.statusLabel.Text = "Not Playing";
     //
     // mainMenu
     //
     this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.gameToolStripMenuItem,
     this.editToolStripMenuItem});
     this.mainMenu.Location = new System.Drawing.Point(0, 0);
     this.mainMenu.Name = "mainMenu";
     this.mainMenu.Size = new System.Drawing.Size(742, 24);
     this.mainMenu.TabIndex = 3;
     this.mainMenu.Text = "menuStrip2";
     //
     // gameToolStripMenuItem
     //
     this.gameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.changeLevelMenuItem,
     this.restartMenuItem,
     this.toolStripSeparator1,
     this.exitMenuItem});
     this.gameToolStripMenuItem.Name = "gameToolStripMenuItem";
     this.gameToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     this.gameToolStripMenuItem.Text = "Game";
     //
     // changeLevelMenuItem
     //
     this.changeLevelMenuItem.Name = "changeLevelMenuItem";
     this.changeLevelMenuItem.Size = new System.Drawing.Size(152, 22);
     this.changeLevelMenuItem.Text = "Change Level";
     this.changeLevelMenuItem.Click += new System.EventHandler(this.changeLevelMenuItem_Click);
     //
     // restartMenuItem
     //
     this.restartMenuItem.Enabled = false;
     this.restartMenuItem.Name = "restartMenuItem";
     this.restartMenuItem.Size = new System.Drawing.Size(152, 22);
     this.restartMenuItem.Text = "Restart Level";
     this.restartMenuItem.Click += new System.EventHandler(this.restartMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.undoMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // undoMenuItem
     //
     this.undoMenuItem.Enabled = false;
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.Size = new System.Drawing.Size(152, 22);
     this.undoMenuItem.Text = "Undo Move";
     this.undoMenuItem.Click += new System.EventHandler(this.undoMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.restartButton,
     this.toolStripSeparator2,
     this.undoButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(742, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text = "toolStrip1";
     //
     // backgroundPanel
     //
     this.backgroundPanel.BackColor = System.Drawing.Color.Khaki;
     this.backgroundPanel.Controls.Add(this.drawingArea);
     this.backgroundPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.backgroundPanel.Location = new System.Drawing.Point(0, 49);
     this.backgroundPanel.Name = "backgroundPanel";
     this.backgroundPanel.Size = new System.Drawing.Size(742, 431);
     this.backgroundPanel.TabIndex = 6;
     //
     // exitMenuItem
     //
     this.exitMenuItem.Name = "exitMenuItem";
     this.exitMenuItem.Size = new System.Drawing.Size(152, 22);
     this.exitMenuItem.Text = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // drawingArea
     //
     this.drawingArea.BackgroundImage = global::SokobanNET.Properties.Resources.Floor;
     this.drawingArea.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.drawingArea.Location = new System.Drawing.Point(0, 0);
     this.drawingArea.Name = "drawingArea";
     this.drawingArea.Size = new System.Drawing.Size(315, 249);
     this.drawingArea.TabIndex = 1;
     this.drawingArea.TabStop = false;
     this.drawingArea.Visible = false;
     this.drawingArea.Paint += new System.Windows.Forms.PaintEventHandler(this.drawingArea_Paint);
     //
     // restartButton
     //
     this.restartButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.restartButton.Enabled = false;
     this.restartButton.Image = global::SokobanNET.Properties.Resources.Restart;
     this.restartButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.restartButton.Name = "restartButton";
     this.restartButton.Size = new System.Drawing.Size(23, 22);
     this.restartButton.Text = "Restart Level";
     this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
     //
     // undoButton
     //
     this.undoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoButton.Enabled = false;
     this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     this.undoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoButton.Name = "undoButton";
     this.undoButton.Size = new System.Drawing.Size(23, 22);
     this.undoButton.Text = "Undo Movement";
     this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(42, 19);
     this.toolStripStatusLabel1.Text = "Status:";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(68, 19);
     this.toolStripStatusLabel2.Text = "Collection:";
     //
     // levelCollectionLabel
     //
     this.levelCollectionLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.levelCollectionLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
     this.levelCollectionLabel.Name = "levelCollectionLabel";
     this.levelCollectionLabel.Size = new System.Drawing.Size(4, 19);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(37, 19);
     this.toolStripStatusLabel3.Text = "Level:";
     //
     // levelLabel
     //
     this.levelLabel.Name = "levelLabel";
     this.levelLabel.Size = new System.Drawing.Size(0, 19);
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(524, 19);
     this.toolStripStatusLabel4.Spring = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(742, 504);
     this.Controls.Add(this.backgroundPanel);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.mainMenu);
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "SokobanNET";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     this.statusBar.ResumeLayout(false);
     this.statusBar.PerformLayout();
     this.mainMenu.ResumeLayout(false);
     this.mainMenu.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.backgroundPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.drawingArea)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #50
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConsultaTraza));
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabPage1             = new System.Windows.Forms.TabPage();
     this.gridDatosGeneral     = new System.Windows.Forms.DataGridView();
     this.coID                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colFECHATRANSAC      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colFECHAOPERAC       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEVENTO            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAGEINF            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAGEORI            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAGEDEST           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPRODUCTO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colGTIN              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCANTIDAD          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colENVASE            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colESTADOTRANSAC     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTIPOTRANSAC       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colNUMSERIE          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colNUMLOTE           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colREMITOFACTURA     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMOTDEVOLUCIÓN     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOBSDEVOLUCION     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.textBox3             = new System.Windows.Forms.TextBox();
     this.label9               = new System.Windows.Forms.Label();
     this.textBox2             = new System.Windows.Forms.TextBox();
     this.label8               = new System.Windows.Forms.Label();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.label7               = new System.Windows.Forms.Label();
     this.textBox6             = new System.Windows.Forms.TextBox();
     this.label6               = new System.Windows.Forms.Label();
     this.txtIdTipoTransaccion = new System.Windows.Forms.TextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.txtGLNOrigen         = new System.Windows.Forms.TextBox();
     this.txtGLNInformador     = new System.Windows.Forms.TextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.txtIdEvento          = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.txtIdTransaccion     = new System.Windows.Forms.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.tlbConsultar         = new System.Windows.Forms.ToolStripButton();
     this.tlbInformar          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDatosGeneral)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(0, 52);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1136, 616);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.gridDatosGeneral);
     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(1128, 590);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "General";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // gridDatosGeneral
     //
     this.gridDatosGeneral.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridDatosGeneral.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.coID,
         this.colFECHATRANSAC,
         this.colFECHAOPERAC,
         this.colEVENTO,
         this.colAGEINF,
         this.colAGEORI,
         this.colAGEDEST,
         this.colPRODUCTO,
         this.colGTIN,
         this.colCANTIDAD,
         this.colENVASE,
         this.colESTADOTRANSAC,
         this.colTIPOTRANSAC,
         this.colNUMSERIE,
         this.colNUMLOTE,
         this.colREMITOFACTURA,
         this.colMOTDEVOLUCIÓN,
         this.colOBSDEVOLUCION
     });
     this.gridDatosGeneral.Location = new System.Drawing.Point(6, 16);
     this.gridDatosGeneral.Name     = "gridDatosGeneral";
     this.gridDatosGeneral.Size     = new System.Drawing.Size(1079, 527);
     this.gridDatosGeneral.TabIndex = 0;
     //
     // coID
     //
     this.coID.HeaderText = "ID";
     this.coID.Name       = "coID";
     //
     // colFECHATRANSAC
     //
     this.colFECHATRANSAC.HeaderText = "FECHA TRANSAC";
     this.colFECHATRANSAC.Name       = "colFECHATRANSAC";
     //
     // colFECHAOPERAC
     //
     this.colFECHAOPERAC.HeaderText = "FECHA OPERAC.";
     this.colFECHAOPERAC.Name       = "colFECHAOPERAC";
     //
     // colEVENTO
     //
     this.colEVENTO.HeaderText = "EVENTO";
     this.colEVENTO.Name       = "colEVENTO";
     //
     // colAGEINF
     //
     this.colAGEINF.HeaderText = "AGE. INF.";
     this.colAGEINF.Name       = "colAGEINF";
     //
     // colAGEORI
     //
     this.colAGEORI.HeaderText = "AGE. ORI.";
     this.colAGEORI.Name       = "colAGEORI";
     //
     // colAGEDEST
     //
     this.colAGEDEST.HeaderText = "AGE. DEST.";
     this.colAGEDEST.Name       = "colAGEDEST";
     //
     // colPRODUCTO
     //
     this.colPRODUCTO.HeaderText = "PRODUCTO";
     this.colPRODUCTO.Name       = "colPRODUCTO";
     //
     // colGTIN
     //
     this.colGTIN.HeaderText = "GTIN";
     this.colGTIN.Name       = "colGTIN";
     //
     // colCANTIDAD
     //
     this.colCANTIDAD.HeaderText = "CANTIDAD";
     this.colCANTIDAD.Name       = "colCANTIDAD";
     //
     // colENVASE
     //
     this.colENVASE.HeaderText = "ENVASE";
     this.colENVASE.Name       = "colENVASE";
     //
     // colESTADOTRANSAC
     //
     this.colESTADOTRANSAC.HeaderText = "ESTADO TRANSAC.";
     this.colESTADOTRANSAC.Name       = "colESTADOTRANSAC";
     //
     // colTIPOTRANSAC
     //
     this.colTIPOTRANSAC.HeaderText = "TIPO TRANSAC.";
     this.colTIPOTRANSAC.Name       = "colTIPOTRANSAC";
     //
     // colNUMSERIE
     //
     this.colNUMSERIE.HeaderText = "NUM. SERIE";
     this.colNUMSERIE.Name       = "colNUMSERIE";
     //
     // colNUMLOTE
     //
     this.colNUMLOTE.HeaderText = "NUM. LOTE";
     this.colNUMLOTE.Name       = "colNUMLOTE";
     //
     // colREMITOFACTURA
     //
     this.colREMITOFACTURA.HeaderText = "REMITO / FACTURA";
     this.colREMITOFACTURA.Name       = "colREMITOFACTURA";
     //
     // colMOTDEVOLUCIÓN
     //
     this.colMOTDEVOLUCIÓN.HeaderText = "MOT. DEVOLUCIÓN";
     this.colMOTDEVOLUCIÓN.Name       = "colMOTDEVOLUCIÓN";
     //
     // colOBSDEVOLUCION
     //
     this.colOBSDEVOLUCION.HeaderText = "OBS. DEVOLUCIÓN";
     this.colOBSDEVOLUCION.Name       = "colOBSDEVOLUCION";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.textBox3);
     this.tabPage2.Controls.Add(this.label9);
     this.tabPage2.Controls.Add(this.textBox2);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.textBox1);
     this.tabPage2.Controls.Add(this.label7);
     this.tabPage2.Controls.Add(this.textBox6);
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.txtIdTipoTransaccion);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.txtGLNOrigen);
     this.tabPage2.Controls.Add(this.txtGLNInformador);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.txtIdEvento);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.txtIdTransaccion);
     this.tabPage2.Controls.Add(this.label1);
     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(1257, 534);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Detalles";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(191, 370);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(100, 20);
     this.textBox3.TabIndex = 15;
     //
     // label9
     //
     this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label9.Location    = new System.Drawing.Point(63, 367);
     this.label9.Name        = "label9";
     this.label9.Size        = new System.Drawing.Size(100, 23);
     this.label9.TabIndex    = 14;
     this.label9.Text        = "label9";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(191, 347);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 13;
     //
     // label8
     //
     this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label8.Location    = new System.Drawing.Point(63, 344);
     this.label8.Name        = "label8";
     this.label8.Size        = new System.Drawing.Size(100, 23);
     this.label8.TabIndex    = 12;
     this.label8.Text        = "label8";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(191, 306);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 11;
     //
     // label7
     //
     this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label7.Location    = new System.Drawing.Point(63, 303);
     this.label7.Name        = "label7";
     this.label7.Size        = new System.Drawing.Size(100, 23);
     this.label7.TabIndex    = 10;
     this.label7.Text        = "label7";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(191, 262);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(100, 20);
     this.textBox6.TabIndex = 9;
     //
     // label6
     //
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label6.Location    = new System.Drawing.Point(63, 259);
     this.label6.Name        = "label6";
     this.label6.Size        = new System.Drawing.Size(100, 23);
     this.label6.TabIndex    = 8;
     this.label6.Text        = "label6";
     //
     // txtIdTipoTransaccion
     //
     this.txtIdTipoTransaccion.Location = new System.Drawing.Point(191, 127);
     this.txtIdTipoTransaccion.Name     = "txtIdTipoTransaccion";
     this.txtIdTipoTransaccion.Size     = new System.Drawing.Size(100, 20);
     this.txtIdTipoTransaccion.TabIndex = 7;
     //
     // label5
     //
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.Location    = new System.Drawing.Point(63, 136);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(100, 23);
     this.label5.TabIndex    = 6;
     this.label5.Text        = "IdTipoTransaccion";
     //
     // txtGLNOrigen
     //
     this.txtGLNOrigen.Location = new System.Drawing.Point(191, 87);
     this.txtGLNOrigen.Name     = "txtGLNOrigen";
     this.txtGLNOrigen.Size     = new System.Drawing.Size(100, 20);
     this.txtGLNOrigen.TabIndex = 5;
     //
     // txtGLNInformador
     //
     this.txtGLNInformador.Location = new System.Drawing.Point(191, 107);
     this.txtGLNInformador.Name     = "txtGLNInformador";
     this.txtGLNInformador.Size     = new System.Drawing.Size(100, 20);
     this.txtGLNInformador.TabIndex = 5;
     //
     // label4
     //
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label4.Location    = new System.Drawing.Point(63, 90);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(100, 23);
     this.label4.TabIndex    = 4;
     this.label4.Text        = "GLNOrigen";
     //
     // label3
     //
     this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label3.Location    = new System.Drawing.Point(63, 113);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(100, 23);
     this.label3.TabIndex    = 4;
     this.label3.Text        = "GLNInformador";
     //
     // txtIdEvento
     //
     this.txtIdEvento.Location = new System.Drawing.Point(191, 67);
     this.txtIdEvento.Name     = "txtIdEvento";
     this.txtIdEvento.Size     = new System.Drawing.Size(100, 20);
     this.txtIdEvento.TabIndex = 3;
     //
     // label2
     //
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label2.Location    = new System.Drawing.Point(63, 67);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(100, 23);
     this.label2.TabIndex    = 2;
     this.label2.Text        = "IdEvento";
     //
     // txtIdTransaccion
     //
     this.txtIdTransaccion.Location = new System.Drawing.Point(191, 47);
     this.txtIdTransaccion.Name     = "txtIdTransaccion";
     this.txtIdTransaccion.Size     = new System.Drawing.Size(100, 20);
     this.txtIdTransaccion.TabIndex = 1;
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location    = new System.Drawing.Point(63, 44);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(100, 23);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "IdTransaccion";
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Location    = new System.Drawing.Point(324, 25);
     this.label10.Name        = "label10";
     this.label10.Size        = new System.Drawing.Size(128, 14);
     this.label10.TabIndex    = 3;
     this.label10.Text        = "label10";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tlbConsultar,
         this.tlbInformar,
         this.toolStripSeparator1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1370, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tlbConsultar
     //
     this.tlbConsultar.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tlbConsultar.Image                 = ((System.Drawing.Image)(resources.GetObject("tlbConsultar.Image")));
     this.tlbConsultar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tlbConsultar.Name   = "tlbConsultar";
     this.tlbConsultar.Size   = new System.Drawing.Size(23, 22);
     this.tlbConsultar.Text   = "Consultar";
     this.tlbConsultar.Click += new System.EventHandler(this.TlbConsultarClick);
     //
     // tlbInformar
     //
     this.tlbInformar.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tlbInformar.Image                 = ((System.Drawing.Image)(resources.GetObject("tlbInformar.Image")));
     this.tlbInformar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tlbInformar.Name   = "tlbInformar";
     this.tlbInformar.Size   = new System.Drawing.Size(23, 22);
     this.tlbInformar.Text   = "Informar";
     this.tlbInformar.Click += new System.EventHandler(this.TlbInformarClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // frmConsultaTraza
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1370, 750);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.tabControl1);
     this.Name        = "frmConsultaTraza";
     this.Text        = "Consulta al Sistema de Trazabilidad del SENASA";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FrmConsultaTrazaLoad);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridDatosGeneral)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #51
0
 /// <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 label14;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClientes));
     this.grpCampos = new System.Windows.Forms.GroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtContactoCLI = new System.Windows.Forms.TextBox();
     this.txtNombreCLI = new System.Windows.Forms.TextBox();
     this.txtApellidoCLI = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtTransporteCLI = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtCorreoCLI = new System.Windows.Forms.TextBox();
     this.txtMovilCLI = new System.Windows.Forms.TextBox();
     this.txtTelefonoCLI = new System.Windows.Forms.TextBox();
     this.txtIdClienteCLI = new System.Windows.Forms.TextBox();
     this.txtFechaNacCLI = new System.Windows.Forms.MaskedTextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtRazonSocialCLI = new System.Windows.Forms.TextBox();
     this.cmbCondicion = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtCUIT = new System.Windows.Forms.TextBox();
     this.gvwDatos = new System.Windows.Forms.DataGridView();
     this.grpBotones = new System.Windows.Forms.GroupBox();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalir = new System.Windows.Forms.Button();
     this.btnGrabar = new System.Windows.Forms.Button();
     this.btnBorrar = new System.Windows.Forms.Button();
     this.btnEditar = new System.Windows.Forms.Button();
     this.btnNuevo = new System.Windows.Forms.Button();
     this.btnBuscar = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtParametros = new System.Windows.Forms.TextBox();
     this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtProvinciaCLI = new System.Windows.Forms.TextBox();
     this.txtLocalidadCLI = new System.Windows.Forms.TextBox();
     this.txtDireccionCLI = new System.Windows.Forms.TextBox();
     label14 = new System.Windows.Forms.Label();
     this.grpCampos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).BeginInit();
     this.grpBotones.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // label14
     //
     label14.AutoSize = true;
     label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label14.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     label14.Location = new System.Drawing.Point(10, 70);
     label14.Name = "label14";
     label14.Size = new System.Drawing.Size(51, 15);
     label14.TabIndex = 27;
     label14.Text = "Apellido";
     //
     // grpCampos
     //
     this.grpCampos.Controls.Add(this.label9);
     this.grpCampos.Controls.Add(this.label8);
     this.grpCampos.Controls.Add(this.label5);
     this.grpCampos.Controls.Add(this.txtProvinciaCLI);
     this.grpCampos.Controls.Add(this.txtLocalidadCLI);
     this.grpCampos.Controls.Add(this.txtDireccionCLI);
     this.grpCampos.Controls.Add(label14);
     this.grpCampos.Controls.Add(this.label6);
     this.grpCampos.Controls.Add(this.label12);
     this.grpCampos.Controls.Add(this.label10);
     this.grpCampos.Controls.Add(this.label3);
     this.grpCampos.Controls.Add(this.label1);
     this.grpCampos.Controls.Add(this.txtContactoCLI);
     this.grpCampos.Controls.Add(this.txtNombreCLI);
     this.grpCampos.Controls.Add(this.txtApellidoCLI);
     this.grpCampos.Controls.Add(this.label4);
     this.grpCampos.Controls.Add(this.txtTransporteCLI);
     this.grpCampos.Controls.Add(this.label2);
     this.grpCampos.Controls.Add(this.txtCorreoCLI);
     this.grpCampos.Controls.Add(this.txtMovilCLI);
     this.grpCampos.Controls.Add(this.txtTelefonoCLI);
     this.grpCampos.Controls.Add(this.txtIdClienteCLI);
     this.grpCampos.Location = new System.Drawing.Point(12, 199);
     this.grpCampos.Name = "grpCampos";
     this.grpCampos.Size = new System.Drawing.Size(404, 321);
     this.grpCampos.TabIndex = 0;
     this.grpCampos.TabStop = false;
     this.grpCampos.Enter += new System.EventHandler(this.grpCampos_Enter);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label6.Location = new System.Drawing.Point(10, 44);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52, 15);
     this.label6.TabIndex = 27;
     this.label6.Text = "Nombre";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label12.Location = new System.Drawing.Point(10, 97);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(44, 15);
     this.label12.TabIndex = 25;
     this.label12.Text = "Correo";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label10.Location = new System.Drawing.Point(10, 233);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(36, 15);
     this.label10.TabIndex = 24;
     this.label10.Text = "Móvil";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label3.Location = new System.Drawing.Point(10, 206);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(55, 15);
     this.label3.TabIndex = 24;
     this.label3.Text = "Teléfono";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label1.Location = new System.Drawing.Point(10, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 15);
     this.label1.TabIndex = 17;
     this.label1.Text = "Nº cliente";
     //
     // txtContactoCLI
     //
     this.txtContactoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtContactoCLI.Location = new System.Drawing.Point(90, 285);
     this.txtContactoCLI.Name = "txtContactoCLI";
     this.txtContactoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtContactoCLI.TabIndex = 10;
     this.txtContactoCLI.TabStop = false;
     this.txtContactoCLI.Visible = false;
     //
     // txtNombreCLI
     //
     this.txtNombreCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombreCLI.Location = new System.Drawing.Point(90, 44);
     this.txtNombreCLI.Name = "txtNombreCLI";
     this.txtNombreCLI.Size = new System.Drawing.Size(295, 20);
     this.txtNombreCLI.TabIndex = 1;
     //
     // txtApellidoCLI
     //
     this.txtApellidoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtApellidoCLI.Location = new System.Drawing.Point(90, 70);
     this.txtApellidoCLI.Name = "txtApellidoCLI";
     this.txtApellidoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtApellidoCLI.TabIndex = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label4.Location = new System.Drawing.Point(10, 260);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 15);
     this.label4.TabIndex = 25;
     this.label4.Text = "Transporte";
     this.label4.Visible = false;
     //
     // txtTransporteCLI
     //
     this.txtTransporteCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTransporteCLI.Location = new System.Drawing.Point(90, 259);
     this.txtTransporteCLI.Name = "txtTransporteCLI";
     this.txtTransporteCLI.Size = new System.Drawing.Size(295, 20);
     this.txtTransporteCLI.TabIndex = 9;
     this.txtTransporteCLI.TabStop = false;
     this.txtTransporteCLI.Visible = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label2.Location = new System.Drawing.Point(10, 285);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 15);
     this.label2.TabIndex = 23;
     this.label2.Text = "Contacto";
     this.label2.Visible = false;
     //
     // txtCorreoCLI
     //
     this.txtCorreoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
     this.txtCorreoCLI.Location = new System.Drawing.Point(90, 96);
     this.txtCorreoCLI.Name = "txtCorreoCLI";
     this.txtCorreoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtCorreoCLI.TabIndex = 3;
     //
     // txtMovilCLI
     //
     this.txtMovilCLI.Location = new System.Drawing.Point(90, 232);
     this.txtMovilCLI.Name = "txtMovilCLI";
     this.txtMovilCLI.Size = new System.Drawing.Size(295, 20);
     this.txtMovilCLI.TabIndex = 8;
     //
     // txtTelefonoCLI
     //
     this.txtTelefonoCLI.Location = new System.Drawing.Point(90, 206);
     this.txtTelefonoCLI.Name = "txtTelefonoCLI";
     this.txtTelefonoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtTelefonoCLI.TabIndex = 7;
     //
     // txtIdClienteCLI
     //
     this.txtIdClienteCLI.Location = new System.Drawing.Point(90, 18);
     this.txtIdClienteCLI.Name = "txtIdClienteCLI";
     this.txtIdClienteCLI.Size = new System.Drawing.Size(295, 20);
     this.txtIdClienteCLI.TabIndex = 0;
     //
     // txtFechaNacCLI
     //
     this.txtFechaNacCLI.Location = new System.Drawing.Point(127, 552);
     this.txtFechaNacCLI.Mask = "00/00/0000";
     this.txtFechaNacCLI.Name = "txtFechaNacCLI";
     this.txtFechaNacCLI.Size = new System.Drawing.Size(270, 20);
     this.txtFechaNacCLI.TabIndex = 7;
     this.txtFechaNacCLI.TabStop = false;
     this.txtFechaNacCLI.ValidatingType = typeof(System.DateTime);
     this.txtFechaNacCLI.Visible = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label11.Location = new System.Drawing.Point(22, 552);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 15);
     this.label11.TabIndex = 23;
     this.label11.Text = "Fecha N.";
     this.label11.Visible = false;
     //
     // txtRazonSocialCLI
     //
     this.txtRazonSocialCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtRazonSocialCLI.Location = new System.Drawing.Point(407, 552);
     this.txtRazonSocialCLI.Name = "txtRazonSocialCLI";
     this.txtRazonSocialCLI.Size = new System.Drawing.Size(200, 20);
     this.txtRazonSocialCLI.TabIndex = 1;
     this.txtRazonSocialCLI.Visible = false;
     //
     // cmbCondicion
     //
     this.cmbCondicion.FormattingEnabled = true;
     this.cmbCondicion.Location = new System.Drawing.Point(270, 527);
     this.cmbCondicion.Name = "cmbCondicion";
     this.cmbCondicion.Size = new System.Drawing.Size(159, 21);
     this.cmbCondicion.TabIndex = 28;
     this.cmbCondicion.TabStop = false;
     this.cmbCondicion.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label13.Location = new System.Drawing.Point(184, 528);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(80, 15);
     this.label13.TabIndex = 27;
     this.label13.Text = "Condicion iva";
     this.label13.Visible = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label7.Location = new System.Drawing.Point(15, 528);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(34, 15);
     this.label7.TabIndex = 18;
     this.label7.Text = "CUIT";
     this.label7.Visible = false;
     //
     // txtCUIT
     //
     this.txtCUIT.Location = new System.Drawing.Point(55, 526);
     this.txtCUIT.Name = "txtCUIT";
     this.txtCUIT.Size = new System.Drawing.Size(121, 20);
     this.txtCUIT.TabIndex = 2;
     this.txtCUIT.TabStop = false;
     this.txtCUIT.Visible = false;
     //
     // gvwDatos
     //
     this.gvwDatos.AllowUserToAddRows = false;
     this.gvwDatos.AllowUserToDeleteRows = false;
     this.gvwDatos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.gvwDatos.Location = new System.Drawing.Point(12, 17);
     this.gvwDatos.Name = "gvwDatos";
     this.gvwDatos.ReadOnly = true;
     this.gvwDatos.Size = new System.Drawing.Size(615, 172);
     this.gvwDatos.TabIndex = 0;
     this.gvwDatos.Text = "DataGridView1";
     //
     // grpBotones
     //
     this.grpBotones.Controls.Add(this.btnCancelar);
     this.grpBotones.Controls.Add(this.btnSalir);
     this.grpBotones.Controls.Add(this.btnGrabar);
     this.grpBotones.Controls.Add(this.btnBorrar);
     this.grpBotones.Controls.Add(this.btnEditar);
     this.grpBotones.Controls.Add(this.btnNuevo);
     this.grpBotones.Controls.Add(this.btnBuscar);
     this.grpBotones.Location = new System.Drawing.Point(427, 259);
     this.grpBotones.Name = "grpBotones";
     this.grpBotones.Size = new System.Drawing.Size(200, 261);
     this.grpBotones.TabIndex = 1;
     this.grpBotones.TabStop = false;
     //
     // btnCancelar
     //
     this.btnCancelar.Location = new System.Drawing.Point(20, 185);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(160, 26);
     this.btnCancelar.TabIndex = 5;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnSalir
     //
     this.btnSalir.Location = new System.Drawing.Point(20, 217);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(160, 26);
     this.btnSalir.TabIndex = 6;
     this.btnSalir.Text = "Salir";
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnGrabar
     //
     this.btnGrabar.Location = new System.Drawing.Point(20, 153);
     this.btnGrabar.Name = "btnGrabar";
     this.btnGrabar.Size = new System.Drawing.Size(160, 26);
     this.btnGrabar.TabIndex = 4;
     this.btnGrabar.Text = "Grabar";
     this.btnGrabar.UseVisualStyleBackColor = true;
     this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click);
     //
     // btnBorrar
     //
     this.btnBorrar.Location = new System.Drawing.Point(20, 121);
     this.btnBorrar.Name = "btnBorrar";
     this.btnBorrar.Size = new System.Drawing.Size(160, 26);
     this.btnBorrar.TabIndex = 3;
     this.btnBorrar.Text = "Borrar";
     this.btnBorrar.UseVisualStyleBackColor = true;
     this.btnBorrar.Click += new System.EventHandler(this.btnBorrar_Click);
     //
     // btnEditar
     //
     this.btnEditar.Location = new System.Drawing.Point(20, 89);
     this.btnEditar.Name = "btnEditar";
     this.btnEditar.Size = new System.Drawing.Size(160, 26);
     this.btnEditar.TabIndex = 2;
     this.btnEditar.Text = "Editar";
     this.btnEditar.UseVisualStyleBackColor = true;
     this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
     //
     // btnNuevo
     //
     this.btnNuevo.Location = new System.Drawing.Point(20, 57);
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(160, 26);
     this.btnNuevo.TabIndex = 1;
     this.btnNuevo.Text = "Nuevo";
     this.btnNuevo.UseVisualStyleBackColor = true;
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // btnBuscar
     //
     this.btnBuscar.Location = new System.Drawing.Point(20, 25);
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(160, 26);
     this.btnBuscar.TabIndex = 0;
     this.btnBuscar.Text = "Buscar";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtParametros);
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupBox1.Location = new System.Drawing.Point(427, 199);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(200, 54);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Buscar";
     //
     // txtParametros
     //
     this.txtParametros.Location = new System.Drawing.Point(6, 20);
     this.txtParametros.Name = "txtParametros";
     this.txtParametros.Size = new System.Drawing.Size(188, 20);
     this.txtParametros.TabIndex = 0;
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem = null;
     this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem = null;
     this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2});
     this.bindingNavigator1.Location = new System.Drawing.Point(0, 532);
     this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name = "bindingNavigator1";
     this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size = new System.Drawing.Size(639, 25);
     this.bindingNavigator1.TabIndex = 29;
     this.bindingNavigator1.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(38, 22);
     this.bindingNavigatorCountItem.Text = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Mover primero";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Mover anterior";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Posición";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Posición actual";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Mover siguiente";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Mover último";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label9.Location = new System.Drawing.Point(10, 175);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(57, 15);
     this.label9.TabIndex = 31;
     this.label9.Text = "Provincia";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label8.Location = new System.Drawing.Point(10, 149);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(61, 15);
     this.label8.TabIndex = 32;
     this.label8.Text = "Localidad";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label5.Location = new System.Drawing.Point(10, 123);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(59, 15);
     this.label5.TabIndex = 33;
     this.label5.Text = "Dirección";
     //
     // txtProvinciaCLI
     //
     this.txtProvinciaCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProvinciaCLI.Location = new System.Drawing.Point(90, 175);
     this.txtProvinciaCLI.Name = "txtProvinciaCLI";
     this.txtProvinciaCLI.Size = new System.Drawing.Size(295, 20);
     this.txtProvinciaCLI.TabIndex = 6;
     //
     // txtLocalidadCLI
     //
     this.txtLocalidadCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtLocalidadCLI.Location = new System.Drawing.Point(90, 149);
     this.txtLocalidadCLI.Name = "txtLocalidadCLI";
     this.txtLocalidadCLI.Size = new System.Drawing.Size(295, 20);
     this.txtLocalidadCLI.TabIndex = 5;
     //
     // txtDireccionCLI
     //
     this.txtDireccionCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDireccionCLI.Location = new System.Drawing.Point(90, 123);
     this.txtDireccionCLI.Name = "txtDireccionCLI";
     this.txtDireccionCLI.Size = new System.Drawing.Size(295, 20);
     this.txtDireccionCLI.TabIndex = 4;
     //
     // frmClientes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(639, 557);
     this.ControlBox = false;
     this.Controls.Add(this.cmbCondicion);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.bindingNavigator1);
     this.Controls.Add(this.txtFechaNacCLI);
     this.Controls.Add(this.grpCampos);
     this.Controls.Add(this.gvwDatos);
     this.Controls.Add(this.grpBotones);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.txtCUIT);
     this.Controls.Add(this.txtRazonSocialCLI);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "frmClientes";
     this.Text = "Clientes";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmClientes_FormClosing);
     this.Load += new System.EventHandler(this.frmClientes_Load);
     this.grpCampos.ResumeLayout(false);
     this.grpCampos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).EndInit();
     this.grpBotones.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     UDPListener.ToolStripClickThrough              toolStrip1;
     System.Windows.Forms.ToolStripButton           separatorToolStripButton;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UDPListenerForm));
     System.Windows.Forms.ToolStripButton           clearToolStripButton;
     System.Windows.Forms.ToolStripButton           copyToolStripButton;
     System.Windows.Forms.ToolStripButton           copyAllToolStripButton;
     System.Windows.Forms.ToolStripButton           copyCleartoolStripButton;
     System.Windows.Forms.ToolStripButton           toolStripButton1;
     this._outputTextBox      = new System.Windows.Forms.TextBox();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator  = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this._portTextBox        = new System.Windows.Forms.ToolStripTextBox();
     toolStrip1 = new UDPListener.ToolStripClickThrough();
     separatorToolStripButton = new System.Windows.Forms.ToolStripButton();
     clearToolStripButton     = new System.Windows.Forms.ToolStripButton();
     copyToolStripButton      = new System.Windows.Forms.ToolStripButton();
     copyAllToolStripButton   = new System.Windows.Forms.ToolStripButton();
     copyCleartoolStripButton = new System.Windows.Forms.ToolStripButton();
     toolStripButton1         = new System.Windows.Forms.ToolStripButton();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // _outputTextBox
     //
     this._outputTextBox.BackColor = System.Drawing.Color.Black;
     this._outputTextBox.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._outputTextBox.Font      = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._outputTextBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this._outputTextBox.Location  = new System.Drawing.Point(0, 0);
     this._outputTextBox.MaxLength = 512000;
     this._outputTextBox.Multiline = true;
     this._outputTextBox.Name      = "_outputTextBox";
     this._outputTextBox.Size      = new System.Drawing.Size(637, 306);
     this._outputTextBox.TabIndex  = 1;
     this._outputTextBox.Text      = "Test Message";
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this._outputTextBox);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(637, 306);
     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(637, 331);
     this.toolStripContainer1.TabIndex = 2;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
     //
     // toolStrip1
     //
     toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         separatorToolStripButton,
         this.toolStripSeparator3,
         clearToolStripButton,
         this.toolStripSeparator,
         copyToolStripButton,
         copyAllToolStripButton,
         this.toolStripSeparator2,
         copyCleartoolStripButton,
         this.toolStripSeparator1,
         this._portTextBox,
         toolStripButton1
     });
     toolStrip1.Location = new System.Drawing.Point(3, 0);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(442, 25);
     toolStrip1.TabIndex = 0;
     //
     // separatorToolStripButton
     //
     separatorToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     separatorToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("separatorToolStripButton.Image")));
     separatorToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     separatorToolStripButton.Name   = "separatorToolStripButton";
     separatorToolStripButton.Size   = new System.Drawing.Size(61, 22);
     separatorToolStripButton.Text   = "Separator";
     separatorToolStripButton.Click += new System.EventHandler(this.OnSeparatorClicked);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // clearToolStripButton
     //
     clearToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     clearToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("clearToolStripButton.Image")));
     clearToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     clearToolStripButton.Name        = "clearToolStripButton";
     clearToolStripButton.Size        = new System.Drawing.Size(38, 22);
     clearToolStripButton.Text        = "Clear";
     clearToolStripButton.ToolTipText = "Clear";
     clearToolStripButton.Click      += new System.EventHandler(this.OnClearClicked);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // copyToolStripButton
     //
     copyToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     copyToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
     copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     copyToolStripButton.Name   = "copyToolStripButton";
     copyToolStripButton.Size   = new System.Drawing.Size(39, 22);
     copyToolStripButton.Text   = "Copy";
     copyToolStripButton.Click += new System.EventHandler(this.OnCopyClicked);
     //
     // copyAllToolStripButton
     //
     copyAllToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     copyAllToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("copyAllToolStripButton.Image")));
     copyAllToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     copyAllToolStripButton.Name   = "copyAllToolStripButton";
     copyAllToolStripButton.Size   = new System.Drawing.Size(53, 22);
     copyAllToolStripButton.Text   = "CopyAll";
     copyAllToolStripButton.Click += new System.EventHandler(this.OnCopyAllClicked);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // copyCleartoolStripButton
     //
     copyCleartoolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     copyCleartoolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("copyCleartoolStripButton.Image")));
     copyCleartoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     copyCleartoolStripButton.Name   = "copyCleartoolStripButton";
     copyCleartoolStripButton.Size   = new System.Drawing.Size(66, 22);
     copyCleartoolStripButton.Text   = "CopyClear";
     copyCleartoolStripButton.Click += new System.EventHandler(this.OnCopyClearClicked);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // _portTextBox
     //
     this._portTextBox.Name        = "_portTextBox";
     this._portTextBox.Size        = new System.Drawing.Size(100, 25);
     this._portTextBox.Text        = "11000";
     this._portTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.OnPortTextValidating);
     //
     // toolStripButton1
     //
     toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton1.Name   = "toolStripButton1";
     toolStripButton1.Size   = new System.Drawing.Size(47, 22);
     toolStripButton1.Text   = "Restart";
     toolStripButton1.Click += new System.EventHandler(this.OnRestartClicked);
     //
     // UDPListenerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(637, 331);
     this.Controls.Add(this.toolStripContainer1);
     this.Name    = "UDPListenerForm";
     this.Text    = "Listener";
     this.TopMost = true;
     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();
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.toolStripRequest = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxProtocol = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBoxMethod = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBoxURL = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonCookies = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAuthType = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonSendRequest = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.comboBoxRequestHeaders = new System.Windows.Forms.ComboBox();
     this.buttonAddToList = new System.Windows.Forms.Button();
     this.textBoxHeaderValue = new System.Windows.Forms.TextBox();
     this.listViewRequestHeaders = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.buttonDeleteHeader = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.richTextBoxPOST = new System.Windows.Forms.RichTextBox();
     this.tabControl4 = new System.Windows.Forms.TabControl();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.listViewResponseHeaders = new System.Windows.Forms.ListView();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.richTextBoxSource = new System.Windows.Forms.RichTextBox();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.webBrowserSource = new System.Windows.Forms.WebBrowser();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.toolStripRequest.SuspendLayout();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabControl4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(912, 313);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.splitContainer2);
     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(904, 287);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Request";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.toolStripRequest);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size = new System.Drawing.Size(898, 281);
     this.splitContainer2.SplitterDistance = 25;
     this.splitContainer2.TabIndex = 2;
     //
     // toolStripRequest
     //
     this.toolStripRequest.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel2,
     this.toolStripComboBoxProtocol,
     this.toolStripSeparator7,
     this.toolStripLabel1,
     this.toolStripComboBoxMethod,
     this.toolStripSeparator8,
     this.toolStripLabel3,
     this.toolStripTextBoxURL,
     this.toolStripSeparator3,
     this.toolStripButtonCookies,
     this.toolStripSeparator9,
     this.toolStripButtonAuthType,
     this.toolStripSeparator5,
     this.toolStripButtonSendRequest,
     this.toolStripSeparator6});
     this.toolStripRequest.Location = new System.Drawing.Point(0, 0);
     this.toolStripRequest.Name = "toolStripRequest";
     this.toolStripRequest.Size = new System.Drawing.Size(898, 25);
     this.toolStripRequest.TabIndex = 0;
     this.toolStripRequest.Text = "toolStrip1";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(46, 22);
     this.toolStripLabel2.Text = "Protocol";
     //
     // toolStripComboBoxProtocol
     //
     this.toolStripComboBoxProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxProtocol.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxProtocol.Items.AddRange(new object[] {
     "HTTP /1.0",
     "HTTP /1.1"});
     this.toolStripComboBoxProtocol.Name = "toolStripComboBoxProtocol";
     this.toolStripComboBoxProtocol.Size = new System.Drawing.Size(80, 25);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(43, 22);
     this.toolStripLabel1.Text = "Method";
     //
     // toolStripComboBoxMethod
     //
     this.toolStripComboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBoxMethod.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.toolStripComboBoxMethod.Items.AddRange(new object[] {
     "GET",
     "POST"});
     this.toolStripComboBoxMethod.Name = "toolStripComboBoxMethod";
     this.toolStripComboBoxMethod.Size = new System.Drawing.Size(75, 25);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel3.Text = "URL:";
     //
     // toolStripTextBoxURL
     //
     this.toolStripTextBoxURL.Name = "toolStripTextBoxURL";
     this.toolStripTextBoxURL.Size = new System.Drawing.Size(410, 25);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonCookies
     //
     this.toolStripButtonCookies.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonCookies.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.toolStripButtonCookies.Name = "toolStripButtonCookies";
     this.toolStripButtonCookies.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonCookies.Text = "Define Cokies";
     this.toolStripButtonCookies.Click += new System.EventHandler(this.toolStripButtonCookies_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonAuthType
     //
     this.toolStripButtonAuthType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAuthType.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAuthType.Name = "toolStripButtonAuthType";
     this.toolStripButtonAuthType.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonAuthType.Text = "Define Authentication";
     this.toolStripButtonAuthType.Click += new System.EventHandler(this.toolStripButtonAuthType_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonSendRequest
     //
     this.toolStripButtonSendRequest.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSendRequest.Name = "toolStripButtonSendRequest";
     this.toolStripButtonSendRequest.Size = new System.Drawing.Size(94, 22);
     this.toolStripButtonSendRequest.Text = "Send Request";
     this.toolStripButtonSendRequest.Click += new System.EventHandler(this.toolStripButtonSendRequest_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupBox2);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.groupBox3);
     this.splitContainer4.Size = new System.Drawing.Size(898, 252);
     this.splitContainer4.SplitterDistance = 546;
     this.splitContainer4.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.splitContainer1);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(546, 252);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Request Headers";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.comboBoxRequestHeaders);
     this.splitContainer1.Panel1.Controls.Add(this.buttonAddToList);
     this.splitContainer1.Panel1.Controls.Add(this.textBoxHeaderValue);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listViewRequestHeaders);
     this.splitContainer1.Panel2.Controls.Add(this.buttonDeleteHeader);
     this.splitContainer1.Size = new System.Drawing.Size(540, 233);
     this.splitContainer1.SplitterDistance = 33;
     this.splitContainer1.TabIndex = 1;
     //
     // comboBoxRequestHeaders
     //
     this.comboBoxRequestHeaders.FormattingEnabled = true;
     this.comboBoxRequestHeaders.Location = new System.Drawing.Point(3, 5);
     this.comboBoxRequestHeaders.Name = "comboBoxRequestHeaders";
     this.comboBoxRequestHeaders.Size = new System.Drawing.Size(169, 21);
     this.comboBoxRequestHeaders.TabIndex = 3;
     //
     // buttonAddToList
     //
     this.buttonAddToList.Location = new System.Drawing.Point(450, 3);
     this.buttonAddToList.Name = "buttonAddToList";
     this.buttonAddToList.Size = new System.Drawing.Size(87, 23);
     this.buttonAddToList.TabIndex = 2;
     this.buttonAddToList.Text = "Add to List";
     this.buttonAddToList.UseVisualStyleBackColor = true;
     this.buttonAddToList.Click += new System.EventHandler(this.buttonAddToList_Click);
     //
     // textBoxHeaderValue
     //
     this.textBoxHeaderValue.Location = new System.Drawing.Point(178, 5);
     this.textBoxHeaderValue.Name = "textBoxHeaderValue";
     this.textBoxHeaderValue.Size = new System.Drawing.Size(266, 20);
     this.textBoxHeaderValue.TabIndex = 1;
     //
     // listViewRequestHeaders
     //
     this.listViewRequestHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.listViewRequestHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewRequestHeaders.FullRowSelect = true;
     this.listViewRequestHeaders.GridLines = true;
     this.listViewRequestHeaders.Location = new System.Drawing.Point(0, 0);
     this.listViewRequestHeaders.Name = "listViewRequestHeaders";
     this.listViewRequestHeaders.Size = new System.Drawing.Size(540, 173);
     this.listViewRequestHeaders.TabIndex = 0;
     this.listViewRequestHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewRequestHeaders.View = System.Windows.Forms.View.Details;
     this.listViewRequestHeaders.SelectedIndexChanged += new System.EventHandler(this.listViewRequestHeaders_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Header Name";
     this.columnHeader1.Width = 174;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Header Value";
     this.columnHeader2.Width = 333;
     //
     // buttonDeleteHeader
     //
     this.buttonDeleteHeader.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.buttonDeleteHeader.Enabled = false;
     this.buttonDeleteHeader.Location = new System.Drawing.Point(0, 173);
     this.buttonDeleteHeader.Name = "buttonDeleteHeader";
     this.buttonDeleteHeader.Size = new System.Drawing.Size(540, 23);
     this.buttonDeleteHeader.TabIndex = 1;
     this.buttonDeleteHeader.Text = "Delete Headers";
     this.buttonDeleteHeader.UseVisualStyleBackColor = true;
     this.buttonDeleteHeader.Click += new System.EventHandler(this.buttonDeleteHeader_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.richTextBoxPOST);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(348, 252);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "POST";
     //
     // richTextBoxPOST
     //
     this.richTextBoxPOST.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxPOST.Location = new System.Drawing.Point(3, 16);
     this.richTextBoxPOST.Name = "richTextBoxPOST";
     this.richTextBoxPOST.Size = new System.Drawing.Size(342, 233);
     this.richTextBoxPOST.TabIndex = 0;
     this.richTextBoxPOST.Text = "";
     //
     // tabControl4
     //
     this.tabControl4.Controls.Add(this.tabPage5);
     this.tabControl4.Controls.Add(this.tabPage6);
     this.tabControl4.Controls.Add(this.tabPage7);
     this.tabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl4.Location = new System.Drawing.Point(0, 0);
     this.tabControl4.Name = "tabControl4";
     this.tabControl4.SelectedIndex = 0;
     this.tabControl4.Size = new System.Drawing.Size(912, 256);
     this.tabControl4.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.listViewResponseHeaders);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(904, 230);
     this.tabPage5.TabIndex = 0;
     this.tabPage5.Text = "Response Headers";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // listViewResponseHeaders
     //
     this.listViewResponseHeaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader3,
     this.columnHeader4});
     this.listViewResponseHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listViewResponseHeaders.Location = new System.Drawing.Point(3, 3);
     this.listViewResponseHeaders.Name = "listViewResponseHeaders";
     this.listViewResponseHeaders.Size = new System.Drawing.Size(898, 224);
     this.listViewResponseHeaders.TabIndex = 0;
     this.listViewResponseHeaders.UseCompatibleStateImageBehavior = false;
     this.listViewResponseHeaders.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Header Name";
     this.columnHeader3.Width = 229;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Header Value";
     this.columnHeader4.Width = 458;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.richTextBoxSource);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(904, 230);
     this.tabPage6.TabIndex = 1;
     this.tabPage6.Text = "Source Code";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // richTextBoxSource
     //
     this.richTextBoxSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.richTextBoxSource.Location = new System.Drawing.Point(3, 3);
     this.richTextBoxSource.Name = "richTextBoxSource";
     this.richTextBoxSource.Size = new System.Drawing.Size(898, 224);
     this.richTextBoxSource.TabIndex = 0;
     this.richTextBoxSource.Text = "";
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.webBrowserSource);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(904, 230);
     this.tabPage7.TabIndex = 2;
     this.tabPage7.Text = "Browser";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // webBrowserSource
     //
     this.webBrowserSource.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowserSource.Location = new System.Drawing.Point(0, 0);
     this.webBrowserSource.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowserSource.Name = "webBrowserSource";
     this.webBrowserSource.Size = new System.Drawing.Size(904, 230);
     this.webBrowserSource.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tabControl1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.tabControl4);
     this.splitContainer3.Size = new System.Drawing.Size(912, 573);
     this.splitContainer3.SplitterDistance = 313;
     this.splitContainer3.TabIndex = 1;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(912, 573);
     this.Controls.Add(this.splitContainer3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmMain";
     this.Text = "Custom Request";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.toolStripRequest.ResumeLayout(false);
     this.toolStripRequest.PerformLayout();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tabControl4.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.tabPage6.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #54
0
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.ToolBar1          = new System.Windows.Forms.ToolStrip();
     this.tbImageSave       = new System.Windows.Forms.ToolStripButton();
     this.tbs1              = new System.Windows.Forms.ToolStripSeparator();
     this.tbGens            = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuGens          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miGensInf         = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens1           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens2           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens3           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens4           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens5           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens6           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens7           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens8           = new System.Windows.Forms.ToolStripMenuItem();
     this.miGens9           = new System.Windows.Forms.ToolStripMenuItem();
     this.tbs2              = new System.Windows.Forms.ToolStripSeparator();
     this.tbModes           = new System.Windows.Forms.ToolStripDropDownButton();
     this.MenuModes         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miModeBoth        = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeAncestors   = new System.Windows.Forms.ToolStripMenuItem();
     this.miModeDescendants = new System.Windows.Forms.ToolStripMenuItem();
     this.N7 = new System.Windows.Forms.ToolStripSeparator();
     this.miTraceSelected  = new System.Windows.Forms.ToolStripMenuItem();
     this.miTraceKinships  = new System.Windows.Forms.ToolStripMenuItem();
     this.miCertaintyIndex = new System.Windows.Forms.ToolStripMenuItem();
     this.N8                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFillColor         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFillImage         = new System.Windows.Forms.ToolStripMenuItem();
     this.N9                  = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbFilter            = new System.Windows.Forms.ToolStripButton();
     this.tbPrev              = new System.Windows.Forms.ToolStripButton();
     this.tbNext              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tbDocPreview        = new System.Windows.Forms.ToolStripButton();
     this.tbDocPrint          = new System.Windows.Forms.ToolStripButton();
     this.MenuPerson          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miEdit              = new System.Windows.Forms.ToolStripMenuItem();
     this.N1                  = new System.Windows.Forms.ToolStripSeparator();
     this.miFatherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miMotherAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miFamilyAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSpouseAdd         = new System.Windows.Forms.ToolStripMenuItem();
     this.miSonAdd            = new System.Windows.Forms.ToolStripMenuItem();
     this.miDaughterAdd       = new System.Windows.Forms.ToolStripMenuItem();
     this.N2                  = new System.Windows.Forms.ToolStripSeparator();
     this.miDelete            = new System.Windows.Forms.ToolStripMenuItem();
     this.N11                 = new System.Windows.Forms.ToolStripSeparator();
     this.miGoToRecord        = new System.Windows.Forms.ToolStripMenuItem();
     this.N3                  = new System.Windows.Forms.ToolStripSeparator();
     this.miRebuildTree       = new System.Windows.Forms.ToolStripMenuItem();
     this.miRebuildKinships   = new System.Windows.Forms.ToolStripMenuItem();
     this.N10                 = new System.Windows.Forms.ToolStripSeparator();
     this.miSelectColor       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.ToolBar1.SuspendLayout();
     this.MenuGens.SuspendLayout();
     this.MenuModes.SuspendLayout();
     this.MenuPerson.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolBar1
     //
     this.ToolBar1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolBar1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.ToolBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbImageSave,
         this.tbs1,
         this.tbGens,
         this.tbs2,
         this.tbModes,
         this.toolStripSeparator1,
         this.tbFilter,
         this.tbPrev,
         this.tbNext,
         this.toolStripSeparator2,
         this.tbDocPreview,
         this.tbDocPrint
     });
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name     = "ToolBar1";
     this.ToolBar1.Size     = new System.Drawing.Size(658, 25);
     this.ToolBar1.TabIndex = 0;
     //
     // tbImageSave
     //
     this.tbImageSave.Name   = "tbImageSave";
     this.tbImageSave.Size   = new System.Drawing.Size(23, 22);
     this.tbImageSave.Click += new System.EventHandler(this.tbImageSave_Click);
     //
     // tbs1
     //
     this.tbs1.Name = "tbs1";
     this.tbs1.Size = new System.Drawing.Size(6, 25);
     //
     // tbGens
     //
     this.tbGens.DropDown = this.MenuGens;
     this.tbGens.Name     = "tbGens";
     this.tbGens.Size     = new System.Drawing.Size(57, 22);
     this.tbGens.Text     = "tbGens";
     //
     // MenuGens
     //
     this.MenuGens.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miGensInf,
         this.miGens1,
         this.miGens2,
         this.miGens3,
         this.miGens4,
         this.miGens5,
         this.miGens6,
         this.miGens7,
         this.miGens8,
         this.miGens9
     });
     this.MenuGens.Name      = "MenuGens";
     this.MenuGens.OwnerItem = this.tbGens;
     this.MenuGens.Size      = new System.Drawing.Size(89, 224);
     //
     // miGensInf
     //
     this.miGensInf.Checked    = true;
     this.miGensInf.CheckState = System.Windows.Forms.CheckState.Checked;
     this.miGensInf.Name       = "miGensInf";
     this.miGensInf.Size       = new System.Drawing.Size(88, 22);
     this.miGensInf.Text       = "Inf";
     this.miGensInf.Click     += new System.EventHandler(this.miGens9_Click);
     //
     // miGens1
     //
     this.miGens1.Name   = "miGens1";
     this.miGens1.Size   = new System.Drawing.Size(88, 22);
     this.miGens1.Text   = "1";
     this.miGens1.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens2
     //
     this.miGens2.Name   = "miGens2";
     this.miGens2.Size   = new System.Drawing.Size(88, 22);
     this.miGens2.Text   = "2";
     this.miGens2.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens3
     //
     this.miGens3.Name   = "miGens3";
     this.miGens3.Size   = new System.Drawing.Size(88, 22);
     this.miGens3.Text   = "3";
     this.miGens3.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens4
     //
     this.miGens4.Name   = "miGens4";
     this.miGens4.Size   = new System.Drawing.Size(88, 22);
     this.miGens4.Text   = "4";
     this.miGens4.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens5
     //
     this.miGens5.Name   = "miGens5";
     this.miGens5.Size   = new System.Drawing.Size(88, 22);
     this.miGens5.Text   = "5";
     this.miGens5.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens6
     //
     this.miGens6.Name   = "miGens6";
     this.miGens6.Size   = new System.Drawing.Size(88, 22);
     this.miGens6.Text   = "6";
     this.miGens6.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens7
     //
     this.miGens7.Name   = "miGens7";
     this.miGens7.Size   = new System.Drawing.Size(88, 22);
     this.miGens7.Text   = "7";
     this.miGens7.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens8
     //
     this.miGens8.Name   = "miGens8";
     this.miGens8.Size   = new System.Drawing.Size(88, 22);
     this.miGens8.Text   = "8";
     this.miGens8.Click += new System.EventHandler(this.miGens9_Click);
     //
     // miGens9
     //
     this.miGens9.Name   = "miGens9";
     this.miGens9.Size   = new System.Drawing.Size(88, 22);
     this.miGens9.Text   = "9";
     this.miGens9.Click += new System.EventHandler(this.miGens9_Click);
     //
     // tbs2
     //
     this.tbs2.Name = "tbs2";
     this.tbs2.Size = new System.Drawing.Size(6, 25);
     //
     // tbModes
     //
     this.tbModes.DropDown = this.MenuModes;
     this.tbModes.Name     = "tbModes";
     this.tbModes.Size     = new System.Drawing.Size(13, 22);
     //
     // MenuModes
     //
     this.MenuModes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miModeBoth,
         this.miModeAncestors,
         this.miModeDescendants,
         this.N7,
         this.miTraceSelected,
         this.miTraceKinships,
         this.miCertaintyIndex,
         this.N8,
         this.miFillColor,
         this.miFillImage,
         this.N9
     });
     this.MenuModes.Name      = "MenuModes";
     this.MenuModes.OwnerItem = this.tbModes;
     this.MenuModes.Size      = new System.Drawing.Size(187, 198);
     //
     // miModeBoth
     //
     this.miModeBoth.Name   = "miModeBoth";
     this.miModeBoth.Size   = new System.Drawing.Size(186, 22);
     this.miModeBoth.Text   = "miModeBoth";
     this.miModeBoth.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeAncestors
     //
     this.miModeAncestors.Name   = "miModeAncestors";
     this.miModeAncestors.Size   = new System.Drawing.Size(186, 22);
     this.miModeAncestors.Text   = "miModeAncestors";
     this.miModeAncestors.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // miModeDescendants
     //
     this.miModeDescendants.Name   = "miModeDescendants";
     this.miModeDescendants.Size   = new System.Drawing.Size(186, 22);
     this.miModeDescendants.Text   = "miModeDescendants";
     this.miModeDescendants.Click += new System.EventHandler(this.miModeItem_Click);
     //
     // N7
     //
     this.N7.Name = "N7";
     this.N7.Size = new System.Drawing.Size(183, 6);
     //
     // miTraceSelected
     //
     this.miTraceSelected.Name   = "miTraceSelected";
     this.miTraceSelected.Size   = new System.Drawing.Size(186, 22);
     this.miTraceSelected.Text   = "miTraceSelected";
     this.miTraceSelected.Click += new System.EventHandler(this.miTraceSelected_Click);
     //
     // miTraceKinships
     //
     this.miTraceKinships.Name   = "miTraceKinships";
     this.miTraceKinships.Size   = new System.Drawing.Size(186, 22);
     this.miTraceKinships.Text   = "miTraceKinships";
     this.miTraceKinships.Click += new System.EventHandler(this.miTraceKinships_Click);
     //
     // miCertaintyIndex
     //
     this.miCertaintyIndex.Name   = "miCertaintyIndex";
     this.miCertaintyIndex.Size   = new System.Drawing.Size(186, 22);
     this.miCertaintyIndex.Text   = "miCertaintyIndex";
     this.miCertaintyIndex.Click += new System.EventHandler(this.miCertaintyIndex_Click);
     //
     // N8
     //
     this.N8.Name = "N8";
     this.N8.Size = new System.Drawing.Size(183, 6);
     //
     // miFillColor
     //
     this.miFillColor.Name   = "miFillColor";
     this.miFillColor.Size   = new System.Drawing.Size(186, 22);
     this.miFillColor.Text   = "miFillColor";
     this.miFillColor.Click += new System.EventHandler(this.miFillColor_Click);
     //
     // miFillImage
     //
     this.miFillImage.Name   = "miFillImage";
     this.miFillImage.Size   = new System.Drawing.Size(186, 22);
     this.miFillImage.Text   = "miFillImage";
     this.miFillImage.Click += new System.EventHandler(this.miFillImage_Click);
     //
     // N9
     //
     this.N9.Name    = "N9";
     this.N9.Size    = new System.Drawing.Size(183, 6);
     this.N9.Visible = false;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tbFilter
     //
     this.tbFilter.ImageTransparentColor = System.Drawing.Color.White;
     this.tbFilter.Name   = "tbFilter";
     this.tbFilter.Size   = new System.Drawing.Size(23, 22);
     this.tbFilter.Click += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbPrev
     //
     this.tbPrev.Enabled = false;
     this.tbPrev.Name    = "tbPrev";
     this.tbPrev.Size    = new System.Drawing.Size(23, 22);
     this.tbPrev.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // tbNext
     //
     this.tbNext.Enabled = false;
     this.tbNext.Name    = "tbNext";
     this.tbNext.Size    = new System.Drawing.Size(23, 22);
     this.tbNext.Click  += new System.EventHandler(this.ToolBar1_ButtonClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tbDocPreview
     //
     this.tbDocPreview.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPreview.Name   = "tbDocPreview";
     this.tbDocPreview.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPreview.Text   = "toolStripButton1";
     this.tbDocPreview.Click += new System.EventHandler(this.tbDocPreview_Click);
     //
     // tbDocPrint
     //
     this.tbDocPrint.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbDocPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDocPrint.Name   = "tbDocPrint";
     this.tbDocPrint.Size   = new System.Drawing.Size(23, 22);
     this.tbDocPrint.Text   = "toolStripButton2";
     this.tbDocPrint.Click += new System.EventHandler(this.tbDocPrint_Click);
     //
     // MenuPerson
     //
     this.MenuPerson.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miEdit,
         this.N1,
         this.miFatherAdd,
         this.miMotherAdd,
         this.miFamilyAdd,
         this.miSpouseAdd,
         this.miSonAdd,
         this.miDaughterAdd,
         this.N2,
         this.miDelete,
         this.N11,
         this.miGoToRecord,
         this.N3,
         this.miRebuildTree,
         this.miRebuildKinships,
         this.N10,
         this.miSelectColor
     });
     this.MenuPerson.Name     = "MenuPerson";
     this.MenuPerson.Size     = new System.Drawing.Size(173, 320);
     this.MenuPerson.Opening += new System.ComponentModel.CancelEventHandler(this.MenuPerson_Opening);
     //
     // miEdit
     //
     this.miEdit.Name   = "miEdit";
     this.miEdit.Size   = new System.Drawing.Size(172, 22);
     this.miEdit.Text   = "miEdit";
     this.miEdit.Click += new System.EventHandler(this.miEdit_Click);
     //
     // N1
     //
     this.N1.Name = "N1";
     this.N1.Size = new System.Drawing.Size(169, 6);
     //
     // miFatherAdd
     //
     this.miFatherAdd.Name   = "miFatherAdd";
     this.miFatherAdd.Size   = new System.Drawing.Size(172, 22);
     this.miFatherAdd.Text   = "miFatherAdd";
     this.miFatherAdd.Click += new System.EventHandler(this.miFatherAdd_Click);
     //
     // miMotherAdd
     //
     this.miMotherAdd.Name   = "miMotherAdd";
     this.miMotherAdd.Size   = new System.Drawing.Size(172, 22);
     this.miMotherAdd.Text   = "miMotherAdd";
     this.miMotherAdd.Click += new System.EventHandler(this.miMotherAdd_Click);
     //
     // miFamilyAdd
     //
     this.miFamilyAdd.Name   = "miFamilyAdd";
     this.miFamilyAdd.Size   = new System.Drawing.Size(172, 22);
     this.miFamilyAdd.Text   = "miFamilyAdd";
     this.miFamilyAdd.Click += new System.EventHandler(this.miFamilyAdd_Click);
     //
     // miSpouseAdd
     //
     this.miSpouseAdd.Name   = "miSpouseAdd";
     this.miSpouseAdd.Size   = new System.Drawing.Size(172, 22);
     this.miSpouseAdd.Text   = "miSpouseAdd";
     this.miSpouseAdd.Click += new System.EventHandler(this.miSpouseAdd_Click);
     //
     // miSonAdd
     //
     this.miSonAdd.Name   = "miSonAdd";
     this.miSonAdd.Size   = new System.Drawing.Size(172, 22);
     this.miSonAdd.Text   = "miSonAdd";
     this.miSonAdd.Click += new System.EventHandler(this.miSonAdd_Click);
     //
     // miDaughterAdd
     //
     this.miDaughterAdd.Name   = "miDaughterAdd";
     this.miDaughterAdd.Size   = new System.Drawing.Size(172, 22);
     this.miDaughterAdd.Text   = "miDaughterAdd";
     this.miDaughterAdd.Click += new System.EventHandler(this.miDaughterAdd_Click);
     //
     // N2
     //
     this.N2.Name = "N2";
     this.N2.Size = new System.Drawing.Size(169, 6);
     //
     // miDelete
     //
     this.miDelete.Name   = "miDelete";
     this.miDelete.Size   = new System.Drawing.Size(172, 22);
     this.miDelete.Text   = "miDelete";
     this.miDelete.Click += new System.EventHandler(this.miDelete_Click);
     //
     // N11
     //
     this.N11.Name = "N11";
     this.N11.Size = new System.Drawing.Size(169, 6);
     //
     // miGoToRecord
     //
     this.miGoToRecord.Name   = "miGoToRecord";
     this.miGoToRecord.Size   = new System.Drawing.Size(172, 22);
     this.miGoToRecord.Text   = "miGoToRecord";
     this.miGoToRecord.Click += new System.EventHandler(this.miGoToRecord_Click);
     //
     // N3
     //
     this.N3.Name = "N3";
     this.N3.Size = new System.Drawing.Size(169, 6);
     //
     // miRebuildTree
     //
     this.miRebuildTree.Name   = "miRebuildTree";
     this.miRebuildTree.Size   = new System.Drawing.Size(172, 22);
     this.miRebuildTree.Text   = "miRebuildTree";
     this.miRebuildTree.Click += new System.EventHandler(this.miRebuildTree_Click);
     //
     // miRebuildKinships
     //
     this.miRebuildKinships.Name   = "miRebuildKinships";
     this.miRebuildKinships.Size   = new System.Drawing.Size(172, 22);
     this.miRebuildKinships.Text   = "miRebuildKinships";
     this.miRebuildKinships.Click += new System.EventHandler(this.miRebuildKinships_Click);
     //
     // N10
     //
     this.N10.Name = "N10";
     this.N10.Size = new System.Drawing.Size(169, 6);
     //
     // miSelectColor
     //
     this.miSelectColor.Name   = "miSelectColor";
     this.miSelectColor.Size   = new System.Drawing.Size(172, 22);
     this.miSelectColor.Text   = "miSelectColor";
     this.miSelectColor.Click += new System.EventHandler(this.miSelectColor_Click);
     //
     // TreeChartWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(658, 362);
     this.Controls.Add(this.ToolBar1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "TreeChartWin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "TreeChartWin";
     this.Title         = "TreeChartWin";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.TreeChartWin_KeyDown);
     this.Controls.SetChildIndex(this.ToolBar1, 0);
     this.ToolBar1.ResumeLayout(false);
     this.ToolBar1.PerformLayout();
     this.MenuGens.ResumeLayout(false);
     this.MenuModes.ResumeLayout(false);
     this.MenuPerson.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #55
0
 /// <summary> 
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas 
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.listViewResults = new System.Windows.Forms.ListView();
     this.columnHeaderTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderLineNumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeaderLineText = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label_Statistics = new System.Windows.Forms.Label();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.textBoxSearch = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox_Scope = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripDropDownButton_Options = new System.Windows.Forms.ToolStripDropDownButton();
     this.toolStripMenuItem_RegExp = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_MatchCase = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_WholeWord = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem_WordStart = new System.Windows.Forms.ToolStripMenuItem();
     this.buttonSearch = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listViewResults
     //
     this.listViewResults.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.listViewResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeaderTitle,
     this.columnHeaderLineNumber,
     this.columnHeaderLineText});
     this.listViewResults.FullRowSelect = true;
     this.listViewResults.GridLines = true;
     this.listViewResults.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listViewResults.Location = new System.Drawing.Point(3, 28);
     this.listViewResults.MultiSelect = false;
     this.listViewResults.Name = "listViewResults";
     this.listViewResults.Size = new System.Drawing.Size(530, 147);
     this.listViewResults.TabIndex = 5;
     this.listViewResults.UseCompatibleStateImageBehavior = false;
     this.listViewResults.View = System.Windows.Forms.View.Details;
     //
     // columnHeaderTitle
     //
     this.columnHeaderTitle.Text = "Script";
     this.columnHeaderTitle.Width = 147;
     //
     // columnHeaderLineNumber
     //
     this.columnHeaderLineNumber.Text = "Line #";
     this.columnHeaderLineNumber.Width = 73;
     //
     // columnHeaderLineText
     //
     this.columnHeaderLineText.Text = "Text";
     this.columnHeaderLineText.Width = 278;
     //
     // label_Statistics
     //
     this.label_Statistics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label_Statistics.AutoSize = true;
     this.label_Statistics.Location = new System.Drawing.Point(3, 178);
     this.label_Statistics.Name = "label_Statistics";
     this.label_Statistics.Size = new System.Drawing.Size(0, 13);
     this.label_Statistics.TabIndex = 10;
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
     this.toolStripLabel1.Text = "Find:";
     //
     // textBoxSearch
     //
     this.textBoxSearch.Name = "textBoxSearch";
     this.textBoxSearch.Size = new System.Drawing.Size(100, 25);
     this.textBoxSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox_SearchString_KeyDown);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(20, 22);
     this.toolStripLabel3.Text = "In:";
     //
     // toolStripComboBox_Scope
     //
     this.toolStripComboBox_Scope.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBox_Scope.Items.AddRange(new object[] {
     "Open Scripts",
     "All Scripts"});
     this.toolStripComboBox_Scope.Name = "toolStripComboBox_Scope";
     this.toolStripComboBox_Scope.Size = new System.Drawing.Size(100, 25);
     //
     // toolStripDropDownButton_Options
     //
     this.toolStripDropDownButton_Options.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem_RegExp,
     this.toolStripMenuItem_MatchCase,
     this.toolStripMenuItem_WholeWord,
     this.toolStripMenuItem_WordStart});
     this.toolStripDropDownButton_Options.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton_Options.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.toolStripDropDownButton_Options.Name = "toolStripDropDownButton_Options";
     this.toolStripDropDownButton_Options.Size = new System.Drawing.Size(62, 22);
     this.toolStripDropDownButton_Options.Text = "Options";
     //
     // toolStripMenuItem_RegExp
     //
     this.toolStripMenuItem_RegExp.CheckOnClick = true;
     this.toolStripMenuItem_RegExp.Name = "toolStripMenuItem_RegExp";
     this.toolStripMenuItem_RegExp.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_RegExp.Text = "RegExp";
     this.toolStripMenuItem_RegExp.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_MatchCase
     //
     this.toolStripMenuItem_MatchCase.CheckOnClick = true;
     this.toolStripMenuItem_MatchCase.Name = "toolStripMenuItem_MatchCase";
     this.toolStripMenuItem_MatchCase.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_MatchCase.Text = "Match Case";
     this.toolStripMenuItem_MatchCase.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_WholeWord
     //
     this.toolStripMenuItem_WholeWord.CheckOnClick = true;
     this.toolStripMenuItem_WholeWord.Name = "toolStripMenuItem_WholeWord";
     this.toolStripMenuItem_WholeWord.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_WholeWord.Text = "Whole Word";
     this.toolStripMenuItem_WholeWord.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // toolStripMenuItem_WordStart
     //
     this.toolStripMenuItem_WordStart.CheckOnClick = true;
     this.toolStripMenuItem_WordStart.Name = "toolStripMenuItem_WordStart";
     this.toolStripMenuItem_WordStart.Size = new System.Drawing.Size(152, 22);
     this.toolStripMenuItem_WordStart.Text = "Word Start";
     this.toolStripMenuItem_WordStart.Click += new System.EventHandler(this.toolStripMenuItem_OptionsItem_Click);
     //
     // buttonSearch
     //
     this.buttonSearch.Image = Resources.Find3;
     this.buttonSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonSearch.Margin = new System.Windows.Forms.Padding(16, 1, 0, 2);
     this.buttonSearch.Name = "buttonSearch";
     this.buttonSearch.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.buttonSearch.Size = new System.Drawing.Size(65, 22);
     this.buttonSearch.Text = "Search!";
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.textBoxSearch,
     this.toolStripLabel3,
     this.toolStripComboBox_Scope,
     this.toolStripDropDownButton_Options,
     this.buttonSearch});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size = new System.Drawing.Size(536, 25);
     this.toolStrip1.TabIndex = 9;
     this.toolStrip1.Text = "toolStrip1";
     //
     // SearchControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label_Statistics);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.listViewResults);
     this.Name = "SearchControl";
     this.Size = new System.Drawing.Size(536, 191);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #56
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.axRenderControl1 = new Gvitech.CityMaker.Controls.AxRenderControl();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.treeView1 = new ProjectTree.TriStateTreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonSaveProject = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonPackProject = new System.Windows.Forms.ToolStripButton();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ToolStripMenuItemRename = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemCreateComplexParticleEffect = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemCreateRenderPolyline = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemEditPolyline = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripButtonSelect = new System.Windows.Forms.ToolStripButton();

            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            //
            // axRenderControl1
            //
            this.axRenderControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.axRenderControl1.Enabled = true;
            this.axRenderControl1.Location = new System.Drawing.Point(141, 3);
            this.axRenderControl1.Name = "axRenderControl1";
            this.axRenderControl1.Size = new System.Drawing.Size(585, 516);
            this.axRenderControl1.TabIndex = 0;
            //
            // tableLayoutPanel1
            //
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.93491F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 81.06509F));
            this.tableLayoutPanel1.Controls.Add(this.axRenderControl1, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(729, 522);
            this.tableLayoutPanel1.TabIndex = 1;
            //
            // tableLayoutPanel2
            //
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.treeView1, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(132, 516);
            this.tableLayoutPanel2.TabIndex = 1;
            //
            // treeView1
            //
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.ImageIndex = 0;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(3, 33);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(126, 480);
            this.treeView1.TabIndex = 2;
            this.treeView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseClick);
            //
            // imageList1
            //
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "group.png");
            this.imageList1.Images.SetKeyName(1, "node.png");
            this.imageList1.Images.SetKeyName(2, "Tree.png");
            //
            // toolStrip1
            //
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonSaveProject,
            this.toolStripButtonPackProject,
            this.toolStripButtonSelect});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(132, 30);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            //
            // toolStripButtonSaveProject
            //
            this.toolStripButtonSaveProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonSaveProject.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSaveProject.Image")));
            this.toolStripButtonSaveProject.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSaveProject.Name = "toolStripButtonSaveProject";
            this.toolStripButtonSaveProject.Size = new System.Drawing.Size(60, 27);
            this.toolStripButtonSaveProject.Text = "保存工程";
            this.toolStripButtonSaveProject.Click += new System.EventHandler(this.toolStripButtonSaveProject_Click);
            //
            // toolStripButtonPackProject
            //
            this.toolStripButtonPackProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonPackProject.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPackProject.Image")));
            this.toolStripButtonPackProject.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPackProject.Name = "toolStripButtonPackProject";
            this.toolStripButtonPackProject.Size = new System.Drawing.Size(36, 27);
            this.toolStripButtonPackProject.Text = "打包";
            this.toolStripButtonPackProject.Click += new System.EventHandler(this.toolStripButtonPackProject_Click);
            //
            // contextMenuStrip1
            //
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemRename,
            this.ToolStripMenuItemCreateComplexParticleEffect,
            this.ToolStripMenuItemCreateRenderPolyline,
            this.ToolStripMenuItemEditPolyline});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.ShowImageMargin = false;
            this.contextMenuStrip1.Size = new System.Drawing.Size(148, 92);
            //
            // ToolStripMenuItemRename
            //
            this.ToolStripMenuItemRename.Name = "ToolStripMenuItemRename";
            this.ToolStripMenuItemRename.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemRename.Text = "重命名";
            this.ToolStripMenuItemRename.Click += new System.EventHandler(this.ToolStripMenuItemRename_Click);
            //
            // ToolStripMenuItemCreateComplexParticleEffect
            //
            this.ToolStripMenuItemCreateComplexParticleEffect.Name = "ToolStripMenuItemCreateComplexParticleEffect";
            this.ToolStripMenuItemCreateComplexParticleEffect.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemCreateComplexParticleEffect.Text = "创建组合粒子特效";
            this.ToolStripMenuItemCreateComplexParticleEffect.Click += new System.EventHandler(this.ToolStripMenuItemCreateComplexParticleEffect_Click);
            //
            // ToolStripMenuItemCreateRenderPolyline
            //
            this.ToolStripMenuItemCreateRenderPolyline.Name = "ToolStripMenuItemCreateRenderPolyline";
            this.ToolStripMenuItemCreateRenderPolyline.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemCreateRenderPolyline.Text = "创建线段";
            this.ToolStripMenuItemCreateRenderPolyline.Click += new System.EventHandler(this.ToolStripMenuItemCreateRenderPolyline_Click);
            //
            // ToolStripMenuItemEditPolyline
            //
            this.ToolStripMenuItemEditPolyline.Name = "ToolStripMenuItemEditPolyline";
            this.ToolStripMenuItemEditPolyline.Size = new System.Drawing.Size(147, 22);
            this.ToolStripMenuItemEditPolyline.Text = "编辑线段";
            this.ToolStripMenuItemEditPolyline.Click += new System.EventHandler(this.ToolStripMenuItemEditPolyline_Click);
            //
            // toolStripButtonSelect
            //
            this.toolStripButtonSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonSelect.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSelect.Image")));
            this.toolStripButtonSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSelect.Name = "toolStripButtonSelect";
            this.toolStripButtonSelect.Size = new System.Drawing.Size(36, 21);
            this.toolStripButtonSelect.Text = "拾取";
            this.toolStripButtonSelect.Click += new System.EventHandler(this.toolStripButtonSelect_Click);
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(729, 522);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "MainForm";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ProjectTree";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;

            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
コード例 #57
0
 /// <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(Frm_catplanilla));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btn_busqueda = new DevExpress.XtraEditors.SimpleButton();
     this.dgb_catplanilla = new System.Windows.Forms.DataGridView();
     this.label5 = new System.Windows.Forms.Label();
     this.txtbusqueda = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.txtcatplanillaid = new System.Windows.Forms.TextBox();
     this.txtcatplanillaname = new System.Windows.Forms.TextBox();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.cateplanid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cateplanname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btn_busqueda);
     this.groupBox2.Controls.Add(this.dgb_catplanilla);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txtbusqueda);
     this.groupBox2.Location = new System.Drawing.Point(5, 122);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(445, 254);
     this.groupBox2.TabIndex = 115;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "»» Busqueda";
     //
     // btn_busqueda
     //
     this.btn_busqueda.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btn_busqueda.Appearance.Options.UseFont = true;
     this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_busqueda.Image = ((System.Drawing.Image)(resources.GetObject("btn_busqueda.Image")));
     this.btn_busqueda.Location = new System.Drawing.Point(357, 18);
     this.btn_busqueda.Name = "btn_busqueda";
     this.btn_busqueda.Size = new System.Drawing.Size(73, 22);
     this.btn_busqueda.TabIndex = 115;
     this.btn_busqueda.Text = "&Buscar";
     this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click);
     //
     // dgb_catplanilla
     //
     this.dgb_catplanilla.AllowUserToAddRows = false;
     this.dgb_catplanilla.AllowUserToDeleteRows = false;
     this.dgb_catplanilla.AllowUserToResizeColumns = false;
     this.dgb_catplanilla.AllowUserToResizeRows = false;
     this.dgb_catplanilla.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgb_catplanilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgb_catplanilla.ColumnHeadersHeight = 20;
     this.dgb_catplanilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cateplanid,
     this.cateplanname});
     this.dgb_catplanilla.Location = new System.Drawing.Point(10, 46);
     this.dgb_catplanilla.MultiSelect = false;
     this.dgb_catplanilla.Name = "dgb_catplanilla";
     this.dgb_catplanilla.RowHeadersVisible = false;
     this.dgb_catplanilla.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgb_catplanilla.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgb_catplanilla.RowTemplate.Height = 20;
     this.dgb_catplanilla.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgb_catplanilla.Size = new System.Drawing.Size(422, 202);
     this.dgb_catplanilla.TabIndex = 19;
     this.dgb_catplanilla.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellClick);
     this.dgb_catplanilla.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellEnter);
     this.dgb_catplanilla.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellLeave);
     this.dgb_catplanilla.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_catplanilla_KeyUp);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(16, 22);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(66, 13);
     this.label5.TabIndex = 114;
     this.label5.Text = "Descripción:";
     //
     // txtbusqueda
     //
     this.txtbusqueda.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtbusqueda.Location = new System.Drawing.Point(88, 19);
     this.txtbusqueda.MaxLength = 0;
     this.txtbusqueda.Name = "txtbusqueda";
     this.txtbusqueda.Size = new System.Drawing.Size(261, 21);
     this.txtbusqueda.TabIndex = 17;
     this.txtbusqueda.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_criterio_KeyDown);
     this.txtbusqueda.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtbusqueda_KeyUp);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Teal;
     this.label11.Location = new System.Drawing.Point(130, 29);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(172, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "Categoria Planilla";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.txtcatplanillaid);
     this.groupBox1.Controls.Add(this.txtcatplanillaname);
     this.groupBox1.Location = new System.Drawing.Point(5, 47);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(445, 75);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "»» Datos";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(18, 43);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 36;
     this.label1.Text = "Cat.Planilla";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Location = new System.Drawing.Point(38, 20);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(40, 13);
     this.label16.TabIndex = 35;
     this.label16.Text = "Codigo";
     //
     // txtcatplanillaid
     //
     this.txtcatplanillaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtcatplanillaid.Location = new System.Drawing.Point(86, 19);
     this.txtcatplanillaid.MaxLength = 3;
     this.txtcatplanillaid.Name = "txtcatplanillaid";
     this.txtcatplanillaid.Size = new System.Drawing.Size(24, 20);
     this.txtcatplanillaid.TabIndex = 11;
     this.txtcatplanillaid.Text = "0";
     this.txtcatplanillaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtcatplanillaname
     //
     this.txtcatplanillaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtcatplanillaname.Location = new System.Drawing.Point(86, 40);
     this.txtcatplanillaname.Name = "txtcatplanillaname";
     this.txtcatplanillaname.Size = new System.Drawing.Size(286, 21);
     this.txtcatplanillaname.TabIndex = 12;
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.toolStripSeparator1,
     this.btn_clave,
     this.btn_log,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(460, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_nuevo
     //
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image")));
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "toolStripButton1";
     this.btn_clave.ToolTipText = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "toolStripButton16";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // cateplanid
     //
     this.cateplanid.DataPropertyName = "cateplanid";
     dataGridViewCellStyle8.NullValue = null;
     this.cateplanid.DefaultCellStyle = dataGridViewCellStyle8;
     this.cateplanid.HeaderText = "Codigo";
     this.cateplanid.Name = "cateplanid";
     this.cateplanid.Width = 50;
     //
     // cateplanname
     //
     this.cateplanname.DataPropertyName = "cateplanname";
     this.cateplanname.HeaderText = "Cat.Planilla";
     this.cateplanname.Name = "cateplanname";
     this.cateplanname.Width = 150;
     //
     // Frm_catplanilla
     //
     this.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(460, 381);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.Botonera);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_catplanilla";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Mantenimiento de Categoria Planilla";
     this.Load += new System.EventHandler(this.Frm_cargos_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_cargos_KeyDown);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #58
0
 /// <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();
 }
コード例 #59
0
 /// <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(Frm_cierre_perimes));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.fech_ini = new System.Windows.Forms.TextBox();
     this.fech_fin = new System.Windows.Forms.TextBox();
     this.txtLocal = new System.Windows.Forms.TextBox();
     this.periodo = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_process = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.Botonera.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 70);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94, 13);
     this.label1.TabIndex = 3;
     this.label1.Text = "Inicio del Proceso:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 95);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(83, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Fin del Proceso:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 121);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(51, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "Almacén:";
     //
     // fech_ini
     //
     this.fech_ini.Enabled = false;
     this.fech_ini.Location = new System.Drawing.Point(123, 70);
     this.fech_ini.Name = "fech_ini";
     this.fech_ini.Size = new System.Drawing.Size(245, 21);
     this.fech_ini.TabIndex = 6;
     //
     // fech_fin
     //
     this.fech_fin.Enabled = false;
     this.fech_fin.Location = new System.Drawing.Point(123, 97);
     this.fech_fin.Name = "fech_fin";
     this.fech_fin.Size = new System.Drawing.Size(245, 21);
     this.fech_fin.TabIndex = 7;
     //
     // txtLocal
     //
     this.txtLocal.Enabled = false;
     this.txtLocal.Location = new System.Drawing.Point(123, 124);
     this.txtLocal.Name = "txtLocal";
     this.txtLocal.Size = new System.Drawing.Size(245, 21);
     this.txtLocal.TabIndex = 8;
     //
     // periodo
     //
     this.periodo.AutoSize = true;
     this.periodo.Font = new System.Drawing.Font("Impact", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.periodo.Location = new System.Drawing.Point(101, 150);
     this.periodo.Name = "periodo";
     this.periodo.Size = new System.Drawing.Size(65, 20);
     this.periodo.TabIndex = 9;
     this.periodo.Text = "PERIODO";
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_process,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(380, 29);
     this.Botonera.TabIndex = 13;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_process
     //
     this.btn_process.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_process.Image = global::BapFormulariosNet.Properties.Resources.go_check;
     this.btn_process.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_process.Name = "btn_process";
     this.btn_process.Size = new System.Drawing.Size(26, 26);
     this.btn_process.Text = "Accept";
     this.btn_process.Click += new System.EventHandler(this.btn_process_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label4);
     this.panel1.Location = new System.Drawing.Point(-2, 26);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(382, 32);
     this.panel1.TabIndex = 14;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(10, 4);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(120, 23);
     this.label4.TabIndex = 5;
     this.label4.Text = "CIERRE MES";
     //
     // Frm_cierre_perimes
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(380, 180);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.Controls.Add(this.periodo);
     this.Controls.Add(this.txtLocal);
     this.Controls.Add(this.fech_fin);
     this.Controls.Add(this.fech_ini);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_cierre_perimes";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "*** Cierre Mes ***";
     this.Load += new System.EventHandler(this.Frm_reorganiza_perimes_Load);
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #60
0
ファイル: MainWindow.Designer.cs プロジェクト: Adel-dz/Hub
 /// <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.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator4;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator5;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator6;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator7;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator8;
     System.Windows.Forms.ToolStripMenuItem         m_miCheckIntegrity;
     System.Windows.Forms.ToolStripButton           m_tsbTR;
     System.Windows.Forms.ToolStripButton           m_tsbRepository;
     System.Windows.Forms.ToolStripButton           m_tsbUpdate;
     System.Windows.Forms.ToolStripButton           m_tsbSync;
     System.Windows.Forms.ToolStripButton           m_tsbClientWindow;
     System.Windows.Forms.ToolStripButton           m_tsbSysLog;
     System.Windows.Forms.ToolStripButton           m_tsbBackup;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     System.Windows.Forms.ToolStripButton           m_tsbSettings;
     this.m_toolStrip   = new System.Windows.Forms.ToolStrip();
     this.m_tsbMainMenu = new System.Windows.Forms.ToolStripDropDownButton();
     this.afficherLeJournalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.m_mpAdministration       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2       = new System.Windows.Forms.ToolStripSeparator();
     this.quitterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.m_tsbLogView             = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator4           = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator5           = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator6           = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator7           = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator8           = new System.Windows.Forms.ToolStripSeparator();
     m_miCheckIntegrity            = new System.Windows.Forms.ToolStripMenuItem();
     m_tsbTR           = new System.Windows.Forms.ToolStripButton();
     m_tsbRepository   = new System.Windows.Forms.ToolStripButton();
     m_tsbUpdate       = new System.Windows.Forms.ToolStripButton();
     m_tsbSync         = new System.Windows.Forms.ToolStripButton();
     m_tsbClientWindow = new System.Windows.Forms.ToolStripButton();
     m_tsbSysLog       = new System.Windows.Forms.ToolStripButton();
     m_tsbBackup       = new System.Windows.Forms.ToolStripButton();
     m_tsbSettings     = new System.Windows.Forms.ToolStripButton();
     this.m_toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripSeparator5
     //
     toolStripSeparator5.Name = "toolStripSeparator5";
     toolStripSeparator5.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripSeparator6
     //
     toolStripSeparator6.Name = "toolStripSeparator6";
     toolStripSeparator6.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripSeparator7
     //
     toolStripSeparator7.Name = "toolStripSeparator7";
     toolStripSeparator7.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripSeparator8
     //
     toolStripSeparator8.Name = "toolStripSeparator8";
     toolStripSeparator8.Size = new System.Drawing.Size(6, 39);
     //
     // m_miCheckIntegrity
     //
     m_miCheckIntegrity.Name   = "m_miCheckIntegrity";
     m_miCheckIntegrity.Size   = new System.Drawing.Size(231, 22);
     m_miCheckIntegrity.Text   = "Vérifier l’intégrité des tables... ";
     m_miCheckIntegrity.Click += new System.EventHandler(this.CheckIntegrity_Click);
     //
     // m_tsbTR
     //
     m_tsbTR.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbTR.Image                 = global::DGD.HubGovernor.Properties.Resources.tr_32;
     m_tsbTR.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbTR.Name   = "m_tsbTR";
     m_tsbTR.Size   = new System.Drawing.Size(36, 36);
     m_tsbTR.Text   = "Thomson Reuters";
     m_tsbTR.Click += new System.EventHandler(this.TR_Click);
     //
     // m_tsbRepository
     //
     m_tsbRepository.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbRepository.Image                 = global::DGD.HubGovernor.Properties.Resources.database_table_32;
     m_tsbRepository.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     m_tsbRepository.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbRepository.Name   = "m_tsbRepository";
     m_tsbRepository.Size   = new System.Drawing.Size(36, 36);
     m_tsbRepository.Text   = "Tables";
     m_tsbRepository.Click += new System.EventHandler(this.Repository_Click);
     //
     // m_tsbUpdate
     //
     m_tsbUpdate.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbUpdate.Image                 = global::DGD.HubGovernor.Properties.Resources.deploy_32;
     m_tsbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbUpdate.Name   = "m_tsbUpdate";
     m_tsbUpdate.Size   = new System.Drawing.Size(36, 36);
     m_tsbUpdate.Text   = "MAJ";
     m_tsbUpdate.Click += new System.EventHandler(this.Update_Click);
     //
     // m_tsbSync
     //
     m_tsbSync.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbSync.Image                 = global::DGD.HubGovernor.Properties.Resources.sync_srv_64;
     m_tsbSync.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbSync.Name = "m_tsbSync";
     m_tsbSync.Size = new System.Drawing.Size(36, 36);
     m_tsbSync.Text = "Synchroniser le serveur";
     //
     // m_tsbClientWindow
     //
     m_tsbClientWindow.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbClientWindow.Image                 = global::DGD.HubGovernor.Properties.Resources.profil_32;
     m_tsbClientWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbClientWindow.Name   = "m_tsbClientWindow";
     m_tsbClientWindow.Size   = new System.Drawing.Size(36, 36);
     m_tsbClientWindow.Text   = "Gestionnaire des clients";
     m_tsbClientWindow.Click += new System.EventHandler(this.ClientWindow_Click);
     //
     // m_tsbSysLog
     //
     m_tsbSysLog.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbSysLog.Image                 = global::DGD.HubGovernor.Properties.Resources.syslog_32;
     m_tsbSysLog.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbSysLog.Name   = "m_tsbSysLog";
     m_tsbSysLog.Size   = new System.Drawing.Size(36, 36);
     m_tsbSysLog.Text   = "Journal des événements système";
     m_tsbSysLog.Click += new System.EventHandler(this.SysLog_Click);
     //
     // m_tsbBackup
     //
     m_tsbBackup.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbBackup.Image                 = ((System.Drawing.Image)(resources.GetObject("m_tsbBackup.Image")));
     m_tsbBackup.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbBackup.Name   = "m_tsbBackup";
     m_tsbBackup.Size   = new System.Drawing.Size(36, 36);
     m_tsbBackup.Text   = "Archiver...";
     m_tsbBackup.Click += new System.EventHandler(this.Backup_Click);
     //
     // m_tsbSettings
     //
     m_tsbSettings.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     m_tsbSettings.Image                 = global::DGD.HubGovernor.Properties.Resources.settings_mixer_32;
     m_tsbSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
     m_tsbSettings.Name   = "m_tsbSettings";
     m_tsbSettings.Size   = new System.Drawing.Size(36, 36);
     m_tsbSettings.Text   = "Paramètres";
     m_tsbSettings.Click += new System.EventHandler(this.Settings_Click);
     //
     // m_toolStrip
     //
     this.m_toolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.m_toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_tsbMainMenu,
         m_tsbTR,
         toolStripSeparator7,
         m_tsbRepository,
         toolStripSeparator8,
         m_tsbUpdate,
         m_tsbSync,
         toolStripSeparator6,
         this.toolStripSeparator1,
         m_tsbClientWindow,
         toolStripSeparator2,
         m_tsbSysLog,
         this.m_tsbLogView,
         toolStripSeparator4,
         m_tsbBackup,
         toolStripSeparator5,
         m_tsbSettings
     });
     this.m_toolStrip.Location = new System.Drawing.Point(0, 0);
     this.m_toolStrip.Name     = "m_toolStrip";
     this.m_toolStrip.Padding  = new System.Windows.Forms.Padding(0);
     this.m_toolStrip.Size     = new System.Drawing.Size(509, 39);
     this.m_toolStrip.TabIndex = 0;
     //
     // m_tsbMainMenu
     //
     this.m_tsbMainMenu.Alignment    = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.m_tsbMainMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.afficherLeJournalToolStripMenuItem,
         this.m_mpAdministration,
         this.toolStripMenuItem2,
         this.quitterToolStripMenuItem
     });
     this.m_tsbMainMenu.Enabled = false;
     this.m_tsbMainMenu.Image   = global::DGD.HubGovernor.Properties.Resources.menu_32;
     this.m_tsbMainMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbMainMenu.Name = "m_tsbMainMenu";
     this.m_tsbMainMenu.Size = new System.Drawing.Size(45, 36);
     this.m_tsbMainMenu.Text = "Menu principal";
     //
     // afficherLeJournalToolStripMenuItem
     //
     this.afficherLeJournalToolStripMenuItem.Name = "afficherLeJournalToolStripMenuItem";
     this.afficherLeJournalToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.afficherLeJournalToolStripMenuItem.Text = "Afficher le journal";
     //
     // m_mpAdministration
     //
     this.m_mpAdministration.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         m_miCheckIntegrity
     });
     this.m_mpAdministration.Name = "m_mpAdministration";
     this.m_mpAdministration.Size = new System.Drawing.Size(168, 22);
     this.m_mpAdministration.Text = "Administration";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(165, 6);
     //
     // quitterToolStripMenuItem
     //
     this.quitterToolStripMenuItem.Name = "quitterToolStripMenuItem";
     this.quitterToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.quitterToolStripMenuItem.Text = "Quitter";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripSeparator1.Name      = "toolStripSeparator1";
     this.toolStripSeparator1.Size      = new System.Drawing.Size(6, 39);
     //
     // m_tsbLogView
     //
     this.m_tsbLogView.Checked               = true;
     this.m_tsbLogView.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.m_tsbLogView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.m_tsbLogView.Image                 = global::DGD.HubGovernor.Properties.Resources.logviewer_32;
     this.m_tsbLogView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.m_tsbLogView.Name   = "m_tsbLogView";
     this.m_tsbLogView.Size   = new System.Drawing.Size(36, 36);
     this.m_tsbLogView.Text   = "Afficher / Masquer la fenêtre du journal partial";
     this.m_tsbLogView.Click += new System.EventHandler(this.LogView_Click);
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(509, 45);
     this.Controls.Add(this.m_toolStrip);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "MainWindow";
     this.Text            = "Hub Governor";
     this.m_toolStrip.ResumeLayout(false);
     this.m_toolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }