private void InitializeComponent() { this.xapFormControl1 = new xap.rui.control.forms.view.XapFormControl(); this.SuspendLayout(); // // xapFormControl1 // this.xapFormControl1.Context = null; this.xapFormControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xapFormControl1.File = null; this.xapFormControl1.IsXapGrid = true; this.xapFormControl1.Location = new System.Drawing.Point(0, 0); this.xapFormControl1.Name = "xapFormControl1"; this.xapFormControl1.Size = new System.Drawing.Size(488, 397); this.xapFormControl1.TabIndex = 0; this.xapFormControl1.ViewFile = null; // // PathgyObsItemView // //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.xapFormControl1); this.Name = "PathgyObsItemView"; this.Size = new System.Drawing.Size(488, 397); this.Dock = DockStyle.Top; this.Height = 130; this.ResumeLayout(false); }
private void InitializeComponent() { this.SuspendLayout(); this.xapFormControl1 = new xap.rui.control.forms.view.XapFormControl(); this.xapFormControl1.AutoSize = true; //this.xapFormControl1.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; //this.xapFormControl1.CanShowing = null; this.xapFormControl1.Context = null; this.xapFormControl1.File = null; this.xapFormControl1.Dock = DockStyle.Fill; this.xapFormControl1.Location = new System.Drawing.Point(3, 3); this.xapFormControl1.Name = "xapFormControl1"; // // OrderTransView // //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.xapFormControl1); this.Name = "TransEmsView"; this.Size = new System.Drawing.Size(521, 310); this.ResumeLayout(false); }