/// <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(frmReporteAcumuladoPuntos));
            this.rVReporteAcumuladoPuntos = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SuspendLayout();
            // 
            // rVReporteAcumuladoPuntos
            // 
            this.rVReporteAcumuladoPuntos.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.rVReporteAcumuladoPuntos.LocalReport.ReportEmbeddedResource = "admin.reportePuntos.rdlc";
            this.rVReporteAcumuladoPuntos.Location = new System.Drawing.Point(13, 13);
            this.rVReporteAcumuladoPuntos.Name = "rVReporteAcumuladoPuntos";
            this.rVReporteAcumuladoPuntos.Size = new System.Drawing.Size(667, 366);
            this.rVReporteAcumuladoPuntos.TabIndex = 0;
            // 
            // frmReporteAcumuladoPuntos
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 391);
            this.Controls.Add(this.rVReporteAcumuladoPuntos);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmReporteAcumuladoPuntos";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Reporte de Acumulado de Puntos";
            this.Load += new System.EventHandler(this.frmReporteAcumuladoPuntos_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskReportListForm));
            this.ReportListBox = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // ReportListBox
            // 
            this.ReportListBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ReportListBox.FormattingEnabled = true;
            this.ReportListBox.HorizontalScrollbar = true;
            this.ReportListBox.ItemHeight = 14;
            this.ReportListBox.Location = new System.Drawing.Point(0, 0);
            this.ReportListBox.Name = "ReportListBox";
            this.ReportListBox.Size = new System.Drawing.Size(457, 326);
            this.ReportListBox.TabIndex = 1;
            this.ReportListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ReportListBox_MouseDoubleClick);
            // 
            // TaskReportListForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(457, 329);
            this.Controls.Add(this.ReportListBox);
            this.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "TaskReportListForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Reports";
            this.Load += new System.EventHandler(this.TaskReportList_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Help));
            this.m_webBrowser = new System.Windows.Forms.WebBrowser();
            this.SuspendLayout();
            // 
            // m_webBrowser
            // 
            this.m_webBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.m_webBrowser.Location = new System.Drawing.Point(2, 4);
            this.m_webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
            this.m_webBrowser.Name = "m_webBrowser";
            this.m_webBrowser.Size = new System.Drawing.Size(839, 590);
            this.m_webBrowser.TabIndex = 0;
            // 
            // Form_Help
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(842, 594);
            this.Controls.Add(this.m_webBrowser);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form_Help";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.Form_Help_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorForm));
            this.Label = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // Label
            // 
            this.Label.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.Label.AutoSize = true;
            this.Label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Label.Location = new System.Drawing.Point(7, 47);
            this.Label.Name = "Label";
            this.Label.Size = new System.Drawing.Size(50, 20);
            this.Label.TabIndex = 0;
            this.Label.Text = "label1";
            // 
            // ErrorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ClientSize = new System.Drawing.Size(411, 100);
            this.Controls.Add(this.Label);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ErrorForm";
            this.Text = "错误信息提示";
            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(WindowsMediaPlayer));
            this.Player = new AxWMPLib.AxWindowsMediaPlayer();
            ((System.ComponentModel.ISupportInitialize)(this.Player)).BeginInit();
            this.SuspendLayout();
            // 
            // Player
            // 
            this.Player.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Player.Enabled = true;
            this.Player.Location = new System.Drawing.Point(0, 0);
            this.Player.Name = "Player";
            this.Player.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("Player.OcxState")));
            this.Player.Size = new System.Drawing.Size(573, 399);
            this.Player.TabIndex = 0;
            this.Player.OpenStateChange += new AxWMPLib._WMPOCXEvents_OpenStateChangeEventHandler(this.Player_OpenStateChange);
            this.Player.PlayStateChange += new AxWMPLib._WMPOCXEvents_PlayStateChangeEventHandler(this.Player_PlayStateChange);
            this.Player.PositionChange += new AxWMPLib._WMPOCXEvents_PositionChangeEventHandler(this.Player_PositionChange);
            // 
            // WindowsMediaPlayer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.Player);
            this.Name = "WindowsMediaPlayer";
            this.Size = new System.Drawing.Size(573, 399);
            ((System.ComponentModel.ISupportInitialize)(this.Player)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpForm));
            this.helpBrowser = new System.Windows.Forms.WebBrowser();
            this.SuspendLayout();
            // 
            // helpBrowser
            // 
            this.helpBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.helpBrowser.Location = new System.Drawing.Point(0, 0);
            this.helpBrowser.MinimumSize = new System.Drawing.Size(20, 20);
            this.helpBrowser.Name = "helpBrowser";
            this.helpBrowser.Size = new System.Drawing.Size(431, 531);
            this.helpBrowser.TabIndex = 0;
            // 
            // HelpForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(431, 531);
            this.Controls.Add(this.helpBrowser);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "HelpForm";
            this.Text = "HelpForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HelpForm_FormClosing);
            this.Load += new System.EventHandler(this.HelpForm_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
          System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressIndicator));
          this.status = new System.Windows.Forms.Label();
          this.progressBar = new System.Windows.Forms.ProgressBar();
          this.cancel = new System.Windows.Forms.Button();
          this.SuspendLayout();
          // 
          // status
          // 
          this.status.AccessibleDescription = null;
          this.status.AccessibleName = null;
          resources.ApplyResources(this.status, "status");
          this.status.Font = null;
          this.status.Name = "status";
          // 
          // progressBar
          // 
          this.progressBar.AccessibleDescription = null;
          this.progressBar.AccessibleName = null;
          resources.ApplyResources(this.progressBar, "progressBar");
          this.progressBar.BackgroundImage = null;
          this.progressBar.Font = null;
          this.progressBar.Name = "progressBar";
          // 
          // cancel
          // 
          this.cancel.AccessibleDescription = null;
          this.cancel.AccessibleName = null;
          resources.ApplyResources(this.cancel, "cancel");
          this.cancel.BackgroundImage = null;
          this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
          this.cancel.Font = null;
          this.cancel.Name = "cancel";
          this.cancel.UseVisualStyleBackColor = true;
          this.cancel.Click += new System.EventHandler(this.btnCancel_Click);
          // 
          // ProgressIndicator
          // 
          this.AccessibleDescription = null;
          this.AccessibleName = null;
          resources.ApplyResources(this, "$this");
          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
          this.BackgroundImage = null;
          this.CancelButton = this.cancel;
          this.ControlBox = false;
          this.Controls.Add(this.cancel);
          this.Controls.Add(this.progressBar);
          this.Controls.Add(this.status);
          this.Font = null;
          this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
          this.Icon = null;
          this.MaximizeBox = false;
          this.MinimizeBox = false;
          this.Name = "ProgressIndicator";
          this.ShowInTaskbar = false;
          this.ResumeLayout(false);
          this.PerformLayout();

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiagramFormProperties));
            this.PropertyGrid = new System.Windows.Forms.PropertyGrid();
            this.SuspendLayout();
            // 
            // PropertyGrid
            // 
            resources.ApplyResources(this.PropertyGrid, "PropertyGrid");
            this.PropertyGrid.Name = "PropertyGrid";
            this.PropertyGrid.PropertySort = System.Windows.Forms.PropertySort.NoSort;
            this.PropertyGrid.ToolbarVisible = false;
            this.PropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGridPropertyValueChanged);
            // 
            // DiagramFormProperties
            // 
            resources.ApplyResources(this, "$this");
            this.CanClose = false;
            this.Controls.Add(this.PropertyGrid);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "DiagramFormProperties";
            this.SlidingTime = 200;
            this.WindowGroupName = "";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReg));
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.SuspendLayout();
            // 
            // webBrowser1
            // 
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.Location = new System.Drawing.Point(0, 0);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.Size = new System.Drawing.Size(673, 475);
            this.webBrowser1.TabIndex = 0;
            // 
            // FormReg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(673, 475);
            this.Controls.Add(this.webBrowser1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormReg";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Registration";
            this.ResumeLayout(false);

        }
Beispiel #10
1
        public override bool Loaded()
        {
            Grid.Host2 = Host;

            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridUI));
            var temp = (string)(resources.GetObject("$this.Text"));

            but = new ToolStripMenuItem(temp);
            but.Click += but_Click;

            bool hit = false;
            ToolStripItemCollection col = Host.FPMenuMap.Items;
            int index = col.Count;
            foreach (ToolStripItem item in col)
            {
                if (item.Text.Equals(Strings.AutoWP))
                {
                    index = col.IndexOf(item);
                    ((ToolStripMenuItem)item).DropDownItems.Add(but);
                    hit = true;
                    break;
                }
            }

            if (hit == false)
                col.Add(but);

            return true;
        }
        /// <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(FrmFrame));
            this.panelMain = new System.Windows.Forms.Panel();
            this.panelLoading = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.panelLoading.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelMain
            // 
            this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMain.Location = new System.Drawing.Point(0, 0);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(498, 340);
            this.panelMain.TabIndex = 0;
            // 
            // panelLoading
            // 
            this.panelLoading.Controls.Add(this.label1);
            this.panelLoading.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelLoading.Location = new System.Drawing.Point(0, 0);
            this.panelLoading.Name = "panelLoading";
            this.panelLoading.Size = new System.Drawing.Size(498, 340);
            this.panelLoading.TabIndex = 1;
            this.panelLoading.Visible = false;
            // 
            // label1
            // 
            this.label1.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.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(171, 145);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(152, 16);
            this.label1.TabIndex = 1;
            this.label1.Text = "正在查询,请稍候…";
            // 
            // FrmFrame
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(498, 340);
            this.Controls.Add(this.panelMain);
            this.Controls.Add(this.panelLoading);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmFrame";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FrmFrame";
            this.panelLoading.ResumeLayout(false);
            this.panelLoading.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TutorialForm));
            this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
            ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
            this.SuspendLayout();
            // 
            // axWindowsMediaPlayer1
            // 
            this.axWindowsMediaPlayer1.Enabled = true;
            this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 0);
            this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
            this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
            this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(437, 315);
            this.axWindowsMediaPlayer1.TabIndex = 0;
            // 
            // TutorialForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(437, 313);
            this.Controls.Add(this.axWindowsMediaPlayer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "TutorialForm";
            this.Text = "Tutorial";
            ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreen));
            this.SuspendLayout();
            // 
            // SplashScreen
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(599, 360);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SplashScreen";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "SplashScreen";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.SplashScreen_Load);
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SplashScreen_MouseClick);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScatterplotBox));
            this.histogramView1 = new Accord.Controls.HistogramView();
            this.SuspendLayout();
            // 
            // scatterplotView1
            // 
            this.histogramView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.histogramView1.Location = new System.Drawing.Point(0, 0);
            this.histogramView1.Name = "histogramView1";
            this.histogramView1.Histogram = ((Accord.Statistics.Visualizations.Histogram)(resources.GetObject("histogramtView1.Scatterplot")));
            this.histogramView1.Size = new System.Drawing.Size(484, 362);
            this.histogramView1.TabIndex = 0;
            // 
            // ScatterplotBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(484, 362);
            this.Controls.Add(this.histogramView1);
            this.Name = "HistogramView";
            this.Text = "Histogram";
            this.ResumeLayout(false);

        }
Beispiel #15
1
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadingUC));
            this.loading_text = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // loading_text
            // 
            this.loading_text.BackColor = System.Drawing.Color.Transparent;
            this.loading_text.CausesValidation = false;
            this.loading_text.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            resources.ApplyResources(this.loading_text, "loading_text");
            this.loading_text.ForeColor = System.Drawing.SystemColors.ControlLight;
            this.loading_text.Image = global::GamePages.Properties.Resources.Sablier2;
            this.loading_text.Name = "loading_text";
            this.loading_text.UseCompatibleTextRendering = true;
            // 
            // LoadingUC
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.BackgroundImage = global::GamePages.Properties.Resources.Loading_Text;
            this.Controls.Add(this.loading_text);
            this.Name = "LoadingUC";
            this.ResumeLayout(false);

        }
Beispiel #16
1
        /// <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(aviso));
            this.webBrowser = new System.Windows.Forms.WebBrowser();
            this.SuspendLayout();
            // 
            // webBrowser
            // 
            this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser.Location = new System.Drawing.Point(0, 0);
            this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser.Name = "webBrowser";
            this.webBrowser.Size = new System.Drawing.Size(425, 411);
            this.webBrowser.TabIndex = 0;
            // 
            // aviso
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(425, 411);
            this.Controls.Add(this.webBrowser);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "aviso";
            this.Load += new System.EventHandler(this.aviso_Load);
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KmlTreeView));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "ge");
            this.imageList1.Images.SetKeyName(1, "kml");
            this.imageList1.Images.SetKeyName(2, "flag");
            this.imageList1.Images.SetKeyName(3, "overlay");
            this.imageList1.Images.SetKeyName(4, "photo");
            this.imageList1.Images.SetKeyName(5, "tour");
            this.imageList1.Images.SetKeyName(6, "folderClosed");
            this.imageList1.Images.SetKeyName(7, "folderOpen");
            this.imageList1.Images.SetKeyName(8, "linkFolderClosed");
            this.imageList1.Images.SetKeyName(9, "linkFolderOpen");
            this.imageList1.Images.SetKeyName(10, "linkFolderClosed_0");
            this.imageList1.Images.SetKeyName(11, "linkFolderClosed_1");
            this.imageList1.Images.SetKeyName(12, "linkFolderClosed_2");
            this.imageList1.Images.SetKeyName(13, "linkFolderClosedDisconected");
            // 
            // KmlTreeView
            // 
            this.ImageKey = "ge";
            this.ImageList = this.imageList1;
            this.SelectedImageIndex = 0;
            this.ResumeLayout(false);

        }
Beispiel #18
1
        /// <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.mainPanel = new System.Windows.Forms.Panel();
            this.SuspendLayout();
            // 
            // mainPanel
            // 
            this.mainPanel.AutoSize = true;
            this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainPanel.Location = new System.Drawing.Point(0, 0);
            this.mainPanel.Name = "mainPanel";
            this.mainPanel.Size = new System.Drawing.Size(784, 562);
            this.mainPanel.TabIndex = 0;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 562);
            this.Controls.Add(this.mainPanel);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(640, 600);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Бойцовский клуб";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileBrowser));
            this.ListImage = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // ListImage
            // 
            this.ListImage.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListImage.ImageStream")));
            this.ListImage.TransparentColor = System.Drawing.Color.Transparent;
            this.ListImage.Images.SetKeyName(0, "Drive.png");
            this.ListImage.Images.SetKeyName(1, "Foclosed.png");
            this.ListImage.Images.SetKeyName(2, "Foopened.png");
            this.ListImage.Images.SetKeyName(3, "File.png");
            // 
            // FileBrowser
            // 
            this.Font = new System.Drawing.Font("Verdana", 9.75F);
            this.ImageIndex = 0;
            this.ImageList = this.ListImage;
            this.LineColor = System.Drawing.Color.Black;
            this.SelectedImageIndex = 0;
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rptProductAdd));
            this.crvProductAdd = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.SuspendLayout();
            // 
            // crvProductAdd
            // 
            this.crvProductAdd.ActiveViewIndex = -1;
            this.crvProductAdd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crvProductAdd.Dock = System.Windows.Forms.DockStyle.Fill;
            this.crvProductAdd.Location = new System.Drawing.Point(0, 0);
            this.crvProductAdd.Name = "crvProductAdd";
            this.crvProductAdd.SelectionFormula = "";
            this.crvProductAdd.Size = new System.Drawing.Size(958, 406);
            this.crvProductAdd.TabIndex = 0;
            this.crvProductAdd.ViewTimeSelectionFormula = "";
            // 
            // rptProductAdd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(958, 406);
            this.Controls.Add(this.crvProductAdd);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "rptProductAdd";
            this.Text = "rptProductAdd";
            this.Load += new System.EventHandler(this.rptProductAdd_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderReportUI));
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.SuspendLayout();
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = -1;
            this.crystalReportViewer1.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.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
            this.crystalReportViewer1.Location = new System.Drawing.Point(3, 0);
            this.crystalReportViewer1.Name = "crystalReportViewer1";
            this.crystalReportViewer1.Size = new System.Drawing.Size(569, 381);
            this.crystalReportViewer1.TabIndex = 1;
            this.crystalReportViewer1.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
            // 
            // OrderReportUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(573, 381);
            this.Controls.Add(this.crystalReportViewer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "OrderReportUI";
            this.Text = "Order Report";
            this.Load += new System.EventHandler(this.OrderReportUI_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFornecedor));
            this.tPageEndereco.SuspendLayout();
            this.gbTipoEndereco.SuspendLayout();
            this.tPageCanalComunic.SuspendLayout();
            this.Tabs.SuspendLayout();
            this.TabDetalhe.SuspendLayout();
            this.SuspendLayout();
            // 
            // frmFornecedor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CanaisComunicacao = ((System.Collections.Generic.IList<OpenPOS.Model.Cadastro.Pessoa.ICanalComunicacao>)(resources.GetObject("$this.CanaisComunicacao")));
            this.ClientSize = new System.Drawing.Size(994, 722);
            this.Enderecos = ((System.Collections.Generic.IList<OpenPOS.Model.Cadastro.Pessoa.IEndereco>)(resources.GetObject("$this.Enderecos")));
            this.Name = "frmFornecedor";
            this.Text = "Cadastro de Fornecedor";
            this.tPageEndereco.ResumeLayout(false);
            this.tPageEndereco.PerformLayout();
            this.gbTipoEndereco.ResumeLayout(false);
            this.gbTipoEndereco.PerformLayout();
            this.tPageCanalComunic.ResumeLayout(false);
            this.tPageCanalComunic.PerformLayout();
            this.Tabs.ResumeLayout(false);
            this.TabDetalhe.ResumeLayout(false);
            this.TabDetalhe.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #23
1
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KernelResTree));
            this.imageList_resIcon = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // imageList_resIcon
            // 
            this.imageList_resIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_resIcon.ImageStream")));
            this.imageList_resIcon.TransparentColor = System.Drawing.Color.Fuchsia;
            this.imageList_resIcon.Images.SetKeyName(0, "database.bmp");
            this.imageList_resIcon.Images.SetKeyName(1, "searchfrom.bmp");
            this.imageList_resIcon.Images.SetKeyName(2, "");
            this.imageList_resIcon.Images.SetKeyName(3, "");
            this.imageList_resIcon.Images.SetKeyName(4, "");
            this.imageList_resIcon.Images.SetKeyName(5, "");
            // 
            // KernelResTree
            // 
            this.LineColor = System.Drawing.Color.Black;
            this.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.KernelResTree_AfterExpand);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.KernelResTree_MouseUp);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rptSaleMonthYears));
            this.CtrSaleMonthYears = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.SuspendLayout();
            // 
            // CtrSaleMonthYears
            // 
            this.CtrSaleMonthYears.ActiveViewIndex = -1;
            this.CtrSaleMonthYears.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.CtrSaleMonthYears.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
            this.CtrSaleMonthYears.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.CtrSaleMonthYears.Location = new System.Drawing.Point(-3, 0);
            this.CtrSaleMonthYears.Name = "CtrSaleMonthYears";
            this.CtrSaleMonthYears.SelectionFormula = "";
            this.CtrSaleMonthYears.Size = new System.Drawing.Size(995, 573);
            this.CtrSaleMonthYears.TabIndex = 0;
            this.CtrSaleMonthYears.ViewTimeSelectionFormula = "";
            // 
            // rptSaleMonthYears
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(992, 573);
            this.Controls.Add(this.CtrSaleMonthYears);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "rptSaleMonthYears";
            this.Text = "rptSaleMonthYears";
            this.Load += new System.EventHandler(this.rptSaleMonthYears_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorForm));
            this.tbMessage = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // tbMessage
            // 
            this.tbMessage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tbMessage.Location = new System.Drawing.Point(0, 0);
            this.tbMessage.Multiline = true;
            this.tbMessage.Name = "tbMessage";
            this.tbMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.tbMessage.Size = new System.Drawing.Size(476, 372);
            this.tbMessage.TabIndex = 5;
            // 
            // ErrorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(476, 372);
            this.Controls.Add(this.tbMessage);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ErrorForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Exception";
            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(About));
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.SuspendLayout();
            // 
            // richTextBox1
            // 
            this.richTextBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.richTextBox1.Location = new System.Drawing.Point(0, 0);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(557, 215);
            this.richTextBox1.TabIndex = 0;
            this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
            // 
            // About
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(556, 214);
            this.Controls.Add(this.richTextBox1);
            this.MaximizeBox = false;
            this.Name = "About";
            this.Text = "About Hatchu";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTroGiup));
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
            this.pictureEdit1.Location = new System.Drawing.Point(0, 0);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
            this.pictureEdit1.Size = new System.Drawing.Size(834, 561);
            this.pictureEdit1.TabIndex = 0;
            // 
            // frmTroGiup
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(834, 561);
            this.Controls.Add(this.pictureEdit1);
            this.MaximizeBox = false;
            this.Name = "frmTroGiup";
            this.Text = "Trợ giúp";
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RollingUpgradeWizard));
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWizard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.XSHelpButton)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBoxWizard
            // 
            resources.ApplyResources(this.pictureBoxWizard, "pictureBoxWizard");
            this.pictureBoxWizard.Image = global::XenAdmin.Properties.Resources._000_UpgradePool_h32bit_32;
            // 
            // XSHelpButton
            // 
            resources.ApplyResources(this.XSHelpButton, "XSHelpButton");
            // 
            // RollingUpgradeWizard
            // 
            resources.ApplyResources(this, "$this");
            this.Name = "RollingUpgradeWizard";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxWizard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.XSHelpButton)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileSelectorUserControl));
            this.textBoxFileName = new System.Windows.Forms.TextBox();
            this.buttonOpenFileDialog = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // textBoxFileName
            // 
            resources.ApplyResources(this.textBoxFileName, "textBoxFileName");
            this.textBoxFileName.Name = "textBoxFileName";
            // 
            // buttonOpenFileDialog
            // 
            resources.ApplyResources(this.buttonOpenFileDialog, "buttonOpenFileDialog");
            this.buttonOpenFileDialog.Name = "buttonOpenFileDialog";
            this.buttonOpenFileDialog.UseVisualStyleBackColor = true;
            this.buttonOpenFileDialog.Click += new System.EventHandler(this.buttonOpenFileDialog_Click);
            // 
            // FileSelectorUserControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.buttonOpenFileDialog);
            this.Controls.Add(this.textBoxFileName);
            this.Name = "FileSelectorUserControl";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #30
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(OutputFrm));
            this.rtbLogs = new System.Windows.Forms.RichTextBox();
            this.SuspendLayout();
            // 
            // rtbLogs
            // 
            this.rtbLogs.BackColor = System.Drawing.Color.Black;
            this.rtbLogs.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.rtbLogs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtbLogs.ForeColor = System.Drawing.Color.White;
            this.rtbLogs.Location = new System.Drawing.Point(0, 0);
            this.rtbLogs.Name = "rtbLogs";
            this.rtbLogs.Size = new System.Drawing.Size(624, 441);
            this.rtbLogs.TabIndex = 0;
            this.rtbLogs.Text = "";
            // 
            // DebugFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 441);
            this.Controls.Add(this.rtbLogs);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "DebugFrm";
            this.Text = "Ouput window";
            this.ResumeLayout(false);

        }
Beispiel #31
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(About));
     this.linkLabel4  = new System.Windows.Forms.LinkLabel();
     this.linkLabel1  = new System.Windows.Forms.LinkLabel();
     this.label1      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.imageList1  = new System.Windows.Forms.ImageList(this.components);
     this.label5      = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // linkLabel4
     //
     this.linkLabel4.ActiveLinkColor = System.Drawing.Color.Red;
     this.linkLabel4.AutoSize        = true;
     this.linkLabel4.Font            = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.linkLabel4.LinkColor       = System.Drawing.Color.Red;
     this.linkLabel4.Location        = new System.Drawing.Point(219, 146);
     this.linkLabel4.Name            = "linkLabel4";
     this.linkLabel4.Size            = new System.Drawing.Size(33, 13);
     this.linkLabel4.TabIndex        = 6;
     this.linkLabel4.TabStop         = true;
     this.linkLabel4.Text            = "关闭";
     this.linkLabel4.LinkClicked    += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_CloseWindow);
     //
     // linkLabel1
     //
     this.linkLabel1.ActiveLinkColor = System.Drawing.Color.DeepSkyBlue;
     this.linkLabel1.AutoSize        = true;
     this.linkLabel1.Font            = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.linkLabel1.LinkColor       = System.Drawing.Color.DeepSkyBlue;
     this.linkLabel1.Location        = new System.Drawing.Point(217, 69);
     this.linkLabel1.Name            = "linkLabel1";
     this.linkLabel1.Size            = new System.Drawing.Size(77, 13);
     this.linkLabel1.TabIndex        = 10;
     this.linkLabel1.TabStop         = true;
     this.linkLabel1.Text            = "github.com";
     this.linkLabel1.LinkClicked    += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_WebSite);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(146, 69);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 13);
     this.label1.TabIndex = 7;
     this.label1.Text     = "开源网址:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(146, 115);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(186, 13);
     this.label4.TabIndex = 13;
     this.label4.Text     = "Copyright (C) 2020 鼠连点 ";
     //
     // pictureBox1
     //
     this.pictureBox1.ErrorImage = null;
     this.pictureBox1.Location   = new System.Drawing.Point(9, 31);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new System.Drawing.Size(128, 128);
     this.pictureBox1.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex   = 14;
     this.pictureBox1.TabStop    = false;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "icon.png");
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(6, 9);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(79, 13);
     this.label5.TabIndex = 15;
     this.label5.Text     = "鼠连点-关于";
     //
     // About
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(352, 194);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.linkLabel4);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "About";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "关于";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(erkeködemerapor));
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.ımageList1    = new System.Windows.Forms.ImageList(this.components);
     this.button2       = new System.Windows.Forms.Button();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.yurt_otomasyon_projemDataSet7 = new YURT_OTOMASYONUU_PROJEM.yurt_otomasyon_projemDataSet7();
     this.erkeködemeBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.erkeködemeTableAdapter        = new YURT_OTOMASYONUU_PROJEM.yurt_otomasyon_projemDataSet7TableAdapters.erkeködemeTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.yurt_otomasyon_projemDataSet7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.erkeködemeBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // ımageList1
     //
     this.ımageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ımageList1.ImageStream")));
     this.ımageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.ımageList1.Images.SetKeyName(0, "sd.png");
     //
     // button2
     //
     this.button2.BackColor  = System.Drawing.Color.Red;
     this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button2.ImageKey   = "sd.png";
     this.button2.ImageList  = this.ımageList1;
     this.button2.ImeMode    = System.Windows.Forms.ImeMode.NoControl;
     this.button2.Location   = new System.Drawing.Point(477, 264);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(63, 23);
     this.button2.TabIndex   = 70;
     this.button2.Text       = "ÇIKIŞ";
     this.button2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click_1);
     //
     // reportViewer1
     //
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.erkeködemeBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "YURT_OTOMASYONUU_PROJEM.Report3.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(12, 12);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(528, 246);
     this.reportViewer1.TabIndex = 71;
     //
     // yurt_otomasyon_projemDataSet7
     //
     this.yurt_otomasyon_projemDataSet7.DataSetName             = "yurt_otomasyon_projemDataSet7";
     this.yurt_otomasyon_projemDataSet7.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // erkeködemeBindingSource
     //
     this.erkeködemeBindingSource.DataMember = "erkeködeme";
     this.erkeködemeBindingSource.DataSource = this.yurt_otomasyon_projemDataSet7;
     //
     // erkeködemeTableAdapter
     //
     this.erkeködemeTableAdapter.ClearBeforeFill = true;
     //
     // erkeködemerapor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Navy;
     this.ClientSize          = new System.Drawing.Size(552, 289);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.button2);
     this.Name  = "erkeködemerapor";
     this.Text  = "Erkek Ödeme Raporu";
     this.Load += new System.EventHandler(this.erkeködemerapor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.yurt_otomasyon_projemDataSet7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.erkeködemeBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTransactionReport));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.DateFrom = new System.Windows.Forms.DateTimePicker();
            this.label7 = new System.Windows.Forms.Label();
            this.DateTo = new System.Windows.Forms.DateTimePicker();
            this.label9 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.crystalReportViewer2 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.cmbTransactionType = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.label1 = new System.Windows.Forms.Label();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            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.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1030, 643);
            this.tabControl1.TabIndex = 0;
            this.tabControl1.Click += new System.EventHandler(this.tabControl1_Click);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.crystalReportViewer1);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1022, 613);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "By Transaction Date";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(930, 40);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(39, 17);
            this.label5.TabIndex = 10;
            this.label5.Text = "label5";
            this.label5.Visible = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(930, 15);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(39, 17);
            this.label4.TabIndex = 9;
            this.label4.Text = "label4";
            this.label4.Visible = false;
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = -1;
            this.crystalReportViewer1.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.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
            this.crystalReportViewer1.Location = new System.Drawing.Point(8, 121);
            this.crystalReportViewer1.Name = "crystalReportViewer1";
            this.crystalReportViewer1.Size = new System.Drawing.Size(1011, 496);
            this.crystalReportViewer1.TabIndex = 8;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Location = new System.Drawing.Point(423, 15);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(134, 100);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(15, 59);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(99, 30);
            this.button2.TabIndex = 7;
            this.button2.Text = "&Reset";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(15, 19);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(99, 30);
            this.button1.TabIndex = 5;
            this.button1.Text = "&View Report";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.DateFrom);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.DateTo);
            this.groupBox3.Controls.Add(this.label9);
            this.groupBox3.Location = new System.Drawing.Point(8, 15);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(400, 100);
            this.groupBox3.TabIndex = 5;
            this.groupBox3.TabStop = false;
            // 
            // DateFrom
            // 
            this.DateFrom.CustomFormat = "dd/MMM/yyyy";
            this.DateFrom.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DateFrom.Location = new System.Drawing.Point(30, 47);
            this.DateFrom.Name = "DateFrom";
            this.DateFrom.Size = new System.Drawing.Size(151, 25);
            this.DateFrom.TabIndex = 0;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(27, 16);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 18);
            this.label7.TabIndex = 9;
            this.label7.Text = "From";
            // 
            // DateTo
            // 
            this.DateTo.CustomFormat = "dd/MMM/yyyy";
            this.DateTo.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DateTo.Location = new System.Drawing.Point(204, 47);
            this.DateTo.Name = "DateTo";
            this.DateTo.Size = new System.Drawing.Size(154, 25);
            this.DateTo.TabIndex = 1;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(201, 16);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(25, 18);
            this.label9.TabIndex = 10;
            this.label9.Text = "To";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.crystalReportViewer2);
            this.tabPage2.Controls.Add(this.groupBox5);
            this.tabPage2.Controls.Add(this.groupBox4);
            this.tabPage2.Controls.Add(this.groupBox2);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1022, 613);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "By Transaction Type";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // crystalReportViewer2
            // 
            this.crystalReportViewer2.ActiveViewIndex = -1;
            this.crystalReportViewer2.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.crystalReportViewer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer2.Cursor = System.Windows.Forms.Cursors.Default;
            this.crystalReportViewer2.Location = new System.Drawing.Point(8, 112);
            this.crystalReportViewer2.Name = "crystalReportViewer2";
            this.crystalReportViewer2.Size = new System.Drawing.Size(1014, 505);
            this.crystalReportViewer2.TabIndex = 10;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.cmbTransactionType);
            this.groupBox5.Controls.Add(this.label3);
            this.groupBox5.Location = new System.Drawing.Point(424, 6);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(213, 100);
            this.groupBox5.TabIndex = 9;
            this.groupBox5.TabStop = false;
            // 
            // cmbTransactionType
            // 
            this.cmbTransactionType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
            this.cmbTransactionType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbTransactionType.FormattingEnabled = true;
            this.cmbTransactionType.Items.AddRange(new object[] {
            "Debit",
            "Credit"});
            this.cmbTransactionType.Location = new System.Drawing.Point(23, 47);
            this.cmbTransactionType.Name = "cmbTransactionType";
            this.cmbTransactionType.Size = new System.Drawing.Size(163, 25);
            this.cmbTransactionType.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(20, 19);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(104, 17);
            this.label3.TabIndex = 0;
            this.label3.Text = "Transaction Type";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.button3);
            this.groupBox4.Controls.Add(this.button4);
            this.groupBox4.Location = new System.Drawing.Point(655, 6);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(134, 100);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(15, 59);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(99, 30);
            this.button3.TabIndex = 7;
            this.button3.Text = "&Reset";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button4.Location = new System.Drawing.Point(15, 19);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(99, 30);
            this.button4.TabIndex = 5;
            this.button4.Text = "&View Report";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.dateTimePicker1);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.dateTimePicker2);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(8, 6);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(400, 100);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.CustomFormat = "dd/MMM/yyyy";
            this.dateTimePicker1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker1.Location = new System.Drawing.Point(30, 47);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(151, 25);
            this.dateTimePicker1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(27, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 18);
            this.label1.TabIndex = 9;
            this.label1.Text = "From";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.CustomFormat = "dd/MMM/yyyy";
            this.dateTimePicker2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker2.Location = new System.Drawing.Point(204, 47);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(154, 25);
            this.dateTimePicker2.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(201, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(25, 18);
            this.label2.TabIndex = 10;
            this.label2.Text = "To";
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // frmTransactionReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1030, 643);
            this.Controls.Add(this.tabControl1);
            this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "frmTransactionReport";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Others Transaction Report";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTransactionReport_FormClosing);
            this.Load += new System.EventHandler(this.frmTransactionReport_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #34
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(Form1));
     this.webBrowser1 = new System.Windows.Forms.WebBrowser();
     this.button1     = new System.Windows.Forms.Button();
     this.button3     = new System.Windows.Forms.Button();
     this.button4     = new System.Windows.Forms.Button();
     this.button5     = new System.Windows.Forms.Button();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.button2     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // webBrowser1
     //
     this.webBrowser1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser1.Location           = new System.Drawing.Point(0, 0);
     this.webBrowser1.MinimumSize        = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name               = "webBrowser1";
     this.webBrowser1.Size               = new System.Drawing.Size(800, 450);
     this.webBrowser1.TabIndex           = 0;
     this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
     //
     // button1
     //
     this.button1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.button1.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.button1.Location = new System.Drawing.Point(12, 34);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(57, 32);
     this.button1.TabIndex = 1;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button3
     //
     this.button3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
     this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.button3.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.button3.Location = new System.Drawing.Point(138, 34);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(60, 32);
     this.button3.TabIndex = 3;
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.button4.Location = new System.Drawing.Point(204, 34);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(105, 32);
     this.button4.TabIndex = 4;
     this.button4.Text     = "stop";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button5.BackgroundImage")));
     this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.button5.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.button5.Location = new System.Drawing.Point(669, 34);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(70, 43);
     this.button5.TabIndex = 5;
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(324, 39);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(339, 22);
     this.textBox1.TabIndex = 6;
     //
     // button2
     //
     this.button2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
     this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.button2.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.button2.Location = new System.Drawing.Point(75, 34);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(57, 32);
     this.button2.TabIndex = 2;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.webBrowser1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #35
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDuplicateFound));
     this.Label1         = new System.Windows.Forms.Label();
     this.lblWallet      = new System.Windows.Forms.Label();
     this.btnAdd         = new System.Windows.Forms.Button();
     this.Label2         = new System.Windows.Forms.Label();
     this.btnDontAdd     = new System.Windows.Forms.Button();
     this.label3         = new System.Windows.Forms.Label();
     this.lblSeconds     = new System.Windows.Forms.Label();
     this.timer          = new System.Windows.Forms.Timer(this.components);
     this.timerEnableAdd = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.AutoSize  = true;
     this.Label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.Label1.Location  = new System.Drawing.Point(40, 19);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(592, 33);
     this.Label1.TabIndex  = 0;
     this.Label1.Text      = "You have scanned the following wallet twice:";
     //
     // lblWallet
     //
     this.lblWallet.AutoSize  = true;
     this.lblWallet.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWallet.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lblWallet.Location  = new System.Drawing.Point(638, 19);
     this.lblWallet.Name      = "lblWallet";
     this.lblWallet.Size      = new System.Drawing.Size(32, 33);
     this.lblWallet.TabIndex  = 1;
     this.lblWallet.Text      = "?";
     //
     // btnAdd
     //
     this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.btnAdd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdd.ForeColor = System.Drawing.Color.Black;
     this.btnAdd.Location  = new System.Drawing.Point(442, 173);
     this.btnAdd.Name      = "btnAdd";
     this.btnAdd.Size      = new System.Drawing.Size(289, 86);
     this.btnAdd.TabIndex  = 2;
     this.btnAdd.Text      = "Add the duplicate";
     this.btnAdd.UseVisualStyleBackColor = false;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // Label2
     //
     this.Label2.AutoSize  = true;
     this.Label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.Label2.Location  = new System.Drawing.Point(40, 114);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(497, 33);
     this.Label2.TabIndex  = 3;
     this.Label2.Text      = "Do you wan\'t to add it as a duplicate?";
     //
     // btnDontAdd
     //
     this.btnDontAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btnDontAdd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDontAdd.ForeColor = System.Drawing.Color.Black;
     this.btnDontAdd.Location  = new System.Drawing.Point(76, 173);
     this.btnDontAdd.Name      = "btnDontAdd";
     this.btnDontAdd.Size      = new System.Drawing.Size(289, 86);
     this.btnDontAdd.TabIndex  = 4;
     this.btnDontAdd.Text      = "Don\'t add this duplicate";
     this.btnDontAdd.UseVisualStyleBackColor = false;
     this.btnDontAdd.Click += new System.EventHandler(this.btnDontAdd_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(70, 290);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(641, 33);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "This form will close automatically in       seconds\r\n";
     //
     // lblSeconds
     //
     this.lblSeconds.AutoSize  = true;
     this.lblSeconds.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSeconds.ForeColor = System.Drawing.Color.Yellow;
     this.lblSeconds.Location  = new System.Drawing.Point(549, 290);
     this.lblSeconds.Name      = "lblSeconds";
     this.lblSeconds.Size      = new System.Drawing.Size(31, 33);
     this.lblSeconds.TabIndex  = 6;
     this.lblSeconds.Text      = "?";
     //
     // timer
     //
     this.timer.Enabled  = true;
     this.timer.Interval = 1000;
     this.timer.Tick    += new System.EventHandler(this.timer_Tick);
     //
     // timerEnableAdd
     //
     this.timerEnableAdd.Enabled  = true;
     this.timerEnableAdd.Interval = 250;
     this.timerEnableAdd.Tick    += new System.EventHandler(this.timerEnableAdd_Tick);
     //
     // FormDuplicateFound
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Maroon;
     this.ClientSize          = new System.Drawing.Size(795, 352);
     this.Controls.Add(this.lblSeconds);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnDontAdd);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.lblWallet);
     this.Controls.Add(this.Label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormDuplicateFound";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.formDuplicateFound_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tripper));
     this.headerPanel = new System.Windows.Forms.Panel();
     this.panel1      = new System.Windows.Forms.Panel();
     this.logo        = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.close       = new System.Windows.Forms.Label();
     this.minimize    = new System.Windows.Forms.Label();
     this.headerPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // headerPanel
     //
     this.headerPanel.BackColor = System.Drawing.Color.White;
     this.headerPanel.Controls.Add(this.minimize);
     this.headerPanel.Controls.Add(this.close);
     this.headerPanel.Controls.Add(this.panel1);
     this.headerPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.headerPanel.Location = new System.Drawing.Point(0, 0);
     this.headerPanel.Name     = "headerPanel";
     this.headerPanel.Size     = new System.Drawing.Size(952, 77);
     this.headerPanel.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(126)))), ((int)(((byte)(49)))));
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.logo);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(223, 77);
     this.panel1.TabIndex = 0;
     //
     // logo
     //
     this.logo.AutoSize  = true;
     this.logo.Font      = new System.Drawing.Font("Castellar", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logo.ForeColor = System.Drawing.Color.White;
     this.logo.Location  = new System.Drawing.Point(43, 22);
     this.logo.Name      = "logo";
     this.logo.Size      = new System.Drawing.Size(180, 39);
     this.logo.TabIndex  = 0;
     this.logo.Text      = "TRIPPIER";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 22);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(47, 39);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // close
     //
     this.close.AutoSize    = true;
     this.close.Font        = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.close.Location    = new System.Drawing.Point(918, 22);
     this.close.Name        = "close";
     this.close.Size        = new System.Drawing.Size(22, 23);
     this.close.TabIndex    = 1;
     this.close.Text        = "X";
     this.close.Click      += new System.EventHandler(this.close_Click);
     this.close.MouseEnter += new System.EventHandler(this.close_MouseEnter);
     this.close.MouseLeave += new System.EventHandler(this.close_MouseLeave);
     //
     // minimize
     //
     this.minimize.AutoSize    = true;
     this.minimize.Font        = new System.Drawing.Font("Century Gothic", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.minimize.Location    = new System.Drawing.Point(881, 22);
     this.minimize.Name        = "minimize";
     this.minimize.Size        = new System.Drawing.Size(17, 23);
     this.minimize.TabIndex    = 2;
     this.minimize.Text        = "-";
     this.minimize.Click      += new System.EventHandler(this.minimize_Click);
     this.minimize.MouseEnter += new System.EventHandler(this.minimize_MouseEnter);
     this.minimize.MouseLeave += new System.EventHandler(this.minimize_MouseLeave);
     //
     // Tripper
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Gainsboro;
     this.ClientSize          = new System.Drawing.Size(952, 600);
     this.Controls.Add(this.headerPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Tripper";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.headerPanel.ResumeLayout(false);
     this.headerPanel.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #37
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(ChoisirVoitureForImpLocation));
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.button2 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(132, 39);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(202, 26);
            this.comboBox1.TabIndex = 51;
            this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
            // 
            // textBox8
            // 
            this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox8.Location = new System.Drawing.Point(133, 293);
            this.textBox8.Name = "textBox8";
            this.textBox8.ReadOnly = true;
            this.textBox8.Size = new System.Drawing.Size(201, 24);
            this.textBox8.TabIndex = 50;
            // 
            // textBox1
            // 
            this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox1.Location = new System.Drawing.Point(132, 97);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(202, 24);
            this.textBox1.TabIndex = 42;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(47, 99);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 18);
            this.label1.TabIndex = 33;
            this.label1.Text = "ID Voiture :";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(32, 265);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(95, 18);
            this.label8.TabIndex = 40;
            this.label8.Text = "Disponibilite :";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(59, 239);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(68, 18);
            this.label7.TabIndex = 39;
            this.label7.Text = "Couleur :";
            // 
            // textBox5
            // 
            this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox5.Location = new System.Drawing.Point(132, 209);
            this.textBox5.Name = "textBox5";
            this.textBox5.ReadOnly = true;
            this.textBox5.Size = new System.Drawing.Size(202, 24);
            this.textBox5.TabIndex = 47;
            // 
            // textBox2
            // 
            this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox2.Location = new System.Drawing.Point(132, 125);
            this.textBox2.Name = "textBox2";
            this.textBox2.ReadOnly = true;
            this.textBox2.Size = new System.Drawing.Size(202, 24);
            this.textBox2.TabIndex = 44;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(61, 42);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(66, 18);
            this.label2.TabIndex = 34;
            this.label2.Text = "Marque :";
            // 
            // textBox7
            // 
            this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox7.Location = new System.Drawing.Point(132, 265);
            this.textBox7.Name = "textBox7";
            this.textBox7.ReadOnly = true;
            this.textBox7.Size = new System.Drawing.Size(202, 24);
            this.textBox7.TabIndex = 49;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(32, 293);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(95, 18);
            this.label9.TabIndex = 41;
            this.label9.Text = "Prix par jour :";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(53, 155);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(74, 18);
            this.label4.TabIndex = 36;
            this.label4.Text = "Capacite :";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(46, 211);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(81, 18);
            this.label6.TabIndex = 38;
            this.label6.Text = "Carburant :";
            // 
            // textBox3
            // 
            this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox3.Location = new System.Drawing.Point(132, 153);
            this.textBox3.Name = "textBox3";
            this.textBox3.ReadOnly = true;
            this.textBox3.Size = new System.Drawing.Size(202, 24);
            this.textBox3.TabIndex = 45;
            // 
            // textBox4
            // 
            this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox4.Location = new System.Drawing.Point(132, 181);
            this.textBox4.Name = "textBox4";
            this.textBox4.ReadOnly = true;
            this.textBox4.Size = new System.Drawing.Size(202, 24);
            this.textBox4.TabIndex = 46;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(15, 183);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(112, 18);
            this.label5.TabIndex = 37;
            this.label5.Text = "Boite a vitesse :";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(51, 127);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(76, 18);
            this.label3.TabIndex = 35;
            this.label3.Text = "Matricule :";
            // 
            // textBox6
            // 
            this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox6.Location = new System.Drawing.Point(132, 237);
            this.textBox6.Name = "textBox6";
            this.textBox6.ReadOnly = true;
            this.textBox6.Size = new System.Drawing.Size(202, 24);
            this.textBox6.TabIndex = 48;
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.pictureBox1.InitialImage = null;
            this.pictureBox1.Location = new System.Drawing.Point(201, 363);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(31, 30);
            this.pictureBox1.TabIndex = 90;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.button2_Click);
            this.pictureBox1.MouseEnter += new System.EventHandler(this.button2_MouseEnter);
            this.pictureBox1.MouseLeave += new System.EventHandler(this.button2_MouseLeave);
            // 
            // button2
            // 
            this.button2.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.button2.FlatAppearance.BorderSize = 0;
            this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSteelBlue;
            this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightSteelBlue;
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button2.ForeColor = System.Drawing.SystemColors.Desktop;
            this.button2.Location = new System.Drawing.Point(73, 362);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(234, 32);
            this.button2.TabIndex = 89;
            this.button2.Text = "             Imprimer";
            this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            this.button2.MouseEnter += new System.EventHandler(this.button2_MouseEnter);
            this.button2.MouseLeave += new System.EventHandler(this.button2_MouseLeave);
            // 
            // ChoisirVoitureForImpLocation
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(368, 433);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.textBox6);
            this.Controls.Add(this.textBox8);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox4);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.textBox5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBox7);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ChoisirVoitureForImpLocation";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Choisir Voiture";
            this.Load += new System.EventHandler(this.ChoisirVoitureForImpLocation_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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(frmTelaBuscaCEP));
            this.label15 = new System.Windows.Forms.Label();
            this.cmbTipoLogradouro = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.txtNum = new System.Windows.Forms.TextBox();
            this.cmbUF = new System.Windows.Forms.ComboBox();
            this.mskCep = new System.Windows.Forms.MaskedTextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnOK = new System.Windows.Forms.PictureBox();
            this.pctVoltar = new System.Windows.Forms.PictureBox();
            this.chkZonaRural = new System.Windows.Forms.CheckBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.cmbRuas = new System.Windows.Forms.ComboBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.cmbBairro = new System.Windows.Forms.ComboBox();
            this.cmbCidades = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtComplemento = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnOK)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pctVoltar)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(13, 81);
            this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(38, 17);
            this.label15.TabIndex = 38;
            this.label15.Text = "Tipo:";
            // 
            // cmbTipoLogradouro
            // 
            this.cmbTipoLogradouro.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.cmbTipoLogradouro.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbTipoLogradouro.FormattingEnabled = true;
            this.cmbTipoLogradouro.Location = new System.Drawing.Point(79, 74);
            this.cmbTipoLogradouro.Margin = new System.Windows.Forms.Padding(2);
            this.cmbTipoLogradouro.Name = "cmbTipoLogradouro";
            this.cmbTipoLogradouro.Size = new System.Drawing.Size(102, 25);
            this.cmbTipoLogradouro.TabIndex = 3;
            this.cmbTipoLogradouro.SelectedIndexChanged += new System.EventHandler(this.cmbTipoLogradouro_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(2, 113);
            this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(64, 17);
            this.label7.TabIndex = 14;
            this.label7.Text = "Número:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(13, 54);
            this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(48, 17);
            this.label9.TabIndex = 16;
            this.label9.Text = "Bairro:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(181, 27);
            this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(61, 17);
            this.label10.TabIndex = 17;
            this.label10.Text = "Cidade:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(13, 27);
            this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(56, 17);
            this.label11.TabIndex = 18;
            this.label11.Text = "Estado:";
            // 
            // txtNum
            // 
            this.txtNum.Location = new System.Drawing.Point(79, 107);
            this.txtNum.Margin = new System.Windows.Forms.Padding(2);
            this.txtNum.Name = "txtNum";
            this.txtNum.Size = new System.Drawing.Size(81, 23);
            this.txtNum.TabIndex = 5;
            // 
            // cmbUF
            // 
            this.cmbUF.Enabled = false;
            this.cmbUF.FormattingEnabled = true;
            this.cmbUF.Items.AddRange(new object[] {
            "AC",
            "AL",
            "AP",
            "AM",
            "BA",
            "CE",
            "DF",
            "ES",
            "GO",
            "MA",
            "MT",
            "MS",
            "MG",
            "PA",
            "PB",
            "PR",
            "PE",
            "PI",
            "RJ",
            "RN",
            "RS",
            "RO",
            "RR",
            "SC",
            "SP",
            "SE",
            "TO"});
            this.cmbUF.Location = new System.Drawing.Point(79, 22);
            this.cmbUF.Margin = new System.Windows.Forms.Padding(2);
            this.cmbUF.Name = "cmbUF";
            this.cmbUF.Size = new System.Drawing.Size(90, 25);
            this.cmbUF.TabIndex = 0;
            this.cmbUF.SelectedIndexChanged += new System.EventHandler(this.cmbUF_SelectedIndexChanged);
            // 
            // mskCep
            // 
            this.mskCep.Location = new System.Drawing.Point(54, 6);
            this.mskCep.Margin = new System.Windows.Forms.Padding(2);
            this.mskCep.Mask = "00,000-000";
            this.mskCep.Name = "mskCep";
            this.mskCep.Size = new System.Drawing.Size(97, 23);
            this.mskCep.TabIndex = 1;
            this.mskCep.TextChanged += new System.EventHandler(this.mskCep_TextChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(12, 11);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(38, 17);
            this.label5.TabIndex = 42;
            this.label5.Text = "CEP:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnOK);
            this.groupBox1.Controls.Add(this.pctVoltar);
            this.groupBox1.Controls.Add(this.chkZonaRural);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label18);
            this.groupBox1.Controls.Add(this.cmbRuas);
            this.groupBox1.Controls.Add(this.panel1);
            this.groupBox1.Controls.Add(this.cmbBairro);
            this.groupBox1.Controls.Add(this.cmbCidades);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.cmbTipoLogradouro);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.txtNum);
            this.groupBox1.Controls.Add(this.cmbUF);
            this.groupBox1.Controls.Add(this.txtComplemento);
            this.groupBox1.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(8, 36);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox1.Size = new System.Drawing.Size(742, 184);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Endereço";
            // 
            // btnOK
            // 
            this.btnOK.BackColor = System.Drawing.Color.Transparent;
            this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnOK.Image = global::TechFit.Properties.Resources.concluir;
            this.btnOK.Location = new System.Drawing.Point(224, 146);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(143, 38);
            this.btnOK.TabIndex = 113;
            this.btnOK.TabStop = false;
            this.btnOK.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // pctVoltar
            // 
            this.pctVoltar.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pctVoltar.BackColor = System.Drawing.Color.Transparent;
            this.pctVoltar.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pctVoltar.Image = global::TechFit.Properties.Resources.voltar;
            this.pctVoltar.Location = new System.Drawing.Point(373, 146);
            this.pctVoltar.Name = "pctVoltar";
            this.pctVoltar.Size = new System.Drawing.Size(100, 34);
            this.pctVoltar.TabIndex = 112;
            this.pctVoltar.TabStop = false;
            this.pctVoltar.Click += new System.EventHandler(this.pctVoltar_Click);
            // 
            // chkZonaRural
            // 
            this.chkZonaRural.AutoSize = true;
            this.chkZonaRural.Location = new System.Drawing.Point(635, 112);
            this.chkZonaRural.Name = "chkZonaRural";
            this.chkZonaRural.Size = new System.Drawing.Size(95, 21);
            this.chkZonaRural.TabIndex = 56;
            this.chkZonaRural.Text = "Zona Rural";
            this.chkZonaRural.UseVisualStyleBackColor = true;
            this.chkZonaRural.Visible = false;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.Red;
            this.label13.Location = new System.Drawing.Point(59, 113);
            this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(14, 17);
            this.label13.TabIndex = 55;
            this.label13.Text = "*";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.Red;
            this.label3.Location = new System.Drawing.Point(49, 83);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(14, 17);
            this.label3.TabIndex = 52;
            this.label3.Text = "*";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(59, 56);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(14, 17);
            this.label2.TabIndex = 51;
            this.label2.Text = "*";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(232, 29);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(14, 17);
            this.label1.TabIndex = 50;
            this.label1.Text = "*";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label18.ForeColor = System.Drawing.Color.Red;
            this.label18.Location = new System.Drawing.Point(63, 30);
            this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(14, 17);
            this.label18.TabIndex = 49;
            this.label18.Text = "*";
            // 
            // cmbRuas
            // 
            this.cmbRuas.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.cmbRuas.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbRuas.FormattingEnabled = true;
            this.cmbRuas.Location = new System.Drawing.Point(200, 76);
            this.cmbRuas.Margin = new System.Windows.Forms.Padding(2);
            this.cmbRuas.Name = "cmbRuas";
            this.cmbRuas.Size = new System.Drawing.Size(501, 25);
            this.cmbRuas.TabIndex = 4;
            this.cmbRuas.SelectedIndexChanged += new System.EventHandler(this.cmbRuas_SelectedIndexChanged);
            this.cmbRuas.TextChanged += new System.EventHandler(this.cmbRuas_TextChanged);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Transparent;
            this.panel1.Controls.Add(this.mskCep);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.panel1.Location = new System.Drawing.Point(16, 138);
            this.panel1.Margin = new System.Windows.Forms.Padding(2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(160, 36);
            this.panel1.TabIndex = 7;
            // 
            // cmbBairro
            // 
            this.cmbBairro.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.cmbBairro.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbBairro.FormattingEnabled = true;
            this.cmbBairro.Location = new System.Drawing.Point(79, 48);
            this.cmbBairro.Margin = new System.Windows.Forms.Padding(2);
            this.cmbBairro.Name = "cmbBairro";
            this.cmbBairro.Size = new System.Drawing.Size(394, 25);
            this.cmbBairro.TabIndex = 2;
            this.cmbBairro.SelectedIndexChanged += new System.EventHandler(this.cmbBairro_SelectedIndexChanged);
            this.cmbBairro.TextChanged += new System.EventHandler(this.cmbBairro_TextChanged);
            this.cmbBairro.Leave += new System.EventHandler(this.cmbBairro_Leave);
            // 
            // cmbCidades
            // 
            this.cmbCidades.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbCidades.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbCidades.FormattingEnabled = true;
            this.cmbCidades.Location = new System.Drawing.Point(250, 20);
            this.cmbCidades.Margin = new System.Windows.Forms.Padding(2);
            this.cmbCidades.Name = "cmbCidades";
            this.cmbCidades.Size = new System.Drawing.Size(481, 25);
            this.cmbCidades.TabIndex = 1;
            this.cmbCidades.SelectedIndexChanged += new System.EventHandler(this.cmbCidades_SelectedIndexChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(164, 110);
            this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(108, 17);
            this.label8.TabIndex = 15;
            this.label8.Text = "Complemento:";
            // 
            // txtComplemento
            // 
            this.txtComplemento.Location = new System.Drawing.Point(276, 107);
            this.txtComplemento.Margin = new System.Windows.Forms.Padding(2);
            this.txtComplemento.Name = "txtComplemento";
            this.txtComplemento.Size = new System.Drawing.Size(274, 23);
            this.txtComplemento.TabIndex = 6;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.label4.Font = new System.Drawing.Font("Century Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label4.Location = new System.Drawing.Point(289, 1);
            this.label4.Margin = new System.Windows.Forms.Padding(0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(190, 39);
            this.label4.TabIndex = 46;
            this.label4.Text = "Buscar CEP";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label16.ForeColor = System.Drawing.Color.Red;
            this.label16.Location = new System.Drawing.Point(8, 222);
            this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(167, 17);
            this.label16.TabIndex = 54;
            this.label16.Text = "(*) Campos Obrigatórios";
            // 
            // frmTelaBuscaCEP
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(759, 256);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmTelaBuscaCEP";
            this.Text = "Buscar CEP";
            this.Load += new System.EventHandler(this.frmTelaBuscaCEP_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnOK)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pctVoltar)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #39
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(Form1));
     this.txtID              = new System.Windows.Forms.TextBox();
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.btnEncerrar        = new System.Windows.Forms.Button();
     this.btnLocalizarDados  = new System.Windows.Forms.Button();
     this.btnExcluirDados    = new System.Windows.Forms.Button();
     this.btnAtualizarDados  = new System.Windows.Forms.Button();
     this.btnIncluirDados    = new System.Windows.Forms.Button();
     this.btnExibirDados     = new System.Windows.Forms.Button();
     this.txtNome            = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.btnCriarTabela     = new System.Windows.Forms.Button();
     this.btnCriarBancoDados = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.txtTelefone        = new System.Windows.Forms.TextBox();
     this.panel2             = new System.Windows.Forms.Panel();
     this.txtRelatorio       = new System.Windows.Forms.TextBox();
     this.button2            = new System.Windows.Forms.Button();
     this.button1            = new System.Windows.Forms.Button();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtID
     //
     this.txtID.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtID.Font        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtID.Location    = new System.Drawing.Point(583, 309);
     this.txtID.Multiline   = true;
     this.txtID.Name        = "txtID";
     this.txtID.Size        = new System.Drawing.Size(169, 27);
     this.txtID.TabIndex    = 2;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.LightCyan;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(570, 28);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(496, 215);
     this.dataGridView1.TabIndex = 0;
     //
     // btnEncerrar
     //
     this.btnEncerrar.BackColor = System.Drawing.Color.Blue;
     this.btnEncerrar.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnEncerrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEncerrar.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEncerrar.ForeColor = System.Drawing.Color.White;
     this.btnEncerrar.Location  = new System.Drawing.Point(840, 435);
     this.btnEncerrar.Name      = "btnEncerrar";
     this.btnEncerrar.Size      = new System.Drawing.Size(120, 49);
     this.btnEncerrar.TabIndex  = 0;
     this.btnEncerrar.Text      = "Encerrar";
     this.btnEncerrar.UseVisualStyleBackColor = false;
     this.btnEncerrar.Click += new System.EventHandler(this.btnEncerrar_Click);
     //
     // btnLocalizarDados
     //
     this.btnLocalizarDados.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnLocalizarDados.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnLocalizarDados.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnLocalizarDados.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLocalizarDados.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnLocalizarDados.Location  = new System.Drawing.Point(849, 363);
     this.btnLocalizarDados.Name      = "btnLocalizarDados";
     this.btnLocalizarDados.Size      = new System.Drawing.Size(120, 49);
     this.btnLocalizarDados.TabIndex  = 0;
     this.btnLocalizarDados.Text      = "Localizar Dados";
     this.btnLocalizarDados.UseVisualStyleBackColor = false;
     this.btnLocalizarDados.Click += new System.EventHandler(this.btnLocalizarDados_Click);
     //
     // btnExcluirDados
     //
     this.btnExcluirDados.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnExcluirDados.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnExcluirDados.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExcluirDados.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExcluirDados.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnExcluirDados.Location  = new System.Drawing.Point(723, 363);
     this.btnExcluirDados.Name      = "btnExcluirDados";
     this.btnExcluirDados.Size      = new System.Drawing.Size(120, 49);
     this.btnExcluirDados.TabIndex  = 0;
     this.btnExcluirDados.Text      = "Excluir Dados";
     this.btnExcluirDados.UseVisualStyleBackColor = false;
     this.btnExcluirDados.Click += new System.EventHandler(this.btnExcluirDados_Click);
     //
     // btnAtualizarDados
     //
     this.btnAtualizarDados.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnAtualizarDados.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnAtualizarDados.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAtualizarDados.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAtualizarDados.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnAtualizarDados.Location  = new System.Drawing.Point(597, 363);
     this.btnAtualizarDados.Name      = "btnAtualizarDados";
     this.btnAtualizarDados.Size      = new System.Drawing.Size(120, 49);
     this.btnAtualizarDados.TabIndex  = 0;
     this.btnAtualizarDados.Text      = "Atualizar Dados";
     this.btnAtualizarDados.UseVisualStyleBackColor = false;
     this.btnAtualizarDados.Click += new System.EventHandler(this.btnAtualizarDados_Click);
     //
     // btnIncluirDados
     //
     this.btnIncluirDados.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnIncluirDados.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnIncluirDados.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnIncluirDados.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnIncluirDados.ForeColor = System.Drawing.SystemColors.Control;
     this.btnIncluirDados.Location  = new System.Drawing.Point(471, 363);
     this.btnIncluirDados.Name      = "btnIncluirDados";
     this.btnIncluirDados.Size      = new System.Drawing.Size(120, 49);
     this.btnIncluirDados.TabIndex  = 0;
     this.btnIncluirDados.Text      = "Incluir Dados";
     this.btnIncluirDados.UseVisualStyleBackColor = false;
     this.btnIncluirDados.Click += new System.EventHandler(this.btnIncluirDados_Click);
     //
     // btnExibirDados
     //
     this.btnExibirDados.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnExibirDados.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnExibirDados.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExibirDados.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExibirDados.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnExibirDados.Location  = new System.Drawing.Point(345, 363);
     this.btnExibirDados.Name      = "btnExibirDados";
     this.btnExibirDados.Size      = new System.Drawing.Size(120, 49);
     this.btnExibirDados.TabIndex  = 0;
     this.btnExibirDados.Text      = "Exibir Dados";
     this.btnExibirDados.UseVisualStyleBackColor = false;
     this.btnExibirDados.Click += new System.EventHandler(this.btnExibirDados_Click);
     //
     // txtNome
     //
     this.txtNome.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtNome.Font        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNome.Location    = new System.Drawing.Point(119, 310);
     this.txtNome.Multiline   = true;
     this.txtNome.Name        = "txtNome";
     this.txtNome.Size        = new System.Drawing.Size(437, 27);
     this.txtNome.TabIndex    = 2;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label2.Location  = new System.Drawing.Point(127, 295);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 18);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Nome";
     //
     // btnCriarTabela
     //
     this.btnCriarTabela.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnCriarTabela.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnCriarTabela.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCriarTabela.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCriarTabela.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnCriarTabela.Location  = new System.Drawing.Point(219, 363);
     this.btnCriarTabela.Name      = "btnCriarTabela";
     this.btnCriarTabela.Size      = new System.Drawing.Size(120, 49);
     this.btnCriarTabela.TabIndex  = 0;
     this.btnCriarTabela.Text      = "Criar Tabela";
     this.btnCriarTabela.UseVisualStyleBackColor = false;
     this.btnCriarTabela.Click += new System.EventHandler(this.btnCriarTabela_Click);
     //
     // btnCriarBancoDados
     //
     this.btnCriarBancoDados.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnCriarBancoDados.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
     this.btnCriarBancoDados.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCriarBancoDados.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCriarBancoDados.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnCriarBancoDados.Location  = new System.Drawing.Point(93, 363);
     this.btnCriarBancoDados.Name      = "btnCriarBancoDados";
     this.btnCriarBancoDados.Size      = new System.Drawing.Size(120, 49);
     this.btnCriarBancoDados.TabIndex  = 0;
     this.btnCriarBancoDados.Text      = "Criar Banco de Dados";
     this.btnCriarBancoDados.UseVisualStyleBackColor = false;
     this.btnCriarBancoDados.Click += new System.EventHandler(this.btnCriarBancoDados_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location  = new System.Drawing.Point(588, 295);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(86, 18);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "CPF / RG:";
     //
     // txtTelefone
     //
     this.txtTelefone.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtTelefone.Font        = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTelefone.Location    = new System.Drawing.Point(758, 309);
     this.txtTelefone.Multiline   = true;
     this.txtTelefone.Name        = "txtTelefone";
     this.txtTelefone.Size        = new System.Drawing.Size(175, 27);
     this.txtTelefone.TabIndex    = 2;
     //
     // panel2
     //
     this.panel2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.panel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.Controls.Add(this.txtRelatorio);
     this.panel2.Controls.Add(this.button2);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Controls.Add(this.btnEncerrar);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.btnLocalizarDados);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.btnExcluirDados);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.btnAtualizarDados);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnIncluirDados);
     this.panel2.Controls.Add(this.txtTelefone);
     this.panel2.Controls.Add(this.btnExibirDados);
     this.panel2.Controls.Add(this.txtNome);
     this.panel2.Controls.Add(this.btnCriarTabela);
     this.panel2.Controls.Add(this.txtID);
     this.panel2.Controls.Add(this.btnCriarBancoDados);
     this.panel2.Controls.Add(this.dataGridView1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1118, 535);
     this.panel2.TabIndex = 3;
     this.panel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // txtRelatorio
     //
     this.txtRelatorio.BackColor   = System.Drawing.Color.LightCyan;
     this.txtRelatorio.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtRelatorio.Font        = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRelatorio.Location    = new System.Drawing.Point(93, 28);
     this.txtRelatorio.Multiline   = true;
     this.txtRelatorio.Name        = "txtRelatorio";
     this.txtRelatorio.Size        = new System.Drawing.Size(450, 215);
     this.txtRelatorio.TabIndex    = 6;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button2.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor  = System.Drawing.Color.White;
     this.button2.Image      = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button2.Location   = new System.Drawing.Point(878, 249);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(188, 27);
     this.button2.TabIndex   = 5;
     this.button2.Text       = "Exportar Para Excel";
     this.button2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button1.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor  = System.Drawing.Color.White;
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.Location   = new System.Drawing.Point(93, 249);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(186, 27);
     this.button1.TabIndex   = 4;
     this.button1.Text       = "Exportar para Word";
     this.button1.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label4.Location  = new System.Drawing.Point(1072, 9);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(25, 24);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "X";
     this.label4.Click    += new System.EventHandler(this.label4_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label3.Location  = new System.Drawing.Point(769, 294);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(73, 18);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "Telefone";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1118, 535);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Cadastro de Clientes";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReturnReceiveList_Del));
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewDateTimeColumn gridViewDateTimeColumn1 = new Telerik.WinControls.UI.GridViewDateTimeColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn1 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn2 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewDecimalColumn gridViewDecimalColumn3 = new Telerik.WinControls.UI.GridViewDecimalColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn10 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn11 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn12 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn13 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn15 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn16 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn17 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewDateTimeColumn gridViewDateTimeColumn2 = new Telerik.WinControls.UI.GridViewDateTimeColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn18 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
            Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition();
            this.radRibbonBar1 = new Telerik.WinControls.UI.RadRibbonBar();
            this.ribbonTab1 = new Telerik.WinControls.UI.RibbonTab();
            this.radRibbonBarGroup2 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.btnPrint = new Telerik.WinControls.UI.RadButtonElement();
            this.radRibbonBarGroup4 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.btnExport = new Telerik.WinControls.UI.RadButtonElement();
            this.radRibbonBarGroup3 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.btnRefresh = new Telerik.WinControls.UI.RadButtonElement();
            this.radRibbonBarGroup5 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.radRibbonBarButtonGroup3 = new Telerik.WinControls.UI.RadRibbonBarButtonGroup();
            this.btnFilter1 = new Telerik.WinControls.UI.RadButtonElement();
            this.btnUnfilter1 = new Telerik.WinControls.UI.RadButtonElement();
            this.ribbonBarGroupSeparator1 = new Telerik.WinControls.UI.RibbonBarGroupSeparator();
            this.radMenuItem1 = new Telerik.WinControls.UI.RadMenuItem();
            this.radMenuSeparatorItem1 = new Telerik.WinControls.UI.RadMenuSeparatorItem();
            this.radMenuItem2 = new Telerik.WinControls.UI.RadMenuItem();
            this.radStatusStrip1 = new Telerik.WinControls.UI.RadStatusStrip();
            this.radLabelElement1 = new Telerik.WinControls.UI.RadLabelElement();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dgvData = new Telerik.WinControls.UI.RadGridView();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.cboStatus = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.txtVendorNo = new Telerik.WinControls.UI.RadTextBox();
            this.dtDate2 = new Telerik.WinControls.UI.RadDateTimePicker();
            this.dtDate1 = new Telerik.WinControls.UI.RadDateTimePicker();
            this.cboVendorName = new Telerik.WinControls.UI.RadMultiColumnComboBox();
            this.radButton1 = new Telerik.WinControls.UI.RadButton();
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.office2010BlueTheme1 = new Telerik.WinControls.Themes.Office2010BlueTheme();
            this.radRibbonBarButtonGroup2 = new Telerik.WinControls.UI.RadRibbonBarButtonGroup();
            this.btnFilter = new Telerik.WinControls.UI.RadButtonElement();
            this.Unfilter = new Telerik.WinControls.UI.RadButtonElement();
            this.radRibbonBarButtonGroup5 = new Telerik.WinControls.UI.RadRibbonBarButtonGroup();
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvData.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboStatus)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtVendorNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDate2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDate1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendorName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendorName.EditorControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendorName.EditorControl.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radRibbonBar1
            // 
            this.radRibbonBar1.CommandTabs.AddRange(new Telerik.WinControls.RadItem[] {
            this.ribbonTab1});
            // 
            // 
            // 
            this.radRibbonBar1.ExitButton.Text = "Exit";
            this.radRibbonBar1.ExitButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.radRibbonBar1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radRibbonBar1.Location = new System.Drawing.Point(0, 0);
            this.radRibbonBar1.Name = "radRibbonBar1";
            // 
            // 
            // 
            this.radRibbonBar1.OptionsButton.Text = "Options";
            this.radRibbonBar1.OptionsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.radRibbonBar1.OptionsButton.Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // 
            // 
            this.radRibbonBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.radRibbonBar1.Size = new System.Drawing.Size(815, 161);
            this.radRibbonBar1.StartButtonImage = ((System.Drawing.Image)(resources.GetObject("radRibbonBar1.StartButtonImage")));
            this.radRibbonBar1.StartMenuItems.AddRange(new Telerik.WinControls.RadItem[] {
            this.radMenuItem1,
            this.radMenuSeparatorItem1,
            this.radMenuItem2});
            this.radRibbonBar1.TabIndex = 0;
            this.radRibbonBar1.Text = "Return Receive List (รายการรับสินค้าแล้ว)";
            this.radRibbonBar1.ThemeName = "Office2010Blue";
            this.radRibbonBar1.Click += new System.EventHandler(this.radRibbonBar1_Click);
            // 
            // ribbonTab1
            // 
            this.ribbonTab1.IsSelected = true;
            this.ribbonTab1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radRibbonBarGroup2,
            this.radRibbonBarGroup4,
            this.radRibbonBarGroup3,
            this.radRibbonBarGroup5});
            this.ribbonTab1.Name = "ribbonTab1";
            this.ribbonTab1.Text = "Action";
            // 
            // radRibbonBarGroup2
            // 
            this.radRibbonBarGroup2.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.btnPrint});
            this.radRibbonBarGroup2.Name = "radRibbonBarGroup2";
            this.radRibbonBarGroup2.Text = "Print Document";
            this.radRibbonBarGroup2.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
            // 
            // btnPrint
            // 
            this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
            this.btnPrint.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Text = "พิมพ์เอกสาร";
            this.btnPrint.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            // 
            // radRibbonBarGroup4
            // 
            this.radRibbonBarGroup4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(86)))), ((int)(((byte)(86)))));
            this.radRibbonBarGroup4.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.btnExport});
            this.radRibbonBarGroup4.Name = "radRibbonBarGroup4";
            this.radRibbonBarGroup4.Text = "Import / Export";
            // 
            // btnExport
            // 
            this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image")));
            this.btnExport.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnExport.Name = "btnExport";
            this.btnExport.Text = "ส่งข้อมูลออก";
            this.btnExport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
            // 
            // radRibbonBarGroup3
            // 
            this.radRibbonBarGroup3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135)))));
            this.radRibbonBarGroup3.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.btnRefresh});
            this.radRibbonBarGroup3.Name = "radRibbonBarGroup3";
            this.radRibbonBarGroup3.Text = "Page";
            // 
            // btnRefresh
            // 
            this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(6)))), ((int)(((byte)(197)))));
            this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
            this.btnRefresh.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Text = "รีเฟรช";
            this.btnRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // radRibbonBarGroup5
            // 
            this.radRibbonBarGroup5.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.radRibbonBarGroup5.FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
            this.radRibbonBarGroup5.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radRibbonBarButtonGroup3});
            this.radRibbonBarGroup5.Name = "radRibbonBarGroup5";
            this.radRibbonBarGroup5.Text = "Filter";
            // 
            // radRibbonBarButtonGroup3
            // 
            this.radRibbonBarButtonGroup3.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.btnFilter1,
            this.btnUnfilter1,
            this.ribbonBarGroupSeparator1});
            this.radRibbonBarButtonGroup3.Name = "radRibbonBarButtonGroup3";
            this.radRibbonBarButtonGroup3.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.radRibbonBarButtonGroup3.Padding = new System.Windows.Forms.Padding(1);
            this.radRibbonBarButtonGroup3.ShowBackColor = false;
            this.radRibbonBarButtonGroup3.ShowBorder = false;
            this.radRibbonBarButtonGroup3.Text = "radRibbonBarButtonGroup3";
            // 
            // btnFilter1
            // 
            this.btnFilter1.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter1.Image")));
            this.btnFilter1.Name = "btnFilter1";
            this.btnFilter1.ShowBorder = false;
            this.btnFilter1.Text = "กรอง";
            this.btnFilter1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnFilter1.Click += new System.EventHandler(this.btnFilter1_Click);
            // 
            // btnUnfilter1
            // 
            this.btnUnfilter1.Image = ((System.Drawing.Image)(resources.GetObject("btnUnfilter1.Image")));
            this.btnUnfilter1.Name = "btnUnfilter1";
            this.btnUnfilter1.ShowBorder = false;
            this.btnUnfilter1.Text = "ยกเลิก";
            this.btnUnfilter1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnUnfilter1.Click += new System.EventHandler(this.btnUnfilter1_Click);
            // 
            // ribbonBarGroupSeparator1
            // 
            this.ribbonBarGroupSeparator1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.ribbonBarGroupSeparator1.Name = "ribbonBarGroupSeparator1";
            this.ribbonBarGroupSeparator1.Text = "ribbonBarGroupSeparator1";
            // 
            // radMenuItem1
            // 
            this.radMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("radMenuItem1.Image")));
            this.radMenuItem1.Name = "radMenuItem1";
            this.radMenuItem1.Text = "Exit";
            this.radMenuItem1.Click += new System.EventHandler(this.radMenuItem1_Click);
            // 
            // radMenuSeparatorItem1
            // 
            this.radMenuSeparatorItem1.Name = "radMenuSeparatorItem1";
            this.radMenuSeparatorItem1.Text = "radMenuSeparatorItem1";
            this.radMenuSeparatorItem1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // radMenuItem2
            // 
            this.radMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("radMenuItem2.Image")));
            this.radMenuItem2.Name = "radMenuItem2";
            this.radMenuItem2.Text = "History View";
            this.radMenuItem2.Click += new System.EventHandler(this.radMenuItem2_Click);
            // 
            // radStatusStrip1
            // 
            this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radLabelElement1});
            this.radStatusStrip1.Location = new System.Drawing.Point(0, 676);
            this.radStatusStrip1.Name = "radStatusStrip1";
            this.radStatusStrip1.Size = new System.Drawing.Size(815, 26);
            this.radStatusStrip1.SizingGrip = false;
            this.radStatusStrip1.TabIndex = 1;
            this.radStatusStrip1.Text = "radStatusStrip1";
            // 
            // radLabelElement1
            // 
            this.radLabelElement1.Name = "radLabelElement1";
            this.radStatusStrip1.SetSpring(this.radLabelElement1, false);
            this.radLabelElement1.Text = "Status : รายการรับสินค้าแล้ว";
            this.radLabelElement1.TextWrap = true;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.dgvData);
            this.panel1.Controls.Add(this.radPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 161);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(815, 515);
            this.panel1.TabIndex = 2;
            // 
            // dgvData
            // 
            this.dgvData.BackColor = System.Drawing.Color.White;
            this.dgvData.ColumnChooserSortOrder = Telerik.WinControls.UI.RadSortOrder.Ascending;
            this.dgvData.Cursor = System.Windows.Forms.Cursors.Default;
            this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvData.EnterKeyMode = Telerik.WinControls.UI.RadGridViewEnterKeyMode.EnterMovesToNextCell;
            this.dgvData.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.dgvData.ForeColor = System.Drawing.Color.Black;
            this.dgvData.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.dgvData.Location = new System.Drawing.Point(0, 93);
            // 
            // 
            // 
            this.dgvData.MasterTemplate.AddNewRowPosition = Telerik.WinControls.UI.SystemRowPosition.Bottom;
            this.dgvData.MasterTemplate.AllowAddNewRow = false;
            this.dgvData.MasterTemplate.AllowColumnChooser = false;
            this.dgvData.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.dgvData.MasterTemplate.AllowDeleteRow = false;
            this.dgvData.MasterTemplate.AllowDragToGroup = false;
            this.dgvData.MasterTemplate.AllowRowResize = false;
            this.dgvData.MasterTemplate.AutoGenerateColumns = false;
            gridViewTextBoxColumn1.EnableExpressionEditor = false;
            gridViewTextBoxColumn1.HeaderText = "No";
            gridViewTextBoxColumn1.Name = "dgvNo";
            gridViewTextBoxColumn1.ReadOnly = true;
            gridViewTextBoxColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            gridViewTextBoxColumn1.Width = 45;
            gridViewCheckBoxColumn1.EnableExpressionEditor = false;
            gridViewCheckBoxColumn1.FieldName = "S";
            gridViewCheckBoxColumn1.HeaderText = "เลือก";
            gridViewCheckBoxColumn1.IsVisible = false;
            gridViewCheckBoxColumn1.MinWidth = 20;
            gridViewCheckBoxColumn1.Name = "S";
            gridViewCheckBoxColumn1.Width = 56;
            gridViewTextBoxColumn2.EnableExpressionEditor = false;
            gridViewTextBoxColumn2.FieldName = "RCNo";
            gridViewTextBoxColumn2.HeaderText = "เลขที่รับ";
            gridViewTextBoxColumn2.Name = "RCNo";
            gridViewTextBoxColumn2.ReadOnly = true;
            gridViewTextBoxColumn2.Width = 109;
            gridViewTextBoxColumn3.EnableExpressionEditor = false;
            gridViewTextBoxColumn3.FieldName = "PRNo";
            gridViewTextBoxColumn3.HeaderText = "เลขที่ P/R";
            gridViewTextBoxColumn3.Name = "PRNo";
            gridViewTextBoxColumn3.ReadOnly = true;
            gridViewTextBoxColumn3.Width = 104;
            gridViewTextBoxColumn4.EnableExpressionEditor = false;
            gridViewTextBoxColumn4.FieldName = "InvNo";
            gridViewTextBoxColumn4.HeaderText = "เลขที่ Inv";
            gridViewTextBoxColumn4.Name = "InvNo";
            gridViewTextBoxColumn4.ReadOnly = true;
            gridViewTextBoxColumn4.Width = 97;
            gridViewTextBoxColumn5.EnableExpressionEditor = false;
            gridViewTextBoxColumn5.FieldName = "CodeNo";
            gridViewTextBoxColumn5.HeaderText = "รหัสทูล";
            gridViewTextBoxColumn5.Name = "CodeNo";
            gridViewTextBoxColumn5.ReadOnly = true;
            gridViewTextBoxColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn5.Width = 74;
            gridViewTextBoxColumn6.EnableExpressionEditor = false;
            gridViewTextBoxColumn6.FieldName = "ItemNo";
            gridViewTextBoxColumn6.HeaderText = "ชื่อทูล";
            gridViewTextBoxColumn6.Name = "ItemNo";
            gridViewTextBoxColumn6.ReadOnly = true;
            gridViewTextBoxColumn6.Width = 120;
            gridViewTextBoxColumn7.EnableExpressionEditor = false;
            gridViewTextBoxColumn7.FieldName = "ItemDescription";
            gridViewTextBoxColumn7.HeaderText = "รายละเอียดทูล";
            gridViewTextBoxColumn7.Name = "ItemDescription";
            gridViewTextBoxColumn7.ReadOnly = true;
            gridViewTextBoxColumn7.Width = 180;
            gridViewDateTimeColumn1.EnableExpressionEditor = false;
            gridViewDateTimeColumn1.FieldName = "DeliveryDate";
            gridViewDateTimeColumn1.Format = System.Windows.Forms.DateTimePickerFormat.Long;
            gridViewDateTimeColumn1.FormatString = "{0:dd/MMM/yyyy}";
            gridViewDateTimeColumn1.HeaderText = "วันที่ส่งสินค้า";
            gridViewDateTimeColumn1.IsVisible = false;
            gridViewDateTimeColumn1.Name = "DeliveryDate";
            gridViewDateTimeColumn1.ReadOnly = true;
            gridViewDateTimeColumn1.Width = 103;
            gridViewDecimalColumn1.EnableExpressionEditor = false;
            gridViewDecimalColumn1.FieldName = "QTY";
            gridViewDecimalColumn1.FormatString = "{0:N2}";
            gridViewDecimalColumn1.HeaderText = "จำนวนที่รับ";
            gridViewDecimalColumn1.Name = "QTY";
            gridViewDecimalColumn1.ReadOnly = true;
            gridViewDecimalColumn1.Width = 93;
            gridViewDecimalColumn2.EnableExpressionEditor = false;
            gridViewDecimalColumn2.FieldName = "BackOrder";
            gridViewDecimalColumn2.FormatString = "{0:N2}";
            gridViewDecimalColumn2.HeaderText = "จำนวนรอรับเข้า";
            gridViewDecimalColumn2.Name = "BackOrder";
            gridViewDecimalColumn2.ReadOnly = true;
            gridViewDecimalColumn2.Width = 85;
            gridViewTextBoxColumn8.EnableExpressionEditor = false;
            gridViewTextBoxColumn8.FieldName = "RemainQty";
            gridViewTextBoxColumn8.FormatString = "{0:N2}";
            gridViewTextBoxColumn8.HeaderText = "จำนวนคงเหลือ";
            gridViewTextBoxColumn8.Name = "RemainQty";
            gridViewTextBoxColumn8.ReadOnly = true;
            gridViewTextBoxColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            gridViewTextBoxColumn8.Width = 88;
            gridViewTextBoxColumn9.EnableExpressionEditor = false;
            gridViewTextBoxColumn9.FieldName = "Unit";
            gridViewTextBoxColumn9.HeaderText = "หน่วย";
            gridViewTextBoxColumn9.Name = "Unit";
            gridViewTextBoxColumn9.ReadOnly = true;
            gridViewTextBoxColumn9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn9.Width = 58;
            gridViewDecimalColumn3.EnableExpressionEditor = false;
            gridViewDecimalColumn3.FieldName = "PCSUnit";
            gridViewDecimalColumn3.FormatString = "{0:N2}";
            gridViewDecimalColumn3.HeaderText = "จำนวนต่อหน่วย";
            gridViewDecimalColumn3.Name = "PCSUnit";
            gridViewDecimalColumn3.ReadOnly = true;
            gridViewDecimalColumn3.Width = 81;
            gridViewTextBoxColumn10.EnableExpressionEditor = false;
            gridViewTextBoxColumn10.FieldName = "MaxStock";
            gridViewTextBoxColumn10.FormatString = "{0:N2}";
            gridViewTextBoxColumn10.HeaderText = "MAX Stock";
            gridViewTextBoxColumn10.Name = "MaxStock";
            gridViewTextBoxColumn10.ReadOnly = true;
            gridViewTextBoxColumn10.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            gridViewTextBoxColumn10.Width = 70;
            gridViewTextBoxColumn11.EnableExpressionEditor = false;
            gridViewTextBoxColumn11.FieldName = "MinStock";
            gridViewTextBoxColumn11.FormatString = "{0:N2}";
            gridViewTextBoxColumn11.HeaderText = "MIN Stock";
            gridViewTextBoxColumn11.Name = "MinStock";
            gridViewTextBoxColumn11.ReadOnly = true;
            gridViewTextBoxColumn11.Width = 68;
            gridViewTextBoxColumn12.EnableExpressionEditor = false;
            gridViewTextBoxColumn12.FieldName = "VendorNo";
            gridViewTextBoxColumn12.HeaderText = "รหัสผู้ขาย";
            gridViewTextBoxColumn12.Name = "VendorNo";
            gridViewTextBoxColumn12.ReadOnly = true;
            gridViewTextBoxColumn12.Width = 66;
            gridViewTextBoxColumn13.EnableExpressionEditor = false;
            gridViewTextBoxColumn13.FieldName = "VendorName";
            gridViewTextBoxColumn13.HeaderText = "ชื่อผู้ขาย";
            gridViewTextBoxColumn13.Name = "VendorName";
            gridViewTextBoxColumn13.ReadOnly = true;
            gridViewTextBoxColumn13.Width = 180;
            gridViewTextBoxColumn14.EnableExpressionEditor = false;
            gridViewTextBoxColumn14.FieldName = "LotNo";
            gridViewTextBoxColumn14.HeaderText = "เลขที่ LotNo";
            gridViewTextBoxColumn14.Name = "LotNo";
            gridViewTextBoxColumn14.ReadOnly = true;
            gridViewTextBoxColumn14.Width = 101;
            gridViewTextBoxColumn15.EnableExpressionEditor = false;
            gridViewTextBoxColumn15.FieldName = "SerialNo";
            gridViewTextBoxColumn15.HeaderText = "ซีเรียล";
            gridViewTextBoxColumn15.Name = "SerialNo";
            gridViewTextBoxColumn15.ReadOnly = true;
            gridViewTextBoxColumn15.Width = 105;
            gridViewTextBoxColumn16.EnableExpressionEditor = false;
            gridViewTextBoxColumn16.FieldName = "ShelfNo";
            gridViewTextBoxColumn16.HeaderText = "Shelf No";
            gridViewTextBoxColumn16.Name = "ShelfNo";
            gridViewTextBoxColumn16.ReadOnly = true;
            gridViewTextBoxColumn16.Width = 114;
            gridViewTextBoxColumn17.EnableExpressionEditor = false;
            gridViewTextBoxColumn17.FieldName = "CreateBy";
            gridViewTextBoxColumn17.HeaderText = "ผู้รับ";
            gridViewTextBoxColumn17.Name = "CreateBy";
            gridViewTextBoxColumn17.ReadOnly = true;
            gridViewTextBoxColumn17.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            gridViewTextBoxColumn17.Width = 106;
            gridViewDateTimeColumn2.EnableExpressionEditor = false;
            gridViewDateTimeColumn2.FieldName = "CreateDate";
            gridViewDateTimeColumn2.Format = System.Windows.Forms.DateTimePickerFormat.Long;
            gridViewDateTimeColumn2.FormatString = "{0:dd/MMM/yyyy}";
            gridViewDateTimeColumn2.HeaderText = "วันที่รับ";
            gridViewDateTimeColumn2.Name = "CreateDate";
            gridViewDateTimeColumn2.ReadOnly = true;
            gridViewDateTimeColumn2.Width = 103;
            gridViewTextBoxColumn18.EnableExpressionEditor = false;
            gridViewTextBoxColumn18.FieldName = "Status";
            gridViewTextBoxColumn18.HeaderText = "สถานะ";
            gridViewTextBoxColumn18.IsVisible = false;
            gridViewTextBoxColumn18.Name = "Status";
            gridViewTextBoxColumn18.ReadOnly = true;
            gridViewTextBoxColumn18.Width = 80;
            this.dgvData.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewCheckBoxColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewTextBoxColumn4,
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewTextBoxColumn7,
            gridViewDateTimeColumn1,
            gridViewDecimalColumn1,
            gridViewDecimalColumn2,
            gridViewTextBoxColumn8,
            gridViewTextBoxColumn9,
            gridViewDecimalColumn3,
            gridViewTextBoxColumn10,
            gridViewTextBoxColumn11,
            gridViewTextBoxColumn12,
            gridViewTextBoxColumn13,
            gridViewTextBoxColumn14,
            gridViewTextBoxColumn15,
            gridViewTextBoxColumn16,
            gridViewTextBoxColumn17,
            gridViewDateTimeColumn2,
            gridViewTextBoxColumn18});
            this.dgvData.MasterTemplate.SelectionMode = Telerik.WinControls.UI.GridViewSelectionMode.CellSelect;
            this.dgvData.MasterTemplate.ViewDefinition = tableViewDefinition1;
            this.dgvData.Name = "dgvData";
            this.dgvData.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.dgvData.ShowGroupPanel = false;
            this.dgvData.Size = new System.Drawing.Size(815, 422);
            this.dgvData.TabIndex = 1;
            this.dgvData.Text = "Grid";
            this.dgvData.ThemeName = "Office2010Blue";
            this.dgvData.CellDoubleClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.MasterTemplate_CellDoubleClick);
            // 
            // radPanel1
            // 
            this.radPanel1.BackColor = System.Drawing.Color.Honeydew;
            this.radPanel1.Controls.Add(this.cboStatus);
            this.radPanel1.Controls.Add(this.radLabel2);
            this.radPanel1.Controls.Add(this.txtVendorNo);
            this.radPanel1.Controls.Add(this.dtDate2);
            this.radPanel1.Controls.Add(this.dtDate1);
            this.radPanel1.Controls.Add(this.cboVendorName);
            this.radPanel1.Controls.Add(this.radButton1);
            this.radPanel1.Controls.Add(this.radLabel4);
            this.radPanel1.Controls.Add(this.radLabel5);
            this.radPanel1.Controls.Add(this.radLabel3);
            this.radPanel1.Controls.Add(this.radLabel1);
            this.radPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.radPanel1.Location = new System.Drawing.Point(0, 0);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(815, 93);
            this.radPanel1.TabIndex = 0;
            this.radPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.radPanel1_Paint);
            // 
            // cboStatus
            // 
            this.cboStatus.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            radListDataItem1.Text = "ทั้งหมด";
            radListDataItem2.Text = "รับเข้าบางส่วน";
            radListDataItem3.Text = "รับเข้าแล้ว";
            this.cboStatus.Items.Add(radListDataItem1);
            this.cboStatus.Items.Add(radListDataItem2);
            this.cboStatus.Items.Add(radListDataItem3);
            this.cboStatus.Location = new System.Drawing.Point(78, 82);
            this.cboStatus.Name = "cboStatus";
            this.cboStatus.Size = new System.Drawing.Size(118, 19);
            this.cboStatus.TabIndex = 6;
            this.cboStatus.ThemeName = "Office2010Blue";
            this.cboStatus.Visible = false;
            // 
            // radLabel2
            // 
            this.radLabel2.Location = new System.Drawing.Point(14, 82);
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.Size = new System.Drawing.Size(61, 18);
            this.radLabel2.TabIndex = 0;
            this.radLabel2.Text = "เลือกสถานะ";
            this.radLabel2.Visible = false;
            // 
            // txtVendorNo
            // 
            this.txtVendorNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtVendorNo.Location = new System.Drawing.Point(298, 9);
            this.txtVendorNo.Name = "txtVendorNo";
            this.txtVendorNo.Size = new System.Drawing.Size(67, 19);
            this.txtVendorNo.TabIndex = 8;
            this.txtVendorNo.ThemeName = "Office2010Blue";
            this.txtVendorNo.Visible = false;
            // 
            // dtDate2
            // 
            this.dtDate2.CustomFormat = "dd/MMM/yyyy";
            this.dtDate2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dtDate2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtDate2.Location = new System.Drawing.Point(225, 35);
            this.dtDate2.Name = "dtDate2";
            this.dtDate2.Size = new System.Drawing.Size(140, 19);
            this.dtDate2.TabIndex = 7;
            this.dtDate2.TabStop = false;
            this.dtDate2.Text = "16/May/2017";
            this.dtDate2.ThemeName = "Office2010Blue";
            this.dtDate2.Value = new System.DateTime(2017, 5, 16, 21, 48, 34, 546);
            // 
            // dtDate1
            // 
            this.dtDate1.CustomFormat = "dd/MMM/yyyy";
            this.dtDate1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dtDate1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtDate1.Location = new System.Drawing.Point(78, 36);
            this.dtDate1.Name = "dtDate1";
            this.dtDate1.Size = new System.Drawing.Size(118, 19);
            this.dtDate1.TabIndex = 7;
            this.dtDate1.TabStop = false;
            this.dtDate1.Text = "16/May/2017";
            this.dtDate1.ThemeName = "Office2010Blue";
            this.dtDate1.Value = new System.DateTime(2017, 5, 16, 21, 48, 34, 546);
            // 
            // cboVendorName
            // 
            this.cboVendorName.AutoSize = true;
            this.cboVendorName.AutoSizeDropDownColumnMode = Telerik.WinControls.UI.BestFitColumnMode.DisplayedDataCells;
            this.cboVendorName.AutoSizeDropDownToBestFit = true;
            // 
            // cboVendorName.NestedRadGridView
            // 
            this.cboVendorName.EditorControl.BackColor = System.Drawing.SystemColors.Window;
            this.cboVendorName.EditorControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
            this.cboVendorName.EditorControl.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cboVendorName.EditorControl.Location = new System.Drawing.Point(0, 0);
            // 
            // 
            // 
            this.cboVendorName.EditorControl.MasterTemplate.AllowAddNewRow = false;
            this.cboVendorName.EditorControl.MasterTemplate.AllowCellContextMenu = false;
            this.cboVendorName.EditorControl.MasterTemplate.AllowColumnChooser = false;
            this.cboVendorName.EditorControl.MasterTemplate.EnableGrouping = false;
            this.cboVendorName.EditorControl.MasterTemplate.ShowFilteringRow = false;
            this.cboVendorName.EditorControl.MasterTemplate.ViewDefinition = tableViewDefinition2;
            this.cboVendorName.EditorControl.Name = "NestedRadGridView";
            this.cboVendorName.EditorControl.ReadOnly = true;
            this.cboVendorName.EditorControl.ShowGroupPanel = false;
            this.cboVendorName.EditorControl.Size = new System.Drawing.Size(240, 150);
            this.cboVendorName.EditorControl.TabIndex = 0;
            this.cboVendorName.Location = new System.Drawing.Point(78, 7);
            this.cboVendorName.Name = "cboVendorName";
            this.cboVendorName.Size = new System.Drawing.Size(214, 22);
            this.cboVendorName.TabIndex = 5;
            this.cboVendorName.TabStop = false;
            this.cboVendorName.ThemeName = "Office2010Blue";
            this.cboVendorName.SelectedIndexChanged += new System.EventHandler(this.cboVendorName_SelectedIndexChanged);
            // 
            // radButton1
            // 
            this.radButton1.Image = ((System.Drawing.Image)(resources.GetObject("radButton1.Image")));
            this.radButton1.Location = new System.Drawing.Point(420, 8);
            this.radButton1.Name = "radButton1";
            this.radButton1.Size = new System.Drawing.Size(81, 54);
            this.radButton1.TabIndex = 3;
            this.radButton1.Text = "ค้นหา";
            this.radButton1.ThemeName = "Office2010Blue";
            this.radButton1.Click += new System.EventHandler(this.radButton1_Click_1);
            // 
            // radLabel4
            // 
            this.radLabel4.Location = new System.Drawing.Point(200, 36);
            this.radLabel4.Name = "radLabel4";
            this.radLabel4.Size = new System.Drawing.Size(18, 18);
            this.radLabel4.TabIndex = 0;
            this.radLabel4.Text = "ถึง";
            // 
            // radLabel5
            // 
            this.radLabel5.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel5.ForeColor = System.Drawing.Color.DimGray;
            this.radLabel5.Location = new System.Drawing.Point(78, 58);
            this.radLabel5.Name = "radLabel5";
            this.radLabel5.Size = new System.Drawing.Size(165, 18);
            this.radLabel5.TabIndex = 0;
            this.radLabel5.Text = "* กรณีที่เป็น ทั้งหมด ต้องเลือกวันที่";
            // 
            // radLabel3
            // 
            this.radLabel3.Location = new System.Drawing.Point(13, 37);
            this.radLabel3.Name = "radLabel3";
            this.radLabel3.Size = new System.Drawing.Size(63, 18);
            this.radLabel3.TabIndex = 0;
            this.radLabel3.Text = "เลือกวันที่รับ";
            // 
            // radLabel1
            // 
            this.radLabel1.Location = new System.Drawing.Point(20, 8);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.Size = new System.Drawing.Size(55, 18);
            this.radLabel1.TabIndex = 0;
            this.radLabel1.Text = "เลือกผู้ขาย";
            // 
            // radRibbonBarButtonGroup2
            // 
            this.radRibbonBarButtonGroup2.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.btnFilter,
            this.Unfilter});
            this.radRibbonBarButtonGroup2.Name = "radRibbonBarButtonGroup2";
            this.radRibbonBarButtonGroup2.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.radRibbonBarButtonGroup2.Padding = new System.Windows.Forms.Padding(1);
            this.radRibbonBarButtonGroup2.ShowBackColor = false;
            this.radRibbonBarButtonGroup2.Text = "radRibbonBarButtonGroup2";
            // 
            // btnFilter
            // 
            this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
            this.btnFilter.Name = "btnFilter";
            this.btnFilter.Text = "Filter";
            this.btnFilter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            // 
            // Unfilter
            // 
            this.Unfilter.Image = ((System.Drawing.Image)(resources.GetObject("Unfilter.Image")));
            this.Unfilter.Name = "Unfilter";
            this.Unfilter.Text = "Un Filter";
            this.Unfilter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            // 
            // radRibbonBarButtonGroup5
            // 
            this.radRibbonBarButtonGroup5.Name = "radRibbonBarButtonGroup5";
            this.radRibbonBarButtonGroup5.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.radRibbonBarButtonGroup5.Padding = new System.Windows.Forms.Padding(1);
            this.radRibbonBarButtonGroup5.ShowBackColor = false;
            this.radRibbonBarButtonGroup5.ShowBorder = false;
            this.radRibbonBarButtonGroup5.Text = "radRibbonBarButtonGroup4";
            // 
            // ReturnReceiveList_Del
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(815, 702);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.radStatusStrip1);
            this.Controls.Add(this.radRibbonBar1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Name = "ReturnReceiveList_Del";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Return Receive List (รายการรับสินค้าแล้ว)";
            this.Load += new System.EventHandler(this.Unit_Load);
            this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.Unit_PreviewKeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvData.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            this.radPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboStatus)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtVendorNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDate2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDate1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendorName.EditorControl.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendorName.EditorControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboVendorName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).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(Authorization_Form));
     this.tbPassword = new System.Windows.Forms.TextBox();
     this.cbLogin    = new System.Windows.Forms.ComboBox();
     this.bOk        = new System.Windows.Forms.Button();
     this.bCancel    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // tbPassword
     //
     this.tbPassword.Font         = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbPassword.Location     = new System.Drawing.Point(63, 57);
     this.tbPassword.Name         = "tbPassword";
     this.tbPassword.PasswordChar = '*';
     this.tbPassword.Size         = new System.Drawing.Size(175, 39);
     this.tbPassword.TabIndex     = 0;
     this.tbPassword.Text         = "ierehon";
     this.tbPassword.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.tbPassword_KeyPress);
     //
     // cbLogin
     //
     this.cbLogin.Font     = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbLogin.Location = new System.Drawing.Point(63, 12);
     this.cbLogin.Name     = "cbLogin";
     this.cbLogin.Size     = new System.Drawing.Size(175, 39);
     this.cbLogin.TabIndex = 1;
     this.cbLogin.Text     = "Login";
     //
     // bOk
     //
     this.bOk.Font      = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bOk.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.bOk.Location  = new System.Drawing.Point(63, 105);
     this.bOk.Name      = "bOk";
     this.bOk.Size      = new System.Drawing.Size(68, 38);
     this.bOk.TabIndex  = 2;
     this.bOk.Text      = "Ok";
     this.bOk.UseVisualStyleBackColor = true;
     this.bOk.Click += new System.EventHandler(this.bOk_Click);
     //
     // bCancel
     //
     this.bCancel.Font      = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.bCancel.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.bCancel.Location  = new System.Drawing.Point(137, 105);
     this.bCancel.Name      = "bCancel";
     this.bCancel.Size      = new System.Drawing.Size(101, 38);
     this.bCancel.TabIndex  = 3;
     this.bCancel.Text      = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
     //
     // Authorization_Form
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.OliveDrab;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(301, 155);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOk);
     this.Controls.Add(this.cbLogin);
     this.Controls.Add(this.tbPassword);
     this.DoubleBuffered = true;
     this.ForeColor      = System.Drawing.SystemColors.ControlLight;
     this.Name           = "Authorization_Form";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Authorization_Form";
     this.Load          += new System.EventHandler(this.Authorization_Form_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #42
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>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CierreMensual));
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.CboPeriodo       = new C1.Win.C1List.C1Combo();
     this.label12          = new System.Windows.Forms.Label();
     this.label11          = new System.Windows.Forms.Label();
     this.BtnCerrar        = new C1.Win.C1Input.C1Button();
     this.CboAnno          = new C1.Win.C1List.C1Combo();
     this.label3           = new System.Windows.Forms.Label();
     this.c1cboCia         = new C1.Win.C1List.C1Combo();
     this.label14          = new System.Windows.Forms.Label();
     this.CboAlmacenHalley = new C1.Win.C1List.C1Combo();
     this.RbAlmacen        = new System.Windows.Forms.RadioButton();
     this.RbProducto       = new System.Windows.Forms.RadioButton();
     this.PnlProducto      = new System.Windows.Forms.Panel();
     this.CboProducto      = new C1.Win.C1List.C1Combo();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.RbConCosto       = new System.Windows.Forms.RadioButton();
     this.RBCostoCero      = new System.Windows.Forms.RadioButton();
     this.TxtCantidad      = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.TxtCostoUnitario = new System.Windows.Forms.TextBox();
     this.CboProducto2     = new C1.Win.C1List.C1Combo();
     this.label6           = new System.Windows.Forms.Label();
     this.Btningresar      = new C1.Win.C1Input.C1Button();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.c1cboCia2        = new C1.Win.C1List.C1Combo();
     this.label7           = new System.Windows.Forms.Label();
     this.CboAnno2         = new C1.Win.C1List.C1Combo();
     this.label8           = new System.Windows.Forms.Label();
     this.CboPeriodo2      = new C1.Win.C1List.C1Combo();
     this.label9           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.CboPeriodo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboAnno)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1cboCia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboAlmacenHalley)).BeginInit();
     this.PnlProducto.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CboProducto)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CboProducto2)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1cboCia2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboAnno2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboPeriodo2)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(18, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(75, 63);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Cierre\r\nmensual\r\n(Kardex)";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(32, 76);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(51, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Periodo:";
     //
     // CboPeriodo
     //
     this.CboPeriodo.AddItemSeparator    = ';';
     this.CboPeriodo.Caption             = "";
     this.CboPeriodo.CaptionHeight       = 17;
     this.CboPeriodo.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.CboPeriodo.ColumnCaptionHeight = 17;
     this.CboPeriodo.ColumnFooterHeight  = 17;
     this.CboPeriodo.ContentHeight       = 17;
     this.CboPeriodo.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.CboPeriodo.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.CboPeriodo.EditorFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboPeriodo.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.CboPeriodo.EditorHeight        = 17;
     this.CboPeriodo.Images.Add(((System.Drawing.Image)(resources.GetObject("CboPeriodo.Images"))));
     this.CboPeriodo.ItemHeight        = 15;
     this.CboPeriodo.Location          = new System.Drawing.Point(88, 76);
     this.CboPeriodo.MatchEntryTimeout = ((long)(2000));
     this.CboPeriodo.MaxDropDownItems  = ((short)(5));
     this.CboPeriodo.MaxLength         = 32767;
     this.CboPeriodo.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.CboPeriodo.Name               = "CboPeriodo";
     this.CboPeriodo.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.CboPeriodo.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.CboPeriodo.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.CboPeriodo.Size               = new System.Drawing.Size(160, 23);
     this.CboPeriodo.TabIndex           = 7;
     this.CboPeriodo.PropBag            = resources.GetString("CboPeriodo.PropBag");
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(7, 13);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(58, 13);
     this.label12.TabIndex = 389;
     this.label12.Text     = "Producto:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(22, 44);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(55, 13);
     this.label11.TabIndex = 388;
     this.label11.Text     = "Almacen:";
     //
     // BtnCerrar
     //
     this.BtnCerrar.Image      = global::Halley.Presentacion.Properties.Resources.Aceptar_16x16;
     this.BtnCerrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BtnCerrar.Location   = new System.Drawing.Point(682, 276);
     this.BtnCerrar.Name       = "BtnCerrar";
     this.BtnCerrar.Size       = new System.Drawing.Size(86, 23);
     this.BtnCerrar.TabIndex   = 390;
     this.BtnCerrar.Text       = "Iniciar";
     this.BtnCerrar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.BtnCerrar.UseVisualStyleBackColor = true;
     this.BtnCerrar.Click += new System.EventHandler(this.BtnCerrar_Click);
     //
     // CboAnno
     //
     this.CboAnno.AddItemSeparator    = ';';
     this.CboAnno.Caption             = "";
     this.CboAnno.CaptionHeight       = 17;
     this.CboAnno.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.CboAnno.ColumnCaptionHeight = 17;
     this.CboAnno.ColumnFooterHeight  = 17;
     this.CboAnno.ColumnWidth         = 54;
     this.CboAnno.ContentHeight       = 17;
     this.CboAnno.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.CboAnno.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.CboAnno.EditorFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboAnno.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.CboAnno.EditorHeight        = 17;
     this.CboAnno.Images.Add(((System.Drawing.Image)(resources.GetObject("CboAnno.Images"))));
     this.CboAnno.ItemHeight        = 15;
     this.CboAnno.Location          = new System.Drawing.Point(88, 47);
     this.CboAnno.MatchEntryTimeout = ((long)(2000));
     this.CboAnno.MaxDropDownItems  = ((short)(5));
     this.CboAnno.MaxLength         = 32767;
     this.CboAnno.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.CboAnno.Name               = "CboAnno";
     this.CboAnno.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.CboAnno.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.CboAnno.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.CboAnno.Size               = new System.Drawing.Size(82, 23);
     this.CboAnno.TabIndex           = 392;
     this.CboAnno.PropBag            = resources.GetString("CboAnno.PropBag");
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(32, 47);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(32, 13);
     this.label3.TabIndex = 391;
     this.label3.Text     = "Año:";
     //
     // c1cboCia
     //
     this.c1cboCia.AddItemSeparator    = ';';
     this.c1cboCia.AutoCompletion      = true;
     this.c1cboCia.AutoDropDown        = true;
     this.c1cboCia.Caption             = "";
     this.c1cboCia.CaptionHeight       = 17;
     this.c1cboCia.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.c1cboCia.ColumnCaptionHeight = 17;
     this.c1cboCia.ColumnFooterHeight  = 17;
     this.c1cboCia.ColumnHeaders       = false;
     this.c1cboCia.ComboStyle          = C1.Win.C1List.ComboStyleEnum.DropdownList;
     this.c1cboCia.ContentHeight       = 17;
     this.c1cboCia.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.c1cboCia.DisplayMember       = "NomEmpresa";
     this.c1cboCia.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.c1cboCia.EditorFont          = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.c1cboCia.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.c1cboCia.EditorHeight        = 17;
     this.c1cboCia.Images.Add(((System.Drawing.Image)(resources.GetObject("c1cboCia.Images"))));
     this.c1cboCia.ItemHeight        = 15;
     this.c1cboCia.Location          = new System.Drawing.Point(88, 18);
     this.c1cboCia.MatchEntryTimeout = ((long)(2000));
     this.c1cboCia.MaxDropDownItems  = ((short)(10));
     this.c1cboCia.MaxLength         = 32767;
     this.c1cboCia.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.c1cboCia.Name               = "c1cboCia";
     this.c1cboCia.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.c1cboCia.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.c1cboCia.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.c1cboCia.Size               = new System.Drawing.Size(160, 23);
     this.c1cboCia.TabIndex           = 393;
     this.c1cboCia.ValueMember        = "EmpresaID";
     this.c1cboCia.PropBag            = resources.GetString("c1cboCia.PropBag");
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(29, 18);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(54, 13);
     this.label14.TabIndex = 394;
     this.label14.Text     = "Empresa:";
     //
     // CboAlmacenHalley
     //
     this.CboAlmacenHalley.AddItemSeparator    = ';';
     this.CboAlmacenHalley.AutoCompletion      = true;
     this.CboAlmacenHalley.AutoDropDown        = true;
     this.CboAlmacenHalley.Caption             = "Seleccione Almacen";
     this.CboAlmacenHalley.CaptionHeight       = 17;
     this.CboAlmacenHalley.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.CboAlmacenHalley.ColumnCaptionHeight = 17;
     this.CboAlmacenHalley.ColumnFooterHeight  = 17;
     this.CboAlmacenHalley.ColumnHeaders       = false;
     this.CboAlmacenHalley.ContentHeight       = 17;
     this.CboAlmacenHalley.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.CboAlmacenHalley.DisplayMember       = "NomEmpresa";
     this.CboAlmacenHalley.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.CboAlmacenHalley.EditorFont          = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboAlmacenHalley.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.CboAlmacenHalley.EditorHeight        = 17;
     this.CboAlmacenHalley.Images.Add(((System.Drawing.Image)(resources.GetObject("CboAlmacenHalley.Images"))));
     this.CboAlmacenHalley.ItemHeight        = 15;
     this.CboAlmacenHalley.Location          = new System.Drawing.Point(83, 38);
     this.CboAlmacenHalley.MatchEntryTimeout = ((long)(2000));
     this.CboAlmacenHalley.MaxDropDownItems  = ((short)(10));
     this.CboAlmacenHalley.MaxLength         = 32767;
     this.CboAlmacenHalley.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.CboAlmacenHalley.Name               = "CboAlmacenHalley";
     this.CboAlmacenHalley.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.CboAlmacenHalley.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.CboAlmacenHalley.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.CboAlmacenHalley.Size               = new System.Drawing.Size(290, 23);
     this.CboAlmacenHalley.TabIndex           = 413;
     this.CboAlmacenHalley.ValueMember        = "EmpresaID";
     this.CboAlmacenHalley.PropBag            = resources.GetString("CboAlmacenHalley.PropBag");
     //
     // RbAlmacen
     //
     this.RbAlmacen.AutoSize = true;
     this.RbAlmacen.Checked  = true;
     this.RbAlmacen.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RbAlmacen.Location = new System.Drawing.Point(10, 16);
     this.RbAlmacen.Name     = "RbAlmacen";
     this.RbAlmacen.Size     = new System.Drawing.Size(89, 17);
     this.RbAlmacen.TabIndex = 414;
     this.RbAlmacen.TabStop  = true;
     this.RbAlmacen.Text     = "Por almacen";
     this.RbAlmacen.UseVisualStyleBackColor = true;
     this.RbAlmacen.CheckedChanged         += new System.EventHandler(this.RbProducto_CheckedChanged);
     //
     // RbProducto
     //
     this.RbProducto.AutoSize = true;
     this.RbProducto.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RbProducto.Location = new System.Drawing.Point(105, 16);
     this.RbProducto.Name     = "RbProducto";
     this.RbProducto.Size     = new System.Drawing.Size(94, 17);
     this.RbProducto.TabIndex = 415;
     this.RbProducto.Text     = "Por Producto";
     this.RbProducto.UseVisualStyleBackColor = true;
     this.RbProducto.CheckedChanged         += new System.EventHandler(this.RbProducto_CheckedChanged);
     //
     // PnlProducto
     //
     this.PnlProducto.Controls.Add(this.CboProducto);
     this.PnlProducto.Controls.Add(this.label12);
     this.PnlProducto.Location = new System.Drawing.Point(7, 35);
     this.PnlProducto.Name     = "PnlProducto";
     this.PnlProducto.Size     = new System.Drawing.Size(638, 30);
     this.PnlProducto.TabIndex = 416;
     //
     // CboProducto
     //
     this.CboProducto.AddItemSeparator    = ';';
     this.CboProducto.Caption             = "";
     this.CboProducto.CaptionHeight       = 17;
     this.CboProducto.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.CboProducto.ColumnCaptionHeight = 17;
     this.CboProducto.ColumnFooterHeight  = 17;
     this.CboProducto.ContentHeight       = 17;
     this.CboProducto.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.CboProducto.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.CboProducto.EditorFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboProducto.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.CboProducto.EditorHeight        = 17;
     this.CboProducto.Images.Add(((System.Drawing.Image)(resources.GetObject("CboProducto.Images"))));
     this.CboProducto.ItemHeight        = 15;
     this.CboProducto.Location          = new System.Drawing.Point(77, 4);
     this.CboProducto.MatchEntryTimeout = ((long)(2000));
     this.CboProducto.MaxDropDownItems  = ((short)(5));
     this.CboProducto.MaxLength         = 32767;
     this.CboProducto.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.CboProducto.Name               = "CboProducto";
     this.CboProducto.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.CboProducto.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.CboProducto.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.CboProducto.Size               = new System.Drawing.Size(550, 23);
     this.CboProducto.TabIndex           = 390;
     this.CboProducto.PropBag            = resources.GetString("CboProducto.PropBag");
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.c1cboCia);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.CboAnno);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.CboPeriodo);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(10, 119);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(413, 113);
     this.groupBox1.TabIndex = 417;
     this.groupBox1.TabStop  = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.PnlProducto);
     this.groupBox2.Controls.Add(this.RbProducto);
     this.groupBox2.Controls.Add(this.RbAlmacen);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.CboAlmacenHalley);
     this.groupBox2.Location = new System.Drawing.Point(15, 238);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(661, 84);
     this.groupBox2.TabIndex = 418;
     this.groupBox2.TabStop  = false;
     //
     // RbConCosto
     //
     this.RbConCosto.AutoSize = true;
     this.RbConCosto.Checked  = true;
     this.RbConCosto.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RbConCosto.Location = new System.Drawing.Point(22, 96);
     this.RbConCosto.Name     = "RbConCosto";
     this.RbConCosto.Size     = new System.Drawing.Size(77, 17);
     this.RbConCosto.TabIndex = 419;
     this.RbConCosto.TabStop  = true;
     this.RbConCosto.Text     = "Con costo";
     this.RbConCosto.UseVisualStyleBackColor = true;
     //
     // RBCostoCero
     //
     this.RBCostoCero.AutoSize = true;
     this.RBCostoCero.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RBCostoCero.Location = new System.Drawing.Point(145, 96);
     this.RBCostoCero.Name     = "RBCostoCero";
     this.RBCostoCero.Size     = new System.Drawing.Size(80, 17);
     this.RBCostoCero.TabIndex = 420;
     this.RBCostoCero.Text     = "Costo cero";
     this.RBCostoCero.UseVisualStyleBackColor = true;
     //
     // TxtCantidad
     //
     this.TxtCantidad.Location  = new System.Drawing.Point(81, 83);
     this.TxtCantidad.Name      = "TxtCantidad";
     this.TxtCantidad.Size      = new System.Drawing.Size(111, 22);
     this.TxtCantidad.TabIndex  = 421;
     this.TxtCantidad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtCantidad_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(12, 89);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(57, 13);
     this.label4.TabIndex = 395;
     this.label4.Text     = "Cantidad:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(205, 92);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(84, 13);
     this.label5.TabIndex = 423;
     this.label5.Text     = "Costo unitario:";
     //
     // TxtCostoUnitario
     //
     this.TxtCostoUnitario.Location  = new System.Drawing.Point(295, 83);
     this.TxtCostoUnitario.Name      = "TxtCostoUnitario";
     this.TxtCostoUnitario.Size      = new System.Drawing.Size(111, 22);
     this.TxtCostoUnitario.TabIndex  = 424;
     this.TxtCostoUnitario.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtCostoUnitario_KeyPress);
     //
     // CboProducto2
     //
     this.CboProducto2.AddItemSeparator    = ';';
     this.CboProducto2.Caption             = "";
     this.CboProducto2.CaptionHeight       = 17;
     this.CboProducto2.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.CboProducto2.ColumnCaptionHeight = 17;
     this.CboProducto2.ColumnFooterHeight  = 17;
     this.CboProducto2.ContentHeight       = 17;
     this.CboProducto2.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.CboProducto2.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.CboProducto2.EditorFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboProducto2.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.CboProducto2.EditorHeight        = 17;
     this.CboProducto2.Images.Add(((System.Drawing.Image)(resources.GetObject("CboProducto2.Images"))));
     this.CboProducto2.ItemHeight        = 15;
     this.CboProducto2.Location          = new System.Drawing.Point(81, 54);
     this.CboProducto2.MatchEntryTimeout = ((long)(2000));
     this.CboProducto2.MaxDropDownItems  = ((short)(5));
     this.CboProducto2.MaxLength         = 32767;
     this.CboProducto2.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.CboProducto2.Name               = "CboProducto2";
     this.CboProducto2.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.CboProducto2.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.CboProducto2.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.CboProducto2.Size               = new System.Drawing.Size(550, 23);
     this.CboProducto2.TabIndex           = 392;
     this.CboProducto2.PropBag            = resources.GetString("CboProducto2.PropBag");
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(11, 63);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(58, 13);
     this.label6.TabIndex = 391;
     this.label6.Text     = "Producto:";
     //
     // Btningresar
     //
     this.Btningresar.Image      = global::Halley.Presentacion.Properties.Resources.Add_16x16;
     this.Btningresar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Btningresar.Location   = new System.Drawing.Point(547, 84);
     this.Btningresar.Name       = "Btningresar";
     this.Btningresar.Size       = new System.Drawing.Size(86, 23);
     this.Btningresar.TabIndex   = 425;
     this.Btningresar.Text       = "Ingresar";
     this.Btningresar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.Btningresar.UseVisualStyleBackColor = true;
     this.Btningresar.Click += new System.EventHandler(this.Btningresar_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.c1cboCia2);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.CboAnno2);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.CboPeriodo2);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.Btningresar);
     this.groupBox3.Controls.Add(this.CboProducto2);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.TxtCostoUnitario);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.TxtCantidad);
     this.groupBox3.Location = new System.Drawing.Point(16, 338);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(660, 131);
     this.groupBox3.TabIndex = 426;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Ingreso manual";
     //
     // c1cboCia2
     //
     this.c1cboCia2.AddItemSeparator    = ';';
     this.c1cboCia2.AutoCompletion      = true;
     this.c1cboCia2.AutoDropDown        = true;
     this.c1cboCia2.Caption             = "";
     this.c1cboCia2.CaptionHeight       = 17;
     this.c1cboCia2.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.c1cboCia2.ColumnCaptionHeight = 17;
     this.c1cboCia2.ColumnFooterHeight  = 17;
     this.c1cboCia2.ColumnHeaders       = false;
     this.c1cboCia2.ComboStyle          = C1.Win.C1List.ComboStyleEnum.DropdownList;
     this.c1cboCia2.ContentHeight       = 17;
     this.c1cboCia2.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.c1cboCia2.DisplayMember       = "NomEmpresa";
     this.c1cboCia2.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.c1cboCia2.EditorFont          = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.c1cboCia2.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.c1cboCia2.EditorHeight        = 17;
     this.c1cboCia2.Images.Add(((System.Drawing.Image)(resources.GetObject("c1cboCia2.Images"))));
     this.c1cboCia2.ItemHeight        = 15;
     this.c1cboCia2.Location          = new System.Drawing.Point(81, 21);
     this.c1cboCia2.MatchEntryTimeout = ((long)(2000));
     this.c1cboCia2.MaxDropDownItems  = ((short)(10));
     this.c1cboCia2.MaxLength         = 32767;
     this.c1cboCia2.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.c1cboCia2.Name               = "c1cboCia2";
     this.c1cboCia2.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.c1cboCia2.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.c1cboCia2.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.c1cboCia2.Size               = new System.Drawing.Size(160, 23);
     this.c1cboCia2.TabIndex           = 430;
     this.c1cboCia2.ValueMember        = "EmpresaID";
     this.c1cboCia2.PropBag            = resources.GetString("c1cboCia2.PropBag");
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(15, 31);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(54, 13);
     this.label7.TabIndex = 431;
     this.label7.Text     = "Empresa:";
     //
     // CboAnno2
     //
     this.CboAnno2.AddItemSeparator    = ';';
     this.CboAnno2.Caption             = "";
     this.CboAnno2.CaptionHeight       = 17;
     this.CboAnno2.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.CboAnno2.ColumnCaptionHeight = 17;
     this.CboAnno2.ColumnFooterHeight  = 17;
     this.CboAnno2.ColumnWidth         = 54;
     this.CboAnno2.ContentHeight       = 17;
     this.CboAnno2.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.CboAnno2.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.CboAnno2.EditorFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboAnno2.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.CboAnno2.EditorHeight        = 17;
     this.CboAnno2.Images.Add(((System.Drawing.Image)(resources.GetObject("CboAnno2.Images"))));
     this.CboAnno2.ItemHeight        = 15;
     this.CboAnno2.Location          = new System.Drawing.Point(296, 21);
     this.CboAnno2.MatchEntryTimeout = ((long)(2000));
     this.CboAnno2.MaxDropDownItems  = ((short)(5));
     this.CboAnno2.MaxLength         = 32767;
     this.CboAnno2.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.CboAnno2.Name               = "CboAnno2";
     this.CboAnno2.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.CboAnno2.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.CboAnno2.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.CboAnno2.Size               = new System.Drawing.Size(82, 23);
     this.CboAnno2.TabIndex           = 429;
     this.CboAnno2.PropBag            = resources.GetString("CboAnno2.PropBag");
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(258, 31);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(32, 13);
     this.label8.TabIndex = 428;
     this.label8.Text     = "Año:";
     //
     // CboPeriodo2
     //
     this.CboPeriodo2.AddItemSeparator    = ';';
     this.CboPeriodo2.Caption             = "";
     this.CboPeriodo2.CaptionHeight       = 17;
     this.CboPeriodo2.CharacterCasing     = System.Windows.Forms.CharacterCasing.Normal;
     this.CboPeriodo2.ColumnCaptionHeight = 17;
     this.CboPeriodo2.ColumnFooterHeight  = 17;
     this.CboPeriodo2.ContentHeight       = 17;
     this.CboPeriodo2.DeadAreaBackColor   = System.Drawing.Color.Empty;
     this.CboPeriodo2.EditorBackColor     = System.Drawing.SystemColors.Window;
     this.CboPeriodo2.EditorFont          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboPeriodo2.EditorForeColor     = System.Drawing.SystemColors.WindowText;
     this.CboPeriodo2.EditorHeight        = 17;
     this.CboPeriodo2.Images.Add(((System.Drawing.Image)(resources.GetObject("CboPeriodo2.Images"))));
     this.CboPeriodo2.ItemHeight        = 15;
     this.CboPeriodo2.Location          = new System.Drawing.Point(471, 21);
     this.CboPeriodo2.MatchEntryTimeout = ((long)(2000));
     this.CboPeriodo2.MaxDropDownItems  = ((short)(5));
     this.CboPeriodo2.MaxLength         = 32767;
     this.CboPeriodo2.MouseCursor       = System.Windows.Forms.Cursors.Default;
     this.CboPeriodo2.Name               = "CboPeriodo2";
     this.CboPeriodo2.RowDivider.Color   = System.Drawing.Color.DarkGray;
     this.CboPeriodo2.RowDivider.Style   = C1.Win.C1List.LineStyleEnum.None;
     this.CboPeriodo2.RowSubDividerColor = System.Drawing.Color.DarkGray;
     this.CboPeriodo2.Size               = new System.Drawing.Size(160, 23);
     this.CboPeriodo2.TabIndex           = 427;
     this.CboPeriodo2.PropBag            = resources.GetString("CboPeriodo2.PropBag");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(399, 31);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(51, 13);
     this.label9.TabIndex = 426;
     this.label9.Text     = "Periodo:";
     //
     // CierreMensual
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.RBCostoCero);
     this.Controls.Add(this.BtnCerrar);
     this.Controls.Add(this.RbConCosto);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Name  = "CierreMensual";
     this.Size  = new System.Drawing.Size(813, 588);
     this.Load += new System.EventHandler(this.CierreMensual_Load);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.Controls.SetChildIndex(this.RbConCosto, 0);
     this.Controls.SetChildIndex(this.BtnCerrar, 0);
     this.Controls.SetChildIndex(this.RBCostoCero, 0);
     this.Controls.SetChildIndex(this.groupBox3, 0);
     ((System.ComponentModel.ISupportInitialize)(this.CboPeriodo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboAnno)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1cboCia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboAlmacenHalley)).EndInit();
     this.PnlProducto.ResumeLayout(false);
     this.PnlProducto.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CboProducto)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CboProducto2)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1cboCia2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboAnno2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CboPeriodo2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #43
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.panel1               = new System.Windows.Forms.Panel();
     this.tableLayout          = new System.Windows.Forms.TableLayoutPanel();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     this.pictureBox2          = new System.Windows.Forms.PictureBox();
     this.label_gif            = new System.Windows.Forms.Label();
     this.pictureBox3          = new System.Windows.Forms.PictureBox();
     this.flowLayout1          = new System.Windows.Forms.FlowLayoutPanel();
     this.lable_download       = new System.Windows.Forms.Label();
     this.progressBar_download = new System.Windows.Forms.ProgressBar();
     this.label_uzip           = new System.Windows.Forms.Label();
     this.progressBar_uzip     = new System.Windows.Forms.ProgressBar();
     this.label_update         = new System.Windows.Forms.Label();
     this.progressBar_update   = new System.Windows.Forms.ProgressBar();
     this.Startbutton          = new System.Windows.Forms.Button();
     this.button_exit          = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.tableLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.flowLayout1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.BackColor             = System.Drawing.Color.Transparent;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.panel1.Controls.Add(this.tableLayout);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(960, 540);
     this.panel1.TabIndex = 1;
     //
     // tableLayout
     //
     this.tableLayout.BackgroundImage = global::UpdateTool.Properties.Resources.bg5;
     this.tableLayout.ColumnCount     = 3;
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayout.Controls.Add(this.pictureBox1, 1, 1);
     this.tableLayout.Controls.Add(this.pictureBox2, 1, 3);
     this.tableLayout.Controls.Add(this.label_gif, 0, 6);
     this.tableLayout.Controls.Add(this.pictureBox3, 1, 5);
     this.tableLayout.Controls.Add(this.flowLayout1, 1, 6);
     this.tableLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayout.Location = new System.Drawing.Point(0, 0);
     this.tableLayout.Name     = "tableLayout";
     this.tableLayout.Padding  = new System.Windows.Forms.Padding(2);
     this.tableLayout.RowCount = 7;
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.003F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.181437F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.40428F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.261253F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4.260853F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.781157F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.10802F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.Size     = new System.Drawing.Size(960, 540);
     this.tableLayout.TabIndex = 0;
     this.tableLayout.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint_1);
     //
     // pictureBox1
     //
     this.pictureBox1.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.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.Image         = global::UpdateTool.Properties.Resources.logo;
     this.pictureBox1.ImageLocation = "";
     this.pictureBox1.Location      = new System.Drawing.Point(193, 82);
     this.pictureBox1.Margin        = new System.Windows.Forms.Padding(0);
     this.pictureBox1.Name          = "pictureBox1";
     this.pictureBox1.Size          = new System.Drawing.Size(573, 38);
     this.pictureBox1.SizeMode      = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex      = 0;
     this.pictureBox1.TabStop       = false;
     //
     // pictureBox2
     //
     this.pictureBox2.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.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image     = global::UpdateTool.Properties.Resources.loadinggif;
     this.pictureBox2.Location  = new System.Drawing.Point(193, 234);
     this.pictureBox2.Margin    = new System.Windows.Forms.Padding(0);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(573, 33);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex  = 1;
     this.pictureBox2.TabStop   = false;
     //
     // label_gif
     //
     this.label_gif.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.label_gif.BackColor = System.Drawing.Color.Maroon;
     this.label_gif.Image     = global::UpdateTool.Properties.Resources._1;
     this.label_gif.Location  = new System.Drawing.Point(2, 319);
     this.label_gif.Margin    = new System.Windows.Forms.Padding(0);
     this.label_gif.Name      = "label_gif";
     this.label_gif.Size      = new System.Drawing.Size(191, 219);
     this.label_gif.TabIndex  = 9;
     this.label_gif.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label_gif.Visible   = false;
     //
     // pictureBox3
     //
     this.pictureBox3.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.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = global::UpdateTool.Properties.Resources.uping;
     this.pictureBox3.Location  = new System.Drawing.Point(193, 289);
     this.pictureBox3.Margin    = new System.Windows.Forms.Padding(0);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(573, 30);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex  = 2;
     this.pictureBox3.TabStop   = false;
     //
     // flowLayout1
     //
     this.flowLayout1.Controls.Add(this.lable_download);
     this.flowLayout1.Controls.Add(this.progressBar_download);
     this.flowLayout1.Controls.Add(this.label_uzip);
     this.flowLayout1.Controls.Add(this.progressBar_uzip);
     this.flowLayout1.Controls.Add(this.label_update);
     this.flowLayout1.Controls.Add(this.progressBar_update);
     this.flowLayout1.Controls.Add(this.Startbutton);
     this.flowLayout1.Controls.Add(this.button_exit);
     this.flowLayout1.Location = new System.Drawing.Point(196, 322);
     this.flowLayout1.Name     = "flowLayout1";
     this.flowLayout1.Size     = new System.Drawing.Size(275, 213);
     this.flowLayout1.TabIndex = 3;
     this.flowLayout1.Visible  = false;
     //
     // lable_download
     //
     this.lable_download.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.lable_download.Location  = new System.Drawing.Point(0, 0);
     this.lable_download.Margin    = new System.Windows.Forms.Padding(0);
     this.lable_download.Name      = "lable_download";
     this.lable_download.Size      = new System.Drawing.Size(100, 23);
     this.lable_download.TabIndex  = 6;
     this.lable_download.Text      = "下载进度";
     this.lable_download.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // progressBar_download
     //
     this.progressBar_download.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.progressBar_download.Location = new System.Drawing.Point(0, 23);
     this.progressBar_download.Margin   = new System.Windows.Forms.Padding(0);
     this.progressBar_download.Name     = "progressBar_download";
     this.progressBar_download.Size     = new System.Drawing.Size(240, 20);
     this.progressBar_download.TabIndex = 3;
     //
     // label_uzip
     //
     this.label_uzip.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label_uzip.Location  = new System.Drawing.Point(0, 43);
     this.label_uzip.Margin    = new System.Windows.Forms.Padding(0);
     this.label_uzip.Name      = "label_uzip";
     this.label_uzip.Size      = new System.Drawing.Size(100, 23);
     this.label_uzip.TabIndex  = 7;
     this.label_uzip.Text      = "解压进度";
     this.label_uzip.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // progressBar_uzip
     //
     this.progressBar_uzip.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.progressBar_uzip.Location = new System.Drawing.Point(0, 66);
     this.progressBar_uzip.Margin   = new System.Windows.Forms.Padding(0);
     this.progressBar_uzip.Name     = "progressBar_uzip";
     this.progressBar_uzip.Size     = new System.Drawing.Size(240, 20);
     this.progressBar_uzip.TabIndex = 4;
     this.progressBar_uzip.Tag      = "";
     //
     // label_update
     //
     this.label_update.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label_update.Location  = new System.Drawing.Point(0, 86);
     this.label_update.Margin    = new System.Windows.Forms.Padding(0);
     this.label_update.Name      = "label_update";
     this.label_update.Size      = new System.Drawing.Size(100, 23);
     this.label_update.TabIndex  = 8;
     this.label_update.Text      = "更新进度";
     this.label_update.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // progressBar_update
     //
     this.progressBar_update.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.progressBar_update.Location = new System.Drawing.Point(0, 109);
     this.progressBar_update.Margin   = new System.Windows.Forms.Padding(0);
     this.progressBar_update.Name     = "progressBar_update";
     this.progressBar_update.Size     = new System.Drawing.Size(240, 20);
     this.progressBar_update.TabIndex = 5;
     //
     // Startbutton
     //
     this.Startbutton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Startbutton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.Startbutton.Location  = new System.Drawing.Point(3, 132);
     this.Startbutton.Name      = "Startbutton";
     this.Startbutton.Size      = new System.Drawing.Size(50, 30);
     this.Startbutton.TabIndex  = 0;
     this.Startbutton.Text      = "Start";
     this.Startbutton.UseVisualStyleBackColor = false;
     this.Startbutton.Visible = false;
     this.Startbutton.Click  += new System.EventHandler(this.Startbutton_Click);
     //
     // button_exit
     //
     this.button_exit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_exit.Location = new System.Drawing.Point(59, 132);
     this.button_exit.Name     = "button_exit";
     this.button_exit.Size     = new System.Drawing.Size(50, 30);
     this.button_exit.TabIndex = 10;
     this.button_exit.Text     = "Exit";
     this.button_exit.UseVisualStyleBackColor = true;
     this.button_exit.Click += new System.EventHandler(this.button_exit_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(960, 540);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.Text            = "UpdateTool1";
     this.TopMost         = true;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.tableLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.flowLayout1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegistrarPersonaFrm));
     this.IdentificacionTxt = new System.Windows.Forms.TextBox();
     this.NombreTxt         = new System.Windows.Forms.TextBox();
     this.EdadTxt           = new System.Windows.Forms.TextBox();
     this.PulsacionesTxt    = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.SexoCmb           = new System.Windows.Forms.ComboBox();
     this.GuardarBtn        = new System.Windows.Forms.Button();
     this.BuscarBtn         = new System.Windows.Forms.Button();
     this.EliminarBtn       = new System.Windows.Forms.Button();
     this.EditarBtn         = new System.Windows.Forms.Button();
     this.LimpiarBtn        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // IdentificacionTxt
     //
     this.IdentificacionTxt.Location = new System.Drawing.Point(243, 29);
     this.IdentificacionTxt.Name     = "IdentificacionTxt";
     this.IdentificacionTxt.Size     = new System.Drawing.Size(100, 20);
     this.IdentificacionTxt.TabIndex = 0;
     //
     // NombreTxt
     //
     this.NombreTxt.Location = new System.Drawing.Point(243, 69);
     this.NombreTxt.Name     = "NombreTxt";
     this.NombreTxt.Size     = new System.Drawing.Size(100, 20);
     this.NombreTxt.TabIndex = 1;
     //
     // EdadTxt
     //
     this.EdadTxt.Location = new System.Drawing.Point(243, 109);
     this.EdadTxt.Name     = "EdadTxt";
     this.EdadTxt.Size     = new System.Drawing.Size(100, 20);
     this.EdadTxt.TabIndex = 2;
     //
     // PulsacionesTxt
     //
     this.PulsacionesTxt.AllowDrop = true;
     this.PulsacionesTxt.Enabled   = false;
     this.PulsacionesTxt.Location  = new System.Drawing.Point(243, 189);
     this.PulsacionesTxt.Name      = "PulsacionesTxt";
     this.PulsacionesTxt.Size      = new System.Drawing.Size(100, 20);
     this.PulsacionesTxt.TabIndex  = 4;
     //
     // 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(133, 36);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(84, 13);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Identificacion";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // 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(133, 76);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(50, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Nombre";
     //
     // 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(133, 116);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(36, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Edad";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(133, 156);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Sexo";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(133, 196);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(75, 13);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Pulsaciones";
     //
     // SexoCmb
     //
     this.SexoCmb.FormattingEnabled = true;
     this.SexoCmb.Items.AddRange(new object[] {
         "M",
         "F"
     });
     this.SexoCmb.Location = new System.Drawing.Point(243, 147);
     this.SexoCmb.Name     = "SexoCmb";
     this.SexoCmb.Size     = new System.Drawing.Size(121, 21);
     this.SexoCmb.TabIndex = 10;
     //
     // GuardarBtn
     //
     this.GuardarBtn.BackColor  = System.Drawing.SystemColors.ActiveCaption;
     this.GuardarBtn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GuardarBtn.ForeColor  = System.Drawing.SystemColors.InactiveCaptionText;
     this.GuardarBtn.Image      = ((System.Drawing.Image)(resources.GetObject("GuardarBtn.Image")));
     this.GuardarBtn.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.GuardarBtn.Location   = new System.Drawing.Point(49, 270);
     this.GuardarBtn.Name       = "GuardarBtn";
     this.GuardarBtn.Size       = new System.Drawing.Size(75, 55);
     this.GuardarBtn.TabIndex   = 11;
     this.GuardarBtn.Text       = "Guardar";
     this.GuardarBtn.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.GuardarBtn.UseVisualStyleBackColor = false;
     this.GuardarBtn.Click += new System.EventHandler(this.GuardarBtn_Click);
     //
     // BuscarBtn
     //
     this.BuscarBtn.BackColor  = System.Drawing.SystemColors.ActiveCaption;
     this.BuscarBtn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BuscarBtn.Image      = ((System.Drawing.Image)(resources.GetObject("BuscarBtn.Image")));
     this.BuscarBtn.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.BuscarBtn.Location   = new System.Drawing.Point(130, 271);
     this.BuscarBtn.Name       = "BuscarBtn";
     this.BuscarBtn.Size       = new System.Drawing.Size(75, 54);
     this.BuscarBtn.TabIndex   = 12;
     this.BuscarBtn.Text       = "Buscar";
     this.BuscarBtn.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.BuscarBtn.UseVisualStyleBackColor = false;
     this.BuscarBtn.Click += new System.EventHandler(this.BuscarBtn_Click);
     //
     // EliminarBtn
     //
     this.EliminarBtn.BackColor  = System.Drawing.SystemColors.ActiveCaption;
     this.EliminarBtn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EliminarBtn.Image      = ((System.Drawing.Image)(resources.GetObject("EliminarBtn.Image")));
     this.EliminarBtn.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.EliminarBtn.Location   = new System.Drawing.Point(211, 271);
     this.EliminarBtn.Name       = "EliminarBtn";
     this.EliminarBtn.Size       = new System.Drawing.Size(75, 53);
     this.EliminarBtn.TabIndex   = 13;
     this.EliminarBtn.Text       = "Eliminar";
     this.EliminarBtn.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.EliminarBtn.UseVisualStyleBackColor = false;
     this.EliminarBtn.Click += new System.EventHandler(this.EliminarBtn_Click);
     //
     // EditarBtn
     //
     this.EditarBtn.BackColor  = System.Drawing.SystemColors.ActiveCaption;
     this.EditarBtn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditarBtn.Image      = ((System.Drawing.Image)(resources.GetObject("EditarBtn.Image")));
     this.EditarBtn.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.EditarBtn.Location   = new System.Drawing.Point(292, 271);
     this.EditarBtn.Name       = "EditarBtn";
     this.EditarBtn.Size       = new System.Drawing.Size(75, 53);
     this.EditarBtn.TabIndex   = 14;
     this.EditarBtn.Text       = "Editar";
     this.EditarBtn.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.EditarBtn.UseVisualStyleBackColor = false;
     this.EditarBtn.Click += new System.EventHandler(this.EditarBtn_Click);
     //
     // LimpiarBtn
     //
     this.LimpiarBtn.BackColor  = System.Drawing.SystemColors.ActiveCaption;
     this.LimpiarBtn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LimpiarBtn.Image      = ((System.Drawing.Image)(resources.GetObject("LimpiarBtn.Image")));
     this.LimpiarBtn.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.LimpiarBtn.Location   = new System.Drawing.Point(373, 270);
     this.LimpiarBtn.Name       = "LimpiarBtn";
     this.LimpiarBtn.Size       = new System.Drawing.Size(75, 53);
     this.LimpiarBtn.TabIndex   = 15;
     this.LimpiarBtn.Text       = "Limpiar";
     this.LimpiarBtn.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.LimpiarBtn.UseVisualStyleBackColor = false;
     this.LimpiarBtn.Click += new System.EventHandler(this.LimpiarBtn_Click);
     //
     // RegistrarPersonaFrm
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.ActiveCaption;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(496, 355);
     this.Controls.Add(this.LimpiarBtn);
     this.Controls.Add(this.EditarBtn);
     this.Controls.Add(this.EliminarBtn);
     this.Controls.Add(this.BuscarBtn);
     this.Controls.Add(this.GuardarBtn);
     this.Controls.Add(this.SexoCmb);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.PulsacionesTxt);
     this.Controls.Add(this.EdadTxt);
     this.Controls.Add(this.NombreTxt);
     this.Controls.Add(this.IdentificacionTxt);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "RegistrarPersonaFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Registror";
     this.Load         += new System.EventHandler(this.RegistrarPersonaFrm_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #45
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(Form1));
     this.kronometre       = new System.Windows.Forms.Timer(this.components);
     this.dakikaAyarla     = new System.Windows.Forms.NumericUpDown();
     this.yenidenKur       = new System.Windows.Forms.Button();
     this.onDakikaButton   = new System.Windows.Forms.Button();
     this.otuzDakikaButton = new System.Windows.Forms.Button();
     this.saat             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dakikaAyarla)).BeginInit();
     this.SuspendLayout();
     //
     // kronometre
     //
     this.kronometre.Tick += new System.EventHandler(this.kronometre_Tick);
     //
     // dakikaAyarla
     //
     resources.ApplyResources(this.dakikaAyarla, "dakikaAyarla");
     this.dakikaAyarla.Name = "dakikaAyarla";
     //
     // yenidenKur
     //
     resources.ApplyResources(this.yenidenKur, "yenidenKur");
     this.yenidenKur.Name = "yenidenKur";
     this.yenidenKur.UseVisualStyleBackColor = true;
     this.yenidenKur.Click += new System.EventHandler(this.yenidenKur_Click);
     //
     // onDakikaButton
     //
     resources.ApplyResources(this.onDakikaButton, "onDakikaButton");
     this.onDakikaButton.Name = "onDakikaButton";
     this.onDakikaButton.UseVisualStyleBackColor = true;
     this.onDakikaButton.Click += new System.EventHandler(this.onDakikaButton_Click);
     //
     // otuzDakikaButton
     //
     resources.ApplyResources(this.otuzDakikaButton, "otuzDakikaButton");
     this.otuzDakikaButton.Name = "otuzDakikaButton";
     this.otuzDakikaButton.UseVisualStyleBackColor = true;
     this.otuzDakikaButton.Click += new System.EventHandler(this.otuzDakikaButton_Click);
     //
     // saat
     //
     resources.ApplyResources(this.saat, "saat");
     this.saat.Name = "saat";
     //
     // Form1
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.otuzDakikaButton);
     this.Controls.Add(this.onDakikaButton);
     this.Controls.Add(this.yenidenKur);
     this.Controls.Add(this.dakikaAyarla);
     this.Controls.Add(this.saat);
     this.Name  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dakikaAyarla)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #46
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(NewUser));
     this.CreateUserButton   = new System.Windows.Forms.Button();
     this.UsernameLabel      = new System.Windows.Forms.Label();
     this.PasswordLabel      = new System.Windows.Forms.Label();
     this.passwordBox        = new System.Windows.Forms.TextBox();
     this.usernameBox        = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.passwordBox2       = new System.Windows.Forms.TextBox();
     this.CloseButtonNewUser = new System.Windows.Forms.Button();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // CreateUserButton
     //
     this.CreateUserButton.BackColor = System.Drawing.Color.Firebrick;
     this.CreateUserButton.FlatAppearance.BorderColor        = System.Drawing.Color.SkyBlue;
     this.CreateUserButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Maroon;
     this.CreateUserButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red;
     this.CreateUserButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CreateUserButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreateUserButton.ForeColor = System.Drawing.Color.White;
     this.CreateUserButton.Location  = new System.Drawing.Point(117, 321);
     this.CreateUserButton.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.CreateUserButton.Name      = "CreateUserButton";
     this.CreateUserButton.Size      = new System.Drawing.Size(433, 46);
     this.CreateUserButton.TabIndex  = 12;
     this.CreateUserButton.Text      = "CREATE NEW USER";
     this.CreateUserButton.UseVisualStyleBackColor = false;
     this.CreateUserButton.Click += new System.EventHandler(this.CreateUserButton_Click);
     //
     // UsernameLabel
     //
     this.UsernameLabel.AutoSize  = true;
     this.UsernameLabel.BackColor = System.Drawing.Color.Transparent;
     this.UsernameLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UsernameLabel.ForeColor = System.Drawing.Color.Black;
     this.UsernameLabel.Location  = new System.Drawing.Point(111, 145);
     this.UsernameLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.UsernameLabel.Name      = "UsernameLabel";
     this.UsernameLabel.Size      = new System.Drawing.Size(102, 25);
     this.UsernameLabel.TabIndex  = 11;
     this.UsernameLabel.Text      = "Username";
     //
     // PasswordLabel
     //
     this.PasswordLabel.AutoSize  = true;
     this.PasswordLabel.BackColor = System.Drawing.Color.Transparent;
     this.PasswordLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PasswordLabel.ForeColor = System.Drawing.Color.Black;
     this.PasswordLabel.Location  = new System.Drawing.Point(111, 225);
     this.PasswordLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.PasswordLabel.Name      = "PasswordLabel";
     this.PasswordLabel.Size      = new System.Drawing.Size(98, 25);
     this.PasswordLabel.TabIndex  = 9;
     this.PasswordLabel.Text      = "Password";
     //
     // passwordBox
     //
     this.passwordBox.BackColor             = System.Drawing.Color.White;
     this.passwordBox.ForeColor             = System.Drawing.Color.Black;
     this.passwordBox.Location              = new System.Drawing.Point(117, 260);
     this.passwordBox.Margin                = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.passwordBox.Name                  = "passwordBox";
     this.passwordBox.Size                  = new System.Drawing.Size(261, 22);
     this.passwordBox.TabIndex              = 2;
     this.passwordBox.UseSystemPasswordChar = true;
     //
     // usernameBox
     //
     this.usernameBox.BackColor = System.Drawing.Color.White;
     this.usernameBox.ForeColor = System.Drawing.Color.Black;
     this.usernameBox.Location  = new System.Drawing.Point(117, 180);
     this.usernameBox.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.usernameBox.Name      = "usernameBox";
     this.usernameBox.Size      = new System.Drawing.Size(576, 22);
     this.usernameBox.TabIndex  = 1;
     this.usernameBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(425, 225);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(162, 25);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "Retype password";
     //
     // passwordBox2
     //
     this.passwordBox2.BackColor             = System.Drawing.Color.White;
     this.passwordBox2.ForeColor             = System.Drawing.Color.Black;
     this.passwordBox2.Location              = new System.Drawing.Point(432, 260);
     this.passwordBox2.Margin                = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.passwordBox2.Name                  = "passwordBox2";
     this.passwordBox2.Size                  = new System.Drawing.Size(261, 22);
     this.passwordBox2.TabIndex              = 3;
     this.passwordBox2.UseSystemPasswordChar = true;
     //
     // CloseButtonNewUser
     //
     this.CloseButtonNewUser.BackColor = System.Drawing.Color.Transparent;
     this.CloseButtonNewUser.FlatAppearance.BorderColor        = System.Drawing.Color.SkyBlue;
     this.CloseButtonNewUser.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Maroon;
     this.CloseButtonNewUser.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Red;
     this.CloseButtonNewUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CloseButtonNewUser.Font      = new System.Drawing.Font("Perpetua Titling MT", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CloseButtonNewUser.ForeColor = System.Drawing.Color.DarkRed;
     this.CloseButtonNewUser.Location  = new System.Drawing.Point(769, -2);
     this.CloseButtonNewUser.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.CloseButtonNewUser.Name      = "CloseButtonNewUser";
     this.CloseButtonNewUser.Size      = new System.Drawing.Size(37, 39);
     this.CloseButtonNewUser.TabIndex  = 15;
     this.CloseButtonNewUser.Text      = "X";
     this.CloseButtonNewUser.UseVisualStyleBackColor = false;
     this.CloseButtonNewUser.Click += new System.EventHandler(this.CloseButtonNewUser_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Rockwell Extra Bold", 25F, System.Drawing.FontStyle.Bold);
     this.label2.Location = new System.Drawing.Point(271, 44);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(236, 50);
     this.label2.TabIndex = 16;
     this.label2.Text     = "ChatBox";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(327, 106);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(145, 24);
     this.label3.TabIndex = 17;
     this.label3.Text     = "create new user";
     //
     // NewUser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SkyBlue;
     this.ClientSize          = new System.Drawing.Size(808, 432);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.CloseButtonNewUser);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.passwordBox2);
     this.Controls.Add(this.CreateUserButton);
     this.Controls.Add(this.UsernameLabel);
     this.Controls.Add(this.PasswordLabel);
     this.Controls.Add(this.passwordBox);
     this.Controls.Add(this.usernameBox);
     this.ForeColor       = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name            = "NewUser";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "NewUser";
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.NewUser_MouseDown);
     this.MouseMove      += new System.Windows.Forms.MouseEventHandler(this.NewUser_MouseMove);
     this.MouseUp        += new System.Windows.Forms.MouseEventHandler(this.NewUser_MouseUp);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #47
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.label1      = new System.Windows.Forms.Label();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.button1     = new System.Windows.Forms.Button();
     this.textBox2    = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Honeydew;
     this.label1.Location  = new System.Drawing.Point(101, 270);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 21);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Usuario";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(196, 267);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 29);
     this.textBox1.TabIndex = 1;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.button1.FlatAppearance.BorderSize  = 5;
     this.button1.Location = new System.Drawing.Point(150, 360);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(106, 49);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Ingresa";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox2
     //
     this.textBox2.Location     = new System.Drawing.Point(196, 312);
     this.textBox2.Name         = "textBox2";
     this.textBox2.PasswordChar = '*';
     this.textBox2.Size         = new System.Drawing.Size(100, 29);
     this.textBox2.TabIndex     = 4;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Honeydew;
     this.label2.Location  = new System.Drawing.Point(101, 315);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(89, 21);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Contraseña";
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(130, 66);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(151, 120);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop  = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.DarkSlateBlue;
     this.ClientSize          = new System.Drawing.Size(412, 446);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("Segoe UI Emoji", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "Form1";
     this.Text            = "Supreme TPS";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #48
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(BattleField));
     this.btnEndTurn        = new System.Windows.Forms.Button();
     this.statusStrip1      = new System.Windows.Forms.StatusStrip();
     this.btnYourWeapon     = new 炉边传说.ctlWeapon();
     this.btnYourHero       = new 炉边传说.ctlHero();
     this.btnMyHero         = new 炉边传说.ctlHero();
     this.btnYou1           = new 炉边传说.ctlCard();
     this.btnYourHeroAblity = new 炉边传说.ctlHeroAbility();
     this.btnYou2           = new 炉边传说.ctlCard();
     this.btnMyWeapon       = new 炉边传说.ctlWeapon();
     this.btnYou3           = new 炉边传说.ctlCard();
     this.btnMyHeroAblity   = new 炉边传说.ctlHeroAbility();
     this.btnYou4           = new 炉边传说.ctlCard();
     this.btnHandCard10     = new 炉边传说.ctlHandCard();
     this.btnYou5           = new 炉边传说.ctlCard();
     this.btnHandCard9      = new 炉边传说.ctlHandCard();
     this.btnYou6           = new 炉边传说.ctlCard();
     this.btnHandCard8      = new 炉边传说.ctlHandCard();
     this.btnYou7           = new 炉边传说.ctlCard();
     this.btnHandCard7      = new 炉边传说.ctlHandCard();
     this.btnMe1            = new 炉边传说.ctlCard();
     this.btnHandCard6      = new 炉边传说.ctlHandCard();
     this.btnMe2            = new 炉边传说.ctlCard();
     this.btnHandCard5      = new 炉边传说.ctlHandCard();
     this.btnMe3            = new 炉边传说.ctlCard();
     this.btnHandCard4      = new 炉边传说.ctlHandCard();
     this.btnMe4            = new 炉边传说.ctlCard();
     this.btnHandCard3      = new 炉边传说.ctlHandCard();
     this.btnMe5            = new 炉边传说.ctlCard();
     this.btnHandCard2      = new 炉边传说.ctlHandCard();
     this.btnMe6            = new 炉边传说.ctlCard();
     this.btnHandCard1      = new 炉边传说.ctlHandCard();
     this.btnMe7            = new 炉边传说.ctlCard();
     this.MyCrystalBar      = new 炉边传说.ctlCrystalBar();
     this.YourCrystalBar    = new 炉边传说.ctlCrystalBar();
     this.SuspendLayout();
     //
     // btnEndTurn
     //
     this.btnEndTurn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.btnEndTurn.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.btnEndTurn.Location  = new System.Drawing.Point(841, 242);
     this.btnEndTurn.Name      = "btnEndTurn";
     this.btnEndTurn.Size      = new System.Drawing.Size(106, 39);
     this.btnEndTurn.TabIndex  = 3;
     this.btnEndTurn.Text      = "结束回合";
     this.btnEndTurn.UseVisualStyleBackColor = false;
     this.btnEndTurn.Click += new System.EventHandler(this.btnEndTurn_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 649);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(966, 22);
     this.statusStrip1.TabIndex = 8;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // btnYourWeapon
     //
     this.btnYourWeapon.BackColor             = System.Drawing.Color.White;
     this.btnYourWeapon.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnYourWeapon.BackgroundImage")));
     this.btnYourWeapon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnYourWeapon.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYourWeapon.Location = new System.Drawing.Point(332, 22);
     this.btnYourWeapon.Name     = "btnYourWeapon";
     this.btnYourWeapon.Size     = new System.Drawing.Size(48, 48);
     this.btnYourWeapon.TabIndex = 44;
     //
     // btnYourHero
     //
     this.btnYourHero.BackColor             = System.Drawing.Color.White;
     this.btnYourHero.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnYourHero.BackgroundImage")));
     this.btnYourHero.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnYourHero.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYourHero.Location = new System.Drawing.Point(386, 22);
     this.btnYourHero.Name     = "btnYourHero";
     this.btnYourHero.Size     = new System.Drawing.Size(128, 121);
     this.btnYourHero.TabIndex = 16;
     //
     // btnMyHero
     //
     this.btnMyHero.BackColor             = System.Drawing.Color.White;
     this.btnMyHero.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnMyHero.BackgroundImage")));
     this.btnMyHero.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMyHero.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMyHero.Location = new System.Drawing.Point(386, 390);
     this.btnMyHero.Name     = "btnMyHero";
     this.btnMyHero.Size     = new System.Drawing.Size(128, 128);
     this.btnMyHero.TabIndex = 17;
     //
     // btnYou1
     //
     this.btnYou1.BackColor   = System.Drawing.Color.White;
     this.btnYou1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYou1.Location    = new System.Drawing.Point(68, 173);
     this.btnYou1.Name        = "btnYou1";
     this.btnYou1.Size        = new System.Drawing.Size(100, 82);
     this.btnYou1.TabIndex    = 18;
     //
     // btnYourHeroAblity
     //
     this.btnYourHeroAblity.BackColor             = System.Drawing.Color.White;
     this.btnYourHeroAblity.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnYourHeroAblity.BackgroundImage")));
     this.btnYourHeroAblity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnYourHeroAblity.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYourHeroAblity.Location = new System.Drawing.Point(520, 22);
     this.btnYourHeroAblity.Name     = "btnYourHeroAblity";
     this.btnYourHeroAblity.Size     = new System.Drawing.Size(48, 48);
     this.btnYourHeroAblity.TabIndex = 43;
     //
     // btnYou2
     //
     this.btnYou2.BackColor   = System.Drawing.Color.White;
     this.btnYou2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYou2.Location    = new System.Drawing.Point(174, 173);
     this.btnYou2.Name        = "btnYou2";
     this.btnYou2.Size        = new System.Drawing.Size(100, 82);
     this.btnYou2.TabIndex    = 19;
     //
     // btnMyWeapon
     //
     this.btnMyWeapon.BackColor             = System.Drawing.Color.White;
     this.btnMyWeapon.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnMyWeapon.BackgroundImage")));
     this.btnMyWeapon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMyWeapon.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMyWeapon.Location = new System.Drawing.Point(332, 470);
     this.btnMyWeapon.Name     = "btnMyWeapon";
     this.btnMyWeapon.Size     = new System.Drawing.Size(48, 48);
     this.btnMyWeapon.TabIndex = 42;
     //
     // btnYou3
     //
     this.btnYou3.BackColor   = System.Drawing.Color.White;
     this.btnYou3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYou3.Location    = new System.Drawing.Point(280, 173);
     this.btnYou3.Name        = "btnYou3";
     this.btnYou3.Size        = new System.Drawing.Size(100, 82);
     this.btnYou3.TabIndex    = 20;
     //
     // btnMyHeroAblity
     //
     this.btnMyHeroAblity.BackColor             = System.Drawing.Color.White;
     this.btnMyHeroAblity.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnMyHeroAblity.BackgroundImage")));
     this.btnMyHeroAblity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMyHeroAblity.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMyHeroAblity.Location = new System.Drawing.Point(520, 470);
     this.btnMyHeroAblity.Name     = "btnMyHeroAblity";
     this.btnMyHeroAblity.Size     = new System.Drawing.Size(48, 48);
     this.btnMyHeroAblity.TabIndex = 10;
     //
     // btnYou4
     //
     this.btnYou4.BackColor   = System.Drawing.Color.White;
     this.btnYou4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYou4.Location    = new System.Drawing.Point(386, 173);
     this.btnYou4.Name        = "btnYou4";
     this.btnYou4.Size        = new System.Drawing.Size(100, 82);
     this.btnYou4.TabIndex    = 21;
     //
     // btnHandCard10
     //
     this.btnHandCard10.BackColor   = System.Drawing.Color.White;
     this.btnHandCard10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard10.Location    = new System.Drawing.Point(841, 532);
     this.btnHandCard10.Name        = "btnHandCard10";
     this.btnHandCard10.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard10.TabIndex    = 41;
     //
     // btnYou5
     //
     this.btnYou5.BackColor   = System.Drawing.Color.White;
     this.btnYou5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYou5.Location    = new System.Drawing.Point(492, 173);
     this.btnYou5.Name        = "btnYou5";
     this.btnYou5.Size        = new System.Drawing.Size(100, 82);
     this.btnYou5.TabIndex    = 22;
     //
     // btnHandCard9
     //
     this.btnHandCard9.BackColor   = System.Drawing.Color.White;
     this.btnHandCard9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard9.Location    = new System.Drawing.Point(752, 532);
     this.btnHandCard9.Name        = "btnHandCard9";
     this.btnHandCard9.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard9.TabIndex    = 40;
     //
     // btnYou6
     //
     this.btnYou6.BackColor   = System.Drawing.Color.White;
     this.btnYou6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYou6.Location    = new System.Drawing.Point(598, 173);
     this.btnYou6.Name        = "btnYou6";
     this.btnYou6.Size        = new System.Drawing.Size(100, 82);
     this.btnYou6.TabIndex    = 23;
     //
     // btnHandCard8
     //
     this.btnHandCard8.BackColor   = System.Drawing.Color.White;
     this.btnHandCard8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard8.Location    = new System.Drawing.Point(663, 532);
     this.btnHandCard8.Name        = "btnHandCard8";
     this.btnHandCard8.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard8.TabIndex    = 39;
     //
     // btnYou7
     //
     this.btnYou7.BackColor   = System.Drawing.Color.White;
     this.btnYou7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnYou7.Location    = new System.Drawing.Point(704, 173);
     this.btnYou7.Name        = "btnYou7";
     this.btnYou7.Size        = new System.Drawing.Size(100, 82);
     this.btnYou7.TabIndex    = 24;
     //
     // btnHandCard7
     //
     this.btnHandCard7.BackColor   = System.Drawing.Color.White;
     this.btnHandCard7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard7.Location    = new System.Drawing.Point(574, 532);
     this.btnHandCard7.Name        = "btnHandCard7";
     this.btnHandCard7.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard7.TabIndex    = 38;
     //
     // btnMe1
     //
     this.btnMe1.BackColor   = System.Drawing.Color.White;
     this.btnMe1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMe1.Location    = new System.Drawing.Point(68, 276);
     this.btnMe1.Name        = "btnMe1";
     this.btnMe1.Size        = new System.Drawing.Size(100, 82);
     this.btnMe1.TabIndex    = 25;
     //
     // btnHandCard6
     //
     this.btnHandCard6.BackColor   = System.Drawing.Color.White;
     this.btnHandCard6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard6.Location    = new System.Drawing.Point(485, 532);
     this.btnHandCard6.Name        = "btnHandCard6";
     this.btnHandCard6.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard6.TabIndex    = 37;
     //
     // btnMe2
     //
     this.btnMe2.BackColor   = System.Drawing.Color.White;
     this.btnMe2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMe2.Location    = new System.Drawing.Point(174, 276);
     this.btnMe2.Name        = "btnMe2";
     this.btnMe2.Size        = new System.Drawing.Size(100, 82);
     this.btnMe2.TabIndex    = 26;
     //
     // btnHandCard5
     //
     this.btnHandCard5.BackColor   = System.Drawing.Color.White;
     this.btnHandCard5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard5.Location    = new System.Drawing.Point(396, 532);
     this.btnHandCard5.Name        = "btnHandCard5";
     this.btnHandCard5.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard5.TabIndex    = 36;
     //
     // btnMe3
     //
     this.btnMe3.BackColor   = System.Drawing.Color.White;
     this.btnMe3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMe3.Location    = new System.Drawing.Point(280, 276);
     this.btnMe3.Name        = "btnMe3";
     this.btnMe3.Size        = new System.Drawing.Size(100, 82);
     this.btnMe3.TabIndex    = 27;
     //
     // btnHandCard4
     //
     this.btnHandCard4.BackColor   = System.Drawing.Color.White;
     this.btnHandCard4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard4.Location    = new System.Drawing.Point(307, 532);
     this.btnHandCard4.Name        = "btnHandCard4";
     this.btnHandCard4.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard4.TabIndex    = 35;
     //
     // btnMe4
     //
     this.btnMe4.BackColor   = System.Drawing.Color.White;
     this.btnMe4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMe4.Location    = new System.Drawing.Point(386, 276);
     this.btnMe4.Name        = "btnMe4";
     this.btnMe4.Size        = new System.Drawing.Size(100, 82);
     this.btnMe4.TabIndex    = 28;
     //
     // btnHandCard3
     //
     this.btnHandCard3.BackColor   = System.Drawing.Color.White;
     this.btnHandCard3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard3.Location    = new System.Drawing.Point(218, 532);
     this.btnHandCard3.Name        = "btnHandCard3";
     this.btnHandCard3.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard3.TabIndex    = 34;
     //
     // btnMe5
     //
     this.btnMe5.BackColor   = System.Drawing.Color.White;
     this.btnMe5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMe5.Location    = new System.Drawing.Point(492, 276);
     this.btnMe5.Name        = "btnMe5";
     this.btnMe5.Size        = new System.Drawing.Size(100, 82);
     this.btnMe5.TabIndex    = 29;
     //
     // btnHandCard2
     //
     this.btnHandCard2.BackColor   = System.Drawing.Color.White;
     this.btnHandCard2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard2.Location    = new System.Drawing.Point(129, 532);
     this.btnHandCard2.Name        = "btnHandCard2";
     this.btnHandCard2.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard2.TabIndex    = 33;
     //
     // btnMe6
     //
     this.btnMe6.BackColor   = System.Drawing.Color.White;
     this.btnMe6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMe6.Location    = new System.Drawing.Point(598, 276);
     this.btnMe6.Name        = "btnMe6";
     this.btnMe6.Size        = new System.Drawing.Size(100, 82);
     this.btnMe6.TabIndex    = 30;
     //
     // btnHandCard1
     //
     this.btnHandCard1.BackColor   = System.Drawing.Color.White;
     this.btnHandCard1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnHandCard1.Location    = new System.Drawing.Point(40, 532);
     this.btnHandCard1.Name        = "btnHandCard1";
     this.btnHandCard1.Size        = new System.Drawing.Size(81, 100);
     this.btnHandCard1.TabIndex    = 32;
     //
     // btnMe7
     //
     this.btnMe7.BackColor   = System.Drawing.Color.White;
     this.btnMe7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnMe7.Location    = new System.Drawing.Point(704, 276);
     this.btnMe7.Name        = "btnMe7";
     this.btnMe7.Size        = new System.Drawing.Size(100, 82);
     this.btnMe7.TabIndex    = 31;
     //
     // MyCrystalBar
     //
     this.MyCrystalBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.MyCrystalBar.Location  = new System.Drawing.Point(653, 490);
     this.MyCrystalBar.Name      = "MyCrystalBar";
     this.MyCrystalBar.Size      = new System.Drawing.Size(301, 28);
     this.MyCrystalBar.TabIndex  = 45;
     //
     // YourCrystalBar
     //
     this.YourCrystalBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.YourCrystalBar.Location  = new System.Drawing.Point(653, 22);
     this.YourCrystalBar.Name      = "YourCrystalBar";
     this.YourCrystalBar.Size      = new System.Drawing.Size(297, 28);
     this.YourCrystalBar.TabIndex  = 46;
     //
     // BattleField
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(966, 671);
     this.Controls.Add(this.YourCrystalBar);
     this.Controls.Add(this.MyCrystalBar);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.btnYourWeapon);
     this.Controls.Add(this.btnEndTurn);
     this.Controls.Add(this.btnYourHero);
     this.Controls.Add(this.btnMyHero);
     this.Controls.Add(this.btnYou1);
     this.Controls.Add(this.btnYourHeroAblity);
     this.Controls.Add(this.btnYou2);
     this.Controls.Add(this.btnMyWeapon);
     this.Controls.Add(this.btnYou3);
     this.Controls.Add(this.btnMyHeroAblity);
     this.Controls.Add(this.btnYou4);
     this.Controls.Add(this.btnHandCard10);
     this.Controls.Add(this.btnYou5);
     this.Controls.Add(this.btnHandCard9);
     this.Controls.Add(this.btnYou6);
     this.Controls.Add(this.btnHandCard8);
     this.Controls.Add(this.btnYou7);
     this.Controls.Add(this.btnHandCard7);
     this.Controls.Add(this.btnMe1);
     this.Controls.Add(this.btnHandCard6);
     this.Controls.Add(this.btnMe2);
     this.Controls.Add(this.btnHandCard5);
     this.Controls.Add(this.btnMe3);
     this.Controls.Add(this.btnHandCard4);
     this.Controls.Add(this.btnMe4);
     this.Controls.Add(this.btnHandCard3);
     this.Controls.Add(this.btnMe5);
     this.Controls.Add(this.btnHandCard2);
     this.Controls.Add(this.btnMe6);
     this.Controls.Add(this.btnHandCard1);
     this.Controls.Add(this.btnMe7);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "BattleField";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "战场";
     this.Load         += new System.EventHandler(this.BattleField_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2About));
            this.lAuthor = new System.Windows.Forms.Label();
            this.lProject = new System.Windows.Forms.Label();
            this.lCopy = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // lAuthor
            // 
            this.lAuthor.AutoSize = true;
            this.lAuthor.Font = new System.Drawing.Font("Microsoft Sans Serif", 25.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lAuthor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(140)))), ((int)(((byte)(120)))));
            this.lAuthor.Location = new System.Drawing.Point(83, 132);
            this.lAuthor.Name = "lAuthor";
            this.lAuthor.Size = new System.Drawing.Size(361, 39);
            this.lAuthor.TabIndex = 0;
            this.lAuthor.Text = "Author: Peter Dyumin";
            // 
            // lProject
            // 
            this.lProject.AutoSize = true;
            this.lProject.Font = new System.Drawing.Font("Microsoft Sans Serif", 25.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lProject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(140)))), ((int)(((byte)(120)))));
            this.lProject.Location = new System.Drawing.Point(83, 80);
            this.lProject.Name = "lProject";
            this.lProject.Size = new System.Drawing.Size(342, 39);
            this.lProject.TabIndex = 2;
            this.lProject.Text = "Project: Easy Snake";
            // 
            // lCopy
            // 
            this.lCopy.AutoSize = true;
            this.lCopy.Font = new System.Drawing.Font("Microsoft Sans Serif", 25.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lCopy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(140)))), ((int)(((byte)(120)))));
            this.lCopy.Location = new System.Drawing.Point(19, 263);
            this.lCopy.Name = "lCopy";
            this.lCopy.Size = new System.Drawing.Size(485, 39);
            this.lCopy.TabIndex = 3;
            this.lCopy.Text = "pete dee © 2013, CGI cource";
            // 
            // Form2About
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(255)))), ((int)(((byte)(235)))));
            this.ClientSize = new System.Drawing.Size(524, 311);
            this.Controls.Add(this.lCopy);
            this.Controls.Add(this.lProject);
            this.Controls.Add(this.lAuthor);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form2About";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Easy Snake  : :  About";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #50
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(Form1));
     this.panel          = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.figurePolygon  = new System.Windows.Forms.Button();
     this.figureTriangle = new System.Windows.Forms.Button();
     this.figureCircle   = new System.Windows.Forms.Button();
     this.figureSquare   = new System.Windows.Forms.Button();
     this.pointPolygon   = new System.Windows.Forms.Button();
     this.panel1         = new System.Windows.Forms.Panel();
     this.colorBt        = new System.Windows.Forms.Button();
     this.trackBrush     = new System.Windows.Forms.TrackBar();
     this.cleanBt        = new System.Windows.Forms.Button();
     this.brushTool      = new System.Windows.Forms.Button();
     this.canvas         = new System.Windows.Forms.PictureBox();
     this.panel.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBrush)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.canvas)).BeginInit();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.panel2);
     this.panel.Controls.Add(this.panel1);
     this.panel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name     = "panel";
     this.panel.Size     = new System.Drawing.Size(1488, 73);
     this.panel.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.Color.White;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.figurePolygon);
     this.panel2.Controls.Add(this.figureTriangle);
     this.panel2.Controls.Add(this.figureCircle);
     this.panel2.Controls.Add(this.figureSquare);
     this.panel2.Controls.Add(this.pointPolygon);
     this.panel2.Location = new System.Drawing.Point(208, 13);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(121, 54);
     this.panel2.TabIndex = 7;
     //
     // figurePolygon
     //
     this.figurePolygon.BackColor             = System.Drawing.Color.White;
     this.figurePolygon.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("figurePolygon.BackgroundImage")));
     this.figurePolygon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.figurePolygon.Cursor = System.Windows.Forms.Cursors.Hand;
     this.figurePolygon.FlatAppearance.BorderSize = 0;
     this.figurePolygon.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.figurePolygon.Location  = new System.Drawing.Point(95, 3);
     this.figurePolygon.Name      = "figurePolygon";
     this.figurePolygon.Size      = new System.Drawing.Size(17, 17);
     this.figurePolygon.TabIndex  = 8;
     this.figurePolygon.UseVisualStyleBackColor = false;
     this.figurePolygon.Click += new System.EventHandler(this.figurePolygon_Click);
     //
     // figureTriangle
     //
     this.figureTriangle.BackColor             = System.Drawing.Color.White;
     this.figureTriangle.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("figureTriangle.BackgroundImage")));
     this.figureTriangle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.figureTriangle.Cursor = System.Windows.Forms.Cursors.Hand;
     this.figureTriangle.FlatAppearance.BorderSize = 0;
     this.figureTriangle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.figureTriangle.Location  = new System.Drawing.Point(72, 3);
     this.figureTriangle.Name      = "figureTriangle";
     this.figureTriangle.Size      = new System.Drawing.Size(17, 17);
     this.figureTriangle.TabIndex  = 7;
     this.figureTriangle.UseVisualStyleBackColor = false;
     this.figureTriangle.Click += new System.EventHandler(this.figureTriangle_Click);
     //
     // figureCircle
     //
     this.figureCircle.BackColor             = System.Drawing.Color.White;
     this.figureCircle.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("figureCircle.BackgroundImage")));
     this.figureCircle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.figureCircle.Cursor = System.Windows.Forms.Cursors.Hand;
     this.figureCircle.FlatAppearance.BorderSize = 0;
     this.figureCircle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.figureCircle.Location  = new System.Drawing.Point(49, 3);
     this.figureCircle.Name      = "figureCircle";
     this.figureCircle.Size      = new System.Drawing.Size(17, 17);
     this.figureCircle.TabIndex  = 6;
     this.figureCircle.UseVisualStyleBackColor = false;
     this.figureCircle.Click += new System.EventHandler(this.figureCircle_Click);
     //
     // figureSquare
     //
     this.figureSquare.BackColor                 = System.Drawing.Color.White;
     this.figureSquare.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("figureSquare.BackgroundImage")));
     this.figureSquare.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Center;
     this.figureSquare.FlatAppearance.BorderSize = 0;
     this.figureSquare.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.figureSquare.Location = new System.Drawing.Point(3, 3);
     this.figureSquare.Name     = "figureSquare";
     this.figureSquare.Size     = new System.Drawing.Size(17, 17);
     this.figureSquare.TabIndex = 3;
     this.figureSquare.UseVisualStyleBackColor = false;
     this.figureSquare.BackColorChanged       += new System.EventHandler(this.figureSquare_BackColorChanged);
     this.figureSquare.Click += new System.EventHandler(this.figureSquare_Click);
     //
     // pointPolygon
     //
     this.pointPolygon.BackColor             = System.Drawing.Color.White;
     this.pointPolygon.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pointPolygon.BackgroundImage")));
     this.pointPolygon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.pointPolygon.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pointPolygon.FlatAppearance.BorderSize = 0;
     this.pointPolygon.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.pointPolygon.Location  = new System.Drawing.Point(26, 3);
     this.pointPolygon.Name      = "pointPolygon";
     this.pointPolygon.Size      = new System.Drawing.Size(17, 17);
     this.pointPolygon.TabIndex  = 5;
     this.pointPolygon.UseVisualStyleBackColor = false;
     this.pointPolygon.Click += new System.EventHandler(this.pointPolygon_Click);
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.colorBt);
     this.panel1.Controls.Add(this.trackBrush);
     this.panel1.Controls.Add(this.cleanBt);
     this.panel1.Controls.Add(this.brushTool);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(177, 55);
     this.panel1.TabIndex = 6;
     //
     // colorBt
     //
     this.colorBt.BackColor = System.Drawing.Color.Black;
     this.colorBt.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.colorBt.FlatAppearance.BorderSize = 0;
     this.colorBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.colorBt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.colorBt.Location  = new System.Drawing.Point(25, 3);
     this.colorBt.Name      = "colorBt";
     this.colorBt.Size      = new System.Drawing.Size(17, 17);
     this.colorBt.TabIndex  = 1;
     this.colorBt.UseVisualStyleBackColor = false;
     this.colorBt.Click += new System.EventHandler(this.colorBt_Click);
     //
     // trackBrush
     //
     this.trackBrush.AutoSize      = false;
     this.trackBrush.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.trackBrush.Location      = new System.Drawing.Point(48, 3);
     this.trackBrush.Name          = "trackBrush";
     this.trackBrush.Size          = new System.Drawing.Size(126, 37);
     this.trackBrush.TabIndex      = 2;
     this.trackBrush.Scroll       += new System.EventHandler(this.trackBrush_Scroll);
     this.trackBrush.ValueChanged += new System.EventHandler(this.trackBrush_ValueChanged);
     //
     // cleanBt
     //
     this.cleanBt.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("cleanBt.BackgroundImage")));
     this.cleanBt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.cleanBt.Cursor = System.Windows.Forms.Cursors.Hand;
     this.cleanBt.FlatAppearance.BorderSize = 0;
     this.cleanBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cleanBt.Location  = new System.Drawing.Point(25, 26);
     this.cleanBt.Name      = "cleanBt";
     this.cleanBt.Size      = new System.Drawing.Size(17, 17);
     this.cleanBt.TabIndex  = 1;
     this.cleanBt.UseVisualStyleBackColor = true;
     this.cleanBt.Click += new System.EventHandler(this.cleanBt_Click);
     //
     // brushTool
     //
     this.brushTool.BackColor             = System.Drawing.Color.Transparent;
     this.brushTool.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("brushTool.BackgroundImage")));
     this.brushTool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.brushTool.Cursor = System.Windows.Forms.Cursors.Hand;
     this.brushTool.FlatAppearance.BorderSize = 0;
     this.brushTool.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.brushTool.Location  = new System.Drawing.Point(3, 3);
     this.brushTool.Name      = "brushTool";
     this.brushTool.Size      = new System.Drawing.Size(17, 17);
     this.brushTool.TabIndex  = 4;
     this.brushTool.UseVisualStyleBackColor = false;
     this.brushTool.Click += new System.EventHandler(this.brushTool_Click);
     //
     // canvas
     //
     this.canvas.BackColor    = System.Drawing.SystemColors.ControlLightLight;
     this.canvas.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.canvas.ErrorImage   = null;
     this.canvas.Location     = new System.Drawing.Point(0, 73);
     this.canvas.Name         = "canvas";
     this.canvas.Size         = new System.Drawing.Size(1488, 825);
     this.canvas.TabIndex     = 0;
     this.canvas.TabStop      = false;
     this.canvas.SizeChanged += new System.EventHandler(this.canvas_SizeChanged);
     this.canvas.DoubleClick += new System.EventHandler(this.canvas_DoubleClick);
     this.canvas.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseDown);
     this.canvas.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseMove);
     this.canvas.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseUp);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1488, 898);
     this.Controls.Add(this.canvas);
     this.Controls.Add(this.panel);
     this.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.KeyPreview       = true;
     this.Name             = "Form1";
     this.Text             = "Form1";
     this.AutoSizeChanged += new System.EventHandler(this.Form1_SizeChanged);
     this.Load            += new System.EventHandler(this.Form1_Load);
     this.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
     this.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
     this.panel.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBrush)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.canvas)).EndInit();
     this.ResumeLayout(false);
 }
		public void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnboundDRInvoice));
            this.txtProductID = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtProductname = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtQty = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtUnitPrice = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtDiscount = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtExtended = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtPriceDiscount = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.lblNorthWind = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblTraders = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblNWAddr1 = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblNWAddr2 = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblInvoice = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblOrderNum = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.txtOrderID = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.lblOrderDate = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.txtOrderDate = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.imgLogo = new GrapeCity.ActiveReports.SectionReportModel.Picture();
            this.lblThankYou = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblBillTo = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblShipTo = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lneBillTo = new GrapeCity.ActiveReports.SectionReportModel.Line();
            this.lneShipTo = new GrapeCity.ActiveReports.SectionReportModel.Line();
            this.txtBillToCompany = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtBillToAddress = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtBillToCity = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtBillToRegion = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtBillToPostalCode = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtBillToCountry = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtShipToCompany = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtShipToAddress = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtShipToCity = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtShipToRegion = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtShipToPostalCode = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtShipToCountry = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtSalesPerson = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.lblSalesPerson = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblProductID = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblProductName = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblQty = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblUnitPrice = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblDiscount = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblShipped = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.txtShipDate = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.lblShippedVia = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.txtShipper = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.lblPriceDiscount = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblTotal = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.txtDiscountTotal = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtTotal = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtFreight = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.txtSubTotal = new GrapeCity.ActiveReports.SectionReportModel.TextBox();
            this.lblDiscountTotal = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblSubTotal = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblFreight = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.lblGrandTotal = new GrapeCity.ActiveReports.SectionReportModel.Label();
            this.Detail = new GrapeCity.ActiveReports.SectionReportModel.Detail();
            this.PageHeader = new GrapeCity.ActiveReports.SectionReportModel.PageHeader();
            this.PageFooter = new GrapeCity.ActiveReports.SectionReportModel.PageFooter();
            this.ghOrderID = new GrapeCity.ActiveReports.SectionReportModel.GroupHeader();
            this.GFOrderID = new GrapeCity.ActiveReports.SectionReportModel.GroupFooter();
            ((System.ComponentModel.ISupportInitialize)(this.txtProductID)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProductname)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtQty)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtUnitPrice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDiscount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtExtended)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPriceDiscount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNorthWind)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTraders)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNWAddr1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNWAddr2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblInvoice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblOrderNum)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderID)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblOrderDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblThankYou)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBillTo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblShipTo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToCompany)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToAddress)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToCity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToRegion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToPostalCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToCountry)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToCompany)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToAddress)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToCity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToRegion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToPostalCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToCountry)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSalesPerson)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblSalesPerson)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblProductID)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblProductName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblQty)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblUnitPrice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblDiscount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblShipped)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblShippedVia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipper)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblPriceDiscount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDiscountTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFreight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSubTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblDiscountTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblSubTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFreight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGrandTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // txtProductID
            this.txtProductID.CanGrow = false;
            this.txtProductID.DataField = "ProductID";
            resources.ApplyResources(this.txtProductID, "txtProductID");
            this.txtProductID.Name = "txtProductID";
            // txtProductname
            this.txtProductname.CanGrow = false;
            this.txtProductname.DataField = "ProductName";
            resources.ApplyResources(this.txtProductname, "txtProductname");
            this.txtProductname.Name = "txtProductname";
            // txtQty
            this.txtQty.CanGrow = false;
            this.txtQty.DataField = "Quantity";
            resources.ApplyResources(this.txtQty, "txtQty");
            this.txtQty.Name = "txtQty";
            // txtUnitPrice
            this.txtUnitPrice.CanGrow = false;
            this.txtUnitPrice.DataField = "UnitPrice";
            resources.ApplyResources(this.txtUnitPrice, "txtUnitPrice");
            this.txtUnitPrice.Name = "txtUnitPrice";
            // txtDiscount
            this.txtDiscount.CanGrow = false;
            this.txtDiscount.DataField = "Discount";
            resources.ApplyResources(this.txtDiscount, "txtDiscount");
            this.txtDiscount.Name = "txtDiscount";
            // txtExtended
            this.txtExtended.CanGrow = false;
            this.txtExtended.DataField = "ExtendedPrice";
            resources.ApplyResources(this.txtExtended, "txtExtended");
            this.txtExtended.Name = "txtExtended";
            // txtPriceDiscount
            this.txtPriceDiscount.CanGrow = false;
            this.txtPriceDiscount.DataField = "DiscountTotal";
            resources.ApplyResources(this.txtPriceDiscount, "txtPriceDiscount");
            this.txtPriceDiscount.Name = "txtPriceDiscount";
            // lblNorthWind
            resources.ApplyResources(this.lblNorthWind, "lblNorthWind");
            this.lblNorthWind.Name = "lblNorthWind";
            // lblTraders
            resources.ApplyResources(this.lblTraders, "lblTraders");
            this.lblTraders.Name = "lblTraders";
            // lblNWAddr1
            resources.ApplyResources(this.lblNWAddr1, "lblNWAddr1");
            this.lblNWAddr1.Name = "lblNWAddr1";
            // lblNWAddr2
            resources.ApplyResources(this.lblNWAddr2, "lblNWAddr2");
            this.lblNWAddr2.Name = "lblNWAddr2";
            // lblInvoice
            resources.ApplyResources(this.lblInvoice, "lblInvoice");
            this.lblInvoice.Name = "lblInvoice";
            // lblOrderNum
            resources.ApplyResources(this.lblOrderNum, "lblOrderNum");
            this.lblOrderNum.Name = "lblOrderNum";
            // txtOrderID
            this.txtOrderID.CanGrow = false;
            this.txtOrderID.DataField = "OrderID";
            resources.ApplyResources(this.txtOrderID, "txtOrderID");
            this.txtOrderID.Name = "txtOrderID";
            // lblOrderDate
            resources.ApplyResources(this.lblOrderDate, "lblOrderDate");
            this.lblOrderDate.Name = "lblOrderDate";
            // txtOrderDate
            this.txtOrderDate.CanGrow = false;
            this.txtOrderDate.DataField = "OrderDate";
            resources.ApplyResources(this.txtOrderDate, "txtOrderDate");
            this.txtOrderDate.Name = "txtOrderDate";
            // imgLogo
            this.imgLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            resources.ApplyResources(this.imgLogo, "imgLogo");
            this.imgLogo.ImageData = ((System.IO.Stream)(resources.GetObject("imgLogo.ImageData")));
            this.imgLogo.LineColor = System.Drawing.Color.Black;
            this.imgLogo.LineWeight = 1F;
            this.imgLogo.Name = "imgLogo";
            this.imgLogo.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom;
            // lblThankYou
            resources.ApplyResources(this.lblThankYou, "lblThankYou");
            this.lblThankYou.Name = "lblThankYou";
            // lblBillTo
            resources.ApplyResources(this.lblBillTo, "lblBillTo");
            this.lblBillTo.Name = "lblBillTo";
            // lblShipTo
            resources.ApplyResources(this.lblShipTo, "lblShipTo");
            this.lblShipTo.Name = "lblShipTo";
            // lneBillTo
            resources.ApplyResources(this.lneBillTo, "lneBillTo");
            this.lneBillTo.LineWeight = 2F;
            this.lneBillTo.Name = "lneBillTo";
            this.lneBillTo.X1 = 0F;
            this.lneBillTo.X2 = 3F;
            this.lneBillTo.Y1 = 0.1875F;
            this.lneBillTo.Y2 = 0.1875F;
            // lneShipTo
            resources.ApplyResources(this.lneShipTo, "lneShipTo");
            this.lneShipTo.LineWeight = 2F;
            this.lneShipTo.Name = "lneShipTo";
            this.lneShipTo.X1 = 6.46875F;
            this.lneShipTo.X2 = 3.46875F;
            this.lneShipTo.Y1 = 0.1875F;
            this.lneShipTo.Y2 = 0.1875F;
            // txtBillToCompany
            this.txtBillToCompany.CanGrow = false;
            this.txtBillToCompany.DataField = "Customers.CompanyName";
            resources.ApplyResources(this.txtBillToCompany, "txtBillToCompany");
            this.txtBillToCompany.Name = "txtBillToCompany";
            // txtBillToAddress
            this.txtBillToAddress.DataField = "Address";
            resources.ApplyResources(this.txtBillToAddress, "txtBillToAddress");
            this.txtBillToAddress.Name = "txtBillToAddress";
            // txtBillToCity
            this.txtBillToCity.CanGrow = false;
            this.txtBillToCity.DataField = "City";
            resources.ApplyResources(this.txtBillToCity, "txtBillToCity");
            this.txtBillToCity.Name = "txtBillToCity";
            // txtBillToRegion
            this.txtBillToRegion.CanGrow = false;
            this.txtBillToRegion.DataField = "Region";
            resources.ApplyResources(this.txtBillToRegion, "txtBillToRegion");
            this.txtBillToRegion.Name = "txtBillToRegion";
            // txtBillToPostalCode
            this.txtBillToPostalCode.CanGrow = false;
            this.txtBillToPostalCode.DataField = "PostalCode";
            resources.ApplyResources(this.txtBillToPostalCode, "txtBillToPostalCode");
            this.txtBillToPostalCode.Name = "txtBillToPostalCode";
            // txtBillToCountry
            this.txtBillToCountry.CanGrow = false;
            this.txtBillToCountry.DataField = "Country";
            resources.ApplyResources(this.txtBillToCountry, "txtBillToCountry");
            this.txtBillToCountry.Name = "txtBillToCountry";
            // txtShipToCompany
            this.txtShipToCompany.CanGrow = false;
            this.txtShipToCompany.DataField = "ShipName";
            resources.ApplyResources(this.txtShipToCompany, "txtShipToCompany");
            this.txtShipToCompany.Name = "txtShipToCompany";
            // txtShipToAddress
            this.txtShipToAddress.DataField = "ShipAddress";
            resources.ApplyResources(this.txtShipToAddress, "txtShipToAddress");
            this.txtShipToAddress.Name = "txtShipToAddress";
            // txtShipToCity
            this.txtShipToCity.CanGrow = false;
            this.txtShipToCity.DataField = "ShipCity";
            resources.ApplyResources(this.txtShipToCity, "txtShipToCity");
            this.txtShipToCity.Name = "txtShipToCity";
            // txtShipToRegion
            this.txtShipToRegion.CanGrow = false;
            this.txtShipToRegion.DataField = "ShipRegion";
            resources.ApplyResources(this.txtShipToRegion, "txtShipToRegion");
            this.txtShipToRegion.Name = "txtShipToRegion";
            // txtShipToPostalCode
            this.txtShipToPostalCode.CanGrow = false;
            this.txtShipToPostalCode.DataField = "ShipPostalCode";
            resources.ApplyResources(this.txtShipToPostalCode, "txtShipToPostalCode");
            this.txtShipToPostalCode.Name = "txtShipToPostalCode";
            // txtShipToCountry
            this.txtShipToCountry.CanGrow = false;
            this.txtShipToCountry.DataField = "ShipCountry";
            resources.ApplyResources(this.txtShipToCountry, "txtShipToCountry");
            this.txtShipToCountry.Name = "txtShipToCountry";
            // txtSalesPerson
            this.txtSalesPerson.CanGrow = false;
            this.txtSalesPerson.DataField = "Salesperson";
            resources.ApplyResources(this.txtSalesPerson, "txtSalesPerson");
            this.txtSalesPerson.Name = "txtSalesPerson";
            // lblSalesPerson
            resources.ApplyResources(this.lblSalesPerson, "lblSalesPerson");
            this.lblSalesPerson.Name = "lblSalesPerson";
            // lblProductID
            resources.ApplyResources(this.lblProductID, "lblProductID");
            this.lblProductID.Name = "lblProductID";
            // lblProductName
            resources.ApplyResources(this.lblProductName, "lblProductName");
            this.lblProductName.Name = "lblProductName";
            // lblQty
            resources.ApplyResources(this.lblQty, "lblQty");
            this.lblQty.Name = "lblQty";
            // lblUnitPrice
            resources.ApplyResources(this.lblUnitPrice, "lblUnitPrice");
            this.lblUnitPrice.Name = "lblUnitPrice";
            // lblDiscount
            resources.ApplyResources(this.lblDiscount, "lblDiscount");
            this.lblDiscount.Name = "lblDiscount";
            // lblShipped
            resources.ApplyResources(this.lblShipped, "lblShipped");
            this.lblShipped.Name = "lblShipped";
            // txtShipDate
            this.txtShipDate.CanGrow = false;
            this.txtShipDate.DataField = "ShippedDate";
            resources.ApplyResources(this.txtShipDate, "txtShipDate");
            this.txtShipDate.Name = "txtShipDate";
            // lblShippedVia
            resources.ApplyResources(this.lblShippedVia, "lblShippedVia");
            this.lblShippedVia.Name = "lblShippedVia";
            // txtShipper
            this.txtShipper.CanGrow = false;
            this.txtShipper.DataField = "Shippers.CompanyName";
            resources.ApplyResources(this.txtShipper, "txtShipper");
            this.txtShipper.Name = "txtShipper";
            // lblPriceDiscount
            resources.ApplyResources(this.lblPriceDiscount, "lblPriceDiscount");
            this.lblPriceDiscount.Name = "lblPriceDiscount";
            // lblTotal
            resources.ApplyResources(this.lblTotal, "lblTotal");
            this.lblTotal.Name = "lblTotal";
            // txtDiscountTotal
            this.txtDiscountTotal.CanGrow = false;
            this.txtDiscountTotal.DataField = "DiscountTotal";
            resources.ApplyResources(this.txtDiscountTotal, "txtDiscountTotal");
            this.txtDiscountTotal.Name = "txtDiscountTotal";
            this.txtDiscountTotal.SummaryType = GrapeCity.ActiveReports.SectionReportModel.SummaryType.SubTotal;
            // txtTotal
            this.txtTotal.CanGrow = false;
            resources.ApplyResources(this.txtTotal, "txtTotal");
            this.txtTotal.Name = "txtTotal";
            // txtFreight
            this.txtFreight.CanGrow = false;
            this.txtFreight.DataField = "Freight";
            resources.ApplyResources(this.txtFreight, "txtFreight");
            this.txtFreight.Name = "txtFreight";
            this.txtFreight.SummaryType = GrapeCity.ActiveReports.SectionReportModel.SummaryType.SubTotal;
            // txtSubTotal
            this.txtSubTotal.CanGrow = false;
            this.txtSubTotal.DataField = "ExtendedPrice";
            resources.ApplyResources(this.txtSubTotal, "txtSubTotal");
            this.txtSubTotal.Name = "txtSubTotal";
            this.txtSubTotal.SummaryType = GrapeCity.ActiveReports.SectionReportModel.SummaryType.SubTotal;
            // lblDiscountTotal
            resources.ApplyResources(this.lblDiscountTotal, "lblDiscountTotal");
            this.lblDiscountTotal.Name = "lblDiscountTotal";
            // lblSubTotal
            resources.ApplyResources(this.lblSubTotal, "lblSubTotal");
            this.lblSubTotal.Name = "lblSubTotal";
            // lblFreight
            resources.ApplyResources(this.lblFreight, "lblFreight");
            this.lblFreight.Name = "lblFreight";
            // lblGrandTotal
            resources.ApplyResources(this.lblGrandTotal, "lblGrandTotal");
            this.lblGrandTotal.Name = "lblGrandTotal";
            // Detail
            this.Detail.CanGrow = false;
            this.Detail.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
            this.txtProductID,
            this.txtProductname,
            this.txtQty,
            this.txtUnitPrice,
            this.txtDiscount,
            this.txtExtended,
            this.txtPriceDiscount});
            this.Detail.Height = 0.1875F;
            this.Detail.KeepTogether = true;
            this.Detail.Name = "Detail";
            // PageHeader
            this.PageHeader.CanGrow = false;
            this.PageHeader.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
            this.lblNorthWind,
            this.lblTraders,
            this.lblNWAddr1,
            this.lblNWAddr2,
            this.lblInvoice,
            this.lblOrderNum,
            this.txtOrderID,
            this.lblOrderDate,
            this.txtOrderDate,
            this.imgLogo});
            this.PageHeader.Height = 1.15F;
            this.PageHeader.Name = "PageHeader";
            // PageFooter
            this.PageFooter.CanGrow = false;
            this.PageFooter.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
            this.lblThankYou});
            this.PageFooter.Name = "PageFooter";
            // ghOrderID
            this.ghOrderID.ColumnLayout = false;
            this.ghOrderID.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
            this.lblBillTo,
            this.lblShipTo,
            this.lneBillTo,
            this.lneShipTo,
            this.txtBillToCompany,
            this.txtBillToAddress,
            this.txtBillToCity,
            this.txtBillToRegion,
            this.txtBillToPostalCode,
            this.txtBillToCountry,
            this.txtShipToCompany,
            this.txtShipToAddress,
            this.txtShipToCity,
            this.txtShipToRegion,
            this.txtShipToPostalCode,
            this.txtShipToCountry,
            this.txtSalesPerson,
            this.lblSalesPerson,
            this.lblProductID,
            this.lblProductName,
            this.lblQty,
            this.lblUnitPrice,
            this.lblDiscount,
            this.lblShipped,
            this.txtShipDate,
            this.lblShippedVia,
            this.txtShipper,
            this.lblPriceDiscount,
            this.lblTotal});
            this.ghOrderID.DataField = "OrderID";
            this.ghOrderID.Height = 1.5625F;
            this.ghOrderID.KeepTogether = true;
            this.ghOrderID.Name = "ghOrderID";
            // GFOrderID
            this.GFOrderID.CanShrink = true;
            this.GFOrderID.ColumnLayout = false;
            this.GFOrderID.Controls.AddRange(new GrapeCity.ActiveReports.SectionReportModel.ARControl[] {
            this.txtDiscountTotal,
            this.txtTotal,
            this.txtFreight,
            this.txtSubTotal,
            this.lblDiscountTotal,
            this.lblSubTotal,
            this.lblFreight,
            this.lblGrandTotal});
            this.GFOrderID.Height = 0.78125F;
            this.GFOrderID.KeepTogether = true;
            this.GFOrderID.Name = "GFOrderID";
            this.GFOrderID.NewPage = GrapeCity.ActiveReports.SectionReportModel.NewPage.After;
            // UnboundDRInvoice
            this.MasterReport = false;
            this.MaxPages = ((long)(100));
            this.PageSettings.PaperHeight = 11F;
            this.PageSettings.PaperWidth = 8.5F;
            this.PrintWidth = 6.5F;
            this.Script = resources.GetString("$this.Script");
            this.Sections.Add(this.PageHeader);
            this.Sections.Add(this.ghOrderID);
            this.Sections.Add(this.Detail);
            this.Sections.Add(this.GFOrderID);
            this.Sections.Add(this.PageFooter);
            this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
            "l; font-size: 10pt; color: Black; ddo-char-set: 186", "Normal"));
            this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-size: 16pt; font-style: normal; font-weight: bold", "Heading1", "Normal"));
            this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-style: italic; font-weight: b" +
            "old", "Heading2", "Normal"));
            this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-size: 13pt; font-style: normal; font-weight: bold", "Heading3", "Normal"));
            this.FetchData += new GrapeCity.ActiveReports.SectionReport.FetchEventHandler(this.Invoice_FetchData);
            this.ReportStart += new System.EventHandler(this.UnboundDRInvoice_ReportStart);
            this.ReportEnd += new System.EventHandler(this.UnboundDRInvoice_UnboundDSInvoice_ReportEnd);
            this.DataInitialize += new System.EventHandler(this.Invoice_DataInitialize);
            ((System.ComponentModel.ISupportInitialize)(this.txtProductID)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProductname)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtQty)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtUnitPrice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDiscount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtExtended)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPriceDiscount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNorthWind)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTraders)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNWAddr1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNWAddr2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblInvoice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblOrderNum)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderID)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblOrderDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblThankYou)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBillTo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblShipTo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToCompany)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToAddress)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToCity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToRegion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToPostalCode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBillToCountry)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToCompany)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToAddress)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToCity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToRegion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToPostalCode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipToCountry)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSalesPerson)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblSalesPerson)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblProductID)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblProductName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblQty)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblUnitPrice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblDiscount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblShipped)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblShippedVia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtShipper)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblPriceDiscount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDiscountTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFreight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSubTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblDiscountTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblSubTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFreight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGrandTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
        }
Beispiel #52
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.menuStrip                        = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1              = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.keyboardMappingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2              = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip                      = new System.Windows.Forms.StatusStrip();
     this.statusLabel                      = new System.Windows.Forms.ToolStripStatusLabel();
     this.mainTableLayoutPanel             = new System.Windows.Forms.TableLayoutPanel();
     this.mainPictureBox                   = new System.Windows.Forms.PictureBox();
     this.keyPadTableLayoutPanel           = new System.Windows.Forms.TableLayoutPanel();
     this.keyFButton                       = new System.Windows.Forms.Button();
     this.keyBButton                       = new System.Windows.Forms.Button();
     this.key0Button                       = new System.Windows.Forms.Button();
     this.keyAButton                       = new System.Windows.Forms.Button();
     this.keyEButton                       = new System.Windows.Forms.Button();
     this.key9Button                       = new System.Windows.Forms.Button();
     this.key8Button                       = new System.Windows.Forms.Button();
     this.key7Button                       = new System.Windows.Forms.Button();
     this.keyDButton                       = new System.Windows.Forms.Button();
     this.key6Button                       = new System.Windows.Forms.Button();
     this.key5Button                       = new System.Windows.Forms.Button();
     this.key4Button                       = new System.Windows.Forms.Button();
     this.keyCButton                       = new System.Windows.Forms.Button();
     this.key3Button                       = new System.Windows.Forms.Button();
     this.key2Button                       = new System.Windows.Forms.Button();
     this.key1Button                       = new System.Windows.Forms.Button();
     this.configToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.resetToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3              = new System.Windows.Forms.ToolStripSeparator();
     this.quirksToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.debugLoggingToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.loadStoreQuirkToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.shiftQuirkToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.cPUCycleRateToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.defaultSpeedToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.turboSpeedToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.mainTableLayoutPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mainPictureBox)).BeginInit();
     this.keyPadTableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.configToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(624, 24);
     this.menuStrip.TabIndex = 0;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name         = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size         = new System.Drawing.Size(180, 22);
     this.openToolStripMenuItem.Text         = "&Open...";
     this.openToolStripMenuItem.Click       += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.keyboardMappingToolStripMenuItem,
         this.toolStripSeparator2,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // keyboardMappingToolStripMenuItem
     //
     this.keyboardMappingToolStripMenuItem.Name   = "keyboardMappingToolStripMenuItem";
     this.keyboardMappingToolStripMenuItem.Size   = new System.Drawing.Size(241, 22);
     this.keyboardMappingToolStripMenuItem.Text   = "&Keyboard Mapping";
     this.keyboardMappingToolStripMenuItem.Click += new System.EventHandler(this.keyboardMappingToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(238, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(241, 22);
     this.aboutToolStripMenuItem.Text   = "&About ChipEight.WinFormsApp";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusLabel
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 419);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(624, 22);
     this.statusStrip.TabIndex = 1;
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(0, 17);
     //
     // mainTableLayoutPanel
     //
     this.mainTableLayoutPanel.AutoSize     = true;
     this.mainTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.mainTableLayoutPanel.ColumnCount  = 2;
     this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.mainTableLayoutPanel.Controls.Add(this.mainPictureBox, 0, 0);
     this.mainTableLayoutPanel.Controls.Add(this.keyPadTableLayoutPanel, 1, 0);
     this.mainTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 24);
     this.mainTableLayoutPanel.Name     = "mainTableLayoutPanel";
     this.mainTableLayoutPanel.RowCount = 1;
     this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.mainTableLayoutPanel.Size     = new System.Drawing.Size(624, 395);
     this.mainTableLayoutPanel.TabIndex = 2;
     //
     // mainPictureBox
     //
     this.mainPictureBox.BackColor = System.Drawing.Color.Black;
     this.mainPictureBox.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.mainPictureBox.Location  = new System.Drawing.Point(3, 3);
     this.mainPictureBox.Name      = "mainPictureBox";
     this.mainPictureBox.Size      = new System.Drawing.Size(306, 389);
     this.mainPictureBox.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.mainPictureBox.TabIndex  = 0;
     this.mainPictureBox.TabStop   = false;
     //
     // keyPadTableLayoutPanel
     //
     this.keyPadTableLayoutPanel.ColumnCount = 4;
     this.keyPadTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.Controls.Add(this.keyFButton, 3, 3);
     this.keyPadTableLayoutPanel.Controls.Add(this.keyBButton, 2, 3);
     this.keyPadTableLayoutPanel.Controls.Add(this.key0Button, 1, 3);
     this.keyPadTableLayoutPanel.Controls.Add(this.keyAButton, 0, 3);
     this.keyPadTableLayoutPanel.Controls.Add(this.keyEButton, 3, 2);
     this.keyPadTableLayoutPanel.Controls.Add(this.key9Button, 2, 2);
     this.keyPadTableLayoutPanel.Controls.Add(this.key8Button, 1, 2);
     this.keyPadTableLayoutPanel.Controls.Add(this.key7Button, 0, 2);
     this.keyPadTableLayoutPanel.Controls.Add(this.keyDButton, 3, 1);
     this.keyPadTableLayoutPanel.Controls.Add(this.key6Button, 2, 1);
     this.keyPadTableLayoutPanel.Controls.Add(this.key5Button, 1, 1);
     this.keyPadTableLayoutPanel.Controls.Add(this.key4Button, 0, 1);
     this.keyPadTableLayoutPanel.Controls.Add(this.keyCButton, 3, 0);
     this.keyPadTableLayoutPanel.Controls.Add(this.key3Button, 2, 0);
     this.keyPadTableLayoutPanel.Controls.Add(this.key2Button, 1, 0);
     this.keyPadTableLayoutPanel.Controls.Add(this.key1Button, 0, 0);
     this.keyPadTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.keyPadTableLayoutPanel.Location = new System.Drawing.Point(315, 3);
     this.keyPadTableLayoutPanel.Name     = "keyPadTableLayoutPanel";
     this.keyPadTableLayoutPanel.RowCount = 4;
     this.keyPadTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.keyPadTableLayoutPanel.Size     = new System.Drawing.Size(306, 389);
     this.keyPadTableLayoutPanel.TabIndex = 1;
     //
     // keyFButton
     //
     this.keyFButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.keyFButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.keyFButton.Location = new System.Drawing.Point(231, 294);
     this.keyFButton.Name     = "keyFButton";
     this.keyFButton.Size     = new System.Drawing.Size(72, 92);
     this.keyFButton.TabIndex = 15;
     this.keyFButton.Text     = "F";
     this.keyFButton.UseVisualStyleBackColor = true;
     this.keyFButton.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.keyFButton.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.keyFButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.keyFButton.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // keyBButton
     //
     this.keyBButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.keyBButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.keyBButton.Location = new System.Drawing.Point(155, 294);
     this.keyBButton.Name     = "keyBButton";
     this.keyBButton.Size     = new System.Drawing.Size(70, 92);
     this.keyBButton.TabIndex = 14;
     this.keyBButton.Text     = "B";
     this.keyBButton.UseVisualStyleBackColor = true;
     this.keyBButton.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.keyBButton.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.keyBButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.keyBButton.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key0Button
     //
     this.key0Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key0Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key0Button.Location = new System.Drawing.Point(79, 294);
     this.key0Button.Name     = "key0Button";
     this.key0Button.Size     = new System.Drawing.Size(70, 92);
     this.key0Button.TabIndex = 13;
     this.key0Button.Text     = "0";
     this.key0Button.UseVisualStyleBackColor = true;
     this.key0Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key0Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key0Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key0Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // keyAButton
     //
     this.keyAButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.keyAButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.keyAButton.Location = new System.Drawing.Point(3, 294);
     this.keyAButton.Name     = "keyAButton";
     this.keyAButton.Size     = new System.Drawing.Size(70, 92);
     this.keyAButton.TabIndex = 12;
     this.keyAButton.Text     = "A";
     this.keyAButton.UseVisualStyleBackColor = true;
     this.keyAButton.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.keyAButton.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.keyAButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.keyAButton.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // keyEButton
     //
     this.keyEButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.keyEButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.keyEButton.Location = new System.Drawing.Point(231, 197);
     this.keyEButton.Name     = "keyEButton";
     this.keyEButton.Size     = new System.Drawing.Size(72, 91);
     this.keyEButton.TabIndex = 11;
     this.keyEButton.Text     = "E";
     this.keyEButton.UseVisualStyleBackColor = true;
     this.keyEButton.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.keyEButton.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.keyEButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.keyEButton.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key9Button
     //
     this.key9Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key9Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key9Button.Location = new System.Drawing.Point(155, 197);
     this.key9Button.Name     = "key9Button";
     this.key9Button.Size     = new System.Drawing.Size(70, 91);
     this.key9Button.TabIndex = 10;
     this.key9Button.Text     = "9";
     this.key9Button.UseVisualStyleBackColor = true;
     this.key9Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key9Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key9Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key9Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key8Button
     //
     this.key8Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key8Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key8Button.Location = new System.Drawing.Point(79, 197);
     this.key8Button.Name     = "key8Button";
     this.key8Button.Size     = new System.Drawing.Size(70, 91);
     this.key8Button.TabIndex = 9;
     this.key8Button.Text     = "8";
     this.key8Button.UseVisualStyleBackColor = true;
     this.key8Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key8Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key8Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key8Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key7Button
     //
     this.key7Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key7Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key7Button.Location = new System.Drawing.Point(3, 197);
     this.key7Button.Name     = "key7Button";
     this.key7Button.Size     = new System.Drawing.Size(70, 91);
     this.key7Button.TabIndex = 8;
     this.key7Button.Text     = "7";
     this.key7Button.UseVisualStyleBackColor = true;
     this.key7Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key7Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key7Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key7Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // keyDButton
     //
     this.keyDButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.keyDButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.keyDButton.Location = new System.Drawing.Point(231, 100);
     this.keyDButton.Name     = "keyDButton";
     this.keyDButton.Size     = new System.Drawing.Size(72, 91);
     this.keyDButton.TabIndex = 7;
     this.keyDButton.Text     = "D";
     this.keyDButton.UseVisualStyleBackColor = true;
     this.keyDButton.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.keyDButton.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.keyDButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.keyDButton.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key6Button
     //
     this.key6Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key6Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key6Button.Location = new System.Drawing.Point(155, 100);
     this.key6Button.Name     = "key6Button";
     this.key6Button.Size     = new System.Drawing.Size(70, 91);
     this.key6Button.TabIndex = 6;
     this.key6Button.Text     = "6";
     this.key6Button.UseVisualStyleBackColor = true;
     this.key6Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key6Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key6Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key6Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key5Button
     //
     this.key5Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key5Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key5Button.Location = new System.Drawing.Point(79, 100);
     this.key5Button.Name     = "key5Button";
     this.key5Button.Size     = new System.Drawing.Size(70, 91);
     this.key5Button.TabIndex = 5;
     this.key5Button.Text     = "5";
     this.key5Button.UseVisualStyleBackColor = true;
     this.key5Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key5Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key5Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key5Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key4Button
     //
     this.key4Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key4Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key4Button.Location = new System.Drawing.Point(3, 100);
     this.key4Button.Name     = "key4Button";
     this.key4Button.Size     = new System.Drawing.Size(70, 91);
     this.key4Button.TabIndex = 4;
     this.key4Button.Text     = "4";
     this.key4Button.UseVisualStyleBackColor = true;
     this.key4Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key4Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key4Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key4Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // keyCButton
     //
     this.keyCButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.keyCButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.keyCButton.Location = new System.Drawing.Point(231, 3);
     this.keyCButton.Name     = "keyCButton";
     this.keyCButton.Size     = new System.Drawing.Size(72, 91);
     this.keyCButton.TabIndex = 3;
     this.keyCButton.Text     = "C";
     this.keyCButton.UseVisualStyleBackColor = true;
     this.keyCButton.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.keyCButton.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.keyCButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.keyCButton.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key3Button
     //
     this.key3Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key3Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key3Button.Location = new System.Drawing.Point(155, 3);
     this.key3Button.Name     = "key3Button";
     this.key3Button.Size     = new System.Drawing.Size(70, 91);
     this.key3Button.TabIndex = 2;
     this.key3Button.Text     = "3";
     this.key3Button.UseVisualStyleBackColor = true;
     this.key3Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key3Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key3Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key3Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key2Button
     //
     this.key2Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key2Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key2Button.Location = new System.Drawing.Point(79, 3);
     this.key2Button.Name     = "key2Button";
     this.key2Button.Size     = new System.Drawing.Size(70, 91);
     this.key2Button.TabIndex = 1;
     this.key2Button.Text     = "2";
     this.key2Button.UseVisualStyleBackColor = true;
     this.key2Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key2Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key2Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key2Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // key1Button
     //
     this.key1Button.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.key1Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.key1Button.Location = new System.Drawing.Point(3, 3);
     this.key1Button.Name     = "key1Button";
     this.key1Button.Size     = new System.Drawing.Size(70, 91);
     this.key1Button.TabIndex = 0;
     this.key1Button.Text     = "1";
     this.key1Button.UseVisualStyleBackColor = true;
     this.key1Button.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyDown);
     this.key1Button.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.keyPadKeyUp);
     this.key1Button.MouseDown += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseDown);
     this.key1Button.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.keyPadMouseUp);
     //
     // configToolStripMenuItem
     //
     this.configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cPUCycleRateToolStripMenuItem,
         this.resetToolStripMenuItem,
         this.toolStripSeparator3,
         this.quirksToolStripMenuItem,
         this.debugLoggingToolStripMenuItem
     });
     this.configToolStripMenuItem.Name = "configToolStripMenuItem";
     this.configToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     this.configToolStripMenuItem.Text = "&Config";
     //
     // resetToolStripMenuItem
     //
     this.resetToolStripMenuItem.Name   = "resetToolStripMenuItem";
     this.resetToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.resetToolStripMenuItem.Text   = "&Reset";
     this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
     //
     // quirksToolStripMenuItem
     //
     this.quirksToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadStoreQuirkToolStripMenuItem,
         this.shiftQuirkToolStripMenuItem
     });
     this.quirksToolStripMenuItem.Name = "quirksToolStripMenuItem";
     this.quirksToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.quirksToolStripMenuItem.Text = "&Quirks";
     //
     // debugLoggingToolStripMenuItem
     //
     this.debugLoggingToolStripMenuItem.Name   = "debugLoggingToolStripMenuItem";
     this.debugLoggingToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.debugLoggingToolStripMenuItem.Text   = "&Debug Logging";
     this.debugLoggingToolStripMenuItem.Click += new System.EventHandler(this.debugLoggingToolStripMenuItem_Click);
     //
     // loadStoreQuirkToolStripMenuItem
     //
     this.loadStoreQuirkToolStripMenuItem.Name   = "loadStoreQuirkToolStripMenuItem";
     this.loadStoreQuirkToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.loadStoreQuirkToolStripMenuItem.Text   = "&Load / Store Quirk";
     this.loadStoreQuirkToolStripMenuItem.Click += new System.EventHandler(this.loadStoreQuirkToolStripMenuItem_Click);
     //
     // shiftQuirkToolStripMenuItem
     //
     this.shiftQuirkToolStripMenuItem.Name   = "shiftQuirkToolStripMenuItem";
     this.shiftQuirkToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.shiftQuirkToolStripMenuItem.Text   = "&Shift Quirk";
     this.shiftQuirkToolStripMenuItem.Click += new System.EventHandler(this.shiftQuirkToolStripMenuItem_Click);
     //
     // cPUCycleRateToolStripMenuItem
     //
     this.cPUCycleRateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.defaultSpeedToolStripMenuItem,
         this.turboSpeedToolStripMenuItem
     });
     this.cPUCycleRateToolStripMenuItem.Name = "cPUCycleRateToolStripMenuItem";
     this.cPUCycleRateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.cPUCycleRateToolStripMenuItem.Text = "&CPU Cycle Rate";
     //
     // defaultSpeedToolStripMenuItem
     //
     this.defaultSpeedToolStripMenuItem.Name   = "defaultSpeedToolStripMenuItem";
     this.defaultSpeedToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.defaultSpeedToolStripMenuItem.Text   = "&Default (540 Hz)";
     this.defaultSpeedToolStripMenuItem.Click += new System.EventHandler(this.defaultSpeedToolStripMenuItem_Click);
     //
     // turboSpeedToolStripMenuItem
     //
     this.turboSpeedToolStripMenuItem.Name   = "turboSpeedToolStripMenuItem";
     this.turboSpeedToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.turboSpeedToolStripMenuItem.Text   = "&Turbo (1080 Hz)";
     this.turboSpeedToolStripMenuItem.Click += new System.EventHandler(this.turboSpeedToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 441);
     this.Controls.Add(this.mainTableLayoutPanel);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.menuStrip);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip;
     this.MinimumSize   = new System.Drawing.Size(640, 480);
     this.Name          = "MainForm";
     this.Text          = "ChipEight.WinFormsApp";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     this.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyUp);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.mainTableLayoutPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mainPictureBox)).EndInit();
     this.keyPadTableLayoutPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #53
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido de este método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.btn_horarios = new System.Windows.Forms.Button();
            this.btn_Documentos = new System.Windows.Forms.Button();
            this.btn_Escolaridad = new System.Windows.Forms.Button();
            this.btn_Cursos = new System.Windows.Forms.Button();
            this.btn_Puestos = new System.Windows.Forms.Button();
            this.btn_perfiles = new System.Windows.Forms.Button();
            this.btn_despartamentos = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label_Mantenimiento = new System.Windows.Forms.Label();
            this.btn_bolsa = new System.Windows.Forms.Button();
            this.btn_empleado = new System.Windows.Forms.Button();
            this.btn_ArMuerto = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.btn_consulta1 = new System.Windows.Forms.Button();
            this.lbl_consultas = new System.Windows.Forms.Label();
            this.btn_reporte_2 = new System.Windows.Forms.Button();
            this.btn_reporte_1 = new System.Windows.Forms.Button();
            this.lbl_reportes = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // btn_horarios
            // 
            this.btn_horarios.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_horarios.Location = new System.Drawing.Point(49, 284);
            this.btn_horarios.Name = "btn_horarios";
            this.btn_horarios.Size = new System.Drawing.Size(136, 30);
            this.btn_horarios.TabIndex = 15;
            this.btn_horarios.Text = "Horarios";
            this.btn_horarios.UseVisualStyleBackColor = true;
            this.btn_horarios.Click += new System.EventHandler(this.btn_horarios_Click);
            // 
            // btn_Documentos
            // 
            this.btn_Documentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Documentos.Location = new System.Drawing.Point(49, 248);
            this.btn_Documentos.Name = "btn_Documentos";
            this.btn_Documentos.Size = new System.Drawing.Size(136, 30);
            this.btn_Documentos.TabIndex = 14;
            this.btn_Documentos.Text = "Documentos";
            this.btn_Documentos.UseVisualStyleBackColor = true;
            this.btn_Documentos.Click += new System.EventHandler(this.btn_Documentos_Click);
            // 
            // btn_Escolaridad
            // 
            this.btn_Escolaridad.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Escolaridad.Location = new System.Drawing.Point(49, 212);
            this.btn_Escolaridad.Name = "btn_Escolaridad";
            this.btn_Escolaridad.Size = new System.Drawing.Size(136, 30);
            this.btn_Escolaridad.TabIndex = 13;
            this.btn_Escolaridad.Text = "Escolaridad";
            this.btn_Escolaridad.UseVisualStyleBackColor = true;
            this.btn_Escolaridad.Click += new System.EventHandler(this.btn_Escolaridad_Click);
            // 
            // btn_Cursos
            // 
            this.btn_Cursos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Cursos.Location = new System.Drawing.Point(49, 176);
            this.btn_Cursos.Name = "btn_Cursos";
            this.btn_Cursos.Size = new System.Drawing.Size(136, 30);
            this.btn_Cursos.TabIndex = 12;
            this.btn_Cursos.Text = "Cursos";
            this.btn_Cursos.UseVisualStyleBackColor = true;
            this.btn_Cursos.Click += new System.EventHandler(this.btn_Cursos_Click);
            // 
            // btn_Puestos
            // 
            this.btn_Puestos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Puestos.Location = new System.Drawing.Point(49, 140);
            this.btn_Puestos.Name = "btn_Puestos";
            this.btn_Puestos.Size = new System.Drawing.Size(136, 30);
            this.btn_Puestos.TabIndex = 11;
            this.btn_Puestos.Text = "Puestos";
            this.btn_Puestos.UseVisualStyleBackColor = true;
            this.btn_Puestos.Click += new System.EventHandler(this.btn_Puestos_Click);
            // 
            // btn_perfiles
            // 
            this.btn_perfiles.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_perfiles.Location = new System.Drawing.Point(49, 104);
            this.btn_perfiles.Name = "btn_perfiles";
            this.btn_perfiles.Size = new System.Drawing.Size(136, 30);
            this.btn_perfiles.TabIndex = 10;
            this.btn_perfiles.Text = "Perfiles";
            this.btn_perfiles.UseVisualStyleBackColor = true;
            this.btn_perfiles.Click += new System.EventHandler(this.btn_perfiles_Click);
            // 
            // btn_despartamentos
            // 
            this.btn_despartamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_despartamentos.Location = new System.Drawing.Point(49, 68);
            this.btn_despartamentos.Name = "btn_despartamentos";
            this.btn_despartamentos.Size = new System.Drawing.Size(136, 30);
            this.btn_despartamentos.TabIndex = 9;
            this.btn_despartamentos.Text = "Departamentos";
            this.btn_despartamentos.UseVisualStyleBackColor = true;
            this.btn_despartamentos.Click += new System.EventHandler(this.btn_despartamentos_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(21, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(215, 31);
            this.label1.TabIndex = 8;
            this.label1.Text = "Menu de Ajustes";
            // 
            // label_Mantenimiento
            // 
            this.label_Mantenimiento.AutoSize = true;
            this.label_Mantenimiento.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label_Mantenimiento.Location = new System.Drawing.Point(261, 19);
            this.label_Mantenimiento.Name = "label_Mantenimiento";
            this.label_Mantenimiento.Size = new System.Drawing.Size(191, 31);
            this.label_Mantenimiento.TabIndex = 16;
            this.label_Mantenimiento.Text = "Mantenimiento";
            // 
            // btn_bolsa
            // 
            this.btn_bolsa.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_bolsa.Location = new System.Drawing.Point(286, 68);
            this.btn_bolsa.Name = "btn_bolsa";
            this.btn_bolsa.Size = new System.Drawing.Size(136, 30);
            this.btn_bolsa.TabIndex = 17;
            this.btn_bolsa.Text = "Bolsa";
            this.btn_bolsa.UseVisualStyleBackColor = true;
            this.btn_bolsa.Click += new System.EventHandler(this.btn_bolsa_Click);
            // 
            // btn_empleado
            // 
            this.btn_empleado.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_empleado.Location = new System.Drawing.Point(286, 121);
            this.btn_empleado.Name = "btn_empleado";
            this.btn_empleado.Size = new System.Drawing.Size(136, 30);
            this.btn_empleado.TabIndex = 18;
            this.btn_empleado.Text = "Empleado";
            this.btn_empleado.UseVisualStyleBackColor = true;
            this.btn_empleado.Click += new System.EventHandler(this.btn_empleado_Click);
            // 
            // btn_ArMuerto
            // 
            this.btn_ArMuerto.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_ArMuerto.Location = new System.Drawing.Point(286, 176);
            this.btn_ArMuerto.Name = "btn_ArMuerto";
            this.btn_ArMuerto.Size = new System.Drawing.Size(136, 30);
            this.btn_ArMuerto.TabIndex = 19;
            this.btn_ArMuerto.Text = "Archivo Muerto";
            this.btn_ArMuerto.UseVisualStyleBackColor = true;
            this.btn_ArMuerto.Click += new System.EventHandler(this.btn_ArMuerto_Click);
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(49, 320);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(136, 30);
            this.button1.TabIndex = 20;
            this.button1.Text = "Experiencia";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button2.Location = new System.Drawing.Point(512, 161);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(136, 30);
            this.button2.TabIndex = 23;
            this.button2.Text = "Empleado";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // btn_consulta1
            // 
            this.btn_consulta1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_consulta1.Location = new System.Drawing.Point(512, 68);
            this.btn_consulta1.Name = "btn_consulta1";
            this.btn_consulta1.Size = new System.Drawing.Size(136, 66);
            this.btn_consulta1.TabIndex = 22;
            this.btn_consulta1.Text = "Documentos Faltantes";
            this.btn_consulta1.UseVisualStyleBackColor = true;
            this.btn_consulta1.Click += new System.EventHandler(this.btn_consulta1_Click);
            // 
            // lbl_consultas
            // 
            this.lbl_consultas.AutoSize = true;
            this.lbl_consultas.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_consultas.Location = new System.Drawing.Point(512, 19);
            this.lbl_consultas.Name = "lbl_consultas";
            this.lbl_consultas.Size = new System.Drawing.Size(136, 31);
            this.lbl_consultas.TabIndex = 21;
            this.lbl_consultas.Text = "Consultas";
            // 
            // btn_reporte_2
            // 
            this.btn_reporte_2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_reporte_2.Location = new System.Drawing.Point(723, 68);
            this.btn_reporte_2.Name = "btn_reporte_2";
            this.btn_reporte_2.Size = new System.Drawing.Size(136, 30);
            this.btn_reporte_2.TabIndex = 26;
            this.btn_reporte_2.Text = "Registro Bolsa";
            this.btn_reporte_2.UseVisualStyleBackColor = true;
            this.btn_reporte_2.Click += new System.EventHandler(this.btn_reporte_2_Click);
            // 
            // btn_reporte_1
            // 
            this.btn_reporte_1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_reporte_1.Location = new System.Drawing.Point(723, 121);
            this.btn_reporte_1.Name = "btn_reporte_1";
            this.btn_reporte_1.Size = new System.Drawing.Size(136, 30);
            this.btn_reporte_1.TabIndex = 25;
            this.btn_reporte_1.Text = "Empleados";
            this.btn_reporte_1.UseVisualStyleBackColor = true;
            this.btn_reporte_1.Click += new System.EventHandler(this.btn_reporte_1_Click);
            // 
            // lbl_reportes
            // 
            this.lbl_reportes.AutoSize = true;
            this.lbl_reportes.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_reportes.Location = new System.Drawing.Point(717, 19);
            this.lbl_reportes.Name = "lbl_reportes";
            this.lbl_reportes.Size = new System.Drawing.Size(125, 31);
            this.lbl_reportes.TabIndex = 24;
            this.lbl_reportes.Text = "Reportes";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(909, 394);
            this.Controls.Add(this.btn_reporte_2);
            this.Controls.Add(this.btn_reporte_1);
            this.Controls.Add(this.lbl_reportes);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.btn_consulta1);
            this.Controls.Add(this.lbl_consultas);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.btn_ArMuerto);
            this.Controls.Add(this.btn_empleado);
            this.Controls.Add(this.btn_bolsa);
            this.Controls.Add(this.label_Mantenimiento);
            this.Controls.Add(this.btn_horarios);
            this.Controls.Add(this.btn_Documentos);
            this.Controls.Add(this.btn_Escolaridad);
            this.Controls.Add(this.btn_Cursos);
            this.Controls.Add(this.btn_Puestos);
            this.Controls.Add(this.btn_perfiles);
            this.Controls.Add(this.btn_despartamentos);
            this.Controls.Add(this.label1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = " ";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #54
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(Form1));
     this.OpenFileBtn     = new System.Windows.Forms.Button();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.richTextBox1    = new System.Windows.Forms.RichTextBox();
     this.gViewer1        = new Microsoft.Msagl.GraphViewerGdi.GViewer();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.radioButton2    = new System.Windows.Forms.RadioButton();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.comboBox1       = new System.Windows.Forms.ComboBox();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.groupBox4       = new System.Windows.Forms.GroupBox();
     this.comboBox2       = new System.Windows.Forms.ComboBox();
     this.button2         = new System.Windows.Forms.Button();
     this.richTextBox2    = new System.Windows.Forms.RichTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // OpenFileBtn
     //
     this.OpenFileBtn.BackColor = System.Drawing.Color.DarkGreen;
     this.OpenFileBtn.ForeColor = System.Drawing.SystemColors.Control;
     this.OpenFileBtn.Location  = new System.Drawing.Point(379, 40);
     this.OpenFileBtn.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.OpenFileBtn.Name      = "OpenFileBtn";
     this.OpenFileBtn.Size      = new System.Drawing.Size(105, 47);
     this.OpenFileBtn.TabIndex  = 0;
     this.OpenFileBtn.Text      = "Open File";
     this.OpenFileBtn.UseVisualStyleBackColor = false;
     this.OpenFileBtn.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(23, 49);
     this.textBox1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(339, 27);
     this.textBox1.TabIndex = 1;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(57, 56);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(325, 203);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor    = System.Drawing.SystemColors.Control;
     this.richTextBox1.Location     = new System.Drawing.Point(45, 389);
     this.richTextBox1.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.richTextBox1.Name         = "richTextBox1";
     this.richTextBox1.Size         = new System.Drawing.Size(61, 389);
     this.richTextBox1.TabIndex     = 3;
     this.richTextBox1.Text         = "";
     this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
     //
     // gViewer1
     //
     this.gViewer1.ArrowheadLength         = 10D;
     this.gViewer1.AsyncLayout             = false;
     this.gViewer1.AutoScroll              = true;
     this.gViewer1.BackwardEnabled         = false;
     this.gViewer1.BuildHitTree            = true;
     this.gViewer1.CurrentLayoutMethod     = Microsoft.Msagl.GraphViewerGdi.LayoutMethod.UseSettingsOfTheGraph;
     this.gViewer1.EdgeInsertButtonVisible = false;
     this.gViewer1.FileName       = "";
     this.gViewer1.ForeColor      = System.Drawing.Color.WhiteSmoke;
     this.gViewer1.ForwardEnabled = false;
     this.gViewer1.Graph          = null;
     this.gViewer1.InsertingEdge  = false;
     this.gViewer1.LayoutAlgorithmSettingsButtonVisible = false;
     this.gViewer1.LayoutEditingEnabled  = true;
     this.gViewer1.Location              = new System.Drawing.Point(142, 389);
     this.gViewer1.LooseOffsetForRouting = 0.25D;
     this.gViewer1.Margin                     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gViewer1.MouseHitDistance           = 0.05D;
     this.gViewer1.Name                       = "gViewer1";
     this.gViewer1.NavigationVisible          = true;
     this.gViewer1.NeedToCalculateLayout      = true;
     this.gViewer1.OffsetForRelaxingInRouting = 0.6D;
     this.gViewer1.PaddingForEdgeRouting      = 8D;
     this.gViewer1.PanButtonPressed           = false;
     this.gViewer1.SaveAsImageEnabled         = true;
     this.gViewer1.SaveAsMsaglEnabled         = true;
     this.gViewer1.SaveButtonVisible          = true;
     this.gViewer1.SaveGraphButtonVisible     = true;
     this.gViewer1.SaveInVectorFormatEnabled  = true;
     this.gViewer1.Size                       = new System.Drawing.Size(415, 391);
     this.gViewer1.TabIndex                   = 4;
     this.gViewer1.TightOffsetForRouting      = 0.125D;
     this.gViewer1.ToolBarIsVisible           = true;
     this.gViewer1.Transform                  = ((Microsoft.Msagl.Core.Geometry.Curves.PlaneTransformation)(resources.GetObject("gViewer1.Transform")));
     this.gViewer1.UndoRedoButtonsVisible     = true;
     this.gViewer1.WindowZoomButtonPressed    = false;
     this.gViewer1.ZoomF                      = 1D;
     this.gViewer1.ZoomWindowThreshold        = 0.05D;
     this.gViewer1.Load                      += new System.EventHandler(this.gViewer1_Load);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.OpenFileBtn);
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox1.Location  = new System.Drawing.Point(449, 71);
     this.groupBox1.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Padding   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox1.Size      = new System.Drawing.Size(511, 116);
     this.groupBox1.TabIndex  = 7;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Graph File :";
     this.groupBox1.Enter    += new System.EventHandler(this.groupBox1_Enter);
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox2.Controls.Add(this.radioButton2);
     this.groupBox2.Controls.Add(this.radioButton1);
     this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox2.Location  = new System.Drawing.Point(449, 211);
     this.groupBox2.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Padding   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox2.Size      = new System.Drawing.Size(511, 99);
     this.groupBox2.TabIndex  = 8;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Algorithm :";
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(310, 44);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(56, 24);
     this.radioButton2.TabIndex = 8;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "DFS";
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.CheckedChanged         += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(114, 44);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(54, 24);
     this.radioButton1.TabIndex = 7;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "BFS";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged         += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(36, 40);
     this.comboBox1.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(84, 28);
     this.comboBox1.Sorted                = true;
     this.comboBox1.TabIndex              = 50;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox3.Controls.Add(this.comboBox1);
     this.groupBox3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox3.Location  = new System.Drawing.Point(592, 407);
     this.groupBox3.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Padding   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox3.Size      = new System.Drawing.Size(162, 95);
     this.groupBox3.TabIndex  = 10;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Choose Account :";
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox4.Controls.Add(this.comboBox2);
     this.groupBox4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox4.Location  = new System.Drawing.Point(798, 407);
     this.groupBox4.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Padding   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupBox4.Size      = new System.Drawing.Size(162, 95);
     this.groupBox4.TabIndex  = 11;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Explore friends with :";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(37, 40);
     this.comboBox2.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(77, 28);
     this.comboBox2.Sorted                = true;
     this.comboBox2.TabIndex              = 50;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.DarkGreen;
     this.button2.ForeColor = System.Drawing.SystemColors.Control;
     this.button2.Location  = new System.Drawing.Point(719, 520);
     this.button2.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(120, 47);
     this.button2.TabIndex  = 12;
     this.button2.Text      = "Submit";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // richTextBox2
     //
     this.richTextBox2.BackColor    = System.Drawing.SystemColors.Control;
     this.richTextBox2.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.richTextBox2.Location     = new System.Drawing.Point(592, 585);
     this.richTextBox2.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.richTextBox2.Name         = "richTextBox2";
     this.richTextBox2.Size         = new System.Drawing.Size(367, 194);
     this.richTextBox2.TabIndex     = 13;
     this.richTextBox2.Text         = "";
     this.richTextBox2.TextChanged += new System.EventHandler(this.richTextBox2_TextChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(1006, 884);
     this.Controls.Add(this.richTextBox2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gViewer1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.pictureBox1);
     this.ForeColor   = System.Drawing.Color.White;
     this.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox = false;
     this.Name        = "Form1";
     this.Text        = "TehcConnect";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(kickForm2));
     this.setButton             = new System.Windows.Forms.Button();
     this.searchButton          = new System.Windows.Forms.Button();
     this.editMemberLabel       = new System.Windows.Forms.Label();
     this.idTextbox             = new System.Windows.Forms.RichTextBox();
     this.searchApplicantButton = new System.Windows.Forms.Button();
     this.searchAbandonedButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // setButton
     //
     this.setButton.BackColor = System.Drawing.Color.Gold;
     this.setButton.FlatAppearance.BorderColor = System.Drawing.Color.Chocolate;
     this.setButton.FlatAppearance.BorderSize  = 2;
     this.setButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.setButton.Font      = new System.Drawing.Font("B Nazanin", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.setButton.Location  = new System.Drawing.Point(12, 93);
     this.setButton.Name      = "setButton";
     this.setButton.Size      = new System.Drawing.Size(173, 51);
     this.setButton.TabIndex  = 32;
     this.setButton.Text      = "ثبت";
     this.setButton.UseVisualStyleBackColor = false;
     this.setButton.Click += new System.EventHandler(this.setButton_Click);
     //
     // searchButton
     //
     this.searchButton.BackColor = System.Drawing.Color.Orange;
     this.searchButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.searchButton.FlatAppearance.BorderSize  = 2;
     this.searchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.searchButton.Font      = new System.Drawing.Font("B Nazanin", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.searchButton.Location  = new System.Drawing.Point(208, 93);
     this.searchButton.Name      = "searchButton";
     this.searchButton.Size      = new System.Drawing.Size(173, 51);
     this.searchButton.TabIndex  = 31;
     this.searchButton.Text      = "جستجو مددجو";
     this.searchButton.UseVisualStyleBackColor = false;
     this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
     //
     // editMemberLabel
     //
     this.editMemberLabel.AutoSize    = true;
     this.editMemberLabel.Font        = new System.Drawing.Font("B Nazanin", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.editMemberLabel.Location    = new System.Drawing.Point(235, 42);
     this.editMemberLabel.Name        = "editMemberLabel";
     this.editMemberLabel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.editMemberLabel.Size        = new System.Drawing.Size(157, 38);
     this.editMemberLabel.TabIndex    = 30;
     this.editMemberLabel.Text        = "شماره ملی عضو :";
     this.editMemberLabel.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // idTextbox
     //
     this.idTextbox.Enabled      = false;
     this.idTextbox.Font         = new System.Drawing.Font("B Nazanin", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.idTextbox.Location     = new System.Drawing.Point(30, 40);
     this.idTextbox.Multiline    = false;
     this.idTextbox.Name         = "idTextbox";
     this.idTextbox.ScrollBars   = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.idTextbox.Size         = new System.Drawing.Size(199, 38);
     this.idTextbox.TabIndex     = 33;
     this.idTextbox.Text         = "";
     this.idTextbox.TextChanged += new System.EventHandler(this.idTextbox_TextChanged);
     this.idTextbox.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.idTextbox_KeyPress);
     //
     // searchApplicantButton
     //
     this.searchApplicantButton.BackColor = System.Drawing.Color.Orange;
     this.searchApplicantButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.searchApplicantButton.FlatAppearance.BorderSize  = 2;
     this.searchApplicantButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.searchApplicantButton.Font      = new System.Drawing.Font("B Nazanin", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.searchApplicantButton.Location  = new System.Drawing.Point(208, 152);
     this.searchApplicantButton.Name      = "searchApplicantButton";
     this.searchApplicantButton.Size      = new System.Drawing.Size(173, 51);
     this.searchApplicantButton.TabIndex  = 34;
     this.searchApplicantButton.Text      = "جستجو متقاضی";
     this.searchApplicantButton.UseVisualStyleBackColor = false;
     this.searchApplicantButton.Visible = false;
     this.searchApplicantButton.Click  += new System.EventHandler(this.searchApplicantButton_Click);
     //
     // searchAbandonedButton
     //
     this.searchAbandonedButton.BackColor = System.Drawing.Color.Orange;
     this.searchAbandonedButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.searchAbandonedButton.FlatAppearance.BorderSize  = 2;
     this.searchAbandonedButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.searchAbandonedButton.Font      = new System.Drawing.Font("B Nazanin", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.searchAbandonedButton.Location  = new System.Drawing.Point(12, 150);
     this.searchAbandonedButton.Name      = "searchAbandonedButton";
     this.searchAbandonedButton.Size      = new System.Drawing.Size(173, 51);
     this.searchAbandonedButton.TabIndex  = 35;
     this.searchAbandonedButton.Text      = "جستجو معلق";
     this.searchAbandonedButton.UseVisualStyleBackColor = false;
     this.searchAbandonedButton.Visible = false;
     this.searchAbandonedButton.Click  += new System.EventHandler(this.searchAbandonedButton_Click);
     //
     // kickForm2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.Tomato;
     this.BackgroundImage     = global::WindowsFormsApp6.Properties.Resources.Blank_New_Logoooo_1;
     this.ClientSize          = new System.Drawing.Size(395, 225);
     this.Controls.Add(this.searchAbandonedButton);
     this.Controls.Add(this.searchApplicantButton);
     this.Controls.Add(this.idTextbox);
     this.Controls.Add(this.setButton);
     this.Controls.Add(this.searchButton);
     this.Controls.Add(this.editMemberLabel);
     this.Font              = new System.Drawing.Font("B Nazanin", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.FormBorderStyle   = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox       = false;
     this.MinimizeBox       = false;
     this.Name              = "kickForm2";
     this.RightToLeftLayout = true;
     this.ShowInTaskbar     = false;
     this.StartPosition     = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text              = "حذف پوشش";
     this.Load             += new System.EventHandler(this.kickForm2_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #56
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(frmBillOut));
            this.ptbMinimize = new System.Windows.Forms.PictureBox();
            this.sdf = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtSearch = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dgvData = new System.Windows.Forms.DataGridView();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.dgvDetail = new System.Windows.Forms.DataGridView();
            this.order = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.date = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.price = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnExit = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.ptbMinimize)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
            this.SuspendLayout();
            // 
            // ptbMinimize
            // 
            this.ptbMinimize.BackColor = System.Drawing.Color.Transparent;
            this.ptbMinimize.Image = ((System.Drawing.Image)(resources.GetObject("ptbMinimize.Image")));
            this.ptbMinimize.Location = new System.Drawing.Point(1247, -2);
            this.ptbMinimize.Name = "ptbMinimize";
            this.ptbMinimize.Size = new System.Drawing.Size(35, 31);
            this.ptbMinimize.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ptbMinimize.TabIndex = 68;
            this.ptbMinimize.TabStop = false;
            // 
            // sdf
            // 
            this.sdf.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(89)))), ((int)(((byte)(152)))));
            this.sdf.Font = new System.Drawing.Font("UTM Facebook", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sdf.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(238)))), ((int)(((byte)(244)))));
            this.sdf.Location = new System.Drawing.Point(1, -2);
            this.sdf.Name = "sdf";
            this.sdf.Size = new System.Drawing.Size(1281, 72);
            this.sdf.TabIndex = 67;
            this.sdf.Text = "Danh sách HĐ bán";
            this.sdf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.sdf.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbTitle_MouseDown);
            this.sdf.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbTitle_MouseMove);
            this.sdf.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lbTitle_MouseUp);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtSearch);
            this.groupBox1.Location = new System.Drawing.Point(10, 75);
            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(600, 70);
            this.groupBox1.TabIndex = 69;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Tìm kiếm";
            // 
            // txtSearch
            // 
            this.txtSearch.Location = new System.Drawing.Point(8, 29);
            this.txtSearch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.txtSearch.Name = "txtSearch";
            this.txtSearch.Size = new System.Drawing.Size(584, 26);
            this.txtSearch.TabIndex = 0;
            this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.dgvData);
            this.groupBox2.Location = new System.Drawing.Point(10, 155);
            this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.groupBox2.Size = new System.Drawing.Size(681, 364);
            this.groupBox2.TabIndex = 70;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Danh sách";
            // 
            // dgvData
            // 
            this.dgvData.AllowUserToAddRows = false;
            this.dgvData.AllowUserToDeleteRows = false;
            this.dgvData.AllowUserToOrderColumns = true;
            this.dgvData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(238)))), ((int)(((byte)(244)))));
            this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvData.Location = new System.Drawing.Point(4, 24);
            this.dgvData.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.dgvData.Name = "dgvData";
            this.dgvData.ReadOnly = true;
            this.dgvData.Size = new System.Drawing.Size(673, 335);
            this.dgvData.TabIndex = 3;
            this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellClick);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.dgvDetail);
            this.groupBox3.Location = new System.Drawing.Point(699, 75);
            this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.groupBox3.Size = new System.Drawing.Size(583, 444);
            this.groupBox3.TabIndex = 70;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Chi tiết hóa đơn";
            // 
            // dgvDetail
            // 
            this.dgvDetail.AllowUserToAddRows = false;
            this.dgvDetail.AllowUserToDeleteRows = false;
            this.dgvDetail.AllowUserToOrderColumns = true;
            this.dgvDetail.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(238)))), ((int)(((byte)(244)))));
            this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.order,
            this.date,
            this.price,
            this.num});
            this.dgvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvDetail.Location = new System.Drawing.Point(4, 24);
            this.dgvDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.dgvDetail.Name = "dgvDetail";
            this.dgvDetail.ReadOnly = true;
            this.dgvDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvDetail.Size = new System.Drawing.Size(575, 415);
            this.dgvDetail.TabIndex = 3;
            // 
            // order
            // 
            this.order.HeaderText = "STT";
            this.order.Name = "order";
            this.order.ReadOnly = true;
            this.order.Width = 50;
            // 
            // date
            // 
            this.date.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.date.FillWeight = 21.2766F;
            this.date.HeaderText = "Tên hàng";
            this.date.Name = "date";
            this.date.ReadOnly = true;
            // 
            // price
            // 
            this.price.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.price.FillWeight = 178.7234F;
            this.price.HeaderText = "Đơn giá";
            this.price.Name = "price";
            this.price.ReadOnly = true;
            // 
            // num
            // 
            this.num.HeaderText = "Số lượng";
            this.num.Name = "num";
            this.num.ReadOnly = true;
            // 
            // btnExit
            // 
            this.btnExit.BackColor = System.Drawing.Color.Green;
            this.btnExit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.btnExit.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnExit.Location = new System.Drawing.Point(617, 104);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(74, 41);
            this.btnExit.TabIndex = 71;
            this.btnExit.Text = "Trở lại";
            this.btnExit.UseVisualStyleBackColor = false;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // frmBillOut
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.ClientSize = new System.Drawing.Size(1283, 527);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.ptbMinimize);
            this.Controls.Add(this.sdf);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmBillOut";
            this.Text = "frmInvoiceList";
            this.Load += new System.EventHandler(this.frmBillOut_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ptbMinimize)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #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(ManagerHome));
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.label1  = new System.Windows.Forms.Label();
     this.label2  = new System.Windows.Forms.Label();
     this.button3 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Chocolate;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location  = new System.Drawing.Point(303, 147);
     this.button1.Margin    = new System.Windows.Forms.Padding(2);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(220, 64);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "Food Item";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.SystemColors.ControlDark;
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location  = new System.Drawing.Point(303, 277);
     this.button2.Margin    = new System.Windows.Forms.Padding(2);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(220, 64);
     this.button2.TabIndex  = 1;
     this.button2.Text      = "Table";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Cornsilk;
     this.label1.Font      = new System.Drawing.Font("Maiandra GD", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(336, 9);
     this.label1.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(146, 29);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "WELCOME ";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Chocolate;
     this.label2.Font      = new System.Drawing.Font("Poor Richard", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
     this.label2.Location  = new System.Drawing.Point(242, 47);
     this.label2.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(339, 36);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Royal Orchid Restaurant";
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.button3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location  = new System.Drawing.Point(686, 24);
     this.button3.Margin    = new System.Windows.Forms.Padding(2);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(87, 36);
     this.button3.TabIndex  = 36;
     this.button3.Text      = "Log Out";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // ManagerHome
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.ControlText;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(797, 440);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "ManagerHome";
     this.Text   = "ManagerHome";
     this.Load  += new System.EventHandler(this.ManagerHome_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.panelLeft          = new System.Windows.Forms.Panel();
     this.label9             = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.paneldrag          = new System.Windows.Forms.Panel();
     this.bunifuCustomLabel1 = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.panelRght          = new System.Windows.Forms.Panel();
     this.paneldrag2         = new System.Windows.Forms.Panel();
     this.label5             = new System.Windows.Forms.Label();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.txtUPass           = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.txtUSERid          = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.label10            = new System.Windows.Forms.Label();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.contextMenuStrip1  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.panelLeft.SuspendLayout();
     this.panelRght.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panelLeft
     //
     this.panelLeft.BackColor   = System.Drawing.Color.Crimson;
     this.panelLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelLeft.Controls.Add(this.pictureBox1);
     this.panelLeft.Controls.Add(this.label10);
     this.panelLeft.Controls.Add(this.label9);
     this.panelLeft.Controls.Add(this.label8);
     this.panelLeft.Controls.Add(this.label7);
     this.panelLeft.Controls.Add(this.paneldrag);
     this.panelLeft.Controls.Add(this.bunifuCustomLabel1);
     this.panelLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelLeft.Location = new System.Drawing.Point(0, 0);
     this.panelLeft.Name     = "panelLeft";
     this.panelLeft.Size     = new System.Drawing.Size(282, 404);
     this.panelLeft.TabIndex = 0;
     this.panelLeft.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelLeft_Paint);
     //
     // label9
     //
     this.label9.Font      = new System.Drawing.Font("Calibri", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.Window;
     this.label9.Location  = new System.Drawing.Point(60, 380);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(162, 23);
     this.label9.TabIndex  = 5;
     this.label9.Text      = "Always caring, Always here";
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.Control;
     this.label8.Location  = new System.Drawing.Point(106, 363);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(142, 21);
     this.label8.TabIndex  = 5;
     this.label8.Text      = "HEALTH CARE";
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.Control;
     this.label7.Location  = new System.Drawing.Point(106, 345);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(142, 23);
     this.label7.TabIndex  = 4;
     this.label7.Text      = "NEEROGA";
     //
     // paneldrag
     //
     this.paneldrag.Location = new System.Drawing.Point(3, 0);
     this.paneldrag.Name     = "paneldrag";
     this.paneldrag.Size     = new System.Drawing.Size(279, 31);
     this.paneldrag.TabIndex = 2;
     this.paneldrag.Paint   += new System.Windows.Forms.PaintEventHandler(this.paneldrag_Paint);
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Showcard Gothic", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Black;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(34, 49);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(214, 33);
     this.bunifuCustomLabel1.TabIndex  = 0;
     this.bunifuCustomLabel1.Text      = "W E L C O M E";
     this.bunifuCustomLabel1.Click    += new System.EventHandler(this.bunifuCustomLabel1_Click);
     //
     // panelRght
     //
     this.panelRght.BackColor = System.Drawing.Color.Ivory;
     this.panelRght.Controls.Add(this.paneldrag2);
     this.panelRght.Controls.Add(this.label5);
     this.panelRght.Controls.Add(this.bunifuFlatButton1);
     this.panelRght.Controls.Add(this.txtUPass);
     this.panelRght.Controls.Add(this.txtUSERid);
     this.panelRght.Controls.Add(this.label3);
     this.panelRght.Controls.Add(this.label2);
     this.panelRght.Controls.Add(this.label4);
     this.panelRght.Controls.Add(this.label1);
     this.panelRght.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelRght.Location = new System.Drawing.Point(281, 0);
     this.panelRght.Name     = "panelRght";
     this.panelRght.Size     = new System.Drawing.Size(291, 404);
     this.panelRght.TabIndex = 1;
     this.panelRght.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelRght_Paint);
     //
     // paneldrag2
     //
     this.paneldrag2.Location = new System.Drawing.Point(0, 0);
     this.paneldrag2.Name     = "paneldrag2";
     this.paneldrag2.Size     = new System.Drawing.Size(232, 32);
     this.paneldrag2.TabIndex = 3;
     this.paneldrag2.Paint   += new System.Windows.Forms.PaintEventHandler(this.paneldrag2_Paint);
     //
     // label5
     //
     this.label5.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label5.Location  = new System.Drawing.Point(238, -4);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(19, 31);
     this.label5.TabIndex  = 3;
     this.label5.Text      = "-";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label5.Click    += new System.EventHandler(this.label5_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.Maroon;
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Crimson;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "Login";
     this.bunifuFlatButton1.Cursor                   = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = null;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 90D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(57, 336);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.Crimson;
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.Brown;
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(177, 29);
     this.bunifuFlatButton1.TabIndex                 = 2;
     this.bunifuFlatButton1.Text                     = "Login";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click                   += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // txtUPass
     //
     this.txtUPass.Cursor              = System.Windows.Forms.Cursors.IBeam;
     this.txtUPass.Font                = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtUPass.ForeColor           = System.Drawing.Color.Black;
     this.txtUPass.HintForeColor       = System.Drawing.Color.DimGray;
     this.txtUPass.HintText            = "";
     this.txtUPass.isPassword          = true;
     this.txtUPass.LineFocusedColor    = System.Drawing.Color.Indigo;
     this.txtUPass.LineIdleColor       = System.Drawing.Color.DeepPink;
     this.txtUPass.LineMouseHoverColor = System.Drawing.Color.Blue;
     this.txtUPass.LineThickness       = 2;
     this.txtUPass.Location            = new System.Drawing.Point(34, 256);
     this.txtUPass.Margin              = new System.Windows.Forms.Padding(4);
     this.txtUPass.Name                = "txtUPass";
     this.txtUPass.Size                = new System.Drawing.Size(232, 33);
     this.txtUPass.TabIndex            = 1;
     this.txtUPass.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtUPass.OnValueChanged     += new System.EventHandler(this.bunifuMaterialTextbox1_OnValueChanged);
     //
     // txtUSERid
     //
     this.txtUSERid.BackColor             = System.Drawing.Color.Ivory;
     this.txtUSERid.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.txtUSERid.Cursor              = System.Windows.Forms.Cursors.IBeam;
     this.txtUSERid.Font                = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtUSERid.ForeColor           = System.Drawing.Color.Black;
     this.txtUSERid.HintForeColor       = System.Drawing.Color.DimGray;
     this.txtUSERid.HintText            = "";
     this.txtUSERid.isPassword          = false;
     this.txtUSERid.LineFocusedColor    = System.Drawing.Color.Blue;
     this.txtUSERid.LineIdleColor       = System.Drawing.Color.DeepPink;
     this.txtUSERid.LineMouseHoverColor = System.Drawing.Color.Blue;
     this.txtUSERid.LineThickness       = 2;
     this.txtUSERid.Location            = new System.Drawing.Point(34, 169);
     this.txtUSERid.Margin              = new System.Windows.Forms.Padding(4);
     this.txtUSERid.Name                = "txtUSERid";
     this.txtUSERid.Size                = new System.Drawing.Size(232, 33);
     this.txtUSERid.TabIndex            = 1;
     this.txtUSERid.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtUSERid.OnValueChanged     += new System.EventHandler(this.bunifuMaterialTextbox1_OnValueChanged);
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Century Gothic", 11F);
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label3.Location  = new System.Drawing.Point(19, 232);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(103, 19);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Password :"******"Century Gothic", 11F);
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label2.Location  = new System.Drawing.Point(19, 143);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(103, 22);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "User ID :";
     this.label2.Click    += new System.EventHandler(this.label1_Click);
     //
     // label4
     //
     this.label4.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.label4.Font        = new System.Drawing.Font("Century Gothic", 18.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label4.Location    = new System.Drawing.Point(260, 0);
     this.label4.Name        = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label4.Size        = new System.Drawing.Size(25, 27);
     this.label4.TabIndex    = 0;
     this.label4.Text        = "x";
     this.label4.Click      += new System.EventHandler(this.label1_Click);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label1.Location  = new System.Drawing.Point(94, 53);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(118, 44);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Login";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 15;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.paneldrag;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControl2
     //
     this.bunifuDragControl2.Fixed         = true;
     this.bunifuDragControl2.Horizontal    = true;
     this.bunifuDragControl2.TargetControl = this.paneldrag2;
     this.bunifuDragControl2.Vertical      = true;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Crimson;
     this.label10.Image     = ((System.Drawing.Image)(resources.GetObject("label10.Image")));
     this.label10.Location  = new System.Drawing.Point(59, 337);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(49, 46);
     this.label10.TabIndex  = 6;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.pictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
     this.pictureBox1.Location     = new System.Drawing.Point(-1, 101);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(282, 230);
     this.pictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex     = 7;
     this.pictureBox1.TabStop      = false;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(572, 404);
     this.Controls.Add(this.panelRght);
     this.Controls.Add(this.panelLeft);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.panelLeft.ResumeLayout(false);
     this.panelRght.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #59
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.label1          = new System.Windows.Forms.Label();
     this.openButton      = new System.Windows.Forms.Button();
     this.tbxIn           = new System.Windows.Forms.TextBox();
     this.labelDesc       = new System.Windows.Forms.Label();
     this.labelNameObject = new System.Windows.Forms.Label();
     this.buttonGoForm2   = new System.Windows.Forms.Button();
     this.panel1          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F);
     this.label1.Location  = new System.Drawing.Point(315, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 36);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "XML parser";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // openButton
     //
     this.openButton.BackColor = System.Drawing.Color.YellowGreen;
     this.openButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.openButton.Location  = new System.Drawing.Point(632, 107);
     this.openButton.Name      = "openButton";
     this.openButton.Size      = new System.Drawing.Size(140, 68);
     this.openButton.TabIndex  = 1;
     this.openButton.Text      = "Open File";
     this.openButton.UseVisualStyleBackColor = false;
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // tbxIn
     //
     this.tbxIn.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.tbxIn.Font         = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbxIn.Location     = new System.Drawing.Point(3, 107);
     this.tbxIn.Multiline    = true;
     this.tbxIn.Name         = "tbxIn";
     this.tbxIn.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this.tbxIn.Size         = new System.Drawing.Size(619, 449);
     this.tbxIn.TabIndex     = 3;
     this.tbxIn.TextChanged += new System.EventHandler(this.tbxIn_TextChanged);
     //
     // labelDesc
     //
     this.labelDesc.AutoSize = true;
     this.labelDesc.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F);
     this.labelDesc.Location = new System.Drawing.Point(28, 71);
     this.labelDesc.Name     = "labelDesc";
     this.labelDesc.Size     = new System.Drawing.Size(113, 24);
     this.labelDesc.TabIndex = 10;
     this.labelDesc.Text     = "Current File:";
     //
     // labelNameObject
     //
     this.labelNameObject.AutoSize = true;
     this.labelNameObject.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F);
     this.labelNameObject.Location = new System.Drawing.Point(160, 71);
     this.labelNameObject.Name     = "labelNameObject";
     this.labelNameObject.Size     = new System.Drawing.Size(0, 24);
     this.labelNameObject.TabIndex = 11;
     //
     // buttonGoForm2
     //
     this.buttonGoForm2.BackColor = System.Drawing.Color.ForestGreen;
     this.buttonGoForm2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonGoForm2.Location  = new System.Drawing.Point(632, 487);
     this.buttonGoForm2.Name      = "buttonGoForm2";
     this.buttonGoForm2.Size      = new System.Drawing.Size(140, 69);
     this.buttonGoForm2.TabIndex  = 12;
     this.buttonGoForm2.Text      = "File is ok, go next!";
     this.buttonGoForm2.UseVisualStyleBackColor = false;
     this.buttonGoForm2.Click += new System.EventHandler(this.buttonGoForm2_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.openButton);
     this.panel1.Controls.Add(this.tbxIn);
     this.panel1.Controls.Add(this.labelNameObject);
     this.panel1.Controls.Add(this.buttonGoForm2);
     this.panel1.Controls.Add(this.labelDesc);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(797, 571);
     this.panel1.TabIndex = 13;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.label2.Location = new System.Drawing.Point(628, 220);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(148, 80);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Here you can \r\nchange XML text\r\n(It will be impossible\r\n later on next step)";
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.ClientSize            = new System.Drawing.Size(821, 595);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     this.Text = "Form1";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(menuworker));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.לקוחותToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menusales = new System.Windows.Forms.ToolStripMenuItem();
            this.menuclient = new System.Windows.Forms.ToolStripMenuItem();
            this.menuitem = new System.Windows.Forms.ToolStripMenuItem();
            this.הצגפריטיםToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listDatagridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.אלפוןלקוחותToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.דוחמכירותToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.לקוחותToolStripMenuItem,
            this.menuitem,
            this.listDatagridToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(639, 24);
            this.menuStrip1.TabIndex = 3;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // לקוחותToolStripMenuItem
            // 
            this.לקוחותToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menusales,
            this.menuclient});
            this.לקוחותToolStripMenuItem.Name = "לקוחותToolStripMenuItem";
            this.לקוחותToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
            this.לקוחותToolStripMenuItem.Text = "לקוחות";
            // 
            // menusales
            // 
            this.menusales.Name = "menusales";
            this.menusales.Size = new System.Drawing.Size(152, 22);
            this.menusales.Text = "ביצוע הזמנה";
            this.menusales.Click += new System.EventHandler(this.menusales_Click);
            // 
            // menuclient
            // 
            this.menuclient.Name = "menuclient";
            this.menuclient.Size = new System.Drawing.Size(152, 22);
            this.menuclient.Text = "רישום לקוח";
            this.menuclient.Click += new System.EventHandler(this.menuclient_Click);
            // 
            // menuitem
            // 
            this.menuitem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.הצגפריטיםToolStripMenuItem});
            this.menuitem.Name = "menuitem";
            this.menuitem.Size = new System.Drawing.Size(56, 20);
            this.menuitem.Text = "פריטים";
            // 
            // הצגפריטיםToolStripMenuItem
            // 
            this.הצגפריטיםToolStripMenuItem.Name = "הצגפריטיםToolStripMenuItem";
            this.הצגפריטיםToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.הצגפריטיםToolStripMenuItem.Text = "הצגת פריטים";
            this.הצגפריטיםToolStripMenuItem.Click += new System.EventHandler(this.הצגפריטיםToolStripMenuItem_Click);
            // 
            // listDatagridToolStripMenuItem
            // 
            this.listDatagridToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.אלפוןלקוחותToolStripMenuItem,
            this.דוחמכירותToolStripMenuItem});
            this.listDatagridToolStripMenuItem.Name = "listDatagridToolStripMenuItem";
            this.listDatagridToolStripMenuItem.Size = new System.Drawing.Size(12, 20);
            // 
            // אלפוןלקוחותToolStripMenuItem
            // 
            this.אלפוןלקוחותToolStripMenuItem.Name = "אלפוןלקוחותToolStripMenuItem";
            this.אלפוןלקוחותToolStripMenuItem.Size = new System.Drawing.Size(67, 22);
            // 
            // דוחמכירותToolStripMenuItem
            // 
            this.דוחמכירותToolStripMenuItem.Name = "דוחמכירותToolStripMenuItem";
            this.דוחמכירותToolStripMenuItem.Size = new System.Drawing.Size(67, 22);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 27);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(523, 354);
            this.pictureBox1.TabIndex = 4;
            this.pictureBox1.TabStop = false;
            // 
            // menuworker
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(639, 393);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.menuStrip1);
            this.Name = "menuworker";
            this.Text = "menuworker";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }