Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
namespace Action_Tire_Payment_Processor
{
    partial class PrinterForm
    {
        /// <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.cmdDefaultLocalPrinter = new System.Windows.Forms.ComboBox();
            this.lblDefault = new System.Windows.Forms.Label();
            this.chkAlwaysUseDefault = new System.Windows.Forms.CheckBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // cmdDefaultLocalPrinter
            // 
            this.cmdDefaultLocalPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmdDefaultLocalPrinter.Enabled = false;
            this.cmdDefaultLocalPrinter.FormattingEnabled = true;
            this.cmdDefaultLocalPrinter.Location = new System.Drawing.Point(117, 35);
            this.cmdDefaultLocalPrinter.Name = "cmdDefaultLocalPrinter";
            this.cmdDefaultLocalPrinter.Size = new System.Drawing.Size(271, 21);
            this.cmdDefaultLocalPrinter.TabIndex = 15;
            // 
            // lblDefault
            // 
            this.lblDefault.AutoSize = true;
            this.lblDefault.Enabled = false;
            this.lblDefault.Location = new System.Drawing.Point(9, 39);
            this.lblDefault.Name = "lblDefault";
            this.lblDefault.Size = new System.Drawing.Size(106, 13);
            this.lblDefault.TabIndex = 14;
            this.lblDefault.Text = "Default Local Printer:";
            // 
            // chkAlwaysUseDefault
            // 
            this.chkAlwaysUseDefault.AutoSize = true;
            this.chkAlwaysUseDefault.Location = new System.Drawing.Point(117, 12);
            this.chkAlwaysUseDefault.Name = "chkAlwaysUseDefault";
            this.chkAlwaysUseDefault.Size = new System.Drawing.Size(188, 17);
            this.chkAlwaysUseDefault.TabIndex = 16;
            this.chkAlwaysUseDefault.Text = "Always Use System Default Printer";
            this.chkAlwaysUseDefault.UseVisualStyleBackColor = true;
            this.chkAlwaysUseDefault.CheckedChanged += new System.EventHandler(this.chkAlwaysUseDefault_CheckedChanged);
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(117, 62);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 17;
            this.btnSave.Text = "Save";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // PrinterForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(415, 101);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.chkAlwaysUseDefault);
            this.Controls.Add(this.cmdDefaultLocalPrinter);
            this.Controls.Add(this.lblDefault);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "PrinterForm";
            this.ShowIcon = false;
            this.Text = "Print Settings";
            this.Load += new System.EventHandler(this.PrinterForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ComboBox cmdDefaultLocalPrinter;
        private System.Windows.Forms.Label lblDefault;
        private System.Windows.Forms.CheckBox chkAlwaysUseDefault;
        private System.Windows.Forms.Button btnSave;
    }
}

Commits for ChrisCompleteCodeTrunk/ATTP/ATPP_New/PrinterForm.Designer.cs

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000