コード例 #1
0
        /// <summary>
        /// Called when a part's imports have been satisfied and it is safe to use. (Shell will have a value)
        /// </summary>
        public void OnImportsSatisfied()
        {
            _toolStripContainer1 = new ToolStripContainer();
            _toolStripContainer1.ContentPanel.SuspendLayout();
            _toolStripContainer1.SuspendLayout();

            _toolStripContainer1.Dock = DockStyle.Fill;
            _toolStripContainer1.Name = "toolStripContainer1";

            // place all of the controls that were on the form originally inside of our content panel.
            while (Shell.Controls.Count > 0)
            {
                foreach (Control control in Shell.Controls)
                {
                    this._toolStripContainer1.ContentPanel.Controls.Add(control);
                }
            }

            Shell.Controls.Add(_toolStripContainer1);

            _toolStripContainer1.ContentPanel.ResumeLayout(false);
            _toolStripContainer1.ResumeLayout(false);
            _toolStripContainer1.PerformLayout();

            Initialize(_toolStripContainer1);
        }
コード例 #2
0
ファイル: CommonJobForm.cs プロジェクト: huamanhtuyen/VNACCS
 private void InitializeComponent()
 {
     this.components = new Container();
     DataGridViewCellStyle style = new DataGridViewCellStyle();
     DataGridViewCellStyle style2 = new DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(CommonJobForm));
     DataGridViewCellStyle style3 = new DataGridViewCellStyle();
     this.pnlGuiLayout = new Panel();
     this.spVertical = new Splitter();
     this.pnlCommon = new Panel();
     this.pnlResultCode = new Panel();
     this.gbResult = new GroupBox();
     this.gvResult = new DataGridView();
     this.colIcon = new DataGridViewImageColumn();
     this.clCode = new DataGridViewTextBoxColumn();
     this.clContents = new DataGridViewTextBoxColumn();
     this.clDispose = new DataGridViewTextBoxColumn();
     this.clID = new DataGridViewTextBoxColumn();
     this.clJobCode = new DataGridViewTextBoxColumn();
     this.clNo = new DataGridViewTextBoxColumn();
     this.clJobNo = new DataGridViewTextBoxColumn();
     this.spHorizon2 = new Splitter();
     this.spHorizon3 = new Splitter();
     this.pnlGuide = new Panel();
     this.gbGuide = new GroupBox();
     this.rtxtGuide = new RichTextBox();
     this.spHorizon1 = new Splitter();
     this.pnlHeaderInfo = new Panel();
     this.gbAttach = new GroupBox();
     this.lvAttach = new ListView();
     this.colFile = new ColumnHeader();
     this.colSize = new ColumnHeader();
     this.gbInputInfo = new GroupBox();
     this.txtInputInfo = new LBTextBox();
     this.PopMenu = new ContextMenuStrip(this.components);
     this.pmnUndo = new ToolStripMenuItem();
     this.mnSep11 = new ToolStripSeparator();
     this.pmnCut = new ToolStripMenuItem();
     this.pmnCopy = new ToolStripMenuItem();
     this.pmnPaste = new ToolStripMenuItem();
     this.mnSep12 = new ToolStripSeparator();
     this.pmnRowCopy = new ToolStripMenuItem();
     this.pmnRowPaste = new ToolStripMenuItem();
     this.pmnGridPaste = new ToolStripMenuItem();
     this.pmnGridInsert = new ToolStripMenuItem();
     this.pmnGridRemove = new ToolStripMenuItem();
     this.mnSep13 = new ToolStripSeparator();
     this.pmnClear = new ToolStripMenuItem();
     this.pmnAllClear = new ToolStripMenuItem();
     this.pmnCommonClear = new ToolStripMenuItem();
     this.pmnClearCurrentToEnd = new ToolStripMenuItem();
     this.pmnSelectRanClear = new ToolStripMenuItem();
     this.mnSep14 = new ToolStripSeparator();
     this.pmnAllCheck = new ToolStripMenuItem();
     this.pmnAllCheckOut = new ToolStripMenuItem();
     this.mnSep15 = new ToolStripSeparator();
     this.pmnShowHint = new ToolStripMenuItem();
     this.mnSep16 = new ToolStripSeparator();
     this.pmnJobLink = new ToolStripMenuItem();
     this.statusBar = new StatusBar();
     this.stPnlUser = new StatusBarPanel();
     this.stPnlSendGuard = new StatusBarPanel();
     this.ToolStrip = new System.Windows.Forms.ToolStrip();
     this.btnFileOpen = new ToolStripButton();
     this.btnFileSaveAs = new ToolStripButton();
     this.toolSep1 = new ToolStripSeparator();
     this.btnAttachAppend = new ToolStripButton();
     this.toolSep2 = new ToolStripSeparator();
     this.btnPrintJobData = new ToolStripButton();
     this.toolSep3 = new ToolStripSeparator();
     this.btnCut = new ToolStripButton();
     this.btnCopy = new ToolStripButton();
     this.btnPaste = new ToolStripButton();
     this.btnUndo = new ToolStripButton();
     this.toolSep4 = new ToolStripSeparator();
     this.btnAppendJobData = new ToolStripButton();
     this.toolSep6 = new ToolStripSeparator();
     this.btnSend = new ToolStripButton();
     this.toolSep5 = new ToolStripSeparator();
     this.btnGuidance = new ToolStripButton();
     this.MainMenu = new MenuStrip();
     this.mnFile = new ToolStripMenuItem();
     this.mnJobNew = new ToolStripMenuItem();
     this.mnRedo = new ToolStripMenuItem();
     this.mnSep1 = new ToolStripSeparator();
     this.mnAppendJobData = new ToolStripMenuItem();
     this.mnUpdateJobData = new ToolStripMenuItem();
     this.mnSep2 = new ToolStripSeparator();
     this.mnFileOpen = new ToolStripMenuItem();
     this.mnFileSaveAs = new ToolStripMenuItem();
     this.mnFileSend = new ToolStripMenuItem();
     this.mnCSV = new ToolStripMenuItem();
     this.mnCsvCommon = new ToolStripMenuItem();
     this.mnCsvRan = new ToolStripMenuItem();
     this.mnSep3 = new ToolStripSeparator();
     this.mnAttach = new ToolStripMenuItem();
     this.mnAttachOpen = new ToolStripMenuItem();
     this.mnAttachDelete = new ToolStripMenuItem();
     this.mnAttachAppend = new ToolStripMenuItem();
     this.mnSep4 = new ToolStripSeparator();
     this.mnPrintJobData = new ToolStripMenuItem();
     this.mnPrintJobDataPreview = new ToolStripMenuItem();
     this.mnHardCpy = new ToolStripMenuItem();
     this.mnHardCopy = new ToolStripMenuItem();
     this.mnHardCopyPreview = new ToolStripMenuItem();
     this.mnSep5 = new ToolStripSeparator();
     this.mnJobClose = new ToolStripMenuItem();
     this.mnEdit = new ToolStripMenuItem();
     this.mnUndo = new ToolStripMenuItem();
     this.mnSep6 = new ToolStripSeparator();
     this.mnCut = new ToolStripMenuItem();
     this.mnCopy = new ToolStripMenuItem();
     this.mnPaste = new ToolStripMenuItem();
     this.mnSep7 = new ToolStripSeparator();
     this.mnRowCopy = new ToolStripMenuItem();
     this.mnRowPaste = new ToolStripMenuItem();
     this.mnGridPaste = new ToolStripMenuItem();
     this.mnGridInsert = new ToolStripMenuItem();
     this.mnGridRemove = new ToolStripMenuItem();
     this.mnSep8 = new ToolStripSeparator();
     this.mnClear = new ToolStripMenuItem();
     this.mnAllClear = new ToolStripMenuItem();
     this.mnCommonClear = new ToolStripMenuItem();
     this.mnClearCurrentToEnd = new ToolStripMenuItem();
     this.mnSelectRanClear = new ToolStripMenuItem();
     this.mnSendGuardOFF = new ToolStripMenuItem();
     this.mnSep9 = new ToolStripSeparator();
     this.mnAllCheck = new ToolStripMenuItem();
     this.mnAllCheckOut = new ToolStripMenuItem();
     this.mnView = new ToolStripMenuItem();
     this.mnChangeActivePage = new ToolStripMenuItem();
     this.mnSep17 = new ToolStripSeparator();
     this.mnShowHint = new ToolStripMenuItem();
     this.mnSep10 = new ToolStripSeparator();
     this.mnZoomIn = new ToolStripMenuItem();
     this.mnZoomOut = new ToolStripMenuItem();
     this.mnDefaultSize = new ToolStripMenuItem();
     this.mnJob = new ToolStripMenuItem();
     this.mnSend = new ToolStripMenuItem();
     this.mnOption = new ToolStripMenuItem();
     this.mnSystem = new ToolStripMenuItem();
     this.mnHelp = new ToolStripMenuItem();
     this.mnGuidance = new ToolStripMenuItem();
     this.JobImageList = new ImageList(this.components);
     this.pmnSendGuardOFF = new ContextMenuStrip(this.components);
     this.smnSendGuardOFF = new ToolStripMenuItem();
     this.OpenFileDlg = new OpenFileDialog();
     this.SaveFileDlg = new SaveFileDialog();
     this.ResImageList = new ImageList(this.components);
     this.tmSetResField = new System.Windows.Forms.Timer(this.components);
     this.dataGridViewTextBoxColumn1 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new DataGridViewTextBoxColumn();
     ToolStripContainer container = new ToolStripContainer();
     container.ContentPanel.SuspendLayout();
     container.TopToolStripPanel.SuspendLayout();
     container.SuspendLayout();
     this.pnlCommon.SuspendLayout();
     this.pnlResultCode.SuspendLayout();
     this.gbResult.SuspendLayout();
     ((ISupportInitialize) this.gvResult).BeginInit();
     this.pnlGuide.SuspendLayout();
     this.gbGuide.SuspendLayout();
     this.pnlHeaderInfo.SuspendLayout();
     this.gbAttach.SuspendLayout();
     this.gbInputInfo.SuspendLayout();
     this.PopMenu.SuspendLayout();
     this.stPnlUser.BeginInit();
     this.stPnlSendGuard.BeginInit();
     this.ToolStrip.SuspendLayout();
     this.MainMenu.SuspendLayout();
     this.pmnSendGuardOFF.SuspendLayout();
     base.SuspendLayout();
     container.ContentPanel.Controls.Add(this.pnlGuiLayout);
     container.ContentPanel.Controls.Add(this.spVertical);
     container.ContentPanel.Controls.Add(this.pnlCommon);
     container.ContentPanel.Controls.Add(this.statusBar);
     container.ContentPanel.Size = new System.Drawing.Size(0x3f8, 0x2ab);
     container.Dock = DockStyle.Fill;
     container.Location = new Point(0, 0x1a);
     container.Name = "TContainer";
     container.Size = new System.Drawing.Size(0x3f8, 0x2c4);
     container.TabIndex = 2;
     container.Text = "toolStripContainer1";
     container.TopToolStripPanel.Controls.Add(this.ToolStrip);
     this.pnlGuiLayout.BorderStyle = BorderStyle.Fixed3D;
     this.pnlGuiLayout.Dock = DockStyle.Fill;
     this.pnlGuiLayout.Location = new Point(0x12f, 0);
     this.pnlGuiLayout.Name = "pnlGuiLayout";
     this.pnlGuiLayout.Size = new System.Drawing.Size(0x2c9, 0x295);
     this.pnlGuiLayout.TabIndex = 1;
     this.spVertical.BackColor = SystemColors.Control;
     this.spVertical.Location = new Point(300, 0);
     this.spVertical.Name = "spVertical";
     this.spVertical.Size = new System.Drawing.Size(3, 0x295);
     this.spVertical.TabIndex = 4;
     this.spVertical.TabStop = false;
     this.pnlCommon.BorderStyle = BorderStyle.Fixed3D;
     this.pnlCommon.Controls.Add(this.pnlResultCode);
     this.pnlCommon.Controls.Add(this.spHorizon2);
     this.pnlCommon.Controls.Add(this.spHorizon3);
     this.pnlCommon.Controls.Add(this.pnlGuide);
     this.pnlCommon.Controls.Add(this.spHorizon1);
     this.pnlCommon.Controls.Add(this.pnlHeaderInfo);
     this.pnlCommon.Dock = DockStyle.Left;
     this.pnlCommon.Location = new Point(0, 0);
     this.pnlCommon.Name = "pnlCommon";
     this.pnlCommon.Size = new System.Drawing.Size(300, 0x295);
     this.pnlCommon.TabIndex = 0;
     this.pnlResultCode.BorderStyle = BorderStyle.Fixed3D;
     this.pnlResultCode.Controls.Add(this.gbResult);
     this.pnlResultCode.Dock = DockStyle.Fill;
     this.pnlResultCode.Location = new Point(0, 320);
     this.pnlResultCode.Name = "pnlResultCode";
     this.pnlResultCode.Size = new System.Drawing.Size(0x128, 0x14c);
     this.pnlResultCode.TabIndex = 2;
     this.gbResult.Controls.Add(this.gvResult);
     this.gbResult.Dock = DockStyle.Fill;
     this.gbResult.Location = new Point(0, 0);
     this.gbResult.Name = "gbResult";
     this.gbResult.Size = new System.Drawing.Size(0x124, 0x148);
     this.gbResult.TabIndex = 0;
     this.gbResult.TabStop = false;
     this.gbResult.Text = "Th\x00f4ng điệp nghiệp vụ";
     this.gvResult.AllowUserToAddRows = false;
     this.gvResult.AllowUserToDeleteRows = false;
     this.gvResult.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells;
     this.gvResult.BackgroundColor = SystemColors.Control;
     this.gvResult.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gvResult.Columns.AddRange(new DataGridViewColumn[] { this.colIcon, this.clCode, this.clContents, this.clDispose, this.clID, this.clJobCode, this.clNo, this.clJobNo });
     this.gvResult.Dock = DockStyle.Fill;
     this.gvResult.GridColor = SystemColors.InactiveCaptionText;
     this.gvResult.Location = new Point(3, 15);
     this.gvResult.Name = "gvResult";
     this.gvResult.ReadOnly = true;
     this.gvResult.RowHeadersVisible = false;
     style.WrapMode = DataGridViewTriState.True;
     this.gvResult.RowsDefaultCellStyle = style;
     this.gvResult.RowTemplate.Height = 0x15;
     this.gvResult.Size = new System.Drawing.Size(0x11e, 310);
     this.gvResult.TabIndex = 0;
     this.gvResult.TabStop = false;
     this.gvResult.CellDoubleClick += new DataGridViewCellEventHandler(this.gvResult_CellDoubleClick);
     this.colIcon.Frozen = true;
     this.colIcon.HeaderText = "";
     this.colIcon.Name = "colIcon";
     this.colIcon.ReadOnly = true;
     this.colIcon.Resizable = DataGridViewTriState.False;
     this.colIcon.Width = 30;
     style2.ForeColor = SystemColors.ControlText;
     this.clCode.DefaultCellStyle = style2;
     this.clCode.HeaderText = "M\x00e3";
     this.clCode.Name = "clCode";
     this.clCode.ReadOnly = true;
     this.clCode.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.clCode.Width = 60;
     this.clContents.HeaderText = "Nội dung";
     this.clContents.Name = "clContents";
     this.clContents.ReadOnly = true;
     this.clContents.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.clDispose.HeaderText = "Giải ph\x00e1p";
     this.clDispose.Name = "clDispose";
     this.clDispose.ReadOnly = true;
     this.clDispose.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.clID.HeaderText = "M\x00e3 chỉ ti\x00eau";
     this.clID.Name = "clID";
     this.clID.ReadOnly = true;
     this.clID.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.clID.Width = 80;
     this.clJobCode.HeaderText = "業務コード";
     this.clJobCode.Name = "clJobCode";
     this.clJobCode.ReadOnly = true;
     this.clJobCode.Resizable = DataGridViewTriState.True;
     this.clJobCode.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.clJobCode.Visible = false;
     this.clJobCode.Width = 70;
     this.clNo.HeaderText = "行番号";
     this.clNo.Name = "clNo";
     this.clNo.ReadOnly = true;
     this.clNo.Visible = false;
     this.clJobNo.HeaderText = "業務項番";
     this.clJobNo.Name = "clJobNo";
     this.clJobNo.ReadOnly = true;
     this.clJobNo.Visible = false;
     this.spHorizon2.BackColor = SystemColors.Control;
     this.spHorizon2.Dock = DockStyle.Top;
     this.spHorizon2.Location = new Point(0, 0x13b);
     this.spHorizon2.Name = "spHorizon2";
     this.spHorizon2.Size = new System.Drawing.Size(0x128, 5);
     this.spHorizon2.TabIndex = 9;
     this.spHorizon2.TabStop = false;
     this.spHorizon3.BackColor = SystemColors.Control;
     this.spHorizon3.Dock = DockStyle.Bottom;
     this.spHorizon3.Location = new Point(0, 0x28c);
     this.spHorizon3.Name = "spHorizon3";
     this.spHorizon3.Size = new System.Drawing.Size(0x128, 5);
     this.spHorizon3.TabIndex = 6;
     this.spHorizon3.TabStop = false;
     this.pnlGuide.BorderStyle = BorderStyle.Fixed3D;
     this.pnlGuide.Controls.Add(this.gbGuide);
     this.pnlGuide.Dock = DockStyle.Top;
     this.pnlGuide.Location = new Point(0, 200);
     this.pnlGuide.Name = "pnlGuide";
     this.pnlGuide.Size = new System.Drawing.Size(0x128, 0x73);
     this.pnlGuide.TabIndex = 1;
     this.gbGuide.Controls.Add(this.rtxtGuide);
     this.gbGuide.Dock = DockStyle.Fill;
     this.gbGuide.Location = new Point(0, 0);
     this.gbGuide.Name = "gbGuide";
     this.gbGuide.Size = new System.Drawing.Size(0x124, 0x6f);
     this.gbGuide.TabIndex = 0;
     this.gbGuide.TabStop = false;
     this.gbGuide.Text = "Hướng dẫn nhập liệu";
     this.rtxtGuide.BackColor = SystemColors.Control;
     this.rtxtGuide.Dock = DockStyle.Fill;
     this.rtxtGuide.Location = new Point(3, 15);
     this.rtxtGuide.Name = "rtxtGuide";
     this.rtxtGuide.ReadOnly = true;
     this.rtxtGuide.Size = new System.Drawing.Size(0x11e, 0x5d);
     this.rtxtGuide.TabIndex = 0;
     this.rtxtGuide.TabStop = false;
     this.rtxtGuide.Text = "";
     this.spHorizon1.BackColor = SystemColors.Control;
     this.spHorizon1.Dock = DockStyle.Top;
     this.spHorizon1.Location = new Point(0, 0xc3);
     this.spHorizon1.Name = "spHorizon1";
     this.spHorizon1.Size = new System.Drawing.Size(0x128, 5);
     this.spHorizon1.TabIndex = 7;
     this.spHorizon1.TabStop = false;
     this.pnlHeaderInfo.Controls.Add(this.gbAttach);
     this.pnlHeaderInfo.Controls.Add(this.gbInputInfo);
     this.pnlHeaderInfo.Dock = DockStyle.Top;
     this.pnlHeaderInfo.Location = new Point(0, 0);
     this.pnlHeaderInfo.Name = "pnlHeaderInfo";
     this.pnlHeaderInfo.Size = new System.Drawing.Size(0x128, 0xc3);
     this.pnlHeaderInfo.TabIndex = 0;
     this.gbAttach.AutoSize = true;
     this.gbAttach.Controls.Add(this.lvAttach);
     this.gbAttach.Dock = DockStyle.Fill;
     this.gbAttach.Location = new Point(0, 0x2b);
     this.gbAttach.Name = "gbAttach";
     this.gbAttach.Size = new System.Drawing.Size(0x128, 0x98);
     this.gbAttach.TabIndex = 2;
     this.gbAttach.TabStop = false;
     this.gbAttach.Text = "Tệp tin đ\x00ednh k\x00e8m";
     this.lvAttach.Columns.AddRange(new ColumnHeader[] { this.colFile, this.colSize });
     this.lvAttach.Dock = DockStyle.Fill;
     this.lvAttach.FullRowSelect = true;
     this.lvAttach.HideSelection = false;
     this.lvAttach.Location = new Point(3, 15);
     this.lvAttach.Name = "lvAttach";
     this.lvAttach.Size = new System.Drawing.Size(290, 0x86);
     this.lvAttach.TabIndex = 0;
     this.lvAttach.TabStop = false;
     this.lvAttach.UseCompatibleStateImageBehavior = false;
     this.lvAttach.View = View.Details;
     this.colFile.Text = "T\x00ean b\x00e1o c\x00e1o";
     this.colFile.Width = 130;
     this.colSize.Text = "K\x00edch thước";
     this.colSize.Width = 0x4f;
     this.gbInputInfo.BackColor = SystemColors.Control;
     this.gbInputInfo.BackgroundImageLayout = ImageLayout.None;
     this.gbInputInfo.Controls.Add(this.txtInputInfo);
     this.gbInputInfo.Dock = DockStyle.Top;
     this.gbInputInfo.Location = new Point(0, 0);
     this.gbInputInfo.Name = "gbInputInfo";
     this.gbInputInfo.RightToLeft = RightToLeft.No;
     this.gbInputInfo.Size = new System.Drawing.Size(0x128, 0x2b);
     this.gbInputInfo.TabIndex = 1;
     this.gbInputInfo.TabStop = false;
     this.gbInputInfo.Text = "M\x00e3 th\x00f4ng điệp đầu v\x00e0o";
     this.txtInputInfo.attribute = "A";
     this.txtInputInfo.AutoComplete = false;
     this.txtInputInfo.AutoCompleteMode = AutoCompleteMode.Suggest;
     this.txtInputInfo.AutoCompleteSource = AutoCompleteSource.CustomSource;
     this.txtInputInfo.BackColor = SystemColors.Window;
     this.txtInputInfo.BindText = null;
     this.txtInputInfo.CharacterCasing = CharacterCasing.Upper;
     this.txtInputInfo.check_attribute = "";
     this.txtInputInfo.check_date = "";
     this.txtInputInfo.check_full = "";
     this.txtInputInfo.check_time = "";
     this.txtInputInfo.choice_keyvalue = "";
     this.txtInputInfo.ContextMenuStrip = this.PopMenu;
     this.txtInputInfo.DisplayWidth = 0;
     this.txtInputInfo.figure = 10;
     this.txtInputInfo.form = "";
     this.txtInputInfo.IBackColor = SystemColors.Window;
     this.txtInputInfo.id = "";
     this.txtInputInfo.ImeMode = ImeMode.Off;
     this.txtInputInfo.input_output = " ";
     this.txtInputInfo.JobErr = null;
     this.txtInputInfo.Location = new Point(6, 0x12);
     this.txtInputInfo.MaxLength = 10;
     this.txtInputInfo.name = "";
     this.txtInputInfo.Name = "txtInputInfo";
     this.txtInputInfo.order = -1;
     this.txtInputInfo.Rep_ID = "";
     this.txtInputInfo.required = "";
     this.txtInputInfo.Size = new System.Drawing.Size(0x92, 0x13);
     this.txtInputInfo.TabIndex = 0;
     this.PopMenu.Items.AddRange(new ToolStripItem[] { 
         this.pmnUndo, this.mnSep11, this.pmnCut, this.pmnCopy, this.pmnPaste, this.mnSep12, this.pmnRowCopy, this.pmnRowPaste, this.pmnGridPaste, this.pmnGridInsert, this.pmnGridRemove, this.mnSep13, this.pmnClear, this.mnSep14, this.pmnAllCheck, this.pmnAllCheckOut, 
         this.mnSep15, this.pmnShowHint, this.mnSep16, this.pmnJobLink
      });
     this.PopMenu.Name = "contextMenuStrip1";
     this.PopMenu.Size = new System.Drawing.Size(260, 0x15c);
     this.PopMenu.Opening += new CancelEventHandler(this.PopMenu_Opening);
     this.pmnUndo.Name = "pmnUndo";
     this.pmnUndo.ShortcutKeyDisplayString = "";
     this.pmnUndo.ShortcutKeys = Keys.Control | Keys.Z;
     this.pmnUndo.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnUndo.Tag = "mnJobUndo";
     this.pmnUndo.Text = "Ho\x00e0n t\x00e1c (&U)";
     this.pmnUndo.Click += new EventHandler(this.mnUndo_Click);
     this.mnSep11.Name = "mnSep11";
     this.mnSep11.Size = new System.Drawing.Size(0x100, 6);
     this.pmnCut.Name = "pmnCut";
     this.pmnCut.ShortcutKeyDisplayString = "";
     this.pmnCut.ShortcutKeys = Keys.Control | Keys.X;
     this.pmnCut.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnCut.Tag = "mnCut";
     this.pmnCut.Text = "Cắt (&T)";
     this.pmnCut.Click += new EventHandler(this.mnCut_Click);
     this.pmnCopy.Name = "pmnCopy";
     this.pmnCopy.ShortcutKeyDisplayString = "";
     this.pmnCopy.ShortcutKeys = Keys.Control | Keys.C;
     this.pmnCopy.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnCopy.Tag = "mnCopy";
     this.pmnCopy.Text = "Sao ch\x00e9p (&C)";
     this.pmnCopy.Click += new EventHandler(this.mnCopy_Click);
     this.pmnPaste.Name = "pmnPaste";
     this.pmnPaste.ShortcutKeyDisplayString = "";
     this.pmnPaste.ShortcutKeys = Keys.Control | Keys.V;
     this.pmnPaste.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnPaste.Tag = "mnPaste";
     this.pmnPaste.Text = "D\x00e1n (&P)";
     this.pmnPaste.Click += new EventHandler(this.mnPaste_Click);
     this.mnSep12.Name = "mnSep12";
     this.mnSep12.Size = new System.Drawing.Size(0x100, 6);
     this.pmnRowCopy.Name = "pmnRowCopy";
     this.pmnRowCopy.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnRowCopy.Tag = "mnRowCopy";
     this.pmnRowCopy.Text = "Sao ch\x00e9p d\x00f2ng (&K)";
     this.pmnRowCopy.Click += new EventHandler(this.mnRowCopy_Click);
     this.pmnRowPaste.Name = "pmnRowPaste";
     this.pmnRowPaste.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnRowPaste.Tag = "mnRowPaste";
     this.pmnRowPaste.Text = "D\x00e1n d\x00f2ng (&H)";
     this.pmnRowPaste.Click += new EventHandler(this.mnRowPaste_Click);
     this.pmnGridPaste.Name = "pmnGridPaste";
     this.pmnGridPaste.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnGridPaste.Tag = "mnGridPaste";
     this.pmnGridPaste.Text = "D\x00e1n bảng (&S)";
     this.pmnGridPaste.Click += new EventHandler(this.mnGridPaste_Click);
     this.pmnGridInsert.Name = "pmnGridInsert";
     this.pmnGridInsert.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnGridInsert.Tag = "mnGridInsert";
     this.pmnGridInsert.Text = "Ch\x00e8n d\x00f2ng (&I)";
     this.pmnGridInsert.Click += new EventHandler(this.mnGridInsert_Click);
     this.pmnGridRemove.Name = "pmnGridRemove";
     this.pmnGridRemove.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnGridRemove.Tag = "mnGridRemove";
     this.pmnGridRemove.Text = "X\x00f3a d\x00f2ng (&R)";
     this.pmnGridRemove.Click += new EventHandler(this.mnGridRemove_Click);
     this.mnSep13.Name = "mnSep13";
     this.mnSep13.Size = new System.Drawing.Size(0x100, 6);
     this.pmnClear.DropDownItems.AddRange(new ToolStripItem[] { this.pmnAllClear, this.pmnCommonClear, this.pmnClearCurrentToEnd, this.pmnSelectRanClear });
     this.pmnClear.Name = "pmnClear";
     this.pmnClear.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnClear.Text = "X\x00f3a m\x00e0n h\x00ecnh (&D)";
     this.pmnAllClear.Name = "pmnAllClear";
     this.pmnAllClear.Size = new System.Drawing.Size(0x13e, 0x16);
     this.pmnAllClear.Tag = "mnAllClear";
     this.pmnAllClear.Text = "X\x00f3a hết (&C)";
     this.pmnAllClear.Click += new EventHandler(this.mnAllClear_Click);
     this.pmnCommonClear.Name = "pmnCommonClear";
     this.pmnCommonClear.Size = new System.Drawing.Size(0x13e, 0x16);
     this.pmnCommonClear.Tag = "mnCommonClear";
     this.pmnCommonClear.Text = "X\x00f3a phần th\x00f4ng tin chung (&A)";
     this.pmnCommonClear.Click += new EventHandler(this.mnCommonClear_Click);
     this.pmnClearCurrentToEnd.Name = "pmnClearCurrentToEnd";
     this.pmnClearCurrentToEnd.ShortcutKeys = Keys.Control | Keys.D;
     this.pmnClearCurrentToEnd.Size = new System.Drawing.Size(0x13e, 0x16);
     this.pmnClearCurrentToEnd.Tag = "mnClearCurrentToEnd";
     this.pmnClearCurrentToEnd.Text = "X\x00f3a c\x00e1c d\x00f2ng lặp lại ph\x00eda dưới (&D)";
     this.pmnClearCurrentToEnd.Click += new EventHandler(this.mnClearCurrentToEnd_Click);
     this.pmnSelectRanClear.Name = "pmnSelectRanClear";
     this.pmnSelectRanClear.Size = new System.Drawing.Size(0x13e, 0x16);
     this.pmnSelectRanClear.Tag = "mnSelectRanClear";
     this.pmnSelectRanClear.Text = "X\x00f3a c\x00e1c d\x00f2ng lặp lại được lựa chọn (&L)";
     this.pmnSelectRanClear.Click += new EventHandler(this.mnSelectRanClear_Click);
     this.mnSep14.Name = "mnSep14";
     this.mnSep14.Size = new System.Drawing.Size(0x100, 6);
     this.pmnAllCheck.Name = "pmnAllCheck";
     this.pmnAllCheck.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnAllCheck.Text = "Chọn tất cả (&O)";
     this.pmnAllCheck.Click += new EventHandler(this.mnAllCheck_Click);
     this.pmnAllCheckOut.Name = "pmnAllCheckOut";
     this.pmnAllCheckOut.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnAllCheckOut.Text = "Bỏ chọn tất cả (&N)";
     this.pmnAllCheckOut.Click += new EventHandler(this.mnAllCheckOut_Click);
     this.mnSep15.Name = "mnSep15";
     this.mnSep15.Size = new System.Drawing.Size(0x100, 6);
     this.pmnShowHint.Name = "pmnShowHint";
     this.pmnShowHint.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnShowHint.Text = "Hiển thị đặc t\x00ednh của trường (&F)";
     this.pmnShowHint.Click += new EventHandler(this.mnShowHint_Click);
     this.mnSep16.Name = "mnSep16";
     this.mnSep16.Size = new System.Drawing.Size(0x100, 6);
     this.pmnJobLink.Enabled = false;
     this.pmnJobLink.Name = "pmnJobLink";
     this.pmnJobLink.Size = new System.Drawing.Size(0x103, 0x16);
     this.pmnJobLink.Text = "Link nghiệp vụ (&L)";
     this.statusBar.Location = new Point(0, 0x295);
     this.statusBar.Name = "statusBar";
     this.statusBar.Panels.AddRange(new StatusBarPanel[] { this.stPnlUser, this.stPnlSendGuard });
     this.statusBar.ShowPanels = true;
     this.statusBar.Size = new System.Drawing.Size(0x3f8, 0x16);
     this.statusBar.TabIndex = 3;
     this.statusBar.PanelClick += new StatusBarPanelClickEventHandler(this.statusBar_PanelClick);
     this.stPnlUser.AutoSize = StatusBarPanelAutoSize.Spring;
     this.stPnlUser.Name = "stPnlUser";
     this.stPnlUser.Width = 0x365;
     this.stPnlSendGuard.Alignment = HorizontalAlignment.Right;
     this.stPnlSendGuard.Icon = (Icon) manager.GetObject("stPnlSendGuard.Icon");
     this.stPnlSendGuard.Name = "stPnlSendGuard";
     this.stPnlSendGuard.Width = 130;
     this.ToolStrip.Dock = DockStyle.None;
     this.ToolStrip.Items.AddRange(new ToolStripItem[] { 
         this.btnFileOpen, this.btnFileSaveAs, this.toolSep1, this.btnAttachAppend, this.toolSep2, this.btnPrintJobData, this.toolSep3, this.btnCut, this.btnCopy, this.btnPaste, this.btnUndo, this.toolSep4, this.btnAppendJobData, this.toolSep6, this.btnSend, this.toolSep5, 
         this.btnGuidance
      });
     this.ToolStrip.Location = new Point(3, 0);
     this.ToolStrip.Name = "ToolStrip";
     this.ToolStrip.Size = new System.Drawing.Size(0x1b3, 0x19);
     this.ToolStrip.TabIndex = 5;
     this.btnFileOpen.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnFileOpen.Image = (Image) manager.GetObject("btnFileOpen.Image");
     this.btnFileOpen.ImageTransparentColor = Color.Magenta;
     this.btnFileOpen.Name = "btnFileOpen";
     this.btnFileOpen.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnFileOpen.Text = "Mở tệp tin ngo\x00e0i";
     this.btnFileOpen.Click += new EventHandler(this.mnFileOpen_Click);
     this.btnFileSaveAs.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnFileSaveAs.Image = (Image) manager.GetObject("btnFileSaveAs.Image");
     this.btnFileSaveAs.ImageTransparentColor = Color.Magenta;
     this.btnFileSaveAs.Name = "btnFileSaveAs";
     this.btnFileSaveAs.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnFileSaveAs.Text = "Lưu trữ";
     this.btnFileSaveAs.Click += new EventHandler(this.mnFileSaveAs_Click);
     this.toolSep1.Name = "toolSep1";
     this.toolSep1.Size = new System.Drawing.Size(6, 0x19);
     this.btnAttachAppend.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnAttachAppend.Image = (Image) manager.GetObject("btnAttachAppend.Image");
     this.btnAttachAppend.ImageTransparentColor = Color.Magenta;
     this.btnAttachAppend.Name = "btnAttachAppend";
     this.btnAttachAppend.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnAttachAppend.Text = "Đ\x00ednh k\x00e8m tệp tin";
     this.btnAttachAppend.Click += new EventHandler(this.mnAttachAppend_Click);
     this.toolSep2.Name = "toolSep2";
     this.toolSep2.Size = new System.Drawing.Size(6, 0x19);
     this.btnPrintJobData.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnPrintJobData.Image = (Image) manager.GetObject("btnPrintJobData.Image");
     this.btnPrintJobData.ImageTransparentColor = Color.Magenta;
     this.btnPrintJobData.Name = "btnPrintJobData";
     this.btnPrintJobData.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnPrintJobData.Text = "In ấn";
     this.btnPrintJobData.Click += new EventHandler(this.mnPrintJobData_Click);
     this.toolSep3.Name = "toolSep3";
     this.toolSep3.Size = new System.Drawing.Size(6, 0x19);
     this.btnCut.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnCut.Image = (Image) manager.GetObject("btnCut.Image");
     this.btnCut.ImageTransparentColor = Color.Magenta;
     this.btnCut.Name = "btnCut";
     this.btnCut.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnCut.Text = "Cắt";
     this.btnCut.ToolTipText = "Cắt";
     this.btnCut.Click += new EventHandler(this.mnCut_Click);
     this.btnCopy.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnCopy.Image = (Image) manager.GetObject("btnCopy.Image");
     this.btnCopy.ImageTransparentColor = Color.Magenta;
     this.btnCopy.Name = "btnCopy";
     this.btnCopy.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnCopy.Text = "Sao ch\x00e9p";
     this.btnCopy.Click += new EventHandler(this.mnCopy_Click);
     this.btnPaste.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnPaste.Image = (Image) manager.GetObject("btnPaste.Image");
     this.btnPaste.ImageTransparentColor = Color.Magenta;
     this.btnPaste.Name = "btnPaste";
     this.btnPaste.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnPaste.Text = "D\x00e1n";
     this.btnPaste.Click += new EventHandler(this.mnPaste_Click);
     this.btnUndo.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnUndo.Image = (Image) manager.GetObject("btnUndo.Image");
     this.btnUndo.ImageTransparentColor = Color.Magenta;
     this.btnUndo.Name = "btnUndo";
     this.btnUndo.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnUndo.Text = "Ho\x00e0n t\x00e1c";
     this.btnUndo.Click += new EventHandler(this.mnUndo_Click);
     this.toolSep4.Name = "toolSep4";
     this.toolSep4.Size = new System.Drawing.Size(6, 0x19);
     this.btnAppendJobData.Image = (Image) manager.GetObject("btnAppendJobData.Image");
     this.btnAppendJobData.ImageTransparentColor = Color.Magenta;
     this.btnAppendJobData.Name = "btnAppendJobData";
     this.btnAppendJobData.Size = new System.Drawing.Size(140, 0x16);
     this.btnAppendJobData.Text = "Đăng k\x00fd dữ liệu (&A)";
     this.btnAppendJobData.ToolTipText = "Đăng k\x00fd dữ liệu (A)";
     this.btnAppendJobData.Click += new EventHandler(this.mnAppendJobData_Click);
     this.toolSep6.Name = "toolSep6";
     this.toolSep6.Size = new System.Drawing.Size(6, 0x19);
     this.btnSend.Image = (Image) manager.GetObject("btnSend.Image");
     this.btnSend.ImageTransparentColor = Color.Magenta;
     this.btnSend.Name = "btnSend";
     this.btnSend.Size = new System.Drawing.Size(0x45, 0x16);
     this.btnSend.Text = "Gửi (&S)";
     this.btnSend.Click += new EventHandler(this.mnSend_Click);
     this.toolSep5.Name = "toolSep5";
     this.toolSep5.Size = new System.Drawing.Size(6, 0x19);
     this.toolSep5.Visible = false;
     this.btnGuidance.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.btnGuidance.Image = (Image) manager.GetObject("btnGuidance.Image");
     this.btnGuidance.ImageTransparentColor = Color.Magenta;
     this.btnGuidance.Name = "btnGuidance";
     this.btnGuidance.Size = new System.Drawing.Size(0x17, 0x16);
     this.btnGuidance.Text = "ガイダンス";
     this.btnGuidance.ToolTipText = "ガイダンス";
     this.btnGuidance.Visible = false;
     this.btnGuidance.Click += new EventHandler(this.mnGuidance_Click);
     this.MainMenu.Items.AddRange(new ToolStripItem[] { this.mnFile, this.mnEdit, this.mnView, this.mnJob, this.mnOption, this.mnHelp });
     this.MainMenu.Location = new Point(0, 0);
     this.MainMenu.Name = "MainMenu";
     this.MainMenu.Size = new System.Drawing.Size(0x3f8, 0x1a);
     this.MainMenu.TabIndex = 0;
     this.MainMenu.Text = "MainMenu";
     this.mnFile.DropDownItems.AddRange(new ToolStripItem[] { 
         this.mnJobNew, this.mnRedo, this.mnSep1, this.mnAppendJobData, this.mnUpdateJobData, this.mnSep2, this.mnFileOpen, this.mnFileSaveAs, this.mnFileSend, this.mnCSV, this.mnSep3, this.mnAttach, this.mnSep4, this.mnPrintJobData, this.mnPrintJobDataPreview, this.mnHardCpy, 
         this.mnSep5, this.mnJobClose
      });
     this.mnFile.Name = "mnFile";
     this.mnFile.Size = new System.Drawing.Size(0x52, 0x16);
     this.mnFile.Text = "Tệp tin (&F)";
     this.mnJobNew.Image = (Image) manager.GetObject("mnJobNew.Image");
     this.mnJobNew.ImageTransparentColor = Color.Fuchsia;
     this.mnJobNew.Name = "mnJobNew";
     this.mnJobNew.ShortcutKeys = Keys.F2;
     this.mnJobNew.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnJobNew.Tag = "mnJobNew";
     this.mnJobNew.Text = "Nghiệp vụ mới (&N)";
     this.mnJobNew.Click += new EventHandler(this.mnJobNew_Click);
     this.mnRedo.Name = "mnRedo";
     this.mnRedo.ShortcutKeys = Keys.F9;
     this.mnRedo.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnRedo.Tag = "mnRedo";
     this.mnRedo.Text = "Mở lại nghiệp vụ gần nhất (&R)";
     this.mnRedo.Click += new EventHandler(this.mnRedo_Click);
     this.mnSep1.Name = "mnSep1";
     this.mnSep1.Size = new System.Drawing.Size(0x10a, 6);
     this.mnAppendJobData.Image = (Image) manager.GetObject("mnAppendJobData.Image");
     this.mnAppendJobData.ImageTransparentColor = Color.Fuchsia;
     this.mnAppendJobData.Name = "mnAppendJobData";
     this.mnAppendJobData.ShortcutKeys = Keys.F6;
     this.mnAppendJobData.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnAppendJobData.Tag = "mnAppendJobData";
     this.mnAppendJobData.Text = "Đăng k\x00fd dữ liệu (&A)";
     this.mnAppendJobData.Click += new EventHandler(this.mnAppendJobData_Click);
     this.mnUpdateJobData.Name = "mnUpdateJobData";
     this.mnUpdateJobData.ShortcutKeys = Keys.F7;
     this.mnUpdateJobData.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnUpdateJobData.Tag = "mnUpdateJobData";
     this.mnUpdateJobData.Text = "Cập nhật dữ liệu (&U)";
     this.mnUpdateJobData.Click += new EventHandler(this.mnUpdateJobData_Click);
     this.mnSep2.Name = "mnSep2";
     this.mnSep2.Size = new System.Drawing.Size(0x10a, 6);
     this.mnFileOpen.Image = (Image) manager.GetObject("mnFileOpen.Image");
     this.mnFileOpen.ImageTransparentColor = Color.Fuchsia;
     this.mnFileOpen.Name = "mnFileOpen";
     this.mnFileOpen.ShortcutKeys = Keys.Control | Keys.O;
     this.mnFileOpen.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnFileOpen.Tag = "mnFileOpen";
     this.mnFileOpen.Text = "Mở tệp tin ngo\x00e0i (&O)";
     this.mnFileOpen.Click += new EventHandler(this.mnFileOpen_Click);
     this.mnFileSaveAs.Image = (Image) manager.GetObject("mnFileSaveAs.Image");
     this.mnFileSaveAs.ImageTransparentColor = Color.Fuchsia;
     this.mnFileSaveAs.Name = "mnFileSaveAs";
     this.mnFileSaveAs.ShortcutKeys = Keys.Control | Keys.S;
     this.mnFileSaveAs.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnFileSaveAs.Tag = "mnFileSaveAs";
     this.mnFileSaveAs.Text = "Lưu trữ (&S)";
     this.mnFileSaveAs.Click += new EventHandler(this.mnFileSaveAs_Click);
     this.mnFileSend.Name = "mnFileSend";
     this.mnFileSend.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnFileSend.Tag = "mnFileSend";
     this.mnFileSend.Text = "Nhập nhiều tệp tin (&L)";
     this.mnFileSend.Click += new EventHandler(this.mnFileSend_Click);
     this.mnCSV.DropDownItems.AddRange(new ToolStripItem[] { this.mnCsvCommon, this.mnCsvRan });
     this.mnCSV.Name = "mnCSV";
     this.mnCSV.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnCSV.Text = "Đọc tệp tin CSV (&C)";
     this.mnCsvCommon.Name = "mnCsvCommon";
     this.mnCsvCommon.Size = new System.Drawing.Size(0xf1, 0x16);
     this.mnCsvCommon.Tag = "mnCsvCommon";
     this.mnCsvCommon.Text = "Tất cả (&C)";
     this.mnCsvCommon.Click += new EventHandler(this.mnCsvCommon_Click);
     this.mnCsvRan.Name = "mnCsvRan";
     this.mnCsvRan.Size = new System.Drawing.Size(0xf1, 0x16);
     this.mnCsvRan.Tag = "mnCsvRan";
     this.mnCsvRan.Text = "Chỉ đọc th\x00f4ng tin chi tiết (&R)";
     this.mnCsvRan.Click += new EventHandler(this.mnCsvRan_Click);
     this.mnSep3.Name = "mnSep3";
     this.mnSep3.Size = new System.Drawing.Size(0x10a, 6);
     this.mnAttach.DropDownItems.AddRange(new ToolStripItem[] { this.mnAttachOpen, this.mnAttachDelete, this.mnAttachAppend });
     this.mnAttach.Name = "mnAttach";
     this.mnAttach.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnAttach.Text = "Đ\x00ednh k\x00e8m tệp tin (&T)";
     this.mnAttachOpen.Name = "mnAttachOpen";
     this.mnAttachOpen.Size = new System.Drawing.Size(0x84, 0x16);
     this.mnAttachOpen.Tag = "mnAttachOpen";
     this.mnAttachOpen.Text = "Mở (&O)";
     this.mnAttachOpen.Click += new EventHandler(this.mnAttachOpen_Click);
     this.mnAttachDelete.Name = "mnAttachDelete";
     this.mnAttachDelete.Size = new System.Drawing.Size(0x84, 0x16);
     this.mnAttachDelete.Tag = "mnAttachDelete";
     this.mnAttachDelete.Text = "X\x00f3a (&D)";
     this.mnAttachDelete.Click += new EventHandler(this.mnAttachDelete_Click);
     this.mnAttachAppend.Image = (Image) manager.GetObject("mnAttachAppend.Image");
     this.mnAttachAppend.ImageTransparentColor = Color.Fuchsia;
     this.mnAttachAppend.Name = "mnAttachAppend";
     this.mnAttachAppend.Size = new System.Drawing.Size(0x84, 0x16);
     this.mnAttachAppend.Tag = "mnAttachAppend";
     this.mnAttachAppend.Text = "Th\x00eam (&A)";
     this.mnAttachAppend.Click += new EventHandler(this.mnAttachAppend_Click);
     this.mnSep4.Name = "mnSep4";
     this.mnSep4.Size = new System.Drawing.Size(0x10a, 6);
     this.mnPrintJobData.Image = (Image) manager.GetObject("mnPrintJobData.Image");
     this.mnPrintJobData.ImageTransparentColor = Color.Fuchsia;
     this.mnPrintJobData.Name = "mnPrintJobData";
     this.mnPrintJobData.ShortcutKeys = Keys.Control | Keys.P;
     this.mnPrintJobData.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnPrintJobData.Tag = "mnPrintJobData";
     this.mnPrintJobData.Text = "In ấn (&P)";
     this.mnPrintJobData.Click += new EventHandler(this.mnPrintJobData_Click);
     this.mnPrintJobDataPreview.Name = "mnPrintJobDataPreview";
     this.mnPrintJobDataPreview.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnPrintJobDataPreview.Tag = "mnPrintJobDataPreview";
     this.mnPrintJobDataPreview.Text = "Xem trước khi in (&V)";
     this.mnPrintJobDataPreview.Click += new EventHandler(this.mnPrintJobDataPreview_Click);
     this.mnHardCpy.DropDownItems.AddRange(new ToolStripItem[] { this.mnHardCopy, this.mnHardCopyPreview });
     this.mnHardCpy.Name = "mnHardCpy";
     this.mnHardCpy.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnHardCpy.Text = "Bản sao cứng (&H)";
     this.mnHardCopy.Name = "mnHardCopy";
     this.mnHardCopy.ShortcutKeys = Keys.Control | Keys.H;
     this.mnHardCopy.Size = new System.Drawing.Size(0xc2, 0x16);
     this.mnHardCopy.Tag = "mnHardCopy";
     this.mnHardCopy.Text = "In ấn (&P)";
     this.mnHardCopy.Click += new EventHandler(this.mnHardCopy_Click);
     this.mnHardCopyPreview.Name = "mnHardCopyPreview";
     this.mnHardCopyPreview.Size = new System.Drawing.Size(0xc2, 0x16);
     this.mnHardCopyPreview.Tag = "mnHardCopyPreview";
     this.mnHardCopyPreview.Text = "Xem trước khi in (&V)";
     this.mnHardCopyPreview.Click += new EventHandler(this.mnHardCopyPreview_Click);
     this.mnSep5.Name = "mnSep5";
     this.mnSep5.Size = new System.Drawing.Size(0x10a, 6);
     this.mnJobClose.Name = "mnJobClose";
     this.mnJobClose.Size = new System.Drawing.Size(0x10d, 0x16);
     this.mnJobClose.Tag = "mnJobClose";
     this.mnJobClose.Text = "Đ\x00f3ng (&X)";
     this.mnJobClose.Click += new EventHandler(this.mnJobClose_Click);
     this.mnEdit.DropDownItems.AddRange(new ToolStripItem[] { 
         this.mnUndo, this.mnSep6, this.mnCut, this.mnCopy, this.mnPaste, this.mnSep7, this.mnRowCopy, this.mnRowPaste, this.mnGridPaste, this.mnGridInsert, this.mnGridRemove, this.mnSep8, this.mnClear, this.mnSendGuardOFF, this.mnSep9, this.mnAllCheck, 
         this.mnAllCheckOut
      });
     this.mnEdit.Name = "mnEdit";
     this.mnEdit.Size = new System.Drawing.Size(0x3f, 0x16);
     this.mnEdit.Text = "Sửa (&E)";
     this.mnEdit.DropDownOpening += new EventHandler(this.mnEdit_DropDownOpening);
     this.mnUndo.Image = (Image) manager.GetObject("mnUndo.Image");
     this.mnUndo.ImageTransparentColor = Color.Fuchsia;
     this.mnUndo.Name = "mnUndo";
     this.mnUndo.ShortcutKeys = Keys.Control | Keys.Z;
     this.mnUndo.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnUndo.Tag = "mnJobUndo";
     this.mnUndo.Text = "Ho\x00e0n t\x00e1c (&U)";
     this.mnUndo.Click += new EventHandler(this.mnUndo_Click);
     this.mnSep6.Name = "mnSep6";
     this.mnSep6.Size = new System.Drawing.Size(210, 6);
     this.mnCut.Image = (Image) manager.GetObject("mnCut.Image");
     this.mnCut.ImageTransparentColor = Color.Fuchsia;
     this.mnCut.Name = "mnCut";
     this.mnCut.ShortcutKeys = Keys.Control | Keys.X;
     this.mnCut.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnCut.Tag = "mnCut";
     this.mnCut.Text = "Cắt (&T)";
     this.mnCut.Click += new EventHandler(this.mnCut_Click);
     this.mnCopy.Image = (Image) manager.GetObject("mnCopy.Image");
     this.mnCopy.ImageTransparentColor = Color.Fuchsia;
     this.mnCopy.Name = "mnCopy";
     this.mnCopy.ShortcutKeys = Keys.Control | Keys.C;
     this.mnCopy.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnCopy.Tag = "mnCopy";
     this.mnCopy.Text = "Sao ch\x00e9p (&C)";
     this.mnCopy.Click += new EventHandler(this.mnCopy_Click);
     this.mnPaste.Image = (Image) manager.GetObject("mnPaste.Image");
     this.mnPaste.ImageTransparentColor = Color.Fuchsia;
     this.mnPaste.Name = "mnPaste";
     this.mnPaste.ShortcutKeys = Keys.Control | Keys.V;
     this.mnPaste.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnPaste.Tag = "mnPaste";
     this.mnPaste.Text = "D\x00e1n (&P)";
     this.mnPaste.Click += new EventHandler(this.mnPaste_Click);
     this.mnSep7.Name = "mnSep7";
     this.mnSep7.Size = new System.Drawing.Size(210, 6);
     this.mnRowCopy.Name = "mnRowCopy";
     this.mnRowCopy.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnRowCopy.Tag = "mnRowCopy";
     this.mnRowCopy.Text = "Sao ch\x00e9p d\x00f2ng (&K)";
     this.mnRowCopy.Click += new EventHandler(this.mnRowCopy_Click);
     this.mnRowPaste.Name = "mnRowPaste";
     this.mnRowPaste.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnRowPaste.Tag = "mnRowPaste";
     this.mnRowPaste.Text = "D\x00e1n d\x00f2ng (&H)";
     this.mnRowPaste.Click += new EventHandler(this.mnRowPaste_Click);
     this.mnGridPaste.Name = "mnGridPaste";
     this.mnGridPaste.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnGridPaste.Tag = "mnGridPaste";
     this.mnGridPaste.Text = "D\x00e1n bảng (&S)";
     this.mnGridPaste.Click += new EventHandler(this.mnGridPaste_Click);
     this.mnGridInsert.Name = "mnGridInsert";
     this.mnGridInsert.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnGridInsert.Tag = "mnGridInsert";
     this.mnGridInsert.Text = "Ch\x00e8n d\x00f2ng (&I)";
     this.mnGridInsert.Click += new EventHandler(this.mnGridInsert_Click);
     this.mnGridRemove.Name = "mnGridRemove";
     this.mnGridRemove.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnGridRemove.Tag = "mnGridRemove";
     this.mnGridRemove.Text = "X\x00f3a d\x00f2ng (&R)";
     this.mnGridRemove.Click += new EventHandler(this.mnGridRemove_Click);
     this.mnSep8.Name = "mnSep8";
     this.mnSep8.Size = new System.Drawing.Size(210, 6);
     this.mnClear.DropDownItems.AddRange(new ToolStripItem[] { this.mnAllClear, this.mnCommonClear, this.mnClearCurrentToEnd, this.mnSelectRanClear });
     this.mnClear.Name = "mnClear";
     this.mnClear.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnClear.Tag = "";
     this.mnClear.Text = "X\x00f3a m\x00e0n h\x00ecnh (&D)";
     this.mnAllClear.Name = "mnAllClear";
     this.mnAllClear.Size = new System.Drawing.Size(0x13e, 0x16);
     this.mnAllClear.Tag = "mnAllClear";
     this.mnAllClear.Text = "X\x00f3a hết (&C)";
     this.mnAllClear.Click += new EventHandler(this.mnAllClear_Click);
     this.mnCommonClear.Name = "mnCommonClear";
     this.mnCommonClear.Size = new System.Drawing.Size(0x13e, 0x16);
     this.mnCommonClear.Tag = "mnCommonClear";
     this.mnCommonClear.Text = "X\x00f3a phần th\x00f4ng tin chung (&A)";
     this.mnCommonClear.Click += new EventHandler(this.mnCommonClear_Click);
     this.mnClearCurrentToEnd.Name = "mnClearCurrentToEnd";
     this.mnClearCurrentToEnd.ShortcutKeys = Keys.Control | Keys.D;
     this.mnClearCurrentToEnd.Size = new System.Drawing.Size(0x13e, 0x16);
     this.mnClearCurrentToEnd.Tag = "mnClearCurrentToEnd";
     this.mnClearCurrentToEnd.Text = "X\x00f3a c\x00e1c d\x00f2ng lặp lại ph\x00eda dưới (&D)";
     this.mnClearCurrentToEnd.Click += new EventHandler(this.mnClearCurrentToEnd_Click);
     this.mnSelectRanClear.Name = "mnSelectRanClear";
     this.mnSelectRanClear.Size = new System.Drawing.Size(0x13e, 0x16);
     this.mnSelectRanClear.Tag = "mnSelectRanClear";
     this.mnSelectRanClear.Text = "X\x00f3a c\x00e1c d\x00f2ng lặp lại được lựa chọn (&L)";
     this.mnSelectRanClear.Click += new EventHandler(this.mnSelectRanClear_Click);
     this.mnSendGuardOFF.Enabled = false;
     this.mnSendGuardOFF.Name = "mnSendGuardOFF";
     this.mnSendGuardOFF.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnSendGuardOFF.Text = "Bật t\x00ednh năng gửi lại (&L)";
     this.mnSendGuardOFF.Click += new EventHandler(this.mnSendGuardOFF_Click);
     this.mnSep9.Name = "mnSep9";
     this.mnSep9.Size = new System.Drawing.Size(210, 6);
     this.mnAllCheck.Name = "mnAllCheck";
     this.mnAllCheck.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnAllCheck.Text = "Chọn tất cả (&O)";
     this.mnAllCheck.Click += new EventHandler(this.mnAllCheck_Click);
     this.mnAllCheckOut.Name = "mnAllCheckOut";
     this.mnAllCheckOut.Size = new System.Drawing.Size(0xd5, 0x16);
     this.mnAllCheckOut.Text = "Bỏ chọn tất cả (&N)";
     this.mnAllCheckOut.Click += new EventHandler(this.mnAllCheckOut_Click);
     this.mnView.DropDownItems.AddRange(new ToolStripItem[] { this.mnChangeActivePage, this.mnSep17, this.mnShowHint, this.mnSep10, this.mnZoomIn, this.mnZoomOut, this.mnDefaultSize });
     this.mnView.Name = "mnView";
     this.mnView.Size = new System.Drawing.Size(0x57, 0x16);
     this.mnView.Text = "Hiển thị (&V)";
     this.mnChangeActivePage.Name = "mnChangeActivePage";
     this.mnChangeActivePage.ShortcutKeys = Keys.F5;
     this.mnChangeActivePage.Size = new System.Drawing.Size(0x103, 0x16);
     this.mnChangeActivePage.Tag = "mnChangeActivePage";
     this.mnChangeActivePage.Text = "Chuyển trang Tab (&C)";
     this.mnChangeActivePage.Click += new EventHandler(this.mnChangeActivePage_Click);
     this.mnSep17.Name = "mnSep17";
     this.mnSep17.Size = new System.Drawing.Size(0x100, 6);
     this.mnShowHint.Name = "mnShowHint";
     this.mnShowHint.Size = new System.Drawing.Size(0x103, 0x16);
     this.mnShowHint.Text = "Hiển thị đặc t\x00ednh của trường (&F)";
     this.mnShowHint.Click += new EventHandler(this.mnShowHint_Click);
     this.mnSep10.Name = "mnSep10";
     this.mnSep10.Size = new System.Drawing.Size(0x100, 6);
     this.mnZoomIn.Name = "mnZoomIn";
     this.mnZoomIn.Size = new System.Drawing.Size(0x103, 0x16);
     this.mnZoomIn.Text = "Cỡ chữ lớn (&L)";
     this.mnZoomIn.Click += new EventHandler(this.mnZoomIn_Click);
     this.mnZoomOut.Name = "mnZoomOut";
     this.mnZoomOut.Size = new System.Drawing.Size(0x103, 0x16);
     this.mnZoomOut.Text = "Cỡ chữ nhỏ (&S)";
     this.mnZoomOut.Click += new EventHandler(this.mnZoomOut_Click);
     this.mnDefaultSize.Name = "mnDefaultSize";
     this.mnDefaultSize.Size = new System.Drawing.Size(0x103, 0x16);
     this.mnDefaultSize.Text = "Cỡ chữ mặc định (&P)";
     this.mnDefaultSize.Click += new EventHandler(this.mnDefaultSize_Click);
     this.mnJob.DropDownItems.AddRange(new ToolStripItem[] { this.mnSend });
     this.mnJob.Name = "mnJob";
     this.mnJob.Size = new System.Drawing.Size(0x52, 0x16);
     this.mnJob.Text = "Dịch vụ (&J)";
     this.mnSend.Image = (Image) manager.GetObject("mnSend.Image");
     this.mnSend.ImageTransparentColor = Color.Fuchsia;
     this.mnSend.Name = "mnSend";
     this.mnSend.ShortcutKeys = Keys.F12;
     this.mnSend.Size = new System.Drawing.Size(0x92, 0x16);
     this.mnSend.Tag = "mnSend";
     this.mnSend.Text = "Gửi (&S)";
     this.mnSend.Click += new EventHandler(this.mnSend_Click);
     this.mnOption.DropDownItems.AddRange(new ToolStripItem[] { this.mnSystem });
     this.mnOption.Name = "mnOption";
     this.mnOption.Size = new System.Drawing.Size(0x5f, 0x16);
     this.mnOption.Text = "Lựa chọn (&O)";
     this.mnSystem.Name = "mnSystem";
     this.mnSystem.Size = new System.Drawing.Size(0x95, 0x16);
     this.mnSystem.Tag = "mnSystem";
     this.mnSystem.Text = "Thiết lập (&S)";
     this.mnSystem.Click += new EventHandler(this.mnSystem_Click);
     this.mnHelp.DropDownItems.AddRange(new ToolStripItem[] { this.mnGuidance });
     this.mnHelp.Name = "mnHelp";
     this.mnHelp.Size = new System.Drawing.Size(0x4b, 0x16);
     this.mnHelp.Text = "ヘルプ(&H)";
     this.mnHelp.Visible = false;
     this.mnGuidance.Image = (Image) manager.GetObject("mnGuidance.Image");
     this.mnGuidance.ImageTransparentColor = Color.Fuchsia;
     this.mnGuidance.Name = "mnGuidance";
     this.mnGuidance.Size = new System.Drawing.Size(0x9b, 0x16);
     this.mnGuidance.Tag = "mnGuidance";
     this.mnGuidance.Text = "ガイダンス(&G)";
     this.mnGuidance.Visible = false;
     this.mnGuidance.Click += new EventHandler(this.mnGuidance_Click);
     this.JobImageList.ImageStream = (ImageListStreamer) manager.GetObject("JobImageList.ImageStream");
     this.JobImageList.TransparentColor = Color.Transparent;
     this.JobImageList.Images.SetKeyName(0, "eventlogError.ico");
     this.JobImageList.Images.SetKeyName(1, "eventlogWarn.ico");
     this.JobImageList.Images.SetKeyName(2, "eventlogInfo.ico");
     this.JobImageList.Images.SetKeyName(3, "印刷.ico");
     this.JobImageList.Images.SetKeyName(4, "開く.ico");
     this.JobImageList.Images.SetKeyName(5, "保存.ico");
     this.JobImageList.Images.SetKeyName(6, "切り取り.ico");
     this.JobImageList.Images.SetKeyName(7, "コピー.ico");
     this.JobImageList.Images.SetKeyName(8, "貼り付け.ico");
     this.JobImageList.Images.SetKeyName(9, "元に戻す.ico");
     this.JobImageList.Images.SetKeyName(10, "添付.ico");
     this.JobImageList.Images.SetKeyName(11, "ヘルプ.ico");
     this.pmnSendGuardOFF.Items.AddRange(new ToolStripItem[] { this.smnSendGuardOFF });
     this.pmnSendGuardOFF.Name = "contextMenuStrip2";
     this.pmnSendGuardOFF.Size = new System.Drawing.Size(0xc1, 0x1a);
     this.smnSendGuardOFF.Name = "smnSendGuardOFF";
     this.smnSendGuardOFF.Size = new System.Drawing.Size(0xc0, 0x16);
     this.smnSendGuardOFF.Text = "Bật t\x00ednh năng gửi lại";
     this.smnSendGuardOFF.Click += new EventHandler(this.mnSendGuardOFF_Click);
     this.OpenFileDlg.Filter = "Type(*.txt;*.csv;*.doc;*.xls;*.jpg;*.bmp;*.tif;*.pdf;*.xml;*.jet)|*.txt;*.csv;*.doc;*.xls;*.jpg;*.bmp;*.tif;*.pdf;*.xml;*.jet";
     this.OpenFileDlg.RestoreDirectory = true;
     this.SaveFileDlg.Filter = "Text file(*.txt)|*.txt|All files(*.*)|*.*";
     this.SaveFileDlg.RestoreDirectory = true;
     this.ResImageList.ImageStream = (ImageListStreamer) manager.GetObject("ResImageList.ImageStream");
     this.ResImageList.TransparentColor = Color.Transparent;
     this.ResImageList.Images.SetKeyName(0, "Completion.ico");
     this.ResImageList.Images.SetKeyName(1, "Error.ico");
     this.ResImageList.Images.SetKeyName(2, "Warning.ico");
     this.tmSetResField.Tick += new EventHandler(this.tmSetResField_Tick);
     style3.ForeColor = SystemColors.ControlText;
     this.dataGridViewTextBoxColumn1.DefaultCellStyle = style3;
     this.dataGridViewTextBoxColumn1.HeaderText = "コード";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn1.Width = 0x4a;
     this.dataGridViewTextBoxColumn2.HeaderText = "内容";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn3.HeaderText = "処置";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     this.dataGridViewTextBoxColumn3.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn4.HeaderText = "項目ID";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly = true;
     this.dataGridViewTextBoxColumn4.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn4.Width = 70;
     this.dataGridViewTextBoxColumn5.HeaderText = "";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     this.dataGridViewTextBoxColumn5.Resizable = DataGridViewTriState.False;
     this.dataGridViewTextBoxColumn5.SortMode = DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn5.Visible = false;
     this.dataGridViewTextBoxColumn5.Width = 5;
     this.dataGridViewTextBoxColumn6.HeaderText = "行番号";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly = true;
     this.dataGridViewTextBoxColumn6.Visible = false;
     this.dataGridViewTextBoxColumn7.HeaderText = "業務項番";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Visible = false;
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new System.Drawing.Size(0x3f8, 0x2de);
     base.Controls.Add(container);
     base.Controls.Add(this.MainMenu);
     base.Icon = (Icon) manager.GetObject("$this.Icon");
     base.Name = "CommonJobForm";
     base.Load += new EventHandler(this.CommonJobForm_Load);
     base.SizeChanged += new EventHandler(this.CommonJobForm_SizeChanged);
     container.ContentPanel.ResumeLayout(false);
     container.TopToolStripPanel.ResumeLayout(false);
     container.TopToolStripPanel.PerformLayout();
     container.ResumeLayout(false);
     container.PerformLayout();
     this.pnlCommon.ResumeLayout(false);
     this.pnlResultCode.ResumeLayout(false);
     this.gbResult.ResumeLayout(false);
     ((ISupportInitialize) this.gvResult).EndInit();
     this.pnlGuide.ResumeLayout(false);
     this.gbGuide.ResumeLayout(false);
     this.pnlHeaderInfo.ResumeLayout(false);
     this.pnlHeaderInfo.PerformLayout();
     this.gbAttach.ResumeLayout(false);
     this.gbInputInfo.ResumeLayout(false);
     this.gbInputInfo.PerformLayout();
     this.PopMenu.ResumeLayout(false);
     this.stPnlUser.EndInit();
     this.stPnlSendGuard.EndInit();
     this.ToolStrip.ResumeLayout(false);
     this.ToolStrip.PerformLayout();
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.PerformLayout();
     this.pmnSendGuardOFF.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #3
0
ファイル: MainForm.cs プロジェクト: x893/OBDwiz
        private void InitializeComponent()
        {
            m_container = (IContainer)new Container();
            Infragistics.Win.Appearance appearance = new Infragistics.Win.Appearance();
            UltraStatusPanel ultraStatusPanel1 = new UltraStatusPanel();
            UltraStatusPanel ultraStatusPanel2 = new UltraStatusPanel();
            UltraStatusPanel ultraStatusPanel3 = new UltraStatusPanel();
            UltraStatusPanel ultraStatusPanel4 = new UltraStatusPanel();
            UltraStatusPanel ultraStatusPanel5 = new UltraStatusPanel();
            UltraStatusPanel ultraStatusPanel6 = new UltraStatusPanel();
            UltraStatusPanel ultraStatusPanel7 = new UltraStatusPanel();
            UltraStatusPanel ultraStatusPanel8 = new UltraStatusPanel();
            this.tableLayoutPanel = new TableLayoutPanel();
            this.pagePanel = new Panel();
            this.customListView = new CustomListView();
            m_timer = new System.Windows.Forms.Timer(m_container);
            menuStrip = new MenuStrip();
            fileToolStripMenuItem = new ToolStripMenuItem();
            exitToolStripMenuItem = new ToolStripMenuItem();
            viewToolStripMenuItem = new ToolStripMenuItem();
            showStatusBarToolStripMenuItem = new ToolStripMenuItem();
            showListViewToolStripMenuItem = new ToolStripMenuItem();
            toolStripSeparator1 = new ToolStripSeparator();
            fullScreenToolStripMenuItem = new ToolStripMenuItem();
            windowToolStripMenuItem = new ToolStripMenuItem();
            setupToolStripMenuItem = new ToolStripMenuItem();
            diagnosticsToolStripMenuItem = new ToolStripMenuItem();
            monitorsToolStripMenuItem = new ToolStripMenuItem();
            dashboardToolStripMenuItem = new ToolStripMenuItem();
            logsToolStripMenuItem = new ToolStripMenuItem();
            connectionToolStripMenuItem = new ToolStripMenuItem();
            connectToolStripMenuItem = new ToolStripMenuItem();
            disconnectToolStripMenuItem = new ToolStripMenuItem();
            toolsToolStripMenuItem = new ToolStripMenuItem();
            vehicleManagerToolStripMenuItem = new ToolStripMenuItem();
            sensorCalibrationToolStripMenuItem = new ToolStripMenuItem();
            userDefinedPIDsToolStripMenuItem = new ToolStripMenuItem();
            pluginManagerToolStripMenuItem = new ToolStripMenuItem();
            toolStripSeparatorToolsMenu = new ToolStripSeparator();
            pidInspectorToolStripMenuItem = new ToolStripMenuItem();
            powerSaveSetupToolStripMenuItem = new ToolStripMenuItem();
            toolStripSeparatorToolsMenu2 = new ToolStripSeparator();
            preferencesToolStripMenuItem = new ToolStripMenuItem();
            toolStripContainer = new ToolStripContainer();
            m_statusPortECU = new UltraStatusBar();
            tableLayoutPanel.SuspendLayout();
            menuStrip.SuspendLayout();
            toolStripContainer.ContentPanel.SuspendLayout();
            toolStripContainer.TopToolStripPanel.SuspendLayout();

            this.toolStripContainer.SuspendLayout();
            ((ISupportInitialize)this.m_statusPortECU).BeginInit();
            this.SuspendLayout();

            this.tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel.ColumnCount = 2;
            this.tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 84f));
            tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f));
            tableLayoutPanel.Controls.Add(pagePanel, 1, 0);
            tableLayoutPanel.Controls.Add(customListView, 0, 0);
            tableLayoutPanel.Dock = DockStyle.Fill;
            tableLayoutPanel.Location = new Point(0, 0);
            tableLayoutPanel.Margin = new Padding(2);
            tableLayoutPanel.Name = "tableLayoutPanel";
            tableLayoutPanel.RowCount = 1;
            tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100f));
            tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 434f));
            tableLayoutPanel.Size = new Size(763, 435);
            tableLayoutPanel.TabIndex = 1;

            pagePanel.Dock = DockStyle.Fill;
            pagePanel.Location = new Point(86, 1);
            pagePanel.Margin = new Padding(0);
            pagePanel.Name = "pagePanel";
            pagePanel.Size = new Size(676, 433);
            pagePanel.TabIndex = 2;

            customListView.Dock = DockStyle.Fill;
            customListView.ItemSpacing = ListViewItemSpacing.f00009d;
            customListView.Location = new Point(3, 3);
            customListView.Margin = new Padding(2);
            customListView.Name = "customListView";
            customListView.Size = new Size(80, 429);
            customListView.TabIndex = 3;

            m_timer.Enabled = true;
            m_timer.Interval = 1000;
            m_timer.Tick += new EventHandler(m_timer_Tick);

            menuStrip.Dock = DockStyle.None;
            menuStrip.Items.AddRange(new ToolStripItem[]
            {
                fileToolStripMenuItem,
                viewToolStripMenuItem,
                windowToolStripMenuItem,
                connectionToolStripMenuItem,
                toolsToolStripMenuItem
            });
            menuStrip.Location = new Point(0, 0);
            menuStrip.Name = "menuStrip";
            menuStrip.Size = new Size(763, 24);
            menuStrip.TabIndex = 0;
            fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[1]
            {
                exitToolStripMenuItem
            });
            fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            fileToolStripMenuItem.Size = new Size(37, 20);
            fileToolStripMenuItem.Text = "&File";
            exitToolStripMenuItem.Image = OCTech.OBD2.Applications.Properties.Resources.p000031;
            exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            exitToolStripMenuItem.Size = new Size(92, 22);
            exitToolStripMenuItem.Text = "E&xit";
            exitToolStripMenuItem.Click += new EventHandler(exitToolStripMenuItem_Click);

            viewToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
            {
                showStatusBarToolStripMenuItem,
                showListViewToolStripMenuItem,
                toolStripSeparator1,
                fullScreenToolStripMenuItem
            });
            viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            viewToolStripMenuItem.Size = new Size(44, 20);
            viewToolStripMenuItem.Text = "&View";
            viewToolStripMenuItem.DropDownOpening += new EventHandler(viewToolStripMenuItem_DropDownOpening);

            showStatusBarToolStripMenuItem.Name = "showStatusBarToolStripMenuItem";
            showStatusBarToolStripMenuItem.Size = new Size(131, 22);
            showStatusBarToolStripMenuItem.Text = "&Status Bar";
            showStatusBarToolStripMenuItem.Click += new EventHandler(showStatusBarToolStripMenuItem_Click);

            showListViewToolStripMenuItem.Name = "showListViewToolStripMenuItem";
            showListViewToolStripMenuItem.Size = new Size(131, 22);
            showListViewToolStripMenuItem.Text = "&List View";
            showListViewToolStripMenuItem.Click += new EventHandler(showListViewToolStripMenuItem_Click);

            toolStripSeparator1.Name = "toolStripSeparator1";
            toolStripSeparator1.Size = new Size(128, 6);

            fullScreenToolStripMenuItem.Name = "fullScreenToolStripMenuItem";
            fullScreenToolStripMenuItem.Size = new Size(131, 22);
            fullScreenToolStripMenuItem.Text = "&Full Screen";
            fullScreenToolStripMenuItem.Click += new EventHandler(fullScreenToolStripMenuItem_Click);

            windowToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[5]
            {
                setupToolStripMenuItem,
                diagnosticsToolStripMenuItem,
                monitorsToolStripMenuItem,
                dashboardToolStripMenuItem,
                logsToolStripMenuItem
            });
            windowToolStripMenuItem.Name = "windowToolStripMenuItem";
            windowToolStripMenuItem.Size = new Size(63, 20);
            windowToolStripMenuItem.Text = "&Window";

            setupToolStripMenuItem.Image = (Image)OCTech.OBD2.Applications.Properties.Resources.p000074;
            setupToolStripMenuItem.Name = "setupToolStripMenuItem";
            setupToolStripMenuItem.Size = new Size(135, 22);
            setupToolStripMenuItem.Text = "&Setup";
            setupToolStripMenuItem.Click += new EventHandler(setupToolStripMenuItem_Click);

            diagnosticsToolStripMenuItem.Image = (Image)OCTech.OBD2.Applications.Properties.Resources.p000025;
            diagnosticsToolStripMenuItem.Name = "diagnosticsToolStripMenuItem";
            diagnosticsToolStripMenuItem.Size = new Size(135, 22);
            diagnosticsToolStripMenuItem.Text = "&Diagnostics";
            diagnosticsToolStripMenuItem.Click += new EventHandler(diagnosticsToolStripMenuItem_Click);

            monitorsToolStripMenuItem.Image = (Image)OCTech.OBD2.Applications.Properties.Resources.p000044;
            monitorsToolStripMenuItem.Name = "monitorsToolStripMenuItem";
            monitorsToolStripMenuItem.Size = new Size(135, 22);
            monitorsToolStripMenuItem.Text = "&Monitors";
            monitorsToolStripMenuItem.Click += new EventHandler(monitorsToolStripMenuItem_Click);

            dashboardToolStripMenuItem.Image = (Image)OCTech.OBD2.Applications.Properties.Resources.p000014;
            dashboardToolStripMenuItem.Name = "dashboardToolStripMenuItem";
            dashboardToolStripMenuItem.Size = new Size(135, 22);
            dashboardToolStripMenuItem.Text = "&D&ashboard";
            dashboardToolStripMenuItem.Click += new EventHandler(dashboardToolStripMenuItem_Click);

            logsToolStripMenuItem.Image = (Image)OCTech.OBD2.Applications.Properties.Resources.p000042;
            logsToolStripMenuItem.Name = "logsToolStripMenuItem";
            logsToolStripMenuItem.Size = new Size(135, 22);
            logsToolStripMenuItem.Text = "&Logs";
            logsToolStripMenuItem.Click += new EventHandler(logsToolStripMenuItem_Click);

            connectionToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[2]
            {
                connectToolStripMenuItem,
                disconnectToolStripMenuItem
            });
            connectionToolStripMenuItem.Name = "connectionToolStripMenuItem";
            connectionToolStripMenuItem.Size = new Size(81, 20);
            connectionToolStripMenuItem.Text = "&Connection";

            connectToolStripMenuItem.Image = (Image)OCTech.OBD2.Applications.Properties.Resources.p00000e;
            connectToolStripMenuItem.Name = "connectToolStripMenuItem";
            connectToolStripMenuItem.Size = new Size(133, 22);
            connectToolStripMenuItem.Text = "&Connect";
            connectToolStripMenuItem.Click += new EventHandler(connectToolStripMenuItem_Click);

            disconnectToolStripMenuItem.Image = (Image)OCTech.OBD2.Applications.Properties.Resources.p000027;
            disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem";
            disconnectToolStripMenuItem.Size = new Size(133, 22);
            disconnectToolStripMenuItem.Text = "&Disconnect";
            disconnectToolStripMenuItem.Click += new EventHandler(disconnectToolStripMenuItem_Click);

            toolsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[9]
            {
                vehicleManagerToolStripMenuItem,
                sensorCalibrationToolStripMenuItem,
                userDefinedPIDsToolStripMenuItem,
                pluginManagerToolStripMenuItem,
                toolStripSeparatorToolsMenu,
                pidInspectorToolStripMenuItem,
                powerSaveSetupToolStripMenuItem,
                toolStripSeparatorToolsMenu2,
                preferencesToolStripMenuItem
            });
            toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            toolsToolStripMenuItem.Size = new Size(48, 20);
            toolsToolStripMenuItem.Text = "&Tools";

            vehicleManagerToolStripMenuItem.Name = "vehicleManagerToolStripMenuItem";
            vehicleManagerToolStripMenuItem.Size = new Size(179, 22);
            vehicleManagerToolStripMenuItem.Text = "Vehicle &Manager";
            vehicleManagerToolStripMenuItem.Click += new EventHandler(vehicleManagerToolStripMenuItem_Click);

            sensorCalibrationToolStripMenuItem.Name = "sensorCalibrationToolStripMenuItem";
            sensorCalibrationToolStripMenuItem.Size = new Size(179, 22);
            sensorCalibrationToolStripMenuItem.Text = "Sensor &Calibration";
            sensorCalibrationToolStripMenuItem.Click += new EventHandler(sensorCalibrationToolStripMenuItem_Click);

            userDefinedPIDsToolStripMenuItem.Name = "userDefinedPIDsToolStripMenuItem";
            userDefinedPIDsToolStripMenuItem.Size = new Size(179, 22);
            userDefinedPIDsToolStripMenuItem.Text = "&User-Defined PIDs";
            userDefinedPIDsToolStripMenuItem.Click += new EventHandler(userDefinedPIDsToolStripMenuItem_Click);

            pluginManagerToolStripMenuItem.Image = OCTech.OBD2.Applications.Properties.Resources.p00005a;
            pluginManagerToolStripMenuItem.Name = "pluginManagerToolStripMenuItem";
            pluginManagerToolStripMenuItem.Size = new Size(179, 22);
            pluginManagerToolStripMenuItem.Text = "Plugin Manager";
            pluginManagerToolStripMenuItem.Click += new EventHandler(pluginManagerToolStripMenuItem_Click);

            toolStripSeparatorToolsMenu.Name = "toolStripSeparatorToolsMenu";
            toolStripSeparatorToolsMenu.Size = new Size(176, 6);

            pidInspectorToolStripMenuItem.Enabled = false;
            pidInspectorToolStripMenuItem.Image = OCTech.OBD2.Applications.Properties.Resources.p000057;
            pidInspectorToolStripMenuItem.Name = "pidInspectorToolStripMenuItem";
            pidInspectorToolStripMenuItem.Size = new Size(179, 22);
            pidInspectorToolStripMenuItem.Text = "PID Inspector";
            pidInspectorToolStripMenuItem.Click += new EventHandler(pidInspectorToolStripMenuItem_Click);

            powerSaveSetupToolStripMenuItem.Enabled = false;
            powerSaveSetupToolStripMenuItem.Image = OCTech.OBD2.Applications.Properties.Resources.PowerSave16x16;
            powerSaveSetupToolStripMenuItem.Name = "powerSaveSetupToolStripMenuItem";
            powerSaveSetupToolStripMenuItem.Size = new Size(179, 22);
            powerSaveSetupToolStripMenuItem.Text = "Power Save Settings";
            powerSaveSetupToolStripMenuItem.Click += new EventHandler(powerSaveSetupToolStripMenuItem_Click);

            toolStripSeparatorToolsMenu2.Name = "toolStripSeparatorToolsMenu2";
            toolStripSeparatorToolsMenu2.Size = new Size(176, 6);

            preferencesToolStripMenuItem.Image = OCTech.OBD2.Applications.Properties.Resources.p00005d;
            preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
            preferencesToolStripMenuItem.Size = new Size(179, 22);
            preferencesToolStripMenuItem.Text = "&Preferences";
            preferencesToolStripMenuItem.Click += new EventHandler(preferencesToolStripMenuItem_Click);

            toolStripContainer.ContentPanel.Controls.Add(tableLayoutPanel);
            toolStripContainer.ContentPanel.Padding = new Padding(0, 0, 0, 23);
            toolStripContainer.ContentPanel.Size = new Size(763, 458);
            toolStripContainer.Dock = DockStyle.Fill;
            toolStripContainer.Location = new Point(0, 0);
            toolStripContainer.Name = "toolStripContainer";
            toolStripContainer.Size = new Size(763, 482);
            toolStripContainer.TabIndex = 0;
            toolStripContainer.TopToolStripPanel.Controls.Add(menuStrip);

            m_statusPortECU.Location = new Point(0, 459);
            m_statusPortECU.Name = "ultraStatusBar";
            appearance.TextHAlignAsString = "Center";
            m_statusPortECU.PanelAppearance = appearance;

            ultraStatusPanel1.Key = "InterfacePanel";
            ultraStatusPanel1.SizingMode = PanelSizingMode.Automatic;
            ultraStatusPanel1.Style = PanelStyle.ControlContainer;
            ultraStatusPanel1.Width = 90;

            ultraStatusPanel2.Key = "ECUPanel";
            ultraStatusPanel2.SizingMode = PanelSizingMode.Automatic;
            ultraStatusPanel2.Style = PanelStyle.ControlContainer;
            ultraStatusPanel2.Width = 75;

            ultraStatusPanel3.Key = "CurrentOperationPanel";
            ultraStatusPanel3.SizingMode = PanelSizingMode.Automatic;
            ultraStatusPanel3.Visible = false;
            ultraStatusPanel3.Width = 90;

            ultraStatusPanel4.Key = "ErrorPanel";
            ultraStatusPanel4.SizingMode = PanelSizingMode.Spring;

            ultraStatusPanel5.Key = "CalPanel";
            ultraStatusPanel5.SizingMode = PanelSizingMode.Automatic;
            ultraStatusPanel5.Visible = false;

            ultraStatusPanel6.Key = "PlaybackTimePanel";
            ultraStatusPanel6.SizingMode = PanelSizingMode.Automatic;
            ultraStatusPanel6.Visible = false;

            ultraStatusPanel7.Key = "PIDTimingPanel";
            ultraStatusPanel7.Width = 85;

            ultraStatusPanel8.Key = "ClockPanel";
            ultraStatusPanel8.SizingMode = PanelSizingMode.Automatic;
            ultraStatusPanel8.Style = PanelStyle.Time;

            m_statusPortECU.Panels.AddRange(new UltraStatusPanel[]
            {
                ultraStatusPanel1,
                ultraStatusPanel2,
                ultraStatusPanel3,
                ultraStatusPanel4,
                ultraStatusPanel5,
                ultraStatusPanel6,
                ultraStatusPanel7,
                ultraStatusPanel8
            });

            m_statusPortECU.Size = new Size(763, 23);
            m_statusPortECU.SizeGripVisible = DefaultableBoolean.False;
            m_statusPortECU.TabIndex = 1;
            m_statusPortECU.ViewStyle = ViewStyle.VisualStudio2005;
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new Size(763, 482);
            this.Controls.Add(m_statusPortECU);
            this.Controls.Add(toolStripContainer);
            this.MainMenuStrip = menuStrip;
            this.Margin = new Padding(2);
            this.Name= "MainForm";
            StartPosition = FormStartPosition.CenterScreen;
            this.WindowState = FormWindowState.Maximized;
            tableLayoutPanel.ResumeLayout(false);
            menuStrip.ResumeLayout(false);
            menuStrip.PerformLayout();
            toolStripContainer.ContentPanel.ResumeLayout(false);
            toolStripContainer.TopToolStripPanel.ResumeLayout(false);
            toolStripContainer.TopToolStripPanel.PerformLayout();
            toolStripContainer.ResumeLayout(false);
            toolStripContainer.PerformLayout();
            ((ISupportInitialize)m_statusPortECU).EndInit();
            this.ResumeLayout(false);
        }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ToolStrip                 toolStrip1;
     System.Windows.Forms.ToolStripButton           _openButton;
     System.Windows.Forms.ToolStripMenuItem         _fileMenuItem;
     System.Windows.Forms.ToolStripMenuItem         _openMenuItem;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator        toolStripSeparator2;
     System.Windows.Forms.ToolStripMenuItem         _exitMenuItem;
     System.Windows.Forms.ToolStrip                 toolStrip2;
     System.Windows.Forms.ToolStripContainer        _toolStripContainer;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.ToolStripMenuItem         _addTreeContextMenuIten;
     System.Windows.Forms.ToolStripMenuItem         _removeListContextMenuItem;
     System.Windows.Forms.ToolStripMenuItem         removeToolStripMenuItem;
     System.Windows.Forms.ToolStripMenuItem         _renameListContextMenuItem;
     this._saveButton             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3     = new System.Windows.Forms.ToolStripSeparator();
     this._generateButton         = new System.Windows.Forms.ToolStripButton();
     this._saveMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this._manageCulturesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._generateMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this._addResourceButton      = new System.Windows.Forms.ToolStripButton();
     this._removeResourceButton   = new System.Windows.Forms.ToolStripButton();
     this._renameResourceButton   = new System.Windows.Forms.ToolStripButton();
     this._treeSplitter           = new System.Windows.Forms.SplitContainer();
     this._paneTree               = new Rsdn.LocUtil.Pane();
     this._categoryTree           = new Rsdn.TreeGrid.TreeGrid();
     this._nameCol                = new System.Windows.Forms.ColumnHeader();
     this._countCol               = new System.Windows.Forms.ColumnHeader();
     this._treeImages             = new System.Windows.Forms.ImageList(this.components);
     this._resourceSplitter       = new System.Windows.Forms.SplitContainer();
     this._paneItems              = new Rsdn.LocUtil.Pane();
     this._itemList               = new System.Windows.Forms.ListView();
     this._itemNameCol            = new System.Windows.Forms.ColumnHeader();
     this._listImages             = new System.Windows.Forms.ImageList(this.components);
     this._paneProperties         = new Rsdn.LocUtil.Pane();
     this._propertyGrid           = new System.Windows.Forms.PropertyGrid();
     this._menuStrip              = new System.Windows.Forms.MenuStrip();
     this._resourceMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this._addResourceMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this._removeResourceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._renameResourceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._treeContextMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this._listContextMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this._openFileDialog         = new System.Windows.Forms.OpenFileDialog();
     this.BottomToolStripPanel    = new System.Windows.Forms.ToolStripPanel();
     this.TopToolStripPanel       = new System.Windows.Forms.ToolStripPanel();
     this.RightToolStripPanel     = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel      = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel            = new System.Windows.Forms.ToolStripContentPanel();
     toolStrip1                 = new System.Windows.Forms.ToolStrip();
     _openButton                = new System.Windows.Forms.ToolStripButton();
     _fileMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     _openMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2        = new System.Windows.Forms.ToolStripSeparator();
     _exitMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     toolStrip2                 = new System.Windows.Forms.ToolStrip();
     _toolStripContainer        = new System.Windows.Forms.ToolStripContainer();
     _addTreeContextMenuIten    = new System.Windows.Forms.ToolStripMenuItem();
     _removeListContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     removeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     _renameListContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     toolStrip1.SuspendLayout();
     toolStrip2.SuspendLayout();
     _toolStripContainer.ContentPanel.SuspendLayout();
     _toolStripContainer.TopToolStripPanel.SuspendLayout();
     _toolStripContainer.SuspendLayout();
     this._treeSplitter.Panel1.SuspendLayout();
     this._treeSplitter.Panel2.SuspendLayout();
     this._treeSplitter.SuspendLayout();
     this._paneTree.SuspendLayout();
     this._resourceSplitter.Panel1.SuspendLayout();
     this._resourceSplitter.Panel2.SuspendLayout();
     this._resourceSplitter.SuspendLayout();
     this._paneItems.SuspendLayout();
     this._paneProperties.SuspendLayout();
     this._menuStrip.SuspendLayout();
     this._treeContextMenu.SuspendLayout();
     this._listContextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _openButton,
         this._saveButton,
         this.toolStripSeparator3,
         this._generateButton
     });
     toolStrip1.Location = new System.Drawing.Point(3, 24);
     toolStrip1.Name     = "toolStrip1";
     toolStrip1.Size     = new System.Drawing.Size(87, 25);
     toolStrip1.TabIndex = 1;
     toolStrip1.Text     = "toolStrip1";
     //
     // _openButton
     //
     _openButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     _openButton.Image                 = global::Rsdn.LocUtil.Properties.Resources.Open;
     _openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     _openButton.Name   = "_openButton";
     _openButton.Size   = new System.Drawing.Size(23, 22);
     _openButton.Text   = "Open Resource File";
     _openButton.Click += new System.EventHandler(this._openMenuItem_Click);
     //
     // _saveButton
     //
     this._saveButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._saveButton.Enabled               = false;
     this._saveButton.Image                 = global::Rsdn.LocUtil.Properties.Resources.Save;
     this._saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._saveButton.Name   = "_saveButton";
     this._saveButton.Size   = new System.Drawing.Size(23, 22);
     this._saveButton.Text   = "Save Resource File";
     this._saveButton.Click += new System.EventHandler(this._saveMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // _generateButton
     //
     this._generateButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._generateButton.Enabled               = false;
     this._generateButton.Image                 = global::Rsdn.LocUtil.Properties.Resources.Generate;
     this._generateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._generateButton.Name   = "_generateButton";
     this._generateButton.Size   = new System.Drawing.Size(23, 22);
     this._generateButton.Text   = "Generate Resource Helper";
     this._generateButton.Click += new System.EventHandler(this._generateMenuItem_Click);
     //
     // _fileMenuItem
     //
     _fileMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _openMenuItem,
         this._saveMenuItem,
         toolStripSeparator1,
         this._manageCulturesMenuItem,
         this._generateMenuItem,
         toolStripSeparator2,
         _exitMenuItem
     });
     _fileMenuItem.Name = "_fileMenuItem";
     _fileMenuItem.Size = new System.Drawing.Size(35, 20);
     _fileMenuItem.Text = "&File";
     //
     // _openMenuItem
     //
     _openMenuItem.Image  = global::Rsdn.LocUtil.Properties.Resources.Open;
     _openMenuItem.Name   = "_openMenuItem";
     _openMenuItem.Size   = new System.Drawing.Size(166, 22);
     _openMenuItem.Text   = "&Open";
     _openMenuItem.Click += new System.EventHandler(this._openMenuItem_Click);
     //
     // _saveMenuItem
     //
     this._saveMenuItem.Enabled = false;
     this._saveMenuItem.Image   = global::Rsdn.LocUtil.Properties.Resources.Save;
     this._saveMenuItem.Name    = "_saveMenuItem";
     this._saveMenuItem.Size    = new System.Drawing.Size(166, 22);
     this._saveMenuItem.Text    = "&Save";
     this._saveMenuItem.Click  += new System.EventHandler(this._saveMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
     //
     // _manageCulturesMenuItem
     //
     this._manageCulturesMenuItem.Enabled = false;
     this._manageCulturesMenuItem.Name    = "_manageCulturesMenuItem";
     this._manageCulturesMenuItem.Size    = new System.Drawing.Size(166, 22);
     this._manageCulturesMenuItem.Text    = "Manage &Cultures";
     this._manageCulturesMenuItem.Click  += new System.EventHandler(this._manageCulturesMenuItem_Click);
     //
     // _generateMenuItem
     //
     this._generateMenuItem.Enabled = false;
     this._generateMenuItem.Image   = global::Rsdn.LocUtil.Properties.Resources.Generate;
     this._generateMenuItem.Name    = "_generateMenuItem";
     this._generateMenuItem.Size    = new System.Drawing.Size(166, 22);
     this._generateMenuItem.Text    = "&Generate helper";
     this._generateMenuItem.Click  += new System.EventHandler(this._generateMenuItem_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(163, 6);
     //
     // _exitMenuItem
     //
     _exitMenuItem.Name   = "_exitMenuItem";
     _exitMenuItem.Size   = new System.Drawing.Size(166, 22);
     _exitMenuItem.Text   = "&Exit";
     _exitMenuItem.Click += new System.EventHandler(this._exitMenuItem_Click);
     //
     // toolStrip2
     //
     toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._addResourceButton,
         this._removeResourceButton,
         this._renameResourceButton
     });
     toolStrip2.Location = new System.Drawing.Point(90, 24);
     toolStrip2.Name     = "toolStrip2";
     toolStrip2.Size     = new System.Drawing.Size(81, 25);
     toolStrip2.TabIndex = 2;
     toolStrip2.Text     = "toolStrip2";
     //
     // _addResourceButton
     //
     this._addResourceButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._addResourceButton.Enabled               = false;
     this._addResourceButton.Image                 = global::Rsdn.LocUtil.Properties.Resources.Add;
     this._addResourceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._addResourceButton.Name   = "_addResourceButton";
     this._addResourceButton.Size   = new System.Drawing.Size(23, 22);
     this._addResourceButton.Text   = "Add Resource";
     this._addResourceButton.Click += new System.EventHandler(this._addResourceMenuItem_Click);
     //
     // _removeResourceButton
     //
     this._removeResourceButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._removeResourceButton.Enabled               = false;
     this._removeResourceButton.Image                 = global::Rsdn.LocUtil.Properties.Resources.Remove;
     this._removeResourceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._removeResourceButton.Name   = "_removeResourceButton";
     this._removeResourceButton.Size   = new System.Drawing.Size(23, 22);
     this._removeResourceButton.Text   = "Remove Resource";
     this._removeResourceButton.Click += new System.EventHandler(this._removeResourceMenuItem_Click);
     //
     // _renameResourceButton
     //
     this._renameResourceButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._renameResourceButton.Enabled               = false;
     this._renameResourceButton.Image                 = global::Rsdn.LocUtil.Properties.Resources.Rename;
     this._renameResourceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._renameResourceButton.Name   = "_renameResourceButton";
     this._renameResourceButton.Size   = new System.Drawing.Size(23, 22);
     this._renameResourceButton.Text   = "Rename Resource";
     this._renameResourceButton.Click += new System.EventHandler(this._renameResourceMenuItem_Click);
     //
     // _toolStripContainer
     //
     //
     // _toolStripContainer.ContentPanel
     //
     _toolStripContainer.ContentPanel.Controls.Add(this._treeSplitter);
     _toolStripContainer.ContentPanel.Size = new System.Drawing.Size(792, 517);
     _toolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     _toolStripContainer.Location = new System.Drawing.Point(0, 0);
     _toolStripContainer.Name     = "_toolStripContainer";
     _toolStripContainer.Size     = new System.Drawing.Size(792, 566);
     _toolStripContainer.TabIndex = 12;
     _toolStripContainer.Text     = "toolStripContainer1";
     //
     // _toolStripContainer.TopToolStripPanel
     //
     _toolStripContainer.TopToolStripPanel.Controls.Add(this._menuStrip);
     _toolStripContainer.TopToolStripPanel.Controls.Add(toolStrip1);
     _toolStripContainer.TopToolStripPanel.Controls.Add(toolStrip2);
     //
     // _treeSplitter
     //
     this._treeSplitter.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._treeSplitter.Location = new System.Drawing.Point(0, 0);
     this._treeSplitter.Name     = "_treeSplitter";
     //
     // _treeSplitter.Panel1
     //
     this._treeSplitter.Panel1.Controls.Add(this._paneTree);
     //
     // _treeSplitter.Panel2
     //
     this._treeSplitter.Panel2.Controls.Add(this._resourceSplitter);
     this._treeSplitter.Size             = new System.Drawing.Size(792, 517);
     this._treeSplitter.SplitterDistance = 232;
     this._treeSplitter.TabIndex         = 0;
     this._treeSplitter.Text             = "splitContainer1";
     //
     // _paneTree
     //
     this._paneTree.Controls.Add(this._categoryTree);
     this._paneTree.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._paneTree.Location = new System.Drawing.Point(0, 0);
     this._paneTree.Name     = "_paneTree";
     this._paneTree.Padding  = new System.Windows.Forms.Padding(1, 20, 1, 1);
     //
     //
     //
     this._paneTree.PaneCaptionContol.Dock     = System.Windows.Forms.DockStyle.Top;
     this._paneTree.PaneCaptionContol.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this._paneTree.PaneCaptionContol.Location = new System.Drawing.Point(1, 1);
     this._paneTree.PaneCaptionContol.Name     = "_caption";
     this._paneTree.PaneCaptionContol.Size     = new System.Drawing.Size(230, 18);
     this._paneTree.PaneCaptionContol.TabIndex = 0;
     this._paneTree.PaneCaptionContol.Text     = "Panel 1";
     this._paneTree.Size     = new System.Drawing.Size(232, 517);
     this._paneTree.TabIndex = 7;
     //
     // _categoryTree
     //
     this._categoryTree.BackColor   = System.Drawing.SystemColors.Window;
     this._categoryTree.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._categoryTree.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._nameCol,
         this._countCol
     });
     this._categoryTree.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._categoryTree.FullRowSelect  = true;
     this._categoryTree.HideSelection  = false;
     this._categoryTree.Indent         = 5;
     this._categoryTree.LargeImageList = this._treeImages;
     this._categoryTree.Location       = new System.Drawing.Point(1, 20);
     this._categoryTree.Name           = "_categoryTree";
     this._categoryTree.OwnerDraw      = true;
     this._categoryTree.Size           = new System.Drawing.Size(230, 496);
     this._categoryTree.SmallImageList = this._treeImages;
     this._categoryTree.TabIndex       = 0;
     this._categoryTree.UseCompatibleStateImageBehavior = false;
     this._categoryTree.View               = System.Windows.Forms.View.Details;
     this._categoryTree.VirtualMode        = true;
     this._categoryTree.GetData           += new System.EventHandler <Rsdn.TreeGrid.GetDataEventArgs>(this._categoryTree_GetData);
     this._categoryTree.MouseUp           += new System.Windows.Forms.MouseEventHandler(this._categoryTree_MouseUp);
     this._categoryTree.AfterActivateNode += new Rsdn.TreeGrid.AfterActivateNodeHandler(this._categoryTree_AfterActivateNode);
     //
     // _nameCol
     //
     this._nameCol.Text  = "Name";
     this._nameCol.Width = 159;
     //
     // _countCol
     //
     this._countCol.Text = "Count";
     //
     // _treeImages
     //
     this._treeImages.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_treeImages.ImageStream")));
     this._treeImages.TransparentColor = System.Drawing.Color.Transparent;
     this._treeImages.Images.SetKeyName(0, "root");
     this._treeImages.Images.SetKeyName(1, "category");
     //
     // _resourceSplitter
     //
     this._resourceSplitter.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._resourceSplitter.Location    = new System.Drawing.Point(0, 0);
     this._resourceSplitter.Name        = "_resourceSplitter";
     this._resourceSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // _resourceSplitter.Panel1
     //
     this._resourceSplitter.Panel1.Controls.Add(this._paneItems);
     //
     // _resourceSplitter.Panel2
     //
     this._resourceSplitter.Panel2.Controls.Add(this._paneProperties);
     this._resourceSplitter.Size             = new System.Drawing.Size(556, 517);
     this._resourceSplitter.SplitterDistance = 336;
     this._resourceSplitter.TabIndex         = 0;
     this._resourceSplitter.Text             = "splitContainer1";
     //
     // _paneItems
     //
     this._paneItems.Controls.Add(this._itemList);
     this._paneItems.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._paneItems.Location = new System.Drawing.Point(0, 0);
     this._paneItems.Name     = "_paneItems";
     this._paneItems.Padding  = new System.Windows.Forms.Padding(1, 20, 1, 1);
     //
     //
     //
     this._paneItems.PaneCaptionContol.Dock     = System.Windows.Forms.DockStyle.Top;
     this._paneItems.PaneCaptionContol.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this._paneItems.PaneCaptionContol.Location = new System.Drawing.Point(1, 1);
     this._paneItems.PaneCaptionContol.Name     = "_caption";
     this._paneItems.PaneCaptionContol.Size     = new System.Drawing.Size(554, 18);
     this._paneItems.PaneCaptionContol.TabIndex = 0;
     this._paneItems.PaneCaptionContol.Text     = "Panel 1";
     this._paneItems.Size     = new System.Drawing.Size(556, 336);
     this._paneItems.TabIndex = 9;
     //
     // _itemList
     //
     this._itemList.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._itemList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._itemNameCol
     });
     this._itemList.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._itemList.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.None;
     this._itemList.HideSelection  = false;
     this._itemList.LabelEdit      = true;
     this._itemList.Location       = new System.Drawing.Point(1, 20);
     this._itemList.Name           = "_itemList";
     this._itemList.Size           = new System.Drawing.Size(554, 315);
     this._itemList.SmallImageList = this._listImages;
     this._itemList.TabIndex       = 4;
     this._itemList.UseCompatibleStateImageBehavior = false;
     this._itemList.View = System.Windows.Forms.View.Details;
     this._itemList.SelectedIndexChanged += new System.EventHandler(this._itemList_SelectedIndexChanged);
     this._itemList.MouseUp        += new System.Windows.Forms.MouseEventHandler(this._itemList_MouseUp);
     this._itemList.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this._itemList_AfterLabelEdit);
     //
     // _listImages
     //
     this._listImages.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_listImages.ImageStream")));
     this._listImages.TransparentColor = System.Drawing.Color.Transparent;
     this._listImages.Images.SetKeyName(0, "item");
     //
     // _paneProperties
     //
     this._paneProperties.Controls.Add(this._propertyGrid);
     this._paneProperties.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._paneProperties.Location = new System.Drawing.Point(0, 0);
     this._paneProperties.Name     = "_paneProperties";
     this._paneProperties.Padding  = new System.Windows.Forms.Padding(1, 20, 1, 1);
     //
     //
     //
     this._paneProperties.PaneCaptionContol.Dock     = System.Windows.Forms.DockStyle.Top;
     this._paneProperties.PaneCaptionContol.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this._paneProperties.PaneCaptionContol.Location = new System.Drawing.Point(1, 1);
     this._paneProperties.PaneCaptionContol.Name     = "_caption";
     this._paneProperties.PaneCaptionContol.Size     = new System.Drawing.Size(554, 18);
     this._paneProperties.PaneCaptionContol.TabIndex = 0;
     this._paneProperties.PaneCaptionContol.Text     = "Panel 1";
     this._paneProperties.Size     = new System.Drawing.Size(556, 177);
     this._paneProperties.TabIndex = 8;
     //
     // _propertyGrid
     //
     this._propertyGrid.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._propertyGrid.LineColor      = System.Drawing.SystemColors.ScrollBar;
     this._propertyGrid.Location       = new System.Drawing.Point(1, 20);
     this._propertyGrid.Name           = "_propertyGrid";
     this._propertyGrid.PropertySort   = System.Windows.Forms.PropertySort.NoSort;
     this._propertyGrid.Size           = new System.Drawing.Size(554, 156);
     this._propertyGrid.TabIndex       = 0;
     this._propertyGrid.ToolbarVisible = false;
     //
     // _menuStrip
     //
     this._menuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this._menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _fileMenuItem,
         this._resourceMenuItem
     });
     this._menuStrip.Location = new System.Drawing.Point(0, 0);
     this._menuStrip.Name     = "_menuStrip";
     this._menuStrip.Size     = new System.Drawing.Size(792, 24);
     this._menuStrip.TabIndex = 0;
     this._menuStrip.Text     = "menuStrip1";
     //
     // _resourceMenuItem
     //
     this._resourceMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._addResourceMenuItem,
         this._removeResourceMenuItem,
         this._renameResourceMenuItem
     });
     this._resourceMenuItem.Enabled = false;
     this._resourceMenuItem.Name    = "_resourceMenuItem";
     this._resourceMenuItem.Size    = new System.Drawing.Size(64, 20);
     this._resourceMenuItem.Text    = "&Resource";
     //
     // _addResourceMenuItem
     //
     this._addResourceMenuItem.Enabled = false;
     this._addResourceMenuItem.Image   = global::Rsdn.LocUtil.Properties.Resources.Add;
     this._addResourceMenuItem.Name    = "_addResourceMenuItem";
     this._addResourceMenuItem.Size    = new System.Drawing.Size(124, 22);
     this._addResourceMenuItem.Text    = "&Add";
     this._addResourceMenuItem.Click  += new System.EventHandler(this._addResourceMenuItem_Click);
     //
     // _removeResourceMenuItem
     //
     this._removeResourceMenuItem.Enabled = false;
     this._removeResourceMenuItem.Image   = global::Rsdn.LocUtil.Properties.Resources.Remove;
     this._removeResourceMenuItem.Name    = "_removeResourceMenuItem";
     this._removeResourceMenuItem.Size    = new System.Drawing.Size(124, 22);
     this._removeResourceMenuItem.Text    = "&Remove";
     this._removeResourceMenuItem.Click  += new System.EventHandler(this._removeResourceMenuItem_Click);
     //
     // _renameResourceMenuItem
     //
     this._renameResourceMenuItem.Enabled = false;
     this._renameResourceMenuItem.Image   = global::Rsdn.LocUtil.Properties.Resources.Rename;
     this._renameResourceMenuItem.Name    = "_renameResourceMenuItem";
     this._renameResourceMenuItem.Size    = new System.Drawing.Size(124, 22);
     this._renameResourceMenuItem.Text    = "Re&name";
     this._renameResourceMenuItem.Click  += new System.EventHandler(this._renameResourceMenuItem_Click);
     //
     // _addTreeContextMenuIten
     //
     _addTreeContextMenuIten.Image = global::Rsdn.LocUtil.Properties.Resources.Add;
     _addTreeContextMenuIten.Name  = "_addTreeContextMenuIten";
     _addTreeContextMenuIten.Size  = new System.Drawing.Size(104, 22);
     _addTreeContextMenuIten.Text  = "&Add";
     //
     // _removeListContextMenuItem
     //
     _removeListContextMenuItem.Image  = global::Rsdn.LocUtil.Properties.Resources.Add;
     _removeListContextMenuItem.Name   = "_removeListContextMenuItem";
     _removeListContextMenuItem.Size   = new System.Drawing.Size(124, 22);
     _removeListContextMenuItem.Text   = "&Add";
     _removeListContextMenuItem.Click += new System.EventHandler(this._addResourceMenuItem_Click);
     //
     // removeToolStripMenuItem
     //
     removeToolStripMenuItem.Image  = global::Rsdn.LocUtil.Properties.Resources.Remove;
     removeToolStripMenuItem.Name   = "removeToolStripMenuItem";
     removeToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     removeToolStripMenuItem.Text   = "&Remove";
     removeToolStripMenuItem.Click += new System.EventHandler(this._removeResourceMenuItem_Click);
     //
     // _renameListContextMenuItem
     //
     _renameListContextMenuItem.Image  = global::Rsdn.LocUtil.Properties.Resources.Rename;
     _renameListContextMenuItem.Name   = "_renameListContextMenuItem";
     _renameListContextMenuItem.Size   = new System.Drawing.Size(124, 22);
     _renameListContextMenuItem.Text   = "Re&name";
     _renameListContextMenuItem.Click += new System.EventHandler(this._renameResourceMenuItem_Click);
     //
     // _treeContextMenu
     //
     this._treeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _addTreeContextMenuIten
     });
     this._treeContextMenu.Name   = "_treeContextMenu";
     this._treeContextMenu.Size   = new System.Drawing.Size(105, 26);
     this._treeContextMenu.Click += new System.EventHandler(this._addResourceMenuItem_Click);
     //
     // _listContextMenu
     //
     this._listContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _removeListContextMenuItem,
         removeToolStripMenuItem,
         _renameListContextMenuItem
     });
     this._listContextMenu.Name = "_listContextMenu";
     this._listContextMenu.Size = new System.Drawing.Size(125, 70);
     //
     // _openFileDialog
     //
     this._openFileDialog.DefaultExt = "resx";
     this._openFileDialog.Filter     = "ResX files|*.resx";
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name        = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.BottomToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name        = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.TopToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name        = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.RightToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name        = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.LeftToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.Size = new System.Drawing.Size(200, 100);
     //
     // MainForm
     //
     this.ClientSize = new System.Drawing.Size(792, 566);
     this.Controls.Add(_toolStripContainer);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this._menuStrip;
     this.Name          = "MainForm";
     this.Text          = "Localization utility";
     toolStrip1.ResumeLayout(false);
     toolStrip1.PerformLayout();
     toolStrip2.ResumeLayout(false);
     toolStrip2.PerformLayout();
     _toolStripContainer.ContentPanel.ResumeLayout(false);
     _toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     _toolStripContainer.TopToolStripPanel.PerformLayout();
     _toolStripContainer.ResumeLayout(false);
     _toolStripContainer.PerformLayout();
     this._treeSplitter.Panel1.ResumeLayout(false);
     this._treeSplitter.Panel2.ResumeLayout(false);
     this._treeSplitter.ResumeLayout(false);
     this._paneTree.ResumeLayout(false);
     this._resourceSplitter.Panel1.ResumeLayout(false);
     this._resourceSplitter.Panel2.ResumeLayout(false);
     this._resourceSplitter.ResumeLayout(false);
     this._paneItems.ResumeLayout(false);
     this._paneProperties.ResumeLayout(false);
     this._menuStrip.ResumeLayout(false);
     this._menuStrip.PerformLayout();
     this._treeContextMenu.ResumeLayout(false);
     this._listContextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #5
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		void InitializeComponent() {
			components = new System.ComponentModel.Container();
			var resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			toolStripContainer1 = new ToolStripContainer();
			panel1 = new Panel();
			shapeContainer1 = new ShapeContainer();
			menuStrip1 = new MenuStrip();
			fileToolStripMenuItem = new ToolStripMenuItem();
			newToolStripMenuItem = new ToolStripMenuItem();
			openToolStripMenuItem = new ToolStripMenuItem();
			toolStripSeparator = new ToolStripSeparator();
			saveToolStripMenuItem = new ToolStripMenuItem();
			saveAsToolStripMenuItem = new ToolStripMenuItem();
			exportToolStripMenuItem = new ToolStripMenuItem();
			exportImageToolStripMenuItem = new ToolStripMenuItem();
			comeImmagineVettorialeToolStripMenuItem = new ToolStripMenuItem();
			toolStripSeparator1 = new ToolStripSeparator();
			printToolStripMenuItem = new ToolStripMenuItem();
			printPreviewToolStripMenuItem = new ToolStripMenuItem();
			toolStripSeparator2 = new ToolStripSeparator();
			exitToolStripMenuItem = new ToolStripMenuItem();
			editToolStripMenuItem = new ToolStripMenuItem();
			undoToolStripMenuItem = new ToolStripMenuItem();
			redoToolStripMenuItem = new ToolStripMenuItem();
			toolStripSeparator3 = new ToolStripSeparator();
			cutToolStripMenuItem = new ToolStripMenuItem();
			copyToolStripMenuItem = new ToolStripMenuItem();
			pasteToolStripMenuItem = new ToolStripMenuItem();
			toolStripSeparator4 = new ToolStripSeparator();
			selectAllToolStripMenuItem = new ToolStripMenuItem();
			objectsTSMI = new ToolStripMenuItem();
			lineKindTSMI = new ToolStripMenuItem();
			toolsToolStripMenuItem = new ToolStripMenuItem();
			customizeToolStripMenuItem = new ToolStripMenuItem();
			optionsToolStripMenuItem = new ToolStripMenuItem();
			showTSMI = new ToolStripMenuItem();
			hideTSMI = new ToolStripMenuItem();
			helpToolStripMenuItem = new ToolStripMenuItem();
			contentsToolStripMenuItem = new ToolStripMenuItem();
			indexToolStripMenuItem = new ToolStripMenuItem();
			searchToolStripMenuItem = new ToolStripMenuItem();
			toolStripSeparator5 = new ToolStripSeparator();
			aboutToolStripMenuItem = new ToolStripMenuItem();
			toolStrip1 = new ToolStrip();
			newToolStripButton = new ToolStripButton();
			saveToolStripButton = new ToolStripButton();
			openToolStripButton = new ToolStripButton();
			printToolStripButton = new ToolStripButton();
			toolStripSeparator6 = new ToolStripSeparator();
			cutToolStripButton = new ToolStripButton();
			copyToolStripButton = new ToolStripButton();
			pasteToolStripButton = new ToolStripButton();
			toolStripSeparator7 = new ToolStripSeparator();
			libraryTS = new ToolStripSplitButton();
			linkModeTS = new CheckableToolStripSplitButton();
			toolStripSeparator8 = new ToolStripSeparator();
			fontTS = new CheckableToolStripSplitButton();
			altriToolStripMenuItem = new ToolStripMenuItem();
			fColorTS = new CheckableToolStripSplitButton();
			altriToolStripMenuItem1 = new ToolStripMenuItem();
			bColorTS = new CheckableToolStripSplitButton();
			altriToolStripMenuItem2 = new ToolStripMenuItem();
			borderColorTS = new CheckableToolStripSplitButton();
			altriToolStripMenuItem3 = new ToolStripMenuItem();
			toolStripSeparator9 = new ToolStripSeparator();
			resizeTS = new ToolStripButton();
			gridTS = new ToolStripButton();
			toolStripSeparator10 = new ToolStripSeparator();
			helpToolStripButton = new ToolStripButton();
			imageList1 = new ImageList(components);
			fColorDialog = new ColorDialog();
			fontDialog1 = new FontDialog();
			bColorDialog = new ColorDialog();
			printDocument1 = new System.Drawing.Printing.PrintDocument();
			printDialog1 = new PrintDialog();
			printPreviewDialog1 = new PrintPreviewDialog();
			openFileDialog1 = new OpenFileDialog();
			saveFileDialog1 = new SaveFileDialog();
			saveFileDialog2 = new SaveFileDialog();
			borderColorDialog = new ColorDialog();
			saveFileDialog3 = new SaveFileDialog();
			toolStripContainer1.ContentPanel.SuspendLayout();
			toolStripContainer1.TopToolStripPanel.SuspendLayout();
			toolStripContainer1.SuspendLayout();
			panel1.SuspendLayout();
			menuStrip1.SuspendLayout();
			toolStrip1.SuspendLayout();
			SuspendLayout();
			// 
			// toolStripContainer1
			// 
			// 
			// toolStripContainer1.ContentPanel
			// 
			toolStripContainer1.ContentPanel.Controls.Add(panel1);
			toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(804, 529);
			toolStripContainer1.Dock = DockStyle.Fill;
			toolStripContainer1.Location = new System.Drawing.Point(0, 0);
			toolStripContainer1.Name = "toolStripContainer1";
			toolStripContainer1.Size = new System.Drawing.Size(804, 578);
			toolStripContainer1.TabIndex = 1;
			toolStripContainer1.Text = "toolStripContainer1";
			// 
			// toolStripContainer1.TopToolStripPanel
			// 
			toolStripContainer1.TopToolStripPanel.Controls.Add(menuStrip1);
			toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1);
			// 
			// panel1
			// 
			panel1.AutoScroll = true;
			panel1.AutoSize = true;
			panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			panel1.Controls.Add(shapeContainer1);
			panel1.Dock = DockStyle.Fill;
			panel1.Location = new System.Drawing.Point(0, 0);
			panel1.Name = "panel1";
			panel1.Size = new System.Drawing.Size(804, 529);
			panel1.TabIndex = 1;
			// 
			// shapeContainer1
			// 
			shapeContainer1.BackColor = System.Drawing.Color.White;
			shapeContainer1.Location = new System.Drawing.Point(0, 0);
			shapeContainer1.Name = "shapeContainer1";
			shapeContainer1.Size = new System.Drawing.Size(804, 529);
			shapeContainer1.TabIndex = 1;
			shapeContainer1.Link += new System.EventHandler(ShapeContainer1Link);
			shapeContainer1.Click += new System.EventHandler<ShapeEventArgs>(ShapeContainer1Click);
			shapeContainer1.MouseClick += new MouseEventHandler(ShapeContainer1MouseClick);
			shapeContainer1.MouseDown += new MouseEventHandler(ShapeContainer1MouseDown);
			// 
			// menuStrip1
			// 
			menuStrip1.Dock = DockStyle.None;
			menuStrip1.Items.AddRange(new ToolStripItem[] {
            fileToolStripMenuItem,
            editToolStripMenuItem,
            objectsTSMI,
            lineKindTSMI,
            toolsToolStripMenuItem,
            helpToolStripMenuItem});
			menuStrip1.Location = new System.Drawing.Point(0, 0);
			menuStrip1.Name = "menuStrip1";
			menuStrip1.Size = new System.Drawing.Size(804, 24);
			menuStrip1.TabIndex = 0;
			menuStrip1.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] {
            newToolStripMenuItem,
            openToolStripMenuItem,
            toolStripSeparator,
            saveToolStripMenuItem,
            saveAsToolStripMenuItem,
            exportToolStripMenuItem,
            toolStripSeparator1,
            printToolStripMenuItem,
            printPreviewToolStripMenuItem,
            toolStripSeparator2,
            exitToolStripMenuItem});
			fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
			fileToolStripMenuItem.Text = "&File";
			// 
			// newToolStripMenuItem
			// 
			newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
			newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			newToolStripMenuItem.Name = "newToolStripMenuItem";
			newToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.N;
			newToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			newToolStripMenuItem.Text = "Nuovo...";
			newToolStripMenuItem.Click += new System.EventHandler(NewToolStripMenuItemClick);
			// 
			// openToolStripMenuItem
			// 
			openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
			openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			openToolStripMenuItem.Name = "openToolStripMenuItem";
			openToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.O;
			openToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			openToolStripMenuItem.Text = "Apri...";
			openToolStripMenuItem.Click += new System.EventHandler(OpenToolStripMenuItemClick);
			// 
			// toolStripSeparator
			// 
			toolStripSeparator.Name = "toolStripSeparator";
			toolStripSeparator.Size = new System.Drawing.Size(191, 6);
			// 
			// saveToolStripMenuItem
			// 
			saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
			saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			saveToolStripMenuItem.ShortcutKeys = ((Keys.Control | Keys.S));
			saveToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			saveToolStripMenuItem.Text = "Salva";
			saveToolStripMenuItem.Click += new System.EventHandler(SaveToolStripMenuItemClick);
			// 
			// saveAsToolStripMenuItem
			// 
			saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
			saveAsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			saveAsToolStripMenuItem.Text = "Salva come...";
			saveAsToolStripMenuItem.Click += new System.EventHandler(SaveAsToolStripMenuItemClick);
			// 
			// exportToolStripMenuItem
			// 
			exportToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] {
            exportImageToolStripMenuItem,
            comeImmagineVettorialeToolStripMenuItem});
			exportToolStripMenuItem.Name = "exportToolStripMenuItem";
			exportToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			exportToolStripMenuItem.Text = "Esporta";
			// 
			// exportImageToolStripMenuItem
			// 
			exportImageToolStripMenuItem.Name = "exportImageToolStripMenuItem";
			exportImageToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
			exportImageToolStripMenuItem.Text = "Come immagine...";
			exportImageToolStripMenuItem.Click += new System.EventHandler(ExportImageToolStripMenuItemClick);
			// 
			// comeImmagineVettorialeToolStripMenuItem
			// 
			comeImmagineVettorialeToolStripMenuItem.Name = "comeImmagineVettorialeToolStripMenuItem";
			comeImmagineVettorialeToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
			comeImmagineVettorialeToolStripMenuItem.Text = "Come immagine vettoriale...";
			comeImmagineVettorialeToolStripMenuItem.Click += new System.EventHandler(ComeImmagineVettorialeToolStripMenuItemClick);
			// 
			// toolStripSeparator1
			// 
			toolStripSeparator1.Name = "toolStripSeparator1";
			toolStripSeparator1.Size = new System.Drawing.Size(191, 6);
			// 
			// printToolStripMenuItem
			// 
			printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
			printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			printToolStripMenuItem.Name = "printToolStripMenuItem";
			printToolStripMenuItem.ShortcutKeys = ((Keys.Control | Keys.P));
			printToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			printToolStripMenuItem.Text = "&Stampa...";
			printToolStripMenuItem.Click += new System.EventHandler(PrintToolStripMenuItemClick);
			// 
			// printPreviewToolStripMenuItem
			// 
			printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
			printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
			printPreviewToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			printPreviewToolStripMenuItem.Text = "Anteprima di stampa...";
			printPreviewToolStripMenuItem.Click += new System.EventHandler(PrintPreviewToolStripMenuItemClick);
			// 
			// toolStripSeparator2
			// 
			toolStripSeparator2.Name = "toolStripSeparator2";
			toolStripSeparator2.Size = new System.Drawing.Size(191, 6);
			// 
			// exitToolStripMenuItem
			// 
			exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			exitToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
			exitToolStripMenuItem.Text = "Esci";
			exitToolStripMenuItem.Click += new System.EventHandler(ExitToolStripMenuItemClick);
			// 
			// editToolStripMenuItem
			// 
			editToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] {
            undoToolStripMenuItem,
            redoToolStripMenuItem,
            toolStripSeparator3,
            cutToolStripMenuItem,
            copyToolStripMenuItem,
            pasteToolStripMenuItem,
            toolStripSeparator4,
            selectAllToolStripMenuItem});
			editToolStripMenuItem.Enabled = false;
			editToolStripMenuItem.Name = "editToolStripMenuItem";
			editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
			editToolStripMenuItem.Text = "&Edit";
			editToolStripMenuItem.Visible = false;
			// 
			// undoToolStripMenuItem
			// 
			undoToolStripMenuItem.Enabled = false;
			undoToolStripMenuItem.Name = "undoToolStripMenuItem";
			undoToolStripMenuItem.ShortcutKeys = ((Keys.Control | Keys.Z));
			undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
			undoToolStripMenuItem.Text = "&Undo";
			// 
			// redoToolStripMenuItem
			// 
			redoToolStripMenuItem.Enabled = false;
			redoToolStripMenuItem.Name = "redoToolStripMenuItem";
			redoToolStripMenuItem.ShortcutKeys = ((Keys.Control | Keys.Y));
			redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
			redoToolStripMenuItem.Text = "&Redo";
			// 
			// toolStripSeparator3
			// 
			toolStripSeparator3.Name = "toolStripSeparator3";
			toolStripSeparator3.Size = new System.Drawing.Size(141, 6);
			// 
			// cutToolStripMenuItem
			// 
			cutToolStripMenuItem.Enabled = false;
			cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
			cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			cutToolStripMenuItem.Name = "cutToolStripMenuItem";
			cutToolStripMenuItem.ShortcutKeys = ((Keys.Control | Keys.X));
			cutToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
			cutToolStripMenuItem.Text = "Cu&t";
			// 
			// copyToolStripMenuItem
			// 
			copyToolStripMenuItem.Enabled = false;
			copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
			copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			copyToolStripMenuItem.Name = "copyToolStripMenuItem";
			copyToolStripMenuItem.ShortcutKeys = ((Keys.Control | Keys.C));
			copyToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
			copyToolStripMenuItem.Text = "&Copy";
			// 
			// pasteToolStripMenuItem
			// 
			pasteToolStripMenuItem.Enabled = false;
			pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
			pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
			pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
			pasteToolStripMenuItem.ShortcutKeys = ((Keys.Control | Keys.V));
			pasteToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
			pasteToolStripMenuItem.Text = "&Paste";
			// 
			// toolStripSeparator4
			// 
			toolStripSeparator4.Name = "toolStripSeparator4";
			toolStripSeparator4.Size = new System.Drawing.Size(141, 6);
			// 
			// selectAllToolStripMenuItem
			// 
			selectAllToolStripMenuItem.Enabled = false;
			selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
			selectAllToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
			selectAllToolStripMenuItem.Text = "Select &All";
			// 
			// objectsTSMI
			// 
			objectsTSMI.Name = "objectsTSMI";
			objectsTSMI.Size = new System.Drawing.Size(59, 20);
			objectsTSMI.Text = "Oggetti";
			// 
			// lineKindTSMI
			// 
			lineKindTSMI.Name = "lineKindTSMI";
			lineKindTSMI.Size = new System.Drawing.Size(47, 20);
			lineKindTSMI.Text = "Linee";
			// 
			// toolsToolStripMenuItem
			// 
			toolsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] {
            customizeToolStripMenuItem,
            optionsToolStripMenuItem,
            showTSMI,
            hideTSMI});
			toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
			toolsToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
			toolsToolStripMenuItem.Text = "&Strumenti";
			// 
			// customizeToolStripMenuItem
			// 
			customizeToolStripMenuItem.Enabled = false;
			customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
			customizeToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			customizeToolStripMenuItem.Text = "&Customize";
			customizeToolStripMenuItem.Visible = false;
			// 
			// optionsToolStripMenuItem
			// 
			optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
			optionsToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			optionsToolStripMenuItem.Text = "&Opzioni";
			optionsToolStripMenuItem.Click += new System.EventHandler(OptionsToolStripMenuItemClick);
			// 
			// showTSMI
			// 
			showTSMI.Name = "showTSMI";
			showTSMI.Size = new System.Drawing.Size(186, 22);
			showTSMI.Text = "Mostra tutti i punti";
			showTSMI.Click += new System.EventHandler(ShowTsmiClick);
			// 
			// hideTSMI
			// 
			hideTSMI.Name = "hideTSMI";
			hideTSMI.Size = new System.Drawing.Size(186, 22);
			hideTSMI.Text = "Nascondi tutti i punti";
			hideTSMI.Click += new System.EventHandler(HideTsmiClick);
			// 
			// helpToolStripMenuItem
			// 
			helpToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] {
            contentsToolStripMenuItem,
            indexToolStripMenuItem,
            searchToolStripMenuItem,
            toolStripSeparator5,
            aboutToolStripMenuItem});
			helpToolStripMenuItem.Name = "helpToolStripMenuItem";
			helpToolStripMenuItem.Size = new System.Drawing.Size(24, 20);
			helpToolStripMenuItem.Text = "&?";
			// 
			// contentsToolStripMenuItem
			// 
			contentsToolStripMenuItem.Enabled = false;
			contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
			contentsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			contentsToolStripMenuItem.Text = "&Contents";
			// 
			// indexToolStripMenuItem
			// 
			indexToolStripMenuItem.Enabled = false;
			indexToolStripMenuItem.Name = "indexToolStripMenuItem";
			indexToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			indexToolStripMenuItem.Text = "&Index";
			// 
			// searchToolStripMenuItem
			// 
			searchToolStripMenuItem.Enabled = false;
			searchToolStripMenuItem.Name = "searchToolStripMenuItem";
			searchToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			searchToolStripMenuItem.Text = "&Search";
			// 
			// toolStripSeparator5
			// 
			toolStripSeparator5.Name = "toolStripSeparator5";
			toolStripSeparator5.Size = new System.Drawing.Size(162, 6);
			// 
			// aboutToolStripMenuItem
			// 
			aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
			aboutToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
			aboutToolStripMenuItem.Text = "Informazioni su...";
			aboutToolStripMenuItem.Click += new System.EventHandler(AboutToolStripMenuItemClick);
			// 
			// toolStrip1
			// 
			toolStrip1.Dock = DockStyle.None;
			toolStrip1.Items.AddRange(new ToolStripItem[] {
            newToolStripButton,
            saveToolStripButton,
            openToolStripButton,
            printToolStripButton,
            toolStripSeparator6,
            cutToolStripButton,
            copyToolStripButton,
            pasteToolStripButton,
            toolStripSeparator7,
            libraryTS,
            linkModeTS,
            toolStripSeparator8,
            fontTS,
            fColorTS,
            bColorTS,
            borderColorTS,
            toolStripSeparator9,
            resizeTS,
            gridTS,
            toolStripSeparator10,
            helpToolStripButton});
			toolStrip1.Location = new System.Drawing.Point(3, 24);
			toolStrip1.Name = "toolStrip1";
			toolStrip1.Size = new System.Drawing.Size(360, 25);
			toolStrip1.TabIndex = 1;
			// 
			// newToolStripButton
			// 
			newToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
			newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			newToolStripButton.Name = "newToolStripButton";
			newToolStripButton.Size = new System.Drawing.Size(23, 22);
			newToolStripButton.Text = "Nuovo";
			newToolStripButton.Click += new System.EventHandler(NewToolStripButtonClick);
			// 
			// saveToolStripButton
			// 
			saveToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
			saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			saveToolStripButton.Name = "saveToolStripButton";
			saveToolStripButton.Size = new System.Drawing.Size(23, 22);
			saveToolStripButton.Text = "Salva";
			saveToolStripButton.Click += new System.EventHandler(SaveToolStripButtonClick);
			// 
			// openToolStripButton
			// 
			openToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
			openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			openToolStripButton.Name = "openToolStripButton";
			openToolStripButton.Size = new System.Drawing.Size(23, 22);
			openToolStripButton.Text = "Apri";
			openToolStripButton.Click += new System.EventHandler(OpenToolStripButtonClick);
			// 
			// printToolStripButton
			// 
			printToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
			printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			printToolStripButton.Name = "printToolStripButton";
			printToolStripButton.Size = new System.Drawing.Size(23, 22);
			printToolStripButton.Text = "Stampa";
			printToolStripButton.Click += new System.EventHandler(PrintToolStripButtonClick);
			// 
			// toolStripSeparator6
			// 
			toolStripSeparator6.Name = "toolStripSeparator6";
			toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
			// 
			// cutToolStripButton
			// 
			cutToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			cutToolStripButton.Enabled = false;
			cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
			cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			cutToolStripButton.Name = "cutToolStripButton";
			cutToolStripButton.Size = new System.Drawing.Size(23, 22);
			cutToolStripButton.Text = "C&ut";
			cutToolStripButton.Visible = false;
			// 
			// copyToolStripButton
			// 
			copyToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			copyToolStripButton.Enabled = false;
			copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
			copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			copyToolStripButton.Name = "copyToolStripButton";
			copyToolStripButton.Size = new System.Drawing.Size(23, 22);
			copyToolStripButton.Text = "&Copy";
			copyToolStripButton.Visible = false;
			// 
			// pasteToolStripButton
			// 
			pasteToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			pasteToolStripButton.Enabled = false;
			pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
			pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			pasteToolStripButton.Name = "pasteToolStripButton";
			pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
			pasteToolStripButton.Text = "&Paste";
			pasteToolStripButton.Visible = false;
			// 
			// toolStripSeparator7
			// 
			toolStripSeparator7.Name = "toolStripSeparator7";
			toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
			toolStripSeparator7.Visible = false;
			// 
			// libraryTS
			// 
			libraryTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			libraryTS.Image = global::DiagramDrawer.Properties.Resources.Book;
			libraryTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			libraryTS.Name = "libraryTS";
			libraryTS.Size = new System.Drawing.Size(32, 22);
			libraryTS.Text = "Libreria";
			libraryTS.ButtonClick += new System.EventHandler(LibraryTsButtonClick);
			// 
			// linkModeTS
			// 
			linkModeTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			linkModeTS.DoubleClickEnabled = true;
			linkModeTS.Image = global::DiagramDrawer.Properties.Resources.NoArrow;
			linkModeTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			linkModeTS.Name = "linkModeTS";
			linkModeTS.Size = new System.Drawing.Size(32, 22);
			linkModeTS.Text = "Tipo di linea";
			linkModeTS.DoubleClick += new System.EventHandler(TsDoubleClick);
			linkModeTS.ButtonClick += new System.EventHandler(TsButtonClick);
			// 
			// toolStripSeparator8
			// 
			toolStripSeparator8.Name = "toolStripSeparator8";
			toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
			// 
			// fontTS
			// 
			fontTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			fontTS.DoubleClickEnabled = true;
			fontTS.DropDownItems.AddRange(new ToolStripItem[] {
            altriToolStripMenuItem});
			fontTS.Image = ((System.Drawing.Image)(resources.GetObject("fontTS.Image")));
			fontTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			fontTS.Name = "fontTS";
			fontTS.Size = new System.Drawing.Size(32, 22);
			fontTS.Text = "Cambia font";
			fontTS.DoubleClick += new System.EventHandler(TsDoubleClick);
			fontTS.ButtonClick += new System.EventHandler(TsButtonClick);
			// 
			// altriToolStripMenuItem
			// 
			altriToolStripMenuItem.Name = "altriToolStripMenuItem";
			altriToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
			altriToolStripMenuItem.Text = "Altri...";
			altriToolStripMenuItem.Click += new System.EventHandler(AltriToolStripMenuItemClick);
			// 
			// fColorTS
			// 
			fColorTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			fColorTS.DoubleClickEnabled = true;
			fColorTS.DropDownItems.AddRange(new ToolStripItem[] {
            altriToolStripMenuItem1});
			fColorTS.Image = global::DiagramDrawer.Properties.Resources.FontColor;
			fColorTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			fColorTS.Name = "fColorTS";
			fColorTS.Size = new System.Drawing.Size(32, 22);
			fColorTS.Text = "Cambia il colore del testo";
			fColorTS.DoubleClick += new System.EventHandler(TsDoubleClick);
			fColorTS.ButtonClick += new System.EventHandler(TsButtonClick);
			// 
			// altriToolStripMenuItem1
			// 
			altriToolStripMenuItem1.Name = "altriToolStripMenuItem1";
			altriToolStripMenuItem1.Size = new System.Drawing.Size(105, 22);
			altriToolStripMenuItem1.Text = "Altri...";
			altriToolStripMenuItem1.Click += new System.EventHandler(AltriToolStripMenuItem1Click);
			// 
			// bColorTS
			// 
			bColorTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			bColorTS.DoubleClickEnabled = true;
			bColorTS.DropDownItems.AddRange(new ToolStripItem[] {
            altriToolStripMenuItem2});
			bColorTS.Image = global::DiagramDrawer.Properties.Resources.Fill;
			bColorTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			bColorTS.Name = "bColorTS";
			bColorTS.Size = new System.Drawing.Size(32, 22);
			bColorTS.Text = "Cambia il colore dello sfondo";
			bColorTS.DoubleClick += new System.EventHandler(TsDoubleClick);
			bColorTS.ButtonClick += new System.EventHandler(TsButtonClick);
			// 
			// altriToolStripMenuItem2
			// 
			altriToolStripMenuItem2.Name = "altriToolStripMenuItem2";
			altriToolStripMenuItem2.Size = new System.Drawing.Size(105, 22);
			altriToolStripMenuItem2.Text = "Altri...";
			altriToolStripMenuItem2.Click += new System.EventHandler(AltriToolStripMenuItem2Click);
			// 
			// borderColorTS
			// 
			borderColorTS.AutoToolTip = false;
			borderColorTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			borderColorTS.DropDownItems.AddRange(new ToolStripItem[] {
            altriToolStripMenuItem3});
			borderColorTS.Image = global::DiagramDrawer.Properties.Resources.Border;
			borderColorTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			borderColorTS.Name = "borderColorTS";
			borderColorTS.Size = new System.Drawing.Size(32, 22);
			borderColorTS.Text = "Cambia il colore del bordo";
			borderColorTS.DoubleClick += new System.EventHandler(TsDoubleClick);
			borderColorTS.ButtonClick += new System.EventHandler(TsButtonClick);
			// 
			// altriToolStripMenuItem3
			// 
			altriToolStripMenuItem3.Name = "altriToolStripMenuItem3";
			altriToolStripMenuItem3.Size = new System.Drawing.Size(105, 22);
			altriToolStripMenuItem3.Text = "Altri...";
			altriToolStripMenuItem3.Click += new System.EventHandler(AltriToolStripMenuItem3Click);
			// 
			// toolStripSeparator9
			// 
			toolStripSeparator9.Name = "toolStripSeparator9";
			toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
			// 
			// resizeTS
			// 
			resizeTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			resizeTS.Image = ((System.Drawing.Image)(resources.GetObject("resizeTS.Image")));
			resizeTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			resizeTS.Name = "resizeTS";
			resizeTS.Size = new System.Drawing.Size(23, 22);
			resizeTS.Text = "Ridimensiona foglio";
			resizeTS.Click += new System.EventHandler(ResizeButtonClick);
			// 
			// gridTS
			// 
			gridTS.DisplayStyle = ToolStripItemDisplayStyle.Image;
			gridTS.DoubleClickEnabled = true;
			gridTS.Image = global::DiagramDrawer.Properties.Resources.Grid;
			gridTS.ImageTransparentColor = System.Drawing.Color.Magenta;
			gridTS.Name = "gridTS";
			gridTS.Size = new System.Drawing.Size(23, 22);
			gridTS.Text = "Griglia";
			gridTS.DoubleClick += new System.EventHandler(GridTsDoubleClick);
			gridTS.Click += new System.EventHandler(GridTsClick);
			// 
			// toolStripSeparator10
			// 
			toolStripSeparator10.Name = "toolStripSeparator10";
			toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
			toolStripSeparator10.Visible = false;
			// 
			// helpToolStripButton
			// 
			helpToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
			helpToolStripButton.Enabled = false;
			helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
			helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			helpToolStripButton.Name = "helpToolStripButton";
			helpToolStripButton.Size = new System.Drawing.Size(23, 22);
			helpToolStripButton.Text = "He&lp";
			helpToolStripButton.Visible = false;
			// 
			// imageList1
			// 
			imageList1.ImageStream = ((ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			imageList1.TransparentColor = System.Drawing.Color.Magenta;
			imageList1.Images.SetKeyName(0, "ellipse.bmp");
			imageList1.Images.SetKeyName(1, "rectangle.bmp");
			imageList1.Images.SetKeyName(2, "Simple.bmp");
			imageList1.Images.SetKeyName(3, "Point1.bmp");
			imageList1.Images.SetKeyName(4, "Point2.bmp");
			// 
			// fColorDialog
			// 
			fColorDialog.AnyColor = true;
			// 
			// fontDialog1
			// 
			fontDialog1.FontMustExist = true;
			// 
			// bColorDialog
			// 
			bColorDialog.AnyColor = true;
			bColorDialog.Color = System.Drawing.Color.White;
			// 
			// printDocument1
			// 
			printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(PrintDocument1PrintPage);
			// 
			// printDialog1
			// 
			printDialog1.Document = printDocument1;
			printDialog1.UseEXDialog = true;
			// 
			// printPreviewDialog1
			// 
			printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
			printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
			printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
			printPreviewDialog1.Document = printDocument1;
			printPreviewDialog1.Enabled = true;
			printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
			printPreviewDialog1.Name = "printPreviewDialog1";
			printPreviewDialog1.Visible = false;
			// 
			// openFileDialog1
			// 
			openFileDialog1.DefaultExt = "xml";
			openFileDialog1.FileName = "openFileDialog1";
			openFileDialog1.Filter = "File xml (*.xml)|*.xml|Tutti i files (*.*)|*.*";
			// 
			// saveFileDialog1
			// 
			saveFileDialog1.DefaultExt = "xml";
			saveFileDialog1.FileName = "diagram";
			saveFileDialog1.Filter = "File xml (*.xml)|*.xml|Tutti i files (*.*)|*.*";
			saveFileDialog1.RestoreDirectory = true;
			// 
			// saveFileDialog2
			// 
			saveFileDialog2.FileName = "export";
			saveFileDialog2.Filter = "File png (*.png)|*.png|File jpeg (*.jpg,*.jpeg)|*.jpg,*.jpeg|File bitmap (*.bmp)|" +
				"*.bmp|File gif (*.gif)|*.gif|File tiff (*.tif,*.tiff)|*.tif,*.tiff";
			saveFileDialog2.RestoreDirectory = true;
			// 
			// borderColorDialog
			// 
			borderColorDialog.AnyColor = true;
			// 
			// saveFileDialog3
			// 
			saveFileDialog3.DefaultExt = "svg";
			saveFileDialog3.Filter = "File svg (*.svg)|*.svg|Tutti i files (*.*)|*.*";
			// 
			// MainForm
			// 
			ClientSize = new System.Drawing.Size(804, 578);
			Controls.Add(toolStripContainer1);
			MainMenuStrip = menuStrip1;
			Name = "MainForm";
			Text = "Diagram Drawer";
			FormClosing += new FormClosingEventHandler(MainForm_FormClosing);
			toolStripContainer1.ContentPanel.ResumeLayout(false);
			toolStripContainer1.ContentPanel.PerformLayout();
			toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
			toolStripContainer1.TopToolStripPanel.PerformLayout();
			toolStripContainer1.ResumeLayout(false);
			toolStripContainer1.PerformLayout();
			panel1.ResumeLayout(false);
			menuStrip1.ResumeLayout(false);
			menuStrip1.PerformLayout();
			toolStrip1.ResumeLayout(false);
			toolStrip1.PerformLayout();
			ResumeLayout (false);

		}
コード例 #6
0
ファイル: MainForm.Designer.cs プロジェクト: rsdn/janus
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.ToolStrip toolStrip1;
			System.Windows.Forms.ToolStripButton _openButton;
			System.Windows.Forms.ToolStripMenuItem _fileMenuItem;
			System.Windows.Forms.ToolStripMenuItem _openMenuItem;
			System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
			System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
			System.Windows.Forms.ToolStripMenuItem _exitMenuItem;
			System.Windows.Forms.ToolStrip toolStrip2;
			System.Windows.Forms.ToolStripContainer _toolStripContainer;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			System.Windows.Forms.ToolStripMenuItem _addTreeContextMenuIten;
			System.Windows.Forms.ToolStripMenuItem _removeListContextMenuItem;
			System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
			System.Windows.Forms.ToolStripMenuItem _renameListContextMenuItem;
			this._saveButton = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this._generateButton = new System.Windows.Forms.ToolStripButton();
			this._saveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._manageCulturesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._generateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._addResourceButton = new System.Windows.Forms.ToolStripButton();
			this._removeResourceButton = new System.Windows.Forms.ToolStripButton();
			this._renameResourceButton = new System.Windows.Forms.ToolStripButton();
			this._treeSplitter = new System.Windows.Forms.SplitContainer();
			this._paneTree = new Rsdn.LocUtil.Pane();
			this._categoryTree = new Rsdn.TreeGrid.TreeGrid();
			this._nameCol = new System.Windows.Forms.ColumnHeader();
			this._countCol = new System.Windows.Forms.ColumnHeader();
			this._treeImages = new System.Windows.Forms.ImageList(this.components);
			this._resourceSplitter = new System.Windows.Forms.SplitContainer();
			this._paneItems = new Rsdn.LocUtil.Pane();
			this._itemList = new System.Windows.Forms.ListView();
			this._itemNameCol = new System.Windows.Forms.ColumnHeader();
			this._listImages = new System.Windows.Forms.ImageList(this.components);
			this._paneProperties = new Rsdn.LocUtil.Pane();
			this._propertyGrid = new System.Windows.Forms.PropertyGrid();
			this._menuStrip = new System.Windows.Forms.MenuStrip();
			this._resourceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._addResourceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._removeResourceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._renameResourceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._treeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			this._listContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			this._openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
			this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
			toolStrip1 = new System.Windows.Forms.ToolStrip();
			_openButton = new System.Windows.Forms.ToolStripButton();
			_fileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			_openMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			_exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			toolStrip2 = new System.Windows.Forms.ToolStrip();
			_toolStripContainer = new System.Windows.Forms.ToolStripContainer();
			_addTreeContextMenuIten = new System.Windows.Forms.ToolStripMenuItem();
			_removeListContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			_renameListContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			toolStrip1.SuspendLayout();
			toolStrip2.SuspendLayout();
			_toolStripContainer.ContentPanel.SuspendLayout();
			_toolStripContainer.TopToolStripPanel.SuspendLayout();
			_toolStripContainer.SuspendLayout();
			this._treeSplitter.Panel1.SuspendLayout();
			this._treeSplitter.Panel2.SuspendLayout();
			this._treeSplitter.SuspendLayout();
			this._paneTree.SuspendLayout();
			this._resourceSplitter.Panel1.SuspendLayout();
			this._resourceSplitter.Panel2.SuspendLayout();
			this._resourceSplitter.SuspendLayout();
			this._paneItems.SuspendLayout();
			this._paneProperties.SuspendLayout();
			this._menuStrip.SuspendLayout();
			this._treeContextMenu.SuspendLayout();
			this._listContextMenu.SuspendLayout();
			this.SuspendLayout();
			// 
			// toolStrip1
			// 
			toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
			toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			_openButton,
			this._saveButton,
			this.toolStripSeparator3,
			this._generateButton});
			toolStrip1.Location = new System.Drawing.Point(3, 24);
			toolStrip1.Name = "toolStrip1";
			toolStrip1.Size = new System.Drawing.Size(87, 25);
			toolStrip1.TabIndex = 1;
			toolStrip1.Text = "toolStrip1";
			// 
			// _openButton
			// 
			_openButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			_openButton.Image = global::Rsdn.LocUtil.Properties.Resources.Open;
			_openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			_openButton.Name = "_openButton";
			_openButton.Size = new System.Drawing.Size(23, 22);
			_openButton.Text = "Open Resource File";
			_openButton.Click += new System.EventHandler(this._openMenuItem_Click);
			// 
			// _saveButton
			// 
			this._saveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this._saveButton.Enabled = false;
			this._saveButton.Image = global::Rsdn.LocUtil.Properties.Resources.Save;
			this._saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this._saveButton.Name = "_saveButton";
			this._saveButton.Size = new System.Drawing.Size(23, 22);
			this._saveButton.Text = "Save Resource File";
			this._saveButton.Click += new System.EventHandler(this._saveMenuItem_Click);
			// 
			// toolStripSeparator3
			// 
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			// 
			// _generateButton
			// 
			this._generateButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this._generateButton.Enabled = false;
			this._generateButton.Image = global::Rsdn.LocUtil.Properties.Resources.Generate;
			this._generateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this._generateButton.Name = "_generateButton";
			this._generateButton.Size = new System.Drawing.Size(23, 22);
			this._generateButton.Text = "Generate Resource Helper";
			this._generateButton.Click += new System.EventHandler(this._generateMenuItem_Click);
			// 
			// _fileMenuItem
			// 
			_fileMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
			_openMenuItem,
			this._saveMenuItem,
			toolStripSeparator1,
			this._manageCulturesMenuItem,
			this._generateMenuItem,
			toolStripSeparator2,
			_exitMenuItem});
			_fileMenuItem.Name = "_fileMenuItem";
			_fileMenuItem.Size = new System.Drawing.Size(35, 20);
			_fileMenuItem.Text = "&File";
			// 
			// _openMenuItem
			// 
			_openMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Open;
			_openMenuItem.Name = "_openMenuItem";
			_openMenuItem.Size = new System.Drawing.Size(166, 22);
			_openMenuItem.Text = "&Open";
			_openMenuItem.Click += new System.EventHandler(this._openMenuItem_Click);
			// 
			// _saveMenuItem
			// 
			this._saveMenuItem.Enabled = false;
			this._saveMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Save;
			this._saveMenuItem.Name = "_saveMenuItem";
			this._saveMenuItem.Size = new System.Drawing.Size(166, 22);
			this._saveMenuItem.Text = "&Save";
			this._saveMenuItem.Click += new System.EventHandler(this._saveMenuItem_Click);
			// 
			// toolStripSeparator1
			// 
			toolStripSeparator1.Name = "toolStripSeparator1";
			toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
			// 
			// _manageCulturesMenuItem
			// 
			this._manageCulturesMenuItem.Enabled = false;
			this._manageCulturesMenuItem.Name = "_manageCulturesMenuItem";
			this._manageCulturesMenuItem.Size = new System.Drawing.Size(166, 22);
			this._manageCulturesMenuItem.Text = "Manage &Cultures";
			this._manageCulturesMenuItem.Click += new System.EventHandler(this._manageCulturesMenuItem_Click);
			// 
			// _generateMenuItem
			// 
			this._generateMenuItem.Enabled = false;
			this._generateMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Generate;
			this._generateMenuItem.Name = "_generateMenuItem";
			this._generateMenuItem.Size = new System.Drawing.Size(166, 22);
			this._generateMenuItem.Text = "&Generate helper";
			this._generateMenuItem.Click += new System.EventHandler(this._generateMenuItem_Click);
			// 
			// toolStripSeparator2
			// 
			toolStripSeparator2.Name = "toolStripSeparator2";
			toolStripSeparator2.Size = new System.Drawing.Size(163, 6);
			// 
			// _exitMenuItem
			// 
			_exitMenuItem.Name = "_exitMenuItem";
			_exitMenuItem.Size = new System.Drawing.Size(166, 22);
			_exitMenuItem.Text = "&Exit";
			_exitMenuItem.Click += new System.EventHandler(this._exitMenuItem_Click);
			// 
			// toolStrip2
			// 
			toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
			toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			this._addResourceButton,
			this._removeResourceButton,
			this._renameResourceButton});
			toolStrip2.Location = new System.Drawing.Point(90, 24);
			toolStrip2.Name = "toolStrip2";
			toolStrip2.Size = new System.Drawing.Size(81, 25);
			toolStrip2.TabIndex = 2;
			toolStrip2.Text = "toolStrip2";
			// 
			// _addResourceButton
			// 
			this._addResourceButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this._addResourceButton.Enabled = false;
			this._addResourceButton.Image = global::Rsdn.LocUtil.Properties.Resources.Add;
			this._addResourceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this._addResourceButton.Name = "_addResourceButton";
			this._addResourceButton.Size = new System.Drawing.Size(23, 22);
			this._addResourceButton.Text = "Add Resource";
			this._addResourceButton.Click += new System.EventHandler(this._addResourceMenuItem_Click);
			// 
			// _removeResourceButton
			// 
			this._removeResourceButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this._removeResourceButton.Enabled = false;
			this._removeResourceButton.Image = global::Rsdn.LocUtil.Properties.Resources.Remove;
			this._removeResourceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this._removeResourceButton.Name = "_removeResourceButton";
			this._removeResourceButton.Size = new System.Drawing.Size(23, 22);
			this._removeResourceButton.Text = "Remove Resource";
			this._removeResourceButton.Click += new System.EventHandler(this._removeResourceMenuItem_Click);
			// 
			// _renameResourceButton
			// 
			this._renameResourceButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this._renameResourceButton.Enabled = false;
			this._renameResourceButton.Image = global::Rsdn.LocUtil.Properties.Resources.Rename;
			this._renameResourceButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this._renameResourceButton.Name = "_renameResourceButton";
			this._renameResourceButton.Size = new System.Drawing.Size(23, 22);
			this._renameResourceButton.Text = "Rename Resource";
			this._renameResourceButton.Click += new System.EventHandler(this._renameResourceMenuItem_Click);
			// 
			// _toolStripContainer
			// 
			// 
			// _toolStripContainer.ContentPanel
			// 
			_toolStripContainer.ContentPanel.Controls.Add(this._treeSplitter);
			_toolStripContainer.ContentPanel.Size = new System.Drawing.Size(792, 517);
			_toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			_toolStripContainer.Location = new System.Drawing.Point(0, 0);
			_toolStripContainer.Name = "_toolStripContainer";
			_toolStripContainer.Size = new System.Drawing.Size(792, 566);
			_toolStripContainer.TabIndex = 12;
			_toolStripContainer.Text = "toolStripContainer1";
			// 
			// _toolStripContainer.TopToolStripPanel
			// 
			_toolStripContainer.TopToolStripPanel.Controls.Add(this._menuStrip);
			_toolStripContainer.TopToolStripPanel.Controls.Add(toolStrip1);
			_toolStripContainer.TopToolStripPanel.Controls.Add(toolStrip2);
			// 
			// _treeSplitter
			// 
			this._treeSplitter.Dock = System.Windows.Forms.DockStyle.Fill;
			this._treeSplitter.Location = new System.Drawing.Point(0, 0);
			this._treeSplitter.Name = "_treeSplitter";
			// 
			// _treeSplitter.Panel1
			// 
			this._treeSplitter.Panel1.Controls.Add(this._paneTree);
			// 
			// _treeSplitter.Panel2
			// 
			this._treeSplitter.Panel2.Controls.Add(this._resourceSplitter);
			this._treeSplitter.Size = new System.Drawing.Size(792, 517);
			this._treeSplitter.SplitterDistance = 232;
			this._treeSplitter.TabIndex = 0;
			this._treeSplitter.Text = "splitContainer1";
			// 
			// _paneTree
			// 
			this._paneTree.Controls.Add(this._categoryTree);
			this._paneTree.Dock = System.Windows.Forms.DockStyle.Fill;
			this._paneTree.Location = new System.Drawing.Point(0, 0);
			this._paneTree.Name = "_paneTree";
			this._paneTree.Padding = new System.Windows.Forms.Padding(1, 20, 1, 1);
			// 
			// 
			// 
			this._paneTree.PaneCaptionContol.Dock = System.Windows.Forms.DockStyle.Top;
			this._paneTree.PaneCaptionContol.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
			this._paneTree.PaneCaptionContol.Location = new System.Drawing.Point(1, 1);
			this._paneTree.PaneCaptionContol.Name = "_caption";
			this._paneTree.PaneCaptionContol.Size = new System.Drawing.Size(230, 18);
			this._paneTree.PaneCaptionContol.TabIndex = 0;
			this._paneTree.PaneCaptionContol.Text = "Panel 1";
			this._paneTree.Size = new System.Drawing.Size(232, 517);
			this._paneTree.TabIndex = 7;
			// 
			// _categoryTree
			// 
			this._categoryTree.BackColor = System.Drawing.SystemColors.Window;
			this._categoryTree.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._categoryTree.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			this._nameCol,
			this._countCol});
			this._categoryTree.Dock = System.Windows.Forms.DockStyle.Fill;
			this._categoryTree.FullRowSelect = true;
			this._categoryTree.HideSelection = false;
			this._categoryTree.Indent = 5;
			this._categoryTree.LargeImageList = this._treeImages;
			this._categoryTree.Location = new System.Drawing.Point(1, 20);
			this._categoryTree.Name = "_categoryTree";
			this._categoryTree.OwnerDraw = true;
			this._categoryTree.Size = new System.Drawing.Size(230, 496);
			this._categoryTree.SmallImageList = this._treeImages;
			this._categoryTree.TabIndex = 0;
			this._categoryTree.UseCompatibleStateImageBehavior = false;
			this._categoryTree.View = System.Windows.Forms.View.Details;
			this._categoryTree.VirtualMode = true;
			this._categoryTree.GetData += new System.EventHandler<Rsdn.TreeGrid.GetDataEventArgs>(this._categoryTree_GetData);
			this._categoryTree.MouseUp += new System.Windows.Forms.MouseEventHandler(this._categoryTree_MouseUp);
			this._categoryTree.AfterActivateNode += new Rsdn.TreeGrid.AfterActivateNodeHandler(this._categoryTree_AfterActivateNode);
			// 
			// _nameCol
			// 
			this._nameCol.Text = "Name";
			this._nameCol.Width = 159;
			// 
			// _countCol
			// 
			this._countCol.Text = "Count";
			// 
			// _treeImages
			// 
			this._treeImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_treeImages.ImageStream")));
			this._treeImages.TransparentColor = System.Drawing.Color.Transparent;
			this._treeImages.Images.SetKeyName(0, "root");
			this._treeImages.Images.SetKeyName(1, "category");
			// 
			// _resourceSplitter
			// 
			this._resourceSplitter.Dock = System.Windows.Forms.DockStyle.Fill;
			this._resourceSplitter.Location = new System.Drawing.Point(0, 0);
			this._resourceSplitter.Name = "_resourceSplitter";
			this._resourceSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// _resourceSplitter.Panel1
			// 
			this._resourceSplitter.Panel1.Controls.Add(this._paneItems);
			// 
			// _resourceSplitter.Panel2
			// 
			this._resourceSplitter.Panel2.Controls.Add(this._paneProperties);
			this._resourceSplitter.Size = new System.Drawing.Size(556, 517);
			this._resourceSplitter.SplitterDistance = 336;
			this._resourceSplitter.TabIndex = 0;
			this._resourceSplitter.Text = "splitContainer1";
			// 
			// _paneItems
			// 
			this._paneItems.Controls.Add(this._itemList);
			this._paneItems.Dock = System.Windows.Forms.DockStyle.Fill;
			this._paneItems.Location = new System.Drawing.Point(0, 0);
			this._paneItems.Name = "_paneItems";
			this._paneItems.Padding = new System.Windows.Forms.Padding(1, 20, 1, 1);
			// 
			// 
			// 
			this._paneItems.PaneCaptionContol.Dock = System.Windows.Forms.DockStyle.Top;
			this._paneItems.PaneCaptionContol.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
			this._paneItems.PaneCaptionContol.Location = new System.Drawing.Point(1, 1);
			this._paneItems.PaneCaptionContol.Name = "_caption";
			this._paneItems.PaneCaptionContol.Size = new System.Drawing.Size(554, 18);
			this._paneItems.PaneCaptionContol.TabIndex = 0;
			this._paneItems.PaneCaptionContol.Text = "Panel 1";
			this._paneItems.Size = new System.Drawing.Size(556, 336);
			this._paneItems.TabIndex = 9;
			// 
			// _itemList
			// 
			this._itemList.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._itemList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
			this._itemNameCol});
			this._itemList.Dock = System.Windows.Forms.DockStyle.Fill;
			this._itemList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this._itemList.HideSelection = false;
			this._itemList.LabelEdit = true;
			this._itemList.Location = new System.Drawing.Point(1, 20);
			this._itemList.Name = "_itemList";
			this._itemList.Size = new System.Drawing.Size(554, 315);
			this._itemList.SmallImageList = this._listImages;
			this._itemList.TabIndex = 4;
			this._itemList.UseCompatibleStateImageBehavior = false;
			this._itemList.View = System.Windows.Forms.View.Details;
			this._itemList.SelectedIndexChanged += new System.EventHandler(this._itemList_SelectedIndexChanged);
			this._itemList.MouseUp += new System.Windows.Forms.MouseEventHandler(this._itemList_MouseUp);
			this._itemList.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this._itemList_AfterLabelEdit);
			// 
			// _listImages
			// 
			this._listImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_listImages.ImageStream")));
			this._listImages.TransparentColor = System.Drawing.Color.Transparent;
			this._listImages.Images.SetKeyName(0, "item");
			// 
			// _paneProperties
			// 
			this._paneProperties.Controls.Add(this._propertyGrid);
			this._paneProperties.Dock = System.Windows.Forms.DockStyle.Fill;
			this._paneProperties.Location = new System.Drawing.Point(0, 0);
			this._paneProperties.Name = "_paneProperties";
			this._paneProperties.Padding = new System.Windows.Forms.Padding(1, 20, 1, 1);
			// 
			// 
			// 
			this._paneProperties.PaneCaptionContol.Dock = System.Windows.Forms.DockStyle.Top;
			this._paneProperties.PaneCaptionContol.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
			this._paneProperties.PaneCaptionContol.Location = new System.Drawing.Point(1, 1);
			this._paneProperties.PaneCaptionContol.Name = "_caption";
			this._paneProperties.PaneCaptionContol.Size = new System.Drawing.Size(554, 18);
			this._paneProperties.PaneCaptionContol.TabIndex = 0;
			this._paneProperties.PaneCaptionContol.Text = "Panel 1";
			this._paneProperties.Size = new System.Drawing.Size(556, 177);
			this._paneProperties.TabIndex = 8;
			// 
			// _propertyGrid
			// 
			this._propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this._propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
			this._propertyGrid.Location = new System.Drawing.Point(1, 20);
			this._propertyGrid.Name = "_propertyGrid";
			this._propertyGrid.PropertySort = System.Windows.Forms.PropertySort.NoSort;
			this._propertyGrid.Size = new System.Drawing.Size(554, 156);
			this._propertyGrid.TabIndex = 0;
			this._propertyGrid.ToolbarVisible = false;
			// 
			// _menuStrip
			// 
			this._menuStrip.Dock = System.Windows.Forms.DockStyle.None;
			this._menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			_fileMenuItem,
			this._resourceMenuItem});
			this._menuStrip.Location = new System.Drawing.Point(0, 0);
			this._menuStrip.Name = "_menuStrip";
			this._menuStrip.Size = new System.Drawing.Size(792, 24);
			this._menuStrip.TabIndex = 0;
			this._menuStrip.Text = "menuStrip1";
			// 
			// _resourceMenuItem
			// 
			this._resourceMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
			this._addResourceMenuItem,
			this._removeResourceMenuItem,
			this._renameResourceMenuItem});
			this._resourceMenuItem.Enabled = false;
			this._resourceMenuItem.Name = "_resourceMenuItem";
			this._resourceMenuItem.Size = new System.Drawing.Size(64, 20);
			this._resourceMenuItem.Text = "&Resource";
			// 
			// _addResourceMenuItem
			// 
			this._addResourceMenuItem.Enabled = false;
			this._addResourceMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Add;
			this._addResourceMenuItem.Name = "_addResourceMenuItem";
			this._addResourceMenuItem.Size = new System.Drawing.Size(124, 22);
			this._addResourceMenuItem.Text = "&Add";
			this._addResourceMenuItem.Click += new System.EventHandler(this._addResourceMenuItem_Click);
			// 
			// _removeResourceMenuItem
			// 
			this._removeResourceMenuItem.Enabled = false;
			this._removeResourceMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Remove;
			this._removeResourceMenuItem.Name = "_removeResourceMenuItem";
			this._removeResourceMenuItem.Size = new System.Drawing.Size(124, 22);
			this._removeResourceMenuItem.Text = "&Remove";
			this._removeResourceMenuItem.Click += new System.EventHandler(this._removeResourceMenuItem_Click);
			// 
			// _renameResourceMenuItem
			// 
			this._renameResourceMenuItem.Enabled = false;
			this._renameResourceMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Rename;
			this._renameResourceMenuItem.Name = "_renameResourceMenuItem";
			this._renameResourceMenuItem.Size = new System.Drawing.Size(124, 22);
			this._renameResourceMenuItem.Text = "Re&name";
			this._renameResourceMenuItem.Click += new System.EventHandler(this._renameResourceMenuItem_Click);
			// 
			// _addTreeContextMenuIten
			// 
			_addTreeContextMenuIten.Image = global::Rsdn.LocUtil.Properties.Resources.Add;
			_addTreeContextMenuIten.Name = "_addTreeContextMenuIten";
			_addTreeContextMenuIten.Size = new System.Drawing.Size(104, 22);
			_addTreeContextMenuIten.Text = "&Add";
			// 
			// _removeListContextMenuItem
			// 
			_removeListContextMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Add;
			_removeListContextMenuItem.Name = "_removeListContextMenuItem";
			_removeListContextMenuItem.Size = new System.Drawing.Size(124, 22);
			_removeListContextMenuItem.Text = "&Add";
			_removeListContextMenuItem.Click += new System.EventHandler(this._addResourceMenuItem_Click);
			// 
			// removeToolStripMenuItem
			// 
			removeToolStripMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Remove;
			removeToolStripMenuItem.Name = "removeToolStripMenuItem";
			removeToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
			removeToolStripMenuItem.Text = "&Remove";
			removeToolStripMenuItem.Click += new System.EventHandler(this._removeResourceMenuItem_Click);
			// 
			// _renameListContextMenuItem
			// 
			_renameListContextMenuItem.Image = global::Rsdn.LocUtil.Properties.Resources.Rename;
			_renameListContextMenuItem.Name = "_renameListContextMenuItem";
			_renameListContextMenuItem.Size = new System.Drawing.Size(124, 22);
			_renameListContextMenuItem.Text = "Re&name";
			_renameListContextMenuItem.Click += new System.EventHandler(this._renameResourceMenuItem_Click);
			// 
			// _treeContextMenu
			// 
			this._treeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			_addTreeContextMenuIten});
			this._treeContextMenu.Name = "_treeContextMenu";
			this._treeContextMenu.Size = new System.Drawing.Size(105, 26);
			this._treeContextMenu.Click += new System.EventHandler(this._addResourceMenuItem_Click);
			// 
			// _listContextMenu
			// 
			this._listContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			_removeListContextMenuItem,
			removeToolStripMenuItem,
			_renameListContextMenuItem});
			this._listContextMenu.Name = "_listContextMenu";
			this._listContextMenu.Size = new System.Drawing.Size(125, 70);
			// 
			// _openFileDialog
			// 
			this._openFileDialog.DefaultExt = "resx";
			this._openFileDialog.Filter = "ResX files|*.resx";
			// 
			// BottomToolStripPanel
			// 
			this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.BottomToolStripPanel.Name = "BottomToolStripPanel";
			this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(0);
			this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// TopToolStripPanel
			// 
			this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.TopToolStripPanel.Name = "TopToolStripPanel";
			this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(0);
			this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// RightToolStripPanel
			// 
			this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.RightToolStripPanel.Name = "RightToolStripPanel";
			this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(0);
			this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// LeftToolStripPanel
			// 
			this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
			this.LeftToolStripPanel.Name = "LeftToolStripPanel";
			this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
			this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(0);
			this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
			// 
			// ContentPanel
			// 
			this.ContentPanel.Size = new System.Drawing.Size(200, 100);
			// 
			// MainForm
			// 
			this.ClientSize = new System.Drawing.Size(792, 566);
			this.Controls.Add(_toolStripContainer);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MainMenuStrip = this._menuStrip;
			this.Name = "MainForm";
			this.Text = "Localization utility";
			toolStrip1.ResumeLayout(false);
			toolStrip1.PerformLayout();
			toolStrip2.ResumeLayout(false);
			toolStrip2.PerformLayout();
			_toolStripContainer.ContentPanel.ResumeLayout(false);
			_toolStripContainer.TopToolStripPanel.ResumeLayout(false);
			_toolStripContainer.TopToolStripPanel.PerformLayout();
			_toolStripContainer.ResumeLayout(false);
			_toolStripContainer.PerformLayout();
			this._treeSplitter.Panel1.ResumeLayout(false);
			this._treeSplitter.Panel2.ResumeLayout(false);
			this._treeSplitter.ResumeLayout(false);
			this._paneTree.ResumeLayout(false);
			this._resourceSplitter.Panel1.ResumeLayout(false);
			this._resourceSplitter.Panel2.ResumeLayout(false);
			this._resourceSplitter.ResumeLayout(false);
			this._paneItems.ResumeLayout(false);
			this._paneProperties.ResumeLayout(false);
			this._menuStrip.ResumeLayout(false);
			this._menuStrip.PerformLayout();
			this._treeContextMenu.ResumeLayout(false);
			this._listContextMenu.ResumeLayout(false);
			this.ResumeLayout(false);

		}