Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_rtb = new RichTextBox();
     this.SuspendLayout();
     //
     // m_rtb
     //
     this.m_rtb.Location = new System.Drawing.Point(12, 12);
     this.m_rtb.Name     = "m_rtb";
     this.m_rtb.Size     = new System.Drawing.Size(170, 130);
     this.m_rtb.TabIndex = 0;
     this.m_rtb.Text     = "";
     //
     // FormHintBalloon
     //
     this.ClientSize = new System.Drawing.Size(194, 154);
     this.Controls.Add(this.m_rtb);
     this.Name = "FormHintBalloon";
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StringVisualiser));
     this.m_rtb = new Rylogic.Gui.WinForms.RichTextBox();
     this.SuspendLayout();
     //
     // m_rtb
     //
     this.m_rtb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_rtb.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_rtb.Location    = new System.Drawing.Point(0, 0);
     this.m_rtb.Name        = "m_rtb";
     this.m_rtb.Size        = new System.Drawing.Size(343, 292);
     this.m_rtb.TabIndex    = 0;
     this.m_rtb.Text        = "";
     //
     // StringVisualiser
     //
     this.ClientSize = new System.Drawing.Size(343, 292);
     this.Controls.Add(this.m_rtb);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "StringVisualiser";
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubclassedControlsUI));
     Rylogic.Common.Pattern pattern1 = new Rylogic.Common.Pattern();
     this.m_ts             = new System.Windows.Forms.ToolStrip();
     this.m_btn_test       = new System.Windows.Forms.Button();
     this.m_timer          = new System.Windows.Forms.Timer(this.components);
     this.m_lbl_vb_value   = new System.Windows.Forms.Label();
     this.m_vb_value       = new Rylogic.Gui.WinForms.ValueBox();
     this.m_browse_path    = new Rylogic.Gui.WinForms.BrowsePathUI();
     this.m_pb             = new Rylogic.Gui.WinForms.TextProgressBar();
     this.m_rtb            = new Rylogic.Gui.WinForms.RichTextBox();
     this.m_lb             = new Rylogic.Gui.WinForms.ListBox();
     this.m_dtp            = new Rylogic.Gui.WinForms.DateTimePicker();
     this.m_cb             = new Rylogic.Gui.WinForms.ComboBox();
     this.m_abtn_switch    = new Rylogic.Gui.WinForms.AnimCheckBox();
     this.m_abtn_images    = new System.Windows.Forms.ImageList(this.components);
     this.m_pattern_filter = new Rylogic.Gui.WinForms.PatternFilter();
     this.SuspendLayout();
     //
     // m_ts
     //
     this.m_ts.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.m_ts.Location         = new System.Drawing.Point(0, 0);
     this.m_ts.Name             = "m_ts";
     this.m_ts.Size             = new System.Drawing.Size(380, 25);
     this.m_ts.TabIndex         = 4;
     this.m_ts.Text             = "toolStrip1";
     //
     // m_btn_test
     //
     this.m_btn_test.Location = new System.Drawing.Point(12, 206);
     this.m_btn_test.Name     = "m_btn_test";
     this.m_btn_test.Size     = new System.Drawing.Size(75, 23);
     this.m_btn_test.TabIndex = 5;
     this.m_btn_test.Text     = "Test";
     this.m_btn_test.UseVisualStyleBackColor = true;
     //
     // m_lbl_vb_value
     //
     this.m_lbl_vb_value.AutoSize = true;
     this.m_lbl_vb_value.Location = new System.Drawing.Point(245, 263);
     this.m_lbl_vb_value.Name     = "m_lbl_vb_value";
     this.m_lbl_vb_value.Size     = new System.Drawing.Size(33, 13);
     this.m_lbl_vb_value.TabIndex = 9;
     this.m_lbl_vb_value.Text     = "value";
     //
     // m_vb_value
     //
     this.m_vb_value.BackColorInvalid       = System.Drawing.Color.White;
     this.m_vb_value.BackColorValid         = System.Drawing.Color.White;
     this.m_vb_value.CommitValueOnFocusLost = true;
     this.m_vb_value.ForeColorInvalid       = System.Drawing.Color.Gray;
     this.m_vb_value.ForeColorValid         = System.Drawing.Color.Black;
     this.m_vb_value.Location           = new System.Drawing.Point(93, 260);
     this.m_vb_value.Name               = "m_vb_value";
     this.m_vb_value.Size               = new System.Drawing.Size(146, 20);
     this.m_vb_value.TabIndex           = 8;
     this.m_vb_value.UseValidityColours = true;
     this.m_vb_value.Value              = null;
     //
     // m_browse_path
     //
     this.m_browse_path.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_browse_path.FileFilter = "";
     this.m_browse_path.History    = new string[0];
     this.m_browse_path.Location   = new System.Drawing.Point(12, 28);
     this.m_browse_path.Name       = "m_browse_path";
     this.m_browse_path.Padding    = new System.Windows.Forms.Padding(1);
     this.m_browse_path.Path       = "";
     this.m_browse_path.Size       = new System.Drawing.Size(356, 32);
     this.m_browse_path.TabIndex   = 7;
     this.m_browse_path.Title      = "Choose a file";
     this.m_browse_path.Type       = Rylogic.Gui.WinForms.BrowsePathUI.EType.OpenFile;
     //
     // m_pb
     //
     this.m_pb.ForeColor = System.Drawing.Color.Black;
     this.m_pb.Location  = new System.Drawing.Point(93, 206);
     this.m_pb.Name      = "m_pb";
     this.m_pb.Size      = new System.Drawing.Size(246, 48);
     this.m_pb.Style     = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.m_pb.TabIndex  = 6;
     //
     // m_rtb
     //
     this.m_rtb.CaretLocation         = new System.Drawing.Point(0, 0);
     this.m_rtb.CurrentLineIndex      = 0;
     this.m_rtb.FirstVisibleLineIndex = 0;
     this.m_rtb.LineCount             = 0;
     this.m_rtb.Location = new System.Drawing.Point(139, 92);
     this.m_rtb.Name     = "m_rtb";
     this.m_rtb.Size     = new System.Drawing.Size(200, 108);
     this.m_rtb.TabIndex = 3;
     this.m_rtb.Text     = "";
     //
     // m_lb
     //
     this.m_lb.FormattingEnabled = true;
     this.m_lb.Location          = new System.Drawing.Point(12, 92);
     this.m_lb.Name     = "m_lb";
     this.m_lb.Size     = new System.Drawing.Size(121, 108);
     this.m_lb.TabIndex = 2;
     //
     // m_dtp
     //
     this.m_dtp.Kind     = System.DateTimeKind.Unspecified;
     this.m_dtp.Location = new System.Drawing.Point(139, 66);
     this.m_dtp.MaxDate  = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.m_dtp.MinDate  = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.m_dtp.Name     = "m_dtp";
     this.m_dtp.Size     = new System.Drawing.Size(200, 20);
     this.m_dtp.TabIndex = 1;
     this.m_dtp.Value    = new System.DateTime(2015, 5, 12, 11, 41, 16, 245);
     //
     // m_cb
     //
     this.m_cb.BackColorInvalid       = System.Drawing.Color.White;
     this.m_cb.BackColorValid         = System.Drawing.Color.White;
     this.m_cb.CommitValueOnFocusLost = true;
     this.m_cb.DisplayProperty        = null;
     this.m_cb.ForeColorInvalid       = System.Drawing.Color.Gray;
     this.m_cb.ForeColorValid         = System.Drawing.Color.Black;
     this.m_cb.FormattingEnabled      = true;
     this.m_cb.Location = new System.Drawing.Point(12, 65);
     this.m_cb.Name     = "m_cb";
     this.m_cb.PreserveSelectionThruFocusChange = false;
     this.m_cb.Size               = new System.Drawing.Size(121, 21);
     this.m_cb.TabIndex           = 0;
     this.m_cb.UseValidityColours = true;
     this.m_cb.Value              = null;
     //
     // m_abtn_switch
     //
     this.m_abtn_switch.FrameRate  = 5F;
     this.m_abtn_switch.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.m_abtn_switch.ImageIndex = 0;
     this.m_abtn_switch.ImageList  = this.m_abtn_images;
     this.m_abtn_switch.Location   = new System.Drawing.Point(93, 286);
     this.m_abtn_switch.Name       = "m_abtn_switch";
     this.m_abtn_switch.Size       = new System.Drawing.Size(146, 64);
     this.m_abtn_switch.TabIndex   = 10;
     this.m_abtn_switch.UseVisualStyleBackColor = true;
     //
     // m_abtn_images
     //
     this.m_abtn_images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_abtn_images.ImageStream")));
     this.m_abtn_images.TransparentColor = System.Drawing.Color.Transparent;
     this.m_abtn_images.Images.SetKeyName(0, "slide_switch0.png");
     this.m_abtn_images.Images.SetKeyName(1, "slide_switch1.png");
     this.m_abtn_images.Images.SetKeyName(2, "slide_switch2.png");
     this.m_abtn_images.Images.SetKeyName(3, "slide_switch3.png");
     this.m_abtn_images.Images.SetKeyName(4, "slide_switch4.png");
     //
     // m_pattern_filter
     //
     this.m_pattern_filter.History  = new Rylogic.Common.Pattern[0];
     this.m_pattern_filter.Location = new System.Drawing.Point(12, 356);
     this.m_pattern_filter.Name     = "m_pattern_filter";
     pattern1.Active                = true;
     pattern1.Expr                  = "";
     pattern1.IgnoreCase            = false;
     pattern1.Invert                = false;
     pattern1.PatnType              = Rylogic.Common.EPattern.Substring;
     pattern1.WholeLine             = false;
     this.m_pattern_filter.Pattern  = pattern1;
     this.m_pattern_filter.Size     = new System.Drawing.Size(356, 27);
     this.m_pattern_filter.TabIndex = 11;
     //
     // SubclassedControlsUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(380, 415);
     this.Controls.Add(this.m_pattern_filter);
     this.Controls.Add(this.m_abtn_switch);
     this.Controls.Add(this.m_lbl_vb_value);
     this.Controls.Add(this.m_vb_value);
     this.Controls.Add(this.m_browse_path);
     this.Controls.Add(this.m_pb);
     this.Controls.Add(this.m_btn_test);
     this.Controls.Add(this.m_ts);
     this.Controls.Add(this.m_rtb);
     this.Controls.Add(this.m_lb);
     this.Controls.Add(this.m_dtp);
     this.Controls.Add(this.m_cb);
     this.Name = "SubclassedControlsUI";
     this.Text = "Subclassed Controls";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TransformUI));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.m_btn_regex_help     = new System.Windows.Forms.Button();
     this.m_btn_add            = new System.Windows.Forms.Button();
     this.m_image_list         = new System.Windows.Forms.ImageList(this.components);
     this.m_edit_test          = new Rylogic.Gui.WinForms.RichTextBox();
     this.m_edit_result        = new Rylogic.Gui.WinForms.RichTextBox();
     this.m_lbl_replace        = new System.Windows.Forms.Label();
     this.m_edit_replace       = new System.Windows.Forms.TextBox();
     this.m_check_ignore_case  = new System.Windows.Forms.CheckBox();
     this.m_split_test         = new System.Windows.Forms.SplitContainer();
     this.m_lbl_match          = new System.Windows.Forms.Label();
     this.m_edit_match         = new System.Windows.Forms.TextBox();
     this.m_grid_subs          = new RyLogViewer.DataGridView();
     this.m_split_subs         = new System.Windows.Forms.SplitContainer();
     this.m_radio_regex        = new System.Windows.Forms.RadioButton();
     this.m_radio_wildcard     = new System.Windows.Forms.RadioButton();
     this.m_radio_substring    = new System.Windows.Forms.RadioButton();
     this.m_edit_eqv_regex     = new System.Windows.Forms.TextBox();
     this.m_lbl_matchtype      = new System.Windows.Forms.Label();
     this.m_btn_show_eqv_regex = new System.Windows.Forms.Button();
     this.m_lbl_eqv_regex      = new System.Windows.Forms.Label();
     this.m_panel_btns         = new System.Windows.Forms.Panel();
     this.m_panel_match_type   = new System.Windows.Forms.Panel();
     this.m_panel_match        = new System.Windows.Forms.Panel();
     this.m_table           = new System.Windows.Forms.TableLayoutPanel();
     this.m_panel_replace   = new System.Windows.Forms.Panel();
     this.m_panel_eqv_regex = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.m_split_test)).BeginInit();
     this.m_split_test.Panel1.SuspendLayout();
     this.m_split_test.Panel2.SuspendLayout();
     this.m_split_test.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_grid_subs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_split_subs)).BeginInit();
     this.m_split_subs.Panel1.SuspendLayout();
     this.m_split_subs.Panel2.SuspendLayout();
     this.m_split_subs.SuspendLayout();
     this.m_panel_btns.SuspendLayout();
     this.m_panel_match_type.SuspendLayout();
     this.m_panel_match.SuspendLayout();
     this.m_table.SuspendLayout();
     this.m_panel_replace.SuspendLayout();
     this.m_panel_eqv_regex.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btn_regex_help
     //
     this.m_btn_regex_help.Location = new System.Drawing.Point(3, 3);
     this.m_btn_regex_help.Name     = "m_btn_regex_help";
     this.m_btn_regex_help.Size     = new System.Drawing.Size(22, 21);
     this.m_btn_regex_help.TabIndex = 0;
     this.m_btn_regex_help.Text     = "?";
     this.m_btn_regex_help.UseVisualStyleBackColor = true;
     //
     // m_btn_add
     //
     this.m_btn_add.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.m_btn_add.ImageIndex            = 0;
     this.m_btn_add.ImageList             = this.m_image_list;
     this.m_btn_add.Location = new System.Drawing.Point(26, 3);
     this.m_btn_add.Name     = "m_btn_add";
     this.m_btn_add.Size     = new System.Drawing.Size(46, 46);
     this.m_btn_add.TabIndex = 2;
     this.m_btn_add.UseVisualStyleBackColor = true;
     //
     // m_image_list
     //
     this.m_image_list.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_image_list.ImageStream")));
     this.m_image_list.TransparentColor = System.Drawing.Color.Transparent;
     this.m_image_list.Images.SetKeyName(0, "edit_add.png");
     this.m_image_list.Images.SetKeyName(1, "edit_save.png");
     //
     // m_edit_test
     //
     this.m_edit_test.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.m_edit_test.CaretLocation         = new System.Drawing.Point(0, 0);
     this.m_edit_test.CurrentLineIndex      = 0;
     this.m_edit_test.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_edit_test.FirstVisibleLineIndex = 0;
     this.m_edit_test.LineCount             = 1;
     this.m_edit_test.Location              = new System.Drawing.Point(0, 0);
     this.m_edit_test.Name                  = "m_edit_test";
     this.m_edit_test.Size                  = new System.Drawing.Size(202, 55);
     this.m_edit_test.TabIndex              = 0;
     this.m_edit_test.Text                  = "Enter text here to test your pattern";
     //
     // m_edit_result
     //
     this.m_edit_result.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.m_edit_result.CaretLocation         = new System.Drawing.Point(0, 0);
     this.m_edit_result.CurrentLineIndex      = 0;
     this.m_edit_result.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_edit_result.FirstVisibleLineIndex = 0;
     this.m_edit_result.LineCount             = 1;
     this.m_edit_result.Location              = new System.Drawing.Point(0, 0);
     this.m_edit_result.Name                  = "m_edit_result";
     this.m_edit_result.ReadOnly              = true;
     this.m_edit_result.Size                  = new System.Drawing.Size(202, 75);
     this.m_edit_result.TabIndex              = 0;
     this.m_edit_result.Text                  = "This is the resulting text after replacement";
     //
     // m_lbl_replace
     //
     this.m_lbl_replace.Location  = new System.Drawing.Point(3, 1);
     this.m_lbl_replace.Name      = "m_lbl_replace";
     this.m_lbl_replace.Size      = new System.Drawing.Size(70, 17);
     this.m_lbl_replace.TabIndex  = 29;
     this.m_lbl_replace.Text      = "Replace:";
     this.m_lbl_replace.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_edit_replace
     //
     this.m_edit_replace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_edit_replace.Location = new System.Drawing.Point(76, 0);
     this.m_edit_replace.Name     = "m_edit_replace";
     this.m_edit_replace.Size     = new System.Drawing.Size(340, 20);
     this.m_edit_replace.TabIndex = 0;
     //
     // m_check_ignore_case
     //
     this.m_check_ignore_case.AutoSize = true;
     this.m_check_ignore_case.Location = new System.Drawing.Point(333, 2);
     this.m_check_ignore_case.Name     = "m_check_ignore_case";
     this.m_check_ignore_case.Size     = new System.Drawing.Size(83, 17);
     this.m_check_ignore_case.TabIndex = 3;
     this.m_check_ignore_case.Text     = "Ignore Case";
     this.m_check_ignore_case.UseVisualStyleBackColor = true;
     //
     // m_split_test
     //
     this.m_split_test.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_split_test.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_split_test.Location    = new System.Drawing.Point(0, 0);
     this.m_split_test.Margin      = new System.Windows.Forms.Padding(0);
     this.m_split_test.Name        = "m_split_test";
     this.m_split_test.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // m_split_test.Panel1
     //
     this.m_split_test.Panel1.Controls.Add(this.m_edit_test);
     //
     // m_split_test.Panel2
     //
     this.m_split_test.Panel2.Controls.Add(this.m_edit_result);
     this.m_split_test.Size             = new System.Drawing.Size(204, 138);
     this.m_split_test.SplitterDistance = 57;
     this.m_split_test.TabIndex         = 0;
     //
     // m_lbl_match
     //
     this.m_lbl_match.Location  = new System.Drawing.Point(3, 3);
     this.m_lbl_match.Name      = "m_lbl_match";
     this.m_lbl_match.Size      = new System.Drawing.Size(70, 17);
     this.m_lbl_match.TabIndex  = 39;
     this.m_lbl_match.Text      = "Pattern:";
     this.m_lbl_match.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_edit_match
     //
     this.m_edit_match.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_edit_match.Location = new System.Drawing.Point(76, 2);
     this.m_edit_match.Name     = "m_edit_match";
     this.m_edit_match.Size     = new System.Drawing.Size(340, 20);
     this.m_edit_match.TabIndex = 0;
     //
     // m_grid_subs
     //
     this.m_grid_subs.AllowUserToAddRows            = false;
     this.m_grid_subs.AllowUserToDeleteRows         = false;
     this.m_grid_subs.AllowUserToResizeRows         = false;
     this.m_grid_subs.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.m_grid_subs.AutoSizeRowsMode              = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     dataGridViewCellStyle1.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
     dataGridViewCellStyle1.BackColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor               = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                = System.Windows.Forms.DataGridViewTriState.False;
     this.m_grid_subs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.m_grid_subs.ColumnHeadersHeight           = 20;
     this.m_grid_subs.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.m_grid_subs.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.m_grid_subs.Location                = new System.Drawing.Point(0, 0);
     this.m_grid_subs.Margin                  = new System.Windows.Forms.Padding(0);
     this.m_grid_subs.MultiSelect             = false;
     this.m_grid_subs.Name                    = "m_grid_subs";
     this.m_grid_subs.RowHeadersVisible       = false;
     this.m_grid_subs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.m_grid_subs.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.m_grid_subs.Size                    = new System.Drawing.Size(284, 138);
     this.m_grid_subs.TabIndex                = 0;
     //
     // m_split_subs
     //
     this.m_split_subs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_split_subs.Location = new System.Drawing.Point(3, 99);
     this.m_split_subs.Margin   = new System.Windows.Forms.Padding(0);
     this.m_split_subs.Name     = "m_split_subs";
     //
     // m_split_subs.Panel1
     //
     this.m_split_subs.Panel1.Controls.Add(this.m_split_test);
     //
     // m_split_subs.Panel2
     //
     this.m_split_subs.Panel2.Controls.Add(this.m_grid_subs);
     this.m_split_subs.Size             = new System.Drawing.Size(492, 138);
     this.m_split_subs.SplitterDistance = 204;
     this.m_split_subs.TabIndex         = 49;
     //
     // m_radio_regex
     //
     this.m_radio_regex.AutoSize = true;
     this.m_radio_regex.Location = new System.Drawing.Point(218, 1);
     this.m_radio_regex.Name     = "m_radio_regex";
     this.m_radio_regex.Size     = new System.Drawing.Size(116, 17);
     this.m_radio_regex.TabIndex = 2;
     this.m_radio_regex.TabStop  = true;
     this.m_radio_regex.Text     = "Regular Expression";
     this.m_radio_regex.UseVisualStyleBackColor = true;
     //
     // m_radio_wildcard
     //
     this.m_radio_wildcard.AutoSize = true;
     this.m_radio_wildcard.Location = new System.Drawing.Point(151, 1);
     this.m_radio_wildcard.Name     = "m_radio_wildcard";
     this.m_radio_wildcard.Size     = new System.Drawing.Size(67, 17);
     this.m_radio_wildcard.TabIndex = 1;
     this.m_radio_wildcard.TabStop  = true;
     this.m_radio_wildcard.Text     = "Wildcard";
     this.m_radio_wildcard.UseVisualStyleBackColor = true;
     //
     // m_radio_substring
     //
     this.m_radio_substring.AutoSize = true;
     this.m_radio_substring.Location = new System.Drawing.Point(80, 1);
     this.m_radio_substring.Name     = "m_radio_substring";
     this.m_radio_substring.Size     = new System.Drawing.Size(69, 17);
     this.m_radio_substring.TabIndex = 0;
     this.m_radio_substring.TabStop  = true;
     this.m_radio_substring.Text     = "Substring";
     this.m_radio_substring.UseVisualStyleBackColor = true;
     //
     // m_edit_eqv_regex
     //
     this.m_edit_eqv_regex.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_edit_eqv_regex.Location = new System.Drawing.Point(76, 0);
     this.m_edit_eqv_regex.Name     = "m_edit_eqv_regex";
     this.m_edit_eqv_regex.ReadOnly = true;
     this.m_edit_eqv_regex.Size     = new System.Drawing.Size(340, 20);
     this.m_edit_eqv_regex.TabIndex = 51;
     //
     // m_lbl_matchtype
     //
     this.m_lbl_matchtype.Location  = new System.Drawing.Point(3, 0);
     this.m_lbl_matchtype.Name      = "m_lbl_matchtype";
     this.m_lbl_matchtype.Size      = new System.Drawing.Size(71, 18);
     this.m_lbl_matchtype.TabIndex  = 53;
     this.m_lbl_matchtype.Text      = "Pattern Type:";
     this.m_lbl_matchtype.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_btn_show_eqv_regex
     //
     this.m_btn_show_eqv_regex.Location = new System.Drawing.Point(3, 27);
     this.m_btn_show_eqv_regex.Name     = "m_btn_show_eqv_regex";
     this.m_btn_show_eqv_regex.Size     = new System.Drawing.Size(22, 21);
     this.m_btn_show_eqv_regex.TabIndex = 1;
     this.m_btn_show_eqv_regex.Text     = "V";
     this.m_btn_show_eqv_regex.UseVisualStyleBackColor = true;
     //
     // m_lbl_eqv_regex
     //
     this.m_lbl_eqv_regex.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.m_lbl_eqv_regex.Location  = new System.Drawing.Point(3, 1);
     this.m_lbl_eqv_regex.Name      = "m_lbl_eqv_regex";
     this.m_lbl_eqv_regex.Size      = new System.Drawing.Size(70, 17);
     this.m_lbl_eqv_regex.TabIndex  = 56;
     this.m_lbl_eqv_regex.Text      = "Eqv. Regex:";
     this.m_lbl_eqv_regex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_panel_btns
     //
     this.m_panel_btns.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panel_btns.Controls.Add(this.m_btn_add);
     this.m_panel_btns.Controls.Add(this.m_btn_show_eqv_regex);
     this.m_panel_btns.Controls.Add(this.m_btn_regex_help);
     this.m_panel_btns.Location = new System.Drawing.Point(422, 2);
     this.m_panel_btns.Margin   = new System.Windows.Forms.Padding(0);
     this.m_panel_btns.Name     = "m_panel_btns";
     this.m_panel_btns.Size     = new System.Drawing.Size(76, 52);
     this.m_panel_btns.TabIndex = 63;
     //
     // m_panel_match_type
     //
     this.m_panel_match_type.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panel_match_type.AutoSize = true;
     this.m_panel_match_type.Controls.Add(this.m_check_ignore_case);
     this.m_panel_match_type.Controls.Add(this.m_radio_regex);
     this.m_panel_match_type.Controls.Add(this.m_radio_wildcard);
     this.m_panel_match_type.Controls.Add(this.m_radio_substring);
     this.m_panel_match_type.Controls.Add(this.m_lbl_matchtype);
     this.m_panel_match_type.Location = new System.Drawing.Point(0, 0);
     this.m_panel_match_type.Margin   = new System.Windows.Forms.Padding(0);
     this.m_panel_match_type.Name     = "m_panel_match_type";
     this.m_panel_match_type.Size     = new System.Drawing.Size(419, 22);
     this.m_panel_match_type.TabIndex = 5;
     //
     // m_panel_match
     //
     this.m_panel_match.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panel_match.AutoSize = true;
     this.m_panel_match.Controls.Add(this.m_edit_match);
     this.m_panel_match.Controls.Add(this.m_lbl_match);
     this.m_panel_match.Location = new System.Drawing.Point(0, 22);
     this.m_panel_match.Margin   = new System.Windows.Forms.Padding(0);
     this.m_panel_match.Name     = "m_panel_match";
     this.m_panel_match.Size     = new System.Drawing.Size(419, 25);
     this.m_panel_match.TabIndex = 66;
     //
     // m_table
     //
     this.m_table.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.m_table.AutoSize    = true;
     this.m_table.ColumnCount = 1;
     this.m_table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.m_table.Controls.Add(this.m_panel_replace, 0, 3);
     this.m_table.Controls.Add(this.m_panel_eqv_regex, 0, 2);
     this.m_table.Controls.Add(this.m_panel_match, 0, 1);
     this.m_table.Controls.Add(this.m_panel_match_type, 0, 0);
     this.m_table.Location = new System.Drawing.Point(3, 3);
     this.m_table.Name     = "m_table";
     this.m_table.RowCount = 4;
     this.m_table.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.m_table.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.m_table.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.m_table.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.m_table.Size     = new System.Drawing.Size(419, 93);
     this.m_table.TabIndex = 66;
     //
     // m_panel_replace
     //
     this.m_panel_replace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panel_replace.AutoSize = true;
     this.m_panel_replace.Controls.Add(this.m_edit_replace);
     this.m_panel_replace.Controls.Add(this.m_lbl_replace);
     this.m_panel_replace.Location = new System.Drawing.Point(0, 70);
     this.m_panel_replace.Margin   = new System.Windows.Forms.Padding(0);
     this.m_panel_replace.Name     = "m_panel_replace";
     this.m_panel_replace.Size     = new System.Drawing.Size(419, 23);
     this.m_panel_replace.TabIndex = 67;
     //
     // m_panel_eqv_regex
     //
     this.m_panel_eqv_regex.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_panel_eqv_regex.AutoSize = true;
     this.m_panel_eqv_regex.Controls.Add(this.m_edit_eqv_regex);
     this.m_panel_eqv_regex.Controls.Add(this.m_lbl_eqv_regex);
     this.m_panel_eqv_regex.Location = new System.Drawing.Point(0, 47);
     this.m_panel_eqv_regex.Margin   = new System.Windows.Forms.Padding(0);
     this.m_panel_eqv_regex.Name     = "m_panel_eqv_regex";
     this.m_panel_eqv_regex.Size     = new System.Drawing.Size(419, 23);
     this.m_panel_eqv_regex.TabIndex = 67;
     this.m_panel_eqv_regex.Visible  = false;
     //
     // TransformUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.m_table);
     this.Controls.Add(this.m_split_subs);
     this.Controls.Add(this.m_panel_btns);
     this.DoubleBuffered = true;
     this.Margin         = new System.Windows.Forms.Padding(0);
     this.MinimumSize    = new System.Drawing.Size(498, 212);
     this.Name           = "TransformUI";
     this.Size           = new System.Drawing.Size(498, 237);
     this.m_split_test.Panel1.ResumeLayout(false);
     this.m_split_test.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_split_test)).EndInit();
     this.m_split_test.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_grid_subs)).EndInit();
     this.m_split_subs.Panel1.ResumeLayout(false);
     this.m_split_subs.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_split_subs)).EndInit();
     this.m_split_subs.ResumeLayout(false);
     this.m_panel_btns.ResumeLayout(false);
     this.m_panel_match_type.ResumeLayout(false);
     this.m_panel_match_type.PerformLayout();
     this.m_panel_match.ResumeLayout(false);
     this.m_panel_match.PerformLayout();
     this.m_table.ResumeLayout(false);
     this.m_table.PerformLayout();
     this.m_panel_replace.ResumeLayout(false);
     this.m_panel_replace.PerformLayout();
     this.m_panel_eqv_regex.ResumeLayout(false);
     this.m_panel_eqv_regex.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutUI));
     this.m_btn_ok              = new System.Windows.Forms.Button();
     this.m_edit_version        = new System.Windows.Forms.TextBox();
     this.pictureBox1           = new System.Windows.Forms.PictureBox();
     this.m_lbl_info            = new System.Windows.Forms.Label();
     this.m_lbl_licence         = new System.Windows.Forms.Label();
     this.m_btn_version_history = new System.Windows.Forms.Button();
     this.m_edit_licence        = new Rylogic.Gui.WinForms.RichTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // m_btn_ok
     //
     this.m_btn_ok.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btn_ok.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.m_btn_ok.Location                = new System.Drawing.Point(255, 241);
     this.m_btn_ok.Name                    = "m_btn_ok";
     this.m_btn_ok.Size                    = new System.Drawing.Size(71, 21);
     this.m_btn_ok.TabIndex                = 3;
     this.m_btn_ok.Text                    = "OK";
     this.m_btn_ok.UseVisualStyleBackColor = true;
     //
     // m_edit_version
     //
     this.m_edit_version.AcceptsReturn = true;
     this.m_edit_version.AcceptsTab    = true;
     this.m_edit_version.Anchor        = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.m_edit_version.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.m_edit_version.Location  = new System.Drawing.Point(12, 64);
     this.m_edit_version.Multiline = true;
     this.m_edit_version.Name      = "m_edit_version";
     this.m_edit_version.ReadOnly  = true;
     this.m_edit_version.Size      = new System.Drawing.Size(314, 58);
     this.m_edit_version.TabIndex  = 0;
     this.m_edit_version.Text      = "Rylogic\r\nVersion\r\nBuilt:\r\nAll Rights Reserved";
     this.m_edit_version.WordWrap  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::RyLogViewer.Resources.book;
     this.pictureBox1.Location = new System.Drawing.Point(12, 11);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(48, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 9;
     this.pictureBox1.TabStop  = false;
     //
     // m_lbl_info
     //
     this.m_lbl_info.AutoSize = true;
     this.m_lbl_info.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_info.Location = new System.Drawing.Point(66, 23);
     this.m_lbl_info.Name     = "m_lbl_info";
     this.m_lbl_info.Size     = new System.Drawing.Size(123, 24);
     this.m_lbl_info.TabIndex = 8;
     this.m_lbl_info.Text     = "RyLogViewer";
     //
     // m_lbl_licence
     //
     this.m_lbl_licence.AutoSize = true;
     this.m_lbl_licence.Location = new System.Drawing.Point(9, 125);
     this.m_lbl_licence.Name     = "m_lbl_licence";
     this.m_lbl_licence.Size     = new System.Drawing.Size(69, 13);
     this.m_lbl_licence.TabIndex = 14;
     this.m_lbl_licence.Text     = "Licence Info:";
     //
     // m_btn_version_history
     //
     this.m_btn_version_history.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_btn_version_history.Location = new System.Drawing.Point(12, 241);
     this.m_btn_version_history.Name     = "m_btn_version_history";
     this.m_btn_version_history.Size     = new System.Drawing.Size(92, 21);
     this.m_btn_version_history.TabIndex = 2;
     this.m_btn_version_history.Text     = "Version History";
     this.m_btn_version_history.UseVisualStyleBackColor = true;
     //
     // m_edit_licence
     //
     this.m_edit_licence.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.m_edit_licence.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_edit_licence.CaretLocation         = new System.Drawing.Point(0, 0);
     this.m_edit_licence.CurrentLineIndex      = 0;
     this.m_edit_licence.FirstVisibleLineIndex = 0;
     this.m_edit_licence.LineCount             = 0;
     this.m_edit_licence.Location = new System.Drawing.Point(12, 141);
     this.m_edit_licence.Name     = "m_edit_licence";
     this.m_edit_licence.Size     = new System.Drawing.Size(314, 94);
     this.m_edit_licence.TabIndex = 1;
     this.m_edit_licence.Text     = "";
     //
     // About
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(338, 274);
     this.Controls.Add(this.m_edit_licence);
     this.Controls.Add(this.m_btn_version_history);
     this.Controls.Add(this.m_lbl_licence);
     this.Controls.Add(this.m_btn_ok);
     this.Controls.Add(this.m_edit_version);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.m_lbl_info);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize     = new System.Drawing.Size(229, 234);
     this.Name            = "About";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About RyLogViewer";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }