Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
     this.wFrame1    = new LumiSoft.UI.Controls.WFrame();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // wFrame1
     //
     this.wFrame1.ControlPaneWitdh = 140;
     this.wFrame1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.wFrame1.Name             = "wFrame1";
     this.wFrame1.Size             = new System.Drawing.Size(664, 485);
     this.wFrame1.SplitterColor    = System.Drawing.SystemColors.Control;
     this.wFrame1.SplitterMinExtra = 0;
     this.wFrame1.SplitterMinSize  = 0;
     this.wFrame1.TabIndex         = 0;
     this.wFrame1.TopPaneBkColor   = System.Drawing.SystemColors.Control;
     this.wFrame1.TopPaneHeight    = 25;
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(32, 32);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Fuchsia;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(664, 485);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.wFrame1
     });
     this.Name = "MainForm";
     this.Text = "MainForm";
     this.ResumeLayout(false);
 }
Exemple #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
			this.wFrame1 = new LumiSoft.UI.Controls.WFrame();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.SuspendLayout();
			// 
			// wFrame1
			// 
			this.wFrame1.ControlPaneWitdh = 140;
			this.wFrame1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wFrame1.Name = "wFrame1";
			this.wFrame1.Size = new System.Drawing.Size(664, 485);
			this.wFrame1.SplitterColor = System.Drawing.SystemColors.Control;
			this.wFrame1.SplitterMinExtra = 0;
			this.wFrame1.SplitterMinSize = 0;
			this.wFrame1.TabIndex = 0;
			this.wFrame1.TopPaneBkColor = System.Drawing.SystemColors.Control;
			this.wFrame1.TopPaneHeight = 25;
			// 
			// imageList1
			// 
			this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imageList1.ImageSize = new System.Drawing.Size(32, 32);
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Fuchsia;
			// 
			// MainForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(664, 485);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.wFrame1});
			this.Name = "MainForm";
			this.Text = "MainForm";
			this.ResumeLayout(false);

		}
Exemple #3
0
        public Form1(LumiSoft.UI.Controls.WFrame wFrame)
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //

            PropertyGrid propertyGrid1 = new PropertyGrid();

            propertyGrid1.CommandsVisibleIfAvailable = true;
            propertyGrid1.Location = new Point(5, 25);
            propertyGrid1.Size     = new System.Drawing.Size(200, 400);
            propertyGrid1.TabIndex = 1;
            propertyGrid1.Text     = "Property Grid";

            this.Controls.Add(propertyGrid1);

            propertyGrid1.SelectedObject = LumiSoft.UI.ViewStyle.staticViewStyle;


            wComboBox1.Items.Add("fsg");
            wComboBox1.Items.Add("gddgddh");
            wComboBox1.Items.Add("fsdshg");
            wComboBox1.Items.Add("wrrurt");
            wComboBox1.Items.Add("iyytii", "tag");

            wComboBox2.Items.Add("fsg");
            wComboBox2.Items.Add("gddgddh");
            wComboBox2.Items.Add("fsdshg");
            wComboBox2.Items.Add("wrrurt");
            wComboBox2.Items.Add("iyytii", "tag");

            wFrame.Frame_TooBar = this.toolBar1;
        }
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(wfrm_Main));
     this.wFrame1 = new LumiSoft.UI.Controls.WFrame();
     this.imgList_Tree = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // wFrame1
     //
     this.wFrame1.ControlPaneWidth = 150;
     this.wFrame1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wFrame1.FormFrameBorder = System.Windows.Forms.BorderStyle.Fixed3D;
     this.wFrame1.Location = new System.Drawing.Point(0, 0);
     this.wFrame1.Name = "wFrame1";
     this.wFrame1.Size = new System.Drawing.Size(632, 413);
     this.wFrame1.SplitterColor = System.Drawing.SystemColors.Control;
     this.wFrame1.SplitterMinExtra = 0;
     this.wFrame1.SplitterMinSize = 0;
     this.wFrame1.TabIndex = 0;
     this.wFrame1.TopPaneBkColor = System.Drawing.SystemColors.Control;
     this.wFrame1.TopPaneHeight = 25;
     //
     // imgList_Tree
     //
     this.imgList_Tree.ImageSize = new System.Drawing.Size(16, 16);
     this.imgList_Tree.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList_Tree.ImageStream")));
     this.imgList_Tree.TransparentColor = System.Drawing.Color.Transparent;
     //
     // wfrm_Main
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(632, 413);
     this.Controls.Add(this.wFrame1);
     this.Name = "wfrm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "LumiSoft Mail Server Manager";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.wfrm_Main_Closing);
     this.ResumeLayout(false);
 }