123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- namespace BooksManageSystem
- {
- partial class FrmOutputSellList
- {
- /// <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(FrmOutputSellList));
- this.dtp_Start = new System.Windows.Forms.DateTimePicker();
- this.dtp_End = new System.Windows.Forms.DateTimePicker();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.btn_output = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // dtp_Start
- //
- this.dtp_Start.CustomFormat = "yyyy-MM-dd";
- this.dtp_Start.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_Start.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtp_Start.Location = new System.Drawing.Point(38, 22);
- this.dtp_Start.MaxDate = new System.DateTime(2114, 12, 31, 0, 0, 0, 0);
- this.dtp_Start.MinDate = new System.DateTime(2014, 1, 1, 0, 0, 0, 0);
- this.dtp_Start.Name = "dtp_Start";
- this.dtp_Start.Size = new System.Drawing.Size(97, 23);
- this.dtp_Start.TabIndex = 0;
- //
- // dtp_End
- //
- this.dtp_End.CustomFormat = "yyyy-MM-dd";
- this.dtp_End.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_End.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtp_End.Location = new System.Drawing.Point(165, 22);
- this.dtp_End.Name = "dtp_End";
- this.dtp_End.Size = new System.Drawing.Size(97, 23);
- this.dtp_End.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(16, 26);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(20, 17);
- this.label1.TabIndex = 2;
- this.label1.Text = "从";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(143, 26);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(20, 17);
- this.label2.TabIndex = 3;
- this.label2.Text = "到";
- //
- // btn_output
- //
- this.btn_output.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_output.Location = new System.Drawing.Point(400, 89);
- this.btn_output.Name = "btn_output";
- this.btn_output.Size = new System.Drawing.Size(75, 29);
- this.btn_output.TabIndex = 4;
- this.btn_output.Text = "导出";
- this.btn_output.UseVisualStyleBackColor = true;
- this.btn_output.Click += new System.EventHandler(this.btn_output_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.dtp_End);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.dtp_Start);
- this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(463, 71);
- this.groupBox1.TabIndex = 5;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "选择导出数据的时间范围";
- //
- // FrmOutputSellList
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(487, 130);
- this.Controls.Add(this.btn_output);
- this.Controls.Add(this.groupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmOutputSellList";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "导出数据";
- this.Load += new System.EventHandler(this.FrmOutputSellList_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DateTimePicker dtp_Start;
- private System.Windows.Forms.DateTimePicker dtp_End;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btn_output;
- private System.Windows.Forms.GroupBox groupBox1;
- }
- }
|