namespace CSFrameworkV5.SystemModule { partial class frmCompanyInfo { /// /// 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(frmCompanyInfo)); this.txtEnglishName = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtNativeName = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txtCompanyCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.gcDetailEditor = new DevExpress.XtraEditors.GroupControl(); this.txtLogo = new DevExpress.XtraEditors.PictureEdit(); this.labelControl16 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.txtFax = new DevExpress.XtraEditors.TextEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txtTel = new DevExpress.XtraEditors.TextEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.txtAddress = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txtReportHead = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtProgramName = new DevExpress.XtraEditors.TextEdit(); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.tpSummary.SuspendLayout(); this.pnlSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit(); this.tcBusiness.SuspendLayout(); this.tpDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit(); this.gcNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEnglishName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNativeName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCompanyCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).BeginInit(); this.gcDetailEditor.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtLogo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTel.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtReportHead.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtProgramName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); this.SuspendLayout(); // // tpSummary // this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpSummary.Appearance.PageClient.Options.UseBackColor = true; this.tpSummary.Controls.Add(this.gcSummary); this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image"))); this.tpSummary.Size = new System.Drawing.Size(744, 550); // // pnlSummary // this.pnlSummary.Location = new System.Drawing.Point(2, 2); this.pnlSummary.Size = new System.Drawing.Size(750, 581); // // tcBusiness // this.tcBusiness.Size = new System.Drawing.Size(750, 581); // // tpDetail // this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpDetail.Appearance.PageClient.Options.UseBackColor = true; this.tpDetail.Controls.Add(this.gcDetailEditor); this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image"))); this.tpDetail.Size = new System.Drawing.Size(744, 550); // // gcNavigator // this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.gcNavigator.Appearance.Options.UseBackColor = true; // // controlNavigatorSummary // this.controlNavigatorSummary.Buttons.Append.Visible = false; this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false; this.controlNavigatorSummary.Buttons.Edit.Visible = false; this.controlNavigatorSummary.Buttons.EndEdit.Visible = false; this.controlNavigatorSummary.Buttons.NextPage.Visible = false; this.controlNavigatorSummary.Buttons.PrevPage.Visible = false; this.controlNavigatorSummary.Buttons.Remove.Visible = false; // // txtEnglishName // this.txtEnglishName.Location = new System.Drawing.Point(139, 124); this.txtEnglishName.Name = "txtEnglishName"; this.txtEnglishName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtEnglishName.Properties.Appearance.Options.UseFont = true; this.txtEnglishName.Size = new System.Drawing.Size(453, 22); this.txtEnglishName.TabIndex = 21; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(36, 127); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(94, 17); this.labelControl2.TabIndex = 20; this.labelControl2.Text = "公司名称(英):"; // // txtNativeName // this.txtNativeName.Location = new System.Drawing.Point(139, 91); this.txtNativeName.Name = "txtNativeName"; this.txtNativeName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtNativeName.Properties.Appearance.Options.UseFont = true; this.txtNativeName.Size = new System.Drawing.Size(453, 22); this.txtNativeName.TabIndex = 19; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(36, 94); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(94, 17); this.labelControl1.TabIndex = 18; this.labelControl1.Text = "公司名称(中):"; // // txtCompanyCode // this.txtCompanyCode.Location = new System.Drawing.Point(139, 52); this.txtCompanyCode.Name = "txtCompanyCode"; this.txtCompanyCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtCompanyCode.Properties.Appearance.Options.UseFont = true; this.txtCompanyCode.Properties.MaxLength = 3; this.txtCompanyCode.Size = new System.Drawing.Size(43, 22); this.txtCompanyCode.TabIndex = 25; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Location = new System.Drawing.Point(60, 55); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(70, 17); this.labelControl4.TabIndex = 24; this.labelControl4.Text = "公司编号:"; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Appearance.Options.UseForeColor = true; this.labelControl5.Location = new System.Drawing.Point(188, 55); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(50, 17); this.labelControl5.TabIndex = 26; this.labelControl5.Text = "3个字符"; // // gcDetailEditor // this.gcDetailEditor.Controls.Add(this.txtLogo); this.gcDetailEditor.Controls.Add(this.labelControl16); this.gcDetailEditor.Controls.Add(this.labelControl13); this.gcDetailEditor.Controls.Add(this.labelControl12); this.gcDetailEditor.Controls.Add(this.labelControl9); this.gcDetailEditor.Controls.Add(this.txtFax); this.gcDetailEditor.Controls.Add(this.labelControl8); this.gcDetailEditor.Controls.Add(this.txtTel); this.gcDetailEditor.Controls.Add(this.labelControl7); this.gcDetailEditor.Controls.Add(this.txtAddress); this.gcDetailEditor.Controls.Add(this.labelControl6); this.gcDetailEditor.Controls.Add(this.txtReportHead); this.gcDetailEditor.Controls.Add(this.labelControl3); this.gcDetailEditor.Controls.Add(this.txtProgramName); this.gcDetailEditor.Controls.Add(this.txtEnglishName); this.gcDetailEditor.Controls.Add(this.labelControl5); this.gcDetailEditor.Controls.Add(this.labelControl1); this.gcDetailEditor.Controls.Add(this.txtCompanyCode); this.gcDetailEditor.Controls.Add(this.txtNativeName); this.gcDetailEditor.Controls.Add(this.labelControl4); this.gcDetailEditor.Controls.Add(this.labelControl2); this.gcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.gcDetailEditor.Location = new System.Drawing.Point(0, 0); this.gcDetailEditor.Name = "gcDetailEditor"; this.gcDetailEditor.Size = new System.Drawing.Size(744, 550); this.gcDetailEditor.TabIndex = 27; // // txtLogo // this.txtLogo.Location = new System.Drawing.Point(139, 301); this.txtLogo.Name = "txtLogo"; this.txtLogo.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke; this.txtLogo.Properties.Appearance.Options.UseBackColor = true; this.txtLogo.Properties.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.Image; this.txtLogo.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.txtLogo.Size = new System.Drawing.Size(448, 169); this.txtLogo.TabIndex = 41; // // labelControl16 // this.labelControl16.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl16.Appearance.Options.UseForeColor = true; this.labelControl16.Location = new System.Drawing.Point(285, 480); this.labelControl16.Name = "labelControl16"; this.labelControl16.Size = new System.Drawing.Size(170, 14); this.labelControl16.TabIndex = 39; this.labelControl16.Text = "建议尺寸:宽250, 高110像素。"; // // labelControl13 // this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl13.Appearance.Options.UseForeColor = true; this.labelControl13.Location = new System.Drawing.Point(139, 480); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(140, 14); this.labelControl13.TabIndex = 40; this.labelControl13.Text = "公司LOGO用于报表抬头,"; // // labelControl12 // this.labelControl12.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.labelControl12.Appearance.Options.UseFont = true; this.labelControl12.Location = new System.Drawing.Point(45, 301); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(85, 17); this.labelControl12.TabIndex = 38; this.labelControl12.Text = "公司LOGO:"; // // labelControl9 // this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl9.Appearance.Options.UseFont = true; this.labelControl9.Location = new System.Drawing.Point(341, 225); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(42, 17); this.labelControl9.TabIndex = 35; this.labelControl9.Text = "传真:"; // // txtFax // this.txtFax.Location = new System.Drawing.Point(392, 222); this.txtFax.Name = "txtFax"; this.txtFax.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtFax.Properties.Appearance.Options.UseFont = true; this.txtFax.Size = new System.Drawing.Size(200, 22); this.txtFax.TabIndex = 36; // // labelControl8 // this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl8.Appearance.Options.UseFont = true; this.labelControl8.Location = new System.Drawing.Point(88, 225); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(42, 17); this.labelControl8.TabIndex = 33; this.labelControl8.Text = "电话:"; // // txtTel // this.txtTel.Location = new System.Drawing.Point(139, 222); this.txtTel.Name = "txtTel"; this.txtTel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtTel.Properties.Appearance.Options.UseFont = true; this.txtTel.Size = new System.Drawing.Size(196, 22); this.txtTel.TabIndex = 34; // // labelControl7 // this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl7.Appearance.Options.UseFont = true; this.labelControl7.Location = new System.Drawing.Point(60, 257); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(70, 17); this.labelControl7.TabIndex = 31; this.labelControl7.Text = "公司地址:"; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(139, 255); this.txtAddress.Name = "txtAddress"; this.txtAddress.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtAddress.Properties.Appearance.Options.UseFont = true; this.txtAddress.Size = new System.Drawing.Size(453, 22); this.txtAddress.TabIndex = 32; // // labelControl6 // this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl6.Appearance.Options.UseFont = true; this.labelControl6.Location = new System.Drawing.Point(60, 192); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(70, 17); this.labelControl6.TabIndex = 29; this.labelControl6.Text = "报表标题:"; // // txtReportHead // this.txtReportHead.Location = new System.Drawing.Point(139, 189); this.txtReportHead.Name = "txtReportHead"; this.txtReportHead.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtReportHead.Properties.Appearance.Options.UseFont = true; this.txtReportHead.Size = new System.Drawing.Size(453, 22); this.txtReportHead.TabIndex = 30; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(36, 159); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(94, 17); this.labelControl3.TabIndex = 27; this.labelControl3.Text = "程序名称(中):"; // // txtProgramName // this.txtProgramName.Location = new System.Drawing.Point(139, 156); this.txtProgramName.Name = "txtProgramName"; this.txtProgramName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txtProgramName.Properties.Appearance.Options.UseFont = true; this.txtProgramName.Size = new System.Drawing.Size(453, 22); this.txtProgramName.TabIndex = 28; // // gcSummary // this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gcSummary.Location = new System.Drawing.Point(0, 0); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Name = "gcSummary"; this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(744, 550); this.gcSummary.TabIndex = 13; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary}); // // gvSummary // this.gvSummary.ColumnPanelRowHeight = 25; this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; this.gvSummary.RowHeight = 25; // // frmCompanyInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(754, 585); this.Name = "frmCompanyInfo"; this.Text = "公司资料设置"; this.Load += new System.EventHandler(this.frmCompanyInfo_Load); this.tpSummary.ResumeLayout(false); this.pnlSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit(); this.tcBusiness.ResumeLayout(false); this.tpDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit(); this.gcNavigator.ResumeLayout(false); this.gcNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEnglishName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNativeName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCompanyCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).EndInit(); this.gcDetailEditor.ResumeLayout(false); this.gcDetailEditor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtLogo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTel.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtReportHead.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtProgramName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.TextEdit txtEnglishName; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txtNativeName; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.TextEdit txtCompanyCode; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.GroupControl gcDetailEditor; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txtProgramName; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.TextEdit txtReportHead; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.TextEdit txtFax; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.TextEdit txtTel; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.TextEdit txtAddress; private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraEditors.PictureEdit txtLogo; private DevExpress.XtraEditors.LabelControl labelControl16; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.LabelControl labelControl12; } }