Exemple #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.venuesLbl       = new System.Windows.Forms.Label();
     this.venues          = new MSR.LST.ConferenceXP.VenueService.VenueManager();
     this.participants    = new MSR.LST.ConferenceXP.VenueService.ParticipantManager();
     this.participantsLbl = new System.Windows.Forms.Label();
     this.basicButtons    = new MSR.LST.Services.BasicServiceButtons();
     this.SuspendLayout();
     //
     // venuesLbl
     //
     this.venuesLbl.AutoSize  = true;
     this.venuesLbl.ForeColor = System.Drawing.Color.Blue;
     this.venuesLbl.Location  = new System.Drawing.Point(16, 4);
     this.venuesLbl.Name      = "venuesLbl";
     this.venuesLbl.Size      = new System.Drawing.Size(88, 20);
     this.venuesLbl.TabIndex  = 0;
     this.venuesLbl.Text      = "Manage Venues";
     this.venuesLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // venues
     //
     this.venues.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.venues.Location             = new System.Drawing.Point(8, 16);
     this.venues.Name                 = "venues";
     this.venues.Size                 = new System.Drawing.Size(464, 192);
     this.venues.TabIndex             = 1;
     this.venues.VariableWidthColumns = new int[] {
         0,
         1
     };
     //
     // participants
     //
     this.participants.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.participants.Location             = new System.Drawing.Point(8, 220);
     this.participants.Name                 = "participants";
     this.participants.Size                 = new System.Drawing.Size(464, 192);
     this.participants.TabIndex             = 2;
     this.participants.VariableWidthColumns = new int[] {
         0,
         1,
         2
     };
     //
     // participantsLbl
     //
     this.participantsLbl.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.participantsLbl.AutoSize  = true;
     this.participantsLbl.ForeColor = System.Drawing.Color.Blue;
     this.participantsLbl.Location  = new System.Drawing.Point(16, 204);
     this.participantsLbl.Name      = "participantsLbl";
     this.participantsLbl.Size      = new System.Drawing.Size(112, 20);
     this.participantsLbl.TabIndex  = 0;
     this.participantsLbl.Text      = "Manage Participants";
     this.participantsLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // basicButtons
     //
     this.basicButtons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.basicButtons.HelpUrl  = null;
     this.basicButtons.Location = new System.Drawing.Point(16, 428);
     this.basicButtons.Name     = "basicButtons";
     this.basicButtons.Size     = new System.Drawing.Size(448, 24);
     this.basicButtons.TabIndex = 7;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(480, 466);
     this.Controls.Add(this.participantsLbl);
     this.Controls.Add(this.participants);
     this.Controls.Add(this.venuesLbl);
     this.Controls.Add(this.venues);
     this.Controls.Add(this.basicButtons);
     this.Font        = UIFont.FormFont;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(312, 300);
     this.Name        = "MainForm";
     this.Text        = "ConferenceXP Venue Service Manager";
     this.Paint      += new System.Windows.Forms.PaintEventHandler(this.MainForm_Paint);
     this.Resize     += new System.EventHandler(this.MainForm_Resize);
     this.Load       += new System.EventHandler(this.MainForm_Load);
     this.ResumeLayout(false);
 }
Exemple #2
0
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.venuesLbl = new System.Windows.Forms.Label();
            this.venues = new MSR.LST.ConferenceXP.VenueService.VenueManager();
            this.participants = new MSR.LST.ConferenceXP.VenueService.ParticipantManager();
            this.participantsLbl = new System.Windows.Forms.Label();
            this.basicButtons = new MSR.LST.Services.BasicServiceButtons();
            this.SuspendLayout();
            // 
            // venuesLbl
            // 
            this.venuesLbl.AutoSize = true;
            this.venuesLbl.ForeColor = System.Drawing.Color.Blue;
            this.venuesLbl.Location = new System.Drawing.Point(16, 4);
            this.venuesLbl.Name = "venuesLbl";
            this.venuesLbl.Size = new System.Drawing.Size(88, 20);
            this.venuesLbl.TabIndex = 0;
            this.venuesLbl.Text = "Manage Venues";
            this.venuesLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // venues
            // 
            this.venues.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.venues.Location = new System.Drawing.Point(8, 16);
            this.venues.Name = "venues";
            this.venues.Size = new System.Drawing.Size(464, 192);
            this.venues.TabIndex = 1;
            this.venues.VariableWidthColumns = new int[] {
        0,
        1};
            // 
            // participants
            // 
            this.participants.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.participants.Location = new System.Drawing.Point(8, 220);
            this.participants.Name = "participants";
            this.participants.Size = new System.Drawing.Size(464, 192);
            this.participants.TabIndex = 2;
            this.participants.VariableWidthColumns = new int[] {
        0,
        1,
        2};
            // 
            // participantsLbl
            // 
            this.participantsLbl.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.participantsLbl.AutoSize = true;
            this.participantsLbl.ForeColor = System.Drawing.Color.Blue;
            this.participantsLbl.Location = new System.Drawing.Point(16, 204);
            this.participantsLbl.Name = "participantsLbl";
            this.participantsLbl.Size = new System.Drawing.Size(112, 20);
            this.participantsLbl.TabIndex = 0;
            this.participantsLbl.Text = "Manage Participants";
            this.participantsLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // basicButtons
            // 
            this.basicButtons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.basicButtons.HelpUrl = null;
            this.basicButtons.Location = new System.Drawing.Point(16, 428);
            this.basicButtons.Name = "basicButtons";
            this.basicButtons.Size = new System.Drawing.Size(448, 24);
            this.basicButtons.TabIndex = 7;
            // 
            // MainForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(480, 466);
            this.Controls.Add(this.participantsLbl);
            this.Controls.Add(this.participants);
            this.Controls.Add(this.venuesLbl);
            this.Controls.Add(this.venues);
            this.Controls.Add(this.basicButtons);
            this.Font = UIFont.FormFont;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(312, 300);
            this.Name = "MainForm";
            this.Text = "ConferenceXP Venue Service Manager";
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainForm_Paint);
            this.Resize += new System.EventHandler(this.MainForm_Resize);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.ResumeLayout(false);

        }