/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.TfsTaskBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.TfsTaskBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.LocalReport.ReportPath = "Tasks.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(800, 600);
            this.reportViewer1.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(682, 534);
            this.Controls.Add(this.reportViewer1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.TfsTaskBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Example #2
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()
        {
            this.components = new System.ComponentModel.Container();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(0, 390);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(582, 22);
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(582, 412);
            this.Controls.Add(this.statusStrip1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseClick);
            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(Refactor_SortNamespacesByScopePlugIn));
			this.refactoringProvider = new DevExpress.Refactor.Core.RefactoringProvider(this.components);
			((System.ComponentModel.ISupportInitialize)(this.refactoringProvider)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// refactoringProvider
			// 
			this.refactoringProvider.ActionHintText = "";
			this.refactoringProvider.AutoActivate = true;
			this.refactoringProvider.AutoUndo = false;
			this.refactoringProvider.CodeIssueMessage = null;
			this.refactoringProvider.Description = "";
			this.refactoringProvider.DisplayName = "Sort Namespaces by Scope";
			this.refactoringProvider.Image = ((System.Drawing.Bitmap)(resources.GetObject("refactoringProvider.Image")));
			this.refactoringProvider.NeedsSelection = false;
			this.refactoringProvider.ProviderName = "NamespaceByScopeSorter";
			this.refactoringProvider.Register = true;
			this.refactoringProvider.SupportsAsyncMode = false;
			((System.ComponentModel.ISupportInitialize)(this.refactoringProvider)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.PaymentReport1 = new PatientManager.Forms.Reporting.PaymentReport();
            this.paymentBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.paymentBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = 0;
            this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
            this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
            this.crystalReportViewer1.Name = "crystalReportViewer1";
            this.crystalReportViewer1.ReportSource = this.PaymentReport1;
            this.crystalReportViewer1.Size = new System.Drawing.Size(993, 648);
            this.crystalReportViewer1.TabIndex = 0;
            this.crystalReportViewer1.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
            // 
            // PaymentReportForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(993, 648);
            this.Controls.Add(this.crystalReportViewer1);
            this.Name = "PaymentReportForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Payment Report";
            ((System.ComponentModel.ISupportInitialize)(this.paymentBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Example #5
1
        /// <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.timer1 = new System.Windows.Forms.Timer(this.components);
            this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 30000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // notifyIcon1
            // 
            this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
            this.notifyIcon1.Text = "notifyIcon1";
            this.notifyIcon1.Visible = true;
            this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(133, 45);
            this.Name = "Form1";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_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();
            this.pnlSettings = new System.Windows.Forms.Panel();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // pnlSettings
            // 
            this.pnlSettings.AutoSize = true;
            this.pnlSettings.Location = new System.Drawing.Point(0, 0);
            this.pnlSettings.Name = "pnlSettings";
            this.pnlSettings.Size = new System.Drawing.Size(233, 131);
            this.pnlSettings.TabIndex = 0;
            // 
            // uc_object_type_commands
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.pnlSettings);
            this.Name = "uc_object_type_commands";
            this.Size = new System.Drawing.Size(233, 131);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #7
1
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.timer1 = new System.Windows.Forms.Timer( this.components );
			this.SuspendLayout();
			// 
			// timer1
			// 
			this.timer1.Interval = 30;
			this.timer1.Tick += new System.EventHandler( this.timer1_Tick );
			// 
			// SplashForm
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
			this.ClientSize = new System.Drawing.Size( 509, 217 );
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
			this.Margin = new System.Windows.Forms.Padding( 4 );
			this.Name = "SplashForm";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Splash";
			this.TopMost = true;
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler( this.SplashForm_FormClosed );
			this.ResumeLayout( false );

		}
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.lstIcons = new xListview();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // lstIcons
            // 
            this.lstIcons.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstIcons.Location = new System.Drawing.Point(0, 0);
            this.lstIcons.Name = "lstIcons";
            this.lstIcons.Size = new System.Drawing.Size(284, 262);
            this.lstIcons.TabIndex = 0;
            this.toolTip1.SetToolTip(this.lstIcons, "Double-Click to select icon.");
            this.lstIcons.UseCompatibleStateImageBehavior = false;
            this.lstIcons.DoubleClick += new System.EventHandler(this.lstIcons_DoubleClick);
            // 
            // IconSelecterDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.Controls.Add(this.lstIcons);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "IconSelecterDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Select Icon";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // 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(284, 262);
            this.webBrowser1.TabIndex = 0;
            // 
            // ISayHey
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.Controls.Add(this.webBrowser1);
            this.Name = "ISayHey";
            this.Text = "ISayHey";
            this.Load += new System.EventHandler(this.ISayHey_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(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);

        }
Example #11
1
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // serialPort1
            // 
            this.serialPort1.ErrorReceived += new System.IO.Ports.SerialErrorReceivedEventHandler(this.serialPort1_ErrorReceived);
            this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
            // 
            // textBox1
            // 
            this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBox1.Location = new System.Drawing.Point(0, 0);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(291, 32);
            this.textBox1.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 45);
            this.Controls.Add(this.textBox1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            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(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);

        }
Example #13
1
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.MainTimer = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // MainTimer
            // 
            this.MainTimer.Enabled = true;
            this.MainTimer.Interval = 40;
            this.MainTimer.Tick += new System.EventHandler(this.MainTimer_Tick);
            // 
            // yobaivan
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(794, 572);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(800, 600);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(800, 600);
            this.Name = "yobaivan";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "rehcfx";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.yobaivan_KeyDown);
            this.ResumeLayout(false);

        }
Example #14
1
        /// <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(Main));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonStart = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonStop = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonStart,
            this.toolStripButtonStop});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(657, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButtonStart
            // 
            this.toolStripButtonStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonStart.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonStart.Image")));
            this.toolStripButtonStart.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonStart.Name = "toolStripButtonStart";
            this.toolStripButtonStart.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonStart.Text = "Start";
            this.toolStripButtonStart.Click += new System.EventHandler(this.toolStripButtonStart_Click);
            // 
            // toolStripButtonStop
            // 
            this.toolStripButtonStop.Name = "toolStripButtonStop";
            this.toolStripButtonStop.Size = new System.Drawing.Size(23, 22);
            // 
            // Main
            // 
            this.ClientSize = new System.Drawing.Size(657, 307);
            this.Controls.Add(this.toolStrip1);
            this.Name = "Main";
            this.Text = "Breakout";
            this.Load += new System.EventHandler(this.Main_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.Main_Paint);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Main_KeyDown);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Main_MouseDown);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Main_MouseMove);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Main_MouseUp);
            this.Resize += new System.EventHandler(this.Main_Resize);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #15
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>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer_check = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // timer_check
            // 
            this.timer_check.Interval = 1000;
            this.timer_check.Tick += new System.EventHandler(this.timer_check_Tick);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(302, 123);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "网页杀手";
            this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
            this.Load += new System.EventHandler(this.MainForm_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();
     this.NameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.VariableTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     // 
     // Grid
     // 
     this.Grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.NameDataGridViewTextBoxColumn,
     this.VariableTypeDataGridViewTextBoxColumn});
     // 
     // NameDataGridViewTextBoxColumn
     // 
     this.NameDataGridViewTextBoxColumn.DataPropertyName = "Name";
     this.NameDataGridViewTextBoxColumn.HeaderText = "Name";
     this.NameDataGridViewTextBoxColumn.Name = "NameDataGridViewTextBoxColumn";
     this.NameDataGridViewTextBoxColumn.ReadOnly = true;
     // 
     // VariableTypeDataGridViewTextBoxColumn
     // 
     this.VariableTypeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.VariableTypeDataGridViewTextBoxColumn.DataPropertyName = "VariableType";
     this.VariableTypeDataGridViewTextBoxColumn.HeaderText = "Variable Type";
     this.VariableTypeDataGridViewTextBoxColumn.Name = "VariableTypeDataGridViewTextBoxColumn";
     this.VariableTypeDataGridViewTextBoxColumn.ReadOnly = true;
     // 
     // VariableBindingSource
     // 
     this.BindingSource.AllowNew = false;
     this.BindingSource.DataSource = typeof(Mono.Cecil.Cil.VariableDefinition);
 }
        /// <summary>
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStrip
            // 
            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteStripMenuItem});
            this.contextMenuStrip.Name = "contextMenuStrip";
            this.contextMenuStrip.Size = new System.Drawing.Size(117, 26);
            // 
            // deleteStripMenuItem
            // 
            this.deleteStripMenuItem.Name = "deleteStripMenuItem";
            this.deleteStripMenuItem.Size = new System.Drawing.Size(116, 22);
            this.deleteStripMenuItem.Text = "Delete";
            this.deleteStripMenuItem.Click += new System.EventHandler(this.deleteStripMenuItem_Click);
            // 
            // CommandToolStrip
            // 
            this.AllowDrop = true;
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.CommandToolStrip_DragEnter);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.CommandToolStrip_DragDrop);
            this.contextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.imageBox1 = new Emgu.CV.UI.ImageBox();
            ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // imageBox1
            // 
            this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.imageBox1.Location = new System.Drawing.Point(0, 0);
            this.imageBox1.Name = "imageBox1";
            this.imageBox1.Size = new System.Drawing.Size(284, 261);
            this.imageBox1.TabIndex = 2;
            this.imageBox1.TabStop = false;
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 261);
            this.Controls.Add(this.imageBox1);
            this.Name = "Form2";
            this.Text = "Form2";
            ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.refreshSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStrip
            // 
            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.refreshSessionsToolStripMenuItem});
            this.contextMenuStrip.Name = "contextMenuStrip";
            this.contextMenuStrip.Size = new System.Drawing.Size(187, 48);
            // 
            // refreshSessionsToolStripMenuItem
            // 
            this.refreshSessionsToolStripMenuItem.Name = "refreshSessionsToolStripMenuItem";
            this.refreshSessionsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.refreshSessionsToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.refreshSessionsToolStripMenuItem.Text = "Refresh Sessions";
            this.refreshSessionsToolStripMenuItem.Click += new System.EventHandler(this.refreshSessionsToolStripMenuItem_Click);
            // 
            // SessionControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ContextMenuStrip = this.contextMenuStrip;
            this.Name = "SessionControl";
            this.contextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.Viewer = new GitUI.Editor.FileViewer();
            this.SuspendLayout();
            // 
            // Viewer
            // 
            this.Viewer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Viewer.Font = new System.Drawing.Font("Segoe UI", 7.5F);
            this.Viewer.Location = new System.Drawing.Point(0, 0);
            this.Viewer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Viewer.Name = "Viewer";
            this.Viewer.Size = new System.Drawing.Size(733, 571);
            this.Viewer.TabIndex = 0;
            // 
            // FormEdit
            // 
            
            
            this.ClientSize = new System.Drawing.Size(733, 571);
            this.Controls.Add(this.Viewer);
            this.Name = "FormEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "View";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.label1 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(111, 62);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(159, 37);
            this.label1.TabIndex = 0;
            this.label1.Text = "Loading...";
            // 
            // LoadScreen
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Highlight;
            this.ClientSize = new System.Drawing.Size(389, 161);
            this.Controls.Add(this.label1);
            this.DoubleBuffered = true;
            this.ForeColor = System.Drawing.SystemColors.ControlText;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "LoadScreen";
            this.Text = "LoadScreen";
            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(MainForm));
            this.aimTimer = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // aimTimer
            // 
            this.aimTimer.Enabled = true;
            this.aimTimer.Interval = 10;
            this.aimTimer.Tick += new System.EventHandler(this.aimTimer_Tick);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(792, 673);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(640, 400);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Salted Earth";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.Enter += new System.EventHandler(this.MainForm_Enter);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyUp);
            this.Leave += new System.EventHandler(this.MainForm_Leave);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
            this.Resize += new System.EventHandler(this.MainForm_Resize);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.label2 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
            this.cmbSecurityClass = new System.Windows.Forms.ComboBox();
            this.chkClassified = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.HelpMessageKey = "SecurityClassification.Classified";
            this.label2.Location = new System.Drawing.Point(5, 4);
            this.label2.Name = "label2";
            this.label2.RequiredField = false;
            this.label2.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Size = new System.Drawing.Size(51, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Classified";
            // 
            // cmbSecurityClass
            // 
            this.cmbSecurityClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbSecurityClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSecurityClass.Enabled = false;
            this.cmbSecurityClass.FormattingEnabled = true;
            this.cmbSecurityClass.Items.AddRange(new object[] {
            "UNCLASSIFIED",
            "CLASSIFIED",
            "SECRET",
            "CONFIDENTIAL",
            "TOP SECRET"});
            this.cmbSecurityClass.Location = new System.Drawing.Point(80, 0);
            this.cmbSecurityClass.Name = "cmbSecurityClass";
            this.cmbSecurityClass.Size = new System.Drawing.Size(299, 21);
            this.cmbSecurityClass.TabIndex = 1;
            this.cmbSecurityClass.SelectedIndexChanged += new System.EventHandler(this.cmb_SelectedIndexChanged);
            // 
            // chkClassified
            // 
            this.chkClassified.AutoSize = true;
            this.chkClassified.Location = new System.Drawing.Point(62, 4);
            this.chkClassified.Name = "chkClassified";
            this.chkClassified.Size = new System.Drawing.Size(15, 14);
            this.chkClassified.TabIndex = 0;
            this.chkClassified.UseVisualStyleBackColor = true;
            this.chkClassified.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
            // 
            // SecurityClassificationControl
            // 
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cmbSecurityClass);
            this.Controls.Add(this.chkClassified);
            this.Name = "SecurityClassificationControl";
            this.Size = new System.Drawing.Size(379, 21);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #25
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.labelErrorText = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // labelErrorText
            // 
            this.labelErrorText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.labelErrorText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelErrorText.ForeColor = System.Drawing.Color.White;
            this.labelErrorText.Location = new System.Drawing.Point(3, 7);
            this.labelErrorText.Name = "labelErrorText";
            this.labelErrorText.Size = new System.Drawing.Size(260, 23);
            this.labelErrorText.TabIndex = 0;
            this.labelErrorText.Text = "error";
            this.labelErrorText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // PanelError
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.IndianRed;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.labelErrorText);
            this.Name = "PanelError";
            this.Size = new System.Drawing.Size(266, 38);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::_3._2.Properties.Resources.BMYduHY1_400x400;
            this.pictureBox1.Location = new System.Drawing.Point(-10, 68);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(436, 447);
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1025, 606);
            this.Controls.Add(this.pictureBox1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.experimentGraph = new ZedGraph.ZedGraphControl();
            this.SuspendLayout();
            // 
            // experimentGraph
            // 
            this.experimentGraph.Dock = System.Windows.Forms.DockStyle.Fill;
            this.experimentGraph.Location = new System.Drawing.Point(0, 0);
            this.experimentGraph.Name = "experimentGraph";
            this.experimentGraph.ScrollGrace = 0;
            this.experimentGraph.ScrollMaxX = 0;
            this.experimentGraph.ScrollMaxY = 0;
            this.experimentGraph.ScrollMaxY2 = 0;
            this.experimentGraph.ScrollMinX = 0;
            this.experimentGraph.ScrollMinY = 0;
            this.experimentGraph.ScrollMinY2 = 0;
            this.experimentGraph.Size = new System.Drawing.Size(600, 350);
            this.experimentGraph.TabIndex = 0;
            // 
            // Stats
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(600, 350);
            this.Controls.Add(this.experimentGraph);
            this.MaximizeBox = false;
            this.Name = "Stats";
            this.ShowIcon = false;
            this.Text = "Stats";
            this.Load += new System.EventHandler(this.Stats_Load);
            this.ResumeLayout(false);

        }
Example #28
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.logCatControl = new LogCatControl();
            this.SuspendLayout();
            // 
            // logCatControl
            // 
            this.logCatControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.logCatControl.Location = new System.Drawing.Point(0, 0);
            this.logCatControl.Name = "logCatControl";
            this.logCatControl.Size = new System.Drawing.Size(886, 454);
            this.logCatControl.TabIndex = 0;
            // 
            // LogCatForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(886, 454);
            this.Controls.Add(this.logCatControl);
            this.MinimizeBox = false;
            this.Name = "LogCatForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "View Device Log";
            this.ResumeLayout(false);

        }
Example #29
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(SplitButton));
     this.SplitButtonDropDown = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.SplitButtonImages = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // SplitButtonDropDown
     //
     this.SplitButtonDropDown.Name = "SplitButtonDropDown";
     this.SplitButtonDropDown.Size = new System.Drawing.Size(61, 4);
     this.SplitButtonDropDown.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.SplitButtonDropDownClosed);
     this.SplitButtonDropDown.Opening += new System.ComponentModel.CancelEventHandler(this.SplitButtonDropDownOpening);
     this.SplitButtonDropDown.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.SplitButtonDropDownItemClicked);
     //
     // SplitButtonImages
     //
     this.SplitButtonImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("SplitButtonImages.ImageStream")));
     this.SplitButtonImages.TransparentColor = System.Drawing.Color.Transparent;
     this.SplitButtonImages.Images.SetKeyName(0, "Normal");
     this.SplitButtonImages.Images.SetKeyName(1, "Hover");
     this.SplitButtonImages.Images.SetKeyName(2, "Clicked");
     this.SplitButtonImages.Images.SetKeyName(3, "Disabled");
     //
     // SplitButton
     //
     this.ContextMenuStrip = this.SplitButtonDropDown;
     this.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.ImageKey = "Normal";
     this.ImageList = this.SplitButtonImages;
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.tmrMoving = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // tmrMoving
            // 
            this.tmrMoving.Enabled = true;
            this.tmrMoving.Interval = 100;
            this.tmrMoving.Tick += new System.EventHandler(this.tmrMoving_Tick);
            // 
            // FormView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(944, 732);
            this.DoubleBuffered = true;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FormView";
            this.Text = "Object Moving";
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.FormView_Paint);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormView_KeyDown);
            this.ResumeLayout(false);

        }
Example #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();
            this.panel1 = new System.Windows.Forms.Panel();
            this.SearchBtn = new System.Windows.Forms.Button();
            this.NameTextBox = new System.Windows.Forms.TextBox();
            this.IDTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.managerDGV = new System.Windows.Forms.DataGridView();
            this.managerBDS = new System.Windows.Forms.BindingSource(this.components);
            this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.code = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.name = new System.Windows.Forms.DataGridViewLinkColumn();
            this.area = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.rights = new System.Windows.Forms.DataGridViewLinkColumn();
            this.log = new System.Windows.Forms.DataGridViewLinkColumn();
            this.remind = new System.Windows.Forms.DataGridViewLinkColumn();
            this.MainPanel.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.managerDGV)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.managerBDS)).BeginInit();
            this.SuspendLayout();
            // 
            // MainPanel
            // 
            this.MainPanel.Controls.Add(this.panel2);
            this.MainPanel.Controls.Add(this.panel1);
            this.MainPanel.Size = new System.Drawing.Size(651, 283);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.SearchBtn);
            this.panel1.Controls.Add(this.NameTextBox);
            this.panel1.Controls.Add(this.IDTextBox);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(651, 72);
            this.panel1.TabIndex = 0;
            // 
            // SearchBtn
            // 
            this.SearchBtn.Location = new System.Drawing.Point(487, 23);
            this.SearchBtn.Name = "SearchBtn";
            this.SearchBtn.Size = new System.Drawing.Size(75, 23);
            this.SearchBtn.TabIndex = 2;
            this.SearchBtn.Text = "查询";
            this.SearchBtn.UseVisualStyleBackColor = true;
            this.SearchBtn.Click += new System.EventHandler(this.SearchBtn_Click);
            // 
            // NameTextBox
            // 
            this.NameTextBox.Location = new System.Drawing.Point(224, 26);
            this.NameTextBox.Name = "NameTextBox";
            this.NameTextBox.Size = new System.Drawing.Size(100, 21);
            this.NameTextBox.TabIndex = 1;
            // 
            // IDTextBox
            // 
            this.IDTextBox.Location = new System.Drawing.Point(60, 26);
            this.IDTextBox.Name = "IDTextBox";
            this.IDTextBox.Size = new System.Drawing.Size(100, 21);
            this.IDTextBox.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(177, 29);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "姓名:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(23, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "ID:";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.managerDGV);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 72);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(651, 211);
            this.panel2.TabIndex = 1;
            // 
            // managerDGV
            // 
            this.managerDGV.AllowUserToAddRows = false;
            this.managerDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.managerDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.id,
            this.code,
            this.name,
            this.area,
            this.rights,
            this.log,
            this.remind});
            this.managerDGV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.managerDGV.Location = new System.Drawing.Point(0, 0);
            this.managerDGV.Name = "managerDGV";
            this.managerDGV.RowTemplate.Height = 23;
            this.managerDGV.Size = new System.Drawing.Size(651, 211);
            this.managerDGV.TabIndex = 0;
            this.managerDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.managerDGV_CellContentClick);
            // 
            // id
            // 
            this.id.HeaderText = "Column1";
            this.id.Name = "id";
            this.id.Visible = false;
            // 
            // code
            // 
            this.code.HeaderText = "ID";
            this.code.Name = "code";
            // 
            // name
            // 
            this.name.HeaderText = "姓名";
            this.name.Name = "name";
            this.name.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // area
            // 
            this.area.HeaderText = "管理地区";
            this.area.Name = "area";
            this.area.Visible = false;
            // 
            // rights
            // 
            this.rights.HeaderText = "查看权限";
            this.rights.Name = "rights";
            // 
            // log
            // 
            this.log.HeaderText = "操作日志";
            this.log.Name = "log";
            this.log.Visible = false;
            // 
            // remind
            // 
            this.remind.HeaderText = "提醒记录";
            this.remind.Name = "remind";
            // 
            // ViewManagerForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(651, 318);
            this.Name = "ViewManagerForm";
            this.TabText = "员工管理";
            this.Text = "员工管理";
            this.Load += new System.EventHandler(this.ViewManagerForm_Load);
            this.MainPanel.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.managerDGV)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.managerBDS)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel2                = new System.Windows.Forms.Panel();
     this.btnSave               = new System.Windows.Forms.Button();
     this.ctrlQFind             = new JCommon.CtrlGridQuickFind();
     this.dgrdv                 = new JCommon.MyDataGridView();
     this.cMenu                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mItemRefresh          = new System.Windows.Forms.ToolStripMenuItem();
     this.ColumnPrdCode         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnPrdName         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnPrdSpec         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnModel           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnPackingTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnQuantity        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnFinishedQty     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnNonFinishedQty  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnPONo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnCompanyCode     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnUnitName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgrdv)).BeginInit();
     this.cMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnSave);
     this.panel2.Controls.Add(this.ctrlQFind);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 472);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(902, 26);
     this.panel2.TabIndex = 3;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(297, 3);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 1;
     this.btnSave.Text     = "保存";
     this.btnSave.UseVisualStyleBackColor = true;
     //
     // ctrlQFind
     //
     this.ctrlQFind.Location      = new System.Drawing.Point(5, 3);
     this.ctrlQFind.Name          = "ctrlQFind";
     this.ctrlQFind.SeachGridView = null;
     this.ctrlQFind.Size          = new System.Drawing.Size(244, 21);
     this.ctrlQFind.TabIndex      = 0;
     //
     // dgrdv
     //
     this.dgrdv.AllowUserToAddRows          = false;
     this.dgrdv.AllowUserToDeleteRows       = false;
     this.dgrdv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgrdv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColumnPrdCode,
         this.ColumnPrdName,
         this.ColumnPrdSpec,
         this.ColumnModel,
         this.ColumnPackingTypeName,
         this.ColumnQuantity,
         this.ColumnFinishedQty,
         this.ColumnNonFinishedQty,
         this.ColumnPONo,
         this.ColumnCompanyCode,
         this.ColumnUnitName
     });
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Red;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgrdv.DefaultCellStyle               = dataGridViewCellStyle1;
     this.dgrdv.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgrdv.Location = new System.Drawing.Point(0, 0);
     this.dgrdv.Name     = "dgrdv";
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgrdv.RowHeadersDefaultCellStyle     = dataGridViewCellStyle2;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Red;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
     this.dgrdv.RowsDefaultCellStyle           = dataGridViewCellStyle3;
     this.dgrdv.RowTemplate.Height             = 23;
     this.dgrdv.Size     = new System.Drawing.Size(902, 472);
     this.dgrdv.TabIndex = 4;
     //
     // cMenu
     //
     this.cMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mItemRefresh
     });
     this.cMenu.Name = "cMenu";
     this.cMenu.Size = new System.Drawing.Size(101, 26);
     //
     // mItemRefresh
     //
     this.mItemRefresh.Name = "mItemRefresh";
     this.mItemRefresh.Size = new System.Drawing.Size(100, 22);
     this.mItemRefresh.Text = "刷新";
     //
     // ColumnPrdCode
     //
     this.ColumnPrdCode.DataPropertyName = "PrdCode";
     this.ColumnPrdCode.HeaderText       = "产品编号";
     this.ColumnPrdCode.Name             = "ColumnPrdCode";
     this.ColumnPrdCode.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.ColumnPrdCode.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnPrdName
     //
     this.ColumnPrdName.DataPropertyName = "PrdName";
     this.ColumnPrdName.HeaderText       = "产品名称";
     this.ColumnPrdName.Name             = "ColumnPrdName";
     this.ColumnPrdName.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.ColumnPrdName.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // ColumnPrdSpec
     //
     this.ColumnPrdSpec.DataPropertyName = "PrdSpec";
     this.ColumnPrdSpec.HeaderText       = "产品规格";
     this.ColumnPrdSpec.Name             = "ColumnPrdSpec";
     //
     // ColumnModel
     //
     this.ColumnModel.DataPropertyName = "Model";
     this.ColumnModel.HeaderText       = "机型";
     this.ColumnModel.Name             = "ColumnModel";
     this.ColumnModel.Width            = 80;
     //
     // ColumnPackingTypeName
     //
     this.ColumnPackingTypeName.DataPropertyName = "PackingTypeName";
     this.ColumnPackingTypeName.HeaderText       = "包装类型";
     this.ColumnPackingTypeName.Name             = "ColumnPackingTypeName";
     this.ColumnPackingTypeName.Width            = 80;
     //
     // ColumnQuantity
     //
     this.ColumnQuantity.DataPropertyName = "Quantity";
     this.ColumnQuantity.HeaderText       = "数量";
     this.ColumnQuantity.Name             = "ColumnQuantity";
     this.ColumnQuantity.Width            = 66;
     //
     // ColumnFinishedQty
     //
     this.ColumnFinishedQty.DataPropertyName = "FinishedQty";
     this.ColumnFinishedQty.HeaderText       = "制令数";
     this.ColumnFinishedQty.Name             = "ColumnFinishedQty";
     this.ColumnFinishedQty.Width            = 66;
     //
     // ColumnNonFinishedQty
     //
     this.ColumnNonFinishedQty.DataPropertyName = "NonFinishedQty";
     this.ColumnNonFinishedQty.HeaderText       = "未作数";
     this.ColumnNonFinishedQty.Name             = "ColumnNonFinishedQty";
     this.ColumnNonFinishedQty.Width            = 66;
     //
     // ColumnPONo
     //
     this.ColumnPONo.DataPropertyName = "PONo";
     this.ColumnPONo.HeaderText       = "订单编号";
     this.ColumnPONo.Name             = "ColumnPONo";
     this.ColumnPONo.Width            = 80;
     //
     // ColumnCompanyCode
     //
     this.ColumnCompanyCode.DataPropertyName = "CompanyCode";
     this.ColumnCompanyCode.HeaderText       = "客户";
     this.ColumnCompanyCode.Name             = "ColumnCompanyCode";
     this.ColumnCompanyCode.Width            = 80;
     //
     // ColumnUnitName
     //
     this.ColumnUnitName.DataPropertyName = "UnitName";
     this.ColumnUnitName.HeaderText       = "单位";
     this.ColumnUnitName.Name             = "ColumnUnitName";
     this.ColumnUnitName.Width            = 54;
     //
     // CtrlPackingPlanAdjust
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.dgrdv);
     this.Controls.Add(this.panel2);
     this.Name = "CtrlPackingPlanAdjust";
     this.Size = new System.Drawing.Size(902, 498);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgrdv)).EndInit();
     this.cMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                = new System.ComponentModel.Container();
     this.metroLabel1               = new MetroFramework.Controls.MetroLabel();
     this.metroLabel2               = new MetroFramework.Controls.MetroLabel();
     this.metroLabel3               = new MetroFramework.Controls.MetroLabel();
     this.metroLabel4               = new MetroFramework.Controls.MetroLabel();
     this.btnDongY                  = new MetroFramework.Controls.MetroButton();
     this.btnHuy                    = new MetroFramework.Controls.MetroButton();
     this.grpDichVu                 = new System.Windows.Forms.GroupBox();
     this.lstDichVuThem             = new System.Windows.Forms.ListView();
     this.name                      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.unit                      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.price                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.description               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.txtName                   = new MetroFramework.Controls.MetroTextBox();
     this.txtPrice                  = new MetroFramework.Controls.MetroTextBox();
     this.txtUnit                   = new MetroFramework.Controls.MetroTextBox();
     this.txtDescription            = new MetroFramework.Controls.MetroTextBox();
     this.btnThemDanhSach           = new MetroFramework.Controls.MetroButton();
     this.cmtDichVu                 = new MetroFramework.Controls.MetroContextMenu(this.components);
     this.ChinhsuaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xóaToolStripMenuItem1     = new System.Windows.Forms.ToolStripMenuItem();
     this.grpDichVu.SuspendLayout();
     this.cmtDichVu.SuspendLayout();
     this.SuspendLayout();
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize           = true;
     this.metroLabel1.Location           = new System.Drawing.Point(57, 102);
     this.metroLabel1.Name               = "metroLabel1";
     this.metroLabel1.Size               = new System.Drawing.Size(73, 19);
     this.metroLabel1.TabIndex           = 0;
     this.metroLabel1.Text               = "Tên dịch vụ";
     this.metroLabel1.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.metroLabel1.UseCustomBackColor = true;
     this.metroLabel1.UseCustomForeColor = true;
     //
     // metroLabel2
     //
     this.metroLabel2.AutoSize           = true;
     this.metroLabel2.Location           = new System.Drawing.Point(57, 141);
     this.metroLabel2.Name               = "metroLabel2";
     this.metroLabel2.Size               = new System.Drawing.Size(55, 19);
     this.metroLabel2.TabIndex           = 0;
     this.metroLabel2.Text               = "Đơn giá";
     this.metroLabel2.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.metroLabel2.UseCustomBackColor = true;
     this.metroLabel2.UseCustomForeColor = true;
     //
     // metroLabel3
     //
     this.metroLabel3.AutoSize           = true;
     this.metroLabel3.Location           = new System.Drawing.Point(59, 182);
     this.metroLabel3.Name               = "metroLabel3";
     this.metroLabel3.Size               = new System.Drawing.Size(71, 19);
     this.metroLabel3.TabIndex           = 0;
     this.metroLabel3.Text               = "Đơn vị tính";
     this.metroLabel3.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.metroLabel3.UseCustomBackColor = true;
     this.metroLabel3.UseCustomForeColor = true;
     //
     // metroLabel4
     //
     this.metroLabel4.AutoSize           = true;
     this.metroLabel4.Location           = new System.Drawing.Point(68, 225);
     this.metroLabel4.Name               = "metroLabel4";
     this.metroLabel4.Size               = new System.Drawing.Size(44, 19);
     this.metroLabel4.TabIndex           = 0;
     this.metroLabel4.Text               = "Mô tả";
     this.metroLabel4.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.metroLabel4.UseCustomBackColor = true;
     this.metroLabel4.UseCustomForeColor = true;
     //
     // btnDongY
     //
     this.btnDongY.BackColor          = System.Drawing.Color.DodgerBlue;
     this.btnDongY.FontSize           = MetroFramework.MetroButtonSize.Medium;
     this.btnDongY.ForeColor          = System.Drawing.SystemColors.ButtonHighlight;
     this.btnDongY.Location           = new System.Drawing.Point(105, 526);
     this.btnDongY.Name               = "btnDongY";
     this.btnDongY.Size               = new System.Drawing.Size(109, 42);
     this.btnDongY.TabIndex           = 1;
     this.btnDongY.Text               = "Đồng ý";
     this.btnDongY.UseCustomBackColor = true;
     this.btnDongY.UseCustomForeColor = true;
     this.btnDongY.UseSelectable      = true;
     this.btnDongY.Click             += new System.EventHandler(this.btnDongY_Click);
     //
     // btnHuy
     //
     this.btnHuy.BackColor          = System.Drawing.Color.DodgerBlue;
     this.btnHuy.FontSize           = MetroFramework.MetroButtonSize.Medium;
     this.btnHuy.ForeColor          = System.Drawing.SystemColors.ButtonHighlight;
     this.btnHuy.Location           = new System.Drawing.Point(273, 526);
     this.btnHuy.Name               = "btnHuy";
     this.btnHuy.Size               = new System.Drawing.Size(109, 42);
     this.btnHuy.TabIndex           = 1;
     this.btnHuy.Text               = "Hủy bỏ";
     this.btnHuy.UseCustomBackColor = true;
     this.btnHuy.UseCustomForeColor = true;
     this.btnHuy.UseSelectable      = true;
     this.btnHuy.Click             += new System.EventHandler(this.btnHuy_Click_1);
     //
     // grpDichVu
     //
     this.grpDichVu.Controls.Add(this.lstDichVuThem);
     this.grpDichVu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.grpDichVu.Location  = new System.Drawing.Point(40, 322);
     this.grpDichVu.Name      = "grpDichVu";
     this.grpDichVu.Size      = new System.Drawing.Size(420, 177);
     this.grpDichVu.TabIndex  = 2;
     this.grpDichVu.TabStop   = false;
     this.grpDichVu.Text      = "Bảng dịch vụ";
     //
     // lstDichVuThem
     //
     this.lstDichVuThem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.name,
         this.unit,
         this.price,
         this.description
     });
     this.lstDichVuThem.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lstDichVuThem.FullRowSelect = true;
     this.lstDichVuThem.GridLines     = true;
     this.lstDichVuThem.Location      = new System.Drawing.Point(3, 16);
     this.lstDichVuThem.MultiSelect   = false;
     this.lstDichVuThem.Name          = "lstDichVuThem";
     this.lstDichVuThem.Size          = new System.Drawing.Size(414, 158);
     this.lstDichVuThem.TabIndex      = 0;
     this.lstDichVuThem.UseCompatibleStateImageBehavior = false;
     this.lstDichVuThem.View        = System.Windows.Forms.View.Details;
     this.lstDichVuThem.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lstDichVuThem_MouseClick);
     //
     // name
     //
     this.name.Text  = "Tên dịch vụ";
     this.name.Width = 130;
     //
     // unit
     //
     this.unit.Text      = "Đơn vị tính";
     this.unit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.unit.Width     = 80;
     //
     // price
     //
     this.price.Text      = "Đơn giá";
     this.price.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.price.Width     = 80;
     //
     // description
     //
     this.description.Text      = "Mô tả";
     this.description.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.description.Width     = 120;
     //
     // txtName
     //
     //
     //
     //
     this.txtName.CustomButton.Image         = null;
     this.txtName.CustomButton.Location      = new System.Drawing.Point(265, 1);
     this.txtName.CustomButton.Name          = "";
     this.txtName.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txtName.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txtName.CustomButton.TabIndex      = 1;
     this.txtName.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txtName.CustomButton.UseSelectable = true;
     this.txtName.CustomButton.Visible       = false;
     this.txtName.Lines            = new string[0];
     this.txtName.Location         = new System.Drawing.Point(145, 102);
     this.txtName.MaxLength        = 32767;
     this.txtName.Name             = "txtName";
     this.txtName.PasswordChar     = '\0';
     this.txtName.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtName.SelectedText     = "";
     this.txtName.SelectionLength  = 0;
     this.txtName.SelectionStart   = 0;
     this.txtName.ShortcutsEnabled = true;
     this.txtName.Size             = new System.Drawing.Size(287, 23);
     this.txtName.TabIndex         = 3;
     this.txtName.UseSelectable    = true;
     this.txtName.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txtName.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // txtPrice
     //
     //
     //
     //
     this.txtPrice.CustomButton.Image         = null;
     this.txtPrice.CustomButton.Location      = new System.Drawing.Point(265, 1);
     this.txtPrice.CustomButton.Name          = "";
     this.txtPrice.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txtPrice.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txtPrice.CustomButton.TabIndex      = 1;
     this.txtPrice.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txtPrice.CustomButton.UseSelectable = true;
     this.txtPrice.CustomButton.Visible       = false;
     this.txtPrice.Lines            = new string[0];
     this.txtPrice.Location         = new System.Drawing.Point(145, 141);
     this.txtPrice.MaxLength        = 32767;
     this.txtPrice.Name             = "txtPrice";
     this.txtPrice.PasswordChar     = '\0';
     this.txtPrice.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtPrice.SelectedText     = "";
     this.txtPrice.SelectionLength  = 0;
     this.txtPrice.SelectionStart   = 0;
     this.txtPrice.ShortcutsEnabled = true;
     this.txtPrice.Size             = new System.Drawing.Size(287, 23);
     this.txtPrice.TabIndex         = 3;
     this.txtPrice.UseSelectable    = true;
     this.txtPrice.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txtPrice.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // txtUnit
     //
     //
     //
     //
     this.txtUnit.CustomButton.Image         = null;
     this.txtUnit.CustomButton.Location      = new System.Drawing.Point(265, 1);
     this.txtUnit.CustomButton.Name          = "";
     this.txtUnit.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txtUnit.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txtUnit.CustomButton.TabIndex      = 1;
     this.txtUnit.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txtUnit.CustomButton.UseSelectable = true;
     this.txtUnit.CustomButton.Visible       = false;
     this.txtUnit.Lines            = new string[0];
     this.txtUnit.Location         = new System.Drawing.Point(145, 182);
     this.txtUnit.MaxLength        = 32767;
     this.txtUnit.Name             = "txtUnit";
     this.txtUnit.PasswordChar     = '\0';
     this.txtUnit.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtUnit.SelectedText     = "";
     this.txtUnit.SelectionLength  = 0;
     this.txtUnit.SelectionStart   = 0;
     this.txtUnit.ShortcutsEnabled = true;
     this.txtUnit.Size             = new System.Drawing.Size(287, 23);
     this.txtUnit.TabIndex         = 3;
     this.txtUnit.UseSelectable    = true;
     this.txtUnit.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txtUnit.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // txtDescription
     //
     //
     //
     //
     this.txtDescription.CustomButton.Image         = null;
     this.txtDescription.CustomButton.Location      = new System.Drawing.Point(265, 1);
     this.txtDescription.CustomButton.Name          = "";
     this.txtDescription.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txtDescription.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txtDescription.CustomButton.TabIndex      = 1;
     this.txtDescription.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txtDescription.CustomButton.UseSelectable = true;
     this.txtDescription.CustomButton.Visible       = false;
     this.txtDescription.Lines            = new string[0];
     this.txtDescription.Location         = new System.Drawing.Point(145, 225);
     this.txtDescription.MaxLength        = 32767;
     this.txtDescription.Name             = "txtDescription";
     this.txtDescription.PasswordChar     = '\0';
     this.txtDescription.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtDescription.SelectedText     = "";
     this.txtDescription.SelectionLength  = 0;
     this.txtDescription.SelectionStart   = 0;
     this.txtDescription.ShortcutsEnabled = true;
     this.txtDescription.Size             = new System.Drawing.Size(287, 23);
     this.txtDescription.TabIndex         = 3;
     this.txtDescription.UseSelectable    = true;
     this.txtDescription.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txtDescription.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // btnThemDanhSach
     //
     this.btnThemDanhSach.BackColor          = System.Drawing.Color.DodgerBlue;
     this.btnThemDanhSach.FontSize           = MetroFramework.MetroButtonSize.Medium;
     this.btnThemDanhSach.ForeColor          = System.Drawing.SystemColors.ButtonHighlight;
     this.btnThemDanhSach.Location           = new System.Drawing.Point(43, 273);
     this.btnThemDanhSach.Name               = "btnThemDanhSach";
     this.btnThemDanhSach.Size               = new System.Drawing.Size(414, 43);
     this.btnThemDanhSach.TabIndex           = 4;
     this.btnThemDanhSach.Text               = "Thêm vào danh sách";
     this.btnThemDanhSach.UseCustomBackColor = true;
     this.btnThemDanhSach.UseCustomForeColor = true;
     this.btnThemDanhSach.UseSelectable      = true;
     this.btnThemDanhSach.Click             += new System.EventHandler(this.btnThemDanhSach_Click);
     //
     // cmtDichVu
     //
     this.cmtDichVu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ChinhsuaToolStripMenuItem,
         this.xóaToolStripMenuItem1
     });
     this.cmtDichVu.Name = "cmtDichVu";
     this.cmtDichVu.Size = new System.Drawing.Size(128, 48);
     //
     // ChinhsuaToolStripMenuItem
     //
     this.ChinhsuaToolStripMenuItem.Name = "ChinhsuaToolStripMenuItem";
     this.ChinhsuaToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     this.ChinhsuaToolStripMenuItem.Text = "Chỉnh sửa";
     //
     // xóaToolStripMenuItem1
     //
     this.xóaToolStripMenuItem1.Name = "xóaToolStripMenuItem1";
     this.xóaToolStripMenuItem1.Size = new System.Drawing.Size(127, 22);
     this.xóaToolStripMenuItem1.Text = "Xóa";
     //
     // ThemSuaDichVu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(502, 591);
     this.ControlBox          = false;
     this.Controls.Add(this.btnThemDanhSach);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.txtUnit);
     this.Controls.Add(this.txtPrice);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.grpDichVu);
     this.Controls.Add(this.btnHuy);
     this.Controls.Add(this.btnDongY);
     this.Controls.Add(this.metroLabel4);
     this.Controls.Add(this.metroLabel3);
     this.Controls.Add(this.metroLabel2);
     this.Controls.Add(this.metroLabel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "ThemSuaDichVu";
     this.Resizable     = false;
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Style         = MetroFramework.MetroColorStyle.White;
     this.Text          = "Them-SuaDichVu";
     this.TextAlign     = MetroFramework.Forms.MetroFormTextAlign.Center;
     this.Load         += new System.EventHandler(this.ThemSuaDichVu_Load);
     this.grpDichVu.ResumeLayout(false);
     this.cmtDichVu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChoMuonSach));
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel3           = new System.Windows.Forms.Panel();
     this.label9           = new System.Windows.Forms.Label();
     this.panel4           = new System.Windows.Forms.Panel();
     this.dataGridViewMuon = new System.Windows.Forms.DataGridView();
     this.ms                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ts                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tl                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tg                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tt                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.label8            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.ngaytradate       = new System.Windows.Forms.DateTimePicker();
     this.Ngaymuondate      = new System.Windows.Forms.DateTimePicker();
     this.SaveEditButton    = new System.Windows.Forms.Button();
     this.label11           = new System.Windows.Forms.Label();
     this.label12           = new System.Windows.Forms.Label();
     this.label19           = new System.Windows.Forms.Label();
     this.label17           = new System.Windows.Forms.Label();
     this.label14           = new System.Windows.Forms.Label();
     this.label15           = new System.Windows.Forms.Label();
     this.Masachtxt         = new System.Windows.Forms.TextBox();
     this.Madocgiatxt       = new System.Windows.Forms.TextBox();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.button1           = new System.Windows.Forms.Button();
     this.theloaicombo      = new System.Windows.Forms.ComboBox();
     this.Tensachtxt        = new System.Windows.Forms.TextBox();
     this.AddBt             = new System.Windows.Forms.Button();
     this.label6            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.tacgiatxt         = new System.Windows.Forms.TextBox();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMuon)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1229, 625);
     this.panel1.TabIndex = 3;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.label9);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Location = new System.Drawing.Point(9, 7);
     this.panel3.Margin   = new System.Windows.Forms.Padding(4);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1211, 609);
     this.panel3.TabIndex = 2;
     this.panel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // label9
     //
     this.label9.Font      = new System.Drawing.Font("Consolas", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.MediumSeaGreen;
     this.label9.Location  = new System.Drawing.Point(24, 6);
     this.label9.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(279, 49);
     this.label9.TabIndex  = 3;
     this.label9.Text      = "Phiếu Mượn Sách";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.dataGridViewMuon);
     this.panel4.Controls.Add(this.groupBox2);
     this.panel4.Controls.Add(this.groupBox1);
     this.panel4.Location = new System.Drawing.Point(12, 32);
     this.panel4.Margin   = new System.Windows.Forms.Padding(4);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(1186, 566);
     this.panel4.TabIndex = 31;
     //
     // dataGridViewMuon
     //
     this.dataGridViewMuon.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewMuon.BackgroundColor             = System.Drawing.SystemColors.ActiveCaption;
     this.dataGridViewMuon.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewMuon.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ms,
         this.ts,
         this.tl,
         this.tg,
         this.tt
     });
     this.dataGridViewMuon.Location           = new System.Drawing.Point(5, 306);
     this.dataGridViewMuon.Name               = "dataGridViewMuon";
     this.dataGridViewMuon.RowTemplate.Height = 24;
     this.dataGridViewMuon.Size               = new System.Drawing.Size(1174, 245);
     this.dataGridViewMuon.TabIndex           = 59;
     //
     // ms
     //
     this.ms.HeaderText = "Mã Sách";
     this.ms.Name       = "ms";
     //
     // ts
     //
     this.ts.HeaderText = "Tên Sách";
     this.ts.Name       = "ts";
     //
     // tl
     //
     this.tl.HeaderText = "Thể Loại";
     this.tl.Name       = "tl";
     //
     // tg
     //
     this.tg.HeaderText = "Tác Giả";
     this.tg.Name       = "tg";
     //
     // tt
     //
     this.tt.HeaderText = "Tình Trạng";
     this.tt.Name       = "tt";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.ngaytradate);
     this.groupBox2.Controls.Add(this.Ngaymuondate);
     this.groupBox2.Controls.Add(this.SaveEditButton);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.Masachtxt);
     this.groupBox2.Controls.Add(this.Madocgiatxt);
     this.groupBox2.Font     = new System.Drawing.Font("Candara", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(534, 14);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox2.Size     = new System.Drawing.Size(620, 287);
     this.groupBox2.TabIndex = 57;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Thông Tin Phiếu Mượn Sách";
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label8.Location  = new System.Drawing.Point(12, 200);
     this.label8.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(113, 2);
     this.label8.TabIndex  = 59;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label7.Location  = new System.Drawing.Point(8, 257);
     this.label7.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(113, 2);
     this.label7.TabIndex  = 58;
     //
     // ngaytradate
     //
     this.ngaytradate.CustomFormat = "dd/MM/yyyy";
     this.ngaytradate.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ngaytradate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ngaytradate.Location     = new System.Drawing.Point(190, 226);
     this.ngaytradate.Margin       = new System.Windows.Forms.Padding(4);
     this.ngaytradate.MaxDate      = new System.DateTime(2001, 12, 31, 0, 0, 0, 0);
     this.ngaytradate.MinDate      = new System.DateTime(1964, 1, 1, 0, 0, 0, 0);
     this.ngaytradate.Name         = "ngaytradate";
     this.ngaytradate.Size         = new System.Drawing.Size(195, 30);
     this.ngaytradate.TabIndex     = 57;
     this.ngaytradate.Value        = new System.DateTime(2001, 12, 31, 0, 0, 0, 0);
     //
     // Ngaymuondate
     //
     this.Ngaymuondate.CustomFormat = "dd/MM/yyyy";
     this.Ngaymuondate.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Ngaymuondate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Ngaymuondate.Location     = new System.Drawing.Point(190, 172);
     this.Ngaymuondate.Margin       = new System.Windows.Forms.Padding(4);
     this.Ngaymuondate.MaxDate      = new System.DateTime(2030, 12, 29, 0, 0, 0, 0);
     this.Ngaymuondate.MinDate      = new System.DateTime(1964, 1, 1, 0, 0, 0, 0);
     this.Ngaymuondate.Name         = "Ngaymuondate";
     this.Ngaymuondate.Size         = new System.Drawing.Size(195, 30);
     this.Ngaymuondate.TabIndex     = 57;
     this.Ngaymuondate.Value        = new System.DateTime(2001, 12, 31, 0, 0, 0, 0);
     //
     // SaveEditButton
     //
     this.SaveEditButton.AutoSize   = true;
     this.SaveEditButton.Font       = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveEditButton.Image      = ((System.Drawing.Image)(resources.GetObject("SaveEditButton.Image")));
     this.SaveEditButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SaveEditButton.Location   = new System.Drawing.Point(443, 121);
     this.SaveEditButton.Margin     = new System.Windows.Forms.Padding(4);
     this.SaveEditButton.Name       = "SaveEditButton";
     this.SaveEditButton.Size       = new System.Drawing.Size(121, 50);
     this.SaveEditButton.TabIndex   = 55;
     this.SaveEditButton.Text       = "Lưu";
     this.SaveEditButton.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.SaveEditButton.UseVisualStyleBackColor = true;
     //
     // label11
     //
     this.label11.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label11.Location  = new System.Drawing.Point(11, 136);
     this.label11.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(87, 2);
     this.label11.TabIndex  = 56;
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label12.Location  = new System.Drawing.Point(13, 73);
     this.label12.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(80, 2);
     this.label12.TabIndex  = 56;
     //
     // label19
     //
     this.label19.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.Black;
     this.label19.Location  = new System.Drawing.Point(8, 229);
     this.label19.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(119, 28);
     this.label19.TabIndex  = 53;
     this.label19.Text      = "Ngày Trả:";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label17
     //
     this.label17.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.Black;
     this.label17.Location  = new System.Drawing.Point(8, 174);
     this.label17.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(119, 28);
     this.label17.TabIndex  = 53;
     this.label17.Text      = "Ngày Mượn:";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label14
     //
     this.label14.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.Black;
     this.label14.Location  = new System.Drawing.Point(8, 106);
     this.label14.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(128, 28);
     this.label14.TabIndex  = 53;
     this.label14.Text      = "Mã Sách:";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label15
     //
     this.label15.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.Black;
     this.label15.Location  = new System.Drawing.Point(8, 45);
     this.label15.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(119, 28);
     this.label15.TabIndex  = 53;
     this.label15.Text      = "Mã Độc Giả:";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Masachtxt
     //
     this.Masachtxt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Masachtxt.Location  = new System.Drawing.Point(190, 96);
     this.Masachtxt.Margin    = new System.Windows.Forms.Padding(4);
     this.Masachtxt.Multiline = true;
     this.Masachtxt.Name      = "Masachtxt";
     this.Masachtxt.Size      = new System.Drawing.Size(215, 37);
     this.Masachtxt.TabIndex  = 51;
     //
     // Madocgiatxt
     //
     this.Madocgiatxt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Madocgiatxt.Location  = new System.Drawing.Point(190, 33);
     this.Madocgiatxt.Margin    = new System.Windows.Forms.Padding(4);
     this.Madocgiatxt.Multiline = true;
     this.Madocgiatxt.Name      = "Madocgiatxt";
     this.Madocgiatxt.Size      = new System.Drawing.Size(215, 37);
     this.Madocgiatxt.TabIndex  = 51;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.theloaicombo);
     this.groupBox1.Controls.Add(this.Tensachtxt);
     this.groupBox1.Controls.Add(this.AddBt);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tacgiatxt);
     this.groupBox1.Font     = new System.Drawing.Font("Candara", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(14, 20);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox1.Size     = new System.Drawing.Size(424, 287);
     this.groupBox1.TabIndex = 58;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Thông Tin Sách";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(7, 229);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(137, 39);
     this.button1.TabIndex = 57;
     this.button1.Text     = "Danh sách ";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // theloaicombo
     //
     this.theloaicombo.FormattingEnabled = true;
     this.theloaicombo.Location          = new System.Drawing.Point(201, 172);
     this.theloaicombo.Name     = "theloaicombo";
     this.theloaicombo.Size     = new System.Drawing.Size(179, 31);
     this.theloaicombo.TabIndex = 58;
     //
     // Tensachtxt
     //
     this.Tensachtxt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Tensachtxt.Location  = new System.Drawing.Point(203, 36);
     this.Tensachtxt.Margin    = new System.Windows.Forms.Padding(4);
     this.Tensachtxt.Multiline = true;
     this.Tensachtxt.Name      = "Tensachtxt";
     this.Tensachtxt.Size      = new System.Drawing.Size(179, 37);
     this.Tensachtxt.TabIndex  = 57;
     //
     // AddBt
     //
     this.AddBt.AutoSize   = true;
     this.AddBt.Font       = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AddBt.Image      = ((System.Drawing.Image)(resources.GetObject("AddBt.Image")));
     this.AddBt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.AddBt.Location   = new System.Drawing.Point(179, 229);
     this.AddBt.Margin     = new System.Windows.Forms.Padding(4);
     this.AddBt.Name       = "AddBt";
     this.AddBt.Size       = new System.Drawing.Size(121, 39);
     this.AddBt.TabIndex   = 49;
     this.AddBt.Text       = "Tìm";
     this.AddBt.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.AddBt.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label6.Location  = new System.Drawing.Point(-2, 68);
     this.label6.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(127, 2);
     this.label6.TabIndex  = 56;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(12, 198);
     this.label4.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(113, 2);
     this.label4.TabIndex  = 56;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(15, 133);
     this.label2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(87, 2);
     this.label2.TabIndex  = 56;
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(15, 170);
     this.label5.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(144, 28);
     this.label5.TabIndex  = 53;
     this.label5.Text      = "Thể Loại";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(12, 105);
     this.label3.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 28);
     this.label3.TabIndex  = 53;
     this.label3.Text      = "Tác Giả";
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(12, 42);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(119, 28);
     this.label1.TabIndex  = 53;
     this.label1.Text      = "Tên Sách:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tacgiatxt
     //
     this.tacgiatxt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tacgiatxt.Location  = new System.Drawing.Point(203, 96);
     this.tacgiatxt.Margin    = new System.Windows.Forms.Padding(4);
     this.tacgiatxt.Multiline = true;
     this.tacgiatxt.Name      = "tacgiatxt";
     this.tacgiatxt.Size      = new System.Drawing.Size(179, 37);
     this.tacgiatxt.TabIndex  = 51;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Name             = "contextMenuStrip1";
     this.contextMenuStrip1.Size             = new System.Drawing.Size(61, 4);
     //
     // ChoMuonSach
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "ChoMuonSach";
     this.Size   = new System.Drawing.Size(1229, 628);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMuon)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #35
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form9_Liao));
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.bar3 = new DevExpress.XtraBars.Bar();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.treeListColumn18 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn5 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn6 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn7 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn8 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn11 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn9 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn10 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn12 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn13 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn14 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn15 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn16 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn17 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.ctrlPowerEachList11 = new Itop.Client.Stutistics.CtrlPowerEachList1();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.关联图层ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = false;
            this.barManager1.AllowQuickCustomization = false;
            this.barManager1.AllowShowToolbarsPopup = false;
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar1,
            this.bar2,
            this.bar3});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Images = this.imageList1;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem6,
            this.barSubItem1,
            this.barSubItem2,
            this.barButtonItem8,
            this.barButtonItem9,
            this.barButtonItem10,
            this.barSubItem3,
            this.barButtonItem11,
            this.barButtonItem12,
            this.barButtonItem13,
            this.barButtonItem14,
            this.barSubItem4,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barButtonItem5,
            this.barButtonItem7,
            this.barButtonItem15,
            this.barButtonItem16});
            this.barManager1.MainMenu = this.bar3;
            this.barManager1.MaxItemId = 26;
            this.barManager1.StatusBar = this.bar2;
            // 
            // bar1
            // 
            this.bar1.BarName = "Custom 1";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 0;
            this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem16, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem15, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.UseWholeRow = true;
            this.bar1.Text = "Custom 1";
            // 
            // barSubItem2
            // 
            this.barSubItem2.Caption = "规划管理";
            this.barSubItem2.Id = 8;
            this.barSubItem2.ImageIndex = 23;
            this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10)});
            this.barSubItem2.Name = "barSubItem2";
            this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "添加";
            this.barButtonItem8.Id = 9;
            this.barButtonItem8.ImageIndex = 28;
            this.barButtonItem8.Name = "barButtonItem8";
            this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "修改";
            this.barButtonItem9.Id = 10;
            this.barButtonItem9.ImageIndex = 27;
            this.barButtonItem9.Name = "barButtonItem9";
            this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "删除";
            this.barButtonItem10.Id = 11;
            this.barButtonItem10.ImageIndex = 10;
            this.barButtonItem10.Name = "barButtonItem10";
            this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
            // 
            // barSubItem3
            // 
            this.barSubItem3.Caption = "项目管理";
            this.barSubItem3.Id = 12;
            this.barSubItem3.ImageIndex = 9;
            this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem13),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14)});
            this.barSubItem3.Name = "barSubItem3";
            this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "添加项目";
            this.barButtonItem11.Id = 13;
            this.barButtonItem11.ImageIndex = 15;
            this.barButtonItem11.Name = "barButtonItem11";
            this.barButtonItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
            // 
            // barButtonItem13
            // 
            this.barButtonItem13.Caption = "修改项目";
            this.barButtonItem13.Id = 15;
            this.barButtonItem13.ImageIndex = 18;
            this.barButtonItem13.Name = "barButtonItem13";
            this.barButtonItem13.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
            // 
            // barButtonItem14
            // 
            this.barButtonItem14.Caption = "删除项目";
            this.barButtonItem14.Id = 16;
            this.barButtonItem14.ImageIndex = 10;
            this.barButtonItem14.Name = "barButtonItem14";
            this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
            // 
            // barSubItem4
            // 
            this.barSubItem4.Caption = "项目类别管理";
            this.barSubItem4.Id = 17;
            this.barSubItem4.ImageIndex = 14;
            this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
            this.barSubItem4.Name = "barSubItem4";
            this.barSubItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "添加类别";
            this.barButtonItem1.Id = 18;
            this.barButtonItem1.ImageIndex = 17;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "修改类别";
            this.barButtonItem4.Id = 21;
            this.barButtonItem4.ImageIndex = 22;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick_1);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "删除类别";
            this.barButtonItem2.Id = 19;
            this.barButtonItem2.ImageIndex = 10;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "编辑数据";
            this.barButtonItem5.Id = 22;
            this.barButtonItem5.ImageIndex = 27;
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick_1);
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "导入";
            this.barButtonItem7.Id = 23;
            this.barButtonItem7.ImageIndex = 5;
            this.barButtonItem7.Name = "barButtonItem7";
            this.barButtonItem7.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "导出及打印";
            this.barButtonItem6.Id = 5;
            this.barButtonItem6.ImageIndex = 4;
            this.barButtonItem6.Name = "barButtonItem6";
            this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            // 
            // barButtonItem16
            // 
            this.barButtonItem16.Caption = "清除数据";
            this.barButtonItem16.Id = 25;
            this.barButtonItem16.ImageIndex = 10;
            this.barButtonItem16.Name = "barButtonItem16";
            this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "关闭";
            this.barButtonItem3.Id = 20;
            this.barButtonItem3.ImageIndex = 25;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem15
            // 
            this.barButtonItem15.Caption = "导出";
            this.barButtonItem15.Id = 24;
            this.barButtonItem15.ImageIndex = 3;
            this.barButtonItem15.Name = "barButtonItem15";
            this.barButtonItem15.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
            // 
            // bar2
            // 
            this.bar2.BarName = "Custom 2";
            this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Custom 2";
            // 
            // bar3
            // 
            this.bar3.BarName = "Custom 3";
            this.bar3.DockCol = 0;
            this.bar3.DockRow = 0;
            this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar3.OptionsBar.MultiLine = true;
            this.bar3.OptionsBar.UseWholeRow = true;
            this.bar3.Text = "Custom 3";
            this.bar3.Visible = 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, "保存.ico");
            this.imageList1.Images.SetKeyName(1, "布局.ico");
            this.imageList1.Images.SetKeyName(2, "查询.ico");
            this.imageList1.Images.SetKeyName(3, "打回重新编.ico");
            this.imageList1.Images.SetKeyName(4, "打印.ico");
            this.imageList1.Images.SetKeyName(5, "发送.ico");
            this.imageList1.Images.SetKeyName(6, "关闭1.ico");
            this.imageList1.Images.SetKeyName(7, "关闭.ico");
            this.imageList1.Images.SetKeyName(8, "角色.ico");
            this.imageList1.Images.SetKeyName(9, "三等功发1.ico");
            this.imageList1.Images.SetKeyName(10, "删除.ico");
            this.imageList1.Images.SetKeyName(11, "审核.ico");
            this.imageList1.Images.SetKeyName(12, "审批.ico");
            this.imageList1.Images.SetKeyName(13, "授权.ico");
            this.imageList1.Images.SetKeyName(14, "刷新.ico");
            this.imageList1.Images.SetKeyName(15, "添加同级.ico");
            this.imageList1.Images.SetKeyName(16, "添加下级.ico");
            this.imageList1.Images.SetKeyName(17, "新建.ico");
            this.imageList1.Images.SetKeyName(18, "修改.ico");
            this.imageList1.Images.SetKeyName(19, "作废.ico");
            this.imageList1.Images.SetKeyName(20, "关闭.ico");
            this.imageList1.Images.SetKeyName(21, "新建.ico");
            this.imageList1.Images.SetKeyName(22, "修改.ico");
            this.imageList1.Images.SetKeyName(23, "books.ico");
            this.imageList1.Images.SetKeyName(24, "新建.ico");
            this.imageList1.Images.SetKeyName(25, "关闭.ico");
            this.imageList1.Images.SetKeyName(26, "修改.ico");
            this.imageList1.Images.SetKeyName(27, "修改.ico");
            this.imageList1.Images.SetKeyName(28, "新建.ico");
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "分类管理";
            this.barSubItem1.Id = 7;
            this.barSubItem1.Name = "barSubItem1";
            // 
            // barButtonItem12
            // 
            this.barButtonItem12.Caption = "添加子项目";
            this.barButtonItem12.Id = 14;
            this.barButtonItem12.ImageIndex = 16;
            this.barButtonItem12.Name = "barButtonItem12";
            this.barButtonItem12.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
            // 
            // treeList1
            // 
            this.treeList1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.treeList1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn18,
            this.treeListColumn1,
            this.treeListColumn2,
            this.treeListColumn3,
            this.treeListColumn4,
            this.treeListColumn5,
            this.treeListColumn6,
            this.treeListColumn7,
            this.treeListColumn8,
            this.treeListColumn11,
            this.treeListColumn9,
            this.treeListColumn10,
            this.treeListColumn12,
            this.treeListColumn13,
            this.treeListColumn14,
            this.treeListColumn15,
            this.treeListColumn16,
            this.treeListColumn17});
            this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeList1.Location = new System.Drawing.Point(0, 0);
            this.treeList1.Name = "treeList1";
            this.treeList1.OptionsBehavior.AutoFocusNewNode = true;
            this.treeList1.OptionsBehavior.PopulateServiceColumns = true;
            this.treeList1.OptionsPrint.PrintTreeButtons = false;
            this.treeList1.OptionsView.AutoWidth = false;
            this.treeList1.OptionsView.EnableAppearanceOddRow = true;
            this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2,
            this.repositoryItemMemoEdit1,
            this.repositoryItemMemoEdit2,
            this.repositoryItemTextEdit3});
            this.treeList1.Size = new System.Drawing.Size(658, 350);
            this.treeList1.TabIndex = 4;
            this.treeList1.FocusedColumnChanged += new DevExpress.XtraTreeList.FocusedColumnChangedEventHandler(this.treeList1_FocusedColumnChanged);
            this.treeList1.DoubleClick += new System.EventHandler(this.treeList1_DoubleClick);
            this.treeList1.ShownEditor += new System.EventHandler(this.treeList1_ShownEditor);
            this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
            this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
            // 
            // treeListColumn18
            // 
            this.treeListColumn18.Caption = "treeListColumn18";
            this.treeListColumn18.FieldName = "ID";
            this.treeListColumn18.Name = "treeListColumn18";
            // 
            // treeListColumn1
            // 
            this.treeListColumn1.Caption = "城区名称";
            this.treeListColumn1.ColumnEdit = this.repositoryItemTextEdit3;
            this.treeListColumn1.FieldName = "Title";
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.VisibleIndex = 0;
            // 
            // repositoryItemTextEdit3
            // 
            this.repositoryItemTextEdit3.AutoHeight = false;
            this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
            // 
            // treeListColumn2
            // 
            this.treeListColumn2.Caption = "treeListColumn2";
            this.treeListColumn2.FieldName = "Flag";
            this.treeListColumn2.Name = "treeListColumn2";
            // 
            // treeListColumn3
            // 
            this.treeListColumn3.Caption = "treeListColumn3";
            this.treeListColumn3.FieldName = "Flag2";
            this.treeListColumn3.Name = "treeListColumn3";
            // 
            // treeListColumn4
            // 
            this.treeListColumn4.Caption = "treeListColumn4";
            this.treeListColumn4.FieldName = "ParentID";
            this.treeListColumn4.Name = "treeListColumn4";
            // 
            // treeListColumn5
            // 
            this.treeListColumn5.Caption = "项目名称";
            this.treeListColumn5.FieldName = "Code";
            this.treeListColumn5.Name = "treeListColumn5";
            this.treeListColumn5.VisibleIndex = 1;
            // 
            // treeListColumn6
            // 
            this.treeListColumn6.Caption = "treeListColumn6";
            this.treeListColumn6.FieldName = "CreateTime";
            this.treeListColumn6.Name = "treeListColumn6";
            this.treeListColumn6.SortOrder = System.Windows.Forms.SortOrder.Descending;
            // 
            // treeListColumn7
            // 
            this.treeListColumn7.Caption = "treeListColumn7";
            this.treeListColumn7.FieldName = "UpdateTime";
            this.treeListColumn7.Name = "treeListColumn7";
            // 
            // treeListColumn8
            // 
            this.treeListColumn8.Caption = "treeListColumn8";
            this.treeListColumn8.FieldName = "L1";
            this.treeListColumn8.Name = "treeListColumn8";
            // 
            // treeListColumn11
            // 
            this.treeListColumn11.Caption = "建设性质";
            this.treeListColumn11.FieldName = "L4";
            this.treeListColumn11.Name = "treeListColumn11";
            this.treeListColumn11.VisibleIndex = 2;
            // 
            // treeListColumn9
            // 
            this.treeListColumn9.Caption = "变电容量(MVA)";
            this.treeListColumn9.FieldName = "IsConn";
            this.treeListColumn9.Name = "treeListColumn9";
            this.treeListColumn9.VisibleIndex = 3;
            // 
            // treeListColumn10
            // 
            this.treeListColumn10.Caption = "线路长度(KM)";
            this.treeListColumn10.FieldName = "Remark";
            this.treeListColumn10.Name = "treeListColumn10";
            this.treeListColumn10.VisibleIndex = 4;
            // 
            // treeListColumn12
            // 
            this.treeListColumn12.Caption = "投产年限";
            this.treeListColumn12.FieldName = "L5";
            this.treeListColumn12.Name = "treeListColumn12";
            this.treeListColumn12.VisibleIndex = 5;
            // 
            // treeListColumn13
            // 
            this.treeListColumn13.Caption = "总投资(万元)";
            this.treeListColumn13.FieldName = "L6";
            this.treeListColumn13.Name = "treeListColumn13";
            this.treeListColumn13.VisibleIndex = 6;
            // 
            // treeListColumn14
            // 
            this.treeListColumn14.Caption = "treeListColumn14";
            this.treeListColumn14.FieldName = "L2";
            this.treeListColumn14.Name = "treeListColumn14";
            // 
            // treeListColumn15
            // 
            this.treeListColumn15.Caption = "treeListColumn15";
            this.treeListColumn15.FieldName = "StartYear";
            this.treeListColumn15.Name = "treeListColumn15";
            // 
            // treeListColumn16
            // 
            this.treeListColumn16.Caption = "treeListColumn16";
            this.treeListColumn16.FieldName = "EndYear";
            this.treeListColumn16.Name = "treeListColumn16";
            // 
            // treeListColumn17
            // 
            this.treeListColumn17.Caption = "treeListColumn17";
            this.treeListColumn17.FieldName = "L3";
            this.treeListColumn17.Name = "treeListColumn17";
            // 
            // repositoryItemMemoEdit1
            // 
            this.repositoryItemMemoEdit1.MaxLength = 300;
            this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
            // 
            // repositoryItemMemoEdit2
            // 
            this.repositoryItemMemoEdit2.MaxLength = 100;
            this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 33);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.ctrlPowerEachList11);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
            this.splitContainerControl1.Panel2.Controls.Add(this.treeList1);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(821, 358);
            this.splitContainerControl1.SplitterPosition = 151;
            this.splitContainerControl1.TabIndex = 5;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // ctrlPowerEachList11
            // 
            this.ctrlPowerEachList11.AllowUpdate = true;
            this.ctrlPowerEachList11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctrlPowerEachList11.IsJSXM = false;
            this.ctrlPowerEachList11.Location = new System.Drawing.Point(0, 0);
            this.ctrlPowerEachList11.Name = "ctrlPowerEachList11";
            this.ctrlPowerEachList11.Size = new System.Drawing.Size(143, 350);
            this.ctrlPowerEachList11.TabIndex = 0;
            // 
            // gridControl1
            // 
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(154, 123);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(400, 200);
            this.gridControl1.TabIndex = 5;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            this.gridControl1.Visible = false;
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.关联图层ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(119, 26);
            // 
            // 关联图层ToolStripMenuItem
            // 
            this.关联图层ToolStripMenuItem.Name = "关联图层ToolStripMenuItem";
            this.关联图层ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.关联图层ToolStripMenuItem.Text = "关联图层";
            this.关联图层ToolStripMenuItem.Click += new System.EventHandler(this.关联图层ToolStripMenuItem_Click);
            // 
            // Form9_Liao
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(821, 412);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "Form9_Liao";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "输变电设备情况表";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Example #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.button1           = new System.Windows.Forms.Button();
     this.cbParity          = new System.Windows.Forms.ComboBox();
     this.cbStop            = new System.Windows.Forms.ComboBox();
     this.cbDtataBits       = new System.Windows.Forms.ComboBox();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.cbBaudRate        = new System.Windows.Forms.ComboBox();
     this.cb_serial         = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.txt_receive       = new System.Windows.Forms.RichTextBox();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.btn_clear         = new System.Windows.Forms.Button();
     this.btn_send          = new System.Windows.Forms.Button();
     this.txtSend           = new System.Windows.Forms.TextBox();
     this.serialPort1       = new System.IO.Ports.SerialPort(this.components);
     this.groupBox4         = new System.Windows.Forms.GroupBox();
     this.radioButton2      = new System.Windows.Forms.RadioButton();
     this.label6            = new System.Windows.Forms.Label();
     this.radioButton1      = new System.Windows.Forms.RadioButton();
     this.groupBox5         = new System.Windows.Forms.GroupBox();
     this.radioButton4      = new System.Windows.Forms.RadioButton();
     this.radioButton3      = new System.Windows.Forms.RadioButton();
     this.label7            = new System.Windows.Forms.Label();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.cbParity);
     this.groupBox1.Controls.Add(this.cbStop);
     this.groupBox1.Controls.Add(this.cbDtataBits);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.cbBaudRate);
     this.groupBox1.Controls.Add(this.cb_serial);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(258, 254);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "串口设置";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(61, 218);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 10;
     this.button1.Text     = "打开串口";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // cbParity
     //
     this.cbParity.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbParity.FormattingEnabled = true;
     this.cbParity.Items.AddRange(new object[] {
         "无",
         "奇校验",
         "偶校验"
     });
     this.cbParity.Location = new System.Drawing.Point(61, 171);
     this.cbParity.Name     = "cbParity";
     this.cbParity.Size     = new System.Drawing.Size(121, 20);
     this.cbParity.TabIndex = 9;
     //
     // cbStop
     //
     this.cbStop.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbStop.FormattingEnabled = true;
     this.cbStop.Items.AddRange(new object[] {
         "1",
         "1.5",
         "2"
     });
     this.cbStop.Location = new System.Drawing.Point(61, 130);
     this.cbStop.Name     = "cbStop";
     this.cbStop.Size     = new System.Drawing.Size(121, 20);
     this.cbStop.TabIndex = 8;
     //
     // cbDtataBits
     //
     this.cbDtataBits.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDtataBits.FormattingEnabled = true;
     this.cbDtataBits.Items.AddRange(new object[] {
         "5",
         "6",
         "7",
         "8"
     });
     this.cbDtataBits.Location = new System.Drawing.Point(61, 91);
     this.cbDtataBits.Name     = "cbDtataBits";
     this.cbDtataBits.Size     = new System.Drawing.Size(121, 20);
     this.cbDtataBits.TabIndex = 7;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 174);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(47, 12);
     this.label5.TabIndex = 6;
     this.label5.Text     = "校验位:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 133);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(47, 12);
     this.label4.TabIndex = 5;
     this.label4.Text     = "停止位:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 94);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(47, 12);
     this.label3.TabIndex = 4;
     this.label3.Text     = "数据位:";
     //
     // cbBaudRate
     //
     this.cbBaudRate.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBaudRate.FormattingEnabled = true;
     this.cbBaudRate.Items.AddRange(new object[] {
         "600",
         "1200",
         "2400",
         "4800",
         "9600",
         "14400",
         "19200",
         "115200"
     });
     this.cbBaudRate.Location = new System.Drawing.Point(61, 52);
     this.cbBaudRate.Name     = "cbBaudRate";
     this.cbBaudRate.Size     = new System.Drawing.Size(121, 20);
     this.cbBaudRate.TabIndex = 3;
     //
     // cb_serial
     //
     this.cb_serial.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_serial.FormattingEnabled = true;
     this.cb_serial.Location          = new System.Drawing.Point(61, 18);
     this.cb_serial.Name     = "cb_serial";
     this.cb_serial.Size     = new System.Drawing.Size(121, 20);
     this.cb_serial.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 55);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 1;
     this.label2.Text     = "波特率:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "串口号:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txt_receive);
     this.groupBox2.Location = new System.Drawing.Point(298, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(258, 399);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "接收数据";
     //
     // txt_receive
     //
     this.txt_receive.BackColor     = System.Drawing.SystemColors.Menu;
     this.txt_receive.HideSelection = false;
     this.txt_receive.Location      = new System.Drawing.Point(6, 18);
     this.txt_receive.Name          = "txt_receive";
     this.txt_receive.ReadOnly      = true;
     this.txt_receive.Size          = new System.Drawing.Size(246, 375);
     this.txt_receive.TabIndex      = 0;
     this.txt_receive.Text          = "";
     this.txt_receive.TextChanged  += new System.EventHandler(this.txt_receive_TextChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btn_clear);
     this.groupBox3.Controls.Add(this.btn_send);
     this.groupBox3.Controls.Add(this.txtSend);
     this.groupBox3.Location = new System.Drawing.Point(12, 285);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(258, 126);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "发送数据";
     //
     // btn_clear
     //
     this.btn_clear.Enabled  = false;
     this.btn_clear.Location = new System.Drawing.Point(61, 97);
     this.btn_clear.Name     = "btn_clear";
     this.btn_clear.Size     = new System.Drawing.Size(75, 23);
     this.btn_clear.TabIndex = 2;
     this.btn_clear.Text     = "清空接收区";
     this.btn_clear.UseVisualStyleBackColor = true;
     this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
     //
     // btn_send
     //
     this.btn_send.Enabled  = false;
     this.btn_send.Location = new System.Drawing.Point(177, 97);
     this.btn_send.Name     = "btn_send";
     this.btn_send.Size     = new System.Drawing.Size(75, 23);
     this.btn_send.TabIndex = 1;
     this.btn_send.Text     = "发送数据";
     this.btn_send.UseVisualStyleBackColor = true;
     this.btn_send.Click += new System.EventHandler(this.btn_send_Click);
     //
     // txtSend
     //
     this.txtSend.BackColor = System.Drawing.SystemColors.Menu;
     this.txtSend.Enabled   = false;
     this.txtSend.Location  = new System.Drawing.Point(9, 20);
     this.txtSend.Multiline = true;
     this.txtSend.Name      = "txtSend";
     this.txtSend.Size      = new System.Drawing.Size(243, 62);
     this.txtSend.TabIndex  = 0;
     //
     // serialPort1
     //
     this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.radioButton2);
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Controls.Add(this.radioButton1);
     this.groupBox4.Location = new System.Drawing.Point(12, 418);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(258, 48);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "数据格式";
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Enabled  = false;
     this.radioButton2.Location = new System.Drawing.Point(153, 19);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(59, 16);
     this.radioButton2.TabIndex = 2;
     this.radioButton2.Text     = "字符串";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(20, 21);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(35, 12);
     this.label6.TabIndex = 1;
     this.label6.Text     = "发送:";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked  = true;
     this.radioButton1.Enabled  = false;
     this.radioButton1.Location = new System.Drawing.Point(61, 19);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(71, 16);
     this.radioButton1.TabIndex = 0;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "十六进制";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.radioButton4);
     this.groupBox5.Controls.Add(this.radioButton3);
     this.groupBox5.Controls.Add(this.label7);
     this.groupBox5.Location = new System.Drawing.Point(298, 418);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(258, 48);
     this.groupBox5.TabIndex = 4;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "接收格式";
     //
     // radioButton4
     //
     this.radioButton4.AutoSize = true;
     this.radioButton4.Enabled  = false;
     this.radioButton4.Location = new System.Drawing.Point(158, 17);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(59, 16);
     this.radioButton4.TabIndex = 2;
     this.radioButton4.Text     = "字符串";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Checked  = true;
     this.radioButton3.Enabled  = false;
     this.radioButton3.Location = new System.Drawing.Point(63, 18);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(71, 16);
     this.radioButton3.TabIndex = 1;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "十六进制";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(21, 20);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(35, 12);
     this.label7.TabIndex = 0;
     this.label7.Text     = "接收:";
     //
     // Form2_serial
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(568, 479);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "Form2_serial";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "串口设置";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form2_serial_FormClosing);
     this.Load           += new System.EventHandler(this.Form2_serial_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.exp_grid_box = new MetroFramework.Controls.MetroGrid();
            this.totInTile = new MetroFramework.Controls.MetroTile();
            this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
            this.totOutTile = new MetroFramework.Controls.MetroTile();
            this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
            this.getReportBtn = new MetroFramework.Controls.MetroButton();
            this.headInTxtBox = new MetroFramework.Controls.MetroTextBox();
            this.addNewInBtn = new MetroFramework.Controls.MetroButton();
            this.errorProviderBalance = new System.Windows.Forms.ErrorProvider(this.components);
            this.curBalTile = new MetroFramework.Controls.MetroTile();
            this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
            ((System.ComponentModel.ISupportInitialize)(this.exp_grid_box)).BeginInit();
            this.totInTile.SuspendLayout();
            this.totOutTile.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorProviderBalance)).BeginInit();
            this.curBalTile.SuspendLayout();
            this.SuspendLayout();
            // 
            // exp_grid_box
            // 
            this.exp_grid_box.AllowUserToResizeRows = false;
            this.exp_grid_box.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.exp_grid_box.BackgroundColor = System.Drawing.Color.LightGray;
            this.exp_grid_box.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.exp_grid_box.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.exp_grid_box.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.exp_grid_box.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.exp_grid_box.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.exp_grid_box.DefaultCellStyle = dataGridViewCellStyle2;
            this.exp_grid_box.EnableHeadersVisualStyles = false;
            this.exp_grid_box.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.exp_grid_box.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.exp_grid_box.Location = new System.Drawing.Point(23, 348);
            this.exp_grid_box.Name = "exp_grid_box";
            this.exp_grid_box.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.exp_grid_box.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.exp_grid_box.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.exp_grid_box.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.exp_grid_box.Size = new System.Drawing.Size(1034, 329);
            this.exp_grid_box.TabIndex = 0;
            // 
            // totInTile
            // 
            this.totInTile.ActiveControl = null;
            this.totInTile.Controls.Add(this.metroLabel1);
            this.totInTile.Location = new System.Drawing.Point(24, 64);
            this.totInTile.Name = "totInTile";
            this.totInTile.Size = new System.Drawing.Size(276, 97);
            this.totInTile.TabIndex = 1;
            this.totInTile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.totInTile.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
            this.totInTile.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Bold;
            this.totInTile.UseSelectable = true;
            // 
            // metroLabel1
            // 
            this.metroLabel1.AutoSize = true;
            this.metroLabel1.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel1.Location = new System.Drawing.Point(4, 75);
            this.metroLabel1.Name = "metroLabel1";
            this.metroLabel1.Size = new System.Drawing.Size(54, 19);
            this.metroLabel1.TabIndex = 0;
            this.metroLabel1.Text = "Total In";
            // 
            // totOutTile
            // 
            this.totOutTile.ActiveControl = null;
            this.totOutTile.Controls.Add(this.metroLabel2);
            this.totOutTile.Location = new System.Drawing.Point(306, 64);
            this.totOutTile.Name = "totOutTile";
            this.totOutTile.Size = new System.Drawing.Size(276, 97);
            this.totOutTile.TabIndex = 2;
            this.totOutTile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.totOutTile.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
            this.totOutTile.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Bold;
            this.totOutTile.UseSelectable = true;
            // 
            // metroLabel2
            // 
            this.metroLabel2.AutoSize = true;
            this.metroLabel2.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel2.Location = new System.Drawing.Point(3, 75);
            this.metroLabel2.Name = "metroLabel2";
            this.metroLabel2.Size = new System.Drawing.Size(66, 19);
            this.metroLabel2.TabIndex = 1;
            this.metroLabel2.Text = "Total Out";
            // 
            // getReportBtn
            // 
            this.getReportBtn.Location = new System.Drawing.Point(952, 319);
            this.getReportBtn.Name = "getReportBtn";
            this.getReportBtn.Size = new System.Drawing.Size(104, 23);
            this.getReportBtn.TabIndex = 6;
            this.getReportBtn.Text = "Get a Report";
            this.getReportBtn.UseSelectable = true;
            // 
            // headInTxtBox
            // 
            // 
            // 
            // 
            this.headInTxtBox.CustomButton.Image = null;
            this.headInTxtBox.CustomButton.Location = new System.Drawing.Point(171, 1);
            this.headInTxtBox.CustomButton.Name = "";
            this.headInTxtBox.CustomButton.Size = new System.Drawing.Size(21, 21);
            this.headInTxtBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
            this.headInTxtBox.CustomButton.TabIndex = 1;
            this.headInTxtBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
            this.headInTxtBox.CustomButton.UseSelectable = true;
            this.headInTxtBox.CustomButton.Visible = false;
            this.headInTxtBox.Lines = new string[0];
            this.headInTxtBox.Location = new System.Drawing.Point(23, 319);
            this.headInTxtBox.MaxLength = 32767;
            this.headInTxtBox.Name = "headInTxtBox";
            this.headInTxtBox.PasswordChar = '\0';
            this.headInTxtBox.PromptText = "Add new In";
            this.headInTxtBox.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.headInTxtBox.SelectedText = "";
            this.headInTxtBox.SelectionLength = 0;
            this.headInTxtBox.SelectionStart = 0;
            this.headInTxtBox.ShortcutsEnabled = true;
            this.headInTxtBox.Size = new System.Drawing.Size(193, 23);
            this.headInTxtBox.TabIndex = 7;
            this.headInTxtBox.UseSelectable = true;
            this.headInTxtBox.WaterMark = "Add new In";
            this.headInTxtBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
            this.headInTxtBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
            this.headInTxtBox.Validating += new System.ComponentModel.CancelEventHandler(this.headInTxtBox_Validating);
            this.headInTxtBox.Validated += new System.EventHandler(this.headInTxtBox_Validated);
            // 
            // addNewInBtn
            // 
            this.addNewInBtn.Location = new System.Drawing.Point(222, 319);
            this.addNewInBtn.Name = "addNewInBtn";
            this.addNewInBtn.Size = new System.Drawing.Size(75, 23);
            this.addNewInBtn.TabIndex = 8;
            this.addNewInBtn.Text = "In";
            this.addNewInBtn.UseSelectable = true;
            // 
            // errorProviderBalance
            // 
            this.errorProviderBalance.ContainerControl = this;
            // 
            // curBalTile
            // 
            this.curBalTile.ActiveControl = null;
            this.curBalTile.Controls.Add(this.metroLabel3);
            this.curBalTile.Location = new System.Drawing.Point(780, 64);
            this.curBalTile.Name = "curBalTile";
            this.curBalTile.Size = new System.Drawing.Size(276, 97);
            this.curBalTile.TabIndex = 9;
            this.curBalTile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.curBalTile.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
            this.curBalTile.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Bold;
            this.curBalTile.UseSelectable = true;
            // 
            // metroLabel3
            // 
            this.metroLabel3.AutoSize = true;
            this.metroLabel3.FontWeight = MetroFramework.MetroLabelWeight.Regular;
            this.metroLabel3.Location = new System.Drawing.Point(3, 75);
            this.metroLabel3.Name = "metroLabel3";
            this.metroLabel3.Size = new System.Drawing.Size(106, 19);
            this.metroLabel3.TabIndex = 1;
            this.metroLabel3.Text = "Current Balance";
            // 
            // BalanceSheetForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1080, 700);
            this.Controls.Add(this.curBalTile);
            this.Controls.Add(this.addNewInBtn);
            this.Controls.Add(this.headInTxtBox);
            this.Controls.Add(this.getReportBtn);
            this.Controls.Add(this.totOutTile);
            this.Controls.Add(this.totInTile);
            this.Controls.Add(this.exp_grid_box);
            this.Name = "BalanceSheetForm";
            this.Text = "Balance Sheet";
            this.Load += new System.EventHandler(this.BalanceSheetForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.exp_grid_box)).EndInit();
            this.totInTile.ResumeLayout(false);
            this.totInTile.PerformLayout();
            this.totOutTile.ResumeLayout(false);
            this.totOutTile.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorProviderBalance)).EndInit();
            this.curBalTile.ResumeLayout(false);
            this.curBalTile.PerformLayout();
            this.ResumeLayout(false);

        }
Example #38
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     components         = new System.ComponentModel.Container();
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dw_seach = new Sybase.DataWindow.DataWindowControl();
            this.m_txtApplyType = new ControlLibrary.txtListView(this.components);
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.m_dtpEndDate = new NullableDateControls.MaskDateEdit();
            this.m_dtpBeginDate = new NullableDateControls.MaskDateEdit();
            this.m_cmdExit = new PinkieControls.ButtonXP();
            this.m_cmdSearch = new PinkieControls.ButtonXP();
            this.label4 = new System.Windows.Forms.Label();
            this.m_cmdRevert = new PinkieControls.ButtonXP();
            this.m_cmbStatus = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.m_cmdReplyForm = new PinkieControls.ButtonXP();
            this.m_cmdAdv = new PinkieControls.ButtonXP();
            this.panel1.SuspendLayout();
            this.panel2.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.Controls.Add(this.dw_seach);
            this.panel1.Location = new System.Drawing.Point(9, 61);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1015, 545);
            this.panel1.TabIndex = 0;
            // 
            // dw_seach
            // 
            this.dw_seach.DataWindowObject = "";
            this.dw_seach.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dw_seach.LibraryList = "";
            this.dw_seach.Location = new System.Drawing.Point(0, 0);
            this.dw_seach.Name = "dw_seach";
            this.dw_seach.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
            this.dw_seach.Size = new System.Drawing.Size(1015, 545);
            this.dw_seach.TabIndex = 28;
            this.dw_seach.RowFocusChanged += new Sybase.DataWindow.RowFocusChangedEventHandler(this.dw_seach_RowFocusChanged);
            // 
            // m_txtApplyType
            // 
            this.m_txtApplyType.findDataMode = ControlLibrary.txtListView.findMode.fromDataSouse;
            this.m_txtApplyType.Location = new System.Drawing.Point(392, 11);
            this.m_txtApplyType.m_blnFocuseShow = true;
            this.m_txtApplyType.m_blnPagination = false;
            this.m_txtApplyType.m_dtbDataSourse = null;
            this.m_txtApplyType.m_intDelayTime = 100;
            this.m_txtApplyType.m_intPageRows = 10;
            this.m_txtApplyType.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
            this.m_txtApplyType.m_listViewSize = new System.Drawing.Point(260, 100);
            this.m_txtApplyType.m_strFieldsArr = new string[] {
        "TYPETEXT"};
            this.m_txtApplyType.m_strSaveField = "TYPEID";
            this.m_txtApplyType.m_strShowField = "TYPETEXT";
            this.m_txtApplyType.m_strSQL = null;
            this.m_txtApplyType.Name = "m_txtApplyType";
            this.m_txtApplyType.Size = new System.Drawing.Size(102, 23);
            this.m_txtApplyType.TabIndex = 2;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(328, 17);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(77, 14);
            this.label3.TabIndex = 42;
            this.label3.Text = "检查类型:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(-86, 21);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(21, 14);
            this.label2.TabIndex = 40;
            this.label2.Text = "从";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(165, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(21, 14);
            this.label1.TabIndex = 39;
            this.label1.Text = "至";
            // 
            // m_dtpEndDate
            // 
            this.m_dtpEndDate.Location = new System.Drawing.Point(184, 11);
            this.m_dtpEndDate.Mask = "yyyy-MM-dd HH:mm";
            this.m_dtpEndDate.Name = "m_dtpEndDate";
            this.m_dtpEndDate.Size = new System.Drawing.Size(143, 23);
            this.m_dtpEndDate.TabIndex = 1;
            // 
            // m_dtpBeginDate
            // 
            this.m_dtpBeginDate.Location = new System.Drawing.Point(23, 11);
            this.m_dtpBeginDate.Mask = "yyyy-MM-dd HH:mm";
            this.m_dtpBeginDate.Name = "m_dtpBeginDate";
            this.m_dtpBeginDate.Size = new System.Drawing.Size(143, 23);
            this.m_dtpBeginDate.TabIndex = 0;
            // 
            // m_cmdExit
            // 
            this.m_cmdExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cmdExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.m_cmdExit.DefaultScheme = true;
            this.m_cmdExit.DialogResult = System.Windows.Forms.DialogResult.None;
            this.m_cmdExit.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.m_cmdExit.Hint = "";
            this.m_cmdExit.Location = new System.Drawing.Point(960, 9);
            this.m_cmdExit.Name = "m_cmdExit";
            this.m_cmdExit.Scheme = PinkieControls.ButtonXP.Schemes.Blue;
            this.m_cmdExit.Size = new System.Drawing.Size(66, 29);
            this.m_cmdExit.TabIndex = 6;
            this.m_cmdExit.Text = "关闭(&X)";
            this.m_cmdExit.Click += new System.EventHandler(this.m_cmdExit_Click);
            // 
            // m_cmdSearch
            // 
            this.m_cmdSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cmdSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.m_cmdSearch.DefaultScheme = true;
            this.m_cmdSearch.DialogResult = System.Windows.Forms.DialogResult.None;
            this.m_cmdSearch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.m_cmdSearch.Hint = "";
            this.m_cmdSearch.Location = new System.Drawing.Point(684, 9);
            this.m_cmdSearch.Name = "m_cmdSearch";
            this.m_cmdSearch.Scheme = PinkieControls.ButtonXP.Schemes.Blue;
            this.m_cmdSearch.Size = new System.Drawing.Size(69, 29);
            this.m_cmdSearch.TabIndex = 4;
            this.m_cmdSearch.Text = "查询(&S)";
            this.m_cmdSearch.Click += new System.EventHandler(this.m_cmdSearch_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(4, 17);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(21, 14);
            this.label4.TabIndex = 43;
            this.label4.Text = "从";
            // 
            // m_cmdRevert
            // 
            this.m_cmdRevert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cmdRevert.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.m_cmdRevert.DefaultScheme = true;
            this.m_cmdRevert.DialogResult = System.Windows.Forms.DialogResult.None;
            this.m_cmdRevert.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.m_cmdRevert.Hint = "";
            this.m_cmdRevert.Location = new System.Drawing.Point(892, 9);
            this.m_cmdRevert.Name = "m_cmdRevert";
            this.m_cmdRevert.Scheme = PinkieControls.ButtonXP.Schemes.Blue;
            this.m_cmdRevert.Size = new System.Drawing.Size(69, 29);
            this.m_cmdRevert.TabIndex = 5;
            this.m_cmdRevert.Text = "回复(&R)";
            this.m_cmdRevert.Click += new System.EventHandler(this.m_cmdRevert_Click);
            // 
            // m_cmbStatus
            // 
            this.m_cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cmbStatus.FormattingEnabled = true;
            this.m_cmbStatus.Items.AddRange(new object[] {
            "全部",
            "预约未确认",
            "预约通过",
            "预约未通过"});
            this.m_cmbStatus.Location = new System.Drawing.Point(537, 12);
            this.m_cmbStatus.Name = "m_cmbStatus";
            this.m_cmbStatus.Size = new System.Drawing.Size(106, 22);
            this.m_cmbStatus.TabIndex = 3;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(499, 17);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(49, 14);
            this.label5.TabIndex = 46;
            this.label5.Text = "状态:";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.m_cmdReplyForm);
            this.panel2.Controls.Add(this.m_cmdAdv);
            this.panel2.Controls.Add(this.m_txtApplyType);
            this.panel2.Controls.Add(this.m_cmbStatus);
            this.panel2.Controls.Add(this.m_cmdSearch);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.m_cmdExit);
            this.panel2.Controls.Add(this.m_dtpBeginDate);
            this.panel2.Controls.Add(this.m_dtpEndDate);
            this.panel2.Controls.Add(this.m_cmdRevert);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1028, 46);
            this.panel2.TabIndex = 29;
            // 
            // m_cmdReplyForm
            // 
            this.m_cmdReplyForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cmdReplyForm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.m_cmdReplyForm.DefaultScheme = true;
            this.m_cmdReplyForm.DialogResult = System.Windows.Forms.DialogResult.None;
            this.m_cmdReplyForm.Hint = "";
            this.m_cmdReplyForm.Location = new System.Drawing.Point(820, 9);
            this.m_cmdReplyForm.Name = "m_cmdReplyForm";
            this.m_cmdReplyForm.Scheme = PinkieControls.ButtonXP.Schemes.Blue;
            this.m_cmdReplyForm.Size = new System.Drawing.Size(72, 29);
            this.m_cmdReplyForm.TabIndex = 53;
            this.m_cmdReplyForm.Text = "申请单(&R)";
            this.m_cmdReplyForm.Click += new System.EventHandler(this.m_cmdReplyForm_Click);
            // 
            // m_cmdAdv
            // 
            this.m_cmdAdv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cmdAdv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.m_cmdAdv.DefaultScheme = true;
            this.m_cmdAdv.DialogResult = System.Windows.Forms.DialogResult.None;
            this.m_cmdAdv.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.m_cmdAdv.Hint = "";
            this.m_cmdAdv.Location = new System.Drawing.Point(752, 9);
            this.m_cmdAdv.Name = "m_cmdAdv";
            this.m_cmdAdv.Scheme = PinkieControls.ButtonXP.Schemes.Blue;
            this.m_cmdAdv.Size = new System.Drawing.Size(69, 29);
            this.m_cmdAdv.TabIndex = 5;
            this.m_cmdAdv.Text = "高级(&A)";
            this.m_cmdAdv.Click += new System.EventHandler(this.m_cmdAdv_Click);
            // 
            // frmOrderBookingRe
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 611);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.panel2);
            this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.KeyPreview = true;
            this.Name = "frmOrderBookingRe";
            this.Text = "检查申请预约回复";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmOrderBookingRe_KeyDown);
            this.Load += new System.EventHandler(this.frmOrderBookingRe_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #40
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.btnClose            = new System.Windows.Forms.Button();
     this.btnLoad             = new System.Windows.Forms.Button();
     this.btnPlay             = new System.Windows.Forms.Button();
     this.btnPause            = new System.Windows.Forms.Button();
     this.btnStop             = new System.Windows.Forms.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.timer1              = new System.Windows.Forms.Timer(this.components);
     this.btnFirstFrame       = new System.Windows.Forms.Button();
     this.btnPrevFrame        = new System.Windows.Forms.Button();
     this.btnLastFrame        = new System.Windows.Forms.Button();
     this.btnNextFrame        = new System.Windows.Forms.Button();
     this.scaleBar            = new System.Windows.Forms.TrackBar();
     this.speedBar            = new System.Windows.Forms.TrackBar();
     this.label2              = new System.Windows.Forms.Label();
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnExport           = new System.Windows.Forms.Button();
     this.label3              = new System.Windows.Forms.Label();
     this.txtWidth            = new System.Windows.Forms.TextBox();
     this.txtHeight           = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.txtTotalFrames      = new System.Windows.Forms.TextBox();
     this.label5              = new System.Windows.Forms.Label();
     this.txtCurrentFrame     = new System.Windows.Forms.TextBox();
     this.label6              = new System.Windows.Forms.Label();
     this.chkDisplayAllLayers = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.scaleBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(888, 12);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 0;
     this.btnClose.Text     = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnLoad
     //
     this.btnLoad.Location = new System.Drawing.Point(12, 12);
     this.btnLoad.Name     = "btnLoad";
     this.btnLoad.Size     = new System.Drawing.Size(75, 23);
     this.btnLoad.TabIndex = 1;
     this.btnLoad.Text     = "Load ...";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // btnPlay
     //
     this.btnPlay.Location = new System.Drawing.Point(256, 11);
     this.btnPlay.Name     = "btnPlay";
     this.btnPlay.Size     = new System.Drawing.Size(45, 23);
     this.btnPlay.TabIndex = 2;
     this.btnPlay.Text     = ">";
     this.btnPlay.UseVisualStyleBackColor = true;
     this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
     //
     // btnPause
     //
     this.btnPause.Location = new System.Drawing.Point(382, 11);
     this.btnPause.Name     = "btnPause";
     this.btnPause.Size     = new System.Drawing.Size(30, 23);
     this.btnPause.TabIndex = 3;
     this.btnPause.Text     = "||";
     this.btnPause.UseVisualStyleBackColor = true;
     this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
     //
     // btnStop
     //
     this.btnStop.Location = new System.Drawing.Point(418, 11);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new System.Drawing.Size(37, 23);
     this.btnStop.TabIndex = 4;
     this.btnStop.Text     = "Stop";
     this.btnStop.UseVisualStyleBackColor = true;
     this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(467, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Speed:";
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // btnFirstFrame
     //
     this.btnFirstFrame.Location = new System.Drawing.Point(175, 11);
     this.btnFirstFrame.Name     = "btnFirstFrame";
     this.btnFirstFrame.Size     = new System.Drawing.Size(33, 23);
     this.btnFirstFrame.TabIndex = 7;
     this.btnFirstFrame.Text     = "|<";
     this.btnFirstFrame.UseVisualStyleBackColor = true;
     this.btnFirstFrame.Click += new System.EventHandler(this.btnFirstFrame_Click);
     //
     // btnPrevFrame
     //
     this.btnPrevFrame.Location = new System.Drawing.Point(214, 11);
     this.btnPrevFrame.Name     = "btnPrevFrame";
     this.btnPrevFrame.Size     = new System.Drawing.Size(33, 23);
     this.btnPrevFrame.TabIndex = 8;
     this.btnPrevFrame.Text     = "<<";
     this.btnPrevFrame.UseVisualStyleBackColor = true;
     this.btnPrevFrame.Click += new System.EventHandler(this.btnPrevFrame_Click);
     //
     // btnLastFrame
     //
     this.btnLastFrame.Location = new System.Drawing.Point(343, 11);
     this.btnLastFrame.Name     = "btnLastFrame";
     this.btnLastFrame.Size     = new System.Drawing.Size(33, 23);
     this.btnLastFrame.TabIndex = 10;
     this.btnLastFrame.Text     = ">|";
     this.btnLastFrame.UseVisualStyleBackColor = true;
     this.btnLastFrame.Click += new System.EventHandler(this.btnLastFrame_Click);
     //
     // btnNextFrame
     //
     this.btnNextFrame.Location = new System.Drawing.Point(306, 11);
     this.btnNextFrame.Name     = "btnNextFrame";
     this.btnNextFrame.Size     = new System.Drawing.Size(33, 23);
     this.btnNextFrame.TabIndex = 9;
     this.btnNextFrame.Text     = ">>";
     this.btnNextFrame.UseVisualStyleBackColor = true;
     this.btnNextFrame.Click += new System.EventHandler(this.btnNextFrame_Click);
     //
     // scaleBar
     //
     this.scaleBar.Location = new System.Drawing.Point(703, 12);
     this.scaleBar.Maximum  = 100;
     this.scaleBar.Minimum  = 1;
     this.scaleBar.Name     = "scaleBar";
     this.scaleBar.Size     = new System.Drawing.Size(143, 45);
     this.scaleBar.TabIndex = 11;
     this.scaleBar.Value    = 1;
     this.scaleBar.Scroll  += new System.EventHandler(this.scaleBar_Scroll);
     //
     // speedBar
     //
     this.speedBar.Location = new System.Drawing.Point(514, 11);
     this.speedBar.Maximum  = 20;
     this.speedBar.Name     = "speedBar";
     this.speedBar.Size     = new System.Drawing.Size(143, 45);
     this.speedBar.TabIndex = 12;
     this.speedBar.Scroll  += new System.EventHandler(this.speedBar_Scroll);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(660, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(37, 13);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Scale:";
     //
     // 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.Location = new System.Drawing.Point(13, 69);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(948, 623);
     this.panel1.TabIndex = 14;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // btnExport
     //
     this.btnExport.Location = new System.Drawing.Point(94, 12);
     this.btnExport.Name     = "btnExport";
     this.btnExport.Size     = new System.Drawing.Size(75, 23);
     this.btnExport.TabIndex = 15;
     this.btnExport.Text     = "Export ...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 44);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 16;
     this.label3.Text     = "Width:";
     //
     // txtWidth
     //
     this.txtWidth.Location = new System.Drawing.Point(52, 42);
     this.txtWidth.Name     = "txtWidth";
     this.txtWidth.ReadOnly = true;
     this.txtWidth.Size     = new System.Drawing.Size(75, 20);
     this.txtWidth.TabIndex = 17;
     //
     // txtHeight
     //
     this.txtHeight.Location = new System.Drawing.Point(173, 43);
     this.txtHeight.Name     = "txtHeight";
     this.txtHeight.ReadOnly = true;
     this.txtHeight.Size     = new System.Drawing.Size(74, 20);
     this.txtHeight.TabIndex = 19;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(133, 45);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(41, 13);
     this.label4.TabIndex = 18;
     this.label4.Text     = "Height:";
     //
     // txtTotalFrames
     //
     this.txtTotalFrames.Location = new System.Drawing.Point(325, 43);
     this.txtTotalFrames.Name     = "txtTotalFrames";
     this.txtTotalFrames.ReadOnly = true;
     this.txtTotalFrames.Size     = new System.Drawing.Size(49, 20);
     this.txtTotalFrames.TabIndex = 21;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(251, 46);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(68, 13);
     this.label5.TabIndex = 20;
     this.label5.Text     = "Total frames:";
     //
     // txtCurrentFrame
     //
     this.txtCurrentFrame.Location = new System.Drawing.Point(458, 43);
     this.txtCurrentFrame.Name     = "txtCurrentFrame";
     this.txtCurrentFrame.ReadOnly = true;
     this.txtCurrentFrame.Size     = new System.Drawing.Size(49, 20);
     this.txtCurrentFrame.TabIndex = 23;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(384, 46);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(73, 13);
     this.label6.TabIndex = 22;
     this.label6.Text     = "Current frame:";
     //
     // chkDisplayAllLayers
     //
     this.chkDisplayAllLayers.AutoSize = true;
     this.chkDisplayAllLayers.Location = new System.Drawing.Point(525, 46);
     this.chkDisplayAllLayers.Name     = "chkDisplayAllLayers";
     this.chkDisplayAllLayers.Size     = new System.Drawing.Size(103, 17);
     this.chkDisplayAllLayers.TabIndex = 24;
     this.chkDisplayAllLayers.Text     = "Display all layers";
     this.chkDisplayAllLayers.UseVisualStyleBackColor = true;
     this.chkDisplayAllLayers.CheckedChanged         += new System.EventHandler(this.chkDisplayAllLayers_CheckedChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(973, 704);
     this.Controls.Add(this.chkDisplayAllLayers);
     this.Controls.Add(this.txtCurrentFrame);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtTotalFrames);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtHeight);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtWidth);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.speedBar);
     this.Controls.Add(this.scaleBar);
     this.Controls.Add(this.btnLastFrame);
     this.Controls.Add(this.btnNextFrame);
     this.Controls.Add(this.btnPrevFrame);
     this.Controls.Add(this.btnFirstFrame);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.btnPause);
     this.Controls.Add(this.btnPlay);
     this.Controls.Add(this.btnLoad);
     this.Controls.Add(this.btnClose);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "Form1";
     this.Text         = "SVG Layer Player";
     this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.scaleBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.speedBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.pnlIslemList     = new System.Windows.Forms.Panel();
     this.grpOperationList = new System.Windows.Forms.GroupBox();
     this.btnExitToDo      = new System.Windows.Forms.Button();
     this.btnListToDo      = new System.Windows.Forms.Button();
     this.btnAddToDo       = new System.Windows.Forms.Button();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.pnlTimer         = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.lblTime          = new System.Windows.Forms.Label();
     this.tmr_Timing       = new System.Windows.Forms.Timer(this.components);
     this.pnlIslemList.SuspendLayout();
     this.grpOperationList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlTimer.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlIslemList
     //
     this.pnlIslemList.Controls.Add(this.grpOperationList);
     this.pnlIslemList.Controls.Add(this.pictureBox1);
     this.pnlIslemList.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlIslemList.Location = new System.Drawing.Point(0, 0);
     this.pnlIslemList.Name     = "pnlIslemList";
     this.pnlIslemList.Size     = new System.Drawing.Size(249, 685);
     this.pnlIslemList.TabIndex = 0;
     //
     // grpOperationList
     //
     this.grpOperationList.Controls.Add(this.btnExitToDo);
     this.grpOperationList.Controls.Add(this.btnListToDo);
     this.grpOperationList.Controls.Add(this.btnAddToDo);
     this.grpOperationList.Location = new System.Drawing.Point(31, 272);
     this.grpOperationList.Name     = "grpOperationList";
     this.grpOperationList.Size     = new System.Drawing.Size(185, 256);
     this.grpOperationList.TabIndex = 2;
     this.grpOperationList.TabStop  = false;
     this.grpOperationList.Text     = "Operations";
     //
     // btnExitToDo
     //
     this.btnExitToDo.Location = new System.Drawing.Point(39, 172);
     this.btnExitToDo.Name     = "btnExitToDo";
     this.btnExitToDo.Size     = new System.Drawing.Size(108, 44);
     this.btnExitToDo.TabIndex = 2;
     this.btnExitToDo.Text     = "Exit";
     this.btnExitToDo.UseVisualStyleBackColor = true;
     this.btnExitToDo.Click += new System.EventHandler(this.btnExitToDo_Click);
     //
     // btnListToDo
     //
     this.btnListToDo.Location = new System.Drawing.Point(39, 108);
     this.btnListToDo.Name     = "btnListToDo";
     this.btnListToDo.Size     = new System.Drawing.Size(108, 44);
     this.btnListToDo.TabIndex = 2;
     this.btnListToDo.Text     = "List To Do!";
     this.btnListToDo.UseVisualStyleBackColor = true;
     this.btnListToDo.Click += new System.EventHandler(this.btnListToDo_Click);
     //
     // btnAddToDo
     //
     this.btnAddToDo.Location = new System.Drawing.Point(39, 43);
     this.btnAddToDo.Name     = "btnAddToDo";
     this.btnAddToDo.Size     = new System.Drawing.Size(108, 44);
     this.btnAddToDo.TabIndex = 2;
     this.btnAddToDo.Text     = "Add To Do!";
     this.btnAddToDo.UseVisualStyleBackColor = true;
     this.btnAddToDo.Click += new System.EventHandler(this.btnAddToDo_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(31, 37);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(185, 207);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // pnlTimer
     //
     this.pnlTimer.Controls.Add(this.label1);
     this.pnlTimer.Controls.Add(this.lblTime);
     this.pnlTimer.Location = new System.Drawing.Point(685, 597);
     this.pnlTimer.Name     = "pnlTimer";
     this.pnlTimer.Size     = new System.Drawing.Size(454, 66);
     this.pnlTimer.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label1.Location = new System.Drawing.Point(167, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(111, 27);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Date-Time";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblTime.Location = new System.Drawing.Point(3, 21);
     this.lblTime.Name     = "lblTime";
     this.lblTime.Size     = new System.Drawing.Size(0, 29);
     this.lblTime.TabIndex = 0;
     this.lblTime.Click   += new System.EventHandler(this.lblTime_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1347, 685);
     this.Controls.Add(this.pnlTimer);
     this.Controls.Add(this.pnlIslemList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.IsMdiContainer  = true;
     this.Name            = "Form1";
     this.Text            = "App To Do!";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.pnlIslemList.ResumeLayout(false);
     this.grpOperationList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlTimer.ResumeLayout(false);
     this.pnlTimer.PerformLayout();
     this.ResumeLayout(false);
 }
Example #42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.data            = new System.Windows.Forms.DataGridView();
     this.timer1          = new System.Windows.Forms.Timer(this.components);
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.button1         = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.data)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // data
     //
     this.data.AllowUserToAddRows          = false;
     this.data.AllowUserToDeleteRows       = false;
     this.data.AllowUserToOrderColumns     = true;
     this.data.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.data.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.data.Location          = new System.Drawing.Point(3, 3);
     this.data.Name              = "data";
     this.data.ReadOnly          = true;
     this.data.Size              = new System.Drawing.Size(655, 363);
     this.data.TabIndex          = 0;
     this.data.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.data_CellContentClick);
     //
     // timer1
     //
     this.timer1.Interval = 400;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(669, 395);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.data);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(661, 369);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(661, 369);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.button1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(669, 445);
     this.splitContainer1.SplitterDistance = 46;
     this.splitContainer1.TabIndex         = 4;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(59, 28);
     this.button1.TabIndex = 0;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ResourceManagementMonitor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(669, 445);
     this.Controls.Add(this.splitContainer1);
     this.Name = "ResourceManagementMonitor";
     this.Text = "ResourceManagementMonitor";
     ((System.ComponentModel.ISupportInitialize)(this.data)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.timer1     = new System.Windows.Forms.Timer(this.components);
     this.button1    = new System.Windows.Forms.Button();
     this.button2    = new System.Windows.Forms.Button();
     this.imageBox1  = new Emgu.CV.UI.ImageBox();
     this.button3    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(454, 405);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(127, 405);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // imageBox1
     //
     this.imageBox1.Location = new System.Drawing.Point(30, 23);
     this.imageBox1.Name     = "imageBox1";
     this.imageBox1.Size     = new System.Drawing.Size(686, 376);
     this.imageBox1.TabIndex = 2;
     this.imageBox1.TabStop  = false;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(289, 458);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 3;
     this.button3.Text     = "button3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1167, 570);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.imageBox1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).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(ControlPanel));
     this.textBox_auth_and_world_path = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.textBox_mysql_path = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.button2            = new System.Windows.Forms.Button();
     this.dot_authserver     = new System.Windows.Forms.Label();
     this.label_authserver   = new System.Windows.Forms.Label();
     this.label_worldserver  = new System.Windows.Forms.Label();
     this.dot_worldserver    = new System.Windows.Forms.Label();
     this.label_mysql        = new System.Windows.Forms.Label();
     this.dot_mysql          = new System.Windows.Forms.Label();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.panel1             = new System.Windows.Forms.Panel();
     this.label4             = new System.Windows.Forms.Label();
     this.button3            = new System.Windows.Forms.Button();
     this.button5            = new System.Windows.Forms.Button();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.checkBox1          = new System.Windows.Forms.CheckBox();
     this.button4            = new System.Windows.Forms.Button();
     this.button6            = new System.Windows.Forms.Button();
     this.checkBox2          = new System.Windows.Forms.CheckBox();
     this.TB_BTN             = new System.Windows.Forms.TextBox();
     this.BTN_Close          = new System.Windows.Forms.Button();
     this.timer2             = new System.Windows.Forms.Timer(this.components);
     this.button8            = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox_auth_and_world_path
     //
     this.textBox_auth_and_world_path.Location     = new System.Drawing.Point(15, 25);
     this.textBox_auth_and_world_path.Name         = "textBox_auth_and_world_path";
     this.textBox_auth_and_world_path.Size         = new System.Drawing.Size(290, 20);
     this.textBox_auth_and_world_path.TabIndex     = 3;
     this.textBox_auth_and_world_path.Text         = "E:\\TrinityCore335\\build\\bin\\Release";
     this.textBox_auth_and_world_path.Click       += new System.EventHandler(this.textBox_auth_path_Click);
     this.textBox_auth_and_world_path.TextChanged += new System.EventHandler(this.textBox_auth_and_world_path_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(164, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Authserver and Worldserver Path";
     //
     // textBox_mysql_path
     //
     this.textBox_mysql_path.Location     = new System.Drawing.Point(15, 73);
     this.textBox_mysql_path.Name         = "textBox_mysql_path";
     this.textBox_mysql_path.Size         = new System.Drawing.Size(290, 20);
     this.textBox_mysql_path.TabIndex     = 5;
     this.textBox_mysql_path.Text         = "C:\\_Server";
     this.textBox_mysql_path.Click       += new System.EventHandler(this.textBox_mysql_path_Click);
     this.textBox_mysql_path.TextChanged += new System.EventHandler(this.textBox_mysql_path_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 57);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(85, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "MySQL.bat Path";
     this.toolTip1.SetToolTip(this.label3, "Point to your MySql.bat file or MySql_Start.bat");
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(37, 239);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(154, 23);
     this.button1.TabIndex = 7;
     this.button1.Text     = "Start Server";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(37, 277);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(154, 23);
     this.button2.TabIndex = 8;
     this.button2.Text     = "Close Server";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // dot_authserver
     //
     this.dot_authserver.AutoSize  = true;
     this.dot_authserver.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dot_authserver.ForeColor = System.Drawing.Color.Gray;
     this.dot_authserver.Location  = new System.Drawing.Point(64, 142);
     this.dot_authserver.Name      = "dot_authserver";
     this.dot_authserver.Size      = new System.Drawing.Size(41, 55);
     this.dot_authserver.TabIndex  = 9;
     this.dot_authserver.Text      = "•\r\n";
     //
     // label_authserver
     //
     this.label_authserver.AutoSize = true;
     this.label_authserver.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_authserver.Location = new System.Drawing.Point(50, 181);
     this.label_authserver.Name     = "label_authserver";
     this.label_authserver.Size     = new System.Drawing.Size(67, 16);
     this.label_authserver.TabIndex = 10;
     this.label_authserver.Text     = "authserver";
     //
     // label_worldserver
     //
     this.label_worldserver.AutoSize    = true;
     this.label_worldserver.Cursor      = System.Windows.Forms.Cursors.Arrow;
     this.label_worldserver.Font        = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_worldserver.Location    = new System.Drawing.Point(127, 181);
     this.label_worldserver.Name        = "label_worldserver";
     this.label_worldserver.Size        = new System.Drawing.Size(72, 16);
     this.label_worldserver.TabIndex    = 12;
     this.label_worldserver.Text        = "worldserver";
     this.label_worldserver.Click      += new System.EventHandler(this.label_worldserver_Click);
     this.label_worldserver.MouseEnter += new System.EventHandler(this.label_worldserver_MouseEnter);
     this.label_worldserver.MouseLeave += new System.EventHandler(this.label_worldserver_MouseLeave);
     //
     // dot_worldserver
     //
     this.dot_worldserver.AutoSize  = true;
     this.dot_worldserver.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dot_worldserver.ForeColor = System.Drawing.Color.Gray;
     this.dot_worldserver.Location  = new System.Drawing.Point(141, 142);
     this.dot_worldserver.Name      = "dot_worldserver";
     this.dot_worldserver.Size      = new System.Drawing.Size(41, 55);
     this.dot_worldserver.TabIndex  = 11;
     this.dot_worldserver.Text      = "•\r\n";
     //
     // label_mysql
     //
     this.label_mysql.AutoSize = true;
     this.label_mysql.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label_mysql.Location = new System.Drawing.Point(211, 181);
     this.label_mysql.Name     = "label_mysql";
     this.label_mysql.Size     = new System.Drawing.Size(60, 16);
     this.label_mysql.TabIndex = 14;
     this.label_mysql.Text     = "  MySQL";
     //
     // dot_mysql
     //
     this.dot_mysql.AutoSize  = true;
     this.dot_mysql.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dot_mysql.ForeColor = System.Drawing.Color.Gray;
     this.dot_mysql.Location  = new System.Drawing.Point(221, 142);
     this.dot_mysql.Name      = "dot_mysql";
     this.dot_mysql.Size      = new System.Drawing.Size(41, 55);
     this.dot_mysql.TabIndex  = 13;
     this.dot_mysql.Text      = "•\r\n";
     //
     // timer1
     //
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Gray;
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.button5);
     this.panel1.ForeColor = System.Drawing.Color.Black;
     this.panel1.Location  = new System.Drawing.Point(711, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(154, 397);
     this.panel1.TabIndex  = 15;
     this.panel1.Visible   = false;
     this.panel1.Paint    += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(49, 99);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(35, 13);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "label4";
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.SkyBlue;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button3.Location  = new System.Drawing.Point(0, 0);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(11, 394);
     this.button3.TabIndex  = 16;
     this.button3.Text      = "|||";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click      += new System.EventHandler(this.button3_Click);
     this.button3.MouseEnter += new System.EventHandler(this.button3_MouseEnter);
     this.button3.MouseLeave += new System.EventHandler(this.button3_MouseLeave);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(46, 142);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 0;
     this.button5.Text     = "button5";
     this.button5.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(28, 129);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(139, 17);
     this.checkBox1.TabIndex = 16;
     this.checkBox1.Text     = "Start Authserver Hidden";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(206, 239);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 17;
     this.button4.Text     = "Start MySql";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(206, 277);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(75, 23);
     this.button6.TabIndex = 18;
     this.button6.Text     = "Close MySql";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(189, 129);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(123, 17);
     this.checkBox2.TabIndex = 19;
     this.checkBox2.Text     = "Start MySQL Hidden";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // TB_BTN
     //
     this.TB_BTN.Location = new System.Drawing.Point(682, 374);
     this.TB_BTN.Name     = "TB_BTN";
     this.TB_BTN.Size     = new System.Drawing.Size(23, 20);
     this.TB_BTN.TabIndex = 21;
     this.TB_BTN.Text     = "0";
     this.TB_BTN.Visible  = false;
     //
     // BTN_Close
     //
     this.BTN_Close.Location = new System.Drawing.Point(216, 350);
     this.BTN_Close.Name     = "BTN_Close";
     this.BTN_Close.Size     = new System.Drawing.Size(75, 23);
     this.BTN_Close.TabIndex = 22;
     this.BTN_Close.Text     = "Close";
     this.BTN_Close.UseVisualStyleBackColor = true;
     this.BTN_Close.Click += new System.EventHandler(this.BTN_Close_Click);
     //
     // timer2
     //
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // button8
     //
     this.button8.BackColor = System.Drawing.Color.Gainsboro;
     this.button8.Location  = new System.Drawing.Point(122, 200);
     this.button8.Name      = "button8";
     this.button8.Size      = new System.Drawing.Size(77, 23);
     this.button8.TabIndex  = 23;
     this.button8.Text      = "Restart";
     this.button8.UseVisualStyleBackColor = false;
     this.button8.Click      += new System.EventHandler(this.button8_Click);
     this.button8.MouseEnter += new System.EventHandler(this.button8_MouseEnter);
     this.button8.MouseLeave += new System.EventHandler(this.button8_MouseLeave);
     //
     // ControlPanel
     //
     this.AcceptButton        = this.BTN_Close;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(317, 394);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.BTN_Close);
     this.Controls.Add(this.TB_BTN);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label_mysql);
     this.Controls.Add(this.dot_mysql);
     this.Controls.Add(this.label_worldserver);
     this.Controls.Add(this.dot_worldserver);
     this.Controls.Add(this.label_authserver);
     this.Controls.Add(this.dot_authserver);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox_mysql_path);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox_auth_and_world_path);
     this.Controls.Add(this.label2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ControlPanel";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Control Panel";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.ControlPanel_FormClosing);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.ControlPanel_FormClosed);
     this.Load           += new System.EventHandler(this.ControlPanel_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1    = new DevExpress.XtraTab.XtraTabPage();
     this.gridControl1    = new DevExpress.XtraGrid.GridControl();
     this.gridView1       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage2    = new DevExpress.XtraTab.XtraTabPage();
     this.bindingSource1  = new System.Windows.Forms.BindingSource(this.components);
     this.panelControl1   = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton2   = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1   = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location        = new System.Drawing.Point(3, 3);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(632, 385);
     this.xtraTabControl1.TabIndex        = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gridControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(625, 355);
     this.xtraTabPage1.Text = "系统参数";
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(625, 355);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "特项编码";
     this.gridColumn1.FieldName = "Code";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "名称";
     this.gridColumn2.FieldName = "Name";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Name        = "xtraTabPage2";
     this.xtraTabPage2.PageVisible = false;
     this.xtraTabPage2.Size        = new System.Drawing.Size(625, 355);
     this.xtraTabPage2.Text        = "用户参数";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 392);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(637, 32);
     this.panelControl1.TabIndex = 1;
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(555, 5);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text     = "取消";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(474, 5);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text     = "确定";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // CParams_Metaanalysis
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(637, 424);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.xtraTabControl1);
     this.Name          = "CParams_Metaanalysis";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "汇总分析参数配置";
     this.Load         += new System.EventHandler(this.CParams_Metaanalysis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #46
0
 * use this file except in compliance with the License.  You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an “AS IS” BASIS, without
 * warranties or conditions of any kind, EITHER EXPRESS OR IMPLIED.  See the
 * License for the specific language governing permissions and limitations
 * under the License.
 */
namespace Vmware.Tools.RestSsoAdminSnapIn.Views
{
    partial class ExternalIdentityProvidersControl
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Component Designer generated code
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.lstExternalIdentityProviders = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lstExternalIdentityProviders
            // 
            this.lstExternalIdentityProviders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader3,
            this.columnHeader2});
            this.lstExternalIdentityProviders.ContextMenuStrip = this.contextMenuStrip1;
            this.lstExternalIdentityProviders.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstExternalIdentityProviders.FullRowSelect = true;
            this.lstExternalIdentityProviders.Location = new System.Drawing.Point(0, 0);
            this.lstExternalIdentityProviders.MultiSelect = false;
            this.lstExternalIdentityProviders.Name = "lstExternalIdentityProviders";
            this.lstExternalIdentityProviders.Size = new System.Drawing.Size(831, 382);
            this.lstExternalIdentityProviders.TabIndex = 1;
            this.lstExternalIdentityProviders.UseCompatibleStateImageBehavior = false;
            this.lstExternalIdentityProviders.View = System.Windows.Forms.View.Details;
            this.lstExternalIdentityProviders.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstUsers_MouseDoubleClick);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Entity ID";
            this.columnHeader1.Width = 270;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "JIT";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader2.Width = 80;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewToolStripMenuItem,
            this.deleteToolStripMenuItem});
Example #47
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(DataboundGridControl));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.navBar            = new pwiz.Common.DataBinding.Controls.NavBar();
     this.bindingListSource = new pwiz.Common.DataBinding.Controls.BindingListSource(this.components);
     this.contextMenuStrip  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.sortAscendingToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.sortDescendingToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.clearSortToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1              = new System.Windows.Forms.ToolStripSeparator();
     this.filterToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.clearFilterToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.clearAllFiltersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2              = new System.Windows.Forms.ToolStripSeparator();
     this.formatToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.fillDownToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.boundDataGridView   = new pwiz.Skyline.Controls.Databinding.BoundDataGridViewEx();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.bindingListSource)).BeginInit();
     this.contextMenuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.boundDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // navBar
     //
     resources.ApplyResources(this.navBar, "navBar");
     this.navBar.BindingListSource = this.bindingListSource;
     this.navBar.Name            = "navBar";
     this.navBar.ShowViewsButton = true;
     //
     // bindingListSource
     //
     this.bindingListSource.DataError += new System.Windows.Forms.BindingManagerDataErrorEventHandler(this.bindingListSource_DataError);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.sortAscendingToolStripMenuItem,
         this.sortDescendingToolStripMenuItem,
         this.clearSortToolStripMenuItem,
         this.toolStripSeparator1,
         this.filterToolStripMenuItem,
         this.clearFilterToolStripMenuItem,
         this.clearAllFiltersToolStripMenuItem,
         this.toolStripSeparator2,
         this.formatToolStripMenuItem,
         this.toolStripSeparator3,
         this.fillDownToolStripMenuItem
     });
     this.contextMenuStrip.Name = "contextMenuStrip";
     resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
     this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // sortAscendingToolStripMenuItem
     //
     this.sortAscendingToolStripMenuItem.Name = "sortAscendingToolStripMenuItem";
     resources.ApplyResources(this.sortAscendingToolStripMenuItem, "sortAscendingToolStripMenuItem");
     this.sortAscendingToolStripMenuItem.Click += new System.EventHandler(this.sortAscendingToolStripMenuItem_Click);
     //
     // sortDescendingToolStripMenuItem
     //
     this.sortDescendingToolStripMenuItem.Name = "sortDescendingToolStripMenuItem";
     resources.ApplyResources(this.sortDescendingToolStripMenuItem, "sortDescendingToolStripMenuItem");
     this.sortDescendingToolStripMenuItem.Click += new System.EventHandler(this.sortDescendingToolStripMenuItem_Click);
     //
     // clearSortToolStripMenuItem
     //
     this.clearSortToolStripMenuItem.Name = "clearSortToolStripMenuItem";
     resources.ApplyResources(this.clearSortToolStripMenuItem, "clearSortToolStripMenuItem");
     this.clearSortToolStripMenuItem.Click += new System.EventHandler(this.clearSortToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // filterToolStripMenuItem
     //
     this.filterToolStripMenuItem.Name = "filterToolStripMenuItem";
     resources.ApplyResources(this.filterToolStripMenuItem, "filterToolStripMenuItem");
     this.filterToolStripMenuItem.Click += new System.EventHandler(this.filterToolStripMenuItem_Click);
     //
     // clearFilterToolStripMenuItem
     //
     this.clearFilterToolStripMenuItem.Name = "clearFilterToolStripMenuItem";
     resources.ApplyResources(this.clearFilterToolStripMenuItem, "clearFilterToolStripMenuItem");
     this.clearFilterToolStripMenuItem.Click += new System.EventHandler(this.clearFilterToolStripMenuItem_Click);
     //
     // clearAllFiltersToolStripMenuItem
     //
     this.clearAllFiltersToolStripMenuItem.Name = "clearAllFiltersToolStripMenuItem";
     resources.ApplyResources(this.clearAllFiltersToolStripMenuItem, "clearAllFiltersToolStripMenuItem");
     this.clearAllFiltersToolStripMenuItem.Click += new System.EventHandler(this.clearAllFiltersToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // formatToolStripMenuItem
     //
     this.formatToolStripMenuItem.Name = "formatToolStripMenuItem";
     resources.ApplyResources(this.formatToolStripMenuItem, "formatToolStripMenuItem");
     this.formatToolStripMenuItem.Click += new System.EventHandler(this.formatToolStripMenuItem_Click);
     //
     // fillDownToolStripMenuItem
     //
     this.fillDownToolStripMenuItem.Name = "fillDownToolStripMenuItem";
     resources.ApplyResources(this.fillDownToolStripMenuItem, "fillDownToolStripMenuItem");
     this.fillDownToolStripMenuItem.Click += new System.EventHandler(this.fillDownToolStripMenuItem_Click);
     //
     // boundDataGridView
     //
     this.boundDataGridView.AutoGenerateColumns = false;
     this.boundDataGridView.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor           = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                     = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor            = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor            = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                      = System.Windows.Forms.DataGridViewTriState.True;
     this.boundDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.boundDataGridView.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.boundDataGridView.ContextMenuStrip              = this.contextMenuStrip;
     this.boundDataGridView.DataSource                    = this.bindingListSource;
     dataGridViewCellStyle2.Alignment                     = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                     = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                     = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor            = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor            = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                      = System.Windows.Forms.DataGridViewTriState.False;
     this.boundDataGridView.DefaultCellStyle              = dataGridViewCellStyle2;
     resources.ApplyResources(this.boundDataGridView, "boundDataGridView");
     this.boundDataGridView.Name                        = "boundDataGridView";
     dataGridViewCellStyle3.Alignment                   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                   = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor                   = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor          = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                    = System.Windows.Forms.DataGridViewTriState.True;
     this.boundDataGridView.RowHeadersDefaultCellStyle  = dataGridViewCellStyle3;
     this.boundDataGridView.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.boundDataGridView_CellContextMenuStripNeeded);
     this.boundDataGridView.ColumnHeaderMouseClick     += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.boundDataGridView_ColumnHeaderMouseClick);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
     //
     // DataboundGridControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.boundDataGridView);
     this.Controls.Add(this.navBar);
     this.Name = "DataboundGridControl";
     ((System.ComponentModel.ISupportInitialize)(this.bindingListSource)).EndInit();
     this.contextMenuStrip.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.boundDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components       = new System.ComponentModel.Container();
     this.ServiceName = "Service1";
 }
Example #49
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(AddSupplier));
     this.label1                   = new System.Windows.Forms.Label();
     this.txtSupplierName          = new System.Windows.Forms.TextBox();
     this.pnlMainInfo              = new System.Windows.Forms.Panel();
     this.btnAddGuide              = new System.Windows.Forms.Button();
     this.btnAddDriver             = new System.Windows.Forms.Button();
     this.btnAddVIP                = new System.Windows.Forms.Button();
     this.txtContact               = new System.Windows.Forms.TextBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.btnAddHotel              = new System.Windows.Forms.Button();
     this.btnAddService            = new System.Windows.Forms.Button();
     this.btnSave                  = new System.Windows.Forms.Button();
     this.tbSupplierDetails        = new System.Windows.Forms.TabControl();
     this.tbPageService            = new System.Windows.Forms.TabPage();
     this.dgTravelService          = new System.Windows.Forms.DataGridView();
     this.colServiceName           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAdultFee              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colChildFee              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTypeName              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colID                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSupplierID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAgentAdultFee         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAgentChildFee         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTypeID                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPic                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDesc                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRemark                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tbPageHotel              = new System.Windows.Forms.TabPage();
     this.dgHotel                  = new System.Windows.Forms.DataGridView();
     this.tbPageVIP                = new System.Windows.Forms.TabPage();
     this.dgVIP                    = new System.Windows.Forms.DataGridView();
     this.Column3                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tbPageDriver             = new System.Windows.Forms.TabPage();
     this.dgDrivers                = new System.Windows.Forms.DataGridView();
     this.Column4                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tbPageGuide              = new System.Windows.Forms.TabPage();
     this.dgGuides                 = new System.Windows.Forms.DataGridView();
     this.Column5                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addSupplierBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.colHotelName             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colFee                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAgentFee              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCover                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPics                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colHotelRemark           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colLocation              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRoomCount             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnlMainInfo.SuspendLayout();
     this.tbSupplierDetails.SuspendLayout();
     this.tbPageService.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgTravelService)).BeginInit();
     this.tbPageHotel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgHotel)).BeginInit();
     this.tbPageVIP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgVIP)).BeginInit();
     this.tbPageDriver.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDrivers)).BeginInit();
     this.tbPageGuide.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgGuides)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addSupplierBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(31, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(137, 12);
     this.label1.TabIndex = 4;
     this.label1.Text     = "供应商名称SupplierName";
     //
     // txtSupplierName
     //
     this.txtSupplierName.Location = new System.Drawing.Point(174, 16);
     this.txtSupplierName.Name     = "txtSupplierName";
     this.txtSupplierName.Size     = new System.Drawing.Size(426, 21);
     this.txtSupplierName.TabIndex = 5;
     //
     // pnlMainInfo
     //
     this.pnlMainInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlMainInfo.Controls.Add(this.btnAddGuide);
     this.pnlMainInfo.Controls.Add(this.btnAddDriver);
     this.pnlMainInfo.Controls.Add(this.btnAddVIP);
     this.pnlMainInfo.Controls.Add(this.txtContact);
     this.pnlMainInfo.Controls.Add(this.label2);
     this.pnlMainInfo.Controls.Add(this.btnAddHotel);
     this.pnlMainInfo.Controls.Add(this.btnAddService);
     this.pnlMainInfo.Controls.Add(this.btnSave);
     this.pnlMainInfo.Controls.Add(this.txtSupplierName);
     this.pnlMainInfo.Controls.Add(this.label1);
     this.pnlMainInfo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlMainInfo.Location = new System.Drawing.Point(0, 0);
     this.pnlMainInfo.Name     = "pnlMainInfo";
     this.pnlMainInfo.Size     = new System.Drawing.Size(967, 115);
     this.pnlMainInfo.TabIndex = 4;
     //
     // btnAddGuide
     //
     this.btnAddGuide.Location = new System.Drawing.Point(852, 80);
     this.btnAddGuide.Name     = "btnAddGuide";
     this.btnAddGuide.Size     = new System.Drawing.Size(102, 23);
     this.btnAddGuide.TabIndex = 15;
     this.btnAddGuide.Text     = "添加导游信息";
     this.btnAddGuide.UseVisualStyleBackColor = true;
     this.btnAddGuide.Click += new System.EventHandler(this.btnAddGuide_Click);
     //
     // btnAddDriver
     //
     this.btnAddDriver.Location = new System.Drawing.Point(852, 47);
     this.btnAddDriver.Name     = "btnAddDriver";
     this.btnAddDriver.Size     = new System.Drawing.Size(102, 23);
     this.btnAddDriver.TabIndex = 14;
     this.btnAddDriver.Text     = "添加司机信息";
     this.btnAddDriver.UseVisualStyleBackColor = true;
     this.btnAddDriver.Click += new System.EventHandler(this.btnAddDriver_Click);
     //
     // btnAddVIP
     //
     this.btnAddVIP.Location = new System.Drawing.Point(727, 47);
     this.btnAddVIP.Name     = "btnAddVIP";
     this.btnAddVIP.Size     = new System.Drawing.Size(119, 23);
     this.btnAddVIP.TabIndex = 13;
     this.btnAddVIP.Text     = "添加VIP服务";
     this.btnAddVIP.UseVisualStyleBackColor = true;
     this.btnAddVIP.Click += new System.EventHandler(this.btnAddVIP_Click);
     //
     // txtContact
     //
     this.txtContact.Location = new System.Drawing.Point(174, 52);
     this.txtContact.Name     = "txtContact";
     this.txtContact.Size     = new System.Drawing.Size(426, 21);
     this.txtContact.TabIndex = 12;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(31, 55);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(95, 12);
     this.label2.TabIndex = 11;
     this.label2.Text     = "联系方式Contact";
     //
     // btnAddHotel
     //
     this.btnAddHotel.Location = new System.Drawing.Point(852, 14);
     this.btnAddHotel.Name     = "btnAddHotel";
     this.btnAddHotel.Size     = new System.Drawing.Size(102, 23);
     this.btnAddHotel.TabIndex = 10;
     this.btnAddHotel.Text     = "添加住宿信息";
     this.btnAddHotel.UseVisualStyleBackColor = true;
     this.btnAddHotel.Click += new System.EventHandler(this.btnAddHotel_Click);
     //
     // btnAddService
     //
     this.btnAddService.Location = new System.Drawing.Point(727, 14);
     this.btnAddService.Name     = "btnAddService";
     this.btnAddService.Size     = new System.Drawing.Size(119, 23);
     this.btnAddService.TabIndex = 9;
     this.btnAddService.Text     = "添加旅游项目";
     this.btnAddService.UseVisualStyleBackColor = true;
     this.btnAddService.Click += new System.EventHandler(this.btnAddService_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(606, 14);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 8;
     this.btnSave.Text     = "保存Save";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // tbSupplierDetails
     //
     this.tbSupplierDetails.Controls.Add(this.tbPageService);
     this.tbSupplierDetails.Controls.Add(this.tbPageHotel);
     this.tbSupplierDetails.Controls.Add(this.tbPageVIP);
     this.tbSupplierDetails.Controls.Add(this.tbPageDriver);
     this.tbSupplierDetails.Controls.Add(this.tbPageGuide);
     this.tbSupplierDetails.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tbSupplierDetails.Location      = new System.Drawing.Point(0, 115);
     this.tbSupplierDetails.Name          = "tbSupplierDetails";
     this.tbSupplierDetails.SelectedIndex = 0;
     this.tbSupplierDetails.Size          = new System.Drawing.Size(967, 439);
     this.tbSupplierDetails.TabIndex      = 6;
     //
     // tbPageService
     //
     this.tbPageService.Controls.Add(this.dgTravelService);
     this.tbPageService.Location = new System.Drawing.Point(4, 22);
     this.tbPageService.Name     = "tbPageService";
     this.tbPageService.Padding  = new System.Windows.Forms.Padding(3);
     this.tbPageService.Size     = new System.Drawing.Size(959, 413);
     this.tbPageService.TabIndex = 0;
     this.tbPageService.Text     = "旅游项目";
     this.tbPageService.UseVisualStyleBackColor = true;
     //
     // dgTravelService
     //
     this.dgTravelService.AllowUserToAddRows          = false;
     this.dgTravelService.AllowUserToDeleteRows       = false;
     this.dgTravelService.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgTravelService.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colServiceName,
         this.colAdultFee,
         this.colChildFee,
         this.colTypeName,
         this.colID,
         this.colSupplierID,
         this.colAgentAdultFee,
         this.colAgentChildFee,
         this.colTypeID,
         this.colPic,
         this.colDesc,
         this.colRemark
     });
     this.dgTravelService.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgTravelService.Location           = new System.Drawing.Point(3, 3);
     this.dgTravelService.Name               = "dgTravelService";
     this.dgTravelService.ReadOnly           = true;
     this.dgTravelService.RowTemplate.Height = 23;
     this.dgTravelService.Size               = new System.Drawing.Size(953, 407);
     this.dgTravelService.TabIndex           = 1;
     this.dgTravelService.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTravelService_CellDoubleClick);
     //
     // colServiceName
     //
     this.colServiceName.DataPropertyName = "ProjectName";
     this.colServiceName.HeaderText       = "服务项目名称";
     this.colServiceName.Name             = "colServiceName";
     this.colServiceName.ReadOnly         = true;
     this.colServiceName.Width            = 150;
     //
     // colAdultFee
     //
     this.colAdultFee.DataPropertyName = "AdultFee";
     this.colAdultFee.HeaderText       = "成人收费";
     this.colAdultFee.Name             = "colAdultFee";
     this.colAdultFee.ReadOnly         = true;
     //
     // colChildFee
     //
     this.colChildFee.DataPropertyName = "ChildFee";
     this.colChildFee.HeaderText       = "儿童收费";
     this.colChildFee.Name             = "colChildFee";
     this.colChildFee.ReadOnly         = true;
     //
     // colTypeName
     //
     this.colTypeName.DataPropertyName = "ProjectTypeName";
     this.colTypeName.HeaderText       = "类型名称";
     this.colTypeName.Name             = "colTypeName";
     this.colTypeName.ReadOnly         = true;
     //
     // colID
     //
     this.colID.DataPropertyName = "ProjectID";
     this.colID.HeaderText       = "项目编号";
     this.colID.Name             = "colID";
     this.colID.ReadOnly         = true;
     this.colID.Visible          = false;
     //
     // colSupplierID
     //
     this.colSupplierID.DataPropertyName = "SupplierID";
     this.colSupplierID.HeaderText       = "供应商编号";
     this.colSupplierID.Name             = "colSupplierID";
     this.colSupplierID.ReadOnly         = true;
     this.colSupplierID.Visible          = false;
     //
     // colAgentAdultFee
     //
     this.colAgentAdultFee.DataPropertyName = "AgentAdultFee";
     this.colAgentAdultFee.HeaderText       = "代理成人收费";
     this.colAgentAdultFee.Name             = "colAgentAdultFee";
     this.colAgentAdultFee.ReadOnly         = true;
     //
     // colAgentChildFee
     //
     this.colAgentChildFee.DataPropertyName = "AgentChildFee";
     this.colAgentChildFee.HeaderText       = "代理儿童收费";
     this.colAgentChildFee.Name             = "colAgentChildFee";
     this.colAgentChildFee.ReadOnly         = true;
     //
     // colTypeID
     //
     this.colTypeID.DataPropertyName = "ProjectTypeID";
     this.colTypeID.HeaderText       = "类型编号";
     this.colTypeID.Name             = "colTypeID";
     this.colTypeID.ReadOnly         = true;
     this.colTypeID.Visible          = false;
     //
     // colPic
     //
     this.colPic.DataPropertyName = "CoverPic";
     this.colPic.HeaderText       = "封面图片路径";
     this.colPic.Name             = "colPic";
     this.colPic.ReadOnly         = true;
     this.colPic.Visible          = false;
     //
     // colDesc
     //
     this.colDesc.DataPropertyName = "Description";
     this.colDesc.HeaderText       = "详细说明";
     this.colDesc.Name             = "colDesc";
     this.colDesc.ReadOnly         = true;
     //
     // colRemark
     //
     this.colRemark.DataPropertyName = "Remark";
     this.colRemark.HeaderText       = "备注";
     this.colRemark.Name             = "colRemark";
     this.colRemark.ReadOnly         = true;
     //
     // tbPageHotel
     //
     this.tbPageHotel.Controls.Add(this.dgHotel);
     this.tbPageHotel.Location = new System.Drawing.Point(4, 22);
     this.tbPageHotel.Name     = "tbPageHotel";
     this.tbPageHotel.Padding  = new System.Windows.Forms.Padding(3);
     this.tbPageHotel.Size     = new System.Drawing.Size(959, 413);
     this.tbPageHotel.TabIndex = 1;
     this.tbPageHotel.Text     = "别墅住宿";
     this.tbPageHotel.UseVisualStyleBackColor = true;
     //
     // dgHotel
     //
     this.dgHotel.AllowUserToAddRows          = false;
     this.dgHotel.AllowUserToDeleteRows       = false;
     this.dgHotel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgHotel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colHotelName,
         this.Column1,
         this.Column2,
         this.colFee,
         this.colAgentFee,
         this.colCover,
         this.colPics,
         this.colHotelRemark,
         this.colDescription,
         this.colLocation,
         this.colRoomCount
     });
     this.dgHotel.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgHotel.Location           = new System.Drawing.Point(3, 3);
     this.dgHotel.Name               = "dgHotel";
     this.dgHotel.ReadOnly           = true;
     this.dgHotel.RowTemplate.Height = 23;
     this.dgHotel.Size               = new System.Drawing.Size(953, 407);
     this.dgHotel.TabIndex           = 2;
     this.dgHotel.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgHotel_CellDoubleClick);
     //
     // tbPageVIP
     //
     this.tbPageVIP.Controls.Add(this.dgVIP);
     this.tbPageVIP.Location = new System.Drawing.Point(4, 22);
     this.tbPageVIP.Name     = "tbPageVIP";
     this.tbPageVIP.Padding  = new System.Windows.Forms.Padding(3);
     this.tbPageVIP.Size     = new System.Drawing.Size(959, 413);
     this.tbPageVIP.TabIndex = 2;
     this.tbPageVIP.Text     = "VIP服务";
     this.tbPageVIP.UseVisualStyleBackColor = true;
     //
     // dgVIP
     //
     this.dgVIP.AllowUserToAddRows          = false;
     this.dgVIP.AllowUserToDeleteRows       = false;
     this.dgVIP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgVIP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column3
     });
     this.dgVIP.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgVIP.Location           = new System.Drawing.Point(3, 3);
     this.dgVIP.Name               = "dgVIP";
     this.dgVIP.ReadOnly           = true;
     this.dgVIP.RowTemplate.Height = 23;
     this.dgVIP.Size               = new System.Drawing.Size(953, 407);
     this.dgVIP.TabIndex           = 1;
     this.dgVIP.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgVIP_CellDoubleClick);
     //
     // Column3
     //
     this.Column3.DataPropertyName = "SupplierID";
     this.Column3.HeaderText       = "Column3";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Visible          = false;
     //
     // tbPageDriver
     //
     this.tbPageDriver.Controls.Add(this.dgDrivers);
     this.tbPageDriver.Location = new System.Drawing.Point(4, 22);
     this.tbPageDriver.Name     = "tbPageDriver";
     this.tbPageDriver.Padding  = new System.Windows.Forms.Padding(3);
     this.tbPageDriver.Size     = new System.Drawing.Size(959, 413);
     this.tbPageDriver.TabIndex = 3;
     this.tbPageDriver.Text     = "司机服务";
     this.tbPageDriver.UseVisualStyleBackColor = true;
     //
     // dgDrivers
     //
     this.dgDrivers.AllowUserToAddRows          = false;
     this.dgDrivers.AllowUserToDeleteRows       = false;
     this.dgDrivers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgDrivers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column4
     });
     this.dgDrivers.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgDrivers.Location           = new System.Drawing.Point(3, 3);
     this.dgDrivers.Name               = "dgDrivers";
     this.dgDrivers.ReadOnly           = true;
     this.dgDrivers.RowHeadersWidth    = 100;
     this.dgDrivers.RowTemplate.Height = 23;
     this.dgDrivers.Size               = new System.Drawing.Size(953, 407);
     this.dgDrivers.TabIndex           = 1;
     this.dgDrivers.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgDrivers_CellDoubleClick);
     //
     // Column4
     //
     this.Column4.DataPropertyName = "SupplierID";
     this.Column4.HeaderText       = "Column4";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Visible          = false;
     //
     // tbPageGuide
     //
     this.tbPageGuide.Controls.Add(this.dgGuides);
     this.tbPageGuide.Location = new System.Drawing.Point(4, 22);
     this.tbPageGuide.Name     = "tbPageGuide";
     this.tbPageGuide.Padding  = new System.Windows.Forms.Padding(3);
     this.tbPageGuide.Size     = new System.Drawing.Size(959, 413);
     this.tbPageGuide.TabIndex = 4;
     this.tbPageGuide.Text     = "导游服务";
     this.tbPageGuide.UseVisualStyleBackColor = true;
     //
     // dgGuides
     //
     this.dgGuides.AllowUserToAddRows          = false;
     this.dgGuides.AllowUserToDeleteRows       = false;
     this.dgGuides.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgGuides.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column5
     });
     this.dgGuides.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgGuides.Location           = new System.Drawing.Point(3, 3);
     this.dgGuides.Name               = "dgGuides";
     this.dgGuides.ReadOnly           = true;
     this.dgGuides.RowHeadersWidth    = 100;
     this.dgGuides.RowTemplate.Height = 23;
     this.dgGuides.Size               = new System.Drawing.Size(953, 407);
     this.dgGuides.TabIndex           = 1;
     this.dgGuides.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgGuides_CellDoubleClick);
     //
     // Column5
     //
     this.Column5.DataPropertyName = "SupplierID";
     this.Column5.HeaderText       = "Column5";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Visible          = false;
     //
     // colHotelName
     //
     this.colHotelName.DataPropertyName = "HouseName";
     this.colHotelName.HeaderText       = "别墅名称";
     this.colHotelName.Name             = "colHotelName";
     this.colHotelName.ReadOnly         = true;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "HouseID";
     this.Column1.HeaderText       = "Column1";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Visible          = false;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "SupplierID";
     this.Column2.HeaderText       = "Column2";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Visible          = false;
     //
     // colFee
     //
     this.colFee.DataPropertyName = "Fee";
     this.colFee.HeaderText       = "每日单价";
     this.colFee.Name             = "colFee";
     this.colFee.ReadOnly         = true;
     //
     // colAgentFee
     //
     this.colAgentFee.DataPropertyName = "AgentFee";
     this.colAgentFee.HeaderText       = "代理单价";
     this.colAgentFee.Name             = "colAgentFee";
     this.colAgentFee.ReadOnly         = true;
     //
     // colCover
     //
     this.colCover.DataPropertyName = "CoverPic";
     this.colCover.HeaderText       = "封面图片";
     this.colCover.Name             = "colCover";
     this.colCover.ReadOnly         = true;
     this.colCover.Visible          = false;
     //
     // colPics
     //
     this.colPics.DataPropertyName = "Pics";
     this.colPics.HeaderText       = "详情图片";
     this.colPics.Name             = "colPics";
     this.colPics.ReadOnly         = true;
     this.colPics.Visible          = false;
     //
     // colHotelRemark
     //
     this.colHotelRemark.DataPropertyName = "Remark";
     this.colHotelRemark.HeaderText       = "代理商说明";
     this.colHotelRemark.Name             = "colHotelRemark";
     this.colHotelRemark.ReadOnly         = true;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     this.colDescription.HeaderText       = "别墅说明";
     this.colDescription.Name             = "colDescription";
     this.colDescription.ReadOnly         = true;
     //
     // colLocation
     //
     this.colLocation.DataPropertyName = "Location";
     this.colLocation.HeaderText       = "别墅位置";
     this.colLocation.Name             = "colLocation";
     this.colLocation.ReadOnly         = true;
     //
     // colRoomCount
     //
     this.colRoomCount.DataPropertyName = "RoomCount";
     this.colRoomCount.HeaderText       = "房间数量";
     this.colRoomCount.Name             = "colRoomCount";
     this.colRoomCount.ReadOnly         = true;
     //
     // AddSupplier
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(967, 554);
     this.Controls.Add(this.tbSupplierDetails);
     this.Controls.Add(this.pnlMainInfo);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "AddSupplier";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "添加供应商";
     this.pnlMainInfo.ResumeLayout(false);
     this.pnlMainInfo.PerformLayout();
     this.tbSupplierDetails.ResumeLayout(false);
     this.tbPageService.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgTravelService)).EndInit();
     this.tbPageHotel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgHotel)).EndInit();
     this.tbPageVIP.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgVIP)).EndInit();
     this.tbPageDriver.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgDrivers)).EndInit();
     this.tbPageGuide.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgGuides)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.addSupplierBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Example #50
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components       = new System.ComponentModel.Container();
     this.pBEditorMap      = new System.Windows.Forms.PictureBox();
     this.pBResult         = new System.Windows.Forms.PictureBox();
     this.bExport          = new System.Windows.Forms.Button();
     this.bClose           = new System.Windows.Forms.Button();
     this.bLoad            = new System.Windows.Forms.Button();
     this.bRotL            = new System.Windows.Forms.Button();
     this.bRotR            = new System.Windows.Forms.Button();
     this.bSave            = new System.Windows.Forms.Button();
     this.bNew             = new System.Windows.Forms.Button();
     this.bSwitch          = new System.Windows.Forms.Button();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.panel2           = new System.Windows.Forms.Panel();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.button1          = new System.Windows.Forms.Button();
     this.checkBoxTexture  = new System.Windows.Forms.CheckBox();
     this.listBoxTexture   = new System.Windows.Forms.ListBox();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.radioButton4     = new System.Windows.Forms.RadioButton();
     this.radioButton3     = new System.Windows.Forms.RadioButton();
     this.checkBoxHeight   = new System.Windows.Forms.CheckBox();
     this.radioButton1     = new System.Windows.Forms.RadioButton();
     this.label5           = new System.Windows.Forms.Label();
     this.textBoxValue     = new System.Windows.Forms.TextBox();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.radioButton8     = new System.Windows.Forms.RadioButton();
     this.radioButton7     = new System.Windows.Forms.RadioButton();
     this.radioButton6     = new System.Windows.Forms.RadioButton();
     this.radioButton5     = new System.Windows.Forms.RadioButton();
     this.label36          = new System.Windows.Forms.Label();
     this.radioButton2     = new System.Windows.Forms.RadioButton();
     this.radioButtonEditM = new System.Windows.Forms.RadioButton();
     this.panel1           = new System.Windows.Forms.Panel();
     this.checkBoxGame     = new System.Windows.Forms.CheckBox();
     this.checkBoxShadow   = new System.Windows.Forms.CheckBox();
     this.bRot             = new System.Windows.Forms.Button();
     this.checkBoxPreAR    = new System.Windows.Forms.CheckBox();
     this.label2           = new System.Windows.Forms.Label();
     this.radioButtonPreR  = new System.Windows.Forms.RadioButton();
     this.radioButtonPreM  = new System.Windows.Forms.RadioButton();
     this.panel3           = new System.Windows.Forms.Panel();
     this.button3          = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pBEditorMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pBResult)).BeginInit();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // pBEditorMap
     //
     this.pBEditorMap.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.pBEditorMap.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(140)))));
     this.pBEditorMap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pBEditorMap.Location    = new System.Drawing.Point(140, 70);
     this.pBEditorMap.Name        = "pBEditorMap";
     this.pBEditorMap.Size        = new System.Drawing.Size(364, 378);
     this.pBEditorMap.TabIndex    = 1;
     this.pBEditorMap.TabStop     = false;
     this.pBEditorMap.Paint      += new System.Windows.Forms.PaintEventHandler(this.pBTextureMap_Paint);
     this.pBEditorMap.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.pBEditorMap_MouseDown);
     this.pBEditorMap.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.pBEditorMap_MouseMove);
     this.pBEditorMap.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.pBEditorMap_MouseUp);
     this.pBEditorMap.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.pBEditorMap_MouseWheel);
     //
     // pBResult
     //
     this.pBResult.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.pBResult.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(140)))));
     this.pBResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pBResult.Location    = new System.Drawing.Point(3, 70);
     this.pBResult.Name        = "pBResult";
     this.pBResult.Size        = new System.Drawing.Size(660, 378);
     this.pBResult.TabIndex    = 3;
     this.pBResult.TabStop     = false;
     this.pBResult.Paint      += new System.Windows.Forms.PaintEventHandler(this.pBRender_Paint);
     this.pBResult.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.pBRender_MouseMove);
     this.pBResult.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.pBRender_MouseWheel);
     //
     // bExport
     //
     this.bExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bExport.Enabled   = false;
     this.bExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bExport.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bExport.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bExport.Location  = new System.Drawing.Point(321, 3);
     this.bExport.Name      = "bExport";
     this.bExport.Size      = new System.Drawing.Size(100, 30);
     this.bExport.TabIndex  = 4;
     this.bExport.Text      = "Export";
     this.bExport.UseVisualStyleBackColor = false;
     //
     // bClose
     //
     this.bClose.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bClose.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bClose.Location  = new System.Drawing.Point(1076, 3);
     this.bClose.Name      = "bClose";
     this.bClose.Size      = new System.Drawing.Size(100, 30);
     this.bClose.TabIndex  = 5;
     this.bClose.Text      = "Close";
     this.bClose.UseVisualStyleBackColor = false;
     this.bClose.Click += new System.EventHandler(this.bClose_Click);
     //
     // bLoad
     //
     this.bLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bLoad.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bLoad.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bLoad.Location  = new System.Drawing.Point(215, 3);
     this.bLoad.Name      = "bLoad";
     this.bLoad.Size      = new System.Drawing.Size(100, 30);
     this.bLoad.TabIndex  = 6;
     this.bLoad.Text      = "Load";
     this.bLoad.UseVisualStyleBackColor = false;
     this.bLoad.Click += new System.EventHandler(this.bLoad_Click);
     //
     // bRotL
     //
     this.bRotL.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bRotL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bRotL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bRotL.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bRotL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bRotL.Location  = new System.Drawing.Point(563, 36);
     this.bRotL.Name      = "bRotL";
     this.bRotL.Size      = new System.Drawing.Size(100, 30);
     this.bRotL.TabIndex  = 7;
     this.bRotL.Text      = "Rotate - 45°";
     this.bRotL.UseVisualStyleBackColor = false;
     this.bRotL.Click += new System.EventHandler(this.bRotL_Click);
     //
     // bRotR
     //
     this.bRotR.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bRotR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bRotR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bRotR.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bRotR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bRotR.Location  = new System.Drawing.Point(457, 36);
     this.bRotR.Name      = "bRotR";
     this.bRotR.Size      = new System.Drawing.Size(100, 30);
     this.bRotR.TabIndex  = 8;
     this.bRotR.Text      = "Rotate + 45°";
     this.bRotR.UseVisualStyleBackColor = false;
     this.bRotR.Click += new System.EventHandler(this.bRotR_Click);
     //
     // bSave
     //
     this.bSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bSave.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bSave.Location  = new System.Drawing.Point(109, 3);
     this.bSave.Name      = "bSave";
     this.bSave.Size      = new System.Drawing.Size(100, 30);
     this.bSave.TabIndex  = 10;
     this.bSave.Text      = "Save";
     this.bSave.UseVisualStyleBackColor = false;
     this.bSave.Click += new System.EventHandler(this.bSave_Click);
     //
     // bNew
     //
     this.bNew.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bNew.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bNew.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bNew.Location  = new System.Drawing.Point(3, 3);
     this.bNew.Name      = "bNew";
     this.bNew.Size      = new System.Drawing.Size(100, 30);
     this.bNew.TabIndex  = 11;
     this.bNew.Text      = "New";
     this.bNew.UseVisualStyleBackColor = false;
     this.bNew.Click += new System.EventHandler(this.bNew_Click);
     //
     // bSwitch
     //
     this.bSwitch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bSwitch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bSwitch.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bSwitch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bSwitch.Location  = new System.Drawing.Point(7, 37);
     this.bSwitch.Name      = "bSwitch";
     this.bSwitch.Size      = new System.Drawing.Size(127, 29);
     this.bSwitch.TabIndex  = 12;
     this.bSwitch.Text      = "Switch mode";
     this.bSwitch.UseVisualStyleBackColor = false;
     this.bSwitch.Click += new System.EventHandler(this.bSwitch_Click);
     //
     // timer1
     //
     this.timer1.Interval = 17;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // panel2
     //
     this.panel2.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.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.panel2.Controls.Add(this.bSwitch);
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Controls.Add(this.groupBox2);
     this.panel2.Controls.Add(this.groupBox3);
     this.panel2.Controls.Add(this.label36);
     this.panel2.Controls.Add(this.radioButton2);
     this.panel2.Controls.Add(this.radioButtonEditM);
     this.panel2.Controls.Add(this.pBEditorMap);
     this.panel2.Location = new System.Drawing.Point(12, 51);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(507, 453);
     this.panel2.TabIndex = 14;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.checkBoxTexture);
     this.groupBox1.Controls.Add(this.listBoxTexture);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.groupBox1.Location  = new System.Drawing.Point(7, 309);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(127, 139);
     this.groupBox1.TabIndex  = 22;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Texture";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.button1.Location  = new System.Drawing.Point(6, 37);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(116, 29);
     this.button1.TabIndex  = 24;
     this.button1.Text      = "edit texture";
     this.button1.UseVisualStyleBackColor = false;
     //
     // checkBoxTexture
     //
     this.checkBoxTexture.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.checkBoxTexture.Checked    = true;
     this.checkBoxTexture.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxTexture.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.checkBoxTexture.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBoxTexture.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.checkBoxTexture.Location   = new System.Drawing.Point(6, 20);
     this.checkBoxTexture.Name       = "checkBoxTexture";
     this.checkBoxTexture.Size       = new System.Drawing.Size(116, 19);
     this.checkBoxTexture.TabIndex   = 26;
     this.checkBoxTexture.Text       = "enabled";
     this.checkBoxTexture.UseVisualStyleBackColor = false;
     //
     // listBoxTexture
     //
     this.listBoxTexture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.listBoxTexture.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(44)))));
     this.listBoxTexture.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.listBoxTexture.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.listBoxTexture.FormattingEnabled = true;
     this.listBoxTexture.IntegralHeight    = false;
     this.listBoxTexture.ItemHeight        = 15;
     this.listBoxTexture.Location          = new System.Drawing.Point(6, 69);
     this.listBoxTexture.Margin            = new System.Windows.Forms.Padding(0);
     this.listBoxTexture.Name              = "listBoxTexture";
     this.listBoxTexture.Size              = new System.Drawing.Size(116, 67);
     this.listBoxTexture.TabIndex          = 22;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioButton4);
     this.groupBox2.Controls.Add(this.radioButton3);
     this.groupBox2.Controls.Add(this.checkBoxHeight);
     this.groupBox2.Controls.Add(this.radioButton1);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.textBoxValue);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.groupBox2.Location  = new System.Drawing.Point(7, 176);
     this.groupBox2.Margin    = new System.Windows.Forms.Padding(0);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(127, 130);
     this.groupBox2.TabIndex  = 23;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Height";
     //
     // radioButton4
     //
     this.radioButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton4.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton4.Location  = new System.Drawing.Point(9, 102);
     this.radioButton4.Margin    = new System.Windows.Forms.Padding(0);
     this.radioButton4.Name      = "radioButton4";
     this.radioButton4.Size      = new System.Drawing.Size(74, 18);
     this.radioButton4.TabIndex  = 26;
     this.radioButton4.Text      = "sub -=";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton3.Location  = new System.Drawing.Point(9, 84);
     this.radioButton3.Margin    = new System.Windows.Forms.Padding(0);
     this.radioButton3.Name      = "radioButton3";
     this.radioButton3.Size      = new System.Drawing.Size(87, 18);
     this.radioButton3.TabIndex  = 24;
     this.radioButton3.Text      = "add +=";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // checkBoxHeight
     //
     this.checkBoxHeight.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.checkBoxHeight.Checked    = true;
     this.checkBoxHeight.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxHeight.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.checkBoxHeight.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBoxHeight.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.checkBoxHeight.Location   = new System.Drawing.Point(6, 20);
     this.checkBoxHeight.Name       = "checkBoxHeight";
     this.checkBoxHeight.Size       = new System.Drawing.Size(116, 19);
     this.checkBoxHeight.TabIndex   = 23;
     this.checkBoxHeight.Text       = "enabled";
     this.checkBoxHeight.UseVisualStyleBackColor = false;
     //
     // radioButton1
     //
     this.radioButton1.Checked   = true;
     this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton1.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton1.Location  = new System.Drawing.Point(9, 66);
     this.radioButton1.Margin    = new System.Windows.Forms.Padding(0);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(87, 18);
     this.radioButton1.TabIndex  = 22;
     this.radioButton1.TabStop   = true;
     this.radioButton1.Text      = "set =";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.label5.Location  = new System.Drawing.Point(6, 43);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(39, 21);
     this.label5.TabIndex  = 25;
     this.label5.Text      = "value";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxValue
     //
     this.textBoxValue.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(44)))));
     this.textBoxValue.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.textBoxValue.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.textBoxValue.Location     = new System.Drawing.Point(46, 43);
     this.textBoxValue.Margin       = new System.Windows.Forms.Padding(0);
     this.textBoxValue.Name         = "textBoxValue";
     this.textBoxValue.Size         = new System.Drawing.Size(76, 23);
     this.textBoxValue.TabIndex     = 24;
     this.textBoxValue.Text         = "1";
     this.textBoxValue.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.radioButton8);
     this.groupBox3.Controls.Add(this.radioButton7);
     this.groupBox3.Controls.Add(this.radioButton6);
     this.groupBox3.Controls.Add(this.radioButton5);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.groupBox3.Location  = new System.Drawing.Point(7, 70);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(127, 103);
     this.groupBox3.TabIndex  = 23;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Tools";
     //
     // radioButton8
     //
     this.radioButton8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton8.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton8.Location  = new System.Drawing.Point(6, 73);
     this.radioButton8.Margin    = new System.Windows.Forms.Padding(0);
     this.radioButton8.Name      = "radioButton8";
     this.radioButton8.Size      = new System.Drawing.Size(105, 18);
     this.radioButton8.TabIndex  = 30;
     this.radioButton8.Text      = "fill by texture";
     this.radioButton8.UseVisualStyleBackColor = true;
     //
     // radioButton7
     //
     this.radioButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton7.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton7.Location  = new System.Drawing.Point(6, 55);
     this.radioButton7.Margin    = new System.Windows.Forms.Padding(0);
     this.radioButton7.Name      = "radioButton7";
     this.radioButton7.Size      = new System.Drawing.Size(105, 18);
     this.radioButton7.TabIndex  = 29;
     this.radioButton7.Text      = "fill by height";
     this.radioButton7.UseVisualStyleBackColor = true;
     //
     // radioButton6
     //
     this.radioButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton6.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton6.Location  = new System.Drawing.Point(6, 37);
     this.radioButton6.Margin    = new System.Windows.Forms.Padding(0);
     this.radioButton6.Name      = "radioButton6";
     this.radioButton6.Size      = new System.Drawing.Size(87, 18);
     this.radioButton6.TabIndex  = 28;
     this.radioButton6.Text      = "draw poly";
     this.radioButton6.UseVisualStyleBackColor = true;
     //
     // radioButton5
     //
     this.radioButton5.Checked   = true;
     this.radioButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton5.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton5.Location  = new System.Drawing.Point(6, 19);
     this.radioButton5.Margin    = new System.Windows.Forms.Padding(0);
     this.radioButton5.Name      = "radioButton5";
     this.radioButton5.Size      = new System.Drawing.Size(87, 18);
     this.radioButton5.TabIndex  = 27;
     this.radioButton5.TabStop   = true;
     this.radioButton5.Text      = "draw Line";
     this.radioButton5.UseVisualStyleBackColor = true;
     //
     // label36
     //
     this.label36.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label36.BackColor = System.Drawing.Color.Navy;
     this.label36.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.label36.Location  = new System.Drawing.Point(3, 6);
     this.label36.Name      = "label36";
     this.label36.Size      = new System.Drawing.Size(501, 27);
     this.label36.TabIndex  = 19;
     this.label36.Text      = "Editor";
     this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize  = true;
     this.radioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButton2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButton2.Location  = new System.Drawing.Point(197, 39);
     this.radioButton2.Name      = "radioButton2";
     this.radioButton2.Size      = new System.Drawing.Size(50, 19);
     this.radioButton2.TabIndex  = 18;
     this.radioButton2.Text      = "draw";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButtonEditM
     //
     this.radioButtonEditM.AutoSize  = true;
     this.radioButtonEditM.Checked   = true;
     this.radioButtonEditM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButtonEditM.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButtonEditM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButtonEditM.Location  = new System.Drawing.Point(140, 39);
     this.radioButtonEditM.Name      = "radioButtonEditM";
     this.radioButtonEditM.Size      = new System.Drawing.Size(54, 19);
     this.radioButtonEditM.TabIndex  = 17;
     this.radioButtonEditM.TabStop   = true;
     this.radioButtonEditM.Text      = "move";
     this.radioButtonEditM.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.panel1.Controls.Add(this.checkBoxGame);
     this.panel1.Controls.Add(this.checkBoxShadow);
     this.panel1.Controls.Add(this.bRot);
     this.panel1.Controls.Add(this.checkBoxPreAR);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.radioButtonPreR);
     this.panel1.Controls.Add(this.radioButtonPreM);
     this.panel1.Controls.Add(this.bRotR);
     this.panel1.Controls.Add(this.bRotL);
     this.panel1.Controls.Add(this.pBResult);
     this.panel1.Location = new System.Drawing.Point(525, 51);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(666, 453);
     this.panel1.TabIndex = 15;
     //
     // checkBoxGame
     //
     this.checkBoxGame.AutoSize  = true;
     this.checkBoxGame.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.checkBoxGame.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBoxGame.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.checkBoxGame.Location  = new System.Drawing.Point(288, 39);
     this.checkBoxGame.Name      = "checkBoxGame";
     this.checkBoxGame.Size      = new System.Drawing.Size(53, 19);
     this.checkBoxGame.TabIndex  = 24;
     this.checkBoxGame.Text      = "game";
     this.checkBoxGame.UseVisualStyleBackColor = true;
     //
     // checkBoxShadow
     //
     this.checkBoxShadow.AutoSize   = true;
     this.checkBoxShadow.Checked    = true;
     this.checkBoxShadow.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxShadow.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.checkBoxShadow.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBoxShadow.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.checkBoxShadow.Location   = new System.Drawing.Point(213, 39);
     this.checkBoxShadow.Name       = "checkBoxShadow";
     this.checkBoxShadow.Size       = new System.Drawing.Size(69, 19);
     this.checkBoxShadow.TabIndex   = 23;
     this.checkBoxShadow.Text       = "shadows";
     this.checkBoxShadow.UseVisualStyleBackColor = true;
     //
     // bRot
     //
     this.bRot.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bRot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.bRot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.bRot.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bRot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.bRot.Location  = new System.Drawing.Point(351, 36);
     this.bRot.Name      = "bRot";
     this.bRot.Size      = new System.Drawing.Size(100, 30);
     this.bRot.TabIndex  = 22;
     this.bRot.Text      = "Rotate = 0°";
     this.bRot.UseVisualStyleBackColor = false;
     this.bRot.Click += new System.EventHandler(this.bRot_Click);
     //
     // checkBoxPreAR
     //
     this.checkBoxPreAR.AutoSize  = true;
     this.checkBoxPreAR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.checkBoxPreAR.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.checkBoxPreAR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.checkBoxPreAR.Location  = new System.Drawing.Point(126, 39);
     this.checkBoxPreAR.Name      = "checkBoxPreAR";
     this.checkBoxPreAR.Size      = new System.Drawing.Size(81, 19);
     this.checkBoxPreAR.TabIndex  = 21;
     this.checkBoxPreAR.Text      = "auto rotate";
     this.checkBoxPreAR.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.Color.Navy;
     this.label2.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.label2.Location  = new System.Drawing.Point(3, 6);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(660, 27);
     this.label2.TabIndex  = 20;
     this.label2.Text      = "Preview";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radioButtonPreR
     //
     this.radioButtonPreR.AutoSize  = true;
     this.radioButtonPreR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButtonPreR.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButtonPreR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButtonPreR.Location  = new System.Drawing.Point(64, 39);
     this.radioButtonPreR.Name      = "radioButtonPreR";
     this.radioButtonPreR.Size      = new System.Drawing.Size(55, 19);
     this.radioButtonPreR.TabIndex  = 19;
     this.radioButtonPreR.Text      = "rotate";
     this.radioButtonPreR.UseVisualStyleBackColor = true;
     //
     // radioButtonPreM
     //
     this.radioButtonPreM.AutoSize  = true;
     this.radioButtonPreM.Checked   = true;
     this.radioButtonPreM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.radioButtonPreM.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.radioButtonPreM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.radioButtonPreM.Location  = new System.Drawing.Point(7, 39);
     this.radioButtonPreM.Name      = "radioButtonPreM";
     this.radioButtonPreM.Size      = new System.Drawing.Size(54, 19);
     this.radioButtonPreM.TabIndex  = 18;
     this.radioButtonPreM.TabStop   = true;
     this.radioButtonPreM.Text      = "move";
     this.radioButtonPreM.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.panel3.Controls.Add(this.button3);
     this.panel3.Controls.Add(this.bNew);
     this.panel3.Controls.Add(this.bClose);
     this.panel3.Controls.Add(this.bExport);
     this.panel3.Controls.Add(this.bLoad);
     this.panel3.Controls.Add(this.bSave);
     this.panel3.Location = new System.Drawing.Point(12, 4);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1179, 41);
     this.panel3.TabIndex = 16;
     //
     // button3
     //
     this.button3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
     this.button3.Location  = new System.Drawing.Point(970, 3);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(100, 30);
     this.button3.TabIndex  = 12;
     this.button3.Text      = "Options";
     this.button3.UseVisualStyleBackColor = false;
     //
     // FormEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(30)))));
     this.ClientSize          = new System.Drawing.Size(1203, 512);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.MinimumSize = new System.Drawing.Size(1210, 530);
     this.Name        = "FormEditor";
     this.Text        = "2D isoedit";
     ((System.ComponentModel.ISupportInitialize)(this.pBEditorMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pBResult)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.cancel_btn = new System.Windows.Forms.Button();
            this.edit_btn = new System.Windows.Forms.Button();
            this.description_lb = new System.Windows.Forms.Label();
            this.period_lb = new System.Windows.Forms.Label();
            this.name_lb = new System.Windows.Forms.Label();
            this.ID_lb = new System.Windows.Forms.Label();
            this.descript_txt = new System.Windows.Forms.TextBox();
            this.cName_txt = new System.Windows.Forms.TextBox();
            this.ID_cb = new System.Windows.Forms.ComboBox();
            this.period_nud = new System.Windows.Forms.NumericUpDown();
            this.studentManageDataSet1 = new MidTermProject.StudentManageDataSet1();
            this.coursesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.coursesTableAdapter = new MidTermProject.StudentManageDataSet1TableAdapters.coursesTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.period_nud)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.studentManageDataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.coursesBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // cancel_btn
            // 
            this.cancel_btn.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cancel_btn.Location = new System.Drawing.Point(269, 295);
            this.cancel_btn.Name = "cancel_btn";
            this.cancel_btn.Size = new System.Drawing.Size(140, 38);
            this.cancel_btn.TabIndex = 19;
            this.cancel_btn.Text = "Cancel";
            this.cancel_btn.UseVisualStyleBackColor = true;
            this.cancel_btn.Click += new System.EventHandler(this.cancel_btn_Click);
            // 
            // edit_btn
            // 
            this.edit_btn.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.edit_btn.Location = new System.Drawing.Point(97, 295);
            this.edit_btn.Name = "edit_btn";
            this.edit_btn.Size = new System.Drawing.Size(140, 38);
            this.edit_btn.TabIndex = 18;
            this.edit_btn.Text = "Edit";
            this.edit_btn.UseVisualStyleBackColor = true;
            this.edit_btn.Click += new System.EventHandler(this.edit_btn_Click);
            // 
            // description_lb
            // 
            this.description_lb.AutoSize = true;
            this.description_lb.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.description_lb.Location = new System.Drawing.Point(79, 179);
            this.description_lb.Name = "description_lb";
            this.description_lb.Size = new System.Drawing.Size(139, 26);
            this.description_lb.TabIndex = 17;
            this.description_lb.Text = "Description:";
            // 
            // period_lb
            // 
            this.period_lb.AutoSize = true;
            this.period_lb.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.period_lb.Location = new System.Drawing.Point(129, 132);
            this.period_lb.Name = "period_lb";
            this.period_lb.Size = new System.Drawing.Size(89, 26);
            this.period_lb.TabIndex = 16;
            this.period_lb.Text = "Period:";
            // 
            // name_lb
            // 
            this.name_lb.AutoSize = true;
            this.name_lb.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.name_lb.Location = new System.Drawing.Point(60, 81);
            this.name_lb.Name = "name_lb";
            this.name_lb.Size = new System.Drawing.Size(158, 26);
            this.name_lb.TabIndex = 15;
            this.name_lb.Text = "Course Name:";
            // 
            // ID_lb
            // 
            this.ID_lb.AutoSize = true;
            this.ID_lb.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ID_lb.Location = new System.Drawing.Point(32, 27);
            this.ID_lb.Name = "ID_lb";
            this.ID_lb.Size = new System.Drawing.Size(186, 26);
            this.ID_lb.TabIndex = 14;
            this.ID_lb.Text = "Select course ID:";
            // 
            // descript_txt
            // 
            this.descript_txt.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.descript_txt.Location = new System.Drawing.Point(250, 179);
            this.descript_txt.Multiline = true;
            this.descript_txt.Name = "descript_txt";
            this.descript_txt.Size = new System.Drawing.Size(211, 66);
            this.descript_txt.TabIndex = 13;
            // 
            // cName_txt
            // 
            this.cName_txt.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cName_txt.Location = new System.Drawing.Point(250, 73);
            this.cName_txt.Name = "cName_txt";
            this.cName_txt.Size = new System.Drawing.Size(211, 34);
            this.cName_txt.TabIndex = 11;
            // 
            // ID_cb
            // 
            this.ID_cb.DataSource = this.coursesBindingSource;
            this.ID_cb.DisplayMember = "CourseID";
            this.ID_cb.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ID_cb.FormattingEnabled = true;
            this.ID_cb.Location = new System.Drawing.Point(250, 19);
            this.ID_cb.Name = "ID_cb";
            this.ID_cb.Size = new System.Drawing.Size(211, 34);
            this.ID_cb.TabIndex = 20;
            this.ID_cb.ValueMember = "CourseID";
            this.ID_cb.SelectedValueChanged += new System.EventHandler(this.ID_cb_SelectedValueChanged);
            // 
            // period_nud
            // 
            this.period_nud.Font = new System.Drawing.Font("Times New Roman", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.period_nud.Location = new System.Drawing.Point(250, 124);
            this.period_nud.Name = "period_nud";
            this.period_nud.Size = new System.Drawing.Size(211, 34);
            this.period_nud.TabIndex = 21;
            // 
            // studentManageDataSet1
            // 
            this.studentManageDataSet1.DataSetName = "StudentManageDataSet1";
            this.studentManageDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // coursesBindingSource
            // 
            this.coursesBindingSource.DataMember = "courses";
            this.coursesBindingSource.DataSource = this.studentManageDataSet1;
            // 
            // coursesTableAdapter
            // 
            this.coursesTableAdapter.ClearBeforeFill = true;
            // 
            // FormEditCourse
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(493, 357);
            this.Controls.Add(this.period_nud);
            this.Controls.Add(this.ID_cb);
            this.Controls.Add(this.cancel_btn);
            this.Controls.Add(this.edit_btn);
            this.Controls.Add(this.description_lb);
            this.Controls.Add(this.period_lb);
            this.Controls.Add(this.name_lb);
            this.Controls.Add(this.ID_lb);
            this.Controls.Add(this.descript_txt);
            this.Controls.Add(this.cName_txt);
            this.Name = "FormEditCourse";
            this.Text = "FormEditCourse";
            this.Load += new System.EventHandler(this.FormEditCourse_Load);
            ((System.ComponentModel.ISupportInitialize)(this.period_nud)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.studentManageDataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.coursesBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.txtObjectInfo = new System.Windows.Forms.TextBox();
     this.txtObjectName = new System.Windows.Forms.TextBox();
     this.btnFindObject = new System.Windows.Forms.Button();
     this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.SuspendLayout();
     //
     // txtObjectInfo
     //
     this.txtObjectInfo.Location  = new System.Drawing.Point(12, 38);
     this.txtObjectInfo.Multiline = true;
     this.txtObjectInfo.Name      = "txtObjectInfo";
     this.txtObjectInfo.Size      = new System.Drawing.Size(354, 236);
     this.txtObjectInfo.TabIndex  = 2;
     this.txtObjectInfo.TabStop   = false;
     //
     // txtObjectName
     //
     this.txtObjectName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtObjectName.Location  = new System.Drawing.Point(12, 6);
     this.txtObjectName.Multiline = true;
     this.txtObjectName.Name      = "txtObjectName";
     this.txtObjectName.Size      = new System.Drawing.Size(237, 26);
     this.txtObjectName.TabIndex  = 1;
     //
     // btnFindObject
     //
     this.btnFindObject.BackColor = System.Drawing.SystemColors.MenuHighlight;
     this.btnFindObject.FlatAppearance.BorderSize = 0;
     this.btnFindObject.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFindObject.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFindObject.ForeColor = System.Drawing.Color.White;
     this.btnFindObject.Location  = new System.Drawing.Point(256, 6);
     this.btnFindObject.Name      = "btnFindObject";
     this.btnFindObject.Size      = new System.Drawing.Size(110, 26);
     this.btnFindObject.TabIndex  = 0;
     this.btnFindObject.TabStop   = false;
     this.btnFindObject.Text      = "Find";
     this.btnFindObject.UseVisualStyleBackColor = false;
     this.btnFindObject.Click += new System.EventHandler(this.btnFindObject_Click);
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this.btnFindObject;
     //
     // FindToolByName
     //
     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(378, 284);
     this.Controls.Add(this.btnFindObject);
     this.Controls.Add(this.txtObjectName);
     this.Controls.Add(this.txtObjectInfo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FindToolByName";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FindToolByName";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #53
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.pictureBox       = new System.Windows.Forms.PictureBox();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox
     //
     this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox.Location    = new System.Drawing.Point(135, 123);
     this.pictureBox.Name        = "pictureBox";
     this.pictureBox.Size        = new System.Drawing.Size(320, 240);
     this.pictureBox.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox.TabIndex    = 0;
     this.pictureBox.TabStop     = false;
     //
     // timer1
     //
     this.timer1.Interval = 2000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripButton4,
         this.toolStripButton5,
         this.toolStripButton6,
         this.toolStripButton7
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(204, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "载入图片";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text   = "上一张";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text   = "下一张";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text   = "自动放映";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton5.Text   = "退出放映";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton6.Text   = "放大";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton7.Text   = "缩写";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(736, 566);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.pictureBox);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "图片浏览器";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tipoEnvasadoBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
     this.tipoEnvasadoDataGridView     = new System.Windows.Forms.DataGridView();
     this.btnNuevo                   = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     this.btnModificar               = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2        = new System.Windows.Forms.ToolStripSeparator();
     this.btnEliminar                = new System.Windows.Forms.ToolStripButton();
     this.btnSalir                   = new System.Windows.Forms.ToolStripButton();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tipoEnvasadoBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tipoEnvasadoBindingNavigator)).BeginInit();
     this.tipoEnvasadoBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipoEnvasadoDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoEnvasadoBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // tipoEnvasadoBindingNavigator
     //
     this.tipoEnvasadoBindingNavigator.AddNewItem    = null;
     this.tipoEnvasadoBindingNavigator.BindingSource = this.tipoEnvasadoBindingSource;
     this.tipoEnvasadoBindingNavigator.CountItem     = null;
     this.tipoEnvasadoBindingNavigator.DeleteItem    = null;
     this.tipoEnvasadoBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnNuevo,
         this.toolStripSeparator1,
         this.btnModificar,
         this.toolStripSeparator2,
         this.btnEliminar,
         this.btnSalir
     });
     this.tipoEnvasadoBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.tipoEnvasadoBindingNavigator.MoveFirstItem    = null;
     this.tipoEnvasadoBindingNavigator.MoveLastItem     = null;
     this.tipoEnvasadoBindingNavigator.MoveNextItem     = null;
     this.tipoEnvasadoBindingNavigator.MovePreviousItem = null;
     this.tipoEnvasadoBindingNavigator.Name             = "tipoEnvasadoBindingNavigator";
     this.tipoEnvasadoBindingNavigator.PositionItem     = null;
     this.tipoEnvasadoBindingNavigator.Size             = new System.Drawing.Size(437, 25);
     this.tipoEnvasadoBindingNavigator.TabIndex         = 0;
     this.tipoEnvasadoBindingNavigator.Text             = "bindingNavigator1";
     //
     // tipoEnvasadoDataGridView
     //
     this.tipoEnvasadoDataGridView.AllowUserToAddRows       = false;
     this.tipoEnvasadoDataGridView.AllowUserToDeleteRows    = false;
     this.tipoEnvasadoDataGridView.AllowUserToResizeColumns = false;
     this.tipoEnvasadoDataGridView.AllowUserToResizeRows    = false;
     this.tipoEnvasadoDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     this.tipoEnvasadoDataGridView.AutoGenerateColumns         = false;
     this.tipoEnvasadoDataGridView.BackgroundColor             = System.Drawing.SystemColors.Window;
     this.tipoEnvasadoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.tipoEnvasadoDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2
     });
     this.tipoEnvasadoDataGridView.DataSource        = this.tipoEnvasadoBindingSource;
     this.tipoEnvasadoDataGridView.Location          = new System.Drawing.Point(12, 28);
     this.tipoEnvasadoDataGridView.MultiSelect       = false;
     this.tipoEnvasadoDataGridView.Name              = "tipoEnvasadoDataGridView";
     this.tipoEnvasadoDataGridView.ReadOnly          = true;
     this.tipoEnvasadoDataGridView.RowHeadersVisible = false;
     this.tipoEnvasadoDataGridView.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.tipoEnvasadoDataGridView.Size              = new System.Drawing.Size(203, 239);
     this.tipoEnvasadoDataGridView.StandardTab       = true;
     this.tipoEnvasadoDataGridView.TabIndex          = 1;
     this.tipoEnvasadoDataGridView.CellDoubleClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.tipoEnvasadoDataGridView_CellDoubleClick);
     //
     // btnNuevo
     //
     this.btnNuevo.Image                 = global::FabricaCEAPE.Properties.Resources.add139;
     this.btnNuevo.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNuevo.Name        = "btnNuevo";
     this.btnNuevo.Size        = new System.Drawing.Size(62, 22);
     this.btnNuevo.Text        = "Nuevo";
     this.btnNuevo.ToolTipText = "Nuevo tipo de envasado";
     this.btnNuevo.Click      += new System.EventHandler(this.btnNuevo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnModificar
     //
     this.btnModificar.Image = global::FabricaCEAPE.Properties.Resources.pencil43;
     this.btnModificar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnModificar.Name        = "btnModificar";
     this.btnModificar.Size        = new System.Drawing.Size(78, 22);
     this.btnModificar.Text        = "Modificar";
     this.btnModificar.ToolTipText = "Modificar tipo de envasado";
     this.btnModificar.Click      += new System.EventHandler(this.btnModificar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnEliminar
     //
     this.btnEliminar.Image = global::FabricaCEAPE.Properties.Resources.delete96;
     this.btnEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEliminar.Name        = "btnEliminar";
     this.btnEliminar.Size        = new System.Drawing.Size(70, 22);
     this.btnEliminar.Text        = "Eliminar";
     this.btnEliminar.ToolTipText = "Eliminar tipo de envasado";
     this.btnEliminar.Click      += new System.EventHandler(this.btnEliminar_Click);
     //
     // btnSalir
     //
     this.btnSalir.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.btnSalir.Image                 = global::FabricaCEAPE.Properties.Resources.next21;
     this.btnSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalir.Name   = "btnSalir";
     this.btnSalir.Size   = new System.Drawing.Size(49, 22);
     this.btnSalir.Text   = "Salir";
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click_1);
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.DataPropertyName = "Nombre";
     this.dataGridViewTextBoxColumn2.HeaderText       = "Nombre";
     this.dataGridViewTextBoxColumn2.MinimumWidth     = 150;
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly         = true;
     //
     // tipoEnvasadoBindingSource
     //
     this.tipoEnvasadoBindingSource.DataSource = typeof(FabricaCEAPE.Clases.TipoEnvasado);
     //
     // FrmListaTipoEnvasado
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(437, 279);
     this.Controls.Add(this.tipoEnvasadoDataGridView);
     this.Controls.Add(this.tipoEnvasadoBindingNavigator);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FrmListaTipoEnvasado";
     this.Text            = "Tipos de envasado";
     ((System.ComponentModel.ISupportInitialize)(this.tipoEnvasadoBindingNavigator)).EndInit();
     this.tipoEnvasadoBindingNavigator.ResumeLayout(false);
     this.tipoEnvasadoBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipoEnvasadoDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoEnvasadoBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #55
0
 /// <summary>
 /// Tasarımcı desteği için gerekli metot - bu metodun
 ///içeriğini kod düzenleyici ile değiştirmeyin.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label label4;
     System.Windows.Forms.Label label3;
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.button2          = new System.Windows.Forms.Button();
     this.btnBasla         = new System.Windows.Forms.Button();
     this.pictureBox3      = new System.Windows.Forms.PictureBox();
     this.pictureBox2      = new System.Windows.Forms.PictureBox();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.label5           = new System.Windows.Forms.Label();
     this.txtDurum         = new System.Windows.Forms.TextBox();
     this.txtAt1puan       = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.txtAt2puan       = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.txtAt3puan       = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.btnYenidenBaslat = new System.Windows.Forms.Button();
     label4 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label4
     //
     label4.BackColor = System.Drawing.Color.White;
     label4.Location  = new System.Drawing.Point(0, 355);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(972, 23);
     label4.TabIndex  = 13;
     //
     // label3
     //
     label3.BackColor = System.Drawing.Color.White;
     label3.Location  = new System.Drawing.Point(0, 234);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(972, 23);
     label3.TabIndex  = 12;
     //
     // label2
     //
     label2.BackColor = System.Drawing.Color.White;
     label2.Location  = new System.Drawing.Point(0, 111);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(972, 23);
     label2.TabIndex  = 11;
     //
     // label1
     //
     label1.BackColor = System.Drawing.Color.White;
     label1.Location  = new System.Drawing.Point(0, 2);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(972, 23);
     label1.TabIndex  = 10;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(964, 2);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(33, 376);
     this.button2.TabIndex = 18;
     this.button2.UseVisualStyleBackColor = true;
     //
     // btnBasla
     //
     this.btnBasla.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnBasla.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnBasla.Location  = new System.Drawing.Point(3, 411);
     this.btnBasla.Name      = "btnBasla";
     this.btnBasla.Size      = new System.Drawing.Size(108, 44);
     this.btnBasla.TabIndex  = 17;
     this.btnBasla.Text      = "BAŞLA";
     this.btnBasla.UseVisualStyleBackColor = false;
     this.btnBasla.Click += new System.EventHandler(this.button1_Click);
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(3, 270);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(108, 80);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 16;
     this.pictureBox3.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(3, 147);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(108, 80);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 15;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 28);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(108, 80);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 14;
     this.pictureBox1.TabStop  = false;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // 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)(162)));
     this.label5.Location = new System.Drawing.Point(298, 397);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(83, 13);
     this.label5.TabIndex = 20;
     this.label5.Text     = "SON DURUM";
     //
     // txtDurum
     //
     this.txtDurum.AcceptsTab  = true;
     this.txtDurum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDurum.Enabled     = false;
     this.txtDurum.Font        = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.txtDurum.Location    = new System.Drawing.Point(261, 419);
     this.txtDurum.Name        = "txtDurum";
     this.txtDurum.Size        = new System.Drawing.Size(159, 30);
     this.txtDurum.TabIndex    = 21;
     this.txtDurum.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtAt1puan
     //
     this.txtAt1puan.AcceptsTab  = true;
     this.txtAt1puan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAt1puan.Enabled     = false;
     this.txtAt1puan.Font        = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.txtAt1puan.Location    = new System.Drawing.Point(491, 419);
     this.txtAt1puan.Name        = "txtAt1puan";
     this.txtAt1puan.Size        = new System.Drawing.Size(54, 30);
     this.txtAt1puan.TabIndex    = 23;
     this.txtAt1puan.Text        = "0";
     this.txtAt1puan.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label6.Location = new System.Drawing.Point(445, 397);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(150, 13);
     this.label6.TabIndex = 22;
     this.label6.Text     = "Birinci At Kazanma Sayısı";
     //
     // txtAt2puan
     //
     this.txtAt2puan.AcceptsTab  = true;
     this.txtAt2puan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAt2puan.Enabled     = false;
     this.txtAt2puan.Font        = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.txtAt2puan.Location    = new System.Drawing.Point(659, 419);
     this.txtAt2puan.Name        = "txtAt2puan";
     this.txtAt2puan.Size        = new System.Drawing.Size(54, 30);
     this.txtAt2puan.TabIndex    = 25;
     this.txtAt2puan.Text        = "0";
     this.txtAt2puan.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label7.Location = new System.Drawing.Point(613, 397);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(146, 13);
     this.label7.TabIndex = 24;
     this.label7.Text     = "İkinci At Kazanma Sayısı";
     //
     // txtAt3puan
     //
     this.txtAt3puan.AcceptsTab  = true;
     this.txtAt3puan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAt3puan.Enabled     = false;
     this.txtAt3puan.Font        = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.txtAt3puan.Location    = new System.Drawing.Point(821, 419);
     this.txtAt3puan.Name        = "txtAt3puan";
     this.txtAt3puan.Size        = new System.Drawing.Size(54, 30);
     this.txtAt3puan.TabIndex    = 27;
     this.txtAt3puan.Text        = "0";
     this.txtAt3puan.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label8.Location = new System.Drawing.Point(775, 397);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(159, 13);
     this.label8.TabIndex = 26;
     this.label8.Text     = "Üçüncü At Kazanma Sayısı";
     //
     // btnYenidenBaslat
     //
     this.btnYenidenBaslat.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnYenidenBaslat.Font      = new System.Drawing.Font("Forte", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnYenidenBaslat.Location  = new System.Drawing.Point(117, 411);
     this.btnYenidenBaslat.Name      = "btnYenidenBaslat";
     this.btnYenidenBaslat.Size      = new System.Drawing.Size(108, 44);
     this.btnYenidenBaslat.TabIndex  = 28;
     this.btnYenidenBaslat.Text      = "Yeniden Başlat";
     this.btnYenidenBaslat.UseVisualStyleBackColor = false;
     this.btnYenidenBaslat.Click += new System.EventHandler(this.btnYenidenBaslat_Click);
     //
     // Form1
     //
     this.AcceptButton        = this.btnBasla;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.ForestGreen;
     this.ClientSize          = new System.Drawing.Size(994, 476);
     this.Controls.Add(this.btnYenidenBaslat);
     this.Controls.Add(this.txtAt3puan);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtAt2puan);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtAt1puan);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtDurum);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.btnBasla);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(label4);
     this.Controls.Add(label3);
     this.Controls.Add(label2);
     this.Controls.Add(label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "AT OYUNU";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((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(Form_NuevaOrden_View));
     this.bunifuElipse1          = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.BarraEstadoClose       = new System.Windows.Forms.Panel();
     this.btn_close              = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1     = new Bunifu.Framework.UI.BunifuImageButton();
     this.btn_CloseWindowsP      = new Bunifu.Framework.UI.BunifuImageButton();
     this.GroupLNewOrder         = new System.Windows.Forms.GroupBox();
     this.bunifuMaterialTextbox2 = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.bunifuMaterialTextbox1 = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.txtMesa            = new Bunifu.Framework.UI.BunifuMaterialTextbox();
     this.btnAgregarOrden    = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.BarraEstadoClose.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btn_close)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_CloseWindowsP)).BeginInit();
     this.GroupLNewOrder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnAgregarOrden)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // BarraEstadoClose
     //
     this.BarraEstadoClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(1)))), ((int)(((byte)(37)))));
     this.BarraEstadoClose.Controls.Add(this.btn_close);
     this.BarraEstadoClose.Controls.Add(this.bunifuImageButton1);
     this.BarraEstadoClose.Controls.Add(this.btn_CloseWindowsP);
     this.BarraEstadoClose.Dock      = System.Windows.Forms.DockStyle.Top;
     this.BarraEstadoClose.ForeColor = System.Drawing.SystemColors.ControlText;
     this.BarraEstadoClose.Location  = new System.Drawing.Point(0, 0);
     this.BarraEstadoClose.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.BarraEstadoClose.Name      = "BarraEstadoClose";
     this.BarraEstadoClose.Size      = new System.Drawing.Size(415, 40);
     this.BarraEstadoClose.TabIndex  = 10;
     //
     // btn_close
     //
     this.btn_close.BackColor   = System.Drawing.Color.Transparent;
     this.btn_close.Image       = global::_ResBar_01._01.Properties.Resources.boton_de_borrar;
     this.btn_close.ImageActive = null;
     this.btn_close.Location    = new System.Drawing.Point(352, 5);
     this.btn_close.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btn_close.Name        = "btn_close";
     this.btn_close.Size        = new System.Drawing.Size(59, 30);
     this.btn_close.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btn_close.TabIndex    = 3;
     this.btn_close.TabStop     = false;
     this.btn_close.Zoom        = 10;
     this.btn_close.Click      += new System.EventHandler(this.btn_close_Click);
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor   = System.Drawing.Color.Transparent;
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(1395, 11);
     this.bunifuImageButton1.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(68, 38);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 2;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     //
     // btn_CloseWindowsP
     //
     this.btn_CloseWindowsP.BackColor   = System.Drawing.Color.Transparent;
     this.btn_CloseWindowsP.Image       = ((System.Drawing.Image)(resources.GetObject("btn_CloseWindowsP.Image")));
     this.btn_CloseWindowsP.ImageActive = null;
     this.btn_CloseWindowsP.Location    = new System.Drawing.Point(1450, 11);
     this.btn_CloseWindowsP.Margin      = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btn_CloseWindowsP.Name        = "btn_CloseWindowsP";
     this.btn_CloseWindowsP.Size        = new System.Drawing.Size(68, 38);
     this.btn_CloseWindowsP.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btn_CloseWindowsP.TabIndex    = 1;
     this.btn_CloseWindowsP.TabStop     = false;
     this.btn_CloseWindowsP.Zoom        = 10;
     //
     // GroupLNewOrder
     //
     this.GroupLNewOrder.Controls.Add(this.bunifuMaterialTextbox2);
     this.GroupLNewOrder.Controls.Add(this.bunifuMaterialTextbox1);
     this.GroupLNewOrder.Controls.Add(this.txtMesa);
     this.GroupLNewOrder.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GroupLNewOrder.Location = new System.Drawing.Point(19, 92);
     this.GroupLNewOrder.Name     = "GroupLNewOrder";
     this.GroupLNewOrder.Size     = new System.Drawing.Size(378, 295);
     this.GroupLNewOrder.TabIndex = 11;
     this.GroupLNewOrder.TabStop  = false;
     this.GroupLNewOrder.Text     = "NuevaOrden";
     //
     // bunifuMaterialTextbox2
     //
     this.bunifuMaterialTextbox2.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(233)))), ((int)(((byte)(198)))));
     this.bunifuMaterialTextbox2.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.bunifuMaterialTextbox2.Font                = new System.Drawing.Font("Century Gothic", 12F);
     this.bunifuMaterialTextbox2.ForeColor           = System.Drawing.Color.Black;
     this.bunifuMaterialTextbox2.HintForeColor       = System.Drawing.Color.Empty;
     this.bunifuMaterialTextbox2.HintText            = "";
     this.bunifuMaterialTextbox2.isPassword          = false;
     this.bunifuMaterialTextbox2.LineFocusedColor    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(1)))), ((int)(((byte)(42)))));
     this.bunifuMaterialTextbox2.LineIdleColor       = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(132)))), ((int)(((byte)(26)))));
     this.bunifuMaterialTextbox2.LineMouseHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(1)))), ((int)(((byte)(37)))));
     this.bunifuMaterialTextbox2.LineThickness       = 4;
     this.bunifuMaterialTextbox2.Location            = new System.Drawing.Point(9, 192);
     this.bunifuMaterialTextbox2.Margin              = new System.Windows.Forms.Padding(6);
     this.bunifuMaterialTextbox2.Name                = "bunifuMaterialTextbox2";
     this.bunifuMaterialTextbox2.Size                = new System.Drawing.Size(358, 53);
     this.bunifuMaterialTextbox2.TabIndex            = 2;
     this.bunifuMaterialTextbox2.Text                = "Cliente...";
     this.bunifuMaterialTextbox2.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuMaterialTextbox1
     //
     this.bunifuMaterialTextbox1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(233)))), ((int)(((byte)(198)))));
     this.bunifuMaterialTextbox1.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.bunifuMaterialTextbox1.Font                = new System.Drawing.Font("Century Gothic", 12F);
     this.bunifuMaterialTextbox1.ForeColor           = System.Drawing.Color.Black;
     this.bunifuMaterialTextbox1.HintForeColor       = System.Drawing.Color.Empty;
     this.bunifuMaterialTextbox1.HintText            = "";
     this.bunifuMaterialTextbox1.isPassword          = false;
     this.bunifuMaterialTextbox1.LineFocusedColor    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(1)))), ((int)(((byte)(42)))));
     this.bunifuMaterialTextbox1.LineIdleColor       = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(132)))), ((int)(((byte)(26)))));
     this.bunifuMaterialTextbox1.LineMouseHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(1)))), ((int)(((byte)(37)))));
     this.bunifuMaterialTextbox1.LineThickness       = 4;
     this.bunifuMaterialTextbox1.Location            = new System.Drawing.Point(11, 103);
     this.bunifuMaterialTextbox1.Margin              = new System.Windows.Forms.Padding(6);
     this.bunifuMaterialTextbox1.Name                = "bunifuMaterialTextbox1";
     this.bunifuMaterialTextbox1.Size                = new System.Drawing.Size(358, 53);
     this.bunifuMaterialTextbox1.TabIndex            = 1;
     this.bunifuMaterialTextbox1.Text                = "Mesero...";
     this.bunifuMaterialTextbox1.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // txtMesa
     //
     this.txtMesa.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(233)))), ((int)(((byte)(198)))));
     this.txtMesa.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.txtMesa.Font                = new System.Drawing.Font("Century Gothic", 12F);
     this.txtMesa.ForeColor           = System.Drawing.Color.Black;
     this.txtMesa.HintForeColor       = System.Drawing.Color.White;
     this.txtMesa.HintText            = "";
     this.txtMesa.isPassword          = false;
     this.txtMesa.LineFocusedColor    = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(1)))), ((int)(((byte)(42)))));
     this.txtMesa.LineIdleColor       = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(132)))), ((int)(((byte)(26)))));
     this.txtMesa.LineMouseHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(1)))), ((int)(((byte)(37)))));
     this.txtMesa.LineThickness       = 4;
     this.txtMesa.Location            = new System.Drawing.Point(9, 25);
     this.txtMesa.Margin              = new System.Windows.Forms.Padding(6);
     this.txtMesa.Name                = "txtMesa";
     this.txtMesa.Size                = new System.Drawing.Size(358, 53);
     this.txtMesa.TabIndex            = 0;
     this.txtMesa.Text                = "Ingresa la mesa...";
     this.txtMesa.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // btnAgregarOrden
     //
     this.btnAgregarOrden.BackColor   = System.Drawing.Color.Transparent;
     this.btnAgregarOrden.Image       = global::_ResBar_01._01.Properties.Resources.btn_Agregar_naranja;
     this.btnAgregarOrden.ImageActive = null;
     this.btnAgregarOrden.Location    = new System.Drawing.Point(325, 435);
     this.btnAgregarOrden.Name        = "btnAgregarOrden";
     this.btnAgregarOrden.Size        = new System.Drawing.Size(61, 59);
     this.btnAgregarOrden.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnAgregarOrden.TabIndex    = 12;
     this.btnAgregarOrden.TabStop     = false;
     this.btnAgregarOrden.Zoom        = 10;
     this.btnAgregarOrden.Click      += new System.EventHandler(this.btnAgregarOrden_Click);
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.BarraEstadoClose;
     this.bunifuDragControl1.Vertical      = true;
     //
     // Form_NuevaOrden_View
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(233)))), ((int)(((byte)(198)))));
     this.ClientSize          = new System.Drawing.Size(415, 512);
     this.Controls.Add(this.BarraEstadoClose);
     this.Controls.Add(this.btnAgregarOrden);
     this.Controls.Add(this.GroupLNewOrder);
     this.Font            = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name            = "Form_NuevaOrden_View";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form_NuevaOrden_View";
     this.BarraEstadoClose.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btn_close)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_CloseWindowsP)).EndInit();
     this.GroupLNewOrder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnAgregarOrden)).EndInit();
     this.ResumeLayout(false);
 }
Example #57
0
        /// <summary>
        /// Требуемый метод для поддержки конструктора — не изменяйте 
        /// содержимое этого метода с помощью редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.picDisplay = new System.Windows.Forms.PictureBox();
            this.trackBar1Speed = new System.Windows.Forms.TrackBar();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.trackBar2Value = new System.Windows.Forms.TrackBar();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1Speed)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar2Value)).BeginInit();
            this.SuspendLayout();
            // 
            // picDisplay
            // 
            this.picDisplay.Location = new System.Drawing.Point(12, 12);
            this.picDisplay.Name = "picDisplay";
            this.picDisplay.Size = new System.Drawing.Size(776, 301);
            this.picDisplay.TabIndex = 0;
            this.picDisplay.TabStop = false;
            this.picDisplay.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picDisplay_MouseMove);
            // 
            // trackBar1Speed
            // 
            this.trackBar1Speed.Location = new System.Drawing.Point(12, 318);
            this.trackBar1Speed.Maximum = 15;
            this.trackBar1Speed.Minimum = 11;
            this.trackBar1Speed.Name = "trackBar1Speed";
            this.trackBar1Speed.Size = new System.Drawing.Size(182, 45);
            this.trackBar1Speed.TabIndex = 1;
            this.trackBar1Speed.Value = 11;
            this.trackBar1Speed.Scroll += new System.EventHandler(this.trackBar1Speed_Scroll);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 20;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // trackBar2Value
            // 
            this.trackBar2Value.Location = new System.Drawing.Point(12, 370);
            this.trackBar2Value.Maximum = 50;
            this.trackBar2Value.Minimum = 5;
            this.trackBar2Value.Name = "trackBar2Value";
            this.trackBar2Value.Size = new System.Drawing.Size(182, 45);
            this.trackBar2Value.TabIndex = 2;
            this.trackBar2Value.TickFrequency = 15;
            this.trackBar2Value.Value = 5;
            this.trackBar2Value.Scroll += new System.EventHandler(this.trackBar2Value_Scroll);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 350);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(96, 13);
            this.label1.TabIndex = 3;
            this.label1.Text = "Скорость частиц";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(9, 402);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(108, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Количество частиц";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(200, 318);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(168, 23);
            this.button1.TabIndex = 5;
            this.button1.Text = "Изменение фона";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.trackBar2Value);
            this.Controls.Add(this.trackBar1Speed);
            this.Controls.Add(this.picDisplay);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1Speed)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar2Value)).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(AddChangeComission));
            this.cmbxPresident = new System.Windows.Forms.ComboBox();
            this.memberBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
            this.tbxName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmbxProfile = new System.Windows.Forms.ComboBox();
            this.profileCommissionBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnActiveMember = new System.Windows.Forms.Button();
            this.btnInactiveMember = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.lbxCommissionMembers = new System.Windows.Forms.ListBox();
            this.memberBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.lbxMembers = new System.Windows.Forms.ListBox();
            this.memberBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.label4 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource2)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.profileCommissionBindingSource)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // cmbxPresident
            // 
            this.cmbxPresident.DataSource = this.memberBindingSource2;
            this.cmbxPresident.DisplayMember = "NSP";
            this.cmbxPresident.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxPresident.FormattingEnabled = true;
            this.cmbxPresident.Location = new System.Drawing.Point(128, 82);
            this.cmbxPresident.Name = "cmbxPresident";
            this.cmbxPresident.Size = new System.Drawing.Size(174, 21);
            this.cmbxPresident.TabIndex = 4;
            this.cmbxPresident.ValueMember = "Id";
            // 
            // memberBindingSource2
            // 
            this.memberBindingSource2.DataSource = typeof(DumaProject.Core.Entities.Member);
            // 
            // tbxName
            // 
            this.tbxName.Location = new System.Drawing.Point(128, 30);
            this.tbxName.Name = "tbxName";
            this.tbxName.Size = new System.Drawing.Size(174, 20);
            this.tbxName.TabIndex = 2;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(19, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(88, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Comission profile:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(38, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Name:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 82);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(54, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "President:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cmbxProfile);
            this.groupBox1.Controls.Add(this.tbxName);
            this.groupBox1.Controls.Add(this.cmbxPresident);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location = new System.Drawing.Point(15, 213);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(308, 123);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Information";
            // 
            // cmbxProfile
            // 
            this.cmbxProfile.DataSource = this.profileCommissionBindingSource;
            this.cmbxProfile.DisplayMember = "Description";
            this.cmbxProfile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxProfile.FormattingEnabled = true;
            this.cmbxProfile.Location = new System.Drawing.Point(128, 55);
            this.cmbxProfile.Name = "cmbxProfile";
            this.cmbxProfile.Size = new System.Drawing.Size(174, 21);
            this.cmbxProfile.TabIndex = 5;
            this.cmbxProfile.ValueMember = "Id";
            // 
            // profileCommissionBindingSource
            // 
            this.profileCommissionBindingSource.DataSource = typeof(DumaProject.Core.Entities.ProfileCommission);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lbxCommissionMembers);
            this.groupBox2.Controls.Add(this.lbxMembers);
            this.groupBox2.Location = new System.Drawing.Point(329, 9);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(465, 273);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "List of members";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnExit);
            this.panel1.Controls.Add(this.btnActiveMember);
            this.panel1.Controls.Add(this.btnInactiveMember);
            this.panel1.Controls.Add(this.btnSave);
            this.panel1.Location = new System.Drawing.Point(451, 288);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(232, 52);
            this.panel1.TabIndex = 2;
            // 
            // btnExit
            // 
            this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
            this.btnExit.Location = new System.Drawing.Point(175, 7);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(51, 36);
            this.btnExit.TabIndex = 9;
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnActiveMember
            // 
            this.btnActiveMember.Image = ((System.Drawing.Image)(resources.GetObject("btnActiveMember.Image")));
            this.btnActiveMember.Location = new System.Drawing.Point(117, 7);
            this.btnActiveMember.Name = "btnActiveMember";
            this.btnActiveMember.Size = new System.Drawing.Size(52, 36);
            this.btnActiveMember.TabIndex = 3;
            this.btnActiveMember.UseVisualStyleBackColor = true;
            this.btnActiveMember.Click += new System.EventHandler(this.btnActiveMember_Click);
            // 
            // btnInactiveMember
            // 
            this.btnInactiveMember.Image = ((System.Drawing.Image)(resources.GetObject("btnInactiveMember.Image")));
            this.btnInactiveMember.Location = new System.Drawing.Point(60, 7);
            this.btnInactiveMember.Name = "btnInactiveMember";
            this.btnInactiveMember.Size = new System.Drawing.Size(51, 37);
            this.btnInactiveMember.TabIndex = 0;
            this.btnInactiveMember.UseVisualStyleBackColor = true;
            this.btnInactiveMember.Click += new System.EventHandler(this.btnInactiveMember_Click);
            // 
            // btnSave
            // 
            this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
            this.btnSave.Location = new System.Drawing.Point(3, 7);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(51, 37);
            this.btnSave.TabIndex = 8;
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // lbxCommissionMembers
            // 
            this.lbxCommissionMembers.DataSource = this.memberBindingSource1;
            this.lbxCommissionMembers.DisplayMember = "NSP";
            this.lbxCommissionMembers.FormattingEnabled = true;
            this.lbxCommissionMembers.Location = new System.Drawing.Point(239, 19);
            this.lbxCommissionMembers.Name = "lbxCommissionMembers";
            this.lbxCommissionMembers.Size = new System.Drawing.Size(213, 238);
            this.lbxCommissionMembers.TabIndex = 0;
            this.lbxCommissionMembers.ValueMember = "Id";
            // 
            // memberBindingSource1
            // 
            this.memberBindingSource1.DataSource = typeof(DumaProject.Core.Entities.Member);
            // 
            // lbxMembers
            // 
            this.lbxMembers.DataSource = this.memberBindingSource;
            this.lbxMembers.DisplayMember = "NSP";
            this.lbxMembers.FormattingEnabled = true;
            this.lbxMembers.Location = new System.Drawing.Point(16, 19);
            this.lbxMembers.Name = "lbxMembers";
            this.lbxMembers.Size = new System.Drawing.Size(217, 238);
            this.lbxMembers.TabIndex = 0;
            this.lbxMembers.ValueMember = "Id";
            // 
            // memberBindingSource
            // 
            this.memberBindingSource.DataSource = typeof(DumaProject.Core.Entities.Member);
            // 
            // label4
            // 
            this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
            this.label4.Location = new System.Drawing.Point(12, 9);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(311, 201);
            this.label4.TabIndex = 7;
            // 
            // AddChangeComission
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(806, 348);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox = false;
            this.Name = "AddChangeComission";
            this.Text = "Add comission";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AddChangeComission_FormClosing);
            this.Load += new System.EventHandler(this.AddChangeComission_Load);
            ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource2)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.profileCommissionBindingSource)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Example #59
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(GpuConfiguration));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     this.cancelButton        = new System.Windows.Forms.Button();
     this.okButton            = new System.Windows.Forms.Button();
     this.dataGridViewEx1     = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
     this.rubricLabel         = new XenAdmin.Controls.Common.AutoHeightLabel();
     this.CheckBoxColumn      = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.NameColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.VGPUsPerGPUColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaxResolutionColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaxDisplaysColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.VideoRAMColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
     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, "000_Abort_h32bit_16.png");
     this.imageList1.Images.SetKeyName(1, "000_Tick_h32bit_16.png");
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.cancelButton, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.okButton, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.dataGridViewEx1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.rubricLabel, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // cancelButton
     //
     resources.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // okButton
     //
     resources.ApplyResources(this.okButton, "okButton");
     this.okButton.Name = "okButton";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // dataGridViewEx1
     //
     this.dataGridViewEx1.BackgroundColor             = System.Drawing.SystemColors.Window;
     this.dataGridViewEx1.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dataGridViewEx1.ClipboardCopyMode           = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.CheckBoxColumn,
         this.NameColumn,
         this.VGPUsPerGPUColumn,
         this.MaxResolutionColumn,
         this.MaxDisplaysColumn,
         this.VideoRAMColumn
     });
     this.tableLayoutPanel1.SetColumnSpan(this.dataGridViewEx1, 3);
     resources.ApplyResources(this.dataGridViewEx1, "dataGridViewEx1");
     this.dataGridViewEx1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystrokeOrF2;
     this.dataGridViewEx1.Name     = "dataGridViewEx1";
     this.dataGridViewEx1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGridViewEx1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridViewEx1.SelectionChanged       += new System.EventHandler(this.dataGridViewEx1_SelectionChanged);
     //
     // rubricLabel
     //
     resources.ApplyResources(this.rubricLabel, "rubricLabel");
     this.rubricLabel.AutoEllipsis = true;
     this.rubricLabel.BackColor    = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.SetColumnSpan(this.rubricLabel, 3);
     this.rubricLabel.MinimumSize = new System.Drawing.Size(0, 16);
     this.rubricLabel.Name        = "rubricLabel";
     //
     // CheckBoxColumn
     //
     this.CheckBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
     resources.ApplyResources(this.CheckBoxColumn, "CheckBoxColumn");
     this.CheckBoxColumn.Name      = "CheckBoxColumn";
     this.CheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     //
     // NameColumn
     //
     resources.ApplyResources(this.NameColumn, "NameColumn");
     this.NameColumn.Name     = "NameColumn";
     this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // VGPUsPerGPUColumn
     //
     this.VGPUsPerGPUColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle1.Alignment        = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.VGPUsPerGPUColumn.DefaultCellStyle = dataGridViewCellStyle1;
     resources.ApplyResources(this.VGPUsPerGPUColumn, "VGPUsPerGPUColumn");
     this.VGPUsPerGPUColumn.Name      = "VGPUsPerGPUColumn";
     this.VGPUsPerGPUColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.VGPUsPerGPUColumn.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // MaxResolutionColumn
     //
     this.MaxResolutionColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.MaxResolutionColumn.DefaultCellStyle = dataGridViewCellStyle2;
     resources.ApplyResources(this.MaxResolutionColumn, "MaxResolutionColumn");
     this.MaxResolutionColumn.Name      = "MaxResolutionColumn";
     this.MaxResolutionColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.MaxResolutionColumn.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // MaxDisplaysColumn
     //
     this.MaxDisplaysColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle3.Alignment        = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.MaxDisplaysColumn.DefaultCellStyle = dataGridViewCellStyle3;
     resources.ApplyResources(this.MaxDisplaysColumn, "MaxDisplaysColumn");
     this.MaxDisplaysColumn.Name      = "MaxDisplaysColumn";
     this.MaxDisplaysColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.MaxDisplaysColumn.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // VideoRAMColumn
     //
     this.VideoRAMColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle4.Alignment     = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.VideoRAMColumn.DefaultCellStyle = dataGridViewCellStyle4;
     resources.ApplyResources(this.VideoRAMColumn, "VideoRAMColumn");
     this.VideoRAMColumn.Name      = "VideoRAMColumn";
     this.VideoRAMColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.VideoRAMColumn.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // GpuConfiguration
     //
     this.AcceptButton = this.okButton;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton  = this.cancelButton;
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.Name            = "GpuConfiguration";
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
     this.ResumeLayout(false);
 }
Example #60
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(AirPortForm));
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.idDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nameDataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.aliasDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.airportsBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.airportDataSet       = new AirLine.AirportDataSet();
     this.airportsTableAdapter = new AirLine.AirportDataSetTableAdapters.airportsTableAdapter();
     this.Navigator            = new System.Windows.Forms.BindingNavigator(this.components);
     this.AddNew          = new System.Windows.Forms.ToolStripButton();
     this.Total           = new System.Windows.Forms.ToolStripLabel();
     this.Delete          = new System.Windows.Forms.ToolStripButton();
     this.MoveFirst       = new System.Windows.Forms.ToolStripButton();
     this.MovePrevious    = new System.Windows.Forms.ToolStripButton();
     this.Sep1            = new System.Windows.Forms.ToolStripSeparator();
     this.CurrentPosition = new System.Windows.Forms.ToolStripTextBox();
     this.Sep2            = new System.Windows.Forms.ToolStripSeparator();
     this.MoveNext        = new System.Windows.Forms.ToolStripButton();
     this.MoveLast        = new System.Windows.Forms.ToolStripButton();
     this.Sep3            = new System.Windows.Forms.ToolStripSeparator();
     this.Save            = new System.Windows.Forms.ToolStripButton();
     this.Cancel          = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.airportsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.airportDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Navigator)).BeginInit();
     this.Navigator.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToOrderColumns     = true;
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.idDataGridViewTextBoxColumn,
         this.nameDataGridViewTextBoxColumn,
         this.aliasDataGridViewTextBoxColumn
     });
     this.dataGridView1.DataSource = this.airportsBindingSource;
     this.dataGridView1.Location   = new System.Drawing.Point(0, -1);
     this.dataGridView1.Name       = "dataGridView1";
     this.dataGridView1.Size       = new System.Drawing.Size(874, 445);
     this.dataGridView1.TabIndex   = 0;
     //
     // idDataGridViewTextBoxColumn
     //
     this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
     this.idDataGridViewTextBoxColumn.HeaderText       = "id";
     this.idDataGridViewTextBoxColumn.Name             = "idDataGridViewTextBoxColumn";
     this.idDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // nameDataGridViewTextBoxColumn
     //
     this.nameDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
     this.nameDataGridViewTextBoxColumn.HeaderText       = "name";
     this.nameDataGridViewTextBoxColumn.Name             = "nameDataGridViewTextBoxColumn";
     //
     // aliasDataGridViewTextBoxColumn
     //
     this.aliasDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.aliasDataGridViewTextBoxColumn.DataPropertyName = "alias";
     this.aliasDataGridViewTextBoxColumn.HeaderText       = "alias";
     this.aliasDataGridViewTextBoxColumn.Name             = "aliasDataGridViewTextBoxColumn";
     //
     // airportsBindingSource
     //
     this.airportsBindingSource.DataMember = "airports";
     this.airportsBindingSource.DataSource = this.airportDataSet;
     //
     // airportDataSet
     //
     this.airportDataSet.DataSetName             = "AirportDataSet";
     this.airportDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // airportsTableAdapter
     //
     this.airportsTableAdapter.ClearBeforeFill = true;
     //
     // Navigator
     //
     this.Navigator.AddNewItem    = this.AddNew;
     this.Navigator.BindingSource = this.airportsBindingSource;
     this.Navigator.CountItem     = this.Total;
     this.Navigator.DeleteItem    = this.Delete;
     this.Navigator.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.Navigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.MoveFirst,
         this.MovePrevious,
         this.Sep1,
         this.CurrentPosition,
         this.Total,
         this.Sep2,
         this.MoveNext,
         this.MoveLast,
         this.Sep3,
         this.AddNew,
         this.Delete,
         this.Save,
         this.Cancel
     });
     this.Navigator.Location         = new System.Drawing.Point(0, 447);
     this.Navigator.MoveFirstItem    = this.MoveFirst;
     this.Navigator.MoveLastItem     = this.MoveLast;
     this.Navigator.MoveNextItem     = this.MoveNext;
     this.Navigator.MovePreviousItem = this.MovePrevious;
     this.Navigator.Name             = "Navigator";
     this.Navigator.PositionItem     = this.CurrentPosition;
     this.Navigator.Size             = new System.Drawing.Size(874, 25);
     this.Navigator.TabIndex         = 1;
     this.Navigator.Text             = "Navigator";
     //
     // AddNew
     //
     this.AddNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.AddNew.Image        = ((System.Drawing.Image)(resources.GetObject("AddNew.Image")));
     this.AddNew.Name         = "AddNew";
     this.AddNew.RightToLeftAutoMirrorImage = true;
     this.AddNew.Size   = new System.Drawing.Size(23, 22);
     this.AddNew.Text   = "Add New";
     this.AddNew.Click += new System.EventHandler(this.AddNew_Click);
     //
     // Total
     //
     this.Total.Name        = "Total";
     this.Total.Size        = new System.Drawing.Size(35, 22);
     this.Total.Text        = "of {0}";
     this.Total.ToolTipText = "Total Airports";
     //
     // Delete
     //
     this.Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.Delete.Image        = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
     this.Delete.Name         = "Delete";
     this.Delete.RightToLeftAutoMirrorImage = true;
     this.Delete.Size = new System.Drawing.Size(23, 22);
     this.Delete.Text = "Delete";
     //
     // MoveFirst
     //
     this.MoveFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MoveFirst.Image        = ((System.Drawing.Image)(resources.GetObject("MoveFirst.Image")));
     this.MoveFirst.Name         = "MoveFirst";
     this.MoveFirst.RightToLeftAutoMirrorImage = true;
     this.MoveFirst.Size = new System.Drawing.Size(23, 22);
     this.MoveFirst.Text = "Move First";
     //
     // MovePrevious
     //
     this.MovePrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MovePrevious.Image        = ((System.Drawing.Image)(resources.GetObject("MovePrevious.Image")));
     this.MovePrevious.Name         = "MovePrevious";
     this.MovePrevious.RightToLeftAutoMirrorImage = true;
     this.MovePrevious.Size = new System.Drawing.Size(23, 22);
     this.MovePrevious.Text = "Move Previous";
     //
     // Sep1
     //
     this.Sep1.Name = "Sep1";
     this.Sep1.Size = new System.Drawing.Size(6, 25);
     //
     // CurrentPosition
     //
     this.CurrentPosition.AccessibleName = "Position";
     this.CurrentPosition.AutoSize       = false;
     this.CurrentPosition.Name           = "CurrentPosition";
     this.CurrentPosition.Size           = new System.Drawing.Size(50, 23);
     this.CurrentPosition.Text           = "0";
     this.CurrentPosition.ToolTipText    = "Current Airport";
     //
     // Sep2
     //
     this.Sep2.Name = "Sep2";
     this.Sep2.Size = new System.Drawing.Size(6, 25);
     //
     // MoveNext
     //
     this.MoveNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MoveNext.Image        = ((System.Drawing.Image)(resources.GetObject("MoveNext.Image")));
     this.MoveNext.Name         = "MoveNext";
     this.MoveNext.RightToLeftAutoMirrorImage = true;
     this.MoveNext.Size = new System.Drawing.Size(23, 22);
     this.MoveNext.Text = "Move Next";
     //
     // MoveLast
     //
     this.MoveLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MoveLast.Image        = ((System.Drawing.Image)(resources.GetObject("MoveLast.Image")));
     this.MoveLast.Name         = "MoveLast";
     this.MoveLast.RightToLeftAutoMirrorImage = true;
     this.MoveLast.Size        = new System.Drawing.Size(23, 22);
     this.MoveLast.Text        = "Move Last";
     this.MoveLast.ToolTipText = "Move Last";
     //
     // Sep3
     //
     this.Sep3.Name = "Sep3";
     this.Sep3.Size = new System.Drawing.Size(6, 25);
     //
     // Save
     //
     this.Save.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.Save.Image                 = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
     this.Save.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Save.Name   = "Save";
     this.Save.Size   = new System.Drawing.Size(23, 22);
     this.Save.Text   = "Save";
     this.Save.Click += new System.EventHandler(this.Save_Click);
     //
     // Cancel
     //
     this.Cancel.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.Cancel.Image                 = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
     this.Cancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Cancel.Name   = "Cancel";
     this.Cancel.Size   = new System.Drawing.Size(23, 22);
     this.Cancel.Text   = "Cancel";
     this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
     //
     // AirPortForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(874, 472);
     this.Controls.Add(this.Navigator);
     this.Controls.Add(this.dataGridView1);
     this.MaximumSize = new System.Drawing.Size(950, 580);
     this.MinimumSize = new System.Drawing.Size(890, 510);
     this.Name        = "AirPortForm";
     this.Text        = "Air Port";
     this.Load       += new System.EventHandler(this.AirPortForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.airportsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.airportDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Navigator)).EndInit();
     this.Navigator.ResumeLayout(false);
     this.Navigator.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }