Exemplo 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.label1     = new System.Windows.Forms.Label();
     this.combo_Box1 = new Salford.VisualClearWin.Combo_Box();
     this.button1    = new System.Windows.Forms.Button();
     this.button2    = new System.Windows.Forms.Button();
     this.button3    = new System.Windows.Forms.Button();
     this.check_Box1 = new Salford.VisualClearWin.Check_Box();
     this.check_Box2 = new Salford.VisualClearWin.Check_Box();
     this.check_Box3 = new Salford.VisualClearWin.Check_Box();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Find what:";
     //
     // combo_Box1
     //
     this.combo_Box1.Location = new System.Drawing.Point(79, 13);
     this.combo_Box1.Name     = "combo_Box1";
     this.combo_Box1.Persists = true;
     this.combo_Box1.Size     = new System.Drawing.Size(184, 21);
     this.combo_Box1.TabIndex = 1;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(272, 13);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(80, 24);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "Find Next";
     //
     // button2
     //
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location  = new System.Drawing.Point(272, 48);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(80, 24);
     this.button2.TabIndex  = 3;
     this.button2.Text      = "Close";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(272, 128);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(80, 24);
     this.button3.TabIndex = 4;
     this.button3.Text     = "Enter";
     //
     // check_Box1
     //
     this.check_Box1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.check_Box1.Location  = new System.Drawing.Point(16, 48);
     this.check_Box1.Name      = "check_Box1";
     this.check_Box1.Persists  = true;
     this.check_Box1.Size      = new System.Drawing.Size(120, 16);
     this.check_Box1.TabIndex  = 5;
     this.check_Box1.Text      = "Match case";
     //
     // check_Box2
     //
     this.check_Box2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.check_Box2.Location  = new System.Drawing.Point(16, 72);
     this.check_Box2.Name      = "check_Box2";
     this.check_Box2.Persists  = true;
     this.check_Box2.Size      = new System.Drawing.Size(120, 16);
     this.check_Box2.TabIndex  = 6;
     this.check_Box2.Text      = "Match whole word";
     //
     // check_Box3
     //
     this.check_Box3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.check_Box3.Location  = new System.Drawing.Point(16, 96);
     this.check_Box3.Name      = "check_Box3";
     this.check_Box3.Persists  = true;
     this.check_Box3.Size      = new System.Drawing.Size(120, 16);
     this.check_Box3.TabIndex  = 7;
     this.check_Box3.Text      = "Seach up";
     //
     // Form2
     //
     this.AcceptButton      = this.button3;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 128);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.check_Box3,
         this.check_Box2,
         this.check_Box1,
         this.button3,
         this.button2,
         this.button1,
         this.combo_Box1,
         this.label1
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form2";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Find";
     this.ResumeLayout(false);
 }
Exemplo n.º 2
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.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "Item 1",
         "Data 1"
     }, -1, System.Drawing.SystemColors.WindowText, System.Drawing.SystemColors.Window, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
         "Item 2",
         "Data 2"
     }, -1, System.Drawing.SystemColors.WindowText, System.Drawing.SystemColors.Window, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))));
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
         "Item 3",
         "Data 3"
     }, -1, System.Drawing.SystemColors.WindowText, System.Drawing.SystemColors.Window, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))));
     this.tab_Control1  = new Salford.VisualClearWin.Tab_Control();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.group_Box1    = new Salford.VisualClearWin.Group_Box();
     this.check_Box1    = new Salford.VisualClearWin.Check_Box();
     this.int32_Box2    = new Salford.VisualClearWin.Int32_Box();
     this.check_Box2    = new Salford.VisualClearWin.Check_Box();
     this.int32_Box1    = new Salford.VisualClearWin.Int32_Box();
     this.int32_Box3    = new Salford.VisualClearWin.Int32_Box();
     this.check_Box3    = new Salford.VisualClearWin.Check_Box();
     this.tabPage4      = new System.Windows.Forms.TabPage();
     this.text_Box1     = new Salford.VisualClearWin.Text_Box();
     this.int32_Box8    = new Salford.VisualClearWin.Int32_Box();
     this.combo_Box1    = new Salford.VisualClearWin.Combo_Box();
     this.tabPage7      = new System.Windows.Forms.TabPage();
     this.int32_Box11   = new Salford.VisualClearWin.Int32_Box();
     this.list_View1    = new Salford.VisualClearWin.List_View();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.tabPage3      = new System.Windows.Forms.TabPage();
     this.int32_Box7    = new Salford.VisualClearWin.Int32_Box();
     this.list_Box1     = new Salford.VisualClearWin.List_Box();
     this.tabPage8      = new System.Windows.Forms.TabPage();
     this.int32_Box12   = new Salford.VisualClearWin.Int32_Box();
     this.tree_View1    = new Salford.VisualClearWin.Tree_View();
     this.tabPage5      = new System.Windows.Forms.TabPage();
     this.int32_Box9    = new Salford.VisualClearWin.Int32_Box();
     this.track_Bar1    = new Salford.VisualClearWin.Track_Bar();
     this.tabPage6      = new System.Windows.Forms.TabPage();
     this.int32_Box10   = new Salford.VisualClearWin.Int32_Box();
     this.progressBar1  = new System.Windows.Forms.ProgressBar();
     this.tabPage2      = new System.Windows.Forms.TabPage();
     this.int32_Box6    = new Salford.VisualClearWin.Int32_Box();
     this.radio_Button3 = new Salford.VisualClearWin.Radio_Button();
     this.int32_Box5    = new Salford.VisualClearWin.Int32_Box();
     this.radio_Button2 = new Salford.VisualClearWin.Radio_Button();
     this.int32_Box4    = new Salford.VisualClearWin.Int32_Box();
     this.radio_Button1 = new Salford.VisualClearWin.Radio_Button();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.tab_Control1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.group_Box1.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.track_Bar1)).BeginInit();
     this.tabPage6.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // tab_Control1
     //
     this.tab_Control1.Controls.Add(this.tabPage1);
     this.tab_Control1.Controls.Add(this.tabPage4);
     this.tab_Control1.Controls.Add(this.tabPage7);
     this.tab_Control1.Controls.Add(this.tabPage3);
     this.tab_Control1.Controls.Add(this.tabPage8);
     this.tab_Control1.Controls.Add(this.tabPage5);
     this.tab_Control1.Controls.Add(this.tabPage6);
     this.tab_Control1.Controls.Add(this.tabPage2);
     this.tab_Control1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tab_Control1.HotTrack      = true;
     this.tab_Control1.ItemSize      = new System.Drawing.Size(74, 18);
     this.tab_Control1.Location      = new System.Drawing.Point(8, 8);
     this.tab_Control1.Name          = "tab_Control1";
     this.tab_Control1.Pivoting      = Salford.VisualClearWin.Pivot.Full;
     this.tab_Control1.SelectedIndex = 0;
     this.tab_Control1.Size          = new System.Drawing.Size(504, 152);
     this.tab_Control1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.group_Box1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(496, 126);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Check boxes";
     //
     // group_Box1
     //
     this.group_Box1.Controls.Add(this.check_Box1);
     this.group_Box1.Controls.Add(this.int32_Box2);
     this.group_Box1.Controls.Add(this.check_Box2);
     this.group_Box1.Controls.Add(this.int32_Box1);
     this.group_Box1.Controls.Add(this.int32_Box3);
     this.group_Box1.Controls.Add(this.check_Box3);
     this.group_Box1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.group_Box1.Location  = new System.Drawing.Point(8, 8);
     this.group_Box1.Name      = "group_Box1";
     this.group_Box1.Pivoting  = Salford.VisualClearWin.Pivot.Full;
     this.group_Box1.Size      = new System.Drawing.Size(480, 112);
     this.group_Box1.TabIndex  = 6;
     this.group_Box1.TabStop   = false;
     this.group_Box1.Text      = "Group";
     //
     // check_Box1
     //
     this.check_Box1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.check_Box1.Location  = new System.Drawing.Point(56, 24);
     this.check_Box1.Name      = "check_Box1";
     this.check_Box1.Size      = new System.Drawing.Size(72, 16);
     this.check_Box1.TabIndex  = 0;
     this.check_Box1.Text      = "Check 1";
     //
     // int32_Box2
     //
     this.int32_Box2.Location = new System.Drawing.Point(152, 52);
     this.int32_Box2.Maximum  = 2147483647;
     this.int32_Box2.Minimum  = -2147483648;
     this.int32_Box2.Name     = "int32_Box2";
     this.int32_Box2.Size     = new System.Drawing.Size(32, 20);
     this.int32_Box2.TabIndex = 4;
     this.int32_Box2.Text     = "";
     //
     // check_Box2
     //
     this.check_Box2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.check_Box2.Location  = new System.Drawing.Point(56, 52);
     this.check_Box2.Name      = "check_Box2";
     this.check_Box2.Size      = new System.Drawing.Size(72, 13);
     this.check_Box2.TabIndex  = 1;
     this.check_Box2.Text      = "Check 2";
     //
     // int32_Box1
     //
     this.int32_Box1.Location = new System.Drawing.Point(152, 24);
     this.int32_Box1.Maximum  = 2147483647;
     this.int32_Box1.Minimum  = -2147483648;
     this.int32_Box1.Name     = "int32_Box1";
     this.int32_Box1.Size     = new System.Drawing.Size(32, 20);
     this.int32_Box1.TabIndex = 3;
     this.int32_Box1.Text     = "";
     //
     // int32_Box3
     //
     this.int32_Box3.Location = new System.Drawing.Point(152, 80);
     this.int32_Box3.Maximum  = 2147483647;
     this.int32_Box3.Minimum  = -2147483648;
     this.int32_Box3.Name     = "int32_Box3";
     this.int32_Box3.Size     = new System.Drawing.Size(32, 20);
     this.int32_Box3.TabIndex = 5;
     this.int32_Box3.Text     = "";
     //
     // check_Box3
     //
     this.check_Box3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.check_Box3.Location  = new System.Drawing.Point(56, 80);
     this.check_Box3.Name      = "check_Box3";
     this.check_Box3.Size      = new System.Drawing.Size(72, 16);
     this.check_Box3.TabIndex  = 2;
     this.check_Box3.Text      = "Check 3";
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.text_Box1);
     this.tabPage4.Controls.Add(this.int32_Box8);
     this.tabPage4.Controls.Add(this.combo_Box1);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(496, 126);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Combo Box";
     //
     // text_Box1
     //
     this.text_Box1.Location = new System.Drawing.Point(64, 16);
     this.text_Box1.Name     = "text_Box1";
     this.text_Box1.Size     = new System.Drawing.Size(184, 20);
     this.text_Box1.TabIndex = 2;
     this.text_Box1.Text     = "";
     //
     // int32_Box8
     //
     this.int32_Box8.Location = new System.Drawing.Point(8, 16);
     this.int32_Box8.Maximum  = 2147483647;
     this.int32_Box8.Minimum  = -2147483648;
     this.int32_Box8.Name     = "int32_Box8";
     this.int32_Box8.Size     = new System.Drawing.Size(24, 20);
     this.int32_Box8.TabIndex = 1;
     this.int32_Box8.Text     = "";
     //
     // combo_Box1
     //
     this.combo_Box1.Items.AddRange(new object[] {
         "Item 1",
         "Item 2",
         "Item 3"
     });
     this.combo_Box1.Location = new System.Drawing.Point(8, 48);
     this.combo_Box1.Name     = "combo_Box1";
     this.combo_Box1.Pivoting = Salford.VisualClearWin.Pivot.Horizontal;
     this.combo_Box1.Size     = new System.Drawing.Size(480, 21);
     this.combo_Box1.TabIndex = 0;
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.int32_Box11);
     this.tabPage7.Controls.Add(this.list_View1);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name     = "tabPage7";
     this.tabPage7.Size     = new System.Drawing.Size(496, 126);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text     = "List view";
     //
     // int32_Box11
     //
     this.int32_Box11.Location = new System.Drawing.Point(8, 8);
     this.int32_Box11.Maximum  = 2147483647;
     this.int32_Box11.Minimum  = -2147483648;
     this.int32_Box11.Name     = "int32_Box11";
     this.int32_Box11.Size     = new System.Drawing.Size(24, 20);
     this.int32_Box11.TabIndex = 1;
     this.int32_Box11.Text     = "";
     //
     // list_View1
     //
     this.list_View1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.list_View1.FullRowSelect = true;
     this.list_View1.GridLines     = true;
     this.list_View1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2,
         listViewItem3
     });
     this.list_View1.Location    = new System.Drawing.Point(8, 40);
     this.list_View1.MultiSelect = false;
     this.list_View1.Name        = "list_View1";
     this.list_View1.Pivoting    = Salford.VisualClearWin.Pivot.Full;
     this.list_View1.Size        = new System.Drawing.Size(480, 72);
     this.list_View1.TabIndex    = 0;
     this.list_View1.View        = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Column 1";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Column 2";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.int32_Box7);
     this.tabPage3.Controls.Add(this.list_Box1);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(496, 126);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "List box";
     //
     // int32_Box7
     //
     this.int32_Box7.Location = new System.Drawing.Point(8, 8);
     this.int32_Box7.Maximum  = 2147483647;
     this.int32_Box7.Minimum  = -2147483648;
     this.int32_Box7.Name     = "int32_Box7";
     this.int32_Box7.Size     = new System.Drawing.Size(32, 20);
     this.int32_Box7.TabIndex = 1;
     this.int32_Box7.Text     = "";
     //
     // list_Box1
     //
     this.list_Box1.Items.AddRange(new object[] {
         "Item 1",
         "Item 2",
         "Item 3"
     });
     this.list_Box1.Location = new System.Drawing.Point(8, 40);
     this.list_Box1.Name     = "list_Box1";
     this.list_Box1.Pivoting = Salford.VisualClearWin.Pivot.Full;
     this.list_Box1.Size     = new System.Drawing.Size(480, 69);
     this.list_Box1.TabIndex = 0;
     this.list_Box1.Val      = -1;
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.int32_Box12);
     this.tabPage8.Controls.Add(this.tree_View1);
     this.tabPage8.Location = new System.Drawing.Point(4, 22);
     this.tabPage8.Name     = "tabPage8";
     this.tabPage8.Size     = new System.Drawing.Size(496, 126);
     this.tabPage8.TabIndex = 7;
     this.tabPage8.Text     = "Tree view";
     //
     // int32_Box12
     //
     this.int32_Box12.Location = new System.Drawing.Point(8, 8);
     this.int32_Box12.Maximum  = 2147483647;
     this.int32_Box12.Minimum  = -2147483648;
     this.int32_Box12.Name     = "int32_Box12";
     this.int32_Box12.Size     = new System.Drawing.Size(32, 20);
     this.int32_Box12.TabIndex = 1;
     this.int32_Box12.Text     = "";
     //
     // tree_View1
     //
     this.tree_View1.HideSelection = false;
     this.tree_View1.ImageIndex    = -1;
     this.tree_View1.Location      = new System.Drawing.Point(8, 40);
     this.tree_View1.Name          = "tree_View1";
     this.tree_View1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         new System.Windows.Forms.TreeNode("Chapter 1", new System.Windows.Forms.TreeNode[] {
             new System.Windows.Forms.TreeNode("Section 1.1"),
             new System.Windows.Forms.TreeNode("Section 1.2")
         }),
         new System.Windows.Forms.TreeNode("Chapter 2", new System.Windows.Forms.TreeNode[] {
             new System.Windows.Forms.TreeNode("Section 2.1"),
             new System.Windows.Forms.TreeNode("Section 2.2")
         })
     });
     this.tree_View1.Pivoting           = Salford.VisualClearWin.Pivot.Full;
     this.tree_View1.SelectedImageIndex = -1;
     this.tree_View1.Size     = new System.Drawing.Size(480, 80);
     this.tree_View1.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.int32_Box9);
     this.tabPage5.Controls.Add(this.track_Bar1);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Size     = new System.Drawing.Size(496, 126);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "Track bar";
     //
     // int32_Box9
     //
     this.int32_Box9.Location = new System.Drawing.Point(104, 88);
     this.int32_Box9.Maximum  = 2147483647;
     this.int32_Box9.Minimum  = -2147483648;
     this.int32_Box9.Name     = "int32_Box9";
     this.int32_Box9.Size     = new System.Drawing.Size(48, 20);
     this.int32_Box9.TabIndex = 1;
     this.int32_Box9.Text     = "";
     //
     // track_Bar1
     //
     this.track_Bar1.Location = new System.Drawing.Point(48, 24);
     this.track_Bar1.Name     = "track_Bar1";
     this.track_Bar1.Size     = new System.Drawing.Size(160, 45);
     this.track_Bar1.TabIndex = 0;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.int32_Box10);
     this.tabPage6.Controls.Add(this.progressBar1);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Size     = new System.Drawing.Size(496, 126);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text     = "Progress";
     //
     // int32_Box10
     //
     this.int32_Box10.Location = new System.Drawing.Point(224, 80);
     this.int32_Box10.Maximum  = 2147483647;
     this.int32_Box10.Minimum  = -2147483648;
     this.int32_Box10.Name     = "int32_Box10";
     this.int32_Box10.ReadOnly = true;
     this.int32_Box10.Size     = new System.Drawing.Size(24, 20);
     this.int32_Box10.TabIndex = 1;
     this.int32_Box10.Text     = "0";
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(16, 40);
     this.progressBar1.Maximum  = 464;
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(464, 24);
     this.progressBar1.Step     = 1;
     this.progressBar1.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.int32_Box6);
     this.tabPage2.Controls.Add(this.radio_Button3);
     this.tabPage2.Controls.Add(this.int32_Box5);
     this.tabPage2.Controls.Add(this.radio_Button2);
     this.tabPage2.Controls.Add(this.int32_Box4);
     this.tabPage2.Controls.Add(this.radio_Button1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(496, 126);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Radio buttons";
     //
     // int32_Box6
     //
     this.int32_Box6.Location = new System.Drawing.Point(160, 72);
     this.int32_Box6.Maximum  = 2147483647;
     this.int32_Box6.Minimum  = -2147483648;
     this.int32_Box6.Name     = "int32_Box6";
     this.int32_Box6.Size     = new System.Drawing.Size(24, 20);
     this.int32_Box6.TabIndex = 5;
     this.int32_Box6.Text     = "";
     //
     // radio_Button3
     //
     this.radio_Button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio_Button3.Location  = new System.Drawing.Point(72, 72);
     this.radio_Button3.Name      = "radio_Button3";
     this.radio_Button3.Size      = new System.Drawing.Size(64, 16);
     this.radio_Button3.TabIndex  = 4;
     this.radio_Button3.Text      = "Radio 3";
     //
     // int32_Box5
     //
     this.int32_Box5.Location = new System.Drawing.Point(160, 48);
     this.int32_Box5.Maximum  = 2147483647;
     this.int32_Box5.Minimum  = -2147483648;
     this.int32_Box5.Name     = "int32_Box5";
     this.int32_Box5.Size     = new System.Drawing.Size(24, 20);
     this.int32_Box5.TabIndex = 3;
     this.int32_Box5.Text     = "";
     //
     // radio_Button2
     //
     this.radio_Button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio_Button2.Location  = new System.Drawing.Point(72, 48);
     this.radio_Button2.Name      = "radio_Button2";
     this.radio_Button2.Size      = new System.Drawing.Size(64, 16);
     this.radio_Button2.TabIndex  = 2;
     this.radio_Button2.Text      = "Radio 2";
     //
     // int32_Box4
     //
     this.int32_Box4.Location = new System.Drawing.Point(160, 24);
     this.int32_Box4.Maximum  = 2147483647;
     this.int32_Box4.Minimum  = -2147483648;
     this.int32_Box4.Name     = "int32_Box4";
     this.int32_Box4.Size     = new System.Drawing.Size(24, 20);
     this.int32_Box4.TabIndex = 1;
     this.int32_Box4.Text     = "0";
     //
     // radio_Button1
     //
     this.radio_Button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio_Button1.Location  = new System.Drawing.Point(72, 24);
     this.radio_Button1.Name      = "radio_Button1";
     this.radio_Button1.Size      = new System.Drawing.Size(64, 16);
     this.radio_Button1.TabIndex  = 0;
     this.radio_Button1.Text      = "Radio 1";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(528, 174);
     this.Controls.Add(this.tab_Control1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Controls";
     this.tab_Control1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.group_Box1.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage7.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage8.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.track_Bar1)).EndInit();
     this.tabPage6.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.property_Grid1 = new Salford.VisualClearWin.Property_Grid();
            this.int32_Box1     = new Salford.VisualClearWin.Int32_Box();
            this.double_Box1    = new Salford.VisualClearWin.Double_Box();
            this.label1         = new System.Windows.Forms.Label();
            this.label2         = new System.Windows.Forms.Label();
            this.text_Box1      = new Salford.VisualClearWin.Text_Box();
            this.label3         = new System.Windows.Forms.Label();
            this.label5         = new System.Windows.Forms.Label();
            this.int32_Box3     = new Salford.VisualClearWin.Int32_Box();
            this.groupBox1      = new System.Windows.Forms.GroupBox();
            this.textBox1       = new System.Windows.Forms.TextBox();
            this.check_Box1     = new Salford.VisualClearWin.Check_Box();
            this.label6         = new System.Windows.Forms.Label();
            this.text_Box2      = new Salford.VisualClearWin.Text_Box();
            this.int32_Box2     = new Salford.VisualClearWin.Int32_Box();
            this.int32_Box4     = new Salford.VisualClearWin.Int32_Box();
            this.label4         = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // property_Grid1
            //
            this.property_Grid1.CommandsVisibleIfAvailable = true;
            this.property_Grid1.GridAttributes             = new string[] {
                "Integer|System.Int32|Numbers|Help for integer",
                "Double|System.Double|Numbers|Help for double",
                "String|System.String|Attributes|Help for string",
                "Logical|System.Boolean|Attributes|Help for logical",
                "Colour|System.Drawing.Color|Attributes|Help for colour",
                "Font|System.Drawing.Font|Attributes|Help for font",
                "Point|System.Drawing.Point|Attributes|Help for point|10,20"
            };
            this.property_Grid1.LargeButtons  = false;
            this.property_Grid1.LineColor     = System.Drawing.SystemColors.ScrollBar;
            this.property_Grid1.Location      = new System.Drawing.Point(16, 16);
            this.property_Grid1.Name          = "property_Grid1";
            this.property_Grid1.Size          = new System.Drawing.Size(272, 264);
            this.property_Grid1.TabIndex      = 0;
            this.property_Grid1.Text          = "property_Grid1";
            this.property_Grid1.ViewBackColor = System.Drawing.SystemColors.Window;
            this.property_Grid1.ViewForeColor = System.Drawing.SystemColors.WindowText;
            //
            // int32_Box1
            //
            this.int32_Box1.Location = new System.Drawing.Point(416, 64);
            this.int32_Box1.Maximum  = 2147483647;
            this.int32_Box1.Minimum  = -2147483648;
            this.int32_Box1.Name     = "int32_Box1";
            this.int32_Box1.Size     = new System.Drawing.Size(72, 20);
            this.int32_Box1.TabIndex = 1;
            this.int32_Box1.Text     = "";
            //
            // double_Box1
            //
            this.double_Box1.ExpFigs  = 2;
            this.double_Box1.Location = new System.Drawing.Point(416, 96);
//		  this.double_Box1.Maximum = 1E+60;
//		  this.double_Box1.Minimum = 1E+60;
            this.double_Box1.Name     = "double_Box1";
            this.double_Box1.Size     = new System.Drawing.Size(72, 20);
            this.double_Box1.TabIndex = 2;
            this.double_Box1.Text     = "0";
            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(352, 70);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(48, 14);
            this.label1.TabIndex = 3;
            this.label1.Text     = "Integer";
            //
            // label2
            //
            this.label2.Location = new System.Drawing.Point(352, 101);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(48, 14);
            this.label2.TabIndex = 4;
            this.label2.Text     = "Double";
            //
            // text_Box1
            //
            this.text_Box1.Location = new System.Drawing.Point(416, 128);
            this.text_Box1.Name     = "text_Box1";
            this.text_Box1.Size     = new System.Drawing.Size(112, 20);
            this.text_Box1.TabIndex = 5;
            this.text_Box1.Text     = "";
            //
            // label3
            //
            this.label3.Location = new System.Drawing.Point(352, 133);
            this.label3.Name     = "label3";
            this.label3.Size     = new System.Drawing.Size(48, 14);
            this.label3.TabIndex = 6;
            this.label3.Text     = "String";
            //
            // label5
            //
            this.label5.Location = new System.Drawing.Point(352, 188);
            this.label5.Name     = "label5";
            this.label5.Size     = new System.Drawing.Size(48, 16);
            this.label5.TabIndex = 10;
            this.label5.Text     = "Colour";
            //
            // int32_Box3
            //
            this.int32_Box3.Digits   = 3;
            this.int32_Box3.Location = new System.Drawing.Point(464, 184);
            this.int32_Box3.Maximum  = 255;
            this.int32_Box3.Minimum  = -999;
            this.int32_Box3.Name     = "int32_Box3";
            this.int32_Box3.Size     = new System.Drawing.Size(32, 20);
            this.int32_Box3.TabIndex = 9;
            this.int32_Box3.Text     = "255";
            this.int32_Box3.Value    = 255;
            //
            // groupBox1
            //
            this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
                this.textBox1,
                this.check_Box1
            });
            this.groupBox1.Location = new System.Drawing.Point(336, 48);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(256, 232);
            this.groupBox1.TabIndex = 11;
            this.groupBox1.TabStop  = false;
            //
            // textBox1
            //
            this.textBox1.Enabled  = false;
            this.textBox1.Location = new System.Drawing.Point(80, 200);
            this.textBox1.Name     = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size     = new System.Drawing.Size(160, 20);
            this.textBox1.TabIndex = 1;
            this.textBox1.Text     = "";
            //
            // check_Box1
            //
            this.check_Box1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.check_Box1.Location   = new System.Drawing.Point(16, 112);
            this.check_Box1.Name       = "check_Box1";
            this.check_Box1.Size       = new System.Drawing.Size(78, 16);
            this.check_Box1.TabIndex   = 0;
            this.check_Box1.Text       = "Logical";
            //
            // label6
            //
            this.label6.Location = new System.Drawing.Point(352, 220);
            this.label6.Name     = "label6";
            this.label6.Size     = new System.Drawing.Size(48, 13);
            this.label6.TabIndex = 13;
            this.label6.Text     = "Font";
            //
            // text_Box2
            //
            this.text_Box2.Location = new System.Drawing.Point(416, 216);
            this.text_Box2.Name     = "text_Box2";
            this.text_Box2.Size     = new System.Drawing.Size(160, 20);
            this.text_Box2.TabIndex = 12;
            this.text_Box2.Text     = "";
            //
            // int32_Box2
            //
            this.int32_Box2.Digits   = 3;
            this.int32_Box2.Location = new System.Drawing.Point(416, 184);
            this.int32_Box2.Maximum  = 255;
            this.int32_Box2.Minimum  = -999;
            this.int32_Box2.Name     = "int32_Box2";
            this.int32_Box2.Size     = new System.Drawing.Size(32, 20);
            this.int32_Box2.TabIndex = 14;
            this.int32_Box2.Text     = "0";
            //
            // int32_Box4
            //
            this.int32_Box4.Digits   = 3;
            this.int32_Box4.Location = new System.Drawing.Point(512, 184);
            this.int32_Box4.Maximum  = 255;
            this.int32_Box4.Minimum  = -999;
            this.int32_Box4.Name     = "int32_Box4";
            this.int32_Box4.Size     = new System.Drawing.Size(32, 20);
            this.int32_Box4.TabIndex = 15;
            this.int32_Box4.Text     = "0";
            //
            // label4
            //
            this.label4.Location = new System.Drawing.Point(352, 252);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(48, 13);
            this.label4.TabIndex = 16;
            this.label4.Text     = "Size";
            //
            // Form1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(618, 304);
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                this.label4,
                this.int32_Box4,
                this.int32_Box2,
                this.label3,
                this.label6,
                this.text_Box2,
                this.label5,
                this.int32_Box3,
                this.text_Box1,
                this.label2,
                this.label1,
                this.double_Box1,
                this.int32_Box1,
                this.property_Grid1,
                this.groupBox1
            });
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "Form1";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "Property Grid";
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
        }