123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- namespace LYFZ.Software.UI.ReportPrint
- {
- partial class OrdersReportPrintFormMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdersReportPrintFormMain));
- this.treevListData = new LYFZ.ComponentLibrary.TreeViewEx();
- this.cmbQueryText = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.contxtMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPreview = new LYFZ.ComponentLibrary.ButtonEx();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.panlModel = new LYFZ.ComponentLibrary.PanelEx();
- this.btnView = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
- this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.AutoScroll = true;
- this.plExMainContainer.Controls.Add(this.buttonEx1);
- this.plExMainContainer.Controls.Add(this.btnReset);
- this.plExMainContainer.Controls.Add(this.btnView);
- this.plExMainContainer.Controls.Add(this.btnPreview);
- this.plExMainContainer.Controls.Add(this.btnSave);
- this.plExMainContainer.Controls.Add(this.btnClose);
- this.plExMainContainer.Controls.Add(this.panlModel);
- this.plExMainContainer.Controls.Add(this.cmbQueryText);
- this.plExMainContainer.Controls.Add(this.treevListData);
- //
- // treevListData
- //
- this.treevListData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.treevListData.Location = new System.Drawing.Point(4, 104);
- this.treevListData.Name = "treevListData";
- this.treevListData.Size = new System.Drawing.Size(198, 338);
- this.treevListData.TabIndex = 0;
- //
- // cmbQueryText
- //
- this.cmbQueryText.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbQueryText.FormattingEnabled = true;
- this.cmbQueryText.Location = new System.Drawing.Point(4, 16);
- this.cmbQueryText.Name = "cmbQueryText";
- this.cmbQueryText.Size = new System.Drawing.Size(198, 20);
- this.cmbQueryText.TabIndex = 1;
- //
- // contxtMenu
- //
- this.contxtMenu.Name = "contxtMenu";
- this.contxtMenu.Size = new System.Drawing.Size(61, 4);
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(593, 10);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(499, 10);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 28);
- this.btnSave.TabIndex = 4;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // btnPreview
- //
- this.btnPreview.BackColor = System.Drawing.Color.Transparent;
- this.btnPreview.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPreview.BackImg")));
- this.btnPreview.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPreview.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPreview.ForeColor = System.Drawing.Color.White;
- this.btnPreview.IsShowText = true;
- this.btnPreview.Location = new System.Drawing.Point(405, 10);
- this.btnPreview.Name = "btnPreview";
- this.btnPreview.Size = new System.Drawing.Size(85, 28);
- this.btnPreview.TabIndex = 5;
- this.btnPreview.Text = "预览";
- this.btnPreview.UseVisualStyleBackColor = false;
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // panlModel
- //
- this.panlModel.BorderColor = System.Drawing.Color.Black;
- this.panlModel.BorderWidth = 1;
- this.panlModel.ContextMenuStrip = this.contxtMenu;
- this.panlModel.Location = new System.Drawing.Point(206, 44);
- this.panlModel.Name = "panlModel";
- this.panlModel.Size = new System.Drawing.Size(500, 398);
- this.panlModel.TabIndex = 2;
- //
- // btnView
- //
- this.btnView.BackColor = System.Drawing.Color.Transparent;
- this.btnView.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnView.BackImg")));
- this.btnView.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnView.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnView.ForeColor = System.Drawing.Color.White;
- this.btnView.IsShowText = true;
- this.btnView.Location = new System.Drawing.Point(217, 10);
- this.btnView.Name = "btnView";
- this.btnView.Size = new System.Drawing.Size(85, 28);
- this.btnView.TabIndex = 10;
- this.btnView.Text = "选择图片";
- this.btnView.UseVisualStyleBackColor = false;
- //
- // btnReset
- //
- this.btnReset.BackColor = System.Drawing.Color.Transparent;
- this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
- this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReset.ForeColor = System.Drawing.Color.White;
- this.btnReset.IsShowText = true;
- this.btnReset.Location = new System.Drawing.Point(311, 10);
- this.btnReset.Name = "btnReset";
- this.btnReset.Size = new System.Drawing.Size(85, 28);
- this.btnReset.TabIndex = 11;
- this.btnReset.Text = "重置绘板";
- this.btnReset.UseVisualStyleBackColor = false;
- //
- // buttonEx1
- //
- this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
- this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
- this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.buttonEx1.ForeColor = System.Drawing.Color.White;
- this.buttonEx1.IsShowText = true;
- this.buttonEx1.Location = new System.Drawing.Point(66, 62);
- this.buttonEx1.Name = "buttonEx1";
- this.buttonEx1.Size = new System.Drawing.Size(85, 28);
- this.buttonEx1.TabIndex = 12;
- this.buttonEx1.Text = "buttonEx1";
- this.buttonEx1.UseVisualStyleBackColor = false;
- //
- // OrdersReportPrintFormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(710, 510);
- this.Name = "OrdersReportPrintFormMain";
- this.Text = "订单报表设置";
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected ComponentLibrary.ComboBoxEx cmbQueryText;
- protected ComponentLibrary.TreeViewEx treevListData;
- protected System.Windows.Forms.OpenFileDialog openFileDialog1;
- protected System.Windows.Forms.ContextMenuStrip contxtMenu;
- protected ComponentLibrary.PanelEx panlModel;
- protected ComponentLibrary.ButtonEx btnPreview;
- protected ComponentLibrary.ButtonEx btnSave;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnView;
- protected ComponentLibrary.ButtonEx btnReset;
- protected ComponentLibrary.ButtonEx buttonEx1;
- }
- }
|