Example #1
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.toolBar       = new System.Windows.Forms.ToolBar();
     this.tbtnStop      = new System.Windows.Forms.ToolBarButton();
     this.tbarImageList = new System.Windows.Forms.ImageList(this.components);
     this.videoPanel    = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // toolBar
     //
     this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbtnStop
     });
     this.toolBar.DropDownArrows = true;
     this.toolBar.ImageList      = this.tbarImageList;
     this.toolBar.Location       = new System.Drawing.Point(0, 0);
     this.toolBar.Name           = "toolBar";
     this.toolBar.ShowToolTips   = true;
     this.toolBar.Size           = new System.Drawing.Size(398, 42);
     this.toolBar.TabIndex       = 0;
     this.toolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // tbtnStop
     //
     this.tbtnStop.ImageIndex  = 0;
     this.tbtnStop.Name        = "tbtnStop";
     this.tbtnStop.Text        = "Stop";
     this.tbtnStop.ToolTipText = "Stop Recording";
     //
     // tbarImageList
     //
     this.tbarImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.tbarImageList.ImageSize        = new System.Drawing.Size(16, 16);
     this.tbarImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // videoPanel
     //
     this.videoPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.videoPanel.Location = new System.Drawing.Point(0, 42);
     this.videoPanel.Name     = "videoPanel";
     this.videoPanel.Size     = new System.Drawing.Size(398, 297);
     this.videoPanel.TabIndex = 1;
     this.videoPanel.Resize  += new System.EventHandler(this.videoPanel_Resize);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(398, 339);
     this.Controls.Add(this.videoPanel);
     this.Controls.Add(this.toolBar);
     this.Name       = "MainForm";
     this.Text       = "Motion Detection";
     this.Activated += new System.EventHandler(this.MainForm_Activated);
     this.Closing   += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 public void SetIndex(System.Windows.Forms.ToolBar o, short Index)
 {
 }
Example #3
0
 public short GetIndex(System.Windows.Forms.ToolBar o)
 {
 }
 /// <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(BillInput));
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.toolBar1 = new System.Windows.Forms.ToolBar();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton8 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton9 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton10 = new System.Windows.Forms.ToolBarButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btnSearch = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.outcomeIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.amountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.departmentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.marketdbDataSet = new DBProject.marketdbDataSet();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.comboBox4 = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.outcomeTableAdapter = new DBProject.marketdbDataSetTableAdapters.outcomeTableAdapter();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.marketdbDataSet)).BeginInit();
     this.groupBox1.SuspendLayout();
     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, "首记录.bmp");
     this.imageList1.Images.SetKeyName(1, "上记录.bmp");
     this.imageList1.Images.SetKeyName(2, "下记录.bmp");
     this.imageList1.Images.SetKeyName(3, "尾记录.bmp");
     this.imageList1.Images.SetKeyName(4, "新增.bmp");
     this.imageList1.Images.SetKeyName(5, "修改.bmp");
     this.imageList1.Images.SetKeyName(6, "删除.bmp");
     this.imageList1.Images.SetKeyName(7, "保存.bmp");
     this.imageList1.Images.SetKeyName(8, "取消.bmp");
     this.imageList1.Images.SetKeyName(9, "退出.bmp");
     //
     // toolBar1
     //
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.toolBarButton1,
     this.toolBarButton2,
     this.toolBarButton3,
     this.toolBarButton4,
     this.toolBarButton5,
     this.toolBarButton6,
     this.toolBarButton7,
     this.toolBarButton8,
     this.toolBarButton9,
     this.toolBarButton10});
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList = this.imageList1;
     this.toolBar1.Location = new System.Drawing.Point(0, 0);
     this.toolBar1.Name = "toolBar1";
     this.toolBar1.ShowToolTips = true;
     this.toolBar1.Size = new System.Drawing.Size(598, 41);
     this.toolBar1.TabIndex = 0;
     this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 0;
     this.toolBarButton1.Name = "toolBarButton1";
     this.toolBarButton1.Text = "首记录";
     this.toolBarButton1.ToolTipText = "首记录";
     //
     // toolBarButton2
     //
     this.toolBarButton2.ImageIndex = 1;
     this.toolBarButton2.Name = "toolBarButton2";
     this.toolBarButton2.Text = "上一记录";
     this.toolBarButton2.ToolTipText = "上一记录";
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 2;
     this.toolBarButton3.Name = "toolBarButton3";
     this.toolBarButton3.Text = "下一记录";
     this.toolBarButton3.ToolTipText = "下一记录";
     //
     // toolBarButton4
     //
     this.toolBarButton4.ImageIndex = 3;
     this.toolBarButton4.Name = "toolBarButton4";
     this.toolBarButton4.Text = "尾记录";
     this.toolBarButton4.ToolTipText = "尾记录";
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 4;
     this.toolBarButton5.Name = "toolBarButton5";
     this.toolBarButton5.Text = "新增";
     this.toolBarButton5.ToolTipText = "新增";
     //
     // toolBarButton6
     //
     this.toolBarButton6.ImageIndex = 5;
     this.toolBarButton6.Name = "toolBarButton6";
     this.toolBarButton6.Text = "修改";
     this.toolBarButton6.ToolTipText = "修改";
     //
     // toolBarButton7
     //
     this.toolBarButton7.ImageIndex = 6;
     this.toolBarButton7.Name = "toolBarButton7";
     this.toolBarButton7.Text = "删除";
     this.toolBarButton7.ToolTipText = "删除";
     //
     // toolBarButton8
     //
     this.toolBarButton8.ImageIndex = 7;
     this.toolBarButton8.Name = "toolBarButton8";
     this.toolBarButton8.Text = "提交";
     this.toolBarButton8.ToolTipText = "提交";
     //
     // toolBarButton9
     //
     this.toolBarButton9.ImageIndex = 8;
     this.toolBarButton9.Name = "toolBarButton9";
     this.toolBarButton9.Text = "取消";
     this.toolBarButton9.ToolTipText = "取消";
     //
     // toolBarButton10
     //
     this.toolBarButton10.ImageIndex = 9;
     this.toolBarButton10.Name = "toolBarButton10";
     this.toolBarButton10.Text = "退出";
     this.toolBarButton10.ToolTipText = "退出";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnSearch);
     this.panel1.Location = new System.Drawing.Point(12, 47);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(572, 60);
     this.panel1.TabIndex = 1;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "销售部门",
     "人事部门",
     "财务部门",
     "后勤部门",
     "仓库部门",
     "信息部门"});
     this.comboBox1.Location = new System.Drawing.Point(403, 20);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(120, 20);
     this.comboBox1.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(344, 23);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 5;
     this.label2.Text = "开单部门";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(200, 19);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(141, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "账单编号";
     //
     // btnSearch
     //
     this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
     this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSearch.Location = new System.Drawing.Point(17, 17);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 0;
     this.btnSearch.Text = "搜索";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AutoGenerateColumns = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.outcomeIDDataGridViewTextBoxColumn,
     this.amountDataGridViewTextBoxColumn,
     this.typeDataGridViewTextBoxColumn,
     this.departmentDataGridViewTextBoxColumn,
     this.dataGridViewTextBoxColumn1});
     this.dataGridView1.DataSource = this.bindingSource1;
     this.dataGridView1.Location = new System.Drawing.Point(12, 113);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(572, 260);
     this.dataGridView1.TabIndex = 2;
     //
     // outcomeIDDataGridViewTextBoxColumn
     //
     this.outcomeIDDataGridViewTextBoxColumn.DataPropertyName = "outcomeID";
     this.outcomeIDDataGridViewTextBoxColumn.HeaderText = "outcomeID";
     this.outcomeIDDataGridViewTextBoxColumn.Name = "outcomeIDDataGridViewTextBoxColumn";
     this.outcomeIDDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // amountDataGridViewTextBoxColumn
     //
     this.amountDataGridViewTextBoxColumn.DataPropertyName = "amount";
     this.amountDataGridViewTextBoxColumn.HeaderText = "amount";
     this.amountDataGridViewTextBoxColumn.Name = "amountDataGridViewTextBoxColumn";
     //
     // typeDataGridViewTextBoxColumn
     //
     this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
     this.typeDataGridViewTextBoxColumn.HeaderText = "type";
     this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
     //
     // departmentDataGridViewTextBoxColumn
     //
     this.departmentDataGridViewTextBoxColumn.DataPropertyName = "department";
     this.departmentDataGridViewTextBoxColumn.HeaderText = "department";
     this.departmentDataGridViewTextBoxColumn.Name = "departmentDataGridViewTextBoxColumn";
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "time";
     this.dataGridViewTextBoxColumn1.HeaderText = "time";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     //
     // bindingSource1
     //
     this.bindingSource1.DataMember = "outcome";
     this.bindingSource1.DataSource = this.marketdbDataSet;
     //
     // marketdbDataSet
     //
     this.marketdbDataSet.DataSetName = "marketdbDataSet";
     this.marketdbDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboBox2);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.comboBox3);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.comboBox4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Location = new System.Drawing.Point(12, 379);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(574, 131);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "账单输入栏";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
     "商品进货",
     "办公采购",
     "设备采购",
     "工资发放",
     "出差报销",
     "活动报销",
     "银行还款",
     "其他"});
     this.comboBox2.Location = new System.Drawing.Point(17, 89);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(121, 20);
     this.comboBox2.TabIndex = 18;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(221, 41);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
     this.dateTimePicker1.TabIndex = 15;
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location = new System.Drawing.Point(19, 229);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(200, 20);
     this.comboBox3.TabIndex = 14;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(400, 74);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 12);
     this.label8.TabIndex = 13;
     this.label8.Text = "支出部门";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(221, 89);
     this.textBox3.Name = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size = new System.Drawing.Size(100, 21);
     this.textBox3.TabIndex = 12;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(219, 74);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(41, 12);
     this.label7.TabIndex = 11;
     this.label7.Text = "其他项";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 74);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 9;
     this.label6.Text = "支出类型";
     //
     // comboBox4
     //
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Items.AddRange(new object[] {
     "销售部门",
     "人事部门",
     "财务部门",
     "后勤部门",
     "仓库部门",
     "信息部门"});
     this.comboBox4.Location = new System.Drawing.Point(402, 89);
     this.comboBox4.Name = "comboBox4";
     this.comboBox4.Size = new System.Drawing.Size(121, 20);
     this.comboBox4.TabIndex = 8;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(219, 26);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 2;
     this.label5.Text = "日期";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(17, 41);
     this.textBox2.Name = "textBox2";
     this.textBox2.ReadOnly = true;
     this.textBox2.Size = new System.Drawing.Size(100, 21);
     this.textBox2.TabIndex = 1;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(15, 26);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 0;
     this.label4.Text = "支出金额";
     //
     // outcomeTableAdapter
     //
     this.outcomeTableAdapter.ClearBeforeFill = true;
     //
     // BillInput
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(598, 522);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolBar1);
     this.Name = "BillInput";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "【账单管理】";
     this.Load += new System.EventHandler(this.BillInput_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.marketdbDataSet)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlotterDisplayEx));
     this.tb1 = new System.Windows.Forms.ToolBar();
     this.tbbSave = new System.Windows.Forms.ToolBarButton();
     this.tbbOpen = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator3 = new System.Windows.Forms.ToolBarButton();
     this.tbbPrint = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.imgList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lb_Position = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.hScrollBar2 = new System.Windows.Forms.HScrollBar();
     this.gPane = new RepetierHost.GraphLib.PlotterGraphPaneEx();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectGraphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tb1
     //
     this.tb1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tb1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSave,
     this.tbbOpen,
     this.tbbSeparator3,
     this.tbbPrint,
     this.toolBarButton2});
     this.tb1.ButtonSize = new System.Drawing.Size(16, 16);
     this.tb1.Divider = false;
     this.tb1.Dock = System.Windows.Forms.DockStyle.None;
     this.tb1.DropDownArrows = true;
     this.tb1.ImageList = this.imgList1;
     this.tb1.Location = new System.Drawing.Point(11, 5);
     this.tb1.Name = "tb1";
     this.tb1.ShowToolTips = true;
     this.tb1.Size = new System.Drawing.Size(80, 26);
     this.tb1.TabIndex = 1;
     this.tb1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tb1_ButtonClick);
     //
     // tbbSave
     //
     this.tbbSave.ImageIndex = 0;
     this.tbbSave.Name = "tbbSave";
     this.tbbSave.Tag = "play";
     //
     // tbbOpen
     //
     this.tbbOpen.ImageIndex = 1;
     this.tbbOpen.Name = "tbbOpen";
     this.tbbOpen.Tag = "stop";
     //
     // tbbSeparator3
     //
     this.tbbSeparator3.Name = "tbbSeparator3";
     this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbPrint
     //
     this.tbbPrint.ImageIndex = 3;
     this.tbbPrint.Name = "tbbPrint";
     this.tbbPrint.Tag = "print";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // imgList1
     //
     this.imgList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList1.ImageStream")));
     this.imgList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imgList1.Images.SetKeyName(0, "media-playback-start.png");
     this.imgList1.Images.SetKeyName(1, "media-playback-stop.png");
     this.imgList1.Images.SetKeyName(2, "media-playback-pause.png");
     this.imgList1.Images.SetKeyName(3, "printer.png");
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     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.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Panel1.Controls.Add(this.tb1);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.gPane);
     this.splitContainer1.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.SplitterDistance = 34;
     this.splitContainer1.TabIndex = 2;
     this.splitContainer1.TabStop = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.lb_Position);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.hScrollBar1);
     this.panel1.Controls.Add(this.hScrollBar2);
     this.panel1.Location = new System.Drawing.Point(99, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(496, 28);
     this.panel1.TabIndex = 7;
     //
     // lb_Position
     //
     this.lb_Position.AutoSize = true;
     this.lb_Position.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lb_Position.Location = new System.Drawing.Point(6, 8);
     this.lb_Position.Name = "lb_Position";
     this.lb_Position.Size = new System.Drawing.Size(44, 13);
     this.lb_Position.TabIndex = 3;
     this.lb_Position.Text = "Position";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location = new System.Drawing.Point(180, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(85, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Playback Speed";
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(57, 8);
     this.hScrollBar1.Maximum = 10000;
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(118, 13);
     this.hScrollBar1.TabIndex = 4;
     this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.OnScrollbarScroll);
     //
     // hScrollBar2
     //
     this.hScrollBar2.Location = new System.Drawing.Point(268, 8);
     this.hScrollBar2.Maximum = 10000;
     this.hScrollBar2.Name = "hScrollBar2";
     this.hScrollBar2.Size = new System.Drawing.Size(111, 13);
     this.hScrollBar2.TabIndex = 6;
     this.hScrollBar2.Value = 1;
     this.hScrollBar2.Scroll += new System.Windows.Forms.ScrollEventHandler(this.OnScrollBarSpeedScroll);
     //
     // gPane
     //
     this.gPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gPane.Location = new System.Drawing.Point(0, 0);
     this.gPane.Name = "gPane";
     this.gPane.Size = new System.Drawing.Size(598, 301);
     this.gPane.TabIndex = 1;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.selectGraphsToolStripMenuItem,
     this.toolStripSeparator1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(117, 32);
     //
     // selectGraphsToolStripMenuItem
     //
     this.selectGraphsToolStripMenuItem.Name = "selectGraphsToolStripMenuItem";
     this.selectGraphsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.selectGraphsToolStripMenuItem.Text = "Options";
     this.selectGraphsToolStripMenuItem.Click += new System.EventHandler(this.selectGraphsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // PlotterDisplayEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.Controls.Add(this.splitContainer1);
     this.Name = "PlotterDisplayEx";
     this.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #6
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(frmMain));
     this.picEditArea      = new System.Windows.Forms.PictureBox();
     this.mbMain           = new System.Windows.Forms.MainMenu(this.components);
     this.mnuFile          = new System.Windows.Forms.MenuItem();
     this.mnuFileNew       = new System.Windows.Forms.MenuItem();
     this.mnuFileOpen      = new System.Windows.Forms.MenuItem();
     this.mnuFileClose     = new System.Windows.Forms.MenuItem();
     this.menuItem4        = new System.Windows.Forms.MenuItem();
     this.mnuFileSave      = new System.Windows.Forms.MenuItem();
     this.menuItem6        = new System.Windows.Forms.MenuItem();
     this.mnuFileExit      = new System.Windows.Forms.MenuItem();
     this.mnuSettings      = new System.Windows.Forms.MenuItem();
     this.mnuZoom          = new System.Windows.Forms.MenuItem();
     this.mnuZoomX1        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX2        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX4        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX8        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX16       = new System.Windows.Forms.MenuItem();
     this.menuItem1        = new System.Windows.Forms.MenuItem();
     this.mnuCreateNewUser = new System.Windows.Forms.MenuItem();
     this.mnuUsers         = new System.Windows.Forms.MenuItem();
     this.mnuHelp          = new System.Windows.Forms.MenuItem();
     this.mnuHelpAbout     = new System.Windows.Forms.MenuItem();
     this.tbMain           = new System.Windows.Forms.ToolBar();
     this.tbbNew           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1   = new System.Windows.Forms.ToolBarButton();
     this.tbbOpen          = new System.Windows.Forms.ToolBarButton();
     this.tbbSave          = new System.Windows.Forms.ToolBarButton();
     this.tbbSeperator1    = new System.Windows.Forms.ToolBarButton();
     this.tbbHelp          = new System.Windows.Forms.ToolBarButton();
     this.il16             = new System.Windows.Forms.ImageList(this.components);
     this.statusBar1       = new System.Windows.Forms.StatusBar();
     this.panelTools       = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.picActiveTile    = new System.Windows.Forms.PictureBox();
     this.panelTiles       = new System.Windows.Forms.Panel();
     this.picTiles         = new System.Windows.Forms.PictureBox();
     this.vscTiles         = new System.Windows.Forms.VScrollBar();
     this.picEditSel       = new System.Windows.Forms.PictureBox();
     this.vscMap           = new System.Windows.Forms.VScrollBar();
     this.hscMap           = new System.Windows.Forms.HScrollBar();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.picMap           = new System.Windows.Forms.PictureBox();
     this.tmrLoad          = new System.Windows.Forms.Timer(this.components);
     this.dlgLoadMap       = new System.Windows.Forms.OpenFileDialog();
     this.dlgSaveMap       = new System.Windows.Forms.SaveFileDialog();
     this.cboZoom          = new System.Windows.Forms.ComboBox();
     this.lblZoom          = new System.Windows.Forms.Label();
     this.lblPv            = new System.Windows.Forms.Label();
     this.lblAttkMin       = new System.Windows.Forms.Label();
     this.lblAttkMax       = new System.Windows.Forms.Label();
     this.txtPv            = new System.Windows.Forms.TextBox();
     this.txtAttkMin       = new System.Windows.Forms.TextBox();
     this.txtAttkMax       = new System.Windows.Forms.TextBox();
     this.txtLevel         = new System.Windows.Forms.TextBox();
     this.lblLevel         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).BeginInit();
     this.panelTools.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).BeginInit();
     this.panelTiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
     this.SuspendLayout();
     //
     // picEditArea
     //
     this.picEditArea.BackColor   = System.Drawing.Color.Gray;
     this.picEditArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditArea.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditArea.Location    = new System.Drawing.Point(0, 0);
     this.picEditArea.Name        = "picEditArea";
     this.picEditArea.Size        = new System.Drawing.Size(925, 528);
     this.picEditArea.TabIndex    = 0;
     this.picEditArea.TabStop     = false;
     this.picEditArea.Resize     += new System.EventHandler(this.picEditArea_Resize);
     //
     // mbMain
     //
     this.mbMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFile,
         this.mnuSettings,
         this.mnuHelp
     });
     //
     // mnuFile
     //
     this.mnuFile.Index = 0;
     this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFileNew,
         this.mnuFileOpen,
         this.mnuFileClose,
         this.menuItem4,
         this.mnuFileSave,
         this.menuItem6,
         this.mnuFileExit
     });
     this.mnuFile.Text = "&File";
     //
     // mnuFileNew
     //
     this.mnuFileNew.Index  = 0;
     this.mnuFileNew.Text   = "&New";
     this.mnuFileNew.Click += new System.EventHandler(this.mnuFileNew_Click);
     //
     // mnuFileOpen
     //
     this.mnuFileOpen.Index  = 1;
     this.mnuFileOpen.Text   = "&Open";
     this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click);
     //
     // mnuFileClose
     //
     this.mnuFileClose.Index = 2;
     this.mnuFileClose.Text  = "&Close";
     //
     // menuItem4
     //
     this.menuItem4.Index = 3;
     this.menuItem4.Text  = "-";
     //
     // mnuFileSave
     //
     this.mnuFileSave.Index  = 4;
     this.mnuFileSave.Text   = "&Save";
     this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 5;
     this.menuItem6.Text  = "-";
     //
     // mnuFileExit
     //
     this.mnuFileExit.Index  = 6;
     this.mnuFileExit.Text   = "E&xit";
     this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
     //
     // mnuSettings
     //
     this.mnuSettings.Index = 1;
     this.mnuSettings.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoom,
         this.menuItem1,
         this.mnuCreateNewUser,
         this.mnuUsers
     });
     this.mnuSettings.Text = "&Settings";
     //
     // mnuZoom
     //
     this.mnuZoom.Index = 0;
     this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoomX1,
         this.mnuZoomX2,
         this.mnuZoomX4,
         this.mnuZoomX8,
         this.mnuZoomX16
     });
     this.mnuZoom.Text = "&Zoom";
     //
     // mnuZoomX1
     //
     this.mnuZoomX1.Index  = 0;
     this.mnuZoomX1.Text   = "x 1";
     this.mnuZoomX1.Click += new System.EventHandler(this.mnuZoomX1_Click);
     //
     // mnuZoomX2
     //
     this.mnuZoomX2.Index  = 1;
     this.mnuZoomX2.Text   = "x 2";
     this.mnuZoomX2.Click += new System.EventHandler(this.mnuZoomX2_Click);
     //
     // mnuZoomX4
     //
     this.mnuZoomX4.Index  = 2;
     this.mnuZoomX4.Text   = "x 4";
     this.mnuZoomX4.Click += new System.EventHandler(this.mnuZoomX4_Click);
     //
     // mnuZoomX8
     //
     this.mnuZoomX8.Index  = 3;
     this.mnuZoomX8.Text   = "x 8";
     this.mnuZoomX8.Click += new System.EventHandler(this.mnuZoomX8_Click);
     //
     // mnuZoomX16
     //
     this.mnuZoomX16.Index  = 4;
     this.mnuZoomX16.Text   = "x 16";
     this.mnuZoomX16.Click += new System.EventHandler(this.mnuZoomX16_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.Text  = "-";
     //
     // mnuCreateNewUser
     //
     this.mnuCreateNewUser.Index  = 2;
     this.mnuCreateNewUser.Text   = "Create a new user";
     this.mnuCreateNewUser.Click += new System.EventHandler(this.mnuCreateNewUser_Click);
     //
     // mnuUsers
     //
     this.mnuUsers.Index  = 3;
     this.mnuUsers.Text   = "Users menu";
     this.mnuUsers.Click += new System.EventHandler(this.mnuUsers_Click);
     //
     // mnuHelp
     //
     this.mnuHelp.Index = 2;
     this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuHelpAbout
     });
     this.mnuHelp.Text = "&Help";
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Index  = 0;
     this.mnuHelpAbout.Text   = "&About";
     this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
     //
     // tbMain
     //
     this.tbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbNew,
         this.toolBarButton1,
         this.tbbOpen,
         this.tbbSave,
         this.tbbSeperator1,
         this.tbbHelp
     });
     this.tbMain.DropDownArrows = true;
     this.tbMain.ImageList      = this.il16;
     this.tbMain.Location       = new System.Drawing.Point(0, 0);
     this.tbMain.Name           = "tbMain";
     this.tbMain.ShowToolTips   = true;
     this.tbMain.Size           = new System.Drawing.Size(925, 28);
     this.tbMain.TabIndex       = 1;
     this.tbMain.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbMain_ButtonClick);
     //
     // tbbNew
     //
     this.tbbNew.ImageIndex = 2;
     this.tbbNew.Name       = "tbbNew";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton1.Text  = "-";
     //
     // tbbOpen
     //
     this.tbbOpen.ImageIndex = 0;
     this.tbbOpen.Name       = "tbbOpen";
     //
     // tbbSave
     //
     this.tbbSave.ImageIndex = 1;
     this.tbbSave.Name       = "tbbSave";
     //
     // tbbSeperator1
     //
     this.tbbSeperator1.Name  = "tbbSeperator1";
     this.tbbSeperator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.tbbSeperator1.Text  = "-";
     //
     // tbbHelp
     //
     this.tbbHelp.ImageIndex = 3;
     this.tbbHelp.Name       = "tbbHelp";
     //
     // il16
     //
     this.il16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il16.ImageStream")));
     this.il16.TransparentColor = System.Drawing.Color.Transparent;
     this.il16.Images.SetKeyName(0, "Open-icon.png");
     this.il16.Images.SetKeyName(1, "Save-icon.png");
     this.il16.Images.SetKeyName(2, "Files-New-File-icon.png");
     this.il16.Images.SetKeyName(3, "Help-icon.png");
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 503);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(925, 25);
     this.statusBar1.TabIndex = 2;
     this.statusBar1.Text     = "sbMain";
     //
     // panelTools
     //
     this.panelTools.Controls.Add(this.txtLevel);
     this.panelTools.Controls.Add(this.lblLevel);
     this.panelTools.Controls.Add(this.txtAttkMax);
     this.panelTools.Controls.Add(this.txtAttkMin);
     this.panelTools.Controls.Add(this.txtPv);
     this.panelTools.Controls.Add(this.lblAttkMax);
     this.panelTools.Controls.Add(this.lblAttkMin);
     this.panelTools.Controls.Add(this.lblPv);
     this.panelTools.Controls.Add(this.label1);
     this.panelTools.Controls.Add(this.picActiveTile);
     this.panelTools.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelTools.Location = new System.Drawing.Point(774, 28);
     this.panelTools.Name     = "panelTools";
     this.panelTools.Size     = new System.Drawing.Size(151, 475);
     this.panelTools.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(76, 19);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Active Tile";
     //
     // picActiveTile
     //
     this.picActiveTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picActiveTile.Location    = new System.Drawing.Point(10, 31);
     this.picActiveTile.Name        = "picActiveTile";
     this.picActiveTile.Size        = new System.Drawing.Size(76, 74);
     this.picActiveTile.TabIndex    = 2;
     this.picActiveTile.TabStop     = false;
     this.picActiveTile.Paint      += new System.Windows.Forms.PaintEventHandler(this.picActiveTile_Paint);
     //
     // panelTiles
     //
     this.panelTiles.Controls.Add(this.picTiles);
     this.panelTiles.Controls.Add(this.vscTiles);
     this.panelTiles.Controls.Add(this.picEditSel);
     this.panelTiles.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelTiles.Location = new System.Drawing.Point(0, 348);
     this.panelTiles.Name     = "panelTiles";
     this.panelTiles.Size     = new System.Drawing.Size(774, 155);
     this.panelTiles.TabIndex = 4;
     //
     // picTiles
     //
     this.picTiles.BackColor   = System.Drawing.Color.White;
     this.picTiles.Location    = new System.Drawing.Point(19, 18);
     this.picTiles.Name        = "picTiles";
     this.picTiles.Size        = new System.Drawing.Size(471, 65);
     this.picTiles.TabIndex    = 2;
     this.picTiles.TabStop     = false;
     this.picTiles.Click      += new System.EventHandler(this.picTiles_Click);
     this.picTiles.Paint      += new System.Windows.Forms.PaintEventHandler(this.picTiles_Paint);
     this.picTiles.MouseLeave += new System.EventHandler(this.picTiles_MouseLeave);
     this.picTiles.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picTiles_MouseMove);
     //
     // vscTiles
     //
     this.vscTiles.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscTiles.LargeChange = 15;
     this.vscTiles.Location    = new System.Drawing.Point(754, 0);
     this.vscTiles.Maximum     = 395;
     this.vscTiles.Name        = "vscTiles";
     this.vscTiles.Size        = new System.Drawing.Size(20, 155);
     this.vscTiles.SmallChange = 5;
     this.vscTiles.TabIndex    = 10;
     this.vscTiles.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscTiles_Scroll);
     //
     // picEditSel
     //
     this.picEditSel.BackColor   = System.Drawing.Color.White;
     this.picEditSel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditSel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditSel.Location    = new System.Drawing.Point(0, 0);
     this.picEditSel.Name        = "picEditSel";
     this.picEditSel.Size        = new System.Drawing.Size(774, 155);
     this.picEditSel.TabIndex    = 0;
     this.picEditSel.TabStop     = false;
     //
     // vscMap
     //
     this.vscMap.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscMap.LargeChange = 1;
     this.vscMap.Location    = new System.Drawing.Point(754, 28);
     this.vscMap.Maximum     = 0;
     this.vscMap.Name        = "vscMap";
     this.vscMap.Size        = new System.Drawing.Size(20, 320);
     this.vscMap.TabIndex    = 6;
     this.vscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscMap_Scroll);
     //
     // hscMap
     //
     this.hscMap.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.hscMap.LargeChange = 1;
     this.hscMap.Location    = new System.Drawing.Point(0, 329);
     this.hscMap.Maximum     = 0;
     this.hscMap.Name        = "hscMap";
     this.hscMap.Size        = new System.Drawing.Size(754, 19);
     this.hscMap.TabIndex    = 7;
     this.hscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscMap_Scroll);
     //
     // timer1
     //
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // picMap
     //
     this.picMap.BackColor   = System.Drawing.Color.White;
     this.picMap.Location    = new System.Drawing.Point(0, 0);
     this.picMap.Name        = "picMap";
     this.picMap.Size        = new System.Drawing.Size(754, 326);
     this.picMap.TabIndex    = 8;
     this.picMap.TabStop     = false;
     this.picMap.Visible     = false;
     this.picMap.Click      += new System.EventHandler(this.picMap_Click);
     this.picMap.Paint      += new System.Windows.Forms.PaintEventHandler(this.picMap_Paint);
     this.picMap.MouseLeave += new System.EventHandler(this.picMap_MouseLeave);
     this.picMap.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseMove);
     //
     // tmrLoad
     //
     this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
     //
     // cboZoom
     //
     this.cboZoom.Location              = new System.Drawing.Point(48, 378);
     this.cboZoom.Name                  = "cboZoom";
     this.cboZoom.Size                  = new System.Drawing.Size(145, 24);
     this.cboZoom.TabIndex              = 9;
     this.cboZoom.TabStop               = false;
     this.cboZoom.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // lblZoom
     //
     this.lblZoom.Location  = new System.Drawing.Point(211, 388);
     this.lblZoom.Name      = "lblZoom";
     this.lblZoom.Size      = new System.Drawing.Size(48, 27);
     this.lblZoom.TabIndex  = 10;
     this.lblZoom.Text      = "Zoom:";
     this.lblZoom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPv
     //
     this.lblPv.AutoSize = true;
     this.lblPv.Location = new System.Drawing.Point(34, 256);
     this.lblPv.Name     = "lblPv";
     this.lblPv.Size     = new System.Drawing.Size(32, 17);
     this.lblPv.TabIndex = 4;
     this.lblPv.Text     = "Pv :";
     //
     // lblAttkMin
     //
     this.lblAttkMin.AutoSize = true;
     this.lblAttkMin.Location = new System.Drawing.Point(34, 335);
     this.lblAttkMin.Name     = "lblAttkMin";
     this.lblAttkMin.Size     = new System.Drawing.Size(85, 17);
     this.lblAttkMin.TabIndex = 5;
     this.lblAttkMin.Text     = "Attack min : ";
     //
     // lblAttkMax
     //
     this.lblAttkMax.AutoSize = true;
     this.lblAttkMax.Location = new System.Drawing.Point(34, 408);
     this.lblAttkMax.Name     = "lblAttkMax";
     this.lblAttkMax.Size     = new System.Drawing.Size(88, 17);
     this.lblAttkMax.TabIndex = 6;
     this.lblAttkMax.Text     = "Attack max : ";
     //
     // txtPv
     //
     this.txtPv.Location  = new System.Drawing.Point(25, 276);
     this.txtPv.Name      = "txtPv";
     this.txtPv.Size      = new System.Drawing.Size(100, 22);
     this.txtPv.TabIndex  = 7;
     this.txtPv.Text      = "0";
     this.txtPv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtAttkMin
     //
     this.txtAttkMin.Location  = new System.Drawing.Point(25, 355);
     this.txtAttkMin.Name      = "txtAttkMin";
     this.txtAttkMin.Size      = new System.Drawing.Size(100, 22);
     this.txtAttkMin.TabIndex  = 8;
     this.txtAttkMin.Text      = "0";
     this.txtAttkMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtAttkMax
     //
     this.txtAttkMax.Location  = new System.Drawing.Point(25, 428);
     this.txtAttkMax.Name      = "txtAttkMax";
     this.txtAttkMax.Size      = new System.Drawing.Size(100, 22);
     this.txtAttkMax.TabIndex  = 9;
     this.txtAttkMax.Text      = "0";
     this.txtAttkMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtLevel
     //
     this.txtLevel.Location  = new System.Drawing.Point(25, 205);
     this.txtLevel.Name      = "txtLevel";
     this.txtLevel.Size      = new System.Drawing.Size(100, 22);
     this.txtLevel.TabIndex  = 11;
     this.txtLevel.Text      = "0";
     this.txtLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lblLevel
     //
     this.lblLevel.AutoSize = true;
     this.lblLevel.Location = new System.Drawing.Point(34, 185);
     this.lblLevel.Name     = "lblLevel";
     this.lblLevel.Size     = new System.Drawing.Size(50, 17);
     this.lblLevel.TabIndex = 10;
     this.lblLevel.Text     = "Level :";
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(925, 528);
     this.Controls.Add(this.lblZoom);
     this.Controls.Add(this.cboZoom);
     this.Controls.Add(this.picMap);
     this.Controls.Add(this.hscMap);
     this.Controls.Add(this.vscMap);
     this.Controls.Add(this.panelTiles);
     this.Controls.Add(this.panelTools);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.tbMain);
     this.Controls.Add(this.picEditArea);
     this.Menu          = this.mbMain;
     this.Name          = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Éditeur de monde Hugo Land";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
     this.Load         += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).EndInit();
     this.panelTools.ResumeLayout(false);
     this.panelTools.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).EndInit();
     this.panelTiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmSearchName));
            this.toolBar1        = new System.Windows.Forms.ToolBar();
            this.tbSearch        = new System.Windows.Forms.ToolBarButton();
            this.tbExport        = new System.Windows.Forms.ToolBarButton();
            this.tbPrint         = new System.Windows.Forms.ToolBarButton();
            this.tbExist         = new System.Windows.Forms.ToolBarButton();
            this.imageList32     = new System.Windows.Forms.ImageList(this.components);
            this.groupBox1       = new System.Windows.Forms.GroupBox();
            this.panel1          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.ucNameSreach1   = new ucNameSreach();
            this.ucShowCaseInfo1 = new ucShowCaseInfo();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // toolBar1
            //
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.tbSearch,
                this.tbExport,
                this.tbPrint,
                this.tbExist
            });
            this.toolBar1.DropDownArrows = true;
            this.toolBar1.ImageList      = this.imageList32;
            this.toolBar1.Location       = new System.Drawing.Point(0, 0);
            this.toolBar1.Name           = "toolBar1";
            this.toolBar1.ShowToolTips   = true;
            this.toolBar1.Size           = new System.Drawing.Size(1016, 57);
            this.toolBar1.TabIndex       = 0;
            this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
            //
            // tbSearch
            //
            this.tbSearch.ImageIndex = 11;
            this.tbSearch.Text       = "查询(F4)";
            //
            // tbExport
            //
            this.tbExport.ImageIndex = 36;
            this.tbExport.Text       = "导出(F5)";
            //
            // tbPrint
            //
            this.tbPrint.ImageIndex = 12;
            this.tbPrint.Text       = "打印(F8)";
            //
            // tbExist
            //
            this.tbExist.ImageIndex = 14;
            this.tbExist.Text       = "退出(&X)";
            //
            // imageList32
            //
            this.imageList32.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imageList32.ImageSize        = new System.Drawing.Size(32, 32);
            this.imageList32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList32.ImageStream")));
            this.imageList32.TransparentColor = System.Drawing.Color.Transparent;
            //
            // groupBox1
            //
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(1016, 8);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop  = false;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.ucShowCaseInfo1);
            this.panel1.Controls.Add(this.ucNameSreach1);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 57);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(1016, 684);
            this.panel1.TabIndex = 4;
            //
            // ucNameSreach1
            //
            this.ucNameSreach1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.ucNameSreach1.Location = new System.Drawing.Point(0, 8);
            this.ucNameSreach1.Name     = "ucNameSreach1";
            this.ucNameSreach1.Size     = new System.Drawing.Size(1016, 40);
            this.ucNameSreach1.TabIndex = 4;
            //
            // ucShowCaseInfo1
            //
            this.ucShowCaseInfo1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.ucShowCaseInfo1.Location = new System.Drawing.Point(0, 48);
            this.ucShowCaseInfo1.Name     = "ucShowCaseInfo1";
            this.ucShowCaseInfo1.Size     = new System.Drawing.Size(1016, 636);
            this.ucShowCaseInfo1.TabIndex = 5;
            //
            // frmSearchName
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolBar1);
            this.Name          = "frmSearchName";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "姓名查询";
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Example #8
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(frmMain));
     this.picEditArea      = new System.Windows.Forms.PictureBox();
     this.mbMain           = new System.Windows.Forms.MainMenu(this.components);
     this.mnuFile          = new System.Windows.Forms.MenuItem();
     this.mnuFileNew       = new System.Windows.Forms.MenuItem();
     this.mnuFileOpen      = new System.Windows.Forms.MenuItem();
     this.mnuFileClose     = new System.Windows.Forms.MenuItem();
     this.menuItem4        = new System.Windows.Forms.MenuItem();
     this.mnuFileSave      = new System.Windows.Forms.MenuItem();
     this.menuItem6        = new System.Windows.Forms.MenuItem();
     this.mnuFileExit      = new System.Windows.Forms.MenuItem();
     this.mnuSettings      = new System.Windows.Forms.MenuItem();
     this.mnuZoom          = new System.Windows.Forms.MenuItem();
     this.mnuZoomX1        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX2        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX4        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX8        = new System.Windows.Forms.MenuItem();
     this.mnuZoomX16       = new System.Windows.Forms.MenuItem();
     this.menuItem1        = new System.Windows.Forms.MenuItem();
     this.mnuCreateNewUser = new System.Windows.Forms.MenuItem();
     this.mnuHelp          = new System.Windows.Forms.MenuItem();
     this.mnuHelpAbout     = new System.Windows.Forms.MenuItem();
     this.tbMain           = new System.Windows.Forms.ToolBar();
     this.tbbNew           = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1   = new System.Windows.Forms.ToolBarButton();
     this.tbbOpen          = new System.Windows.Forms.ToolBarButton();
     this.tbbSave          = new System.Windows.Forms.ToolBarButton();
     this.tbbSeperator1    = new System.Windows.Forms.ToolBarButton();
     this.tbbHelp          = new System.Windows.Forms.ToolBarButton();
     this.il16             = new System.Windows.Forms.ImageList(this.components);
     this.statusBar1       = new System.Windows.Forms.StatusBar();
     this.panelTools       = new System.Windows.Forms.Panel();
     this.label1           = new System.Windows.Forms.Label();
     this.picActiveTile    = new System.Windows.Forms.PictureBox();
     this.panelTiles       = new System.Windows.Forms.Panel();
     this.picTiles         = new System.Windows.Forms.PictureBox();
     this.vscTiles         = new System.Windows.Forms.VScrollBar();
     this.picEditSel       = new System.Windows.Forms.PictureBox();
     this.vscMap           = new System.Windows.Forms.VScrollBar();
     this.hscMap           = new System.Windows.Forms.HScrollBar();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.picMap           = new System.Windows.Forms.PictureBox();
     this.tmrLoad          = new System.Windows.Forms.Timer(this.components);
     this.dlgLoadMap       = new System.Windows.Forms.OpenFileDialog();
     this.dlgSaveMap       = new System.Windows.Forms.SaveFileDialog();
     this.comboBox1        = new System.Windows.Forms.ComboBox();
     this.lblZoom          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).BeginInit();
     this.panelTools.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).BeginInit();
     this.panelTiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
     this.SuspendLayout();
     //
     // picEditArea
     //
     this.picEditArea.BackColor   = System.Drawing.Color.Gray;
     this.picEditArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditArea.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditArea.Location    = new System.Drawing.Point(0, 0);
     this.picEditArea.Name        = "picEditArea";
     this.picEditArea.Size        = new System.Drawing.Size(1098, 593);
     this.picEditArea.TabIndex    = 0;
     this.picEditArea.TabStop     = false;
     this.picEditArea.Resize     += new System.EventHandler(this.picEditArea_Resize);
     //
     // mbMain
     //
     this.mbMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFile,
         this.mnuSettings,
         this.mnuHelp
     });
     //
     // mnuFile
     //
     this.mnuFile.Index = 0;
     this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFileNew,
         this.mnuFileOpen,
         this.mnuFileClose,
         this.menuItem4,
         this.mnuFileSave,
         this.menuItem6,
         this.mnuFileExit
     });
     this.mnuFile.Text = "&File";
     //
     // mnuFileNew
     //
     this.mnuFileNew.Index  = 0;
     this.mnuFileNew.Text   = "&New";
     this.mnuFileNew.Click += new System.EventHandler(this.mnuFileNew_Click);
     //
     // mnuFileOpen
     //
     this.mnuFileOpen.Index  = 1;
     this.mnuFileOpen.Text   = "&Open";
     this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click);
     //
     // mnuFileClose
     //
     this.mnuFileClose.Index = 2;
     this.mnuFileClose.Text  = "&Close";
     //
     // menuItem4
     //
     this.menuItem4.Index = 3;
     this.menuItem4.Text  = "-";
     //
     // mnuFileSave
     //
     this.mnuFileSave.Index  = 4;
     this.mnuFileSave.Text   = "&Save";
     this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 5;
     this.menuItem6.Text  = "-";
     //
     // mnuFileExit
     //
     this.mnuFileExit.Index  = 6;
     this.mnuFileExit.Text   = "E&xit";
     this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
     //
     // mnuSettings
     //
     this.mnuSettings.Index = 1;
     this.mnuSettings.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoom,
         this.menuItem1,
         this.mnuCreateNewUser
     });
     this.mnuSettings.Text = "&Settings";
     //
     // mnuZoom
     //
     this.mnuZoom.Index = 0;
     this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoomX1,
         this.mnuZoomX2,
         this.mnuZoomX4,
         this.mnuZoomX8,
         this.mnuZoomX16
     });
     this.mnuZoom.Text = "&Zoom";
     //
     // mnuZoomX1
     //
     this.mnuZoomX1.Index  = 0;
     this.mnuZoomX1.Text   = "x 1";
     this.mnuZoomX1.Click += new System.EventHandler(this.mnuZoomX1_Click);
     //
     // mnuZoomX2
     //
     this.mnuZoomX2.Index  = 1;
     this.mnuZoomX2.Text   = "x 2";
     this.mnuZoomX2.Click += new System.EventHandler(this.mnuZoomX2_Click);
     //
     // mnuZoomX4
     //
     this.mnuZoomX4.Index  = 2;
     this.mnuZoomX4.Text   = "x 4";
     this.mnuZoomX4.Click += new System.EventHandler(this.mnuZoomX4_Click);
     //
     // mnuZoomX8
     //
     this.mnuZoomX8.Index  = 3;
     this.mnuZoomX8.Text   = "x 8";
     this.mnuZoomX8.Click += new System.EventHandler(this.mnuZoomX8_Click);
     //
     // mnuZoomX16
     //
     this.mnuZoomX16.Index  = 4;
     this.mnuZoomX16.Text   = "x 16";
     this.mnuZoomX16.Click += new System.EventHandler(this.mnuZoomX16_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.Text  = "-";
     //
     // mnuCreateNewUser
     //
     this.mnuCreateNewUser.Index  = 2;
     this.mnuCreateNewUser.Text   = "Create a new admin";
     this.mnuCreateNewUser.Click += new System.EventHandler(this.mnuCreateNewUser_Click);
     //
     // mnuHelp
     //
     this.mnuHelp.Index = 2;
     this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuHelpAbout
     });
     this.mnuHelp.Text = "&Help";
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Index  = 0;
     this.mnuHelpAbout.Text   = "&About";
     this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
     //
     // tbMain
     //
     this.tbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbNew,
         this.toolBarButton1,
         this.tbbOpen,
         this.tbbSave,
         this.tbbSeperator1,
         this.tbbHelp
     });
     this.tbMain.DropDownArrows = true;
     this.tbMain.ImageList      = this.il16;
     this.tbMain.Location       = new System.Drawing.Point(0, 0);
     this.tbMain.Name           = "tbMain";
     this.tbMain.ShowToolTips   = true;
     this.tbMain.Size           = new System.Drawing.Size(1098, 28);
     this.tbMain.TabIndex       = 1;
     this.tbMain.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbMain_ButtonClick);
     //
     // tbbNew
     //
     this.tbbNew.ImageIndex = 2;
     this.tbbNew.Name       = "tbbNew";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.toolBarButton1.Text  = "-";
     //
     // tbbOpen
     //
     this.tbbOpen.ImageIndex = 0;
     this.tbbOpen.Name       = "tbbOpen";
     //
     // tbbSave
     //
     this.tbbSave.ImageIndex = 1;
     this.tbbSave.Name       = "tbbSave";
     //
     // tbbSeperator1
     //
     this.tbbSeperator1.Name  = "tbbSeperator1";
     this.tbbSeperator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     this.tbbSeperator1.Text  = "-";
     //
     // tbbHelp
     //
     this.tbbHelp.ImageIndex = 3;
     this.tbbHelp.Name       = "tbbHelp";
     //
     // il16
     //
     this.il16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il16.ImageStream")));
     this.il16.TransparentColor = System.Drawing.Color.Transparent;
     this.il16.Images.SetKeyName(0, "Open-icon.png");
     this.il16.Images.SetKeyName(1, "Save-icon.png");
     this.il16.Images.SetKeyName(2, "Files-New-File-icon.png");
     this.il16.Images.SetKeyName(3, "Help-icon.png");
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 571);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(1098, 22);
     this.statusBar1.TabIndex = 2;
     this.statusBar1.Text     = "sbMain";
     //
     // panelTools
     //
     this.panelTools.Controls.Add(this.label1);
     this.panelTools.Controls.Add(this.picActiveTile);
     this.panelTools.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelTools.Location = new System.Drawing.Point(976, 28);
     this.panelTools.Name     = "panelTools";
     this.panelTools.Size     = new System.Drawing.Size(122, 543);
     this.panelTools.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Active Tile";
     //
     // picActiveTile
     //
     this.picActiveTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picActiveTile.Location    = new System.Drawing.Point(8, 27);
     this.picActiveTile.Name        = "picActiveTile";
     this.picActiveTile.Size        = new System.Drawing.Size(100, 100);
     this.picActiveTile.TabIndex    = 2;
     this.picActiveTile.TabStop     = false;
     this.picActiveTile.Paint      += new System.Windows.Forms.PaintEventHandler(this.picActiveTile_Paint);
     //
     // panelTiles
     //
     this.panelTiles.Controls.Add(this.picTiles);
     this.panelTiles.Controls.Add(this.vscTiles);
     this.panelTiles.Controls.Add(this.picEditSel);
     this.panelTiles.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelTiles.Location = new System.Drawing.Point(0, 437);
     this.panelTiles.Name     = "panelTiles";
     this.panelTiles.Size     = new System.Drawing.Size(976, 134);
     this.panelTiles.TabIndex = 4;
     //
     // picTiles
     //
     this.picTiles.BackColor   = System.Drawing.Color.White;
     this.picTiles.Location    = new System.Drawing.Point(16, 3);
     this.picTiles.Name        = "picTiles";
     this.picTiles.Size        = new System.Drawing.Size(943, 125);
     this.picTiles.TabIndex    = 2;
     this.picTiles.TabStop     = false;
     this.picTiles.Click      += new System.EventHandler(this.picTiles_Click);
     this.picTiles.Paint      += new System.Windows.Forms.PaintEventHandler(this.picTiles_Paint);
     this.picTiles.MouseLeave += new System.EventHandler(this.picTiles_MouseLeave);
     this.picTiles.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picTiles_MouseMove);
     //
     // vscTiles
     //
     this.vscTiles.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscTiles.LargeChange = 15;
     this.vscTiles.Location    = new System.Drawing.Point(959, 0);
     this.vscTiles.Maximum     = 1950;
     this.vscTiles.Name        = "vscTiles";
     this.vscTiles.Size        = new System.Drawing.Size(17, 134);
     this.vscTiles.SmallChange = 5;
     this.vscTiles.TabIndex    = 10;
     this.vscTiles.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscTiles_Scroll);
     //
     // picEditSel
     //
     this.picEditSel.BackColor   = System.Drawing.Color.White;
     this.picEditSel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEditSel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.picEditSel.Location    = new System.Drawing.Point(0, 0);
     this.picEditSel.Name        = "picEditSel";
     this.picEditSel.Size        = new System.Drawing.Size(976, 134);
     this.picEditSel.TabIndex    = 0;
     this.picEditSel.TabStop     = false;
     //
     // vscMap
     //
     this.vscMap.Dock        = System.Windows.Forms.DockStyle.Right;
     this.vscMap.LargeChange = 5;
     this.vscMap.Location    = new System.Drawing.Point(959, 28);
     this.vscMap.Maximum     = 300;
     this.vscMap.Name        = "vscMap";
     this.vscMap.Size        = new System.Drawing.Size(17, 409);
     this.vscMap.TabIndex    = 6;
     this.vscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.vscMap_Scroll);
     //
     // hscMap
     //
     this.hscMap.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.hscMap.LargeChange = 5;
     this.hscMap.Location    = new System.Drawing.Point(0, 420);
     this.hscMap.Name        = "hscMap";
     this.hscMap.Size        = new System.Drawing.Size(959, 17);
     this.hscMap.TabIndex    = 7;
     this.hscMap.Scroll     += new System.Windows.Forms.ScrollEventHandler(this.hscMap_Scroll);
     //
     // timer1
     //
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // picMap
     //
     this.picMap.BackColor   = System.Drawing.Color.White;
     this.picMap.Location    = new System.Drawing.Point(16, 40);
     this.picMap.Name        = "picMap";
     this.picMap.Size        = new System.Drawing.Size(540, 304);
     this.picMap.TabIndex    = 8;
     this.picMap.TabStop     = false;
     this.picMap.Visible     = false;
     this.picMap.Click      += new System.EventHandler(this.picMap_Click);
     this.picMap.Paint      += new System.Windows.Forms.PaintEventHandler(this.picMap_Paint);
     this.picMap.MouseLeave += new System.EventHandler(this.picMap_MouseLeave);
     this.picMap.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseMove);
     //
     // tmrLoad
     //
     this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
     //
     // comboBox1
     //
     this.comboBox1.Location              = new System.Drawing.Point(40, 328);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex              = 9;
     this.comboBox1.TabStop               = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // lblZoom
     //
     this.lblZoom.Location  = new System.Drawing.Point(176, 336);
     this.lblZoom.Name      = "lblZoom";
     this.lblZoom.Size      = new System.Drawing.Size(40, 24);
     this.lblZoom.TabIndex  = 10;
     this.lblZoom.Text      = "Zoom:";
     this.lblZoom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1098, 593);
     this.Controls.Add(this.lblZoom);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.picMap);
     this.Controls.Add(this.hscMap);
     this.Controls.Add(this.vscMap);
     this.Controls.Add(this.panelTiles);
     this.Controls.Add(this.panelTools);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.tbMain);
     this.Controls.Add(this.picEditArea);
     this.Menu  = this.mbMain;
     this.Name  = "frmMain";
     this.Text  = "Éditeur de monde Hugo Land";
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).EndInit();
     this.panelTools.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).EndInit();
     this.panelTiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picTiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #9
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(frmMain));
            this.picEditArea = new System.Windows.Forms.PictureBox();
            this.mbMain = new System.Windows.Forms.MainMenu(this.components);
            this.mnuFile = new System.Windows.Forms.MenuItem();
            this.mnuFileNew = new System.Windows.Forms.MenuItem();
            this.mnuFileOpen = new System.Windows.Forms.MenuItem();
            this.mnuFileClose = new System.Windows.Forms.MenuItem();
            this.menuItem4 = new System.Windows.Forms.MenuItem();
            this.mnuFileSave = new System.Windows.Forms.MenuItem();
            this.menuItem6 = new System.Windows.Forms.MenuItem();
            this.mnuFileExit = new System.Windows.Forms.MenuItem();
            this.mnuSettings = new System.Windows.Forms.MenuItem();
            this.mnuZoom = new System.Windows.Forms.MenuItem();
            this.mnuZoomX1 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX2 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX4 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX8 = new System.Windows.Forms.MenuItem();
            this.mnuZoomX16 = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.mnuCreateNewUser = new System.Windows.Forms.MenuItem();
            this.mnuHelp = new System.Windows.Forms.MenuItem();
            this.mnuHelpAbout = new System.Windows.Forms.MenuItem();
            this.tbMain = new System.Windows.Forms.ToolBar();
            this.tbbNew = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
            this.tbbOpen = new System.Windows.Forms.ToolBarButton();
            this.tbbSave = new System.Windows.Forms.ToolBarButton();
            this.tbbSeperator1 = new System.Windows.Forms.ToolBarButton();
            this.tbbHelp = new System.Windows.Forms.ToolBarButton();
            this.il16 = new System.Windows.Forms.ImageList(this.components);
            this.statusBar1 = new System.Windows.Forms.StatusBar();
            this.panelTools = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.picActiveTile = new System.Windows.Forms.PictureBox();
            this.panelTiles = new System.Windows.Forms.Panel();
            this.picTiles = new System.Windows.Forms.PictureBox();
            this.vscTiles = new System.Windows.Forms.VScrollBar();
            this.picEditSel = new System.Windows.Forms.PictureBox();
            this.vscMap = new System.Windows.Forms.VScrollBar();
            this.hscMap = new System.Windows.Forms.HScrollBar();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.picMap = new System.Windows.Forms.PictureBox();
            this.tmrLoad = new System.Windows.Forms.Timer(this.components);
            this.dlgLoadMap = new System.Windows.Forms.OpenFileDialog();
            this.dlgSaveMap = new System.Windows.Forms.SaveFileDialog();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.lblZoom = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).BeginInit();
            this.panelTools.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).BeginInit();
            this.panelTiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picTiles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
            this.SuspendLayout();
            // 
            // picEditArea
            // 
            this.picEditArea.BackColor = System.Drawing.Color.Gray;
            this.picEditArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picEditArea.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picEditArea.Location = new System.Drawing.Point(0, 0);
            this.picEditArea.Name = "picEditArea";
            this.picEditArea.Size = new System.Drawing.Size(1098, 593);
            this.picEditArea.TabIndex = 0;
            this.picEditArea.TabStop = false;
            this.picEditArea.Resize += new System.EventHandler(this.picEditArea_Resize);
            // 
            // mbMain
            // 
            this.mbMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuFile,
            this.mnuSettings,
            this.mnuHelp});
            // 
            // mnuFile
            // 
            this.mnuFile.Index = 0;
            this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuFileNew,
            this.mnuFileOpen,
            this.mnuFileClose,
            this.menuItem4,
            this.mnuFileSave,
            this.menuItem6,
            this.mnuFileExit});
            this.mnuFile.Text = "&File";
            // 
            // mnuFileNew
            // 
            this.mnuFileNew.Index = 0;
            this.mnuFileNew.Text = "&New";
            this.mnuFileNew.Click += new System.EventHandler(this.mnuFileNew_Click);
            // 
            // mnuFileOpen
            // 
            this.mnuFileOpen.Index = 1;
            this.mnuFileOpen.Text = "&Open";
            this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click);
            // 
            // mnuFileClose
            // 
            this.mnuFileClose.Index = 2;
            this.mnuFileClose.Text = "&Close";
            // 
            // menuItem4
            // 
            this.menuItem4.Index = 3;
            this.menuItem4.Text = "-";
            // 
            // mnuFileSave
            // 
            this.mnuFileSave.Index = 4;
            this.mnuFileSave.Text = "&Save";
            this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click);
            // 
            // menuItem6
            // 
            this.menuItem6.Index = 5;
            this.menuItem6.Text = "-";
            // 
            // mnuFileExit
            // 
            this.mnuFileExit.Index = 6;
            this.mnuFileExit.Text = "E&xit";
            this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
            // 
            // mnuSettings
            // 
            this.mnuSettings.Index = 1;
            this.mnuSettings.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuZoom,
            this.menuItem1,
            this.mnuCreateNewUser});
            this.mnuSettings.Text = "&Settings";
            // 
            // mnuZoom
            // 
            this.mnuZoom.Index = 0;
            this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuZoomX1,
            this.mnuZoomX2,
            this.mnuZoomX4,
            this.mnuZoomX8,
            this.mnuZoomX16});
            this.mnuZoom.Text = "&Zoom";
            // 
            // mnuZoomX1
            // 
            this.mnuZoomX1.Index = 0;
            this.mnuZoomX1.Text = "x 1";
            this.mnuZoomX1.Click += new System.EventHandler(this.mnuZoomX1_Click);
            // 
            // mnuZoomX2
            // 
            this.mnuZoomX2.Index = 1;
            this.mnuZoomX2.Text = "x 2";
            this.mnuZoomX2.Click += new System.EventHandler(this.mnuZoomX2_Click);
            // 
            // mnuZoomX4
            // 
            this.mnuZoomX4.Index = 2;
            this.mnuZoomX4.Text = "x 4";
            this.mnuZoomX4.Click += new System.EventHandler(this.mnuZoomX4_Click);
            // 
            // mnuZoomX8
            // 
            this.mnuZoomX8.Index = 3;
            this.mnuZoomX8.Text = "x 8";
            this.mnuZoomX8.Click += new System.EventHandler(this.mnuZoomX8_Click);
            // 
            // mnuZoomX16
            // 
            this.mnuZoomX16.Index = 4;
            this.mnuZoomX16.Text = "x 16";
            this.mnuZoomX16.Click += new System.EventHandler(this.mnuZoomX16_Click);
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 1;
            this.menuItem1.Text = "-";
            // 
            // mnuCreateNewUser
            // 
            this.mnuCreateNewUser.Index = 2;
            this.mnuCreateNewUser.Text = "Create a new admin";
            this.mnuCreateNewUser.Click += new System.EventHandler(this.mnuCreateNewUser_Click);
            // 
            // mnuHelp
            // 
            this.mnuHelp.Index = 2;
            this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.mnuHelpAbout});
            this.mnuHelp.Text = "&Help";
            // 
            // mnuHelpAbout
            // 
            this.mnuHelpAbout.Index = 0;
            this.mnuHelpAbout.Text = "&About";
            this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
            // 
            // tbMain
            // 
            this.tbMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.tbbNew,
            this.toolBarButton1,
            this.tbbOpen,
            this.tbbSave,
            this.tbbSeperator1,
            this.tbbHelp});
            this.tbMain.DropDownArrows = true;
            this.tbMain.ImageList = this.il16;
            this.tbMain.Location = new System.Drawing.Point(0, 0);
            this.tbMain.Name = "tbMain";
            this.tbMain.ShowToolTips = true;
            this.tbMain.Size = new System.Drawing.Size(1098, 28);
            this.tbMain.TabIndex = 1;
            this.tbMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbMain_ButtonClick);
            // 
            // tbbNew
            // 
            this.tbbNew.ImageIndex = 2;
            this.tbbNew.Name = "tbbNew";
            // 
            // toolBarButton1
            // 
            this.toolBarButton1.Name = "toolBarButton1";
            this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            this.toolBarButton1.Text = "-";
            // 
            // tbbOpen
            // 
            this.tbbOpen.ImageIndex = 0;
            this.tbbOpen.Name = "tbbOpen";
            // 
            // tbbSave
            // 
            this.tbbSave.ImageIndex = 1;
            this.tbbSave.Name = "tbbSave";
            // 
            // tbbSeperator1
            // 
            this.tbbSeperator1.Name = "tbbSeperator1";
            this.tbbSeperator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            this.tbbSeperator1.Text = "-";
            // 
            // tbbHelp
            // 
            this.tbbHelp.ImageIndex = 3;
            this.tbbHelp.Name = "tbbHelp";
            // 
            // il16
            // 
            this.il16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il16.ImageStream")));
            this.il16.TransparentColor = System.Drawing.Color.Transparent;
            this.il16.Images.SetKeyName(0, "Open-icon.png");
            this.il16.Images.SetKeyName(1, "Save-icon.png");
            this.il16.Images.SetKeyName(2, "Files-New-File-icon.png");
            this.il16.Images.SetKeyName(3, "Help-icon.png");
            // 
            // statusBar1
            // 
            this.statusBar1.Location = new System.Drawing.Point(0, 571);
            this.statusBar1.Name = "statusBar1";
            this.statusBar1.Size = new System.Drawing.Size(1098, 22);
            this.statusBar1.TabIndex = 2;
            this.statusBar1.Text = "sbMain";
            // 
            // panelTools
            // 
            this.panelTools.Controls.Add(this.label1);
            this.panelTools.Controls.Add(this.picActiveTile);
            this.panelTools.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelTools.Location = new System.Drawing.Point(976, 28);
            this.panelTools.Name = "panelTools";
            this.panelTools.Size = new System.Drawing.Size(122, 543);
            this.panelTools.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(64, 16);
            this.label1.TabIndex = 3;
            this.label1.Text = "Active Tile";
            // 
            // picActiveTile
            // 
            this.picActiveTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picActiveTile.Location = new System.Drawing.Point(8, 27);
            this.picActiveTile.Name = "picActiveTile";
            this.picActiveTile.Size = new System.Drawing.Size(100, 100);
            this.picActiveTile.TabIndex = 2;
            this.picActiveTile.TabStop = false;
            this.picActiveTile.Paint += new System.Windows.Forms.PaintEventHandler(this.picActiveTile_Paint);
            // 
            // panelTiles
            // 
            this.panelTiles.Controls.Add(this.picTiles);
            this.panelTiles.Controls.Add(this.vscTiles);
            this.panelTiles.Controls.Add(this.picEditSel);
            this.panelTiles.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTiles.Location = new System.Drawing.Point(0, 437);
            this.panelTiles.Name = "panelTiles";
            this.panelTiles.Size = new System.Drawing.Size(976, 134);
            this.panelTiles.TabIndex = 4;
            // 
            // picTiles
            // 
            this.picTiles.BackColor = System.Drawing.Color.White;
            this.picTiles.Location = new System.Drawing.Point(16, 3);
            this.picTiles.Name = "picTiles";
            this.picTiles.Size = new System.Drawing.Size(943, 125);
            this.picTiles.TabIndex = 2;
            this.picTiles.TabStop = false;
            this.picTiles.Click += new System.EventHandler(this.picTiles_Click);
            this.picTiles.Paint += new System.Windows.Forms.PaintEventHandler(this.picTiles_Paint);
            this.picTiles.MouseLeave += new System.EventHandler(this.picTiles_MouseLeave);
            this.picTiles.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picTiles_MouseMove);
            // 
            // vscTiles
            // 
            this.vscTiles.Dock = System.Windows.Forms.DockStyle.Right;
            this.vscTiles.LargeChange = 15;
            this.vscTiles.Location = new System.Drawing.Point(959, 0);
            this.vscTiles.Maximum = 1950;
            this.vscTiles.Name = "vscTiles";
            this.vscTiles.Size = new System.Drawing.Size(17, 134);
            this.vscTiles.SmallChange = 5;
            this.vscTiles.TabIndex = 10;
            this.vscTiles.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vscTiles_Scroll);
            // 
            // picEditSel
            // 
            this.picEditSel.BackColor = System.Drawing.Color.White;
            this.picEditSel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picEditSel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picEditSel.Location = new System.Drawing.Point(0, 0);
            this.picEditSel.Name = "picEditSel";
            this.picEditSel.Size = new System.Drawing.Size(976, 134);
            this.picEditSel.TabIndex = 0;
            this.picEditSel.TabStop = false;
            // 
            // vscMap
            // 
            this.vscMap.Dock = System.Windows.Forms.DockStyle.Right;
            this.vscMap.LargeChange = 5;
            this.vscMap.Location = new System.Drawing.Point(959, 28);
            this.vscMap.Maximum = 300;
            this.vscMap.Name = "vscMap";
            this.vscMap.Size = new System.Drawing.Size(17, 409);
            this.vscMap.TabIndex = 6;
            this.vscMap.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vscMap_Scroll);
            // 
            // hscMap
            // 
            this.hscMap.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.hscMap.LargeChange = 5;
            this.hscMap.Location = new System.Drawing.Point(0, 420);
            this.hscMap.Name = "hscMap";
            this.hscMap.Size = new System.Drawing.Size(959, 17);
            this.hscMap.TabIndex = 7;
            this.hscMap.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hscMap_Scroll);
            // 
            // timer1
            // 
            this.timer1.Interval = 200;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // picMap
            // 
            this.picMap.BackColor = System.Drawing.Color.White;
            this.picMap.Location = new System.Drawing.Point(16, 40);
            this.picMap.Name = "picMap";
            this.picMap.Size = new System.Drawing.Size(540, 304);
            this.picMap.TabIndex = 8;
            this.picMap.TabStop = false;
            this.picMap.Visible = false;
            this.picMap.Click += new System.EventHandler(this.picMap_Click);
            this.picMap.Paint += new System.Windows.Forms.PaintEventHandler(this.picMap_Paint);
            this.picMap.MouseLeave += new System.EventHandler(this.picMap_MouseLeave);
            this.picMap.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picMap_MouseMove);
            // 
            // tmrLoad
            // 
            this.tmrLoad.Tick += new System.EventHandler(this.tmrLoad_Tick);
            // 
            // comboBox1
            // 
            this.comboBox1.Location = new System.Drawing.Point(40, 328);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 21);
            this.comboBox1.TabIndex = 9;
            this.comboBox1.TabStop = false;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // lblZoom
            // 
            this.lblZoom.Location = new System.Drawing.Point(176, 336);
            this.lblZoom.Name = "lblZoom";
            this.lblZoom.Size = new System.Drawing.Size(40, 24);
            this.lblZoom.TabIndex = 10;
            this.lblZoom.Text = "Zoom:";
            this.lblZoom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // frmMain
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(1098, 593);
            this.Controls.Add(this.lblZoom);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.picMap);
            this.Controls.Add(this.hscMap);
            this.Controls.Add(this.vscMap);
            this.Controls.Add(this.panelTiles);
            this.Controls.Add(this.panelTools);
            this.Controls.Add(this.statusBar1);
            this.Controls.Add(this.tbMain);
            this.Controls.Add(this.picEditArea);
            this.Menu = this.mbMain;
            this.Name = "frmMain";
            this.Text = "Éditeur de monde Hugo Land";
            this.Load += new System.EventHandler(this.frmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.picEditArea)).EndInit();
            this.panelTools.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picActiveTile)).EndInit();
            this.panelTiles.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picTiles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picEditSel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Example #10
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.treeView1        = new Neusoft.FrameWork.WinForms.Controls.ucChooseList();
            this.ilTreeView       = new System.Windows.Forms.ImageList(this.components);
            this.toolBar1         = new System.Windows.Forms.ToolBar();
            this.tbPrint          = new System.Windows.Forms.ToolBarButton();
            this.tbList           = new System.Windows.Forms.ToolBarButton();
            this.tbExist          = new System.Windows.Forms.ToolBarButton();
            this.ilMenu           = new System.Windows.Forms.ImageList(this.components);
            this.panel1           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.LBSeacheInfo     = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.panel2           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuPanel1        = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.neuPanel1.SuspendLayout();
            this.SuspendLayout();
            //
            // fpSpread1
            //
            this.fpSpread1.About = "3.0.2004.2005";
            this.fpSpread1.AccessibleDescription = "";
            this.fpSpread1.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fpSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.Location = new System.Drawing.Point(0, 0);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size              = new System.Drawing.Size(568, 459);
            this.fpSpread1.TabIndex          = 1;
            tipAppearance2.BackColor         = System.Drawing.SystemColors.Info;
            tipAppearance2.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance2.ForeColor         = System.Drawing.SystemColors.InfoText;
            this.fpSpread1.TextTipAppearance = tipAppearance2;
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet1.ActiveSkin     = FarPoint.Win.Spread.DefaultSkins.Classic2;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpSpread1_Sheet1.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.DefaultStyle.ForeColor = System.Drawing.Color.Black;
            this.fpSpread1_Sheet1.DefaultStyle.Locked    = false;
            this.fpSpread1_Sheet1.DefaultStyle.Parent    = "DataAreaDefault";
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 40F;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.ForeColor    = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.SheetCornerStyle.ForeColor          = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.fpSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpSpread1_Sheet1.VisualStyles   = FarPoint.Win.VisualStyles.Off;
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // treeView1
            //
            this.treeView1.Caption           = "选择项目";
            this.treeView1.Dock              = System.Windows.Forms.DockStyle.Left;
            this.treeView1.IsShowCloseButton = true;
            this.treeView1.IsShowTreeView    = true;
            this.treeView1.Location          = new System.Drawing.Point(0, 0);
            this.treeView1.Name              = "treeView1";
            this.treeView1.Size              = new System.Drawing.Size(208, 459);
            this.treeView1.TabIndex          = 2;
            //
            // ilTreeView
            //
            this.ilTreeView.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.ilTreeView.ImageSize        = new System.Drawing.Size(16, 16);
            this.ilTreeView.TransparentColor = System.Drawing.Color.Transparent;
            //
            // toolBar1
            //
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.tbPrint,
                this.tbList,
                this.tbExist
            });
            this.toolBar1.DropDownArrows = true;
            this.toolBar1.ImageList      = this.ilMenu;
            this.toolBar1.Location       = new System.Drawing.Point(0, 0);
            this.toolBar1.Name           = "toolBar1";
            this.toolBar1.ShowToolTips   = true;
            this.toolBar1.Size           = new System.Drawing.Size(776, 57);
            this.toolBar1.TabIndex       = 3;
            this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
            //
            // tbPrint
            //
            this.tbPrint.ImageIndex = 12;
            this.tbPrint.Name       = "tbPrint";
            this.tbPrint.Text       = "打印";
            //
            // tbList
            //
            this.tbList.ImageIndex = 7;
            this.tbList.Name       = "tbList";
            this.tbList.Text       = "列表";
            //
            // tbExist
            //
            this.tbExist.ImageIndex = 14;
            this.tbExist.Name       = "tbExist";
            this.tbExist.Text       = "退出";
            //
            // ilMenu
            //
            this.ilMenu.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.ilMenu.ImageSize        = new System.Drawing.Size(32, 32);
            this.ilMenu.TransparentColor = System.Drawing.Color.Transparent;
            //
            // panel1
            //
            this.panel1.BackColor = System.Drawing.Color.MintCream;
            this.panel1.Controls.Add(this.LBSeacheInfo);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 57);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(776, 49);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 4;
            //
            // LBSeacheInfo
            //
            this.LBSeacheInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.LBSeacheInfo.Location = new System.Drawing.Point(0, 0);
            this.LBSeacheInfo.Name     = "LBSeacheInfo";
            this.LBSeacheInfo.Size     = new System.Drawing.Size(776, 49);
            this.LBSeacheInfo.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.LBSeacheInfo.TabIndex = 0;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.neuPanel1);
            this.panel2.Controls.Add(this.treeView1);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 106);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(776, 459);
            this.panel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel2.TabIndex = 5;
            //
            // neuPanel1
            //
            this.neuPanel1.BackColor = System.Drawing.SystemColors.Window;
            this.neuPanel1.Controls.Add(this.fpSpread1);
            this.neuPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanel1.Location = new System.Drawing.Point(208, 0);
            this.neuPanel1.Name     = "neuPanel1";
            this.neuPanel1.Size     = new System.Drawing.Size(568, 459);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 3;
            //
            // frmShowResult
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(776, 565);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolBar1);
            this.Name          = "frmShowResult";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "查询结果显示";
            this.Load         += new System.EventHandler(this.frmShowResult_Load);
            this.Closing      += new System.ComponentModel.CancelEventHandler(this.frmShowResult_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.neuPanel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #11
0
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolBar      = new System.Windows.Forms.ToolBar();
     this.btnViewUsers = new System.Windows.Forms.ToolBarButton();
     this.btnEditUsers = new System.Windows.Forms.ToolBarButton();
     this.toolBoxIcons = new System.Windows.Forms.ImageList(this.components);
     this.lstViewUsers = new System.Windows.Forms.ListView();
     this.colUserName  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colUserRole  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colUserId    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // toolBar
     //
     this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.btnViewUsers,
         this.btnEditUsers
     });
     this.toolBar.DropDownArrows = true;
     this.toolBar.ImageList      = this.toolBoxIcons;
     this.toolBar.Location       = new System.Drawing.Point(0, 0);
     this.toolBar.Name           = "toolBar";
     this.toolBar.ShowToolTips   = true;
     this.toolBar.Size           = new System.Drawing.Size(424, 28);
     this.toolBar.TabIndex       = 0;
     this.toolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // btnViewUsers
     //
     this.btnViewUsers.ImageIndex  = 0;
     this.btnViewUsers.Name        = "btnViewUsers";
     this.btnViewUsers.Tag         = "view";
     this.btnViewUsers.ToolTipText = "Вывести список пользователей";
     //
     // btnEditUsers
     //
     this.btnEditUsers.ImageIndex  = 1;
     this.btnEditUsers.Name        = "btnEditUsers";
     this.btnEditUsers.Tag         = "edit";
     this.btnEditUsers.ToolTipText = "Редактировать роль пользователя";
     //
     // toolBoxIcons
     //
     this.toolBoxIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolBoxIcons.ImageStream")));
     this.toolBoxIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.toolBoxIcons.Images.SetKeyName(0, "1.png");
     this.toolBoxIcons.Images.SetKeyName(1, "2.png");
     //
     // lstViewUsers
     //
     this.lstViewUsers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colUserName,
         this.colUserRole,
         this.colUserId
     });
     this.lstViewUsers.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.lstViewUsers.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.lstViewUsers.FullRowSelect  = true;
     this.lstViewUsers.GridLines      = true;
     this.lstViewUsers.Location       = new System.Drawing.Point(0, 28);
     this.lstViewUsers.MultiSelect    = false;
     this.lstViewUsers.Name           = "lstViewUsers";
     this.lstViewUsers.Size           = new System.Drawing.Size(424, 238);
     this.lstViewUsers.SmallImageList = this.toolBoxIcons;
     this.lstViewUsers.TabIndex       = 1;
     this.lstViewUsers.UseCompatibleStateImageBehavior = false;
     this.lstViewUsers.View = System.Windows.Forms.View.Details;
     //
     // colUserName
     //
     this.colUserName.Text  = "Имя пользователя";
     this.colUserName.Width = 125;
     //
     // colUserRole
     //
     this.colUserRole.Text  = "Роль пользователя";
     this.colUserRole.Width = 125;
     //
     // colUserId
     //
     this.colUserId.Text  = "Уникальный идентификатор";
     this.colUserId.Width = 175;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(424, 266);
     this.Controls.Add(this.lstViewUsers);
     this.Controls.Add(this.toolBar);
     this.Name  = "MainForm";
     this.Text  = "Ролевая безопасность";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBar));
     this.uPSSFuKEDk = new System.Windows.Forms.ToolBar();
     this.kbZSI7yHWF = new System.Windows.Forms.ToolBarButton();
     this.SHBSzi5RWV = new System.Windows.Forms.ToolBarButton();
     this.GHZSaNnkGg = new System.Windows.Forms.ToolBarButton();
     this.sav0tem4ql = new System.Windows.Forms.ToolBarButton();
     this.rTk0wOhRro = new System.Windows.Forms.ToolBarButton();
     this.tM9SpQ48d1 = new System.Windows.Forms.ToolBarButton();
     this.L4H0cGUhOc = new System.Windows.Forms.ToolBarButton();
     this.gnW0JYdeuq = new System.Windows.Forms.ToolBarButton();
     this.d90SW54h6P = new System.Windows.Forms.ToolBarButton();
     this.Jxd0K4UyYR = new System.Windows.Forms.ToolBarButton();
     this.SYG0iI8HBl = new System.Windows.Forms.ToolBarButton();
     this.HOr0XJ5GIq = new System.Windows.Forms.ToolBarButton();
     this.Bla0rORiyV = new System.Windows.Forms.ToolBarButton();
     this.W840yr4JgF = new System.Windows.Forms.ToolBarButton();
     this.tk80SKptT6 = new System.Windows.Forms.ToolBarButton();
     this.SDT00J8DRD = new System.Windows.Forms.ToolBarButton();
     this.GW90DgPn0G = new System.Windows.Forms.ToolBarButton();
     this.N8BSouAZN1 = new System.Windows.Forms.ImageList(this.components);
     this.sf4SjX1ToR = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // uPSSFuKEDk
     //
     this.uPSSFuKEDk.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.uPSSFuKEDk.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.kbZSI7yHWF,
         this.SHBSzi5RWV,
         this.GHZSaNnkGg,
         this.sav0tem4ql,
         this.rTk0wOhRro,
         this.tM9SpQ48d1,
         this.L4H0cGUhOc,
         this.gnW0JYdeuq,
         this.d90SW54h6P,
         this.Jxd0K4UyYR,
         this.SYG0iI8HBl,
         this.HOr0XJ5GIq,
         this.Bla0rORiyV,
         this.W840yr4JgF,
         this.tk80SKptT6,
         this.SDT00J8DRD,
         this.GW90DgPn0G
     });
     this.uPSSFuKEDk.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.uPSSFuKEDk.DropDownArrows = true;
     this.uPSSFuKEDk.ImageList      = this.N8BSouAZN1;
     this.uPSSFuKEDk.Location       = new System.Drawing.Point(0, 0);
     this.uPSSFuKEDk.Name           = "uPSSFuKEDk";
     this.uPSSFuKEDk.ShowToolTips   = true;
     this.uPSSFuKEDk.Size           = new System.Drawing.Size(408, 28);
     this.uPSSFuKEDk.TabIndex       = 0;
     this.uPSSFuKEDk.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.AiQSsBlXRC);
     //
     // kbZSI7yHWF
     //
     this.kbZSI7yHWF.ImageIndex  = 7;
     this.kbZSI7yHWF.Name        = "kbZSI7yHWF";
     this.kbZSI7yHWF.ToolTipText = "dfdfs";
     //
     // SHBSzi5RWV
     //
     this.SHBSzi5RWV.ImageIndex  = 8;
     this.SHBSzi5RWV.Name        = "SHBSzi5RWV";
     this.SHBSzi5RWV.ToolTipText = "dfdfs";
     //
     // GHZSaNnkGg
     //
     this.GHZSaNnkGg.Name  = "GHZSaNnkGg";
     this.GHZSaNnkGg.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // sav0tem4ql
     //
     this.sav0tem4ql.ImageIndex  = 5;
     this.sav0tem4ql.Name        = "sav0tem4ql";
     this.sav0tem4ql.ToolTipText = "dfdfs";
     //
     // rTk0wOhRro
     //
     this.rTk0wOhRro.ImageIndex  = 6;
     this.rTk0wOhRro.Name        = "rTk0wOhRro";
     this.rTk0wOhRro.ToolTipText = "dfdfs";
     //
     // tM9SpQ48d1
     //
     this.tM9SpQ48d1.Name  = "tM9SpQ48d1";
     this.tM9SpQ48d1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // L4H0cGUhOc
     //
     this.L4H0cGUhOc.ImageIndex  = 9;
     this.L4H0cGUhOc.Name        = "L4H0cGUhOc";
     this.L4H0cGUhOc.ToolTipText = "dfdfs";
     //
     // gnW0JYdeuq
     //
     this.gnW0JYdeuq.ImageIndex  = 10;
     this.gnW0JYdeuq.Name        = "gnW0JYdeuq";
     this.gnW0JYdeuq.ToolTipText = "dfdfs";
     //
     // d90SW54h6P
     //
     this.d90SW54h6P.Name  = "d90SW54h6P";
     this.d90SW54h6P.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // Jxd0K4UyYR
     //
     this.Jxd0K4UyYR.ImageIndex  = 17;
     this.Jxd0K4UyYR.Name        = "Jxd0K4UyYR";
     this.Jxd0K4UyYR.ToolTipText = "dfdfs";
     this.Jxd0K4UyYR.Visible     = false;
     //
     // SYG0iI8HBl
     //
     this.SYG0iI8HBl.ImageIndex  = 19;
     this.SYG0iI8HBl.Name        = "SYG0iI8HBl";
     this.SYG0iI8HBl.ToolTipText = "dfdfs";
     //
     // HOr0XJ5GIq
     //
     this.HOr0XJ5GIq.ImageIndex  = 18;
     this.HOr0XJ5GIq.Name        = "HOr0XJ5GIq";
     this.HOr0XJ5GIq.ToolTipText = "dfdfs";
     //
     // Bla0rORiyV
     //
     this.Bla0rORiyV.Name  = "Bla0rORiyV";
     this.Bla0rORiyV.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // W840yr4JgF
     //
     this.W840yr4JgF.ImageIndex  = 11;
     this.W840yr4JgF.Name        = "W840yr4JgF";
     this.W840yr4JgF.ToolTipText = "dfdfs";
     //
     // tk80SKptT6
     //
     this.tk80SKptT6.ImageIndex  = 12;
     this.tk80SKptT6.Name        = "tk80SKptT6";
     this.tk80SKptT6.ToolTipText = "dfdfs";
     //
     // SDT00J8DRD
     //
     this.SDT00J8DRD.ImageIndex  = 13;
     this.SDT00J8DRD.Name        = "SDT00J8DRD";
     this.SDT00J8DRD.ToolTipText = "dfdfs";
     //
     // GW90DgPn0G
     //
     this.GW90DgPn0G.ImageIndex  = 20;
     this.GW90DgPn0G.Name        = "GW90DgPn0G";
     this.GW90DgPn0G.ToolTipText = "dfdfs";
     //
     // N8BSouAZN1
     //
     this.N8BSouAZN1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("N8BSouAZN1.ImageStream")));
     this.N8BSouAZN1.TransparentColor = System.Drawing.Color.Transparent;
     this.N8BSouAZN1.Images.SetKeyName(0, "menuData_Import_Instruments.Image.png");
     //
     // sf4SjX1ToR
     //
     this.sf4SjX1ToR.Popup += new System.Windows.Forms.PopupEventHandler(this.sf4SjX1ToR_Popup);
     //
     // ToolBar
     //
     this.Controls.Add(this.uPSSFuKEDk);
     this.Name = "ToolBar";
     this.Size = new System.Drawing.Size(408, 32);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     base.Load += new System.EventHandler(Form1_Load);
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.TabControl1 = new System.Windows.Forms.TabControl();
     this.TabPage1 = new System.Windows.Forms.TabPage();
     this.Button13 = new System.Windows.Forms.Button();
     this.Button13.Click += new System.EventHandler(this.Button13_Click);
     this.ImageList1 = new System.Windows.Forms.ImageList(this.components);
     this.Button14 = new System.Windows.Forms.Button();
     this.Button14.Click += new System.EventHandler(this.Button14_Click);
     this.Panel10 = new System.Windows.Forms.Panel();
     this.Button2 = new System.Windows.Forms.Button();
     this.Button2.Click += new System.EventHandler(this.Button2_Click);
     this.Button1 = new System.Windows.Forms.Button();
     this.Button1.Click += new System.EventHandler(this.Button1_Click);
     this.Panel4 = new System.Windows.Forms.Panel();
     this.TabPage2 = new System.Windows.Forms.TabPage();
     this.Button12 = new System.Windows.Forms.Button();
     this.Button12.Click += new System.EventHandler(this.Button12_Click);
     this.Button11 = new System.Windows.Forms.Button();
     this.Button11.Click += new System.EventHandler(this.Button11_Click);
     this.Panel9 = new System.Windows.Forms.Panel();
     this.Button10 = new System.Windows.Forms.Button();
     this.Button10.Click += new System.EventHandler(this.Button10_Click);
     this.Button9 = new System.Windows.Forms.Button();
     this.Button9.Click += new System.EventHandler(this.Button9_Click);
     this.Panel8 = new System.Windows.Forms.Panel();
     this.Button8 = new System.Windows.Forms.Button();
     this.Button8.Click += new System.EventHandler(this.Button8_Click);
     this.Button7 = new System.Windows.Forms.Button();
     this.Button7.Click += new System.EventHandler(this.Button7_Click);
     this.Panel7 = new System.Windows.Forms.Panel();
     this.Button6 = new System.Windows.Forms.Button();
     this.Button6.Click += new System.EventHandler(this.Button6_Click);
     this.Button5 = new System.Windows.Forms.Button();
     this.Button5.Click += new System.EventHandler(this.Button5_Click);
     this.Button4 = new System.Windows.Forms.Button();
     this.Button4.Click += new System.EventHandler(this.Button4_Click);
     this.Button3 = new System.Windows.Forms.Button();
     this.Button3.Click += new System.EventHandler(this.Button3_Click);
     this.Panel6 = new System.Windows.Forms.Panel();
     this.Panel5 = new System.Windows.Forms.Panel();
     this.Panel1 = new System.Windows.Forms.Panel();
     this.Panel2 = new System.Windows.Forms.Panel();
     this.Button15 = new System.Windows.Forms.Button();
     this.Button15.Click += new System.EventHandler(this.Button15_Click);
     this.numOpenPsn = new System.Windows.Forms.TextBox();
     this.numOpenPsn.TextChanged += new System.EventHandler(this.numOpenPsn_TextChanged);
     this.numOpenPsn.Enter += new System.EventHandler(this.numOpenPsn_Enter);
     this.numOpenPsn.Click += new System.EventHandler(this.numOpenPsn_Click);
     this.numOpenPsn.Leave += new System.EventHandler(this.numOpenPsn_Leave);
     this.Label2 = new System.Windows.Forms.Label();
     this.Panel3 = new System.Windows.Forms.Panel();
     this.Label1 = new System.Windows.Forms.Label();
     this.lblBillno = new System.Windows.Forms.Label();
     this.lblOpenpsn = new System.Windows.Forms.Label();
     this.lblTableno = new System.Windows.Forms.Label();
     this.lblOpenDate = new System.Windows.Forms.Label();
     this.btnNext = new System.Windows.Forms.Button();
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     this.btnPrior = new System.Windows.Forms.Button();
     this.btnPrior.Click += new System.EventHandler(this.btnPrior_Click);
     this.lblBillTypeName = new System.Windows.Forms.Label();
     this.dgSaleFoods = new System.Windows.Forms.DataGrid();
     this.DataGridTableStyle4 = new System.Windows.Forms.DataGridTableStyle();
     this.DataGridTextBoxColumn13 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn14 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn15 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn16 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn17 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridBoolColumn2 = new System.Windows.Forms.DataGridBoolColumn();
     this.DataGridTextBoxColumn18 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn19 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.LinkLabel1 = new System.Windows.Forms.LinkLabel();
     this.LinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1_LinkClicked);
     this.ToolBar1 = new System.Windows.Forms.ToolBar();
     this.ToolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolBar1_ButtonClick);
     this.ToolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton13 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton4 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton15 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton20 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton6 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton7 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton3 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton8 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton12 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton18 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton9 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton10 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton11 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton21 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton5 = new System.Windows.Forms.ToolBarButton();
     this.ToolBarButton22 = new System.Windows.Forms.ToolBarButton();
     this.ImageList2 = new System.Windows.Forms.ImageList(this.components);
     this.txtFoodCode = new System.Windows.Forms.TextBox();
     this.txtFoodCode.TextChanged += new System.EventHandler(this.txtFoodCode_TextChanged);
     this.txtFoodCode.Leave += new System.EventHandler(this.txtFoodCode_Leave);
     this.txtFoodCode.Enter += new System.EventHandler(this.txtFoodCode_Enter);
     this.txtFoodCode.Click += new System.EventHandler(this.txtFoodCode_Click);
     this.pnlInput = new System.Windows.Forms.Panel();
     this.bHide = new System.Windows.Forms.Button();
     this.bHide.Click += new System.EventHandler(this.bHide_Click);
     this.bDot = new System.Windows.Forms.Button();
     this.bDot.Click += new System.EventHandler(this.bDot_Click);
     this.bCaps = new System.Windows.Forms.Button();
     this.bCaps.Click += new System.EventHandler(this.bCaps_Click);
     this.bSpc = new System.Windows.Forms.Button();
     this.bSpc.Click += new System.EventHandler(this.bSpc_Click);
     this.bM = new System.Windows.Forms.Button();
     this.bM.Click += new System.EventHandler(this.bM_Click);
     this.bN = new System.Windows.Forms.Button();
     this.bN.Click += new System.EventHandler(this.bN_Click);
     this.bB = new System.Windows.Forms.Button();
     this.bB.Click += new System.EventHandler(this.bB_Click);
     this.bV = new System.Windows.Forms.Button();
     this.bV.Click += new System.EventHandler(this.bV_Click);
     this.bC = new System.Windows.Forms.Button();
     this.bC.Click += new System.EventHandler(this.bC_Click);
     this.bX = new System.Windows.Forms.Button();
     this.bX.Click += new System.EventHandler(this.bX_Click);
     this.bZ = new System.Windows.Forms.Button();
     this.bZ.Click += new System.EventHandler(this.bZ_Click);
     this.bL = new System.Windows.Forms.Button();
     this.bL.Click += new System.EventHandler(this.bL_Click);
     this.bK = new System.Windows.Forms.Button();
     this.bK.Click += new System.EventHandler(this.bK_Click);
     this.bJ = new System.Windows.Forms.Button();
     this.bJ.Click += new System.EventHandler(this.bJ_Click);
     this.bH = new System.Windows.Forms.Button();
     this.bH.Click += new System.EventHandler(this.bH_Click);
     this.bG = new System.Windows.Forms.Button();
     this.bG.Click += new System.EventHandler(this.bG_Click);
     this.bF = new System.Windows.Forms.Button();
     this.bF.Click += new System.EventHandler(this.bF_Click);
     this.bD = new System.Windows.Forms.Button();
     this.bD.Click += new System.EventHandler(this.bD_Click);
     this.bS = new System.Windows.Forms.Button();
     this.bS.Click += new System.EventHandler(this.bS_Click);
     this.bA = new System.Windows.Forms.Button();
     this.bA.Click += new System.EventHandler(this.bA_Click);
     this.bBack = new System.Windows.Forms.Button();
     this.bBack.Click += new System.EventHandler(this.bBack_Click);
     this.bP = new System.Windows.Forms.Button();
     this.bP.Click += new System.EventHandler(this.bP_Click);
     this.bO = new System.Windows.Forms.Button();
     this.bO.Click += new System.EventHandler(this.bO_Click);
     this.bI = new System.Windows.Forms.Button();
     this.bI.Click += new System.EventHandler(this.bI_Click);
     this.bU = new System.Windows.Forms.Button();
     this.bU.Click += new System.EventHandler(this.bU_Click);
     this.bY = new System.Windows.Forms.Button();
     this.bY.Click += new System.EventHandler(this.bY_Click);
     this.bT = new System.Windows.Forms.Button();
     this.bT.Click += new System.EventHandler(this.bT_Click);
     this.bR = new System.Windows.Forms.Button();
     this.bR.Click += new System.EventHandler(this.bR_Click);
     this.bE = new System.Windows.Forms.Button();
     this.bE.Click += new System.EventHandler(this.bE_Click);
     this.bW = new System.Windows.Forms.Button();
     this.bW.Click += new System.EventHandler(this.bW_Click);
     this.bQ = new System.Windows.Forms.Button();
     this.bQ.Click += new System.EventHandler(this.bQ_Click);
     this.b0 = new System.Windows.Forms.Button();
     this.b0.Click += new System.EventHandler(this.b0_Click);
     this.b9 = new System.Windows.Forms.Button();
     this.b9.Click += new System.EventHandler(this.b9_Click);
     this.b8 = new System.Windows.Forms.Button();
     this.b8.Click += new System.EventHandler(this.b8_Click);
     this.b7 = new System.Windows.Forms.Button();
     this.b7.Click += new System.EventHandler(this.b7_Click);
     this.b6 = new System.Windows.Forms.Button();
     this.b6.Click += new System.EventHandler(this.b6_Click);
     this.b5 = new System.Windows.Forms.Button();
     this.b5.Click += new System.EventHandler(this.b5_Click);
     this.b4 = new System.Windows.Forms.Button();
     this.b4.Click += new System.EventHandler(this.b4_Click);
     this.b3 = new System.Windows.Forms.Button();
     this.b3.Click += new System.EventHandler(this.b3_Click);
     this.b2 = new System.Windows.Forms.Button();
     this.b2.Click += new System.EventHandler(this.b2_Click);
     this.b1 = new System.Windows.Forms.Button();
     this.b1.Click += new System.EventHandler(this.b1_Click);
     this.Timer1 = new System.Timers.Timer();
     this.Timer1.Elapsed += new System.Timers.ElapsedEventHandler(this.Timer1_Elapsed);
     this.TabControl1.SuspendLayout();
     this.TabPage1.SuspendLayout();
     this.TabPage2.SuspendLayout();
     this.Panel1.SuspendLayout();
     this.Panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.dgSaleFoods).BeginInit();
     this.pnlInput.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.Timer1).BeginInit();
     this.SuspendLayout();
     //
     //TabControl1
     //
     this.TabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.TabControl1.Anchor = (System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right);
     this.TabControl1.Controls.Add(this.TabPage1);
     this.TabControl1.Controls.Add(this.TabPage2);
     this.TabControl1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.TabControl1.ItemSize = new System.Drawing.Size(0, 40);
     this.TabControl1.Location = new System.Drawing.Point(8, 7);
     this.TabControl1.Name = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     this.TabControl1.Size = new System.Drawing.Size(904, 585);
     this.TabControl1.TabIndex = 2;
     //
     //TabPage1
     //
     this.TabPage1.Controls.Add(this.Button13);
     this.TabPage1.Controls.Add(this.Button14);
     this.TabPage1.Controls.Add(this.Panel10);
     this.TabPage1.Controls.Add(this.Button2);
     this.TabPage1.Controls.Add(this.Button1);
     this.TabPage1.Controls.Add(this.Panel4);
     this.TabPage1.Location = new System.Drawing.Point(4, 4);
     this.TabPage1.Name = "TabPage1";
     this.TabPage1.Size = new System.Drawing.Size(896, 537);
     this.TabPage1.TabIndex = 0;
     this.TabPage1.Text = " 桌台状态 ";
     //
     //Button13
     //
     this.Button13.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.Button13.BackColor = System.Drawing.Color.Lavender;
     this.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button13.ImageIndex = 5;
     this.Button13.ImageList = this.ImageList1;
     this.Button13.Location = new System.Drawing.Point(772, 480);
     this.Button13.Name = "Button13";
     this.Button13.Size = new System.Drawing.Size(116, 40);
     this.Button13.TabIndex = 9;
     //
     //ImageList1
     //
     this.ImageList1.ImageSize = new System.Drawing.Size(32, 32);
     this.ImageList1.ImageStream = (System.Windows.Forms.ImageListStreamer) (resources.GetObject("ImageList1.ImageStream"));
     this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     //Button14
     //
     this.Button14.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.Button14.BackColor = System.Drawing.Color.Lavender;
     this.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button14.ImageIndex = 4;
     this.Button14.ImageList = this.ImageList1;
     this.Button14.Location = new System.Drawing.Point(656, 480);
     this.Button14.Name = "Button14";
     this.Button14.Size = new System.Drawing.Size(116, 40);
     this.Button14.TabIndex = 8;
     //
     //Panel10
     //
     this.Panel10.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.Panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel10.Location = new System.Drawing.Point(248, 8);
     this.Panel10.Name = "Panel10";
     this.Panel10.Size = new System.Drawing.Size(640, 472);
     this.Panel10.TabIndex = 7;
     //
     //Button2
     //
     this.Button2.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.Button2.BackColor = System.Drawing.Color.Lavender;
     this.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button2.ImageIndex = 5;
     this.Button2.ImageList = this.ImageList1;
     this.Button2.Location = new System.Drawing.Point(124, 481);
     this.Button2.Name = "Button2";
     this.Button2.Size = new System.Drawing.Size(116, 40);
     this.Button2.TabIndex = 6;
     //
     //Button1
     //
     this.Button1.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.Button1.BackColor = System.Drawing.Color.Lavender;
     this.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button1.ImageIndex = 4;
     this.Button1.ImageList = this.ImageList1;
     this.Button1.Location = new System.Drawing.Point(8, 481);
     this.Button1.Name = "Button1";
     this.Button1.Size = new System.Drawing.Size(116, 40);
     this.Button1.TabIndex = 5;
     //
     //Panel4
     //
     this.Panel4.Anchor = (System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left);
     this.Panel4.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel4.Location = new System.Drawing.Point(8, 8);
     this.Panel4.Name = "Panel4";
     this.Panel4.Size = new System.Drawing.Size(232, 473);
     this.Panel4.TabIndex = 4;
     //
     //TabPage2
     //
     this.TabPage2.Controls.Add(this.Button12);
     this.TabPage2.Controls.Add(this.Button11);
     this.TabPage2.Controls.Add(this.Panel9);
     this.TabPage2.Controls.Add(this.Button10);
     this.TabPage2.Controls.Add(this.Button9);
     this.TabPage2.Controls.Add(this.Panel8);
     this.TabPage2.Controls.Add(this.Button8);
     this.TabPage2.Controls.Add(this.Button7);
     this.TabPage2.Controls.Add(this.Panel7);
     this.TabPage2.Controls.Add(this.Button6);
     this.TabPage2.Controls.Add(this.Button5);
     this.TabPage2.Controls.Add(this.Button4);
     this.TabPage2.Controls.Add(this.Button3);
     this.TabPage2.Controls.Add(this.Panel6);
     this.TabPage2.Controls.Add(this.Panel5);
     this.TabPage2.Controls.Add(this.Panel1);
     this.TabPage2.Controls.Add(this.LinkLabel1);
     this.TabPage2.Controls.Add(this.ToolBar1);
     this.TabPage2.Controls.Add(this.txtFoodCode);
     this.TabPage2.Location = new System.Drawing.Point(4, 4);
     this.TabPage2.Name = "TabPage2";
     this.TabPage2.Size = new System.Drawing.Size(896, 537);
     this.TabPage2.TabIndex = 1;
     this.TabPage2.Text = " 单据输入 ";
     this.TabPage2.Visible = false;
     //
     //Button12
     //
     this.Button12.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.Button12.BackColor = System.Drawing.Color.Lavender;
     this.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button12.ImageIndex = 5;
     this.Button12.ImageList = this.ImageList1;
     this.Button12.Location = new System.Drawing.Point(768, 200);
     this.Button12.Name = "Button12";
     this.Button12.Size = new System.Drawing.Size(120, 40);
     this.Button12.TabIndex = 47;
     //
     //Button11
     //
     this.Button11.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.Button11.BackColor = System.Drawing.Color.Lavender;
     this.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button11.ImageIndex = 4;
     this.Button11.ImageList = this.ImageList1;
     this.Button11.Location = new System.Drawing.Point(648, 200);
     this.Button11.Name = "Button11";
     this.Button11.Size = new System.Drawing.Size(120, 40);
     this.Button11.TabIndex = 46;
     //
     //Panel9
     //
     this.Panel9.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.Panel9.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel9.Location = new System.Drawing.Point(648, 96);
     this.Panel9.Name = "Panel9";
     this.Panel9.Size = new System.Drawing.Size(240, 104);
     this.Panel9.TabIndex = 45;
     //
     //Button10
     //
     this.Button10.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.Button10.BackColor = System.Drawing.Color.Lavender;
     this.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button10.ImageIndex = 5;
     this.Button10.ImageList = this.ImageList1;
     this.Button10.Location = new System.Drawing.Point(768, 489);
     this.Button10.Name = "Button10";
     this.Button10.Size = new System.Drawing.Size(120, 40);
     this.Button10.TabIndex = 44;
     //
     //Button9
     //
     this.Button9.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.Button9.BackColor = System.Drawing.Color.Lavender;
     this.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button9.ImageIndex = 4;
     this.Button9.ImageList = this.ImageList1;
     this.Button9.Location = new System.Drawing.Point(648, 489);
     this.Button9.Name = "Button9";
     this.Button9.Size = new System.Drawing.Size(120, 40);
     this.Button9.TabIndex = 43;
     //
     //Panel8
     //
     this.Panel8.Anchor = (System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right);
     this.Panel8.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel8.Location = new System.Drawing.Point(648, 416);
     this.Panel8.Name = "Panel8";
     this.Panel8.Size = new System.Drawing.Size(240, 73);
     this.Panel8.TabIndex = 42;
     //
     //Button8
     //
     this.Button8.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.Button8.BackColor = System.Drawing.Color.Lavender;
     this.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button8.ImageIndex = 5;
     this.Button8.ImageList = this.ImageList1;
     this.Button8.Location = new System.Drawing.Point(768, 376);
     this.Button8.Name = "Button8";
     this.Button8.Size = new System.Drawing.Size(120, 40);
     this.Button8.TabIndex = 40;
     //
     //Button7
     //
     this.Button7.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.Button7.BackColor = System.Drawing.Color.Lavender;
     this.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button7.ImageIndex = 4;
     this.Button7.ImageList = this.ImageList1;
     this.Button7.Location = new System.Drawing.Point(648, 376);
     this.Button7.Name = "Button7";
     this.Button7.Size = new System.Drawing.Size(120, 40);
     this.Button7.TabIndex = 39;
     //
     //Panel7
     //
     this.Panel7.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.Panel7.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel7.Location = new System.Drawing.Point(648, 240);
     this.Panel7.Name = "Panel7";
     this.Panel7.Size = new System.Drawing.Size(240, 136);
     this.Panel7.TabIndex = 38;
     //
     //Button6
     //
     this.Button6.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.Button6.BackColor = System.Drawing.Color.Lavender;
     this.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button6.ImageIndex = 5;
     this.Button6.ImageList = this.ImageList1;
     this.Button6.Location = new System.Drawing.Point(116, 489);
     this.Button6.Name = "Button6";
     this.Button6.Size = new System.Drawing.Size(108, 40);
     this.Button6.TabIndex = 36;
     //
     //Button5
     //
     this.Button5.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.Button5.BackColor = System.Drawing.Color.Lavender;
     this.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button5.ImageIndex = 4;
     this.Button5.ImageList = this.ImageList1;
     this.Button5.Location = new System.Drawing.Point(8, 489);
     this.Button5.Name = "Button5";
     this.Button5.Size = new System.Drawing.Size(108, 40);
     this.Button5.TabIndex = 35;
     //
     //Button4
     //
     this.Button4.BackColor = System.Drawing.Color.Lavender;
     this.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button4.ImageIndex = 5;
     this.Button4.ImageList = this.ImageList1;
     this.Button4.Location = new System.Drawing.Point(116, 232);
     this.Button4.Name = "Button4";
     this.Button4.Size = new System.Drawing.Size(108, 40);
     this.Button4.TabIndex = 34;
     //
     //Button3
     //
     this.Button3.BackColor = System.Drawing.Color.Lavender;
     this.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Button3.ImageIndex = 4;
     this.Button3.ImageList = this.ImageList1;
     this.Button3.Location = new System.Drawing.Point(8, 232);
     this.Button3.Name = "Button3";
     this.Button3.Size = new System.Drawing.Size(108, 40);
     this.Button3.TabIndex = 33;
     //
     //Panel6
     //
     this.Panel6.Anchor = (System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left);
     this.Panel6.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel6.Location = new System.Drawing.Point(8, 280);
     this.Panel6.Name = "Panel6";
     this.Panel6.Size = new System.Drawing.Size(216, 209);
     this.Panel6.TabIndex = 32;
     //
     //Panel5
     //
     this.Panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel5.Location = new System.Drawing.Point(8, 72);
     this.Panel5.Name = "Panel5";
     this.Panel5.Size = new System.Drawing.Size(216, 160);
     this.Panel5.TabIndex = 31;
     //
     //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.Panel2);
     this.Panel1.Controls.Add(this.btnNext);
     this.Panel1.Controls.Add(this.btnPrior);
     this.Panel1.Controls.Add(this.lblBillTypeName);
     this.Panel1.Controls.Add(this.dgSaleFoods);
     this.Panel1.Location = new System.Drawing.Point(224, 72);
     this.Panel1.Name = "Panel1";
     this.Panel1.Size = new System.Drawing.Size(424, 465);
     this.Panel1.TabIndex = 25;
     //
     //Panel2
     //
     this.Panel2.Anchor = (System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right);
     this.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel2.Controls.Add(this.Button15);
     this.Panel2.Controls.Add(this.numOpenPsn);
     this.Panel2.Controls.Add(this.Label2);
     this.Panel2.Controls.Add(this.Panel3);
     this.Panel2.Controls.Add(this.Label1);
     this.Panel2.Controls.Add(this.lblBillno);
     this.Panel2.Controls.Add(this.lblOpenpsn);
     this.Panel2.Controls.Add(this.lblTableno);
     this.Panel2.Controls.Add(this.lblOpenDate);
     this.Panel2.Location = new System.Drawing.Point(8, 72);
     this.Panel2.Name = "Panel2";
     this.Panel2.Size = new System.Drawing.Size(408, 128);
     this.Panel2.TabIndex = 15;
     //
     //Button15
     //
     this.Button15.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.Button15.Location = new System.Drawing.Point(328, 27);
     this.Button15.Name = "Button15";
     this.Button15.Size = new System.Drawing.Size(64, 23);
     this.Button15.TabIndex = 15;
     this.Button15.Text = "更新";
     this.Button15.Visible = false;
     //
     //numOpenPsn
     //
     this.numOpenPsn.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.numOpenPsn.BackColor = System.Drawing.Color.FromArgb((byte) (224), (byte) (224), (byte) (224));
     this.numOpenPsn.Location = new System.Drawing.Point(224, 27);
     this.numOpenPsn.Name = "numOpenPsn";
     this.numOpenPsn.TabIndex = 16;
     this.numOpenPsn.Text = "TextBox1";
     this.numOpenPsn.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numOpenPsn.Visible = false;
     //
     //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.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.Label2.ForeColor = System.Drawing.Color.Red;
     this.Label2.Location = new System.Drawing.Point(224, 64);
     this.Label2.Name = "Label2";
     this.Label2.Size = new System.Drawing.Size(176, 56);
     this.Label2.TabIndex = 14;
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     //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.Black;
     this.Panel3.Location = new System.Drawing.Point(8, 56);
     this.Panel3.Name = "Panel3";
     this.Panel3.Size = new System.Drawing.Size(390, 3);
     this.Panel3.TabIndex = 13;
     //
     //Label1
     //
     this.Label1.Anchor = (System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right);
     this.Label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.Label1.Location = new System.Drawing.Point(8, 64);
     this.Label1.Name = "Label1";
     this.Label1.Size = new System.Drawing.Size(168, 56);
     this.Label1.TabIndex = 12;
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     //lblBillno
     //
     this.lblBillno.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.lblBillno.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.lblBillno.Location = new System.Drawing.Point(152, 8);
     this.lblBillno.Name = "lblBillno";
     this.lblBillno.Size = new System.Drawing.Size(240, 23);
     this.lblBillno.TabIndex = 11;
     this.lblBillno.Text = "单据号:";
     //
     //lblOpenpsn
     //
     this.lblOpenpsn.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.lblOpenpsn.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.lblOpenpsn.Location = new System.Drawing.Point(152, 32);
     this.lblOpenpsn.Name = "lblOpenpsn";
     this.lblOpenpsn.Size = new System.Drawing.Size(240, 23);
     this.lblOpenpsn.TabIndex = 10;
     this.lblOpenpsn.Text = "开台人数:";
     //
     //lblTableno
     //
     this.lblTableno.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.lblTableno.Location = new System.Drawing.Point(8, 32);
     this.lblTableno.Name = "lblTableno";
     this.lblTableno.Size = new System.Drawing.Size(256, 23);
     this.lblTableno.TabIndex = 9;
     this.lblTableno.Text = "桌台号:";
     //
     //lblOpenDate
     //
     this.lblOpenDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.lblOpenDate.Location = new System.Drawing.Point(8, 8);
     this.lblOpenDate.Name = "lblOpenDate";
     this.lblOpenDate.Size = new System.Drawing.Size(256, 23);
     this.lblOpenDate.TabIndex = 8;
     this.lblOpenDate.Text = "日期:";
     //
     //btnNext
     //
     this.btnNext.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.btnNext.Enabled = false;
     this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnNext.Location = new System.Drawing.Point(360, 16);
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(56, 48);
     this.btnNext.TabIndex = 14;
     this.btnNext.Text = ">>";
     //
     //btnPrior
     //
     this.btnPrior.Enabled = false;
     this.btnPrior.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPrior.Location = new System.Drawing.Point(8, 16);
     this.btnPrior.Name = "btnPrior";
     this.btnPrior.Size = new System.Drawing.Size(56, 48);
     this.btnPrior.TabIndex = 13;
     this.btnPrior.Text = "<<";
     //
     //lblBillTypeName
     //
     this.lblBillTypeName.Anchor = (System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right);
     this.lblBillTypeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblBillTypeName.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.lblBillTypeName.ForeColor = System.Drawing.Color.Navy;
     this.lblBillTypeName.Location = new System.Drawing.Point(72, 16);
     this.lblBillTypeName.Name = "lblBillTypeName";
     this.lblBillTypeName.Size = new System.Drawing.Size(280, 48);
     this.lblBillTypeName.TabIndex = 7;
     this.lblBillTypeName.Text = "点菜单";
     this.lblBillTypeName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     //dgSaleFoods
     //
     this.dgSaleFoods.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.dgSaleFoods.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dgSaleFoods.CaptionVisible = false;
     this.dgSaleFoods.DataMember = "";
     this.dgSaleFoods.FlatMode = true;
     this.dgSaleFoods.Font = new System.Drawing.Font("宋体", 12.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.dgSaleFoods.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgSaleFoods.Location = new System.Drawing.Point(8, 208);
     this.dgSaleFoods.Name = "dgSaleFoods";
     this.dgSaleFoods.ReadOnly = true;
     this.dgSaleFoods.Size = new System.Drawing.Size(408, 248);
     this.dgSaleFoods.TabIndex = 6;
     this.dgSaleFoods.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {this.DataGridTableStyle4});
     //
     //DataGridTableStyle4
     //
     this.DataGridTableStyle4.ColumnHeadersVisible = false;
     this.DataGridTableStyle4.DataGrid = this.dgSaleFoods;
     this.DataGridTableStyle4.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {this.DataGridTextBoxColumn13, this.DataGridTextBoxColumn14, this.DataGridTextBoxColumn15, this.DataGridTextBoxColumn16, this.DataGridTextBoxColumn17, this.DataGridBoolColumn2, this.DataGridTextBoxColumn18, this.DataGridTextBoxColumn19, this.DataGridTextBoxColumn1});
     this.DataGridTableStyle4.HeaderFont = new System.Drawing.Font("宋体", 12.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.DataGridTableStyle4.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.DataGridTableStyle4.MappingName = "salefoods";
     //
     //DataGridTextBoxColumn13
     //
     this.DataGridTextBoxColumn13.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn13.Format = "";
     this.DataGridTextBoxColumn13.FormatInfo = null;
     this.DataGridTextBoxColumn13.HeaderText = "菜品编码";
     this.DataGridTextBoxColumn13.MappingName = "foodcode";
     this.DataGridTextBoxColumn13.Width = 90;
     //
     //DataGridTextBoxColumn14
     //
     this.DataGridTextBoxColumn14.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn14.Format = "";
     this.DataGridTextBoxColumn14.FormatInfo = null;
     this.DataGridTextBoxColumn14.HeaderText = "菜品名称";
     this.DataGridTextBoxColumn14.MappingName = "foodname";
     this.DataGridTextBoxColumn14.Width = 120;
     //
     //DataGridTextBoxColumn15
     //
     this.DataGridTextBoxColumn15.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn15.Format = "";
     this.DataGridTextBoxColumn15.FormatInfo = null;
     this.DataGridTextBoxColumn15.HeaderText = "单位";
     this.DataGridTextBoxColumn15.MappingName = "unit";
     this.DataGridTextBoxColumn15.Width = 50;
     //
     //DataGridTextBoxColumn16
     //
     this.DataGridTextBoxColumn16.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn16.Format = "";
     this.DataGridTextBoxColumn16.FormatInfo = null;
     this.DataGridTextBoxColumn16.HeaderText = "数量";
     this.DataGridTextBoxColumn16.MappingName = "addquantity";
     this.DataGridTextBoxColumn16.Width = 50;
     //
     //DataGridTextBoxColumn17
     //
     this.DataGridTextBoxColumn17.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn17.Format = "";
     this.DataGridTextBoxColumn17.FormatInfo = null;
     this.DataGridTextBoxColumn17.HeaderText = "价格";
     this.DataGridTextBoxColumn17.MappingName = "price";
     this.DataGridTextBoxColumn17.Width = 65;
     //
     //DataGridBoolColumn2
     //
     this.DataGridBoolColumn2.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridBoolColumn2.FalseValue = "0";
     this.DataGridBoolColumn2.HeaderText = "已上菜";
     this.DataGridBoolColumn2.MappingName = "transfered";
     this.DataGridBoolColumn2.NullText = "";
     this.DataGridBoolColumn2.NullValue = "1";
     this.DataGridBoolColumn2.TrueValue = "2";
     this.DataGridBoolColumn2.Width = 55;
     //
     //DataGridTextBoxColumn18
     //
     this.DataGridTextBoxColumn18.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn18.Format = "";
     this.DataGridTextBoxColumn18.FormatInfo = null;
     this.DataGridTextBoxColumn18.HeaderText = "做法";
     this.DataGridTextBoxColumn18.MappingName = "operandi";
     this.DataGridTextBoxColumn18.Width = 120;
     //
     //DataGridTextBoxColumn19
     //
     this.DataGridTextBoxColumn19.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.DataGridTextBoxColumn19.Format = "";
     this.DataGridTextBoxColumn19.FormatInfo = null;
     this.DataGridTextBoxColumn19.HeaderText = "口味";
     this.DataGridTextBoxColumn19.MappingName = "taste";
     this.DataGridTextBoxColumn19.Width = 120;
     //
     //DataGridTextBoxColumn1
     //
     this.DataGridTextBoxColumn1.Format = "";
     this.DataGridTextBoxColumn1.FormatInfo = null;
     this.DataGridTextBoxColumn1.MappingName = "barcode";
     this.DataGridTextBoxColumn1.Width = 0;
     //
     //LinkLabel1
     //
     this.LinkLabel1.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.LinkLabel1.Location = new System.Drawing.Point(648, 72);
     this.LinkLabel1.Name = "LinkLabel1";
     this.LinkLabel1.Size = new System.Drawing.Size(80, 23);
     this.LinkLabel1.TabIndex = 24;
     this.LinkLabel1.TabStop = true;
     this.LinkLabel1.Text = "菜品类别:";
     this.LinkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     //ToolBar1
     //
     this.ToolBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ToolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {this.ToolBarButton1, this.ToolBarButton2, this.ToolBarButton13, this.ToolBarButton4, this.ToolBarButton15, this.ToolBarButton20, this.ToolBarButton6, this.ToolBarButton7, this.ToolBarButton3, this.ToolBarButton8, this.ToolBarButton12, this.ToolBarButton18, this.ToolBarButton9, this.ToolBarButton10, this.ToolBarButton11, this.ToolBarButton21, this.ToolBarButton5, this.ToolBarButton22});
     this.ToolBar1.ButtonSize = new System.Drawing.Size(60, 56);
     this.ToolBar1.DropDownArrows = true;
     this.ToolBar1.ImageList = this.ImageList2;
     this.ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.ToolBar1.Name = "ToolBar1";
     this.ToolBar1.ShowToolTips = true;
     this.ToolBar1.Size = new System.Drawing.Size(896, 63);
     this.ToolBar1.TabIndex = 21;
     this.ToolBar1.Wrappable = false;
     //
     //ToolBarButton1
     //
     this.ToolBarButton1.ImageIndex = 0;
     this.ToolBarButton1.Text = "开台";
     this.ToolBarButton1.ToolTipText = "对选中桌台进行开台操作";
     //
     //ToolBarButton2
     //
     this.ToolBarButton2.ImageIndex = 1;
     this.ToolBarButton2.Text = "加单";
     this.ToolBarButton2.ToolTipText = "向选中桌台进行加单操作";
     //
     //ToolBarButton13
     //
     this.ToolBarButton13.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton4
     //
     this.ToolBarButton4.ImageIndex = 3;
     this.ToolBarButton4.Text = "传菜";
     this.ToolBarButton4.ToolTipText = "对选中菜品进行传菜操作";
     //
     //ToolBarButton15
     //
     this.ToolBarButton15.ImageIndex = 4;
     this.ToolBarButton15.Text = "催菜";
     this.ToolBarButton15.ToolTipText = "对选中菜品进行催菜操作";
     //
     //ToolBarButton20
     //
     this.ToolBarButton20.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton6
     //
     this.ToolBarButton6.ImageIndex = 5;
     this.ToolBarButton6.Text = "转台";
     this.ToolBarButton6.ToolTipText = "对选中桌台进行转台操作";
     //
     //ToolBarButton7
     //
     this.ToolBarButton7.ImageIndex = 6;
     this.ToolBarButton7.Text = "并台";
     this.ToolBarButton7.ToolTipText = "对选中桌台进行并台操作";
     //
     //ToolBarButton3
     //
     this.ToolBarButton3.ImageIndex = 5;
     this.ToolBarButton3.Text = "转并台";
     //
     //ToolBarButton8
     //
     this.ToolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton12
     //
     this.ToolBarButton12.ImageIndex = 7;
     this.ToolBarButton12.Text = "套餐";
     this.ToolBarButton12.ToolTipText = "向选中桌台及当前单据添加套餐";
     //
     //ToolBarButton18
     //
     this.ToolBarButton18.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton9
     //
     this.ToolBarButton9.ImageIndex = 10;
     this.ToolBarButton9.Text = "删单据";
     this.ToolBarButton9.ToolTipText = "删除当前单据";
     //
     //ToolBarButton10
     //
     this.ToolBarButton10.ImageIndex = 11;
     this.ToolBarButton10.Text = "删菜品";
     this.ToolBarButton10.ToolTipText = "删除当前选中的菜品";
     //
     //ToolBarButton11
     //
     this.ToolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     //ToolBarButton21
     //
     this.ToolBarButton21.ImageIndex = 12;
     this.ToolBarButton21.Text = "注销";
     //
     //ToolBarButton5
     //
     this.ToolBarButton5.ImageIndex = 13;
     this.ToolBarButton5.Text = "关于";
     //
     //ToolBarButton22
     //
     this.ToolBarButton22.ImageIndex = 14;
     this.ToolBarButton22.Text = "退出";
     //
     //ImageList2
     //
     this.ImageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth16Bit;
     this.ImageList2.ImageSize = new System.Drawing.Size(28, 28);
     this.ImageList2.ImageStream = (System.Windows.Forms.ImageListStreamer) (resources.GetObject("ImageList2.ImageStream"));
     this.ImageList2.TransparentColor = System.Drawing.Color.Transparent;
     //
     //txtFoodCode
     //
     this.txtFoodCode.Anchor = (System.Windows.Forms.AnchorStyles) (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.txtFoodCode.Location = new System.Drawing.Point(728, 72);
     this.txtFoodCode.Name = "txtFoodCode";
     this.txtFoodCode.Size = new System.Drawing.Size(160, 23);
     this.txtFoodCode.TabIndex = 23;
     this.txtFoodCode.Text = "";
     this.txtFoodCode.Visible = false;
     //
     //pnlInput
     //
     this.pnlInput.BackColor = System.Drawing.Color.FromArgb((byte) (192), (byte) (192), (byte) (255));
     this.pnlInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlInput.Controls.Add(this.bHide);
     this.pnlInput.Controls.Add(this.bDot);
     this.pnlInput.Controls.Add(this.bCaps);
     this.pnlInput.Controls.Add(this.bSpc);
     this.pnlInput.Controls.Add(this.bM);
     this.pnlInput.Controls.Add(this.bN);
     this.pnlInput.Controls.Add(this.bB);
     this.pnlInput.Controls.Add(this.bV);
     this.pnlInput.Controls.Add(this.bC);
     this.pnlInput.Controls.Add(this.bX);
     this.pnlInput.Controls.Add(this.bZ);
     this.pnlInput.Controls.Add(this.bL);
     this.pnlInput.Controls.Add(this.bK);
     this.pnlInput.Controls.Add(this.bJ);
     this.pnlInput.Controls.Add(this.bH);
     this.pnlInput.Controls.Add(this.bG);
     this.pnlInput.Controls.Add(this.bF);
     this.pnlInput.Controls.Add(this.bD);
     this.pnlInput.Controls.Add(this.bS);
     this.pnlInput.Controls.Add(this.bA);
     this.pnlInput.Controls.Add(this.bBack);
     this.pnlInput.Controls.Add(this.bP);
     this.pnlInput.Controls.Add(this.bO);
     this.pnlInput.Controls.Add(this.bI);
     this.pnlInput.Controls.Add(this.bU);
     this.pnlInput.Controls.Add(this.bY);
     this.pnlInput.Controls.Add(this.bT);
     this.pnlInput.Controls.Add(this.bR);
     this.pnlInput.Controls.Add(this.bE);
     this.pnlInput.Controls.Add(this.bW);
     this.pnlInput.Controls.Add(this.bQ);
     this.pnlInput.Controls.Add(this.b0);
     this.pnlInput.Controls.Add(this.b9);
     this.pnlInput.Controls.Add(this.b8);
     this.pnlInput.Controls.Add(this.b7);
     this.pnlInput.Controls.Add(this.b6);
     this.pnlInput.Controls.Add(this.b5);
     this.pnlInput.Controls.Add(this.b4);
     this.pnlInput.Controls.Add(this.b3);
     this.pnlInput.Controls.Add(this.b2);
     this.pnlInput.Controls.Add(this.b1);
     this.pnlInput.Location = new System.Drawing.Point(224, 199);
     this.pnlInput.Name = "pnlInput";
     this.pnlInput.Size = new System.Drawing.Size(496, 216);
     this.pnlInput.TabIndex = 3;
     this.pnlInput.TabStop = true;
     this.pnlInput.Visible = false;
     //
     //bHide
     //
     this.bHide.BackColor = System.Drawing.SystemColors.Control;
     this.bHide.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bHide.Location = new System.Drawing.Point(400, 168);
     this.bHide.Name = "bHide";
     this.bHide.Size = new System.Drawing.Size(88, 40);
     this.bHide.TabIndex = 40;
     this.bHide.Text = "隐藏";
     //
     //bDot
     //
     this.bDot.BackColor = System.Drawing.SystemColors.Control;
     this.bDot.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bDot.Location = new System.Drawing.Point(392, 128);
     this.bDot.Name = "bDot";
     this.bDot.Size = new System.Drawing.Size(48, 40);
     this.bDot.TabIndex = 39;
     this.bDot.Tag = ".";
     this.bDot.Text = ".";
     //
     //bCaps
     //
     this.bCaps.BackColor = System.Drawing.SystemColors.Control;
     this.bCaps.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bCaps.Location = new System.Drawing.Point(8, 168);
     this.bCaps.Name = "bCaps";
     this.bCaps.Size = new System.Drawing.Size(88, 40);
     this.bCaps.TabIndex = 38;
     this.bCaps.Text = "Caps/小写";
     //
     //bSpc
     //
     this.bSpc.BackColor = System.Drawing.SystemColors.Control;
     this.bSpc.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bSpc.Location = new System.Drawing.Point(104, 168);
     this.bSpc.Name = "bSpc";
     this.bSpc.Size = new System.Drawing.Size(288, 40);
     this.bSpc.TabIndex = 37;
     this.bSpc.Tag = "";
     this.bSpc.Text = "SPACE/空格";
     //
     //bM
     //
     this.bM.BackColor = System.Drawing.SystemColors.Control;
     this.bM.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bM.Location = new System.Drawing.Point(344, 128);
     this.bM.Name = "bM";
     this.bM.Size = new System.Drawing.Size(48, 40);
     this.bM.TabIndex = 36;
     this.bM.Tag = "M";
     this.bM.Text = "M";
     //
     //bN
     //
     this.bN.BackColor = System.Drawing.SystemColors.Control;
     this.bN.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bN.Location = new System.Drawing.Point(296, 128);
     this.bN.Name = "bN";
     this.bN.Size = new System.Drawing.Size(48, 40);
     this.bN.TabIndex = 35;
     this.bN.Tag = "N";
     this.bN.Text = "N";
     //
     //bB
     //
     this.bB.BackColor = System.Drawing.SystemColors.Control;
     this.bB.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bB.Location = new System.Drawing.Point(248, 128);
     this.bB.Name = "bB";
     this.bB.Size = new System.Drawing.Size(48, 40);
     this.bB.TabIndex = 34;
     this.bB.Tag = "B";
     this.bB.Text = "B";
     //
     //bV
     //
     this.bV.BackColor = System.Drawing.SystemColors.Control;
     this.bV.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bV.Location = new System.Drawing.Point(200, 128);
     this.bV.Name = "bV";
     this.bV.Size = new System.Drawing.Size(48, 40);
     this.bV.TabIndex = 33;
     this.bV.Tag = "V";
     this.bV.Text = "V";
     //
     //bC
     //
     this.bC.BackColor = System.Drawing.SystemColors.Control;
     this.bC.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bC.Location = new System.Drawing.Point(152, 128);
     this.bC.Name = "bC";
     this.bC.Size = new System.Drawing.Size(48, 40);
     this.bC.TabIndex = 32;
     this.bC.Tag = "C";
     this.bC.Text = "C";
     //
     //bX
     //
     this.bX.BackColor = System.Drawing.SystemColors.Control;
     this.bX.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bX.Location = new System.Drawing.Point(104, 128);
     this.bX.Name = "bX";
     this.bX.Size = new System.Drawing.Size(48, 40);
     this.bX.TabIndex = 31;
     this.bX.Tag = "X";
     this.bX.Text = "X";
     //
     //bZ
     //
     this.bZ.BackColor = System.Drawing.SystemColors.Control;
     this.bZ.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bZ.Location = new System.Drawing.Point(56, 128);
     this.bZ.Name = "bZ";
     this.bZ.Size = new System.Drawing.Size(48, 40);
     this.bZ.TabIndex = 30;
     this.bZ.Tag = "Z";
     this.bZ.Text = "Z";
     //
     //bL
     //
     this.bL.BackColor = System.Drawing.SystemColors.Control;
     this.bL.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bL.Location = new System.Drawing.Point(416, 88);
     this.bL.Name = "bL";
     this.bL.Size = new System.Drawing.Size(48, 40);
     this.bL.TabIndex = 29;
     this.bL.Tag = "L";
     this.bL.Text = "L";
     //
     //bK
     //
     this.bK.BackColor = System.Drawing.SystemColors.Control;
     this.bK.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bK.Location = new System.Drawing.Point(368, 88);
     this.bK.Name = "bK";
     this.bK.Size = new System.Drawing.Size(48, 40);
     this.bK.TabIndex = 28;
     this.bK.Tag = "K";
     this.bK.Text = "K";
     //
     //bJ
     //
     this.bJ.BackColor = System.Drawing.SystemColors.Control;
     this.bJ.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bJ.Location = new System.Drawing.Point(320, 88);
     this.bJ.Name = "bJ";
     this.bJ.Size = new System.Drawing.Size(48, 40);
     this.bJ.TabIndex = 27;
     this.bJ.Tag = "J";
     this.bJ.Text = "J";
     //
     //bH
     //
     this.bH.BackColor = System.Drawing.SystemColors.Control;
     this.bH.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bH.Location = new System.Drawing.Point(272, 88);
     this.bH.Name = "bH";
     this.bH.Size = new System.Drawing.Size(48, 40);
     this.bH.TabIndex = 26;
     this.bH.Tag = "H";
     this.bH.Text = "H";
     //
     //bG
     //
     this.bG.BackColor = System.Drawing.SystemColors.Control;
     this.bG.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bG.Location = new System.Drawing.Point(224, 88);
     this.bG.Name = "bG";
     this.bG.Size = new System.Drawing.Size(48, 40);
     this.bG.TabIndex = 25;
     this.bG.Tag = "G";
     this.bG.Text = "G";
     //
     //bF
     //
     this.bF.BackColor = System.Drawing.SystemColors.Control;
     this.bF.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bF.Location = new System.Drawing.Point(176, 88);
     this.bF.Name = "bF";
     this.bF.Size = new System.Drawing.Size(48, 40);
     this.bF.TabIndex = 24;
     this.bF.Tag = "F";
     this.bF.Text = "F";
     //
     //bD
     //
     this.bD.BackColor = System.Drawing.SystemColors.Control;
     this.bD.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bD.Location = new System.Drawing.Point(128, 88);
     this.bD.Name = "bD";
     this.bD.Size = new System.Drawing.Size(48, 40);
     this.bD.TabIndex = 23;
     this.bD.Tag = "D";
     this.bD.Text = "D";
     //
     //bS
     //
     this.bS.BackColor = System.Drawing.SystemColors.Control;
     this.bS.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bS.Location = new System.Drawing.Point(80, 88);
     this.bS.Name = "bS";
     this.bS.Size = new System.Drawing.Size(48, 40);
     this.bS.TabIndex = 22;
     this.bS.Tag = "S";
     this.bS.Text = "S";
     //
     //bA
     //
     this.bA.BackColor = System.Drawing.SystemColors.Control;
     this.bA.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bA.Location = new System.Drawing.Point(32, 88);
     this.bA.Name = "bA";
     this.bA.Size = new System.Drawing.Size(48, 40);
     this.bA.TabIndex = 21;
     this.bA.Tag = "A";
     this.bA.Text = "A";
     //
     //bBack
     //
     this.bBack.BackColor = System.Drawing.SystemColors.Control;
     this.bBack.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bBack.Location = new System.Drawing.Point(416, 8);
     this.bBack.Name = "bBack";
     this.bBack.Size = new System.Drawing.Size(72, 32);
     this.bBack.TabIndex = 20;
     this.bBack.Text = "BACK Space";
     //
     //bP
     //
     this.bP.BackColor = System.Drawing.SystemColors.Control;
     this.bP.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bP.Location = new System.Drawing.Point(440, 48);
     this.bP.Name = "bP";
     this.bP.Size = new System.Drawing.Size(48, 40);
     this.bP.TabIndex = 19;
     this.bP.Tag = "P";
     this.bP.Text = "P";
     //
     //bO
     //
     this.bO.BackColor = System.Drawing.SystemColors.Control;
     this.bO.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bO.Location = new System.Drawing.Point(392, 48);
     this.bO.Name = "bO";
     this.bO.Size = new System.Drawing.Size(48, 40);
     this.bO.TabIndex = 18;
     this.bO.Tag = "O";
     this.bO.Text = "O";
     //
     //bI
     //
     this.bI.BackColor = System.Drawing.SystemColors.Control;
     this.bI.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bI.Location = new System.Drawing.Point(344, 48);
     this.bI.Name = "bI";
     this.bI.Size = new System.Drawing.Size(48, 40);
     this.bI.TabIndex = 17;
     this.bI.Tag = "I";
     this.bI.Text = "I";
     //
     //bU
     //
     this.bU.BackColor = System.Drawing.SystemColors.Control;
     this.bU.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bU.Location = new System.Drawing.Point(296, 48);
     this.bU.Name = "bU";
     this.bU.Size = new System.Drawing.Size(48, 40);
     this.bU.TabIndex = 16;
     this.bU.Tag = "U";
     this.bU.Text = "U";
     //
     //bY
     //
     this.bY.BackColor = System.Drawing.SystemColors.Control;
     this.bY.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bY.Location = new System.Drawing.Point(248, 48);
     this.bY.Name = "bY";
     this.bY.Size = new System.Drawing.Size(48, 40);
     this.bY.TabIndex = 15;
     this.bY.Tag = "Y";
     this.bY.Text = "Y";
     //
     //bT
     //
     this.bT.BackColor = System.Drawing.SystemColors.Control;
     this.bT.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bT.Location = new System.Drawing.Point(200, 48);
     this.bT.Name = "bT";
     this.bT.Size = new System.Drawing.Size(48, 40);
     this.bT.TabIndex = 14;
     this.bT.Tag = "T";
     this.bT.Text = "T";
     //
     //bR
     //
     this.bR.BackColor = System.Drawing.SystemColors.Control;
     this.bR.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bR.Location = new System.Drawing.Point(152, 48);
     this.bR.Name = "bR";
     this.bR.Size = new System.Drawing.Size(48, 40);
     this.bR.TabIndex = 13;
     this.bR.Tag = "R";
     this.bR.Text = "R";
     //
     //bE
     //
     this.bE.BackColor = System.Drawing.SystemColors.Control;
     this.bE.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bE.Location = new System.Drawing.Point(104, 48);
     this.bE.Name = "bE";
     this.bE.Size = new System.Drawing.Size(48, 40);
     this.bE.TabIndex = 12;
     this.bE.Tag = "E";
     this.bE.Text = "E";
     //
     //bW
     //
     this.bW.BackColor = System.Drawing.SystemColors.Control;
     this.bW.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bW.Location = new System.Drawing.Point(56, 48);
     this.bW.Name = "bW";
     this.bW.Size = new System.Drawing.Size(48, 40);
     this.bW.TabIndex = 11;
     this.bW.Tag = "W";
     this.bW.Text = "W";
     //
     //bQ
     //
     this.bQ.BackColor = System.Drawing.SystemColors.Control;
     this.bQ.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.bQ.Location = new System.Drawing.Point(8, 48);
     this.bQ.Name = "bQ";
     this.bQ.Size = new System.Drawing.Size(48, 40);
     this.bQ.TabIndex = 10;
     this.bQ.Tag = "Q";
     this.bQ.Text = "Q";
     //
     //b0
     //
     this.b0.BackColor = System.Drawing.SystemColors.Control;
     this.b0.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b0.Location = new System.Drawing.Point(368, 8);
     this.b0.Name = "b0";
     this.b0.Size = new System.Drawing.Size(40, 32);
     this.b0.TabIndex = 9;
     this.b0.Tag = "0";
     this.b0.Text = "0";
     //
     //b9
     //
     this.b9.BackColor = System.Drawing.SystemColors.Control;
     this.b9.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b9.Location = new System.Drawing.Point(328, 8);
     this.b9.Name = "b9";
     this.b9.Size = new System.Drawing.Size(40, 32);
     this.b9.TabIndex = 8;
     this.b9.Tag = "9";
     this.b9.Text = "9";
     //
     //b8
     //
     this.b8.BackColor = System.Drawing.SystemColors.Control;
     this.b8.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b8.Location = new System.Drawing.Point(288, 8);
     this.b8.Name = "b8";
     this.b8.Size = new System.Drawing.Size(40, 32);
     this.b8.TabIndex = 7;
     this.b8.Tag = "8";
     this.b8.Text = "8";
     //
     //b7
     //
     this.b7.BackColor = System.Drawing.SystemColors.Control;
     this.b7.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b7.Location = new System.Drawing.Point(248, 8);
     this.b7.Name = "b7";
     this.b7.Size = new System.Drawing.Size(40, 32);
     this.b7.TabIndex = 6;
     this.b7.Tag = "7";
     this.b7.Text = "7";
     //
     //b6
     //
     this.b6.BackColor = System.Drawing.SystemColors.Control;
     this.b6.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b6.Location = new System.Drawing.Point(208, 8);
     this.b6.Name = "b6";
     this.b6.Size = new System.Drawing.Size(40, 32);
     this.b6.TabIndex = 5;
     this.b6.Tag = "6";
     this.b6.Text = "6";
     //
     //b5
     //
     this.b5.BackColor = System.Drawing.SystemColors.Control;
     this.b5.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b5.Location = new System.Drawing.Point(168, 8);
     this.b5.Name = "b5";
     this.b5.Size = new System.Drawing.Size(40, 32);
     this.b5.TabIndex = 4;
     this.b5.Tag = "5";
     this.b5.Text = "5";
     //
     //b4
     //
     this.b4.BackColor = System.Drawing.SystemColors.Control;
     this.b4.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b4.Location = new System.Drawing.Point(128, 8);
     this.b4.Name = "b4";
     this.b4.Size = new System.Drawing.Size(40, 32);
     this.b4.TabIndex = 3;
     this.b4.Tag = "4";
     this.b4.Text = "4";
     //
     //b3
     //
     this.b3.BackColor = System.Drawing.SystemColors.Control;
     this.b3.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b3.Location = new System.Drawing.Point(88, 8);
     this.b3.Name = "b3";
     this.b3.Size = new System.Drawing.Size(40, 32);
     this.b3.TabIndex = 2;
     this.b3.Tag = "3";
     this.b3.Text = "3";
     //
     //b2
     //
     this.b2.BackColor = System.Drawing.SystemColors.Control;
     this.b2.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b2.Location = new System.Drawing.Point(48, 8);
     this.b2.Name = "b2";
     this.b2.Size = new System.Drawing.Size(40, 32);
     this.b2.TabIndex = 1;
     this.b2.Tag = "2";
     this.b2.Text = "2";
     //
     //b1
     //
     this.b1.BackColor = System.Drawing.SystemColors.Control;
     this.b1.Font = new System.Drawing.Font("宋体", 9.0F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (134)));
     this.b1.Location = new System.Drawing.Point(8, 8);
     this.b1.Name = "b1";
     this.b1.Size = new System.Drawing.Size(40, 32);
     this.b1.TabIndex = 0;
     this.b1.Tag = "1";
     this.b1.Text = "1";
     //
     //Timer1
     //
     this.Timer1.Enabled = true;
     this.Timer1.Interval = 480000;
     this.Timer1.SynchronizingObject = this;
     //
     //Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(920, 598);
     this.ControlBox = false;
     this.Controls.Add(this.TabControl1);
     this.Controls.Add(this.pnlInput);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Form1";
     this.Text = "餐厅管家 - 触摸屏客户端";
     this.TopMost = true;
     this.TabControl1.ResumeLayout(false);
     this.TabPage1.ResumeLayout(false);
     this.TabPage2.ResumeLayout(false);
     this.Panel1.ResumeLayout(false);
     this.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize) this.dgSaleFoods).EndInit();
     this.pnlInput.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize) this.Timer1).EndInit();
     this.ResumeLayout(false);
 }
Example #14
0
 public bool ShouldSerializeIndex(System.Windows.Forms.ToolBar o)
 {
 }
Example #15
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent( )
        {
            this.components = new System.ComponentModel.Container( );
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( MainForm ) );
            this.mainMenu = new System.Windows.Forms.MainMenu( this.components );
            this.fileItem = new System.Windows.Forms.MenuItem( );
            this.OpenItem = new System.Windows.Forms.MenuItem( );
            this.reloadFileItem = new System.Windows.Forms.MenuItem( );
            this.saveFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem1 = new System.Windows.Forms.MenuItem( );
            this.copyFileItem = new System.Windows.Forms.MenuItem( );
            this.pasteFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem5 = new System.Windows.Forms.MenuItem( );
            this.closeFileItem = new System.Windows.Forms.MenuItem( );
            this.closeAllFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem8 = new System.Windows.Forms.MenuItem( );
            this.pageSetupFileItem = new System.Windows.Forms.MenuItem( );
            this.printFileItem = new System.Windows.Forms.MenuItem( );
            this.printPreviewFileItem = new System.Windows.Forms.MenuItem( );
            this.menuItem2 = new System.Windows.Forms.MenuItem( );
            this.exitFileItem = new System.Windows.Forms.MenuItem( );
            this.viewItem = new System.Windows.Forms.MenuItem( );
            this.mainBarViewItem = new System.Windows.Forms.MenuItem( );
            this.imageBarViewItem = new System.Windows.Forms.MenuItem( );
            this.menuItem7 = new System.Windows.Forms.MenuItem( );
            this.histogramViewItem = new System.Windows.Forms.MenuItem( );
            this.statisticsViewItem = new System.Windows.Forms.MenuItem( );
            this.redHistogramViewItem = new System.Windows.Forms.MenuItem( );
            this.greenHistogramViewItem = new System.Windows.Forms.MenuItem( );
            this.blueHistogramViewItem = new System.Windows.Forms.MenuItem( );
            this.menuItem3 = new System.Windows.Forms.MenuItem( );
            this.centerViewItem = new System.Windows.Forms.MenuItem( );
            this.optionsItem = new System.Windows.Forms.MenuItem( );
            this.openInNewOptionsItem = new System.Windows.Forms.MenuItem( );
            this.rememberOptionsItem = new System.Windows.Forms.MenuItem( );
            this.windowItem = new System.Windows.Forms.MenuItem( );
            this.helpItem = new System.Windows.Forms.MenuItem( );
            this.aboutHelpItem = new System.Windows.Forms.MenuItem( );
            this.statusBar = new System.Windows.Forms.StatusBar( );
            this.zoomPanel = new System.Windows.Forms.StatusBarPanel( );
            this.sizePanel = new System.Windows.Forms.StatusBarPanel( );
            this.selectionPanel = new System.Windows.Forms.StatusBarPanel( );
            this.colorPanel = new System.Windows.Forms.StatusBarPanel( );
            this.hslPanel = new System.Windows.Forms.StatusBarPanel( );
            this.ycbcrPanel = new System.Windows.Forms.StatusBarPanel( );
            this.infoPanel = new System.Windows.Forms.StatusBarPanel( );
            this.panel1 = new System.Windows.Forms.Panel( );
            this.dockManager = new WeifenLuo.WinFormsUI.DockManager( );
            this.mainToolBar = new System.Windows.Forms.ToolBar( );
            this.openButton = new System.Windows.Forms.ToolBarButton( );
            this.saveButton = new System.Windows.Forms.ToolBarButton( );
            this.sep1 = new System.Windows.Forms.ToolBarButton( );
            this.copyButton = new System.Windows.Forms.ToolBarButton( );
            this.pasteButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton9 = new System.Windows.Forms.ToolBarButton( );
            this.histogramButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton4 = new System.Windows.Forms.ToolBarButton( );
            this.aboutButton = new System.Windows.Forms.ToolBarButton( );
            this.imageList = new System.Windows.Forms.ImageList( this.components );
            this.imageToolBar = new System.Windows.Forms.ToolBar( );
            this.cloneButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton1 = new System.Windows.Forms.ToolBarButton( );
            this.cropButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton2 = new System.Windows.Forms.ToolBarButton( );
            this.zoomInButton = new System.Windows.Forms.ToolBarButton( );
            this.zoomOutButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton3 = new System.Windows.Forms.ToolBarButton( );
            this.fitToScreenButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton5 = new System.Windows.Forms.ToolBarButton( );
            this.resizeButton = new System.Windows.Forms.ToolBarButton( );
            this.rotateButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton7 = new System.Windows.Forms.ToolBarButton( );
            this.levelsButton = new System.Windows.Forms.ToolBarButton( );
            this.grayscaleButton = new System.Windows.Forms.ToolBarButton( );
            this.thresholdButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton6 = new System.Windows.Forms.ToolBarButton( );
            this.morphologyButton = new System.Windows.Forms.ToolBarButton( );
            this.convolutionButton = new System.Windows.Forms.ToolBarButton( );
            this.toolBarButton8 = new System.Windows.Forms.ToolBarButton( );
            this.saturationButton = new System.Windows.Forms.ToolBarButton( );
            this.fourierButton = new System.Windows.Forms.ToolBarButton( );
            this.imageList2 = new System.Windows.Forms.ImageList( this.components );
            this.ofd = new System.Windows.Forms.OpenFileDialog( );
            this.sfd = new System.Windows.Forms.SaveFileDialog( );
            this.printDocument = new System.Drawing.Printing.PrintDocument( );
            this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog( );
            this.pageSetupDialog = new System.Windows.Forms.PageSetupDialog( );
            this.printDialog = new System.Windows.Forms.PrintDialog( );
            ( (System.ComponentModel.ISupportInitialize) ( this.zoomPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.sizePanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.selectionPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.colorPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.hslPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.ycbcrPanel ) ).BeginInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.infoPanel ) ).BeginInit( );
            this.panel1.SuspendLayout( );
            this.dockManager.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.fileItem,
            this.viewItem,
            this.optionsItem,
            this.windowItem,
            this.helpItem} );
            // 
            // fileItem
            // 
            this.fileItem.Index = 0;
            this.fileItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.OpenItem,
            this.reloadFileItem,
            this.saveFileItem,
            this.menuItem1,
            this.copyFileItem,
            this.pasteFileItem,
            this.menuItem5,
            this.closeFileItem,
            this.closeAllFileItem,
            this.menuItem8,
            this.pageSetupFileItem,
            this.printFileItem,
            this.printPreviewFileItem,
            this.menuItem2,
            this.exitFileItem} );
            this.fileItem.Text = "&File";
            this.fileItem.Popup += new System.EventHandler( this.fileItem_Popup );
            // 
            // OpenItem
            // 
            this.OpenItem.Index = 0;
            this.OpenItem.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
            this.OpenItem.Text = "&Open";
            this.OpenItem.Click += new System.EventHandler( this.OpenItem_Click );
            // 
            // reloadFileItem
            // 
            this.reloadFileItem.Index = 1;
            this.reloadFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
            this.reloadFileItem.Text = "&Reload";
            this.reloadFileItem.Click += new System.EventHandler( this.reloadFileItem_Click );
            // 
            // saveFileItem
            // 
            this.saveFileItem.Index = 2;
            this.saveFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            this.saveFileItem.Text = "&Save";
            this.saveFileItem.Click += new System.EventHandler( this.saveFileItem_Click );
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 3;
            this.menuItem1.Text = "-";
            // 
            // copyFileItem
            // 
            this.copyFileItem.Index = 4;
            this.copyFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
            this.copyFileItem.Text = "&Copy";
            this.copyFileItem.Click += new System.EventHandler( this.copyFileItem_Click );
            // 
            // pasteFileItem
            // 
            this.pasteFileItem.Index = 5;
            this.pasteFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
            this.pasteFileItem.Text = "&Paste";
            this.pasteFileItem.Click += new System.EventHandler( this.pasteFileItem_Click );
            // 
            // menuItem5
            // 
            this.menuItem5.Index = 6;
            this.menuItem5.Text = "-";
            // 
            // closeFileItem
            // 
            this.closeFileItem.Index = 7;
            this.closeFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlF4;
            this.closeFileItem.Text = "C&lose";
            this.closeFileItem.Click += new System.EventHandler( this.closeFileItem_Click );
            // 
            // closeAllFileItem
            // 
            this.closeAllFileItem.Index = 8;
            this.closeAllFileItem.Text = "Close All";
            this.closeAllFileItem.Click += new System.EventHandler( this.closeAllFileItem_Click );
            // 
            // menuItem8
            // 
            this.menuItem8.Index = 9;
            this.menuItem8.Text = "-";
            // 
            // pageSetupFileItem
            // 
            this.pageSetupFileItem.Index = 10;
            this.pageSetupFileItem.Text = "Page Setup";
            this.pageSetupFileItem.Click += new System.EventHandler( this.pageSetupFileItem_Click );
            // 
            // printFileItem
            // 
            this.printFileItem.Index = 11;
            this.printFileItem.Text = "&Print";
            this.printFileItem.Click += new System.EventHandler( this.printFileItem_Click );
            // 
            // printPreviewFileItem
            // 
            this.printPreviewFileItem.Index = 12;
            this.printPreviewFileItem.Text = "Print Preview";
            this.printPreviewFileItem.Click += new System.EventHandler( this.printPreviewFileItem_Click );
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 13;
            this.menuItem2.Text = "-";
            // 
            // exitFileItem
            // 
            this.exitFileItem.Index = 14;
            this.exitFileItem.Text = "E&xit";
            this.exitFileItem.Click += new System.EventHandler( this.exitFileItem_Click );
            // 
            // viewItem
            // 
            this.viewItem.Index = 1;
            this.viewItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.mainBarViewItem,
            this.imageBarViewItem,
            this.menuItem7,
            this.histogramViewItem,
            this.statisticsViewItem,
            this.redHistogramViewItem,
            this.greenHistogramViewItem,
            this.blueHistogramViewItem,
            this.menuItem3,
            this.centerViewItem} );
            this.viewItem.MergeOrder = 1;
            this.viewItem.Text = "&View";
            this.viewItem.Popup += new System.EventHandler( this.viewItem_Popup );
            // 
            // mainBarViewItem
            // 
            this.mainBarViewItem.Index = 0;
            this.mainBarViewItem.Text = "Main tool bar";
            this.mainBarViewItem.Click += new System.EventHandler( this.mainBarViewItem_Click );
            // 
            // imageBarViewItem
            // 
            this.imageBarViewItem.Index = 1;
            this.imageBarViewItem.Text = "Image tool bar";
            this.imageBarViewItem.Click += new System.EventHandler( this.imageBarViewItem_Click );
            // 
            // menuItem7
            // 
            this.menuItem7.Index = 2;
            this.menuItem7.Text = "-";
            // 
            // histogramViewItem
            // 
            this.histogramViewItem.Index = 3;
            this.histogramViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlH;
            this.histogramViewItem.Text = "&Histogram";
            this.histogramViewItem.Click += new System.EventHandler( this.histogramViewItem_Click );
            // 
            // statisticsViewItem
            // 
            this.statisticsViewItem.Index = 4;
            this.statisticsViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlT;
            this.statisticsViewItem.Text = "&Statistics";
            this.statisticsViewItem.Click += new System.EventHandler( this.statisticsViewItem_Click );
            // 
            // redHistogramViewItem
            // 
            this.redHistogramViewItem.Index = 5;
            this.redHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl1;
            this.redHistogramViewItem.Text = "R";
            this.redHistogramViewItem.Visible = false;
            this.redHistogramViewItem.Click += new System.EventHandler( this.redHistogramViewItem_Click );
            // 
            // greenHistogramViewItem
            // 
            this.greenHistogramViewItem.Index = 6;
            this.greenHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl2;
            this.greenHistogramViewItem.Text = "G";
            this.greenHistogramViewItem.Visible = false;
            this.greenHistogramViewItem.Click += new System.EventHandler( this.greenHistogramViewItem_Click );
            // 
            // blueHistogramViewItem
            // 
            this.blueHistogramViewItem.Index = 7;
            this.blueHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl3;
            this.blueHistogramViewItem.Text = "B";
            this.blueHistogramViewItem.Visible = false;
            this.blueHistogramViewItem.Click += new System.EventHandler( this.blueHistogramViewItem_Click );
            // 
            // menuItem3
            // 
            this.menuItem3.Index = 8;
            this.menuItem3.Text = "-";
            // 
            // centerViewItem
            // 
            this.centerViewItem.Index = 9;
            this.centerViewItem.Shortcut = System.Windows.Forms.Shortcut.F9;
            this.centerViewItem.Text = "&Center";
            this.centerViewItem.Click += new System.EventHandler( this.centerViewItem_Click );
            // 
            // optionsItem
            // 
            this.optionsItem.Index = 2;
            this.optionsItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.openInNewOptionsItem,
            this.rememberOptionsItem} );
            this.optionsItem.MergeOrder = 2;
            this.optionsItem.Text = "&Options";
            this.optionsItem.Popup += new System.EventHandler( this.optionsItem_Popup );
            // 
            // openInNewOptionsItem
            // 
            this.openInNewOptionsItem.Index = 0;
            this.openInNewOptionsItem.Text = "Open in &new document on change";
            this.openInNewOptionsItem.Click += new System.EventHandler( this.openInNewOptionsItem_Click );
            // 
            // rememberOptionsItem
            // 
            this.rememberOptionsItem.Index = 1;
            this.rememberOptionsItem.Text = "&Remember on change";
            this.rememberOptionsItem.Click += new System.EventHandler( this.rememberOptionsItem_Click );
            // 
            // windowItem
            // 
            this.windowItem.Index = 3;
            this.windowItem.MdiList = true;
            this.windowItem.MergeOrder = 3;
            this.windowItem.Text = "&Window";
            // 
            // helpItem
            // 
            this.helpItem.Index = 4;
            this.helpItem.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] {
            this.aboutHelpItem} );
            this.helpItem.MergeOrder = 4;
            this.helpItem.Text = "&Help";
            // 
            // aboutHelpItem
            // 
            this.aboutHelpItem.Index = 0;
            this.aboutHelpItem.Text = "&About";
            this.aboutHelpItem.Click += new System.EventHandler( this.aboutHelpItem_Click );
            // 
            // statusBar
            // 
            this.statusBar.Location = new System.Drawing.Point( 0, 511 );
            this.statusBar.Name = "statusBar";
            this.statusBar.Panels.AddRange( new System.Windows.Forms.StatusBarPanel[] {
            this.zoomPanel,
            this.sizePanel,
            this.selectionPanel,
            this.colorPanel,
            this.hslPanel,
            this.ycbcrPanel,
            this.infoPanel} );
            this.statusBar.ShowPanels = true;
            this.statusBar.Size = new System.Drawing.Size( 792, 22 );
            this.statusBar.TabIndex = 1;
            // 
            // zoomPanel
            // 
            this.zoomPanel.Name = "zoomPanel";
            this.zoomPanel.ToolTipText = "Zoom coefficient";
            this.zoomPanel.Width = 50;
            // 
            // sizePanel
            // 
            this.sizePanel.Name = "sizePanel";
            this.sizePanel.ToolTipText = "Image size";
            // 
            // selectionPanel
            // 
            this.selectionPanel.Name = "selectionPanel";
            this.selectionPanel.ToolTipText = "Current point and selection size";
            this.selectionPanel.Width = 120;
            // 
            // colorPanel
            // 
            this.colorPanel.Name = "colorPanel";
            this.colorPanel.ToolTipText = "Current color";
            this.colorPanel.Width = 110;
            // 
            // hslPanel
            // 
            this.hslPanel.Name = "hslPanel";
            this.hslPanel.Width = 130;
            // 
            // ycbcrPanel
            // 
            this.ycbcrPanel.Name = "ycbcrPanel";
            this.ycbcrPanel.Width = 145;
            // 
            // infoPanel
            // 
            this.infoPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.infoPanel.Name = "infoPanel";
            this.infoPanel.Width = 120;
            // 
            // panel1
            // 
            this.panel1.Controls.Add( this.dockManager );
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point( 0, 0 );
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size( 792, 511 );
            this.panel1.TabIndex = 2;
            // 
            // dockManager
            // 
            this.dockManager.ActiveAutoHideContent = null;
            this.dockManager.Controls.Add( this.mainToolBar );
            this.dockManager.Controls.Add( this.imageToolBar );
            this.dockManager.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dockManager.Location = new System.Drawing.Point( 0, 0 );
            this.dockManager.Name = "dockManager";
            this.dockManager.Size = new System.Drawing.Size( 792, 511 );
            this.dockManager.TabIndex = 2;
            this.dockManager.ActiveDocumentChanged += new System.EventHandler( this.dockManager_ActiveDocumentChanged );
            // 
            // mainToolBar
            // 
            this.mainToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.mainToolBar.Buttons.AddRange( new System.Windows.Forms.ToolBarButton[] {
            this.openButton,
            this.saveButton,
            this.sep1,
            this.copyButton,
            this.pasteButton,
            this.toolBarButton9,
            this.histogramButton,
            this.toolBarButton4,
            this.aboutButton} );
            this.mainToolBar.Divider = false;
            this.mainToolBar.Dock = System.Windows.Forms.DockStyle.None;
            this.mainToolBar.DropDownArrows = true;
            this.mainToolBar.ImageList = this.imageList;
            this.mainToolBar.Location = new System.Drawing.Point( 256, 32 );
            this.mainToolBar.Name = "mainToolBar";
            this.mainToolBar.ShowToolTips = true;
            this.mainToolBar.Size = new System.Drawing.Size( 24, 202 );
            this.mainToolBar.TabIndex = 2;
            this.mainToolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler( this.mainToolBar_ButtonClick );
            // 
            // openButton
            // 
            this.openButton.ImageIndex = 0;
            this.openButton.Name = "openButton";
            this.openButton.ToolTipText = "Open an image ";
            // 
            // saveButton
            // 
            this.saveButton.ImageIndex = 1;
            this.saveButton.Name = "saveButton";
            this.saveButton.ToolTipText = "Save";
            // 
            // sep1
            // 
            this.sep1.Name = "sep1";
            this.sep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // copyButton
            // 
            this.copyButton.ImageIndex = 2;
            this.copyButton.Name = "copyButton";
            this.copyButton.ToolTipText = "Copy to clipboard";
            // 
            // pasteButton
            // 
            this.pasteButton.ImageIndex = 3;
            this.pasteButton.Name = "pasteButton";
            this.pasteButton.ToolTipText = "Paste from clipboard";
            // 
            // toolBarButton9
            // 
            this.toolBarButton9.Name = "toolBarButton9";
            this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // histogramButton
            // 
            this.histogramButton.ImageIndex = 4;
            this.histogramButton.Name = "histogramButton";
            this.histogramButton.ToolTipText = "Show histogram";
            // 
            // toolBarButton4
            // 
            this.toolBarButton4.Name = "toolBarButton4";
            this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // aboutButton
            // 
            this.aboutButton.ImageIndex = 5;
            this.aboutButton.Name = "aboutButton";
            this.aboutButton.ToolTipText = "About";
            // 
            // imageList
            // 
            this.imageList.ImageStream = ( (System.Windows.Forms.ImageListStreamer) ( resources.GetObject( "imageList.ImageStream" ) ) );
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName( 0, "" );
            this.imageList.Images.SetKeyName( 1, "" );
            this.imageList.Images.SetKeyName( 2, "" );
            this.imageList.Images.SetKeyName( 3, "" );
            this.imageList.Images.SetKeyName( 4, "" );
            this.imageList.Images.SetKeyName( 5, "" );
            // 
            // imageToolBar
            // 
            this.imageToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.imageToolBar.Buttons.AddRange( new System.Windows.Forms.ToolBarButton[] {
            this.cloneButton,
            this.toolBarButton1,
            this.cropButton,
            this.toolBarButton2,
            this.zoomInButton,
            this.zoomOutButton,
            this.toolBarButton3,
            this.fitToScreenButton,
            this.toolBarButton5,
            this.resizeButton,
            this.rotateButton,
            this.toolBarButton7,
            this.levelsButton,
            this.grayscaleButton,
            this.thresholdButton,
            this.toolBarButton6,
            this.morphologyButton,
            this.convolutionButton,
            this.toolBarButton8,
            this.saturationButton,
            this.fourierButton} );
            this.imageToolBar.Divider = false;
            this.imageToolBar.Dock = System.Windows.Forms.DockStyle.None;
            this.imageToolBar.DropDownArrows = true;
            this.imageToolBar.ImageList = this.imageList2;
            this.imageToolBar.Location = new System.Drawing.Point( 144, 312 );
            this.imageToolBar.Name = "imageToolBar";
            this.imageToolBar.ShowToolTips = true;
            this.imageToolBar.Size = new System.Drawing.Size( 472, 26 );
            this.imageToolBar.TabIndex = 3;
            this.imageToolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler( this.imageToolBar_ButtonClick );
            // 
            // cloneButton
            // 
            this.cloneButton.ImageIndex = 0;
            this.cloneButton.Name = "cloneButton";
            this.cloneButton.ToolTipText = "Clone the image";
            // 
            // toolBarButton1
            // 
            this.toolBarButton1.Name = "toolBarButton1";
            this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // cropButton
            // 
            this.cropButton.ImageIndex = 1;
            this.cropButton.Name = "cropButton";
            this.cropButton.ToolTipText = "Crop image";
            // 
            // toolBarButton2
            // 
            this.toolBarButton2.Name = "toolBarButton2";
            this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // zoomInButton
            // 
            this.zoomInButton.ImageIndex = 2;
            this.zoomInButton.Name = "zoomInButton";
            this.zoomInButton.ToolTipText = "Zoom In";
            // 
            // zoomOutButton
            // 
            this.zoomOutButton.ImageIndex = 3;
            this.zoomOutButton.Name = "zoomOutButton";
            this.zoomOutButton.ToolTipText = "Zoom out";
            // 
            // toolBarButton3
            // 
            this.toolBarButton3.ImageIndex = 4;
            this.toolBarButton3.Name = "toolBarButton3";
            this.toolBarButton3.ToolTipText = "Original size";
            // 
            // fitToScreenButton
            // 
            this.fitToScreenButton.ImageIndex = 5;
            this.fitToScreenButton.Name = "fitToScreenButton";
            this.fitToScreenButton.ToolTipText = "Fit to window size";
            // 
            // toolBarButton5
            // 
            this.toolBarButton5.Name = "toolBarButton5";
            this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // resizeButton
            // 
            this.resizeButton.ImageIndex = 11;
            this.resizeButton.Name = "resizeButton";
            this.resizeButton.ToolTipText = "Resize the image";
            // 
            // rotateButton
            // 
            this.rotateButton.ImageIndex = 12;
            this.rotateButton.Name = "rotateButton";
            this.rotateButton.ToolTipText = "Rotate the image";
            // 
            // toolBarButton7
            // 
            this.toolBarButton7.Name = "toolBarButton7";
            this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // levelsButton
            // 
            this.levelsButton.ImageIndex = 6;
            this.levelsButton.Name = "levelsButton";
            this.levelsButton.ToolTipText = "Levels correction";
            // 
            // grayscaleButton
            // 
            this.grayscaleButton.ImageIndex = 7;
            this.grayscaleButton.Name = "grayscaleButton";
            this.grayscaleButton.ToolTipText = "Grayscale";
            // 
            // thresholdButton
            // 
            this.thresholdButton.ImageIndex = 8;
            this.thresholdButton.Name = "thresholdButton";
            this.thresholdButton.ToolTipText = "Threshold";
            // 
            // toolBarButton6
            // 
            this.toolBarButton6.Name = "toolBarButton6";
            this.toolBarButton6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // morphologyButton
            // 
            this.morphologyButton.ImageIndex = 9;
            this.morphologyButton.Name = "morphologyButton";
            this.morphologyButton.ToolTipText = "Custom morphology operator";
            // 
            // convolutionButton
            // 
            this.convolutionButton.ImageIndex = 10;
            this.convolutionButton.Name = "convolutionButton";
            this.convolutionButton.ToolTipText = "Custom convolution operator";
            // 
            // toolBarButton8
            // 
            this.toolBarButton8.Name = "toolBarButton8";
            this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // saturationButton
            // 
            this.saturationButton.ImageIndex = 13;
            this.saturationButton.Name = "saturationButton";
            this.saturationButton.ToolTipText = "Saturation (HSL)";
            // 
            // fourierButton
            // 
            this.fourierButton.ImageIndex = 14;
            this.fourierButton.Name = "fourierButton";
            this.fourierButton.ToolTipText = "Fourier Transformation";
            // 
            // imageList2
            // 
            this.imageList2.ImageStream = ( (System.Windows.Forms.ImageListStreamer) ( resources.GetObject( "imageList2.ImageStream" ) ) );
            this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList2.Images.SetKeyName( 0, "" );
            this.imageList2.Images.SetKeyName( 1, "" );
            this.imageList2.Images.SetKeyName( 2, "" );
            this.imageList2.Images.SetKeyName( 3, "" );
            this.imageList2.Images.SetKeyName( 4, "" );
            this.imageList2.Images.SetKeyName( 5, "" );
            this.imageList2.Images.SetKeyName( 6, "" );
            this.imageList2.Images.SetKeyName( 7, "" );
            this.imageList2.Images.SetKeyName( 8, "" );
            this.imageList2.Images.SetKeyName( 9, "" );
            this.imageList2.Images.SetKeyName( 10, "" );
            this.imageList2.Images.SetKeyName( 11, "" );
            this.imageList2.Images.SetKeyName( 12, "" );
            this.imageList2.Images.SetKeyName( 13, "" );
            this.imageList2.Images.SetKeyName( 14, "" );
            // 
            // ofd
            // 
            this.ofd.Filter = "Image files (*.jpg,*.png,*.tif,*.bmp,*.gif)|*.jpg;*.png;*.tif;*.bmp;*.gif|JPG fil" +
                "es (*.jpg)|*.jpg|PNG files (*.png)|*.png|TIF files (*.tif)|*.tif|BMP files (*.bm" +
                "p)|*.bmp|GIF files (*.gif)|*.gif";
            this.ofd.Title = "Open image";
            // 
            // sfd
            // 
            this.sfd.Filter = "PNG files (*.png)|*.png|JPG files (*.jpg)|*.jpg|BMP files (*.bmp)|*.bmp";
            this.sfd.Title = "Save image";
            // 
            // printDocument
            // 
            this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler( this.printDocument_PrintPage );
            // 
            // printPreviewDialog
            // 
            this.printPreviewDialog.AutoScrollMargin = new System.Drawing.Size( 0, 0 );
            this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size( 0, 0 );
            this.printPreviewDialog.ClientSize = new System.Drawing.Size( 400, 300 );
            this.printPreviewDialog.Enabled = true;
            this.printPreviewDialog.Icon = ( (System.Drawing.Icon) ( resources.GetObject( "printPreviewDialog.Icon" ) ) );
            this.printPreviewDialog.Name = "printPreviewDialog";
            this.printPreviewDialog.Visible = false;
            // 
            // MainForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 );
            this.ClientSize = new System.Drawing.Size( 792, 533 );
            this.Controls.Add( this.panel1 );
            this.Controls.Add( this.statusBar );
            this.Icon = ( (System.Drawing.Icon) ( resources.GetObject( "$this.Icon" ) ) );
            this.IsMdiContainer = true;
            this.Menu = this.mainMenu;
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Image Processing Lab";
            this.Load += new System.EventHandler( this.MainForm_Load );
            this.Closing += new System.ComponentModel.CancelEventHandler( this.MainForm_Closing );
            ( (System.ComponentModel.ISupportInitialize) ( this.zoomPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.sizePanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.selectionPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.colorPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.hslPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.ycbcrPanel ) ).EndInit( );
            ( (System.ComponentModel.ISupportInitialize) ( this.infoPanel ) ).EndInit( );
            this.panel1.ResumeLayout( false );
            this.dockManager.ResumeLayout( false );
            this.dockManager.PerformLayout( );
            this.ResumeLayout( false );

        }
Example #16
0
 public void ResetIndex(System.Windows.Forms.ToolBar o)
 {
 }
Example #17
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBar));
            this.uPSSFuKEDk = new System.Windows.Forms.ToolBar();
            this.kbZSI7yHWF = new System.Windows.Forms.ToolBarButton();
            this.SHBSzi5RWV = new System.Windows.Forms.ToolBarButton();
            this.GHZSaNnkGg = new System.Windows.Forms.ToolBarButton();
            this.sav0tem4ql = new System.Windows.Forms.ToolBarButton();
            this.rTk0wOhRro = new System.Windows.Forms.ToolBarButton();
            this.tM9SpQ48d1 = new System.Windows.Forms.ToolBarButton();
            this.L4H0cGUhOc = new System.Windows.Forms.ToolBarButton();
            this.gnW0JYdeuq = new System.Windows.Forms.ToolBarButton();
            this.d90SW54h6P = new System.Windows.Forms.ToolBarButton();
            this.Jxd0K4UyYR = new System.Windows.Forms.ToolBarButton();
            this.SYG0iI8HBl = new System.Windows.Forms.ToolBarButton();
            this.HOr0XJ5GIq = new System.Windows.Forms.ToolBarButton();
            this.Bla0rORiyV = new System.Windows.Forms.ToolBarButton();
            this.W840yr4JgF = new System.Windows.Forms.ToolBarButton();
            this.tk80SKptT6 = new System.Windows.Forms.ToolBarButton();
            this.SDT00J8DRD = new System.Windows.Forms.ToolBarButton();
            this.GW90DgPn0G = new System.Windows.Forms.ToolBarButton();
            this.N8BSouAZN1 = new System.Windows.Forms.ImageList(this.components);
            this.sf4SjX1ToR = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // uPSSFuKEDk
            // 
            this.uPSSFuKEDk.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.uPSSFuKEDk.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.kbZSI7yHWF,
            this.SHBSzi5RWV,
            this.GHZSaNnkGg,
            this.sav0tem4ql,
            this.rTk0wOhRro,
            this.tM9SpQ48d1,
            this.L4H0cGUhOc,
            this.gnW0JYdeuq,
            this.d90SW54h6P,
            this.Jxd0K4UyYR,
            this.SYG0iI8HBl,
            this.HOr0XJ5GIq,
            this.Bla0rORiyV,
            this.W840yr4JgF,
            this.tk80SKptT6,
            this.SDT00J8DRD,
            this.GW90DgPn0G});
            this.uPSSFuKEDk.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uPSSFuKEDk.DropDownArrows = true;
            this.uPSSFuKEDk.ImageList = this.N8BSouAZN1;
            this.uPSSFuKEDk.Location = new System.Drawing.Point(0, 0);
            this.uPSSFuKEDk.Name = "uPSSFuKEDk";
            this.uPSSFuKEDk.ShowToolTips = true;
            this.uPSSFuKEDk.Size = new System.Drawing.Size(408, 28);
            this.uPSSFuKEDk.TabIndex = 0;
            this.uPSSFuKEDk.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.AiQSsBlXRC);
            // 
            // kbZSI7yHWF
            // 
            this.kbZSI7yHWF.ImageIndex = 7;
            this.kbZSI7yHWF.Name = "kbZSI7yHWF";
            this.kbZSI7yHWF.ToolTipText = "dfdfs";
            // 
            // SHBSzi5RWV
            // 
            this.SHBSzi5RWV.ImageIndex = 8;
            this.SHBSzi5RWV.Name = "SHBSzi5RWV";
            this.SHBSzi5RWV.ToolTipText = "dfdfs";
            // 
            // GHZSaNnkGg
            // 
            this.GHZSaNnkGg.Name = "GHZSaNnkGg";
            this.GHZSaNnkGg.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // sav0tem4ql
            // 
            this.sav0tem4ql.ImageIndex = 5;
            this.sav0tem4ql.Name = "sav0tem4ql";
            this.sav0tem4ql.ToolTipText = "dfdfs";
            // 
            // rTk0wOhRro
            // 
            this.rTk0wOhRro.ImageIndex = 6;
            this.rTk0wOhRro.Name = "rTk0wOhRro";
            this.rTk0wOhRro.ToolTipText = "dfdfs";
            // 
            // tM9SpQ48d1
            // 
            this.tM9SpQ48d1.Name = "tM9SpQ48d1";
            this.tM9SpQ48d1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // L4H0cGUhOc
            // 
            this.L4H0cGUhOc.ImageIndex = 9;
            this.L4H0cGUhOc.Name = "L4H0cGUhOc";
            this.L4H0cGUhOc.ToolTipText = "dfdfs";
            // 
            // gnW0JYdeuq
            // 
            this.gnW0JYdeuq.ImageIndex = 10;
            this.gnW0JYdeuq.Name = "gnW0JYdeuq";
            this.gnW0JYdeuq.ToolTipText = "dfdfs";
            // 
            // d90SW54h6P
            // 
            this.d90SW54h6P.Name = "d90SW54h6P";
            this.d90SW54h6P.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // Jxd0K4UyYR
            // 
            this.Jxd0K4UyYR.ImageIndex = 17;
            this.Jxd0K4UyYR.Name = "Jxd0K4UyYR";
            this.Jxd0K4UyYR.ToolTipText = "dfdfs";
            this.Jxd0K4UyYR.Visible = false;
            // 
            // SYG0iI8HBl
            // 
            this.SYG0iI8HBl.ImageIndex = 19;
            this.SYG0iI8HBl.Name = "SYG0iI8HBl";
            this.SYG0iI8HBl.ToolTipText = "dfdfs";
            // 
            // HOr0XJ5GIq
            // 
            this.HOr0XJ5GIq.ImageIndex = 18;
            this.HOr0XJ5GIq.Name = "HOr0XJ5GIq";
            this.HOr0XJ5GIq.ToolTipText = "dfdfs";
            // 
            // Bla0rORiyV
            // 
            this.Bla0rORiyV.Name = "Bla0rORiyV";
            this.Bla0rORiyV.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            // 
            // W840yr4JgF
            // 
            this.W840yr4JgF.ImageIndex = 11;
            this.W840yr4JgF.Name = "W840yr4JgF";
            this.W840yr4JgF.ToolTipText = "dfdfs";
            // 
            // tk80SKptT6
            // 
            this.tk80SKptT6.ImageIndex = 12;
            this.tk80SKptT6.Name = "tk80SKptT6";
            this.tk80SKptT6.ToolTipText = "dfdfs";
            // 
            // SDT00J8DRD
            // 
            this.SDT00J8DRD.ImageIndex = 13;
            this.SDT00J8DRD.Name = "SDT00J8DRD";
            this.SDT00J8DRD.ToolTipText = "dfdfs";
            // 
            // GW90DgPn0G
            // 
            this.GW90DgPn0G.ImageIndex = 20;
            this.GW90DgPn0G.Name = "GW90DgPn0G";
            this.GW90DgPn0G.ToolTipText = "dfdfs";
            // 
            // N8BSouAZN1
            // 
            this.N8BSouAZN1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("N8BSouAZN1.ImageStream")));
            this.N8BSouAZN1.TransparentColor = System.Drawing.Color.Transparent;
            this.N8BSouAZN1.Images.SetKeyName(0, "menuData_Import_Instruments.Image.png");
            // 
            // sf4SjX1ToR
            // 
            this.sf4SjX1ToR.Popup += new System.Windows.Forms.PopupEventHandler(this.sf4SjX1ToR_Popup);
            // 
            // ToolBar
            // 
            this.Controls.Add(this.uPSSFuKEDk);
            this.Name = "ToolBar";
            this.Size = new System.Drawing.Size(408, 32);
            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(DailyIncome));
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.toolBar1 = new System.Windows.Forms.ToolBar();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.itemsListIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.billIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.itemIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.itemNumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.marketdbDataSet = new DBProject.marketdbDataSet();
     this.panel2 = new System.Windows.Forms.Panel();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.button2 = new System.Windows.Forms.Button();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.itemsListTableAdapter = new DBProject.marketdbDataSetTableAdapters.itemsListTableAdapter();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.billIDDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sumPriceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.timeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.billsTableAdapter = new DBProject.marketdbDataSetTableAdapters.billsTableAdapter();
     this.bindingSource3 = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridView3 = new System.Windows.Forms.DataGridView();
     this.itemIDDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.itemNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.itemPriceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.itemQuanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.repertoryDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.itemTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.itemsTableAdapter = new DBProject.marketdbDataSetTableAdapters.itemsTableAdapter();
     this.label7 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.marketdbDataSet)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).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, "首记录.bmp");
     this.imageList1.Images.SetKeyName(1, "上记录.bmp");
     this.imageList1.Images.SetKeyName(2, "下记录.bmp");
     this.imageList1.Images.SetKeyName(3, "尾记录.bmp");
     this.imageList1.Images.SetKeyName(4, "退出.bmp");
     //
     // toolBar1
     //
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.toolBarButton1,
     this.toolBarButton2,
     this.toolBarButton3,
     this.toolBarButton4,
     this.toolBarButton5});
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList = this.imageList1;
     this.toolBar1.Location = new System.Drawing.Point(0, 0);
     this.toolBar1.Name = "toolBar1";
     this.toolBar1.ShowToolTips = true;
     this.toolBar1.Size = new System.Drawing.Size(704, 41);
     this.toolBar1.TabIndex = 0;
     this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 0;
     this.toolBarButton1.Name = "toolBarButton1";
     this.toolBarButton1.Text = "首记录";
     this.toolBarButton1.ToolTipText = "首记录";
     //
     // toolBarButton2
     //
     this.toolBarButton2.ImageIndex = 1;
     this.toolBarButton2.Name = "toolBarButton2";
     this.toolBarButton2.Text = "上一记录";
     this.toolBarButton2.ToolTipText = "上一记录";
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 2;
     this.toolBarButton3.Name = "toolBarButton3";
     this.toolBarButton3.Text = "下一记录";
     this.toolBarButton3.ToolTipText = "下一记录";
     //
     // toolBarButton4
     //
     this.toolBarButton4.ImageIndex = 3;
     this.toolBarButton4.Name = "toolBarButton4";
     this.toolBarButton4.Text = "尾记录";
     this.toolBarButton4.ToolTipText = "尾记录";
     //
     // toolBarButton5
     //
     this.toolBarButton5.ImageIndex = 4;
     this.toolBarButton5.Name = "toolBarButton5";
     this.toolBarButton5.Text = "退出";
     this.toolBarButton5.ToolTipText = "退出";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Location = new System.Drawing.Point(12, 47);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(676, 38);
     this.panel1.TabIndex = 1;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(561, 5);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(100, 21);
     this.textBox3.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(502, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 5;
     this.label3.Text = "商品编号";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(383, 5);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 21);
     this.textBox2.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(324, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 3;
     this.label2.Text = "账单编号";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(202, 5);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(107, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(89, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "商品销售表编号";
     //
     // button1
     //
     this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location = new System.Drawing.Point(16, 3);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(77, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "搜索";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AutoGenerateColumns = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.itemsListIDDataGridViewTextBoxColumn,
     this.billIDDataGridViewTextBoxColumn,
     this.itemIDDataGridViewTextBoxColumn,
     this.itemNumDataGridViewTextBoxColumn});
     this.dataGridView1.DataSource = this.bindingSource1;
     this.dataGridView1.Location = new System.Drawing.Point(12, 103);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(676, 120);
     this.dataGridView1.TabIndex = 2;
     this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // itemsListIDDataGridViewTextBoxColumn
     //
     this.itemsListIDDataGridViewTextBoxColumn.DataPropertyName = "itemsListID";
     this.itemsListIDDataGridViewTextBoxColumn.HeaderText = "itemsListID";
     this.itemsListIDDataGridViewTextBoxColumn.Name = "itemsListIDDataGridViewTextBoxColumn";
     this.itemsListIDDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // billIDDataGridViewTextBoxColumn
     //
     this.billIDDataGridViewTextBoxColumn.DataPropertyName = "billID";
     this.billIDDataGridViewTextBoxColumn.HeaderText = "billID";
     this.billIDDataGridViewTextBoxColumn.Name = "billIDDataGridViewTextBoxColumn";
     this.billIDDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // itemIDDataGridViewTextBoxColumn
     //
     this.itemIDDataGridViewTextBoxColumn.DataPropertyName = "itemID";
     this.itemIDDataGridViewTextBoxColumn.HeaderText = "itemID";
     this.itemIDDataGridViewTextBoxColumn.Name = "itemIDDataGridViewTextBoxColumn";
     this.itemIDDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // itemNumDataGridViewTextBoxColumn
     //
     this.itemNumDataGridViewTextBoxColumn.DataPropertyName = "itemNum";
     this.itemNumDataGridViewTextBoxColumn.HeaderText = "itemNum";
     this.itemNumDataGridViewTextBoxColumn.Name = "itemNumDataGridViewTextBoxColumn";
     this.itemNumDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // bindingSource1
     //
     this.bindingSource1.DataMember = "itemsList";
     this.bindingSource1.DataSource = this.marketdbDataSet;
     //
     // marketdbDataSet
     //
     this.marketdbDataSet.DataSetName = "marketdbDataSet";
     this.marketdbDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.dateTimePicker1);
     this.panel2.Controls.Add(this.button2);
     this.panel2.Controls.Add(this.textBox4);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Location = new System.Drawing.Point(12, 505);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(670, 44);
     this.panel2.TabIndex = 3;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location = new System.Drawing.Point(313, 15);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
     this.dateTimePicker1.TabIndex = 3;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(561, 13);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text = "日收入查询";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(128, 15);
     this.textBox4.Name = "textBox4";
     this.textBox4.ReadOnly = true;
     this.textBox4.Size = new System.Drawing.Size(148, 21);
     this.textBox4.TabIndex = 1;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(28, 18);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 0;
     this.label4.Text = "日销售总额";
     //
     // itemsListTableAdapter
     //
     this.itemsListTableAdapter.ClearBeforeFill = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 88);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 4;
     this.label5.Text = "商品销售表";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 226);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 5;
     this.label6.Text = "账单信息表";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows = false;
     this.dataGridView2.AllowUserToDeleteRows = false;
     this.dataGridView2.AutoGenerateColumns = false;
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.billIDDataGridViewTextBoxColumn1,
     this.sumPriceDataGridViewTextBoxColumn,
     this.timeDataGridViewTextBoxColumn});
     this.dataGridView2.DataSource = this.bindingSource2;
     this.dataGridView2.Location = new System.Drawing.Point(12, 241);
     this.dataGridView2.Name = "dataGridView2";
     this.dataGridView2.ReadOnly = true;
     this.dataGridView2.RowTemplate.Height = 23;
     this.dataGridView2.Size = new System.Drawing.Size(676, 120);
     this.dataGridView2.TabIndex = 6;
     //
     // billIDDataGridViewTextBoxColumn1
     //
     this.billIDDataGridViewTextBoxColumn1.DataPropertyName = "billID";
     this.billIDDataGridViewTextBoxColumn1.HeaderText = "billID";
     this.billIDDataGridViewTextBoxColumn1.Name = "billIDDataGridViewTextBoxColumn1";
     this.billIDDataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // sumPriceDataGridViewTextBoxColumn
     //
     this.sumPriceDataGridViewTextBoxColumn.DataPropertyName = "sumPrice";
     this.sumPriceDataGridViewTextBoxColumn.HeaderText = "sumPrice";
     this.sumPriceDataGridViewTextBoxColumn.Name = "sumPriceDataGridViewTextBoxColumn";
     this.sumPriceDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // timeDataGridViewTextBoxColumn
     //
     this.timeDataGridViewTextBoxColumn.DataPropertyName = "time";
     this.timeDataGridViewTextBoxColumn.HeaderText = "time";
     this.timeDataGridViewTextBoxColumn.Name = "timeDataGridViewTextBoxColumn";
     this.timeDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // bindingSource2
     //
     this.bindingSource2.DataMember = "bills";
     this.bindingSource2.DataSource = this.marketdbDataSet;
     //
     // billsTableAdapter
     //
     this.billsTableAdapter.ClearBeforeFill = true;
     //
     // bindingSource3
     //
     this.bindingSource3.DataMember = "items";
     this.bindingSource3.DataSource = this.marketdbDataSet;
     //
     // dataGridView3
     //
     this.dataGridView3.AllowUserToAddRows = false;
     this.dataGridView3.AllowUserToDeleteRows = false;
     this.dataGridView3.AutoGenerateColumns = false;
     this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.itemIDDataGridViewTextBoxColumn1,
     this.itemNameDataGridViewTextBoxColumn,
     this.itemPriceDataGridViewTextBoxColumn,
     this.itemQuanDataGridViewTextBoxColumn,
     this.repertoryDataGridViewTextBoxColumn,
     this.itemTypeDataGridViewTextBoxColumn});
     this.dataGridView3.DataSource = this.bindingSource3;
     this.dataGridView3.Location = new System.Drawing.Point(12, 379);
     this.dataGridView3.Name = "dataGridView3";
     this.dataGridView3.ReadOnly = true;
     this.dataGridView3.RowTemplate.Height = 23;
     this.dataGridView3.Size = new System.Drawing.Size(676, 120);
     this.dataGridView3.TabIndex = 7;
     //
     // itemIDDataGridViewTextBoxColumn1
     //
     this.itemIDDataGridViewTextBoxColumn1.DataPropertyName = "itemID";
     this.itemIDDataGridViewTextBoxColumn1.HeaderText = "itemID";
     this.itemIDDataGridViewTextBoxColumn1.Name = "itemIDDataGridViewTextBoxColumn1";
     this.itemIDDataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // itemNameDataGridViewTextBoxColumn
     //
     this.itemNameDataGridViewTextBoxColumn.DataPropertyName = "itemName";
     this.itemNameDataGridViewTextBoxColumn.HeaderText = "itemName";
     this.itemNameDataGridViewTextBoxColumn.Name = "itemNameDataGridViewTextBoxColumn";
     this.itemNameDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // itemPriceDataGridViewTextBoxColumn
     //
     this.itemPriceDataGridViewTextBoxColumn.DataPropertyName = "itemPrice";
     this.itemPriceDataGridViewTextBoxColumn.HeaderText = "itemPrice";
     this.itemPriceDataGridViewTextBoxColumn.Name = "itemPriceDataGridViewTextBoxColumn";
     this.itemPriceDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // itemQuanDataGridViewTextBoxColumn
     //
     this.itemQuanDataGridViewTextBoxColumn.DataPropertyName = "itemQuan";
     this.itemQuanDataGridViewTextBoxColumn.HeaderText = "itemQuan";
     this.itemQuanDataGridViewTextBoxColumn.Name = "itemQuanDataGridViewTextBoxColumn";
     this.itemQuanDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // repertoryDataGridViewTextBoxColumn
     //
     this.repertoryDataGridViewTextBoxColumn.DataPropertyName = "repertory";
     this.repertoryDataGridViewTextBoxColumn.HeaderText = "repertory";
     this.repertoryDataGridViewTextBoxColumn.Name = "repertoryDataGridViewTextBoxColumn";
     this.repertoryDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // itemTypeDataGridViewTextBoxColumn
     //
     this.itemTypeDataGridViewTextBoxColumn.DataPropertyName = "itemType";
     this.itemTypeDataGridViewTextBoxColumn.HeaderText = "itemType";
     this.itemTypeDataGridViewTextBoxColumn.Name = "itemTypeDataGridViewTextBoxColumn";
     this.itemTypeDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // itemsTableAdapter
     //
     this.itemsTableAdapter.ClearBeforeFill = true;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(12, 364);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(65, 12);
     this.label7.TabIndex = 8;
     this.label7.Text = "商品信息表";
     //
     // DailyIncome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(704, 552);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.dataGridView3);
     this.Controls.Add(this.dataGridView2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolBar1);
     this.Name = "DailyIncome";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "【日收入明细】";
     this.Load += new System.EventHandler(this.DailyIncome_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.marketdbDataSet)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #19
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(MainForm));
     this.mainMenu               = new System.Windows.Forms.MainMenu(this.components);
     this.fileItem               = new System.Windows.Forms.MenuItem( );
     this.OpenItem               = new System.Windows.Forms.MenuItem( );
     this.reloadFileItem         = new System.Windows.Forms.MenuItem( );
     this.saveFileItem           = new System.Windows.Forms.MenuItem( );
     this.menuItem1              = new System.Windows.Forms.MenuItem( );
     this.copyFileItem           = new System.Windows.Forms.MenuItem( );
     this.pasteFileItem          = new System.Windows.Forms.MenuItem( );
     this.menuItem5              = new System.Windows.Forms.MenuItem( );
     this.closeFileItem          = new System.Windows.Forms.MenuItem( );
     this.closeAllFileItem       = new System.Windows.Forms.MenuItem( );
     this.menuItem8              = new System.Windows.Forms.MenuItem( );
     this.pageSetupFileItem      = new System.Windows.Forms.MenuItem( );
     this.printFileItem          = new System.Windows.Forms.MenuItem( );
     this.printPreviewFileItem   = new System.Windows.Forms.MenuItem( );
     this.menuItem2              = new System.Windows.Forms.MenuItem( );
     this.exitFileItem           = new System.Windows.Forms.MenuItem( );
     this.viewItem               = new System.Windows.Forms.MenuItem( );
     this.mainBarViewItem        = new System.Windows.Forms.MenuItem( );
     this.imageBarViewItem       = new System.Windows.Forms.MenuItem( );
     this.menuItem7              = new System.Windows.Forms.MenuItem( );
     this.histogramViewItem      = new System.Windows.Forms.MenuItem( );
     this.statisticsViewItem     = new System.Windows.Forms.MenuItem( );
     this.redHistogramViewItem   = new System.Windows.Forms.MenuItem( );
     this.greenHistogramViewItem = new System.Windows.Forms.MenuItem( );
     this.blueHistogramViewItem  = new System.Windows.Forms.MenuItem( );
     this.menuItem3              = new System.Windows.Forms.MenuItem( );
     this.centerViewItem         = new System.Windows.Forms.MenuItem( );
     this.optionsItem            = new System.Windows.Forms.MenuItem( );
     this.openInNewOptionsItem   = new System.Windows.Forms.MenuItem( );
     this.rememberOptionsItem    = new System.Windows.Forms.MenuItem( );
     this.windowItem             = new System.Windows.Forms.MenuItem( );
     this.helpItem               = new System.Windows.Forms.MenuItem( );
     this.aboutHelpItem          = new System.Windows.Forms.MenuItem( );
     this.statusBar              = new System.Windows.Forms.StatusBar( );
     this.zoomPanel              = new System.Windows.Forms.StatusBarPanel( );
     this.sizePanel              = new System.Windows.Forms.StatusBarPanel( );
     this.selectionPanel         = new System.Windows.Forms.StatusBarPanel( );
     this.colorPanel             = new System.Windows.Forms.StatusBarPanel( );
     this.hslPanel               = new System.Windows.Forms.StatusBarPanel( );
     this.ycbcrPanel             = new System.Windows.Forms.StatusBarPanel( );
     this.infoPanel              = new System.Windows.Forms.StatusBarPanel( );
     this.panel1            = new System.Windows.Forms.Panel( );
     this.dockManager       = new WeifenLuo.WinFormsUI.DockManager( );
     this.mainToolBar       = new System.Windows.Forms.ToolBar( );
     this.openButton        = new System.Windows.Forms.ToolBarButton( );
     this.saveButton        = new System.Windows.Forms.ToolBarButton( );
     this.sep1              = new System.Windows.Forms.ToolBarButton( );
     this.copyButton        = new System.Windows.Forms.ToolBarButton( );
     this.pasteButton       = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton9    = new System.Windows.Forms.ToolBarButton( );
     this.histogramButton   = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton4    = new System.Windows.Forms.ToolBarButton( );
     this.aboutButton       = new System.Windows.Forms.ToolBarButton( );
     this.imageList         = new System.Windows.Forms.ImageList(this.components);
     this.imageToolBar      = new System.Windows.Forms.ToolBar( );
     this.cloneButton       = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton1    = new System.Windows.Forms.ToolBarButton( );
     this.cropButton        = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton2    = new System.Windows.Forms.ToolBarButton( );
     this.zoomInButton      = new System.Windows.Forms.ToolBarButton( );
     this.zoomOutButton     = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton3    = new System.Windows.Forms.ToolBarButton( );
     this.fitToScreenButton = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton5    = new System.Windows.Forms.ToolBarButton( );
     this.resizeButton      = new System.Windows.Forms.ToolBarButton( );
     this.rotateButton      = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton7    = new System.Windows.Forms.ToolBarButton( );
     this.levelsButton      = new System.Windows.Forms.ToolBarButton( );
     this.grayscaleButton   = new System.Windows.Forms.ToolBarButton( );
     this.thresholdButton   = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton6    = new System.Windows.Forms.ToolBarButton( );
     this.morphologyButton  = new System.Windows.Forms.ToolBarButton( );
     this.convolutionButton = new System.Windows.Forms.ToolBarButton( );
     this.toolBarButton8    = new System.Windows.Forms.ToolBarButton( );
     this.saturationButton  = new System.Windows.Forms.ToolBarButton( );
     this.fourierButton     = new System.Windows.Forms.ToolBarButton( );
     this.imageList2        = new System.Windows.Forms.ImageList(this.components);
     this.ofd                = new System.Windows.Forms.OpenFileDialog( );
     this.sfd                = new System.Windows.Forms.SaveFileDialog( );
     this.printDocument      = new System.Drawing.Printing.PrintDocument( );
     this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog( );
     this.pageSetupDialog    = new System.Windows.Forms.PageSetupDialog( );
     this.printDialog        = new System.Windows.Forms.PrintDialog( );
     ((System.ComponentModel.ISupportInitialize)(this.zoomPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.sizePanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.selectionPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.colorPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.hslPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.ycbcrPanel)).BeginInit( );
     ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).BeginInit( );
     this.panel1.SuspendLayout( );
     this.dockManager.SuspendLayout( );
     this.SuspendLayout( );
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.fileItem,
         this.viewItem,
         this.optionsItem,
         this.windowItem,
         this.helpItem
     });
     //
     // fileItem
     //
     this.fileItem.Index = 0;
     this.fileItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.OpenItem,
         this.reloadFileItem,
         this.saveFileItem,
         this.menuItem1,
         this.copyFileItem,
         this.pasteFileItem,
         this.menuItem5,
         this.closeFileItem,
         this.closeAllFileItem,
         this.menuItem8,
         this.pageSetupFileItem,
         this.printFileItem,
         this.printPreviewFileItem,
         this.menuItem2,
         this.exitFileItem
     });
     this.fileItem.Text   = "&File";
     this.fileItem.Popup += new System.EventHandler(this.fileItem_Popup);
     //
     // OpenItem
     //
     this.OpenItem.Index    = 0;
     this.OpenItem.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.OpenItem.Text     = "&Open";
     this.OpenItem.Click   += new System.EventHandler(this.OpenItem_Click);
     //
     // reloadFileItem
     //
     this.reloadFileItem.Index    = 1;
     this.reloadFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
     this.reloadFileItem.Text     = "&Reload";
     this.reloadFileItem.Click   += new System.EventHandler(this.reloadFileItem_Click);
     //
     // saveFileItem
     //
     this.saveFileItem.Index    = 2;
     this.saveFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.saveFileItem.Text     = "&Save";
     this.saveFileItem.Click   += new System.EventHandler(this.saveFileItem_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 3;
     this.menuItem1.Text  = "-";
     //
     // copyFileItem
     //
     this.copyFileItem.Index    = 4;
     this.copyFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     this.copyFileItem.Text     = "&Copy";
     this.copyFileItem.Click   += new System.EventHandler(this.copyFileItem_Click);
     //
     // pasteFileItem
     //
     this.pasteFileItem.Index    = 5;
     this.pasteFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     this.pasteFileItem.Text     = "&Paste";
     this.pasteFileItem.Click   += new System.EventHandler(this.pasteFileItem_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 6;
     this.menuItem5.Text  = "-";
     //
     // closeFileItem
     //
     this.closeFileItem.Index    = 7;
     this.closeFileItem.Shortcut = System.Windows.Forms.Shortcut.CtrlF4;
     this.closeFileItem.Text     = "C&lose";
     this.closeFileItem.Click   += new System.EventHandler(this.closeFileItem_Click);
     //
     // closeAllFileItem
     //
     this.closeAllFileItem.Index  = 8;
     this.closeAllFileItem.Text   = "Close All";
     this.closeAllFileItem.Click += new System.EventHandler(this.closeAllFileItem_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 9;
     this.menuItem8.Text  = "-";
     //
     // pageSetupFileItem
     //
     this.pageSetupFileItem.Index  = 10;
     this.pageSetupFileItem.Text   = "Page Setup";
     this.pageSetupFileItem.Click += new System.EventHandler(this.pageSetupFileItem_Click);
     //
     // printFileItem
     //
     this.printFileItem.Index  = 11;
     this.printFileItem.Text   = "&Print";
     this.printFileItem.Click += new System.EventHandler(this.printFileItem_Click);
     //
     // printPreviewFileItem
     //
     this.printPreviewFileItem.Index  = 12;
     this.printPreviewFileItem.Text   = "Print Preview";
     this.printPreviewFileItem.Click += new System.EventHandler(this.printPreviewFileItem_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 13;
     this.menuItem2.Text  = "-";
     //
     // exitFileItem
     //
     this.exitFileItem.Index  = 14;
     this.exitFileItem.Text   = "E&xit";
     this.exitFileItem.Click += new System.EventHandler(this.exitFileItem_Click);
     //
     // viewItem
     //
     this.viewItem.Index = 1;
     this.viewItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mainBarViewItem,
         this.imageBarViewItem,
         this.menuItem7,
         this.histogramViewItem,
         this.statisticsViewItem,
         this.redHistogramViewItem,
         this.greenHistogramViewItem,
         this.blueHistogramViewItem,
         this.menuItem3,
         this.centerViewItem
     });
     this.viewItem.MergeOrder = 1;
     this.viewItem.Text       = "&View";
     this.viewItem.Popup     += new System.EventHandler(this.viewItem_Popup);
     //
     // mainBarViewItem
     //
     this.mainBarViewItem.Index  = 0;
     this.mainBarViewItem.Text   = "Main tool bar";
     this.mainBarViewItem.Click += new System.EventHandler(this.mainBarViewItem_Click);
     //
     // imageBarViewItem
     //
     this.imageBarViewItem.Index  = 1;
     this.imageBarViewItem.Text   = "Image tool bar";
     this.imageBarViewItem.Click += new System.EventHandler(this.imageBarViewItem_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 2;
     this.menuItem7.Text  = "-";
     //
     // histogramViewItem
     //
     this.histogramViewItem.Index    = 3;
     this.histogramViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlH;
     this.histogramViewItem.Text     = "&Histogram";
     this.histogramViewItem.Click   += new System.EventHandler(this.histogramViewItem_Click);
     //
     // statisticsViewItem
     //
     this.statisticsViewItem.Index    = 4;
     this.statisticsViewItem.Shortcut = System.Windows.Forms.Shortcut.CtrlT;
     this.statisticsViewItem.Text     = "&Statistics";
     this.statisticsViewItem.Click   += new System.EventHandler(this.statisticsViewItem_Click);
     //
     // redHistogramViewItem
     //
     this.redHistogramViewItem.Index    = 5;
     this.redHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl1;
     this.redHistogramViewItem.Text     = "R";
     this.redHistogramViewItem.Visible  = false;
     this.redHistogramViewItem.Click   += new System.EventHandler(this.redHistogramViewItem_Click);
     //
     // greenHistogramViewItem
     //
     this.greenHistogramViewItem.Index    = 6;
     this.greenHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl2;
     this.greenHistogramViewItem.Text     = "G";
     this.greenHistogramViewItem.Visible  = false;
     this.greenHistogramViewItem.Click   += new System.EventHandler(this.greenHistogramViewItem_Click);
     //
     // blueHistogramViewItem
     //
     this.blueHistogramViewItem.Index    = 7;
     this.blueHistogramViewItem.Shortcut = System.Windows.Forms.Shortcut.Ctrl3;
     this.blueHistogramViewItem.Text     = "B";
     this.blueHistogramViewItem.Visible  = false;
     this.blueHistogramViewItem.Click   += new System.EventHandler(this.blueHistogramViewItem_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 8;
     this.menuItem3.Text  = "-";
     //
     // centerViewItem
     //
     this.centerViewItem.Index    = 9;
     this.centerViewItem.Shortcut = System.Windows.Forms.Shortcut.F9;
     this.centerViewItem.Text     = "&Center";
     this.centerViewItem.Click   += new System.EventHandler(this.centerViewItem_Click);
     //
     // optionsItem
     //
     this.optionsItem.Index = 2;
     this.optionsItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.openInNewOptionsItem,
         this.rememberOptionsItem
     });
     this.optionsItem.MergeOrder = 2;
     this.optionsItem.Text       = "&Options";
     this.optionsItem.Popup     += new System.EventHandler(this.optionsItem_Popup);
     //
     // openInNewOptionsItem
     //
     this.openInNewOptionsItem.Index  = 0;
     this.openInNewOptionsItem.Text   = "Open in &new document on change";
     this.openInNewOptionsItem.Click += new System.EventHandler(this.openInNewOptionsItem_Click);
     //
     // rememberOptionsItem
     //
     this.rememberOptionsItem.Index  = 1;
     this.rememberOptionsItem.Text   = "&Remember on change";
     this.rememberOptionsItem.Click += new System.EventHandler(this.rememberOptionsItem_Click);
     //
     // windowItem
     //
     this.windowItem.Index      = 3;
     this.windowItem.MdiList    = true;
     this.windowItem.MergeOrder = 3;
     this.windowItem.Text       = "&Window";
     //
     // helpItem
     //
     this.helpItem.Index = 4;
     this.helpItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.aboutHelpItem
     });
     this.helpItem.MergeOrder = 4;
     this.helpItem.Text       = "&Help";
     //
     // aboutHelpItem
     //
     this.aboutHelpItem.Index  = 0;
     this.aboutHelpItem.Text   = "&About";
     this.aboutHelpItem.Click += new System.EventHandler(this.aboutHelpItem_Click);
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 511);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.zoomPanel,
         this.sizePanel,
         this.selectionPanel,
         this.colorPanel,
         this.hslPanel,
         this.ycbcrPanel,
         this.infoPanel
     });
     this.statusBar.ShowPanels = true;
     this.statusBar.Size       = new System.Drawing.Size(792, 22);
     this.statusBar.TabIndex   = 1;
     //
     // zoomPanel
     //
     this.zoomPanel.Name        = "zoomPanel";
     this.zoomPanel.ToolTipText = "Zoom coefficient";
     this.zoomPanel.Width       = 50;
     //
     // sizePanel
     //
     this.sizePanel.Name        = "sizePanel";
     this.sizePanel.ToolTipText = "Image size";
     //
     // selectionPanel
     //
     this.selectionPanel.Name        = "selectionPanel";
     this.selectionPanel.ToolTipText = "Current point and selection size";
     this.selectionPanel.Width       = 120;
     //
     // colorPanel
     //
     this.colorPanel.Name        = "colorPanel";
     this.colorPanel.ToolTipText = "Current color";
     this.colorPanel.Width       = 110;
     //
     // hslPanel
     //
     this.hslPanel.Name  = "hslPanel";
     this.hslPanel.Width = 130;
     //
     // ycbcrPanel
     //
     this.ycbcrPanel.Name  = "ycbcrPanel";
     this.ycbcrPanel.Width = 145;
     //
     // infoPanel
     //
     this.infoPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.infoPanel.Name     = "infoPanel";
     this.infoPanel.Width    = 120;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dockManager);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 511);
     this.panel1.TabIndex = 2;
     //
     // dockManager
     //
     this.dockManager.ActiveAutoHideContent = null;
     this.dockManager.Controls.Add(this.mainToolBar);
     this.dockManager.Controls.Add(this.imageToolBar);
     this.dockManager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dockManager.Location = new System.Drawing.Point(0, 0);
     this.dockManager.Name     = "dockManager";
     this.dockManager.Size     = new System.Drawing.Size(792, 511);
     this.dockManager.TabIndex = 2;
     this.dockManager.ActiveDocumentChanged += new System.EventHandler(this.dockManager_ActiveDocumentChanged);
     //
     // mainToolBar
     //
     this.mainToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.mainToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.openButton,
         this.saveButton,
         this.sep1,
         this.copyButton,
         this.pasteButton,
         this.toolBarButton9,
         this.histogramButton,
         this.toolBarButton4,
         this.aboutButton
     });
     this.mainToolBar.Divider        = false;
     this.mainToolBar.Dock           = System.Windows.Forms.DockStyle.None;
     this.mainToolBar.DropDownArrows = true;
     this.mainToolBar.ImageList      = this.imageList;
     this.mainToolBar.Location       = new System.Drawing.Point(256, 32);
     this.mainToolBar.Name           = "mainToolBar";
     this.mainToolBar.ShowToolTips   = true;
     this.mainToolBar.Size           = new System.Drawing.Size(24, 202);
     this.mainToolBar.TabIndex       = 2;
     this.mainToolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.mainToolBar_ButtonClick);
     //
     // openButton
     //
     this.openButton.ImageIndex  = 0;
     this.openButton.Name        = "openButton";
     this.openButton.ToolTipText = "Open an image ";
     //
     // saveButton
     //
     this.saveButton.ImageIndex  = 1;
     this.saveButton.Name        = "saveButton";
     this.saveButton.ToolTipText = "Save";
     //
     // sep1
     //
     this.sep1.Name  = "sep1";
     this.sep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // copyButton
     //
     this.copyButton.ImageIndex  = 2;
     this.copyButton.Name        = "copyButton";
     this.copyButton.ToolTipText = "Copy to clipboard";
     //
     // pasteButton
     //
     this.pasteButton.ImageIndex  = 3;
     this.pasteButton.Name        = "pasteButton";
     this.pasteButton.ToolTipText = "Paste from clipboard";
     //
     // toolBarButton9
     //
     this.toolBarButton9.Name  = "toolBarButton9";
     this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // histogramButton
     //
     this.histogramButton.ImageIndex  = 4;
     this.histogramButton.Name        = "histogramButton";
     this.histogramButton.ToolTipText = "Show histogram";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Name  = "toolBarButton4";
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // aboutButton
     //
     this.aboutButton.ImageIndex  = 5;
     this.aboutButton.Name        = "aboutButton";
     this.aboutButton.ToolTipText = "About";
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     //
     // imageToolBar
     //
     this.imageToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.imageToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.cloneButton,
         this.toolBarButton1,
         this.cropButton,
         this.toolBarButton2,
         this.zoomInButton,
         this.zoomOutButton,
         this.toolBarButton3,
         this.fitToScreenButton,
         this.toolBarButton5,
         this.resizeButton,
         this.rotateButton,
         this.toolBarButton7,
         this.levelsButton,
         this.grayscaleButton,
         this.thresholdButton,
         this.toolBarButton6,
         this.morphologyButton,
         this.convolutionButton,
         this.toolBarButton8,
         this.saturationButton,
         this.fourierButton
     });
     this.imageToolBar.Divider        = false;
     this.imageToolBar.Dock           = System.Windows.Forms.DockStyle.None;
     this.imageToolBar.DropDownArrows = true;
     this.imageToolBar.ImageList      = this.imageList2;
     this.imageToolBar.Location       = new System.Drawing.Point(144, 312);
     this.imageToolBar.Name           = "imageToolBar";
     this.imageToolBar.ShowToolTips   = true;
     this.imageToolBar.Size           = new System.Drawing.Size(472, 26);
     this.imageToolBar.TabIndex       = 3;
     this.imageToolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.imageToolBar_ButtonClick);
     //
     // cloneButton
     //
     this.cloneButton.ImageIndex  = 0;
     this.cloneButton.Name        = "cloneButton";
     this.cloneButton.ToolTipText = "Clone the image";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // cropButton
     //
     this.cropButton.ImageIndex  = 1;
     this.cropButton.Name        = "cropButton";
     this.cropButton.ToolTipText = "Crop image";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name  = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // zoomInButton
     //
     this.zoomInButton.ImageIndex  = 2;
     this.zoomInButton.Name        = "zoomInButton";
     this.zoomInButton.ToolTipText = "Zoom In";
     //
     // zoomOutButton
     //
     this.zoomOutButton.ImageIndex  = 3;
     this.zoomOutButton.Name        = "zoomOutButton";
     this.zoomOutButton.ToolTipText = "Zoom out";
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex  = 4;
     this.toolBarButton3.Name        = "toolBarButton3";
     this.toolBarButton3.ToolTipText = "Original size";
     //
     // fitToScreenButton
     //
     this.fitToScreenButton.ImageIndex  = 5;
     this.fitToScreenButton.Name        = "fitToScreenButton";
     this.fitToScreenButton.ToolTipText = "Fit to window size";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Name  = "toolBarButton5";
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // resizeButton
     //
     this.resizeButton.ImageIndex  = 11;
     this.resizeButton.Name        = "resizeButton";
     this.resizeButton.ToolTipText = "Resize the image";
     //
     // rotateButton
     //
     this.rotateButton.ImageIndex  = 12;
     this.rotateButton.Name        = "rotateButton";
     this.rotateButton.ToolTipText = "Rotate the image";
     //
     // toolBarButton7
     //
     this.toolBarButton7.Name  = "toolBarButton7";
     this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // levelsButton
     //
     this.levelsButton.ImageIndex  = 6;
     this.levelsButton.Name        = "levelsButton";
     this.levelsButton.ToolTipText = "Levels correction";
     //
     // grayscaleButton
     //
     this.grayscaleButton.ImageIndex  = 7;
     this.grayscaleButton.Name        = "grayscaleButton";
     this.grayscaleButton.ToolTipText = "Grayscale";
     //
     // thresholdButton
     //
     this.thresholdButton.ImageIndex  = 8;
     this.thresholdButton.Name        = "thresholdButton";
     this.thresholdButton.ToolTipText = "Threshold";
     //
     // toolBarButton6
     //
     this.toolBarButton6.Name  = "toolBarButton6";
     this.toolBarButton6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // morphologyButton
     //
     this.morphologyButton.ImageIndex  = 9;
     this.morphologyButton.Name        = "morphologyButton";
     this.morphologyButton.ToolTipText = "Custom morphology operator";
     //
     // convolutionButton
     //
     this.convolutionButton.ImageIndex  = 10;
     this.convolutionButton.Name        = "convolutionButton";
     this.convolutionButton.ToolTipText = "Custom convolution operator";
     //
     // toolBarButton8
     //
     this.toolBarButton8.Name  = "toolBarButton8";
     this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // saturationButton
     //
     this.saturationButton.ImageIndex  = 13;
     this.saturationButton.Name        = "saturationButton";
     this.saturationButton.ToolTipText = "Saturation (HSL)";
     //
     // fourierButton
     //
     this.fourierButton.ImageIndex  = 14;
     this.fourierButton.Name        = "fourierButton";
     this.fourierButton.ToolTipText = "Fourier Transformation";
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     this.imageList2.Images.SetKeyName(6, "");
     this.imageList2.Images.SetKeyName(7, "");
     this.imageList2.Images.SetKeyName(8, "");
     this.imageList2.Images.SetKeyName(9, "");
     this.imageList2.Images.SetKeyName(10, "");
     this.imageList2.Images.SetKeyName(11, "");
     this.imageList2.Images.SetKeyName(12, "");
     this.imageList2.Images.SetKeyName(13, "");
     this.imageList2.Images.SetKeyName(14, "");
     //
     // ofd
     //
     this.ofd.Filter = "Image files (*.jpg,*.png,*.tif,*.bmp,*.gif)|*.jpg;*.png;*.tif;*.bmp;*.gif|JPG fil" +
                       "es (*.jpg)|*.jpg|PNG files (*.png)|*.png|TIF files (*.tif)|*.tif|BMP files (*.bm" +
                       "p)|*.bmp|GIF files (*.gif)|*.gif";
     this.ofd.Title = "Open image";
     //
     // sfd
     //
     this.sfd.Filter = "PNG files (*.png)|*.png|JPG files (*.jpg)|*.jpg|BMP files (*.bmp)|*.bmp";
     this.sfd.Title  = "Save image";
     //
     // printDocument
     //
     this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name    = "printPreviewDialog";
     this.printPreviewDialog.Visible = false;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 533);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusBar);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Menu           = this.mainMenu;
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Image Processing Lab";
     this.Load          += new System.EventHandler(this.MainForm_Load);
     this.Closing       += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.zoomPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.sizePanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.selectionPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.colorPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.hslPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.ycbcrPanel)).EndInit( );
     ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).EndInit( );
     this.panel1.ResumeLayout(false);
     this.dockManager.ResumeLayout(false);
     this.dockManager.PerformLayout( );
     this.ResumeLayout(false);
 }