123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- namespace LYFZ.Software.UI.FinancialManagement
- {
- partial class frmExprortSelect
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExprortSelect));
- this.rdo_ExportSelect = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdo_All = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btn_Ok = new LYFZ.ComponentLibrary.ButtonEx();
- this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.btn_Cancel);
- this.plExMainContainer.Controls.Add(this.btn_Ok);
- this.plExMainContainer.Controls.Add(this.rdo_All);
- this.plExMainContainer.Controls.Add(this.rdo_ExportSelect);
- this.plExMainContainer.Size = new System.Drawing.Size(386, 165);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(386, 165);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(354, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
- //
- // rdo_ExportSelect
- //
- this.rdo_ExportSelect.AutoSize = true;
- this.rdo_ExportSelect.BackColor = System.Drawing.Color.Transparent;
- this.rdo_ExportSelect.Checked = true;
- this.rdo_ExportSelect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_ExportSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_ExportSelect.Location = new System.Drawing.Point(62, 42);
- this.rdo_ExportSelect.Name = "rdo_ExportSelect";
- this.rdo_ExportSelect.Size = new System.Drawing.Size(110, 21);
- this.rdo_ExportSelect.TabIndex = 0;
- this.rdo_ExportSelect.TabStop = true;
- this.rdo_ExportSelect.Text = "数据按条件导出";
- this.rdo_ExportSelect.UseVisualStyleBackColor = false;
- //
- // rdo_All
- //
- this.rdo_All.AutoSize = true;
- this.rdo_All.BackColor = System.Drawing.Color.Transparent;
- this.rdo_All.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_All.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_All.Location = new System.Drawing.Point(220, 42);
- this.rdo_All.Name = "rdo_All";
- this.rdo_All.Size = new System.Drawing.Size(98, 21);
- this.rdo_All.TabIndex = 0;
- this.rdo_All.Text = "数据全部导出";
- this.rdo_All.UseVisualStyleBackColor = false;
- //
- // btn_Ok
- //
- this.btn_Ok.BackColor = System.Drawing.Color.Transparent;
- this.btn_Ok.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Ok.BackImg")));
- this.btn_Ok.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Ok.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Ok.ForeColor = System.Drawing.Color.White;
- this.btn_Ok.IsCustomBackImg = false;
- this.btn_Ok.IsShowText = true;
- this.btn_Ok.Location = new System.Drawing.Point(91, 98);
- this.btn_Ok.Name = "btn_Ok";
- this.btn_Ok.Size = new System.Drawing.Size(85, 28);
- this.btn_Ok.TabIndex = 1;
- this.btn_Ok.Text = " 确定";
- this.btn_Ok.UseVisualStyleBackColor = false;
- //
- // btn_Cancel
- //
- this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
- this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
- this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Cancel.ForeColor = System.Drawing.Color.White;
- this.btn_Cancel.IsCustomBackImg = false;
- this.btn_Cancel.IsShowText = true;
- this.btn_Cancel.Location = new System.Drawing.Point(202, 98);
- this.btn_Cancel.Name = "btn_Cancel";
- this.btn_Cancel.Size = new System.Drawing.Size(85, 28);
- this.btn_Cancel.TabIndex = 1;
- this.btn_Cancel.Text = " 取消";
- this.btn_Cancel.UseVisualStyleBackColor = false;
- //
- // frmExprortSelect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(386, 230);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmExprortSelect";
- this.Text = "导出";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- 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.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.RadioButtonEx rdo_All;
- protected internal ComponentLibrary.RadioButtonEx rdo_ExportSelect;
- protected internal ComponentLibrary.ButtonEx btn_Cancel;
- protected internal ComponentLibrary.ButtonEx btn_Ok;
- }
- }
|