namespace ICSSoft.Frame.APP { partial class FormICSJJCollect { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSJJCollect)); this.lblFromTitle = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.userControlCollectBeginTop1 = new ICSSoft.Frame.APP.UserControlCollectBeginTop(); this.panel1 = new System.Windows.Forms.Panel(); this.btnEnlargeTZ = new System.Windows.Forms.Button(); this.axAcroPDFTZ = new AxAcroPDFLib.AxAcroPDF(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.tableLayoutPanelMain.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.axAcroPDFTZ)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); this.SuspendLayout(); // // lblFromTitle // this.lblFromTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFromTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblFromTitle.Location = new System.Drawing.Point(4, 4); this.lblFromTitle.Name = "lblFromTitle"; this.lblFromTitle.Size = new System.Drawing.Size(64, 21); this.lblFromTitle.TabIndex = 26; this.lblFromTitle.Text = "产品报工"; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.tableLayoutPanelMain); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 30); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(970, 577); this.panelControl1.TabIndex = 27; // // tableLayoutPanelMain // this.tableLayoutPanelMain.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanelMain.ColumnCount = 1; this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Controls.Add(this.userControlCollectBeginTop1, 0, 0); this.tableLayoutPanelMain.Controls.Add(this.panel1, 0, 1); this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelMain.Name = "tableLayoutPanelMain"; this.tableLayoutPanelMain.RowCount = 2; this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 180F)); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Size = new System.Drawing.Size(970, 577); this.tableLayoutPanelMain.TabIndex = 0; // // userControlCollectBeginTop1 // this.userControlCollectBeginTop1.Dock = System.Windows.Forms.DockStyle.Fill; this.userControlCollectBeginTop1.Location = new System.Drawing.Point(4, 4); this.userControlCollectBeginTop1.Name = "userControlCollectBeginTop1"; this.userControlCollectBeginTop1.Size = new System.Drawing.Size(962, 174); this.userControlCollectBeginTop1.TabIndex = 3; // // panel1 // this.panel1.Controls.Add(this.btnEnlargeTZ); this.panel1.Controls.Add(this.axAcroPDFTZ); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(4, 185); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(962, 388); this.panel1.TabIndex = 4; // // btnEnlargeTZ // this.btnEnlargeTZ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnEnlargeTZ.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.btnEnlargeTZ.Location = new System.Drawing.Point(921, 3); this.btnEnlargeTZ.Name = "btnEnlargeTZ"; this.btnEnlargeTZ.Size = new System.Drawing.Size(38, 28); this.btnEnlargeTZ.TabIndex = 13; this.btnEnlargeTZ.Text = "口"; this.btnEnlargeTZ.UseVisualStyleBackColor = true; this.btnEnlargeTZ.Click += new System.EventHandler(this.btnEnlargeTZ_Click); // // axAcroPDFTZ // this.axAcroPDFTZ.Dock = System.Windows.Forms.DockStyle.Fill; this.axAcroPDFTZ.Enabled = true; this.axAcroPDFTZ.Location = new System.Drawing.Point(0, 0); this.axAcroPDFTZ.Name = "axAcroPDFTZ"; this.axAcroPDFTZ.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAcroPDFTZ.OcxState"))); this.axAcroPDFTZ.Size = new System.Drawing.Size(962, 388); this.axAcroPDFTZ.TabIndex = 12; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(944, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 30); this.btnClose.TabIndex = 30; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.lblFromTitle); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(970, 30); this.panelControl3.TabIndex = 31; // // FormICSJJCollect // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(970, 607); this.Controls.Add(this.panelControl1); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSJJCollect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "产品报工"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.tableLayoutPanelMain.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.axAcroPDFTZ)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.panelControl3.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl lblFromTitle; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnClose; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain; private UserControlCollectBeginTop userControlCollectBeginTop1; private DevExpress.XtraEditors.PanelControl panelControl3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnEnlargeTZ; private AxAcroPDFLib.AxAcroPDF axAcroPDFTZ; } }