Ejemplo n.º 1
0
 public DivideJobForm()
 {
     this.InitializeComponent();
     this.AuCtrlInfoList = new List<AuCtrlInfo>();
     base._style = "divide";
     this.Items = new Naccs.Common.Generator.ItemInfo();
     this.JobErrs = new JobErrInfo();
 }
Ejemplo n.º 2
0
 private void InitializeComponent()
 {
     Naccs.Common.Generator.ItemInfo info = new Naccs.Common.Generator.ItemInfo();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(JobForm));
     this.JP = new Naccs.Core.Job.JobPanel();
     base.gbInputInfo.SuspendLayout();
     base.stPnlUser.BeginInit();
     base.stPnlSendGuard.BeginInit();
     base.gbGuide.SuspendLayout();
     base.pnlGuiLayout.SuspendLayout();
     base.gbAttach.SuspendLayout();
     base.SuspendLayout();
     base.pnlGuiLayout.Controls.Add(this.JP);
     base.ResImageList.ImageStream = (ImageListStreamer) manager.GetObject("ResImageList.ImageStream");
     base.ResImageList.Images.SetKeyName(0, "Completion.ico");
     base.ResImageList.Images.SetKeyName(1, "Error.ico");
     base.ResImageList.Images.SetKeyName(2, "Warning.ico");
     this.JP.AutoScroll = true;
     this.JP.Dock = DockStyle.Fill;
     this.JP.Font = new Font("Courier New", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.JP.Items = info;
     this.JP.JobErrs = null;
     this.JP.Location = new Point(0, 0);
     this.JP.Name = "JP";
     this.JP.Size = new Size(0x2c5, 0x291);
     this.JP.TabIndex = 0;
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x3f8, 0x2de);
     base.Name = "JobForm";
     this.Text = "JobForm";
     base.gbInputInfo.ResumeLayout(false);
     base.gbInputInfo.PerformLayout();
     base.stPnlUser.EndInit();
     base.stPnlSendGuard.EndInit();
     base.gbGuide.ResumeLayout(false);
     base.pnlGuiLayout.ResumeLayout(false);
     base.gbAttach.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }