Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
comparison FrmXmlExport.Designer.cs @ 214:a6ce13e4ae89 xml-export-ui
Near Final XSL output
author | Dan.Kulinski@dank-laptop.Global.Local |
---|---|
date | Thu, 18 Aug 2011 11:15:51 -0600 |
parents | f57957fe9009 |
children | 4d25c42bbe7b |
comparison
equal
deleted
inserted
replaced
213:f57957fe9009 | 214:a6ce13e4ae89 |
---|---|
31 this.lbTitle = new IBBoard.Windows.Forms.IBBLabel(); | 31 this.lbTitle = new IBBoard.Windows.Forms.IBBLabel(); |
32 this.tbOutputFile = new System.Windows.Forms.TextBox(); | 32 this.tbOutputFile = new System.Windows.Forms.TextBox(); |
33 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); | 33 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
34 this.bttnOutputSelect = new IBBoard.Windows.Forms.IBBButton(); | 34 this.bttnOutputSelect = new IBBoard.Windows.Forms.IBBButton(); |
35 this.cbApplyTransform = new System.Windows.Forms.CheckBox(); | 35 this.cbApplyTransform = new System.Windows.Forms.CheckBox(); |
36 this.cmbXslSelect = new System.Windows.Forms.ComboBox(); | |
37 this.bttnExport = new IBBoard.Windows.Forms.IBBButton(); | 36 this.bttnExport = new IBBoard.Windows.Forms.IBBButton(); |
38 this.bttnCancel = new IBBoard.Windows.Forms.IBBButton(); | 37 this.bttnCancel = new IBBoard.Windows.Forms.IBBButton(); |
38 this.tbXslPath = new System.Windows.Forms.TextBox(); | |
39 this.bttnXslSelect = new IBBoard.Windows.Forms.IBBButton(); | |
39 this.SuspendLayout(); | 40 this.SuspendLayout(); |
40 // | 41 // |
41 // lbTitle | 42 // lbTitle |
42 // | 43 // |
43 this.lbTitle.AutoSize = true; | 44 this.lbTitle.AutoSize = true; |
44 this.lbTitle.Location = new System.Drawing.Point(12, 9); | 45 this.lbTitle.Location = new System.Drawing.Point(12, 9); |
45 this.lbTitle.Name = "lbTitle"; | 46 this.lbTitle.Name = "lbTitle"; |
46 this.lbTitle.Size = new System.Drawing.Size(61, 13); | 47 this.lbTitle.Size = new System.Drawing.Size(61, 13); |
47 this.lbTitle.TabIndex = 0; | 48 this.lbTitle.TabIndex = 0; |
48 this.lbTitle.Text = "XML Ouput"; | 49 this.lbTitle.Text = "XML Ouput"; |
49 this.lbTitle.Click += new System.EventHandler(this.ibbLabel1_Click); | |
50 // | 50 // |
51 // tbOutputFile | 51 // tbOutputFile |
52 // | 52 // |
53 this.tbOutputFile.Location = new System.Drawing.Point(15, 28); | 53 this.tbOutputFile.Location = new System.Drawing.Point(15, 28); |
54 this.tbOutputFile.Name = "tbOutputFile"; | 54 this.tbOutputFile.Name = "tbOutputFile"; |
73 this.cbApplyTransform.Name = "cbApplyTransform"; | 73 this.cbApplyTransform.Name = "cbApplyTransform"; |
74 this.cbApplyTransform.Size = new System.Drawing.Size(125, 17); | 74 this.cbApplyTransform.Size = new System.Drawing.Size(125, 17); |
75 this.cbApplyTransform.TabIndex = 3; | 75 this.cbApplyTransform.TabIndex = 3; |
76 this.cbApplyTransform.Text = "Apply XSL Transform"; | 76 this.cbApplyTransform.Text = "Apply XSL Transform"; |
77 this.cbApplyTransform.UseVisualStyleBackColor = true; | 77 this.cbApplyTransform.UseVisualStyleBackColor = true; |
78 this.cbApplyTransform.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); | 78 this.cbApplyTransform.CheckedChanged += new System.EventHandler(this.cbApplyTransform_CheckedChanged); |
79 // | |
80 // cmbXslSelect | |
81 // | |
82 this.cmbXslSelect.Enabled = false; | |
83 this.cmbXslSelect.FormattingEnabled = true; | |
84 this.cmbXslSelect.Items.AddRange(new object[] { | |
85 "Default", | |
86 "..."}); | |
87 this.cmbXslSelect.Location = new System.Drawing.Point(15, 77); | |
88 this.cmbXslSelect.Name = "cmbXslSelect"; | |
89 this.cmbXslSelect.Size = new System.Drawing.Size(219, 21); | |
90 this.cmbXslSelect.TabIndex = 4; | |
91 this.cmbXslSelect.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); | |
92 // | 79 // |
93 // bttnExport | 80 // bttnExport |
94 // | 81 // |
95 this.bttnExport.Enabled = false; | 82 this.bttnExport.Enabled = false; |
96 this.bttnExport.Location = new System.Drawing.Point(78, 116); | 83 this.bttnExport.Location = new System.Drawing.Point(78, 116); |
110 this.bttnCancel.TabIndex = 6; | 97 this.bttnCancel.TabIndex = 6; |
111 this.bttnCancel.Text = "&Cancel"; | 98 this.bttnCancel.Text = "&Cancel"; |
112 this.bttnCancel.UseVisualStyleBackColor = true; | 99 this.bttnCancel.UseVisualStyleBackColor = true; |
113 this.bttnCancel.Click += new System.EventHandler(this.bttnCancel_Click); | 100 this.bttnCancel.Click += new System.EventHandler(this.bttnCancel_Click); |
114 // | 101 // |
102 // tbXslPath | |
103 // | |
104 this.tbXslPath.Enabled = false; | |
105 this.tbXslPath.Location = new System.Drawing.Point(15, 77); | |
106 this.tbXslPath.Name = "tbXslPath"; | |
107 this.tbXslPath.Size = new System.Drawing.Size(179, 20); | |
108 this.tbXslPath.TabIndex = 7; | |
109 // | |
110 // bttnXslSelect | |
111 // | |
112 this.bttnXslSelect.Enabled = false; | |
113 this.bttnXslSelect.Location = new System.Drawing.Point(202, 77); | |
114 this.bttnXslSelect.Name = "bttnXslSelect"; | |
115 this.bttnXslSelect.Size = new System.Drawing.Size(32, 20); | |
116 this.bttnXslSelect.TabIndex = 8; | |
117 this.bttnXslSelect.Text = "..."; | |
118 this.bttnXslSelect.UseVisualStyleBackColor = true; | |
119 this.bttnXslSelect.Click += new System.EventHandler(this.bttnXslSelect_Click); | |
120 // | |
115 // FrmXmlExport | 121 // FrmXmlExport |
116 // | 122 // |
117 this.AcceptButton = this.bttnExport; | 123 this.AcceptButton = this.bttnExport; |
118 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 124 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
119 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 125 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
120 this.CancelButton = this.bttnCancel; | 126 this.CancelButton = this.bttnCancel; |
121 this.ClientSize = new System.Drawing.Size(241, 145); | 127 this.ClientSize = new System.Drawing.Size(241, 145); |
122 this.ControlBox = false; | 128 this.ControlBox = false; |
129 this.Controls.Add(this.bttnXslSelect); | |
130 this.Controls.Add(this.tbXslPath); | |
123 this.Controls.Add(this.bttnCancel); | 131 this.Controls.Add(this.bttnCancel); |
124 this.Controls.Add(this.bttnExport); | 132 this.Controls.Add(this.bttnExport); |
125 this.Controls.Add(this.cmbXslSelect); | |
126 this.Controls.Add(this.cbApplyTransform); | 133 this.Controls.Add(this.cbApplyTransform); |
127 this.Controls.Add(this.bttnOutputSelect); | 134 this.Controls.Add(this.bttnOutputSelect); |
128 this.Controls.Add(this.tbOutputFile); | 135 this.Controls.Add(this.tbOutputFile); |
129 this.Controls.Add(this.lbTitle); | 136 this.Controls.Add(this.lbTitle); |
130 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | 137 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
145 private Windows.Forms.IBBLabel lbTitle; | 152 private Windows.Forms.IBBLabel lbTitle; |
146 private System.Windows.Forms.TextBox tbOutputFile; | 153 private System.Windows.Forms.TextBox tbOutputFile; |
147 private System.Windows.Forms.SaveFileDialog saveFileDialog1; | 154 private System.Windows.Forms.SaveFileDialog saveFileDialog1; |
148 private Windows.Forms.IBBButton bttnOutputSelect; | 155 private Windows.Forms.IBBButton bttnOutputSelect; |
149 private System.Windows.Forms.CheckBox cbApplyTransform; | 156 private System.Windows.Forms.CheckBox cbApplyTransform; |
150 private System.Windows.Forms.ComboBox cmbXslSelect; | |
151 private Windows.Forms.IBBButton bttnExport; | 157 private Windows.Forms.IBBButton bttnExport; |
152 private Windows.Forms.IBBButton bttnCancel; | 158 private Windows.Forms.IBBButton bttnCancel; |
159 private System.Windows.Forms.TextBox tbXslPath; | |
160 private Windows.Forms.IBBButton bttnXslSelect; | |
153 } | 161 } |
154 } | 162 } |